﻿@charset "utf-8";
*{
	margin: 0px;
	padding: 0px;
}


#win{width: 250px; height:400px; display:block; background-color: #c82c2c;
position:fixed; left:0px; top:180px; z-index:9999999; display:none; border: 2px solid  #FFF; border-radius: 10px 10px 10px 10px;}

#win a{position:absolute; right:0px; display:block; width:auto; text-decoration:none; font-size:18px; color:#FFF; top: 0px; }

#req{
	width: 35px;
	height: 185px;
	border: #FF0 solid 0px;
	border-radius: 0px 25px 25px 0px;
	position: fixed;
	z-index: 99999;
	top: 300px;
}


.formH{

	height:auto;
	overflow: hidden;
	float:left;
	margin-left: 25px;
	padding-bottom: 15px;
	font-family:'Candida BT';
}

.formH p{
	margin-top:6px;
	text-align: left;
	font-family: 'Candida BT';
	font-size: 12px;
	color: #FFF;
	letter-spacing: 0px;
	padding-bottom: 10px;
}
.formH input,textarea{
	margin:0px;
	padding: 5px;

	font-family: 'Candida BT';
	font-size: 10px;
	color: #CCC;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
}

.formH input:hover, textarea:hover,
.formH input:focus, textarea:focus{
	border-color: 1px solid #C9C9C9;
	box-shadow: rgba(0, 0, 0, 0.2) 1px 5px 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 2px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 0px 8px;
}

.formH input{

	width:200px;
	font-family: 'Candida BT';
	font-size: 10px;
	color: #CCC;
}






#gallery26 td{ background-color:#a80b0b; font-size: 0.90em; font-style: normal; font-weight: normal; font-variant: normal; color: #FFF; padding-left: 1px; padding-bottom: 20px; border: 2px solid #989797; }


/*** effect square to round ***/

#gallery26 td img { width: 200px; height: 200px; }
#gallery26 td img:hover {-moz-border-radius:50%;-webkit-border-radius:50%;-o-border-radius:50%;border-radius:50%}

#gallery26 td
{
transition:all .2s ease-in-out;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
}

#gallery26 td img:hover
{
transition:all .4s ease-in-out;
-webkit-transition:all .4s ease-in-out;
-moz-transition:all .4s ease-in-out;
-ms-transition:all .4s ease-in-out;
-o-transition:all .4s ease-in-out;
}

/*** effect round to square ***/

#gallery26 h1{ font-family:'Candida BT'; color: #FFF !important; padding-top: 0px; font-size:1.1em !important;  margin-left:3px; text-shadow: 1px 1px 1px #000000;}

#main{
	width : 100%;
	height : auto;
	overflow: hidden;
	margin-left : auto;
	margin-right : auto;
	border:#000 solid 0px;
}

#header{
	width:1003px;
	height:auto;
	overflow:hidden;
	background:#FFF;
	margin-left:auto;
	margin-right:auto;
	border: #333 solid 0px;
}

#logo{
	float:left;
    margin-top: 20px;
}

/*#social{
	width: 140px;
	height: 35px;
	float:right;
	border:#000 solid 0px;
	margin-right:25px;
	margin-top:5px;
}

#social img{
	padding-left:10px;
}*/


.socials{
	width:150px;
	height:auto;
	border:#000000 solid 0px;
	position:absolute;
	right:218px;
	margin-top:5px;
	float:right;
}


.socials a {
width: 33px;
height: 32px;
background-image:url(images/social.png);
background-repeat:no-repeat;
display: inline-block;
border-radius: 500px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}




.socials a:hover {
background-position: 0 bottom;
}
.socials a+a {
    margin-left: 10px;
    background-position: -33px 0;
}

.socials a+a:hover {
    background-position: -33px bottom;
}

.socials a+a+a {
    margin-left: 11px;
    background-position: -70px 0;
}

.socials a+a+a:hover {
    background-position: -70px bottom;
}

.socials a+a+a+a {
    width: 32px;
    background-position: right 0;
}

.socials a+a+a+a:hover {
    background-position: right bottom;
}

#nav{
	border:#000000 solid 0px;
	width:700px;
	height:46px;
	border-radius:0px 0px 0px 0px;
	margin-top:115px;
	margin-right: 20px;
	text-align:center;
	float:right;
}

*, :before, :after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}



.button,
[class*="button-"] {
  position: relative;
  display: inline-block;
  overflow: hidden;
  float: left;
  padding: 0 1em;
  height: 2.5em;
  font: 300 1em/2em 'Open Sans', sans-serif;
  text-decoration: none;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  letter-spacing: .08em;
  color: #fff;
  background: #780001;
  border: solid 1px #fff;
  border-radius: 2px;
  -moz-transition: ease 0.35s all;
  -o-transition: ease 0.35s all;
  -webkit-transition: ease 0.35s all;
  transition: ease 0.35s all;
}
.button:hover,
[class*="button-"]:hover {
  background: #ed161f;
  color: yellow;

}

.button-hover:hover {
  line-height: 8.5em;
}
.button-hover:before {
  content: attr(data-text);
  color: #DEEFF5;
  position: absolute;
  top: -3em;
}


/*#nav ul{padding:0; margin:12px 0 0 0; list-style:none; display:inline-block; z-index:999; position:relative;}
#nav ul li{float:left; margin:0 2px; border-right:1px solid #000; font-size:15px;}
#nav ul li:last-child{border:none;}
#nav ul li a{font-family:'Candida BT'; color:#780001; text-decoration:none; padding:10px 15px;}
#nav ul ul{display:none;}
#nav ul li:hover ul{display:block; position:absolute; top:22px;}
#nav ul ul li{float:none; border-right:0px; border-bottom:1px solid #FFF; padding:5px 0; background:#99262a;}
#nav ul ul li:hover{background:#666}

#nav ul li:hover ul ul{display:none;}
#nav ul li ul li:hover ul{display:block; position:absolute; width:150px; right:-150px; top:-10px;}
#nav ul li ul li{position:relative;}
*/

#bnr{
	width:100%;
	height:399px;
	border:#990 solid 0px;
}

#bnr img{
	width:100%;
}



#content{
	width:1003px;
	height:auto;
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	border:#000 solid 0px;
}



#scaffolding_pro_1{
	width: 1003px;
	height: auto;
	overflow: hidden;
	border: 1ps solid #999;
}

#scaffolding_pro_1 h1{ color: #FFF; font-family: 'candida BT'; font-size: 2em; background-color: #d61111; text-align:left; width: auto; height: 47px;}

.form{
	width:400px;
	height:auto;
	overflow: hidden;
	float:left;
	margin-left: 70px;
	padding-bottom: 10px;
	border-right: dotted 1px #000000;
	font-family:'Candida BT';
}
.form p{
	margin-top:10px;
	text-align: left;
	font-family: 'Candida BT';
	color: #900;
	letter-spacing: 1px;
}
.form input,textarea{
	margin:0px;
	padding: 10px;
	width:300px !important;
	font-family: 'Candida BT';
	font-size: 15px;
	color: #F00;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
}

.form input:hover, textarea:hover,
.form input:focus, textarea:focus{
	border-color: 1px solid #C9C9C9;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 2px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 0px 8px;
}

.form input{

	width:300px;
	font-family: 'Candida BT';
	font-size: 15px;
	color: #F00;
}



.btn{
	width: auto; !important;
	height:auto	!important;
	padding:10px;
	color:#FFF;
	text-align: center;
	background-color:#F00;
	border:none;
	border-radius:5px;
	margin-top:10px !important;
	box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.35);
	background-color: #474E69;
	color: #FFF;
	font-weight:bold;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

hr{ margin-top:10px; background-color: #CCC; width:330px; margin-left: 50px; border: 1px dotted #999999; opacity:.40;}

#contact_us_main{
	width: 100%;
	height: 45px;
	background-color: #780001;
	border: #000 solid 0px;
	margin-top: 10px;
}

#contact_us_hd{
	width: 1003px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
}

#contact_us_hd h1{
	color: #FFF;
	font-size: 1.80em;
	text-align: left;
	font-style: normal;
	letter-spacing: 3px;
	text-shadow: 0px 1px #000000;
}

#contact_us_1{
	width: 480px;
	height: auto;
	float: left;
	border-left:dotted 1px;
	padding-right: 0px;
}


#contact_us_2{
	width: 480px;
	height: auto;
	float: right;
	padding-bottom: 14px;
	padding-left: 10px;
	border-right:dotted 1px;
}

#contact_us_2 h2{
	font-family:'Candida BT';
	font-size: 0.90em;
	font-style: normal;
	font-weight: bold;
	color: #780001;
	text-align: left;
	padding-top: 15px;
	letter-spacing: 3px;
	margin-left: 50px;
}

#contact_us_2 h3{
	font-family:'Candida BT';
	font-size: 0.80em;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-align: left;
	padding-top: 25px;
	letter-spacing: 2px;
	margin-left: 50px;
}

#contact_us_2 h4{
	font-family:'Candida BT';
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: left;
	padding-top: 15px;
	margin-left: 50px;
}


#contact_us_2 h5{
	font-family:'Candida BT';
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: left;
	padding-top: 15px;
	margin-left: 50px;
}

#contact_us_2 img{
	margin-top: 50px;
	border: 1px dotted #666
}

#service_main_container{
	width: 1003px;
	height: auto;
	overflow: hidden;
	float: left;
	border-bottom: dotted #999999 1px;

}

#service_main_container h2{
	font-family: 'Candida BT';
	font-size: 25px;
	font-style: normal;
	font-weight:normal;
	letter-spacing: 1px;
	color: #800000;
	text-align: left;
}

#service_main_container p{
	font-family: 'Candida BT';
	font-size: 16px;
	font-style: normal;
	color: #800000;
	text-align: left;
	text-align:justify;
}

#service_contr_1{
	width: 1003px;
	height: auto;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	border-bottom: dotted #999999 1px;

}

#service_contr_1 img{
	float: left;
	padding-right: 30px;
}

#service_contr_1 h1{
	font-family:'Candida BT';
	color:#970000;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 5px;
	text-align: right;
	margin-left: 10px;
}

#service_contr_1 p{
	font-family:'Candida BT';
	color:#970000;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: justify;
	padding-left: 10px;
}

#service_contr_2{
	width: 1003px;
	height: auto;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	border-bottom: dotted #999999 1px;
}

#service_contr_2 img{
	float: left;
	padding-right: 30px;
}

#service_contr_2 h1{
	font-family:'Candida BT';
	color:#970000;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 5px;
	text-align: right;
	margin-left: 10px;
}

#service_contr_2 p{
	font-family:'Candida BT';
	color:#970000;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: justify;
	padding-left: 10px;
}

#service_contr_3{
	width: 1003px;
	height: auto;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	border-bottom: dotted #999999 1px;
}

#service_contr_3 img{
	float: left;
	padding-right: 30px;
}

#service_contr_3 h1{
	font-family:'Candida BT';
	color:#970000;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 5px;
	text-align: right;
	margin-left: 10px;
}

#service_contr_3 p{
	font-family:'Candida BT';
	color:#970000;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: justify;
	padding-left: 10px;
}

#service_contr_4{
	width: 1003px;
	height: auto;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	float: left;
	border-bottom: dotted #999999 1px;

}



#service_contr_4 img{
	float: left;
	padding-right: 30px;
}

#service_contr_4 h1{
	font-family:'Candida BT';
	color:#970000;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 5px;
	text-align: right;
	margin-left: 10px;
}

#service_contr_4 p{
	font-family:'Candida BT';
	color:#970000;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: justify;
	padding-left: 10px;
}



#about_us{
	width: 100%;
	height: 45px;
	background-color: #780001;
	border: #000 solid 0px;
	margin-top: 10px;
}



#abt_us{
	width: 1003px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
}

#abt_us h1{
	color: #FFF;
	font-size: 1.80em;
	text-align: left;
	font-style: normal;
	letter-spacing: 3px;
	text-shadow: 0px 1px #000000;
}


#abt_content {
     width:1003px;
	 height:auto;
	 overflow: hidden;
	 float:left;
	 border: #000 solid 0px;
	 border-bottom: dotted #999999 1px;
	 margin-bottom: 10px;
}

#abt_content h3{
	font-size:25px;
	color: #B70000;
	font-family:'Candida BT';
	font-weight:normal;
	letter-spacing:2px;
	text-align: left;

}

#abt_content img{

	float:left;
	padding-top: 20px;
	padding-right: 15px;
}



#abt_content p{
	color:#695d5d;
	font-size:1em;
	font-family:'Candida BT';
	font-weight:normal;
	text-align:justify;
	padding-right: 10px;
	padding-left: 10px;
}


#services{
	width: 100%;
	height: 45px;
	background-color: #999;
	border: #000 solid 0px;
	margin-top: 10px;
}



#services_1{
	width: 1003px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
}

#services_1 h1{
	color: #FFF;
	font-size: 1.80em;
	text-align: left;
	font-style: normal;
	letter-spacing: 3px;
	text-shadow: 0px 1px #000000;
}


#content img{
	float:left;
}

#content h1{
	font-family: 'Candida BT';
	font-size: 16px;
	font-variant: normal;
	color: #780001;
	text-align: center;
	margin-right: 10px;
	letter-spacing: 1px;
}

#content p{
	font-family: 'Candida BT';
	font-size: 14px;
	font-variant: normal;
	color: #695d5d;
	text-align: justify;
	margin-top: 15px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	margin-left: 10px;
	margin-right: 15px;
}




#con1{
	width: 280px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 80px;
}


#con2{
	width: 280px;
	height: auto;
	overflow: hidden;
	float: left;
}


#con3{
	width: 280px;
	height: auto;
	overflow: hidden;
	float: right;
}

#com {
	width: 100%;
	height: 140px;
	background-color: #d9cdcd;
	margin-top: 0px;
}

#com1{
	width: 1003px;
	height: 140px;
	margin-left: auto;
	margin-right: auto;
	border:#000 solid 0px;
}

#com1 h2{
	font-family: 'Candida BT';
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: 2px;
	color: #Fff;
	text-align:left;
	margin-left: 5px;
	margin-top: 40px;
	float: left;
	text-shadow: #000 0px 1px 1px;
}

#com1 img{
	float:left;
	padding-left: 100px;
	margin-top: 10px;

}


#info_main{
	width: 100%;
	height: 340px;
	background-color: #780001;
}

#info{
	width: 1003px;
	height: 340px;
	border: #000 solid 0px;
	margin-left: auto;
	margin-right: auto;
}

#info_1{
	width: 330px;
	height: 340px;
	float: left;
	border-right: #FFF 1px solid;
}

#info_1 h2{
	font-family:'Candida BT';
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-top: 35px;
	letter-spacing: 2px;
}

#info_1 h3{
	font-family:'Candida BT';
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #dadada;
	text-align: left;
	padding-top: 25px;
	letter-spacing: 1px;
}

#info_1 h4{
	font-family:'Candida BT';
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #dadada;
	text-align: left;
	padding-top: 25px;
}

#info_1 p{
	font-family:'Candida BT';
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #dadada;
	text-align: left;
	padding-top: 25px;
}

#info_2{
	width: 270px;
	height: 340px;
	float: left;
	border-right: #FFF 1px solid;
	margin-left: 0px;
}

#info_2 h2{
	font-family:'Candida BT';
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-top: 35px;
	letter-spacing: 2px;
	margin-left: 50px;
}


#info_2 h4{
	font-family:'Candida BT';
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #dadada;
	text-align: left;
	padding-top: 85px;
	margin-left: 50px;
}

#info_2 p{
	font-family:'Candida BT';
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #dadada;
	text-align: left;
	padding-top: 25px;
	margin-left: 50px;
}

#info_3{
	width: 330px;
	height: 340px;
	float: left;
	border-right: #FFF 1px solid;
	margin-left: 50px;
}

#info_3 h2{
	font-family:'Candida BT';
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-top: 35px;
	letter-spacing: 2px;
	margin-left: 6px;
}

#info_3 h4{
	font-family:'Candida BT';
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #dadada;
	text-align: left;
	padding-top: 85px;
	margin-left: 10px;
}

#info_3 img{
	float: left;
	margin-top: 40px;
	margin-left: 10px;
}


#footer_main{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #3a0505;
}

#footer{
	width: 1003px;
	height: auto;
	overflow: hidden;
	border:#000 solid 0px;
	margin-left: auto;
	margin-right: auto;
}

#footer_1{
	width: 450px;
	height: auto;
	overflow: hidden;
	float: left;
	border: #FF3 solid 0px;
}

#footer_1 h2{
	font-family:'Candida BT';
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #9f9898;
	margin-top: 50px;
}

#footer_1 h3{
	font-family:'Candida BT';
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #9f9898;
}

#footer_nav{
	width: 540px;
	height: 120px;
	border: #093 solid 0px;
	float: left;
}


#footer_nav ul{padding:0; margin:50px 0 0 50px; list-style:none; display:inline-block; z-index:999; position:relative;}
#footer_nav ul li{float:left; margin:0px 0px; border-right:1px solid #858080; font-size:15px;}
#footer_nav ul li:last-child{border:none;}
#footer_nav ul li a{font-family:'Candida BT'; color: #858080; text-decoration:none; padding:10px 15px;}
#footer_nav ul li a:hover{ border-bottom: 1px solid #FFF; transition: 9.s}
#nav ul ul{display:none;}
#nav ul li:hover ul{display:block; position:absolute; top:22px;}
#nav ul ul li{float:none; border-right:0px; border-bottom:1px solid #FFF; padding:5px 0; background:#99262a;}
#nav ul ul li:hover{background:#666}

#nav ul li:hover ul ul{display:none;}
#nav ul li ul li:hover ul{display:block; position:absolute; width:150px; right:-150px; top:-10px;}
#nav ul li ul li{position:relative;}




@media (max-width:980px) {

	#header{ width:100%;}
	#logo{ width: 71%; margin-left: 20px; float:left; margin-top:30px;}
	#logo img{ width: 20%; }
	.socials{ float:right; right:0px; margin-right: 15px; width:20%;}
	#nav{ float:right; margin-top:0px; margin-right: 30px; width: 60%;}
	#nav a{ font-size:13px; }
	#content{width:100%;  }
	#content img{  float:left; border:0px solid #333; margin-left:230px;}
	#content h1{ width:40%; margin-left:200px; border: 0px #000000 solid;}
	#content p{ margin-left:50px; margin-right:50px;}
	#con1{ width:100%; margin-top:10px; }
	#con2{width:100%; margin-top:20px;}
	#con3{width:100%; margin-top:20px;}

	#com1{ width:100%; padding-left: 25px;}
	#com1 h2{ width:25%; }
	#com1 img{ padding-left:20px; margin-left:25px; margin-right: 30px; display:inline-block; }
	#info_main{ width: 100%; height: 370px; display:inline-block;}
	#info{ width: 100%; height: 370px;}
	#info_1{ width:30%; height: 370px; padding-left: 20px;}
	#info_2{ width:25%; height: 370px; margin-left: 0px; }
	#info_3{ width:44%; height: 370px; margin-left: 0px; border-right:none;}
	#footer_1{ width: 37%; display:inline-block; height: auto; border:#000 0px solid; padding-bottom:30px; }
	#footer_1 h2{ font-size:13px; margin-left:5px;}
	#footer_1 h3{ font-size:13px; margin-left:5px;}
	#footer_nav{ width: 39%; height: auto; border:#000 0px solid; }
	#footer_nav ul li a{font-size:12px; padding-left:10px; }
	#footer_nav ul{ margin: 30px 0 0 0px;}

	#abt_us h1{ margin-left: 15px; padding}
	#abt_content h3{ font-size:18px;  margin-left:15px; width:60%; }
	#abt_content img{ float:left; margin-left:15px; }
	#abt_content p{ margin-left: 13px; margin-right: 100px; padding-right:0px; width:73.5%; border:0px solid #000;}
	#service_main_container{ width:100%;}
	#service_main_container h2{ font-size:20px; margin-left:49px; width:70%;}
	#service_contr_1{ width:100%;}
	#service_contr_1 h1{ width:50%;}
	#service_contr_1 img{ margin-left:5px; margin-top:60px; padding-right:0px; float:left; border:0px solid #009;}
	#service_contr_1 p{margin-left:300px; padding-top:15px;  width:58%; border:#000 0px solid; padding-left:0px; font-size:14px; }
	#service_contr_2{ width:100%;}
	#service_contr_2 h1{ width:50%;}
	#service_contr_2 img{ margin-left:5px; margin-top:60px; padding-right:0px; float:left; border:0px solid #009;}
	#service_contr_2 p{margin-left:300px; padding-top:15px;  width:54%; border:#000 0px solid; padding-left:0px; font-size:14px; }
	#service_contr_3{ width:100%;}
	#service_contr_3 h1{ width:65%; }
	#service_contr_3 img{ margin-left:5px; margin-top:60px; padding-right:0px; float:left; border:0px solid #009;}
	#service_contr_3 p{margin-left:300px; padding-top:15px;  width:50%; border:#000 0px solid; padding-left:0px; font-size:14px; }
	#service_contr_4{ width:100%;}
	#service_contr_4 h1{ width:68%; }
	#service_contr_4 img{ margin-left:5px; margin-top:60px; padding-right:0px; float:left; border:0px solid #009;}
	#service_contr_4 p{margin-left:300px; padding-top:15px;  width:53%; border:#000 0px solid; padding-left:0px; font-size:14px; }
	#content1{ width:100%; border:#096 solid 1px;}
	#gallery26{ width:100%; border:#000 1px solid;}
	#gallery26 table{ width:100%; border:1px solid #00C; cellspacing:0px; }
	#gallery26 table tr{ width:100%; border:1px solid #00C; }
	#table tr td{width:100%; border:1px solid #000; float:left;}
	#table tr td a{width:100%; border:1px solid #000; float:left;}
	#gallery26 img{ margin-left:45px; margin-top:30px;}


}



/*.content_b {width: 71%}
.content_b1 {width: 21%;}
.content_e img{ max-width:100%; height:auto;}
.button{ width:100%; height:80px;}
.button ul li a{ margin:0; display: block; }
.button_1{ width:96%; padding:13px 0; text-align:center;}
.button_2{width: 96%;margin: 0; float:inherit;display: inline-block;}
.banner{ margin-top:88px;}
.menu{ display:none;}
.menu{ float:left; width:100%; background:#535353;}
.button ul li{ width:100%; border-bottom: 1px solid #fff;}

div#pull:after {
	background: url(../image/nav-icon.png) no-repeat;
	content: "";
	display: inline-block;
	height: 30px;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 30px;
}
div#pull {
	background: #2b2b2b;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: block;
	float: right;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	margin: 0 0px 0px;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-indent: 25px;
	width: 100%;
}*/


.socials{display: none;}