/*
Theme Name: Flusk
Theme URI: http://themewagon.com/demo/Flusk/
Author: ThemeWagon
Author URI: http://themewagon.com/
Description: Slick One page HTML 5 template powered by Bootstrap 3.
Version: 1.14.11
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: blur, white, one page, parallax, responsive-layout, full-width-template
Text Domain: flusk
*/

/**
* Table of Contents:
*
* 01.0 - Global
* 02.0 - Header
* 03.0 - Drawer with menu
* 04.0 - Parallax styles
* 05.0 - Recent works
* 06.0 - Services
* 07.0 - Blog
* 08.0 - Testimonials
* 09.0 - Contact
* 10.0 - Footer
* 11.0 - Responsive styles
* -----------------------------------------------------------------------------
*/


/* ///////////////////////////////////////////////////////////////////// 
//  01 - Global 
/////////////////////////////////////////////////////////////////////*/

* {outline: none !important;}

::selection {
	background-color:#222;
	color:#fff;
}

html {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	overflow-y: scroll;
}

body {
	color: #6a6a6a;	
	background: #f1f0f0;
}

p {
	margin: 0 0 20px 0;
	font-family: Century Gothic,Futura,Futura, "ƒƒCƒŠƒI", "Meiryo UI", Arial, Helvetica, sans-serif, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	}

img {max-width: 100%;}

a {
	text-decoration: none;
	outline: none;
	font-family: Century Gothic,Futura, "ƒƒCƒŠƒI", "Meiryo UI", Arial, Helvetica, sans-serif, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}

a{	
	color:#555;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}

a:hover {
	color:#CC3300;
}


h1, h2, h3, h4, h5, h6{		
	margin: 0 0 15px 0;	
	color: #555;
	font-family: Century Gothic,Futura, "ƒƒCƒŠƒI", "Meiryo UI", Arial, Helvetica, sans-serif, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}

.btn{border-radius: 0;}
.btn-o {
    border: 1px solid #222;
    color: #222;
}
.btn-o:hover {
    background: #222;
    color: white;
}
.btn.btn-o-white {
    border: 1px solid white;
    color: white;
    background: transparent;
}
.btn.btn-o-white:hover {
    background: white;
    color: #6a6a6a;
}
.btn.btn-o-dark {
    border: 1px solid #222;
    color: #222;
    background: transparent;
}


/*////////////////////////////////////////////////////////////////////////
//  02 - Header
///////////////////////////////////////////////////////////////////////*/

#header{	
	position: relative;			
	text-align: center;
	padding: 0 !important;
	/*background-image: url(../images/header_bg.jpg);*/
	background-size: cover;
	background-position: center;
}
#header .top {
	position:fixed;
	top:0;
	width: 100%;
	padding: 30px;
	height: auto;
	z-index: 500;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;	
	transition: all .5s;		
}
#header .top.solid {
    background: #555;
    padding-top: 15px;
    padding-bottom: 15px;
}

#header .top h1{
	margin-bottom: 0;
}
#header .top.solid .toggleDrawer i {
    padding-top: 8px;
}

#header .logo, #header .toggleDrawer{
	font-family: Century Gothic,Futura, "ƒƒCƒŠƒI", "Meiryo UI", Arial, Helvetica, sans-serif, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color: white;
}

#header .slogan{
	font-size: 1em;
	width:350px;
	height:288px;
	background: no-repeat center;
	background-image:url(../images/top_logo_w.png);
	overflow:hidden;
	text-indent:-9999px;
	margin-left:auto;
	margin-right:auto;
}

#header .secondary-slogan{
	font-size: 1.6em;
	color: rgba(255,255,255,.5);
	line-height: 1em;
	font-family: Century Gothic,Futura, "ƒƒCƒŠƒI", "Meiryo UI", Arial, Helvetica, sans-serif, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}

#header > .top_info {
    position: absolute;
    top: 100px;
    text-align: right;
    width: 100%;
	right:70px;
	z-index: 0129;
}

#header > .top_info2 {
    position: absolute;
    top: 230px;
    text-align: right;
    width: 100%;
	right:70px;
	z-index: 1029;
}

#header > .top_info3 {
	position: absolute;
	top: 360px;
	text-align: right;
	width: 100%;
	right:70px;
	z-index: 1029;
}

#header > .top_info4 {
    position: absolute;
    top: 100px;
    text-align: right;
    width: 100%;
	right:290px;
}

#header > .top_info5 {
    position: absolute;
    top: 230px;
    text-align: right;
    width: 100%;
	right:290px;
}

#header > .bottom {
    position: absolute;
    bottom: 75px;
    text-align: center;
    width: 100%;
}
#header > .bottom a img {
    width: 50px;
}
#header > .bottom2 {
    position: absolute;
    bottom: 75px;
    text-align: center;
    width: 100%;
	z-index:9997;
}
#header > .bottom2 a img {
    width: 240px;
}
.blinking{
	-webkit-animation:blink 3s ease-in-out infinite alternate;
    -moz-animation:blink 3s ease-in-out infinite alternate;
    animation:blink 3s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

#header > .line_fr {
    position: absolute;
    bottom: 100px;
	right:70px;
}
#header > .line {
    position: absolute;
    bottom: 75px;
	right:75px;
	z-index:9998;
}
#header > .line a img {
    width: 29px;
}
#header > .line a {
    opacity: 0.7;
}
#header > .line a:hover {
    opacity: 1;
}
#header > .fb {
    position: absolute;
    bottom: 75px;
	right:115px;
	z-index:9998;
}
#header > .fb a img {
    width: 29px;
}
#header > .fb a {
    opacity: 0.7;
}
#header > .fb a:hover {
    opacity: 1;
}
#header > .ig {
    position: absolute;
    bottom: 75px;
	right:155px;
	z-index:9998;
}
#header > .ig a img {
    width: 29px;
}
#header > .ig a {
    opacity: 0.7;
}
#header > .ig a:hover {
    opacity: 1;
}
#header > .pi {
    position: absolute;
    bottom: 75px;
	right:195px;
	z-index:9998;
}
#header > .pi a img {
    width: 29px;
}
#header > .pi a {
    opacity: 0.7;
}
#header > .pi a:hover {
    opacity: 1;
}
#header > .c_info {
    position: absolute;
    bottom: 75px;
	left:0px;
	z-index:9999;
}
#header > .c_info ul{
	list-style:none;
	text-align:left;
}
#header > .c_info ul li{
	color:#FFFFFF;
}
#header > .c_info ul li a{
	color:#FFFFFF;
}
@media (min-width:1150px){
#header > .c_info ul li{
	float:left;
	padding-right:10px;
	font-size:14px;
}
}
@media screen and (max-width:1200px){
#header > .bottom2 {
    bottom: 15px;
	z-index:9999;
}
#header > .bottom2 a img {
    width: 180px;
}
}
@media screen and (max-width:767px){
#header > .line {
	right:25px;
	bottom: 10px;
}
#header > .fb {
	right:60px;
	bottom: 10px;
}
#header > .ig {
	right:95px;
	bottom: 10px;
}
#header > .pi {
	right:130px;
	bottom: 10px;
}
#header > .c_info {
	left:-25px;
	bottom: 10px;
}
#header > .top_info {
    top: 75px;
	right:20px;
}
#header > .bottom2 {
	z-index:9999;
	bottom: 100px;
}
#header > .line_fr,
#header > .top_info2,
#header > .top_info3,
#header > .top_info4,
#header > .top_info5 {
    top: 80px;
	right:9998px;
}
#header .slogan{
	width:210px;
	height:173px;
	background-image:url(../images/top_logo_sw.png);
	overflow:hidden;
	text-indent:-9999px;
	margin-left:auto;
	margin-right:auto;
}
}
@media (max-width: 480px) {
#header > .top_info {
    text-align: center;
	right:-1px;
}
#header > .c_info {
	left:-25px;
	bottom: 10px;
}
#header > .bottom2 {
	z-index:9999;
}
#header .slogan{
	margin-top:70px;
	}
}
/*////////////////////////////////////////////////////////////////////////
//  03 - Drawer with menu
///////////////////////////////////////////////////////////////////////*/
/* Navigation */
#tf-menu {
	padding: 10px;
	transition: all 0.8s;
}
#tf-menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#tf-menu a.navbar-brand {
text-transform: uppercase;
font-size: 22px;
color: #fff;
font-weight: 900;
}

#tf-menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
}
.on {
	background-color: #222 !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color: #222 !important;
	background-color: transparent;
	font-weight: 700;
}

.navbar-toggle {
	border-radius: 0;
	}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-color: #222;
	border-color: #222;
	}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
	}
ul.nav li a{
	line-height:12px;
	padding-left:5px;
	}
@media (min-width:768px){
div#bs-example-navbar-collapse-1 ul{
	float:left;
	position:relative;
	left:50%
	}
div#bs-example-navbar-collapse-1 ul li{
	float:left;
	position:relative;
	left:-50%;
	}
}
@media (max-width:996px){
ul.nav li a{
	line-height:12px;
	padding: 5px;
	}
ul.nav{
	padding-top:15px;
	}
}
/*////////////////////////////////////////////////////////////////////////
//  04 - Parallax styles
///////////////////////////////////////////////////////////////////////*/

.content-block{
	-webkit-background-size:100%;
	-moz-background-size:100%;
	-o-background-size:100%;
	background-size:100%;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	overflow:hidden;
	padding: 20px 0;
}
.parallax{
	padding: 0;
}

.block-body {
	margin-top: 60px;
}

#services {
	background-color:#FFF;
	color: black;
}
#works {
	background-color:#555;
	color: #fff;
}
#works h1{
	color:#fff;
	}
h1 a.clsf{
	color:#ccc;
	font-size:0.8em;
	font-weight:normal;
	}
h1 a.clsf:hover{
	color:#fff;
	font-size:0.8em;
	font-weight:normal;
	}
h1 span.clsf{
	color:#fff;
	font-size:0.8em;
	font-weight:normal;
	}
#parallax {
	background-image: url(../images/blue_mac2.jpg);
	color: white;
}
#contact {
	background-image: url(../images/form_bg.png);
	color: white;
	background-color: #222;
}
#consult {
	background:#eee9e9;
	color:#222;
}
.works6{
	height:500px;
	}

/*////////////////////////////////////////////////////////////////////////
//  05 - rmation
///////////////////////////////////////////////////////////////////////*/
#portfolio{
	margin-top:40px;
	}

.block-heading h1,.contents h1{
	font-size:16px;
	font-weight:bold;
	padding-top:8px;
	color:#222;
	}
hr.border{
	height:5px;
	background-color:#555;
	border:none;
	color:#555;
	top:30px;
	clear:both;
	}
ul.uleft,ul.uright{
	list-style:none;
	margin-left:-50px;
	}
li.bold{
	color:#000;
	padding-bottom:5px;
	font-family: Century Gothic,Futura,"ƒƒCƒŠƒI", "Meiryo UI", Arial, Helvetica, sans-serif, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	}
ul.uright{
	margin-bottom:30px;
	}
li.lil{
	display:block;
	color:#000;
	}
li.lir{
	display:block;
	clear:both;
	padding-bottom:10px;
	}
@media (max-width:767px){
ul.uleft,ul.uright{
	margin-left:0px;
	}
	}

/*////////////////////////////////////////////////////////////////////////
//  05 - flow
///////////////////////////////////////////////////////////////////////*/
#flow_main {
  height: auto;
  clear: both;
  width: 100%;
  margin: 0 50px;
  position: relative; }
  
  #flow_main p a {
  color:#FF0000;
  }
  
  #flow_main ul {
    list-style: none;
    margin: 50px 0 0 30px; }
	
  #flow_main ul li {
    font-size: 14px;
    padding: 10px;
    line-height: 30px;
    float: left;
    background: #fff;
    margin: 2px; }
	
  #flow_main ul li.up {
    width: 950px;
    height: 30px;
    text-align: right;
    clear: both;
    background: transparent; }

p.r1 {
  display: block;
  width: 210px;
  height:220px;
  padding: 20px 10px 0 10px;
  margin:0;
  border-top:dashed thin;
  border-left:dashed thin;
  float: left; }

p.r2 {
  display: block;
  width: 210px;
  height:220px;
  padding: 20px 10px 0 10px;
  margin:0;
  border-top:dashed thin;
  float: left;
  border-left:dashed thin;
}

p.r3 {
  display: block;
  width: 150px;
  padding: 20px 0 0 10px;
  margin:0;
  border-top:dashed thin;
  float: left; 
}

p.r7,p.r9 {
  display: block;
  width: 470px;
  padding: 20px 0 0 10px;
  margin:0;
  border-left:dashed thin;
  border-top:dashed thin;
  float: left; 
}

p.r9 {
	height:220px;
	}

p.r8 {
  display: block;
  width: 420px;
  padding: 20px 0 0 10px;
  border-top:dashed thin;
  border-left:dashed thin;
  margin:0;
  float: left; 
}

span.circle {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  color:#fff;
  width: 20px;
  height: 20px;
  border: 1px solid #71BBAE;
  background-color: #71BBAE;
  padding: 0 0 1px 0;
  border-radius: 10px;
  @@-webkit-border-radius: 10px;
  /* Safari,Google Chrome—p */
  @@-moz-border-radius: 10px;
  /* Firefox—p */
  @@behavior: url(../js/PIE.htc);
  /* IE—p */ 
}

em.s {
  font-size: 0.9em;
  font-style: normal; 
}

/* line 550, 2main.scss */
em.ss {
  font-size: 0.8em;
  font-style: normal; 
}

/* line 554, 2main.scss */
em.grey {
  color: #666;
  font-size: 0.9em;
  font-style: normal; 
}

/* line 559, 2main.scss */
.flow_head {
  height: 50px;
  margin: 0;
  width: 100%; 
}

/* line 563, 2main.scss */
hr.flow_hr1 {
  width: 1000px;
  height: 2px;
  clear: both;
  border:top 1px solid;
  margin: 0;
  padding: 0; 
}

.flow_cont {
  display: inline-block;
  margin:0;
  padding: 0;
  width: 100%;
  clear: both;
  z-index: 999; 
}

.flow_cont p {
  font-size: 13px;
  line-height: 19px; 
}
@media (max-width: 1200px){
p.r1 {
  display: block;
  width: 125px;
  height:290px;
  padding: 20px 0 0 20px;
  margin:0;
  border-top:dashed thin;
  border-left:dashed thin;
  float: left; }

p.r2 {
  display: block;
  width: 156px;
  height:290px;
  padding: 20px 0 0 20px;
  margin:0;
  border-top:dashed thin;
  float: left;
  border-left:dashed thin;
}

p.r3 {
  display: block;
  width: 100px;
  padding: 20px 0 0 10px;
  margin:0;
  border-top:dashed thin;
  float: left; 
}

p.r7,p.r9 {
  display: block;
  width: 280px;
  padding: 20px 0 0 10px;
  margin:0;
  border-left:dashed thin;
  border-top:dashed thin;
  float: left; 
}

p.r9 {
	height:290px;
	}

p.r8 {
  display: block;
  width: 281px;
  padding: 20px 0 0 10px;
  border-top:dashed thin;
  margin:0;
  float: left; 
}
	
#flow_main ul li.up {
    width: 100%;}
}
@media (max-width: 767px){
#flow_main {
  margin: 0; 
}
p.r1 {
  width: 112px;
  padding: 20px 2px 0 2px;
}

p.r2 {
  width: 118px;
  padding: 20px 2px 0 2px;
}

p.r3 {
  width: 100px;
  padding: 20px 2px 0 0;
  margin-bottom:5px;
  float: left; 
}

p.r7,p.r9 {
  width: 290px;
  padding: 20px 2px 0 2px;
}
p.r8 {
  width: 230px;
  padding: 20px 2px 0 2px;
  margin-bottom:5px;
}
	
#flow_main ul li.up {
    width: 90%;
}
}
@media (max-width: 480px){
#flow_main {
  margin: 0; 
}
p.r1 {
  width: 170px;
  height:250px;
  padding: 20px 2px 0 2px;
  border-top:none;
  border-left:none;
  background-color:#CCCCCC;
  clear:both;
  float: left; }

p.r2 {
  width: 170px;
  height:250px;
  padding: 20px 2px 0 2px;
  border-top:none;
  float: left;
  border-left:none;
  background-color: #E3E3DB;
}

p.r3 {
  display: block;
  width:100px;
  padding: 20px 0 0 0;
  border-top:none;
  float: left; 
}

p.r7,p.r9 {
  display: block;
  width: 80%;
  padding: 20px 0 0 5px;
  margin:0 0 0 20%;
  border-left:none;
  border-top:none;
  background-color:#F9F8DD;
  float: left; 
}

p.r9{
	height:auto;
	padding-bottom:10px;
	}
p.r8 {
  display: block;
  width: 230px;
  padding: 20px 0 0 3px;
  border-top:none;
  float: left; 
}
	
#flow_main ul li.up {
    width: 100%;}
}

/*////////////////////////////////////////////////////////////////////////
//  05 - works
///////////////////////////////////////////////////////////////////////*/
h1.pad{
	margin-top:20px;
	line-height:1.5em;
	}
h1.center{
	text-align:center;
	padding-top:40px;
	}
hr.borderw{
	height:5px;
	background-color:#fff;
	border:none;
	color:#555;
	top:40px;
	}
#row_w{
	margin-bottom:30px;
	}
p.leg{
	line-height:25px;
	margin:0;
	}
p.dtl{
	line-height:20px;
	margin:10px 0 0 0;
	}
a.wp{
	color:#fff;
	}
ul.wlist{
	padding:10px;
	list-style:none;
	font-family: Century Gothic,Futura, "ƒƒCƒŠƒI", "Meiryo UI", Arial, Helvetica, sans-serif, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	}
ul.wlist li,
ul.wlist li a{
	color:#fff;
	font-weight:normal;
	padding:2px;
	}
li.leg{
	text-decoration:underline;
	}
	
#tf-menu.navbar-white {
	background-color: rgba(85, 85, 85, 50);
	border-color: rgba(231, 231, 231, 0);
}

#tf-menu.navbar-white .navbar-nav > li > a {
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
}
.on_w {
	background-color: #333 !important;
	padding: 0 !important;
}
.navbar-white .navbar-nav > .active > a, 
.navbar-white .navbar-nav > .active > a:hover, 
.navbar-white .navbar-nav > .active > a:focus {
	color: #222 !important;
	background-color: #f9f9f9;
	font-weight: 700;
}

.navbar-white .navbar-toggle:hover, 
.navbar-white .navbar-toggle:focus {
	background-color: #222;
	border-color: #222;
	}
.navbar-white .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
	}
.worksreserve a{
	font-size: 0.9em;
	font-weight: normal;
	color: red;
	z-index: 99999;
}


/*////////////////////////////////////////////////////////////////////////
//  05 - Recent works
///////////////////////////////////////////////////////////////////////*/
.topic{
	font-weight:bold;
	margin:-20px 0 0 0;
	z-index: 99999;
	}
	
.zoom{
	overflow:hidden;
    width: 100%;
	height:auto;
    position: relative;
	}
.recent-work {
    width: 100%;
	height:auto;
    padding-bottom: 27%;
    background: #FFF;
    display: table;
    text-align: center;
    vertical-align: middle;
    padding-top: 27%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
	overflow:hidden;
    margin-bottom: 30px;
}

.recent-work span{
	margin-top: -18px;
	opacity: 0;
	position: relative;
	z-index: 10;
	font-size:0.8em;
}
.recent-work:before {
    background: rgba(100, 100, 100, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    opacity: 0;
    -o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.recent-work:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.recent-work:hover:before, .recent-work:hover span {
    opacity: 1;
}


/*////////////////////////////////////////////////////////////////////////
//  06 - ONE STOP
///////////////////////////////////////////////////////////////////////*/

hr.borderd{
	height:5px;
	background-color:#555;
	border:none;
	top:40px;
}
hr.os {
    height: 0;
    margin: 10px 0;
    padding: 0;
    border: 0;
    border-top: 1px dashed #555;
}
#tf-menu.navbar-dark {
	background-color: rgba(255, 255, 255, 50);
	border-color: rgba(231, 231, 231, 0);
}

#tf-menu.navbar-dark .navbar-nav > li > a {
	text-transform: uppercase;
	color: #222;
	font-size: 12px;
	letter-spacing: 1px;
}
.on_d {
	background-color: #fff !important;
	padding: 0 !important;
}
.navbar-dark .navbar-nav > .active > a, 
.navbar-dark .navbar-nav > .active > a:hover, 
.navbar-dark .navbar-nav > .active > a:focus {
	color: #222 !important;
	background-color: #f9f9f9;
	font-weight: 700;
}

.navbar-dark .navbar-toggle:hover, 
.navbar-dark .navbar-toggle:focus {
	background-color: #222;
	border-color: #222;
	}
.navbar-dark .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
	}


/*////////////////////////////////////////////////////////////////////////
//  05.5 - view
///////////////////////////////////////////////////////////////////////*/
#img{
	margin:15px 0 0 0;
	}

/*////////////////////////////////////////////////////////////////////////
//  06 - budget
///////////////////////////////////////////////////////////////////////*/
#row_w ul.budget{
	list-style:none;
	display:block;
	padding:0;
	}
ul.budget li{
	margin:5px;
	padding:10px;
	}
ul.budget li.b{
	clear:both;
	width:110px;
	float:left;
	}
ul.budget li.d{
	float:left;
	width:320px;
	background-color:#eee;
	}
hr.clear{
	clear:both;
	border:transparent;
	height:20px;
	}
@media screen and (max-width:991px){
ul.budget li.b{
	width:105px;
	}
ul.budget li.d{
	width:218px;
	}
	}
@media screen and (max-width:767px){
ul.budget li.d{
	width:260px;
	}
	}
@media (max-width: 480px) {
ul.budget li.d{
	width:200px;
	}
	}

/*////////////////////////////////////////////////////////////////////////
//  06 - COMPANY
///////////////////////////////////////////////////////////////////////*/
	#row_w ul {
    list-style: none;
    margin-top: 20px;
	}
	#row_w ul li.list {
    clear: both;
    float: left;
    font-weight: bold;
    width: 70px;
    height: 38px;
    font-size: 12px;
	}
	#row_w ul li.cont {
    float: left;
    width: auto;
    height: auto;
    font-size: 12px;
	text-align:left;
	margin-bottom:20px;
	}
	#row_w ul li.cont a,
	#row_w ul li.map a{
	color:#fff;
	}
	.ggmap {
	position: relative;
	padding-bottom: 343px;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	}
	.ggmap iframe,
	.ggmap object,
	.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	}
	ul li.about,ul li.map{
	margin-top:10px;
	}
	ul.staff{
	padding-left:5px;
	}
	ul li.photo {
	margin-top:20px;
    clear: both;
    float: left;
    width: 85px;
    height: 113px;
	margin-bottom:20px;
	margin-right:5px;
	}
	ul li#con {
	margin-top:20px;
	margin-bottom:20px;
	}
	ul li.cont {
    float: right;
    width: 448px;
    height: 20px;
    font-size: 12px;
	line-height:20px;
	}
	ul.name {
	clear:both;
    width: 250px;
    height: 80px;
    margin-top: 40px;
    border-left: #ccc solid 1px;
    padding-left: 10px; 
	}
	ul.name li {
	height: 20px;
	font-size: 12px;
	}
@media (max-width:1200px){
	ul li.photo {
	margin-bottom:10px;
	}
	ul li#con {
	margin-top:0;
	clear:both;
	}
	}

@media (max-width:768px){
	#row_w ul li.cont {
	clear:both;
	}
	#row_w ul li.list {
    width: 200px;
	padding-bottom:5px;
	margin-top:10px;
	height:20px;
	}
	
	}
	

/*////////////////////////////////////////////////////////////////////////
//  06 - Services
///////////////////////////////////////////////////////////////////////*/


.service i {
    font-size: 60px;
}
.service {
    padding: 0 25px;
}




/*////////////////////////////////////////////////////////////////////////
//  07 - Blog
///////////////////////////////////////////////////////////////////////*/

#blog{
	margin-top:40px;
	}
a.blog_title{
	color:#222;
	font-size:18px;
	}


/*////////////////////////////////////////////////////////////////////////
//  08 - site map / link
///////////////////////////////////////////////////////////////////////*/


#link > .links a {
    opacity: 0.7;
}
#link > .links a:hover {
    opacity: 1;
}
#link h2,#link h3{
	color:#555;
	padding-top:10px;
	font-size:24px;
	}
@media screen and (max-width:991px){
.col-md-2{
	width:40%;
	}
#link h3{
	font-size:0px;
	padding:0;
	margin:0;
	line-height:0;
	height:0;
	}
.adj ul{
	margin:0;
	padding:0;
	}
}
@media screen and (max-width:768px){
.col-md-2{
	width:60%;
	}
#link h3{
	font-size:0px;
	padding:0;
	margin:0;
	line-height:0;
	height:0;
	}
.adj ul{
	margin:0;
	padding:0;
	}
}
/*////////////////////////////////////////////////////////////////////////
//  09 - Contact
///////////////////////////////////////////////////////////////////////*/


#contact{
	color: white;
}
#contact h1{color: white}

.form-control-white {
    background: transparent;
    color: white;
}

.form-control-white::-webkit-input-placeholder { /* WebKit browsers */
    color:    white;
}
.form-control-white:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    white;
    opacity:  1;
}
.form-control-white::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    white;
    opacity:  1;
}
.form-control-white:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    white;
}


.form-control-dark {
    background: transparent;
    color:#222;
}

.form-control-dark::-webkit-input-placeholder { /* WebKit browsers */
    color:#222;
}
.form-control-dark:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#222;
    opacity:  1;
}
.form-control-dark::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#222;
    opacity:  1;
}
.form-control-dark:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#222;
}


/*////////////////////////////////////////////////////////////////////////
//  10 - Footer
///////////////////////////////////////////////////////////////////////*/


#footer{
	background: #222;
	color: white;
	}

#footer a{
	color: white;
	}
.ft{
	float:right;
	}
.text-right{
	text-align:right;
	}
@media (max-width: 767px){
.ft{
	clear:both;
	}
}

/*////////////////////////////////////////////////////////////////////////
//  11 - Responsive styles
///////////////////////////////////////////////////////////////////////*/


@media (max-width: 1024px){
	.content-block{
	background:transparent no-repeat center center scroll;
	}
}
@media (max-width: 767px){
	.blog-post {
		margin-bottom: 40px;
	}

	.recent-work {
		background-position: center;
	}

	.recent-work:before {
		opacity: 1;
	}

	.recent-work span {
		opacity: 1;
	}
	.col-sm-6 ul{
	padding-left:0;}
}

@media (max-width: 480px) {
	#drawer-right {
		padding: 10px 20px;
	}

	#drawer-right .nav-pills>li>a {
		font-size: 17px;
	}

	.nav-stacked>li+li {
		margin-top: 0;
	}

	.nav>li>a {
		padding: 8px 15px;
	}

	#drawer-right .social {
		margin-top: 5px;
	}
}

/* IE8Œü‚¯ */
html>/**/body .navbar-nav li {
color:#222\9;
}

/* CSSƒ}ƒEƒXƒI[ƒo[ */
/* Included color classes.. 
    .red 
    .blue 
    .yellow 
    .green
*/
figure.snip1130 {
  font-family: Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 0 0 30px 0;
  width: 100%;
  background: #000000;
  color: #000000;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.snip1130 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
figure.snip1130 img {
  max-width: 100%;
  height:auto;
  position: relative;
  opacity: 1;
}
figure.snip1130 figcaption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 10px;
  z-index: 1;
  opacity: 0;
}
figure.snip1130 h3,
figure.snip1130 p {
  margin: 0;
}
figure.snip1130 h3 {
  display: inline-block;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-weight: 400;
}
figure.snip1130 h3 span {
  font-weight: 800;
}
figure.snip1130 p {
  font-size: 1em;
}
figure.snip1130:after {
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  content: '';
  background: #ffffff;
  position: absolute;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  opacity: 0;
}
figure.snip1130 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1130.blue {
  background: #123851;
}
figure.snip1130.red {
  background: #581a14;
}
figure.snip1130.yellow {
  background: #7f5006;
}
figure.snip1130.green {
  background: #104627;
}
figure.snip1130:hover img,
figure.snip1130.hover img {
  opacity: 0.5;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip1130:hover figcaption,
figure.snip1130.hover figcaption {
  opacity: 0.8;
}
figure.snip1130:hover:after,
figure.snip1130.hover:after {
  opacity: 0.8;
}

/*’¬•À‚Ý*/
#city{
display:block; 
overflow:visible; 
width:vw; 
height:auto; 
z-index:999; 
position:absolute; 
bottom:0;
}

@media (max-width: 480px) {
#city{
display:none;
overflow:hidden;
bottom:-9999px;
	}
}

ul.catalog{
margin: 0;
padding: 0;
list-style: none;
}
ul.catalog li{
	float: left;
	margin: 5px;
}


/*popup*/
.popup-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 10px; /* ƒXƒ}ƒz‚Å—]”’Šm•Û */
  box-sizing: border-box;
}

/* ƒRƒ“ƒeƒ“ƒc’†‰› */
.popup-content {
  position: relative;
  max-width: 90vw;   /* ‰æ–Ê•90% */
  max-height: 80vh;  /* ‚‚³80%‚Å‘S‘ÌŽû‚Ü‚é */
}

/* ‰æ‘œƒXƒ^ƒCƒ‹ */
.popup-content img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

/* •Â‚¶‚éƒ{ƒ^ƒ“ */
.popup-close {
  position: absolute;
  top: -12px; right: -12px;
  background: rgba(255,255,255,0.95);
  width: 36px; height: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  font-size: 24px;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

/* ƒXƒ}ƒzi•600pxˆÈ‰ºj‚Ì’²® */
@media screen and (max-width: 600px) {

  .popup-content {
    max-width: 95vw;
    max-height: 85vh;
  }

  .popup-close {
    top: -15px;
    right: -15px;
    width: 32px; height: 32px;
    font-size: 22px;
    line-height: 32px;
  }
}
