h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
   font-family: 'Roboto', sans-serif;
   font-size: 100%;
   background:#fff; 
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.header {
	/*background: url(../images/6.jpg) no-repeat center top;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.header-top{
	padding-top: 0.2em;
}
/*.menu{
	float:right;
}*/
.menu img{
	display:block;
}
/*start wsp*/
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}
.txtleft{text-align:left;}
/*over wsp*/
/*-----stat-header----*/
.logo{
	float:left;
	margin-bottom: 2px;
	padding-bottom: 1.5%;
}
.cab-dato{color:#30567B; float:left; margin-left:10%; text-align:center;}
/*--//header-welcome-note--*/

.box{
	position:absolute;
	top:-1200px;
	width:100%;
	color:#7F7F7F;
	margin:auto;
	padding:0px;
	z-index:999999;
	text-align:center;
	left:0px;
}
a.boxclose{
	cursor: pointer;
	text-align: center;
	display: block;
	position: absolute;
	top: 1.9em;
	right: 15em;
}
.diag{background:#ccc url(../images/bg-top.png) no-repeat left 90% ;
}
.mr-b{margin-bottom:1%;}
.shadow{
box-shadow:0 5px 5px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
	-o-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);	
	/*filter: shadow(color=#999999, direction=135, strength=2);*/
	}

.team_grid {
	margin-bottom: 1em;
}

.box_content_center{
	/*background:rgba(5, 206, 170, 0.61);*/
	background:rgba(228, 130, 1, 0.61);
}
.menu_box_list{
	display: inline-block;
	padding:6% 0;
}
.menu_box_list ul li {
	display:block;
}
.menu_box_list li a{
	color: #FFF;
	font-size: 1.5em;
	display: block;
	margin: 0.3em;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	letter-spacing: 0.1em;
}
.menu_box_list li a:hover{
	color:#000000;
}
.menu_box_list li a > i > img{
	vertical-align:middle;
	padding-right:10px;
}
/**** Slider *****/
.banner-wrap{
	/*padding:20em 0 15em;*/
	padding:5em 0;
	width: 50%;
	/*margin: 0 auto;*/
}
.banner-wrap h1{
	color:#232323;
	font-size:3em;
	text-transform:uppercase;
	font-weight:bold;
}
.banner-wrap h2{
	color:#2D4B45;
	font-size:2.5em;
	text-transform: uppercase;
	font-weight: 300;
}
.wmuSlider {
	position: relative;
	overflow: hidden;
}
.wmuSlider .wmuSliderWrapper article {
	position: relative;
	text-align: center;
}
.wmuGallery .wmuGalleryImage {
	position: relative;
	text-align: center;
}
.wmuGallery .wmuGalleryImage img {
	max-width: 100%;
	width: auto;
	height: auto;
}
/* Default Skin */
.wmuGallery .wmuGalleryImage {
	margin-bottom: 10px;
}
.wmuSliderPrev, .wmuSliderNext {
	position: absolute;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background: url(../images/img-sprite.png) no-repeat;
	top: 46%;
	z-index: 2;
	cursor: pointer;
	transition:0;
}
.wmuSliderPrev {
	background-position:-6px -7px;
	left:20px;
}
.wmuSliderNext {
	background-position:-59px -8px;
	right: 20px;
}
ul.banner_btn {
	margin-top:5em;
	padding: 0;
}
ul.banner_btn li {
	margin-left: 8px;
	list-style: none;
	display: inline-block;
}
ul.banner_btn li a {
	color: #FFF;
	padding: 0.3em 1em;
	text-decoration: none;
	font-size: 1.8em;
	font-weight: 300;
}
ul.banner_btn li.grey a {
	background:#808285;
}
ul.banner_btn li.grey a:hover{
	background:#F7931D;
}
ul.banner_btn li.yellow a {
	background:#F7931D;
}
ul.banner_btn li.yellow a:hover{
	background:#808285;
}
/*--content--*/
.content_top{
background:url(../images/bg2.jpg);
background-size:cover;
	text-align:center;
	padding:0 0 0;
}
.content_top h1{
border-bottom:1px solid #b9b9b9;
	text-transform:uppercase;
	color:#555;
	font-size:1.2em;
	padding-bottom:0.3em;
}
.content_top h2{
	text-transform:uppercase;
	color:#333;
	font-size:1.2em;	
	background: rgb(254, 183, 69);
/* RGBa with 0.6 opacity */
background: rgba(254, 183, 69, 0.6);
border-radius: 0.2em;
	/*color: #08080B;*/	
	font-weight: 500;
margin-left:2%;	
	padding:1%;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	width:60%;
	
	
}
.content_top p{
	color: #666;
	font-size: 0.85em;
	border-bottom: 1px solid #eee;
	margin-bottom: 5em;
	padding-bottom: 3em;
}
i.icon1{
	width: 200px;
	height: 200px;
	background: url(../images/resource.png) no-repeat -10px -8px;
	display: inline-block;
}
i.icon2{
	width: 200px;
	height: 200px;
	background: url(../images/resource.png) no-repeat -223px -8px;
	display: inline-block;
}
i.icon3{
	width: 200px;
	height: 200px;
	background: url(../images/resource.png) no-repeat -434px -8px;
	display: inline-block;
}
.txt-white ul li{color:#fff; font-size:1.1em; font-weight:200;}
.service_box h3{
	padding: .2em 0 .1em;
}

.service_box h3 a{
	font-weight:bold;
	font-size:1.2em;
	color:#232323;
}
.service_box h3 a:hover{
	color:#1074BC;
	text-decoration:none;
}
.service_box p{
	color: #555;
	text-align: left;
	border: 0;
	font-size: 0.85em;
	line-height: 1.8em;
	margin:0;
	text-align:justify;
}
/*--access--*/
.access{
	padding:5em 0;
	background: url(../images/access.jpg) no-repeat center top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}
.access-left span {
	width: 280px;
	height: 505px;
	display: block;
	background: url(../images/productos-myb.png) no-repeat;
}
.access-right h3{
	color: #fff;
	font-size: 3em;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom:1em;
}
span.thick{
	font-weight:300;
}
.link {
	vertical-align: text-top;
	margin-left: 0.5em;
}
.access-right{
	margin-top:7em;
}
.access-right p{
	color: #fff;
	font-size: 1.1em;
	font-weight: 200;
	margin-bottom:2em;
}

.w3-content, .w3-section{text-align:center;}
/*--services--*/
.bg-product{background:#EBEAE6 url(../images/services.jpg) no-repeat center top;
background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	padding-top:0.5em;
	padding-bottom:1em;
	}
.services{
	padding:5em 0;
	background: url(../images/services.jpg) no-repeat center top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}
.service_top{
	text-align:center;
}
.service_top h3{
	text-transform: uppercase;
	color: #555;
	font-size: 1.2em;
}
.service_top p {
	color: #666;
	font-size: 0.85em;
	border-bottom: 1px solid #B9B9B9;
	margin-bottom:1em;
	padding-bottom:1em;
	/*margin-bottom:7em;
	padding-bottom:3em;*/
}
.service_grid img{max-width:100%;}
ul.service_grid{
	padding:0;
	list-style:none;
	margin-bottom:3em;
}
ul.last{
	margin-bottom:0;
}
i.s1{
	width: 65px;
	height: 65px;
	background: url(../images/img-sprite.png) no-repeat -32px -249px;
	float: left;
	margin: 1em 2em 0 0;
}
i.s2{
	width: 65px;
	height: 65px;
	background: url(../images/img-sprite.png) no-repeat -132px -251px;
	float: left;
	margin: 1em 2em 0 0;
}
i.s3{
	width: 65px;
	height: 65px;
	background: url(../images/img-sprite.png) no-repeat -241px -250px;
	float: left;
	margin: 1em 2em 0 0;
}
i.s4{
	width: 65px;
	height: 65px;
	background: url(../images/img-sprite.png) no-repeat -345px -252px;
	float: left;
	margin: 1em 2em 0 0;
}
i.s5{
	width: 65px;
	height: 65px;
	background: url(../images/img-sprite.png) no-repeat -466px -251px;
	float: left;
	margin: 1em 2em 0 0;
}
i.s6{
	width: 65px;
	height: 65px;
	background: url(../images/img-sprite.png) no-repeat -580px -255px;
	float: left;
	margin: 1em 2em 0 0;
}
ul.service_grid li.desc{
	overflow:hidden;
}
.desc h4 a{
	color: #555;
	font-size:1em;
	text-transform: uppercase;
	font-weight: bold;
}
.desc h4 a:hover{
	color: #05ceaa;
	text-decoration:none;
}
.desc p{
	color:#555;
	font-size:0.8125em;
	line-height:1.5em;
}
/*--features--*/
.features{
	padding:1em 0;
	background: url(../images/fea.jpg) no-repeat center top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}
.feature_top{
	text-align:center;
}
.feature_top p{
	color:#fff;
}
.feature_top h3{
	color:#fff;
	font-size:3em;
	text-transform:uppercase;
	font-weight:200;
	/*margin-bottom:2em;*/
}
i.phone{
	width: 505px;
	height: 176px;
	display: inline-block;
	background: url(../images/logos-marcas.png) no-repeat;
}
span.feature{
	font-weight:300;
}
/*--work--*/
.service_grid{
	margin-bottom:2em;
}
i.one{
	/*width: 40px;
	height: 51px;*/
	/*width: 240px;
	height: 240px;*/
	/*background: url(../images/img-sprite.png) no-repeat -32px -365px;*/
	display: inline-block;
}
i.one img{max-width:100%;}
.post_block{
	background:#1074BC;	
	padding:1em 0;
	
}
h5.m_1{
	text-transform:uppercase;
	font-size:1em;
	padding:0.5em 0 0.5em;
}
h5.m_1 a{
	color:#fff;
}
h5.m_1 a:hover {
	color: #F7931D;
	text-decoration:none;
}
p.m_2{
	color:#fff;
	font-size:0.8125em;
	line-height:1.8em;
	padding:0 0.3em;
}
.post_block1{
	/*background:#108588;*/background:#1074BC;
	padding:1em 0;
}
.post_block2{
	/*background:#05ceaa;*/background:#1074BC;
	padding:1em 0;
}
i.two{
	/*width: 50px;
	height: 50px;
	width: 180px;
	height: 180px;*/
	/*background: url(../images/img-sprite.png) no-repeat -111px -364px;*/
	display: inline-block;
}
i.two img{max-width:100%;}
i.three{
	/*width: 50px;
	height: 50px;
	width: 180px;
	height: 180px;
	background: url(../images/img-sprite.png) no-repeat -193px -364px;*/
	display: inline-block;
}
i.tree img{max-width:100%;}
.post_block:hover i.one, .post_block1:hover i.two, .post_block2:hover i.three{
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}
/*--skills--*/
/*---- skills ----*/
.skills{
	padding:5em 0 2em;
	padding:5em 0;
	background: url(../images/skills.jpg) no-repeat center top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}
.skill-grids{
	padding:3em 0;
}
.skill-grid h3{
	font-size: 1.2em;
	text-transform: uppercase;
	margin-top: 2em;
}
.skill-grid h3 a{
	color: #fff;
}
.skill-grid h3 a:hover{
	color: #05ceaa;
	text-decoration: none;
}
.circle{
	color:#fff;
}
.skill_top{
	text-align:center;
}
.skill_top h3{
	color:#fff;
	text-transform:uppercase;
	font-size:1.2em;
}
.skill_top p{
	color:#fff;
	line-height:1.5em;
	font-size:0.85em;
	margin-bottom:5em;
}
/*--team--*/
.team{
	background:#fff;
	padding:5em 0; 
}
.info {
  display: inline-block;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.8125em;
	position: absolute;
	/*top: -16em;
	left:9.5em;*/
	top: -11em;
	left:2.5em;
	padding: 20px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	background: #1074BC;
}
.view-fifth img {
    -webkit-transition: all 0.2s ease-in;
   -moz-transition: all 0.2s ease-in;
   -o-transition: all 0.2s ease-in;
   -ms-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
  /* border-radius: 200px;
   -webkit- border-radius: 200px;
   -moz- border-radius: 200px;
   -o- border-radius: 200px;*/
   border-radius: 20px;
   -webkit- border-radius: 20px;
   -moz- border-radius: 20px;
   -o- border-radius: 20px;
   display: -webkit-inline-box;
}
.view-fifth .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: translate(0px, 0px) rotate(0deg);
   -moz-transform: translate(0px, 0px) rotate(0deg);
   -o-transform: translate(0px, 0px) rotate(0deg);
   -ms-transform: translate(0px, 0px) rotate(0deg);
   transform: translate(0px, 0px) rotate(0deg);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-fifth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translate(0px, 0px) rotate(0deg);
   -moz-transform: translate(0px, 0px) rotate(0deg);
   -o-transform: translate(0px, 0px) rotate(0deg);
   -ms-transform: translate(0px, 0px) rotate(0deg);
   transform: translate(0px, 0px) rotate(0deg);
}
.view {
  position: relative;
}
.team_grid h4{
	padding:2em 0 0.5em;
}
.team_grid h4 a{
	color: #000;
	text-transform: uppercase;
	font-size:0.95em;
}
.team_grid h4 a:hover{
	color:#F7931D;
	text-decoration:none;
}
.team_grid p{
	color:#333;
	font-size:0.9125em;
	line-height:1.8em;
}
span.ceo{
	color: #999;
	font-size: 13px;
	font-style: italic;
}
ul.social {
	padding:0;
	margin-top:1em;
	list-style: none;
	text-align: center;
}
ul.social li:first-child {
	margin-left: 0;
}
ul.social li {
	display: inline-block;
	margin-right: 5px;
}
ul.social li a i {
	width: 30px;
	height: 30px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat;
}
ul.social li a i.fb {
	background-position: -308px -378px;
}
ul.social li a i.tw{
	background-position:-261px -379px;
}
ul.social li a i.google{
	background-position:-353px -379px;
}
ul.social li a i:hover {
	opacity:0.5;
}
/*--call--*/
.call{
	padding:3em 0;
	background:#24282c;
	text-align:center;
}
h3.call_text{
	color: #808285;
	font-size:1.3em;
	margin:0;
}

/*  Contact Form  */
#response{	
	background: #F7931D;
	border: 1px solid #333;
	box-sizing:border-box;	
	color:#000;
	display: none;
	margin-bottom:1%;
	padding: 10px;
	text-align:center;
	width: 100%;
	
}
em{color:#f34; font-weight:bold;}


/*--footer--*/
.footer{
	background: url(../images/footer.jpg) no-repeat center top;
	background-color:#222;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	padding:1em 0 0;
}
.contact-to input[type="text"] {
	background: #FFF;
	/*width: 48.2%;*/
	color: #000;
	border: 1px solid #E1E2E2;
	float: left;
	outline: none;
	font-size: 0.85em;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	margin:10px 0 30px;
	padding: 12px 10px;
	width: 31.2%;
}
.text2 input[type="text"], .text2 textarea {
	width: 99%;
	margin: 10px 0;
	border: 1px solid #E1E2E2;
	color:#000;
	outline: none;
	margin-bottom: 25px;
	height: 150px;
	padding: 12px 10px;
	font-size: 0.85em;
	resize: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
.contact_btn {
	text-align: center;
	padding:1em 0 2em;
}
.contact-btn-line{border-bottom:1px solid #ccc; padding-top:1em;}
.contact_btn input[type="submit"] {
	color: #FFF;
	font-size: 0.95em;
	font-weight: normal;
	padding: 15px;
	background: #F7931D;
	font-weight: bold;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	text-transform: uppercase;
	width: 75%;
}
.contact_btn input[type="submit"]:hover {
	background:#808285;
}
.about{
	text-align:center;
}
.about h4{
	color:#fff;
	font-size:1em;
	text-transform:uppercase;
	margin-bottom:2em;
}
.about p{
	color:#fff;
	font-size:0.8125em;
	line-height:2.1em;
	margin-bottom:1em;
}
.abop{
	font-size:9em;
	font-weight:bold;
}
 
.img-thumbnail img{width:100%; margin:0 1%; box-sizing:border-box;}

ul.f_social {
	padding: 0;
	margin:2em 0;
	list-style: none;
	text-align: center;
}
ul.f_social li:first-child {
	margin-left: 0;
}
ul.f_social li {
	display: inline-block;
	margin-right: 5px;
}
ul.f_social li a i {
	width: 30px;
	height: 30px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat;
}
ul.f_social li a i.tw1 {
	background-position:-394px -380px;
}
ul.f_social li a i.fb1 {
	background-position:-441px -380px;
}
ul.f_social li a i.g1 {
	background-position:-485px -380px;
}
ul.f_social li a i.pin {
	background-position:-531px -380px;
}
ul.f_social li a i.linked {
	background-position:-578px -380px;
}
ul.f_social li a i:hover {
	opacity:0.5;
}

.lib{
	background:rgba(24, 26, 29, 0.51);	
	text-align:center;}
.copy{
	background:rgba(24, 26, 29, 0.51);
	padding:2em 0;
	text-align:center;
}
.copy p{
	color:#F7931D;
	font-size:0.85em;
	/*text-transform:uppercase;*/
}
.copy p a{
	color:#808285;
}
.copy p a:hover{
	color:#333;
	text-decoration:none;
}
.btn-warning{padding:0.5em; border-radius:0.5em;}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url(../images/back-top.png) no-repeat 16px 18px #F7931D;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
}
#toTop:hover{
	background: url(../images/back-top.png) no-repeat 16px 18px #1074BC;
}
/*--responsive design--*/
/* @media (max-width:1366px){ */
/* @media screen and (max-width:1366px) and (max-width:1920px){ */
@media (max-width:1366px){ 
.bn1{background: url(../images/1.jpg); min-height:500px; background-size:cover;}
.bn2{background: url(../images/2.jpg); min-height:500px; background-size:cover;}
.bn3{background: url(../images/3.jpg); min-height:500px; background-size:cover;}

.bn4{background: url(../images/4.jpg); min-height:500px; background-size:cover;}
.bn5{background: url(../images/myb-resortes1.jpg); min-height:500px; background-size:cover;}
.bn6{background: url(../images/myb-fabricacion.jpg); min-height:500px; background-size:cover;}
.bn7{background: url(../images/myb-operaciones.jpg); min-height:500px; background-size:cover;}
.bn8{background: url(../images/myb-plantas.jpg); min-height:500px; background-size:cover;}
} 
@media (max-width:1920px){
.bn1{background: url(../images/1.jpg); min-height:500px; background-size:cover;}
.bn2{background: url(../images/2.jpg); min-height:500px; background-size:cover;}
.bn3{background: url(../images/3.jpg); min-height:500px; background-size:cover;}

.bn4{background: url(../images/4.jpg); min-height:500px; background-size:cover;}
.bn5{background: url(../images/myb-resortes1.jpg); min-height:500px; background-size:cover;}
.bn6{background: url(../images/myb-fabricacion.jpg); min-height:500px; background-size:cover;}
.bn7{background: url(../images/myb-operaciones.jpg); min-height:500px; background-size:cover;}
.bn8{background: url(../images/myb-plantas.jpg); min-height:500px; background-size:cover;}
}
@media (max-width:1024px){
.wmuSliderPrev {
	left: 0px;
}
.wmuSliderNext{
	right: 0px;
}
.banner-wrap h1 {
	font-size: 2em;
}
.banner-wrap h2 {
	font-size: 1.5em;
}
ul.banner_btn li a {
	font-size: 1.2em;
}
.banner-wrap {
	padding: 12em 0 7em;
}
ul.banner_btn {
	margin-top: 2em;
}
h3.call_text {
	font-size: 1.1em;
}
.info {
	top: -15em;
	left: 6.5em;
}
.access-left{
	text-align:center;
}
.access-left span{
	background-size:76%;
	width: 250px;
	height: 330px;
	display: inline-table;
}
.content_top p {
	margin-bottom: 2em;
	padding-bottom: 1em;
}
.service_box h3 {
	padding: 1em 0 0.5em;
}
.service_box p {
	margin:0;
}
.skill-grids {
	padding:0;
}
.access-right {
	margin-top: 2em;
}
.access, .services {
	padding: 2em 0;
}
.access-right h3 {
	font-size: 2em;
}
.access-right p {
	font-size: 0.85em;
}
.service_box{
	margin-bottom:2em;
}
ul.service_grid {
	margin-bottom: 2em;
}
.service_top p {
	margin-bottom: 3em;
	padding-bottom: 2em;
}
.feature_top h3 {
	margin-bottom: 1em;
	font-size:2em;
}
.content_top {
	padding: 2em 0 0em;
}
.features{
	padding:2em 0 3em;
}
.info {
	top: -12em;
	left: 5.5em;
	padding: 10px;
}
.contact-to input[type="text"] {
	width: 47.5%;
}
.contact_btn {
	padding: 1em 0 4em;
}
.about p {
	margin-bottom: 3em;
}

i.phone {
	width: 370px;
	height: 207px;
	display: inline-block;
	background: url(../images/vertical_iphone.png) no-repeat;
	background-size: 100%;
}
.menu_box_list li a {
	font-size:1em;
}
i.icon1 {
	width: 120px;
	height: 120px;
	background: url(../images/resource.png) no-repeat -8px -6px;
	display: inline-block;
	background-size: 330%;
}
i.icon2 {
	width: 120px;
	height: 120px;
	background: url(../images/resource.png) no-repeat -138px -6px;
	display: inline-block;
	background-size: 330%;
}
i.icon3 {
	width: 120px;
	height: 120px;
	background: url(../images/resource.png) no-repeat -267px -6px;
	display: inline-block;
	background-size: 330%;
}
.service_box h3 a {
	font-size: 1em;
}
.view {
	width: 80%;
	margin: 0 auto;
}
}
@media (max-width:800px){
.info {
	top: -13em;
	left: 6em;
}
.view {
	width:35%;
	margin: 0 auto;
}
.team_grid {
	margin-bottom: 2em;
}
}
@media (max-width:640px){
.info {
	top: -11em;
	left: 4.5em;
}
.contact-to input[type="text"] {
	width: 46.9%;
}
.team {
	padding: 2em 0 0;
}
a.boxclose {
	right: 9em;
}
}
@media (max-width:480px){
.menu img {
	width: 60%;
}
.view {
	width:50%;
	margin: 0 auto;
}
.info {
	top: -11em;
	left: 4em;
}
.logo{
	margin-top:0;
}
a.boxclose {
	right: 5em;
}
.banner-wrap h1 {
	font-size: 1.5em;
}
.banner-wrap h2 {
	font-size: 1em;
}
.banner-wrap {
	padding: 8em 0 4em;
}
ul.banner_btn li a {
	font-size: 1em;
}
.info {
	top: -16em;
	left: 11em;
}
i.phone {
	width: 300px;
	height: 120px;
	display: inline-block;
	background: url(../images/vertical_iphone.png) no-repeat;
	background-size: 80%;
}
.feature_top h3 {
	margin-bottom: 0.5em;
	font-size: 1.5em;
}
.contact-to input[type="text"] {
	width: 46%;
}
.access-left span {
	background-size: 60%;
	width: 190px;
	height: 195px;
	display: inline-table;
}
}
@media (max-width:320px){
/*.menu {
	float:left;
}*/
.view {
	width:70%;
	margin: 0 auto;
}
.info {
	top: -10em;
	left: 3em;
}
.banner-wrap h1 {
	font-size: 1.2em;
}
.banner-wrap h2 {
	font-size: 0.8125em;
}
ul.banner_btn li a {
	font-size: 0.85em;
}
.banner-wrap {
	padding: 4em 0 2em;
}
ul.banner_btn {
	margin-top: 1em;
}
.service_box h3 a {
	font-size:0.95em;
}
.access-right h3 {
	font-size:1.2em;
}
.access-left span {
	background-size: 98%;
	width: 130px;
	height: 230px;
	display: inline-table;
}
.contact-to input[type="text"] {
	margin-left:0px !important;
}
.header-top {
	padding-top: 1em;
}
.logo{
	margin-bottom:10px;
}
a.boxclose {
	right: 1em;
}
.post_block, .post_block1, .post_block2{
	padding:1em;
}
h5.m_1 {
	padding: 1em 0 0em;
}
.feature_top h3 {
	font-size: 1em;
}
i.phone {
	width: 250px;
	height: 110px;
	background-size: 87%;
}
h3.call_text {
	font-size: 0.85em;
	line-height: 1.5em;
}
.footer{
	padding:2em 0;
}
.contact-to input[type="text"] {
	width: 100%;
}
.service_box h3 {
	padding: 0;
}
}
