@charset "utf-8";
/* CSS Document */

/********** PRESETS **********/

* {
	margin:0;
	padding:0;
	border:0;
	font-family:Calibri;
	}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

img {
	width:100%;
	}

.container {
	max-width:1050px;
	padding: 0px 0px;
    margin:auto;
	}

.container-fluid {
    padding:0;
    margin:0;
}

#wrapper {
	width:100%;
	}	

/********** PRESETS **********/

/********** HEADER SECTION **********/

#menu {
	color:#257eaa;
	border-radius:-5px;
	position:fixed;
	top:0;
	right:0;
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
	max-width:20px;
	margin-top:20px;
	margin-right:20px;
	height:30px;
	z-index:999;
	box-sizing:border-box;
	
	}

#top_header.black {
	background-color:#3888b0;
	box-shadow:0px 0px 15px #3a7284;
	width:100%;
	height:70px;
	position:fixed;
	z-index:997;
	transition:.5s;
	}

#menu:hover {
	opacity:.4;
	}

nav {
	width:100%;
	background-color:#202020;
	position:fixed;
	margin-top:0;
	z-index:999;
	display:none;
	height:100vh;
	
	}

#small_logo {
	width:30px;
	margin:20px;
	color:#fff;
	}

#small_logo img {
	float:left;
	margin-right:10px;
	}

#logo_container p {
	margin-top: 22px;
    font-weight: bold;
    font-size: 18px;
	}

#logo_container {
	width:240px;
	position: fixed;
    left: 0;
    top: 0;
	color:#fff;
	font-weight:bold;
	}

#menu_logo {
	max-width:600px;
	margin:40px auto 0;
	border-bottom:1px solid #2c2c2c;
	padding-bottom:20px;
	}

#menu_logo h4 {
	font-size:20px;
	font-weight:bold;
	margin-bottom:0;
	color:#fff;
	}

#logo_pos {
	max-width:65px;
	margin:auto;
	margin-top:30px;
	}

#close {
	color:#fff;
	font-family:Microsoft Yi Baiti;
	font-size:40px;
	font-weight:bold;
	position:absolute;
	top:0;
	right:0;
	margin-right:20px;
	cursor:pointer;
	}

#close:hover {
	opacity:.4;
	}

nav ul {
	padding:30px 0px;
	}

nav ul li {
	color:#fff;
	list-style:none;
	margin-bottom:10px;
	font-size:24px;
	text-align:center;
	}

nav h4 {
	color:#fff;
	text-align:center;
	}

.logo {
	margin:0px auto;
	text-align:center;
	padding:0;
	display:block;
	transition:opacity 300ms easeIn 4s;
	}

#logo {
	position: fixed;
    top: 0;
   	left: 0;
	margin:18px;width:200px;
	}

#logo2 {
	width:65px;
	padding-top:30px;
	}

#logo img {
	width:30px;
	float:left;
	}

#logo p {
	font-size: 18px;
    padding-top: 3px;
    color: #fff;
    font-weight: bold;
	float:left;
	margin-left:10px;
	}

.move {
	-webkit-tramsition: 2s ease-in-out;
	-moz-tramsition: 2s ease-in-out;
	tramsition: 10s ease-in-out;
	}

.logo img.move {
	position:fixed;
	top:0;
	left:0;
	width:30px;
	color:#fff;
	margin-top:20px;
	margin-left:20px;
	z-index:998;
	height:30px;
	-webkit-transform:translate(5em,0);
	-moz-transform:translate(5em,0);
	transform:translate(5em,0);
	}

#header {
	background:url(../images/bg_all.jpg);
	background-repeat:no-repeat;
	background-position:top center bottom;
	-webkit-moz-background-size:cover;
	-webkit-0-background-size:cover;
	-webkit-background-size:cover;
	background-size:cover;
	background-attachment:fixed;
	margin:0;
	padding:0;
	padding:40px 0px;
	z-index:1;
	overflow:hidden;
	display:block;
	height:100vh;
	}

#header #page_title {
	margin-top:23%;
    padding-left: 0%;
}
	

#header h1, #header h4 {
	text-align: center;
    color: #173b4c;
	}	
	
#header h1{
    font-size: 111px;
    font-weight: bold;
    color: #fdfdfd;
    font-family: Century Gothic;
    padding:0 40px;
	}

#header h2 {
    padding: 0px 4% 0px 0px;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    text-align: center;
}

#header h4 {
	font-size: 34px;
    font-weight: 100;
    font-family: Century Gothic;
    margin: 0;
	}	
	
#btn_center {
    width:100%;
    margin: auto;
}

#btn_center:after {
    content: '';
    display: block;
    clear: both;
}

#btn_center_container:after {
    content: '';
    display: block;
    clear: both;
}

#btn_center_container {
    width:292px;
    margin:auto;
}

/***** end header section *****/

/***** for all title sections *****/

.section_title {
	padding:60px 0px 15px;
	text-align:center;
	display:block;
	z-index:999;
	}

.section_title h1 {
	color: #3888b0;
	font-weight:bold;
	}

.section_title p {
	max-width:700px;
	margin:auto;
	font-size:18px;
    padding: 0 20px 45px;
	line-height:30px;
	}

.color_change {
	color:#fff;
	font-size: 34px;
    font-weight: bold;
    text-shadow: 0px 0px 20px #000;
	}

#section_title2 {
	padding-bottom:0;
	}

/***** end for all title sections *****/

/***** text color change *****/

.colorChange2 {
	color:#173b4c;
	}

/***** end text color change *****/

/***** action buttons *****/

.action_btn {
	border-radius:10px;
	font-size:24px;
	float:left;
	margin:30px 20px;
	}

.action_btn .a_btn2 {
	}

.action_btn2 {
	border-radius:10px;
	max-width:360px;
	font-size:24px;
	margin:70px auto;
	}

.work_action_btn {
	border-radius:10px;
	font-size:24px;
	display:block;
	margin-top:20px;
	width: 105px;
    margin: auto;
	}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  border-radius: 10px;
}

#myBtn:hover {
}

/***** action buttons *****/

/********** WORK & DESIGN SECTION **********/

#work {
	text-align:center;
	max-width:1200px;
	margin:0px auto 0px;
	
	}

#work .row {
	max-width: 1185px;
    margin: 0 auto 40px;
	}

.row {
	max-width: 1185px;
    margin: 0 auto;
	}

.contain_row:after {
    content: '';
    display: block;
    clear: both;
}

.contain_row {
    max-width: 1110px;
    margin:0 auto 40px;
}


#work h3 {
    max-width: 360px;
    margin:auto;
    border-bottom: 1px solid #dcedf5;
    border-top: 1px solid #dcedf5;
    padding:20px;
}

#designs_full:after {
    content: '';
    display: block;
    clear: both;
}

#designs_full {
    background-color: #f4f4f5;
    text-align: center;
}

#designs {
	max-width:700px;
	margin:auto;
    /* background-image: url(../images/blk_hoh_logo.png); */
    background-repeat: no-repeat;
    padding-top:40px;
    padding-bottom: 80px;
	}

#designs_full:after {
	content: '';
    display: block;
    clear: both;
	}


#designs h1 {
	font-weight:bold;
	color: #3888b0;
}

#designs p {
	font-size:18px;
	line-height:30px;
	}

#designs img {
    width:200px;
}

#design_btn {
	color:##3888b0;
	width:130px;
	margin:80px auto 0px;
	}	

#design_btn a:link {
    color: ##3888b0;
    padding: 15px 20px;
    /* max-width: 360px; */
    border: 2px solid #3888b0;
    border-radius: 30px;
    font-weight: bold;
	80px auto 0px;
}

#design_btn a:visited {
	color: #3888b0;
	}	
	
#design_btn a:hover {
	color:#3888b0;
	border:2px dashed #3888b0;
    opacity: .6;
	}

.web_contain {
	overflow: hidden;
    padding: 0px;
    margin: 40px 0 0;
    width: 360px;
    border-radius: 4px;
	}

.web {
	overflow: hidden;
	background-color:rgba(66,163,232,.25);
	}

.web_pos {
	}

.web:hover {
	transform:scale(1.2);
	transition:All 0.4s ease-in-out;
	}

#work h4 {
	font-size:20px;
	color:#70a6d2;
	}
	
#work h2 {
	font-size:30px;
	color:#fff;
	text-transform:uppercase;
	font-weight:100;
	margin: 0px 0px 0px;
	padding:100px 5px;
	}

.web_info {
	font-size:12px;
	margin:auto;
	}


.web_info a:link {
	color:#fff;
	background-color:rgba(0,0,0,.60);
	border-radius:50px;
	padding:15px;
	margin:auto;
	font-weight:bold;
	}

.web_info a:visited {
	color:#fff;
	}

.web_info a:hover {
	color:#000;
	background-color:rgba(255,255,255,.60);
	font-weight:bold;
	}


#web1 {
	background-image:url(../images/large_site_tn001_01.jpg);
	background-repeat:no-repeat;
	background-size:360px;
	}

#web1:hover {
	background-image:url(../images/large_site_tn001.jpg);
	}
	
#web2 {
	background-image:url(../images/large_site_tn002_02.jpg);
	background-repeat:no-repeat;
	background-size:360px;
	}
	
#web2:hover {
	background-image:url(../images/large_site_tn002.jpg);
	}

#web3 {
	background-image:url(../images/large_site_tn004_04.jpg);
	background-repeat:no-repeat;
	background-size:360px;
	}

#web3:hover {
	background-image:url(../images/large_site_tn004.jpg);
	}

#web4 {
	background-image:url(../images/large_site_tn003_03.jpg);
	background-repeat:no-repeat;
	background-size:360px;
	}

#web4:hover {
	background-image:url(../images/large_site_tn003.jpg);
	}

#web5 {
	background-image:url(../images/large_site_tn005_05.jpg);
	background-repeat:no-repeat;
	background-size:570px;
	}

#web5:hover {
	background-image:url(../images/large_site_tn005.jpg);
	}

#web6 {
	background-image:url(../images/lp_tn_01.jpg);
	background-repeat:no-repeat;
	background-size:375px;
	}

#web6:hover {
	background-image:url(../images/o_lp_tn_01.jpg);
	}

#web7 {
	background-image:url(../images/lp_tn_02.jpg);
	background-repeat:no-repeat;
	background-size:375px;
	}

#web7:hover {
	background-image:url(../images/o_lp_tn_02.jpg);
	}

#web8 {
	background-image:url(../images/lp_tn_03.jpg);
	background-repeat:no-repeat;
	background-size:375px;
	}

#web8:hover {
	background-image:url(../images/o_lp_tn_03.jpg);
	}

.lp_title {
    font-size: 20px;
    padding:10px;
    width:205px;
}


.overlay {
      position: absolute;
      bottom: 0;
      left: 100%;
      right: 0;
      background-color: #008CBA;
      overflow: hidden;
      width: 0;
      height: 100%;
      transition: .5s ease;
}

.work_container {
    width:360px;
    float:left;
    margin:40px 5px 5px;
    
}

.links {
    width: 138px;
    margin:10px auto 10px;
}

.lp_title_container {
    width: 205px;
    margin:230px auto 10px;
}



.git {
    margin:0px 0 10px;
    width:30px;
    float: left;
}

.site {
    float: left;
    margin-top: 10px;
    border: 1px solid #333;
    border-radius: 30px;
    margin-left: 10px;
    /* background-color: #000; */
    padding: 5px 0px;
}

.site a:link {
    color: #000;
    padding: 7px 20px;
    border-radius: 30px;
}

.site a:visited {
    color:#000;
    
}

.site a:hover {
    color:#fff;
    background-color: #111;
}

.links img {
    margin-top:10px;
}

.links img:hover {
    opacity: .6;
}

/***** end web design project section *****/

/***** what I can do for you section *****/

.for_you {
	padding: 70px 60px;
	background-color:rgba(255,255,255,.9);
	font-family:Lao UI;
	margin:40px auto;
	border-radius:3px;
	box-shadow:0px 0px 160px #000;
	max-width:700px;
	
	}

.for_you h3 {
	
    
	margin:0;
	margin-bottom:30px;
	padding: 0px;
    /*background-color: #25333e;*/
    color:#257eaa;
	font-size:28px;
	font-weight:bold;
	border-bottom:1px solid #ddd;
	padding-bottom: 15px;
	}

.for_you h4 {
	font-weight:bold;
	margin:0;
	margin-bottom:10px;
	margin-left: 5px;
	}

.box2 {
	max-width:200px;
	background-color:#70a6d2;
	padding:10px 20px 20px;
	text-transform:uppercase;
	margin-top:5px;
	}

.box1 {
	text-align:left;
	}

.box1 h3 {
	font-weight:bold;
	font-size:28px;
	margin-top:0;
	padding:0px 30px;
	margin-bottom:20px;
	}

.box1 p {
	margin:0;
	font-size:18px;
	padding: 0px 0px 0px 5px;
	line-height:28px;
	color:#000;
	font-weight:400;
	max-width:600px;
	margin:auto;
	}

.box2 h2 {
	font-weight:bold;
	}

.box3 {
	max-width:200px;
	background-color:#25333e;
	padding:0px 0px 0px 60px;
	text-transform:uppercase;
	margin-top:5px;
	}

.box3 h2 {
	color:#fff;
	position:absolute;
	right:2;
	max-width:300px;
	text-align:center;
	font-weight:bold;
	}

.p_mod {
	padding-left:30px;
	}

#code {
	/*background-image:url(../images/code_bg2.jpg);*/
	background-repeat:no-repeat;
	background-position:top;
	background:cover;
	color:#fff;
	height:150%;
	background-color:none;
	box-shadow:0px 0px 160px #000;
	}

#add_info1, #add_info2, #add_info3 {
	display:none;
	}

#remove_info1, #remove_info2, #remove_info3 {
	display:none;
	}

#wid {
	width:100%;
	/*background-color:#25333e;*/
	background-image:url(../images/idea.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	padding-bottom:20px;
	padding-bottom:90px;
	}

.col-sm-8 {
    width:100%;
	padding:0;
}

/***** end what I can do for you section *****/

/***** about section *****/


#about {
	
	padding:110px 0px 110px;
	text-align:center; 
	}

#about_img {
	max-width:200px;
	margin:auto;
	}	

#about h2 {
	font-size:24px;
	color:#25333e;
	font-weight:100;
	margin-bottom:0;
	}

#about h3 {
	margin:0;
	font-size:40px;
	font-weight:bold;
	margin-top: 40px;
	}

#about h4 {
	font-weight:bold;
	margin-top:80px;
	}
	
#about p {
	font-size:18px;
	font-weight:200;
	color:#25333e;
	padding:0px 0px 40px;
	line-height:25px;
	max-width:780px;
	width:100%;
	margin:auto;
	}
	
#about_btn {
	}	

#about_btn a:link {
    border-left: solid;
    color: #ffffff;
    padding: 15px 20px;
    /* max-width: 360px; */
    border: 2px solid #ffffff;
    border-radius: 31px;
    font-weight: bold;
    font-size: 18px;
}

#about_btn a:visited {
	color: #ffffff;
	}	
	
#about_btn a:hover {
	color:#fff;
	border:2px dashed #fff;
    opacity: .6;
	}		

#contact2_btn {
	color:#ffffff;
	}	

#contact2_btn a:link {
    color: #ffffff;
    padding: 15px 20px;
    /* max-width: 360px; */
    border: 2px solid #ffffff;
    border-radius: 30px;
    font-weight: bold;
    font-size: 18px;
}

#contact2_btn a:visited {
	color: #ffffff;
	}	
	
#contact2_btn a:hover {
	color:#fff;
	border:2px dashed #fff;
    opacity: .6;
	}		

#edu {
    padding: 60px 103px;
}


/***** end about section *****/

/***** contact section *****/

#contact {
	/*background-color:#3888b0;*/
	background-image:url(../images/bg_all.jpg);
	text-align:center;                                           
	padding: 120px 0px 80px;
	position:relative;
	z-index:1;
    clear: both;
	}

#contact h1 {
	color:#fff;
	margin-top:0px;
	margin-bottom:40px;
	font-weight:bold;
	}
	
#contact p {
	font-size:100px;
	font-weight:bold;
	color:#25333e;
	padding:40px 60px;
	line-height:90px;
	color:#fff;
	}

#contact_btn {
	color:#fff;
	}
	
#contact_btn a:link {
	color: #fff;
    padding: 20px 30px;
    max-width: 360px;
    border: 2px solid #fff;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 30px;
	}	

#contact_btn a:visited {
	color:#fff;
	}	
	
#contact_btn a:hover {
    opacity: .6;
    border: 2px dashed #fff;
	}		

#contact_info a:link {
    color:#79b7d0;
}

#contact_info a:visited {
    color:#79b7d0;
}

#contact_info a:hover {
    color:#257eaa;
}

#form {
	}

.glyphicon {
	color:#79b7d0;
	}

/***** end contact section *****/

/***** footer section *****/

#footer {
	background:url(../images/bg_social.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size:cover;
	color:#fff;
	    padding: 80px 0px 120px;
	}

#footer .logo {
	margin-top:20px;
	}

#footer .social {
	margin:40px auto 0px;
	text-align:center;
	margin: 40px auto 0px;
	width:160px;
	}

.social a {
	display:block;
	font-weight:bold;
	font-size:30px;
	color:#fff;
	text-transform:uppercase;
	}

.social a:link {
	color:#fff;
	}

.social a:visited {
	color:#fff;
	}
	
.social a:hover {
	color:#60a1bd;
	}	

#footer p {
	margin:0;
	padding:0px 15px;
	color:#fff;
	margin-top:40px;
	font-size:12px;
	text-align:center;
	}

#footer span {
	color:#f7f7f7;
	}	

#footer span:hover {
	color:#000;
	}	


#footer .row a {
	color:#fff;
	font-size:50px;
	font-weight:bold;
	text-transform:uppercase;
	}

/***** end footer section *****/

/***** work page settings *****/

.logo_work {
	padding:40px 0;
	background-color:#f0f0f0;
	}

.work_header_tulle {
	background:url(../images/tulle_header_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background:cover;
	background-attachment:fixed;
	z-index:1;
	padding:140px 0px;
	}

.work_header {
	background:url(../images/tk_header_bg3.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background:cover;
	background-attachment:fixed;
	z-index:1;
	padding:140px 0px;
	}

.work_header_rc {
	background:url(../images/rc_header_bg2.jpg);
	background-repeat:no-repeat;
	background-position:top left center;
	background:cover;
	background-attachment:fixed;
	z-index:1;
	padding:140px 0px;
	}

.work_header_scs {
	background:url(../images/scs_header_bg2.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	background:cover;
	background-attachment:fixed;
	z-index:1;
	padding:140px 0px;
	}
	
.work_header_ld {
	background:url(../images/ld_header_bg3.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	background:cover;
	background-attachment:fixed;
	z-index:1;
	padding:140px 0px;
	}	

#work_title h1, #work_title_rc h1, #work_title_scs h1, #work_title_ld h1, #about_title h1, 
#contact_title h1 {
	text-align:center;
	margin:0;
	padding:50px 0px 0px;
	color:#fff;
	font-size:100px;
	font-weight:bold;
	text-transform:uppercase;
	}	

#work_about_tulle, #work_about, #work_about_rc, #work_about_scs, #work_about_ld, #about_content, #contact_content {
	padding:120px 40px;
	background-color:#fff;
	position:relative;
	z-index:1;
	max-width: 1000px;
    margin: auto;
	text-align:center;
	line-height:25px;
	}	

#work_title h4,
#work_title_rc h4,
#work_title_ld h4,
#work_title_scs h4 {
	color: #fff;
    text-align: center;
	margin-bottom: 27px;
    margin-top: 0;
	}

#work_about_tulle h2, #work_about h2, #work_about_rc h2, #work_about_scs h2, #work_about_ld h2 {
	margin:0;
	padding:0;
	font-size:60px;
	font-weight:bold;
	border-bottom: 1px solid #eee;
    max-width: 250px;
    margin: auto;
    padding: 0px 0px 20px;
	}

#work_about_tulle h2 {
	color:#89c5ac;
	}

#work_about h2 {
	color:#642e2c;
	}

#work_about_rc h2 {
	color:#2f2212;
	}
	
#work_about_scs h2 {
	color:#392a63;
	}
	
#work_about_ld h2 {
	color:#29363c;
	}	

#work_about_tulle h4, #work_about h4, #work_about_rc h4, #work_about_scs h4, #work_about_ld h4 {
	font-size:18px;
	color:#242424;
	margin-top:0;
	margin-bottom:20px;
	}
	
#work_about_tulle p, #work_about p, #work_about_rc p, #work_about_scs p, #work_about_ld p {
	font-size: 24px;
    font-weight: 300;
    color: #25333e;
    padding: 20px 0px 0px;
    line-height: 36px;
	}

#work_tools, #work_tools_rc, #work_tools_scs, #work_tools_ld {
	color:#fff;
	padding-top:60px;
	position: relative;
    z-index: 1;
	}

#work_tools {
	background: #642e2c; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(right top, #000, #642e2c); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top right, #000, #642e2c); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top right, #000, #642e2c); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to top right, #000, #642e2c); /* Standard syntax */
	}

#work_tools_rc {
	background: #2f2212; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(right top, #000, #2f2212); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top right, #000, #2f2212); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top right, #000, #2f2212); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to top right, #000, #2f2212); /* Standard syntax */
	}	
	
#work_tools_scs {
	background: #392a63; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(right top, #000, #392a63); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top right, #000, #392a63); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top right, #000, #392a63); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to top right, #000, #392a63); /* Standard syntax */
	}	
	
#work_tools_ld {
	background: #29363c; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(right top, #000, #29363c); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top right, #000, #29363c); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top right, #000, #29363c); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to top right, #000, #29363c); /* Standard syntax */
	}		

#work_tools h3 {
	color:#cdab67;
	}

#work_tools_rc h3 {
	color:#cdab67;
	}
	
#work_tools_ld h3 {
	color:#cdab67;
	}
	
#work_tools_scs h3 {
	color:#cdab67;
	}
	
.tk_tab li {
	list-style:none;
	}

#work_about_btn a:link,
#work_about_btn_rc a:link,
#work_about_btn_scs a:link,
#work_about_btn_ld a:link {
	color: #fff;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 16px;
	}	

#work_about_btn a:visited,
#work_about_btn_rc a:visited,
#work_about_btn_scs a:visited,
#work_about_btn_ld a:visited {
	color:#fff;
	}	
	
#work_about_btn a:hover,
#work_about_btn_rc a:hover,
#work_about_btn_scs a:hover,
#work_about_btn_ld a:hover {
	color:#000;
	background-color:#fff;
	border:none;
	}

#work_pages_tulle, 
#work_pages,
#work_pages_rc,
#work_pages_scs,
#work_pages_ld, 
#work_mobile, 
#work_mobile_rc, 
#work_mobile_scs, 
#work_mobile_ld, 
#work_next {
	text-align:center;
	padding-bottom:10px;
	position:relative;
	z-index:1;
	background-color:#f5f5f5;
	padding:80px 0px;
	}

#work_pages .row,
#work_mobile .row,
#work_next .row,
#work_pages_rc .row,
#work_mobile_rc .row,
#work_next_rc .row,
#work_pages_ld .row,
#work_mobile_ld .row,
#work_next_ld .row,
#work_pages_scs .row,
#work_mobile_scs .row,
#work_next .row_scs {
	max-width:1000px;
	margin:auto;
	}

#work_pages_tulle h3,
#work_pages h3,
#work_pages_rc h3,
#work_pages_scs h3,
#work_pages_ld h3,
#work_mobile h3, 
#work_mobile_rc h3, 
#work_mobile_scs h3, 
#work_mobile_ld h3, 
#work_next h3 {
	margin:0;
	padding: 0px 0px 40px;
	font-weight:bold;
	}

#work_pages_tulle {
    color:#89c5ac;
}

#work_pages h3 {
	color:#642e2c;
	}

#work_pages_rc h3 {
	color:#2f2212;
	}
	
#work_pages_scs h3 {
	color:#392a63;
	}
	
#work_pages_ld h3 {
	color:#2a373d;
	}	

.page_contain {
	padding:0px 40px;
	}

#work_mobile, #work_mobile_rc, #work_mobile_scs, #work_mobile_ld, #work_next {
	color:#fff;
	}

#work_mobile {
	background-color:#ac7e33;
	}

#work_mobile_rc {
	background-color:#c48224;
	}

#work_mobile_scs {
	background-color:#cdab67;
	}
	
#work_mobile_ld {
	background-color:#88b3c5;
	}	

.mobile_contain {
	padding:20px;
	}

.mobile_contain a:hover {
	opacity: .4;
    transition: .8s ease;
	}

.work_contain h3 {
	margin:0;
	margin-bottom:15px;
	}

#work_next {
	background-color:#000;
	}	

.page_contain img {
	margin-bottom: 20px;
	border:1px solid #e0e0e0;
	}

/***** end work page settings *****/

/***** about page settings *****/

#about_header {
	background:url(../images/header_bg4.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background:cover;
	background-attachment:fixed;
	z-index:1;
	padding:150px 0px 190px;
	}	

#about_content {
	padding:120px 0px;
	}

#about_content .row {
	max-width:1150px;
	margin:auto;
	}

.about_box {
	padding: 3% 60px 1%;
    float: left;
    background-color: #f4f4f5;
    border-radius: 5px;
    margin: 2% 2%;
    height: 100%;
	}

#about_box_container {
	max-width: 954px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
	}

#about_box_container:after {
	content:'';
	display:table;
	clear:both;
	}

#photo {
	padding:60px;
	}
	
#content_info h3, #content_info h4 {
	
	margin:0;
	}	
	
.web_title {
	font-weight:200;
	margin-bottom:30px;
	
    padding-bottom: 45px;
	color:#069;
	}	

#content_info h3 {
	font-size: 32px;
    color: #257eaa;
	}

#content_info .web_title {
	font-size: 40px;
	font-weight: bold;
    margin-top: 10px;
	}

#content_info p {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 18px;
}
	
#content_info h4 {
    margin-bottom: 10px;
    padding-top: 10px;
    color: #257eaa;
    font-size: 29px;
    border-bottom: 1px solid #e0dddd;
    max-width: 230px;
    /* text-align: left; */
    padding-bottom: 20px;
    margin: auto;
    margin-bottom: 20px;
	font-weight: bold;
}
	
#content_info ul {
    margin-bottom: 30px;
}
	
#content_info li {
	list-style:none;
	}	

/***** end about page settings *****/

/***** contact page settings *****/

#contact_header {
	background: url(../images/contact_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background: cover;
    background-attachment: fixed;
    padding-bottom: 0px;
    z-index: 1;
	padding:150px 0px 190px;
	}

#contact_info {
	margin: 0;
    padding: 0;
    max-width: 290px;
    background-color: #f7f7f7;
    /* border: 1px solid #eee; */
    border-radius: 5px;
   padding: 30px 40px 5px;
    float: left;
	}

#contact_info h3 {
	margin-top: 0px;
	font-weight:bold;
	}
	

#contact_form {
	max-width: 600px;
    padding: 10px 40px 40px;
    margin-left: 30px;
    border: 1px solid #eee;
    background-color: #79b7d0;
    border-radius: 8px;
	}

#contact_form h2 {
	color:#fff;
	font-size:36px;
	font-weight:bold;
	}

#contact_form p {
	color: #fff;
    margin-bottom: 40px;
    font-size: 18px;
    border-bottom: 1px solid #94bed0;
    padding-bottom: 40px;
	}

#contact_form label {
	color:#fff;
	}

#contact_form .btn-primary {
    color: #79b7d0;
    background-color: #ffffff;
    border:none; 
}


#contact_form .btn-primary:hover {
    color: #fff;
    background-color: #257eaa;
}

#contact_title h1 {
	}	

#contact_content .container .row {
	max-width: 940px;
    margin: 0 auto;
	}

#contact_content {
	padding:120px 0px;
	}

#contact_content li {
	list-style:none;
	color: #79b7d0;
    font-weight: bold;
	}

#navlist {
	border-bottom:1px solid #2c2c2c;
	margin:auto;
	text-align:center;
	padding:15px;
	max-width:600px;
	
	}

#navlist li {
	font-size:18px;
	}

#navlist ul {
	margin-bottom:0;
	padding:0;
	}

#navlist h4 {
	font-weight:bold;
	font-size:22px;
	margin-top:10px;
	margin-bottom:20px;
	}

#navlist ul li a:link {
	color:#257eaa;
	font-weight:bold;
	}

#navlist ul li a:visited {
	color:#257eaa;
	}
	
#navlist ul li a:hover {
	color:#25333e;
	}	

#sc ul,#sc_float ul {
	margin-bottom:0;
	padding:0px 0px 30px;
	}

#sc ul li a:link,#sc_float ul li {
	color:#79b7d0;
	}

#sc ul li a:visited,#sc_float ul li a:visited {
	color:#79b7d0;
	}
	
#sc ul li a:hover,#sc_float ul li a:hover {
	color:#257eaa;
	}	

#sc,#sc_float {
	font-weight:bold;
	}

#sc h4,#sc_float h4{
	font-weight:bold;
	font-size:22px;
	margin-top:25px;
	margin-bottom:20px;
	}

#sc li,#sc_float li {
	font-size:18px;
	}

#select {
	margin:60px 0px;
	max-width:220px;
	}	
	
#logo_intro {
	background-color: #fff;
    padding: 80px 30px;
    width: 100%;
	}

#logo_intro h2 {
	text-align: center;
    font-weight: bold;
    color: #2f8ead;
	border-bottom: 1px solid #3333331a;
    max-width: 340px;
    margin: 0px auto 20px;
    padding-bottom: 20px;
	}

#logo_wrap h3 {
	text-align: center;
    margin-bottom: 30px;
}

#logo_intro p {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    line-height: 32px;
    color: #444;
	}
	

#contact_comment {
	margin-top:20px;
	}

#logo_wrap_content:after {
	content:'';
    display: block;
    clear: both;
	}

#logo_wrap_content {
	background-color:#f4f4f5;
	padding: 80px 30px;
    width: 100%;
    height:800px;
	}	

#logo_wrap {
    max-width: 1028px;
	margin:auto;
}
	
#logo_wrap div {
    max-width: 257px;
    float: left;
}

/*
#logo_wrap .logo_01 {
	transform:translate(300px, 20px);
	}

#logo_wrap .logo_04 {
	transform:translate(-300px, 20px);
	}

#logo_wrap .logo_05 {
	transform:translate(350px, -200px);
	}

#logo_wrap .logo_06 {
	transform:translate(150px, -250px);
	}
*/

#logo_header {
	background:url(../images/logo_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background:cover;
	background-attachment:fixed;
	z-index:1;
	padding:150px 0px 190px;
	}	

/***** end contact page settings *****/

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal, .modal2, .modal3 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content, .modal-content2, .modal-content3 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 1000px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content,  .modal-content2, .modal-content3, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content,  .modal-content2, .modal-content3 {
    width: 100%;
  }