﻿/**/



ol,ul,li{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {display: block;}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {max-width: 100%;}


/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
    In fact, it *will* cause problems with Google Maps' controls at small size.
    If this is the case for you, try uncommenting the following:

#map img {
        max-width: none;
}
*/

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted.
    you'll have to restore the bullets within content,
    which is fine because they're probably customized anyway */

blockquote, q {quotes: none;}

blockquote:before,
blockquote:after,
q:before,
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: separate; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom;}
.ie7 input[type="checkbox"] {vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% 'Roboto';}

table {font-size: inherit; font: 100%;}

small {font-size: 85%;}

strong {font-weight: bold;}

td, td img {vertical-align: top;}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {

}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button,
input[type=button] {width: auto; overflow: visible;}

/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/

/* let's clear some floats */
.clearfix:after { content: " "; display: block; clear: both; }




/*---------------------------CLOSET RESETEO DE CSS----------------------------*/

body {
	font: 13px "Roboto", sans-serif;
	color: #333;
  	background: #f9f9f9;
	
}	

.wrapper{
	max-width: 1024px;
	width: 100%;
	margin: 0px auto;
	position: relative;
}
/* /END SECTION 1*/
.section1{
	background:#313232;
}

.section1 .wrapper .serpress{
	float: left;
	display: inline-block;
	color: #9a9999;
	padding: 8px 0px;
	text-transform: uppercase;
	font-weight: 700;
}
.section1 .wrapper ul{
	float: right;
}
.section1 .wrapper ul li{
	display: inline-block;
}
.section1 .wrapper ul li a{
	color: #9a9999;
	padding: 8px 0px 8px 18px;
	display: inline-block;
	font-weight: 300;
	font-size: 14px;
}
.section1 .wrapper ul li a:hover{
	color: #f0f0f0;
}
.section1 .wrapper ul li strong{
	font-weight: 500;
	color: #9a9999;
	font-size: 15px;
	margin-left: 15px;
}
.section1 .wrapper ul li strong span:nth-child(2){
	display: none;
}
.section1 .wrapper ul li strong span:nth-child(3){
	color: #ffa100;
	font-size: 15px;
	font-weight: 600;	
}
/* /END SECTION 1*/
/* SECTION 2*/
.section2{
	z-index: 2;
    position: relative;
}
.section2 .wrapper .logo{
	margin-top: 10px;
	display: inline-block;
	float: left;
}
.section2 li.mmovil{
	display: none;
}
.section2 li.mmovil hr{
	border-top: 1px solid #f0f0f0;
}
.section2 .wrapper ul.menu1 li.mmovil a{
	padding: 10px 20px;
	display: block;
	font-size: 22px;
	color: #000000;
	font-family: "Helvetica neue";
	padding: 10px 14px;
}
.section2 .iconmenurespon{
	display: none;
    float: right;
}
.section2 .iconmenurespon a {
    display: inline-block;
    padding: 29px 13px 13px;
    cursor: pointer;
}
.section2 a.showmenures span span {
    width: 45px;
    height: 2px;
    background: #fff;
    display: block;
    background: #333;
}
.section2.rdmtogg .iconmenurespon a span span {
    width: 30px;
    height: 2px;
}
.section2.rdmtogg .iconmenurespon span span:nth-child(1) {
    transform: rotate(45deg);
    margin-top: 6px;
}
.section2.rdmtogg .iconmenurespon span span:nth-child(2) {
    transform: rotate(-45deg);
    margin-top: -2px;
}
.section2 .iconmenurespon span span:nth-child(2) {
    margin-top: 10px;
}
.section2 .wrapper ul.menu1{
	margin-top: 25px;
	display: inline-block;
	float: right;
}
.section2.rdmtogg .wrapper ul.menu1{
    display: inline-block;
    position: absolute;
    background: #fff;
    width: 100%;
    top: 41px;
    left: 0px;
    border-top: 2px solid #ffd200;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    padding-bottom: 15px;
}
.section2.rdmtogg .wrapper ul.menu1 li{
	width: 100%;
}
.section2.rdmtogg .wrapper ul.menu1 li a{
	display: block;
}
.section2.rdmtogg .mmovil{
	display: inline-block;
	text-align: center;
}
.section2.rdmtogg .mmovil.hr{
	display: none;
}
.section2.rdmtogg .wrapper ul.menu1 li.m_option ul.menu2{
	position: relative;
	width: 100%;
	box-shadow: none;
	top: 0px;
	left: 0px;
}
.section2.rdmtogg .wrapper ul.menu1 li.m_option:hover ul.menu2{
	display: none;
}
.section2.rdmtogg .wrapper ul.menu1 li.m_option .malink i{
	display: none;
}
.section2.rdmtogg .wrapper ul.menu1 li.m_option a:hover,
.section2.rdmtogg .wrapper ul.menu1 li.mmovil a:hover{
	background:#ffd200;
	color: #fff;
	width: 100%;
	display: block;
}
.section2.rdmtogg .wrapper ul.menu1 li.mo_one.sm_active ul.menu2,
.section2.rdmtogg .wrapper ul.menu1 li.mo_two.sm_active ul.menu2,
.section2.rdmtogg .wrapper ul.menu1 li.mo_three.sm_active ul.menu2{
	display: inline-block;
	text-align: center;
    background: #f9f9f9;
}
.section2.rdmtogg .wrapper ul.menu1 li.mo_one.sm_active a,
.section2.rdmtogg .wrapper ul.menu1 li.mo_two.sm_active a,
.section2.rdmtogg .wrapper ul.menu1 li.mo_three.sm_active a{
	background: #F9F9F9;
}
.section2.rdmtogg .wrapper ul.menu1 li.m_option .malink span{
	position: relative;
}
.section2.rdmtogg .wrapper ul.menu1 li.m_option .malink span:before{
	position: absolute;
	content: "+";
    top: -2px;
    right: -20px;
}
.section2.rdmtogg .wrapper ul.menu1 li.m_option.sm_active .malink span:before{
	content: "-";
}
.section2 .wrapper ul.menu1 li.m_option{
	display: inline-block;
	position: relative;
	min-width: 150px;
	text-align: center;
}
.section2 .wrapper ul.menu1 li.m_option .malink{
	font-size: 30px;
	padding: 10px 14px;
}
.section2 .wrapper ul.menu1 li.m_option .malink i{
	font-size: 50px;
	color: #000000;
	margin-right: 5px;
}
.section2 .wrapper ul.menu1 li.m_option .malink span{
	font-size: 22px;
	color: #000000;
	font-family: "Helvetica neue";
	text-transform: uppercase;
}
.section2 .wrapper ul.menu1 li.m_option .malink:hover span{
	border-bottom: 2px solid #ffe400;
}
.section2 .wrapper ul.menu1 li.m_option .malink:focus span{
	color:#ffe400;	
}
.section2 .wrapper ul.menu1 li.m_option .malink:hover{
	
}
.section2 .wrapper ul.menu1 li.m_option ul.menu2{
	display: none;
	text-align: left;
	min-width: 200px;
	position: absolute;
	left: 10px;
	background: #fff;
	box-shadow: -1px 1px 11px 1px rgba(0,0,0,0.15);
	top: 54px;
}
.section2.rdmtogg .wrapper ul.menu1 li.m_option .malink:focus span {
    color: #000;
}
.section2 .wrapper ul.menu1 li.m_option ul.menu2 li a{
	padding: 10px 20px;
	display: block;
	font-size: 22px;
	color: #000000;
	font-family: "Helvetica neue";
}
.section2.rdmtogg .wrapper ul.menu1 li.m_option ul.menu2 li a{
	font-family: "Roboto";
}
.section2 .wrapper ul.menu1 li.m_option ul.menu2 li a:hover{
	background:#ffd200;
	color: #fff;
}
.section2 .wrapper ul.menu1 li.m_option:hover ul.menu2{
	display: inline-block;
}
/* /END SECTION 2*/


/*  SECTION 3*/ 
.section3{
	overflow: hidden;
}
.section3 .bx-wrapper .bx-pager.bx-default-pager a{
	background: #fff;
	border: 2px solid #d1d1d1;
	width: 15px;
	height: 15px;
	border-radius:50%;
}
.section3 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.section3 .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #ffc600;
	border: 2px solid #ffc600;
}
.section3 .slider1{
	margin-top: 10px;
}
.section3 .slider1 .item{
	text-align: center;
}

.section3 .slider1 .item a img{
	border-radius: 0px 0px 16px 16px;
}
.section3 .bx-wrapper .bx-pager{
	bottom: 20px;
}
.section3 .bx-wrapper .bx-controls-direction a{
	z-index: 2
}
.section3 .wrapper .bgsec0301{
	fill-rule:evenodd;
	clip-rule:evenodd;
	fill:#FFBC00;
	max-width: 80px;
	position: absolute;
	left: -8%;
	top: 32%;
	animation: burtwo 50s linear infinite;
}
@keyframes burtwo {
  0%{ 
    transform: translate(0, 0);
    opacity: 0.7;
  }
  50% { 
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  100%{ 
    transform: translate(0, 0);
    opacity: 0.7;
  }
}
/* /END SECTION 3*/
/*  SECTION 4*/ 
.section4{
	background:#ffa100;
	overflow: hidden;
	z-index: 1;
    position: relative;
}
.section4 .wrapper{
	padding-bottom: 40px;
	padding-top: 40px;
}
.section4 .headsec4 h3{
	font-size: 48px;
	font-weight: 300;
	position: relative;
}
.section4 .headsec4 h3:before{
	position: absolute;
	content: "";
	height: 6px;
	width: 60px;
	background:#fff;
	bottom: 0px;
	left: 0px;
}
.section4 .headsec4 p{
	font-weight: 300;
	font-size: 16px;
	margin-top: 6px;
}
.section4 .contnews ul{
	margin-top: 20px;
	z-index: 2;
	position: relative;
}
.section4 .contnews ul li{
	float: left;
	margin-right: 21px;
	margin-bottom: 20px;
	background: #fff;
	max-width: 321px;
	width: 100%;
}
.section4 .contnews ul li img{
	max-width: 321px;
	width: 100%;
}
.section4 .contnews ul li:nth-child(3),
.section4 .contnews ul li:nth-child(6){
	margin-right: 0px;
}
.section4 .contnews ul li h4{
	font-weight: 500;
	font-size: 21px;
	padding: 20px;
}
.section4 .contnews ul li a:hover h4{
	text-decoration: underline;
	color: #222;
}
.section4 .wrapper .bgsec0401{
	fill-rule:evenodd;
	clip-rule:evenodd;
	fill:#444;
	max-width: 60px;
	position: absolute;
	right: -10%;
	top: 32%;
	z-index: 1;
	animation: burthree 50s linear infinite;
}
@keyframes burthree {
  0%{ 
    transform: translate(0, 0);
    opacity: 0.95;
  }
 50% { 
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  100% { 
    transform: translate(0, 0);
    opacity: 0.95;
  }
}
.section4 .wrapper .bgsec0402{
	fill-rule:evenodd;
	clip-rule:evenodd;
	fill:#444;
	max-width: 200px;
	position: absolute;
	left: -12%;
    bottom: 0%;
	z-index: 1;
	animation: burfour 70s linear infinite;
}
@keyframes burfour {
  0%{ 
    transform: translate(0,0);
    opacity: 0.95;
  }
  50% { 
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  100%{ 
    transform: translate(0,0);
    opacity: 0.95;
  }
}
/* /END SECTION 4*/
/*  SECTION 5*/
.section5 .wrapper{
	padding-bottom: 40px;
	padding-top: 40px;
}
.section5 .headsec5 h3{
	font-size: 48px;
	font-weight: 300;
	position: relative;
}
.section5 .headsec5 h3:before{
	position: absolute;
	content: "";
	height: 6px;
	width: 60px;
	background:#ffd200;
	bottom: 0px;
	left: 0px;
}
.section5 .contcarousel{
    margin-top: 20px;
    overflow: hidden;
    height: 94px;
    position: relative;
}
.section5 .contcarousel ul.clients{
	position:absolute;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-webkit-animation-duration:50s;
	-webkit-animation-name: scroll1;
}
@-webkit-keyframes scroll1 {
	0% {left: 0%;}
	100% {left: -100%;}
}
.section5 .contcarousel ul.clients li{
	display: inline-block;
	margin: 10px 20px;
}
/* /END SECTION 5*/
/*  SECTION 6*/ 
.section6{
	background: #212121;
	color: #90a4ae
}
.section6 .wrapper{
	padding-bottom: 40px;
	padding-top: 40px;	
}
.section6 .wrapper .cont1{
	width: 28%;
	float: left;	
}
.section6 .wrapper .cont2,
.section6 .wrapper .cont3,
.section6 .wrapper .cont4,
.section6 .wrapper .cont5{
	width: 18%;
	float: left;
}
.section6 .wrapper .cont1 .logofoot{
	margin-bottom: 10px;
	display: inline-block;
}
.section6 .wrapper .cont1 p{
	font-size: 14px;
	margin-top: 10px
}
.section6 .wrapper .cont1 p strong{
	color: #fff;
}
.section6 .wrapper .cont1 ul{
	margin-top: 10px;
}
.section6 .wrapper .cont1 ul li{
	display: inline-block;
	margin-right: 10px;
}
.section6 .wrapper .cont1 ul li a{
	color: #a8b6bc;
	font-size: 32px;
}
.section6 .wrapper .cont1 ul li a:hover{
	color: #ffd200;
}
.section6 .wrapper .cont1 ul li a span{
	font-size: 35px;
	line-height: 0;
}
.section6 .wrapper .itemf h4{
	color: #ffa100;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
}
.section6 .wrapper .itemf ul li{
	margin: 7px 0px;
}
.section6 .wrapper .itemf ul li a{
	font-size: 15px;
	color: #90a4ae;
}
.section6 .wrapper .itemf ul li a:hover{
	text-decoration: underline;
	color: #fff;
}
.section6 .wrapper .footend{
	width: 100%;
	border-top:1px solid #70777a;
	padding:7px 0px;
	margin-top: 15px;
}
.section6 .wrapper .footend p{
	float: left;
	margin-top: 14px;
}
.section6 .wrapper .footend p span{
	text-transform: uppercase;
	color: #ffa100;
} 
.section6 .wrapper .footend ul{
	float: right;
}
.section6 .wrapper .footend ul li{
	display: inline-block;
	margin: 0px 15px;
}
/* /END SECTION 6*/
/*-------------------------------PAGE002-------------------------------------*/
.section3_p002{
	background: #f8f8f8;
	margin-top: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.section3_p002 .wrapper{
	max-width: 90%;
}
.section3_p002 .filterp02{
	background: url(../img/bgfilter.jpg);
	padding: 20px 30px;
	box-shadow: 0px 1px 9px 0px rgba(0,0,0,0.1);
	position: relative;
}
.section3_p002 .filterp02 .group{
	float: left;
	margin-right:20px;
}
.section3_p002 .filterp02 .group:nth-child(3){
	float: right;
}
.section3_p002 .filterp02 .group label{
	font-family: "Helvetica neue";
	font-size: 14px;
	color: #4d4d4d;
	text-transform: uppercase;
}
.section3_p002 .filterp02 .group select{
	border: none;
	background: #f5f5f5;
	color: #9a9a9a;
	font-size: 14px;
	padding: 10px;
	outline: none;
}
.section3_p002 .filterp02:before{
	content: "";
	position: absolute;
	height: 45px;
	width: 5px;
	background: #ffd200;
	left: 0px;
	top: 21%;
}
.section3_p002 .result{
	margin-top: 30px;
}
.section3_p002 .result .listmachines{
	margin-top: 10px;
}
.section3_p002 .result .listmachines .oneresultlm{
	background: #fff;
	padding: 10px;
	margin-bottom: 16px;
	display: flex;
}
.section3_p002 .oneresultlm .left{
	float: left;
}
.section3_p002 .oneresultlm .right{
    float: left;
    max-width: 90%;
    padding: 10px 18px 22px 30px;
}
.section3_p002 .oneresultlm .right .titledetails{
	margin-bottom: 38px;
}
.section3_p002 .oneresultlm .right .titledetails h2{
	color: #404040;
	font-size: 24px;
	font-family: "Helvetica neue"
}
.section3_p002 .oneresultlm .right .titledetails p{
	color: #222;
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
}
.section3_p002 .p2details .detright{
	float: right;
}
.section3_p002 .p2details .detleft{
	float: left;
    max-width: 600px;
    margin-bottom: 5px;	
}
.section3_p002 .p2details .detleft li{
	float: left;
	width: 50%;
	margin-bottom: 5px;
}
.section3_p002 .p2details .detleft li label{
	font-weight: 500;
	font-size: 15px;
	display: inline-block;
	width: 50%;
	float: left;
}
.section3_p002 .p2details .detleft li span{
	font-weight: 300;
	font-size: 15px;
	display: inline-block;
	width: 50%;
	float: left;
}
.section3_p002 .p2details .detright a{
	display: inline-block;
	background: #f5f5f5;
	color: #da2c15;
	font-family: "Helvetica Neue";
	font-size: 18px;
	padding: 12px 20px;
	position: relative;
}
.section3_p002 .p2details .detright a:before{
	content: "";
    height: 4px;
    background: #ffd200;
    width: 100%;
    bottom: -1px;
    position: absolute;
    left: 0px;
}
.section3_p002 .p2details .detright a:hover:before{
	background: #f9d117;
}
.section3_p002 .p2details .detright a:hover{
	color: #e44b37;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.04);
	background: #ededed;
}
.section3_p002 .paginator {
	text-align: right;
}
.section3_p002 .paginator ul li{
	display: inline-block;
	margin-right: 4px;
	position: relative;
}
.section3_p002 .paginator ul li:last-child{
	margin-right: 0px;
}
.section3_p002 .paginator ul li a{
	display: inline-block;
	padding: 14px;
	background: #fff;
	text-transform: uppercase;
	font-size: 12px;
    font-weight: 600;
}
.section3_p002 .paginator ul li a:before{
	content: "";
    height: 3px;
    background: #cccccc;
    width: 100%;
    bottom: 0px;
    position: absolute;
    left: 0px;
}
.section3_p002 .paginator ul li a:hover,
.section3_p002 .paginator ul li a:active,
.section3_p002 .paginator ul li a.active{
	background: #222222;
	color: #fff;
}
.section3_p002 .paginator ul li a:hover:before,
.section3_p002 .paginator ul li a.active:before{
	background: #d82d13;
}
/*-------------------------------/END PAGE002-------------------------------------*/
/*-------------------------------PAGE003-------------------------------------*/
.section3_p003{
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.section3_p003 .wrapper{

}
.section3_p003 .dettitle{

}
.section3_p003 .dettitle h1{
	color: #2d2f32;
	font-size: 30px;
	font-family: "Helvetica Neue";
	text-transform: uppercase;
}
.section3_p003 .dettitle ul{
	margin-bottom: 20px;
}
.section3_p003 .dettitle ul li{
	display: inline-block;
	font-family: "Helvetica Neue";
	font-size: 18px;
	color: #2d2f32;
}
.section3_p003 .dettitle ul li:nth-child(2){
	margin-left: 20px;
	position: relative;
}
.section3_p003 .dettitle ul li:nth-child(2):before{
	content: "Â·";
	position: absolute;
	left: -15px;
	top: 0px;
}
.section3_p003 .sp-wrap{
	float: left;
}
.section3_p003 .description{
	max-width: 290px;
	float: right;
	background: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	padding: 20px 20px 40px 20px;
}
.section3_p003 .description h2{
	color: #555657;
	font-family: "Helvetica Neue";
	font-size: 24px;
	margin-bottom: 6px;
}
.section3_p003 .description p{
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 12px;
}
.section3_p003 .description ul{

}
.section3_p003 .description ul li{
	margin-bottom: 5px;
}
.section3_p003 .description ul li span{
	font-family: "Helvetica Neue";
	font-size: 18px;
}
.section3_p003 .description ul li span:nth-child(1){

}
.section3_p003 .description ul li span:nth-child(2){

}
.section3_p003 .description a.btn-download{
	border: 2px solid #000;
	font-size: 18px;
	color: #2d2f32;
	font-family: "Helvetica Neue";
	padding: 6px 10px;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.section3_p003 .description a.btn-download:hover{
	background: #000;
	color: #fff;
}
/* ------VISOR DE IMAGEN---------*/
/* CSS for the loading div */

.sp-loading {
	text-align: center;
	max-width: 270px;
	padding: 15px;
	border: 5px solid #eee;
	border-radius: 3px;
	font-size: 12px;
	color: #888;
}
/* Element wrapper */
.sp-wrap {
	display: none;
	line-height: 0;
	font-size: 0;
	position: relative;
	max-width: 700px;
    background: #222;
}
/* Thumbnails */
.sp-thumbs {
	text-align: left;
	display:flex;
}
.sp-thumbs a{
	margin: 10px 0px 10px 10px;
}
.sp-thumbs img {
	min-height: 50px;
	min-width: 50px;
	max-width: 45px;
}
.sp-thumbs a:link,
.sp-thumbs a:visited {
    max-width: 162px;
    height: 117px;
    overflow: hidden;
    opacity: .3;
    display: inline-block;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: 100%;
}
.sp-thumbs a:hover {
	opacity: 1;
}
/* Styles for the currently selected thumbnail */
.sp-thumbs a:active, .sp-current {
	opacity: 1!important;
	position: relative;
}
/* Image currently being viewed */
.sp-large {
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
}
.sp-large a img {
	max-width: 100%;
	height: auto;
}
.sp-large a {
	display: block;
}
/* Panning Zoomed Image */
.sp-zoom {
	position: absolute;
	left: -50%;
	top: -50%;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
	display: none;
}
/* Lightbox */
.sp-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .9);
	z-index: 500;
	display: none;
	cursor: pointer;
}
.sp-lightbox img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 90%;
	max-height: 90%;
	border: 2px solid #fff;
}
#sp-prev, #sp-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 501;
	color: #fff;
	padding: 14px;
	text-decoration: none;
	background: #000;
	border-radius: 25px;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	transition: .2s;
}
#sp-prev {
	left: 10px;
}
#sp-prev:before {
	content: '';
	border: 7px solid transparent;
	border-right: 15px solid #fff;
	position: absolute;
	top: 16px;
	left: 7px;
}
#sp-next {
	right: 10px;
}
#sp-next:before {
	content: '';
	border: 7px solid transparent;
	border-left: 15px solid white;
	position: absolute;
	top: 16px;
	left: 18px;
}
#sp-prev:hover, #sp-next:hover {

	background: #444;
}
/* ------/END VISOR DE IMAGEN---------*/
.section3_p003  .contform{
	width: 100%;
	float: left;
}
.section3_p003  .contform .wrappergray{
	background: #f7f7f7;
	max-width: 700px;
	padding:20px 35px;
	margin-top: 10px;
}
.section3_p003  .contform .wrappergray h4{
	font-family: "Helvetica Neue";
	color: #2d2f32;
	font-size: 24px;
	margin-bottom: 10px;
}
.section3_p003 .wrappergray form {
	margin-top: 10px;
}
.section3_p003 .wrappergray form ul li{
	display: inline-block;
	width: 45%;
	margin-bottom: 15px;
	position: relative;
	margin-right: 58px;
}
.section3_p003 .wrappergray form ul li:nth-child(2),
.section3_p003 .wrappergray form ul li:nth-child(4),
.section3_p003 .wrappergray form ul li:nth-child(6),
.section3_p003 .wrappergray form ul li:nth-child(8){
	text-align: right;
	margin-right: 0px;
}
.section3_p003 .wrappergray form ul li input,
.section3_p003 .wrappergray form ul li select,
.section3_p003 .wrappergray form ul li textarea{
	border: 2px solid #000;
	padding: 8px 10px;
	width: 100%;
	outline: none;
	
}
.section3_p003 .wrappergray form ul li.requerit:before,
.section3_p003 .wrappergray form ul li.requerit:before{
    content: "*";
    color: #ff0000;
    position: absolute;
    right: -13px;
    top: 8px;
    font-size: 15px;
}
.section3_p003 .wrappergray form p{
	margin-bottom: 10px;
}
.section3_p003 .wrappergray form p a{
	color: #ffa100;
}
.section3_p003 .wrappergray form p a:hover{
	text-decoration: underline;
}
.section3_p003 .wrappergray form button{
	border: none;
	padding: 12px 45px;
	font-family: "Helvetica Neue";
	font-size: 14px;
	text-transform: uppercase;
	background: #000;
	color: #fff;
	margin-top: 13px;
	position: relative;
}
.section3_p003 .wrappergray form button:hover:before{
	content: "";
    height: 4px;
    background: #ffd200;
    width: 100%;
    bottom: -1px;
    position: absolute;
    left: 0px;
}
/*-------------------------------/END PAGE003-------------------------------------*/
/*-------------------------------PAGE004-------------------------------------*/
.section3_p004{
	background: #f4f4f4;
}
.section3_p004 .wrapper{
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.section3_p004 .title{
	
}
.section3_p004 .title h1{
	font-size: 30px;
	font-family: "Helvetica Neue";
}
.section3_p004 .title p{
	font-size: 16px;
	font-family: "Helvetica Neue";
}
.section3_p004 .title p span{
	display: inline-block;
	width: 20px;
	height:20px;
	border-radius: 50%;
	background: rgba(255,218,45,0.2);
	position: relative;
	margin-bottom: -4px;
}
.section3_p004 .title p span:before{
	content: "";
	position: absolute;
	width: 8px;
	height:8px;
	top: 50%;
	left: 50%;
	margin-top: -4px;
	margin-left: -4px;
	border-radius: 50%;
	background: rgba(255,218,45,0.8);
}
.section3_p004 .map-adr{
	margin-top: 20px;
	margin-bottom: 20px;
}
.section3_p004 .map-adr .map{
	max-width: 383px;
	width: 100%;
	position: relative;
	float: left;
}
.section3_p004 .map-adr .map img{
	width: 100%
}
.section3_p004 .map-adr .map ul li{
	position: absolute;

}
.section3_p004 .map-adr .map ul li:nth-child(1){
    top: 42%;
    left: 19%;
}
.section3_p004 .map-adr .map ul li:nth-child(2){
    top: 46%;
    left: 55%;
}
.section3_p004 .map-adr .map ul li:nth-child(3){
    top: 50%;
    left: 38%;
}
.section3_p004 .map-adr .map ul li:nth-child(4){
	top: 63%;
    left: 34%;
}
.section3_p004 .map-adr .map ul li:nth-child(5){
    top: 61%;		
    left: 51%;
}
.section3_p004 .map-adr .map ul li:nth-child(6){
    top: 70%;
    left: 71%;
}
.section3_p004 .map-adr .map ul li:nth-child(7){
	top: 75%;
    left: 85%;
}
.section3_p004 .map-adr .map ul li:nth-child(8){
    top: 84%;
    left: 67%;
}
.section3_p004 .map-adr .map ul li a span:nth-child(1){
	display: inline-block;
	width: 20px;
	height:20px;
	border-radius: 50%;
	background: rgba(255,218,45,0.2);
	position: relative;
	margin-bottom: -4px;
	margin-right: 3px;
}
.section3_p004 .map-adr .map ul li a span:nth-child(1):before{
	content: "";
	position: absolute;
	width: 8px;
	height:8px;
	top: 50%;
	left: 50%;
	margin-top: -4px;
	margin-left: -4px;
	border-radius: 50%;
	background: rgba(255,218,45,0.8);
}
.section3_p004 .map-adr .map ul li a.active,
.section3_p004 .map-adr .map ul li a:hover{
	color: #bf0811;
}
.section3_p004 .map-adr .map ul li a.active span:nth-child(1),
.section3_p004 .map-adr .map ul li a:hover span:nth-child(1){
	background: rgba(191,8,17,0.2);
	
}
.section3_p004 .map-adr .map ul li a.active span:nth-child(1):before,
.section3_p004 .map-adr .map ul li a:hover span:nth-child(1):before{
	background: rgba(191,8,17,0.8);
}
.section3_p004 .map-adr .map ul li a span{
	font-family: "Helvetica Neue";
	font-size: 16px;		
}
.section3_p004 .map-adr .address{
	float: 	left;
	max-width: 600px;
	width: 100%;
}
.section3_p004 .map-adr .address ul{
	max-width: 300px;
	margin: 0px auto;
}
.section3_p004 .map-adr .address ul li{
	background: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	padding: 18px 20px;
}
.section3_p004 .map-adr .address ul li h4{
	font-family: "Helvetica Neue";
	font-size: 21px;
	color: #555657;
	margin-bottom: 5px;
}
.section3_p004 .map-adr .address ul li p{
	font-size: 15px;
	color: #2d2f32;
	margin-bottom: 4px;
}
.section3_p004 .map-adr .address ul li{
	position: relative;
	margin-top: 19px;
    margin-left: 22px;
}
.section3_p004 .map-adr .address ul li span{
	display: inline-block;
	width: 20px;
	height:20px;
	border-radius: 50%;
	background: rgba(191,8,17,0.2);
	position: absolute;
	top: 6px;
	right: 6px;
}
.section3_p004 .map-adr .address ul li span:before{
	content: "";
	position: absolute;
	width: 8px;
	height:8px;
	top: 50%;
	left: 50%;
	margin-top: -4px;
	margin-left: -4px;
	border-radius: 50%;
	background: rgba(191,8,17,0.8);
}
.section3_p004 .map-adr .address ul a.close{
	display:none;
	width: 30px;
	height: 30px;
	cursor: pointer;
	right: 10px;
	top: 10px;
	position: absolute;
}
.section3_p004 .map-adr .address ul a.close:hover:before {
    content: "Cerrar";
    position: absolute;
    left: -59px;
    color: #d0d0d0;
    text-transform: uppercase;
    top: 4px;
    letter-spacing: 1px;
    font-weight: 300;
}
.section3_p004 .map-adr .address ul a.close span{
	width: 22px;
    height: 2px;
    display: block;
    background: #d0d0d0;
}
.section3_p004 .map-adr .address ul a.close span:nth-child(1){
    transform: rotate(45deg);
    margin-top: 10px;

}
.section3_p004 .map-adr .address ul a.close span:nth-child(2){
	transform: rotate(-45deg);
    margin-top: -2px;
}
.section3_p004 .map-adr .address ul a.close:hover span{
	background: #fff;
}
/*-------------------------------/END PAGE004-------------------------------------*/
/*-------------------------------PAGE005-------------------------------------*/
.section3_p002.section3_p005{
	padding-top: 0px;
}
.section3_p002.section3_p005 .filterp02 .group{
	width: 20%;
	margin-right: 20px;
	text-align: center;
}
.section3_p002.section3_p005 .filterp02 .group label{
	width: 100%;
	display: inline-block;
	margin-bottom: 3px;
}
.section3_p002.section3_p005 .filterp02 .group:nth-child(3) {
    float: left;
}
.section3_p002.section3_p005 .filterp02 .group select{
	width: 100%;
}
.section3_p002.section3_p005 .filterp02 .group button{
	width: 100%;
	background: #ffba00;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	border: none;
	font-family: "Helvetica Neue";
	margin-top: 37px;
	outline: none;
}
.section3_p002.section3_p005 .filterp02 .group button i{
	font-size: 12px;
}
.section3_p002.section3_p005 .filterp02 .group button:hover{
	background: #ffa421;
}
.section3_p002.section3_p005 .filterp02 .group:nth-child(4) {
    float:right;
    margin-right: 0px;
}
.section3_p002.section3_p005 .result .listmachines .oneresultlm {
    display: inline-block;
}
.section3_p002.section3_p005 .contrightleft{
	display: flex;
}
.section3_p005  .contform{
	width: 100%;
	float: left;
}
.section3_p005  .contform .wrappergray{
	background: #f7f7f7;
	padding:20px 35px;
	margin-top: 10px;
}
.section3_p005  .contform .wrappergray h4{
	font-family: "Helvetica Neue";
	color: #2d2f32;
	font-size: 24px;
	margin-bottom: 10px;
}
.section3_p005 .wrappergray form {
	margin-top: 10px;
}
.section3_p005 .wrappergray form ul li{
	display: inline-block;
	width: 45%;
	margin-bottom: 15px;
	position: relative;
	margin-right: 58px;
}
.section3_p005 .wrappergray form ul li:nth-child(2),
.section3_p005 .wrappergray form ul li:nth-child(4),
.section3_p005 .wrappergray form ul li:nth-child(6),
.section3_p005 .wrappergray form ul li:nth-child(8){
	text-align: right;
	margin-right: 0px;
}
.section3_p005 .wrappergray form ul li input,
.section3_p005 .wrappergray form ul li select{
	border: 2px solid #000;
	padding: 8px 10px;
	width: 100%;
	outline: none;
	
}
.section3_p005 .wrappergray form ul li.requerit:before,
.section3_p005 .wrappergray form ul li.requerit:before{
    content: "*";
    color: #ff0000;
    position: absolute;
    right: -13px;
    top: 8px;
    font-size: 15px;
}
.section3_p005 .wrappergray form p{
	margin-bottom: 10px;
}
.section3_p005 .wrappergray form p a{
	color: #ffa100;
}
.section3_p005 .wrappergray form p a:hover{
	text-decoration: underline;
}
.section3_p005 .wrappergray form button{
	border: none;
	padding: 12px 45px;
	font-family: "Helvetica Neue";
	font-size: 14px;
	text-transform: uppercase;
	background: #000;
	color: #fff;
	margin-top: 13px;
	position: relative;
}
.section3_p005 .wrappergray form button:hover:before{
	content: "";
    height: 4px;
    background: #ffd200;
    width: 100%;
    bottom: -1px;
    position: absolute;
    left: 0px;
}
.section3_p005 .contform .wrappergray  .btn-link{
	background: none;
	color: #000;
}
.section3_p005 .contform .wrappergray .btn-link:hover{
	background: #000;
	color: #fff;
}
.section3_p005 .p2details .detright a {
    padding: 12px 47px;
}
.headfw{
	background: #000;
	margin-bottom: 20px;
}
/*global head titles*/
.headfw .wrapper{
	text-align: center;
	position: relative;
}
.headfw .wrapper .titleandsub{
	position:absolute;
	top: 0px;
	left: 0px;
	margin-top: 13%;
	width: 100%;
	text-align: center;
}
.headfw .titleandsub h1{
	font-size: 33px;
	color: #ffffff;
	font-family: "Helvetica Neue";
}

.headfw .titleandsub p{
    font-size: 16px;
    color: #fff;
    max-width: 340px;
    margin: 0px auto;
    margin-top: 2%;
}
/*/END global head titles*/
.section3_p005 .welconsult{
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}
.section3_p005 .welconsult h3{
	font-family: "Helvetica Neue";
	font-size: 24px;
	width: 100%;
	color: #556173;
}
.section3_p005 .welconsult p{
	font-size: 16px;
	width: 100%;
	color: #556173;	
	margin-top: 5px;
}
.section3_p005 .welconsult img{
	max-width: 366px;
	width: 100%;
	margin-top: 20px;
}
/*-------------------------------/END PAGE005-------------------------------------*/
/*-------------------------------PAGE006-------------------------------------*/
.section3_p006{

}
.wrapper.formtictac{

}
.section3_p006 .contbtns{
	text-align: center;
}
.section3_p006 .contbtns button{
	background: none;
    border: 2px solid #000;
    padding: 10px 14px;
    font-size: 12px;
    font-weight: 700 !important;
    text-transform: uppercase;
    max-width: 220px;
    width: 100%;
    margin: 0px 5px;

}
.section3_p006 .contbtns button:hover{
	background: #000;
	color: #fff;
}
.section3_p006 .contbtns button span{

}
.section3_p003.section3_p006 .contform {
    float:inherit; 
}
/*option fix */
.section3_p006 .activ-repu .contbtns button:nth-child(2){
	background: #ffa101;
    border: 2px solid #ffa101;
    color: #fff;
}
.section3_p006 .activ-repu .repu{
	display: inline-block;
}
.section3_p006 .activ-repu .mant{
	display:none;
}
.section3_p006 .activ-repu .wrappergray:before{
    right: 31%;
}
/*option fix */
/*option mant */
.section3_p006 .activ-mant .contbtns button:nth-child(1){
	background: #ffa101;
    border: 2px solid #ffa101;
    color: #fff;
}
.section3_p006 .activ-mant .mant{
	display: inline-block;
}
.section3_p006 .activ-mant .repu{
	display: none;
}
.section3_p006 .activ-mant .wrappergray:before{
    right: 65%;
}
/*option mant */
.section3_p003.section3_p006 .wrappergray{
	position: relative;
}
.section3_p003.section3_p006 .wrappergray:before{
    content: "";
    border-left: 13px solid transparent;
    border-bottom: 13px solid #f7f7f7;
    border-right: 13px solid transparent;
    top: -13px;
    position: absolute;
}
.section3_p003.section3_p006 .contform .wrappergray {
    margin: 18px auto;
}
.section3_p003.section3_p006 .wrappergray form ul li:last-child {
    width: 100%;
}

/*-------------------------------/END PAGE006-------------------------------------*/
/*-------------------------------PAGE007-------------------------------------*/
.section3_p007{
	background: url('../img/bg_contact.jpg') repeat-x bottom #fafafa;
}
.section3_p007 .wrapper.contcontact{
	padding: 50px 0px 70px;
}
.section3_p007 .wrapper .ctleft{
	float: left;
	width: 45%;
	max-width: 419px;
	background: #fff;
	border:2px solid #fff;
	box-shadow: 0px 1px 14px 2px rgba(0,0,0,0.1);
	padding: 20px 48px;
}
.section3_p007 .wrapper .ctleft ul.dates li{
	display: flex;
	margin: 15px 0px;
}
.section3_p007 .wrapper .ctleft ul.dates li div:nth-child(1){
	float: left;
	margin-right: 10px;
}
.section3_p007 .wrapper .ctleft ul.dates li i{
	color: #ffba00;
	font-size: 28px;
}
.section3_p007 .wrapper .ctleft ul.dates li div:nth-child(2){
	float: left;
	font-size: 14px;
	line-height: 2em;
}
.section3_p007 .ctredes{
	border-top: 1px solid #f9f9f9;
	margin-top: 15px;
	padding-top: 20px;
	text-align: center;
}
.section3_p007 .ctredes h4{
	text-transform: uppercase;
	font-size: 12px;
	color: #6a6a6a;
}
.section3_p007 .ctredes ul{
	margin-top: 6px;
}
.section3_p007 .ctredes li{
	display: inline-block;
	margin: 0px 3px;
}
.section3_p007 .ctredes li a {
	font-size: 20px;
	background: #3e3e3e;
	color: #f0f0f0;
	padding: 8px 10px;
	display: inline-block;
}
.section3_p007 .ctredes li a:hover{
	background: #000;
	color: #fff;
}
.section3_p007 .wrapper .ctright{
	float: right;
	width: 45%;
	background: #fff;
	border:2px solid #fff;
	max-width: 419px;
	box-shadow: 0px 1px 14px 2px rgba(0,0,0,0.1);
}
/*-------------------------------/END PAGE007-------------------------------------*/

/*  SECTION 7*/ /* /END SECTION 7*/
/*RESPONSIVE DESIGN*/
@media (max-width: 1024px) {
	.section1 .wrapper,
	.section2 .wrapper{
		padding: 0px 8px;
	}
	.section4 .contnews ul {
	    text-align: center;
	}
	.section4 .headsec4,
	.section5 .headsec5{
		text-align: center;
	}
	.section4 .headsec4 h3,
	.section5 .headsec5 h3{
	    display: inline-block;
	}
	.section4 .contnews ul li{
		float: inherit;
	    width: 28%;
	    display: inline-block;
		margin:10px;
		margin-right: 10px !important;
	}
	.section4 .contnews ul li h4 {
	    font-size: 18px;
	    padding: 14px 15px;
	}
	.section5 .contcarousel ul.clients li {
	    margin: 10px 12px;
	}
	.section3_p003 .wrapper{
		padding: 0px 8px;
		text-align: center;
	}
	.section3_p003 .sp-wrap,
	.section3_p003 .description,
	.section3_p003  .contform{
		float: inherit;
		margin: 0px auto;
	}
	.section3_p003 .description{
		max-width: 700px;
		width: 100%;
	}
	.section3_p003  .contform .wrappergray{
		display: inline-block;
	}
	.section3_p003 .description ul li {
	    display: inline-block;
	    width: 48%;
	}
	.section3_p003 .contform .wrappergray {
	    margin-top: 0px;
	}
	.section3_p003 .description {
	    padding: 20px 35px;
	}
	.section3_p004 .map-adr .address {
	    display:none;
	    position: fixed;
	    z-index: 9;
	    background: rgba(0,0,0,0.8);
	    width: 100%;
	    height: 100%;
	    top: 0px;
	    left: 0px;
	    max-width: 100%;
	}
	.section3_p004 .title {	
	    text-align: center;
	}
	.section3_p004 .map-adr .map {
	    margin: 0px auto;
	    float: inherit;
	}
	.section3_p004 .map-adr .address ul a.close{
		display:inline-block;
	}
	.section3_p007 .wrapper.contcontact {
	    padding: 50px 20px 70px;
	}
	.section3_p007 .wrapper .ctleft,
	.section3_p007 .wrapper .ctright{
	    width: 49%;
	}
}
@media (max-width: 850px) {
	.section1 .wrapper ul li:nth-child(1),
	.section1 .wrapper ul li:nth-child(2),
	.section1 .wrapper ul li:nth-child(3),
	.section1 .wrapper ul li:nth-child(4),
	.section2 .wrapper ul.menu1{
		display: none;
	}
	.section1 .wrapper ul li strong {
	    padding: 6px 0px 6px 0px;
	    display: inline-block;
	    margin-left: 0px; 
	}
	.section2 .iconmenurespon{
		display: inline-block;
	}
	.section2 .logo a img{
		max-width: 150px;
	}
	.section4 .headsec4 h3,
	.section5 .headsec5 h3{
	    font-size: 38px;
	}
	.section4 .headsec4 h3:before,
	.section5 .headsec5 h3:before {
	    height: 4px;
	    width: 43px;
	}
	.section3_p002 .oneresultlm .right {
	    padding: 9px 11px 18px 21px;
	}
	.section3_p002 .p2details .detleft {
	    max-width: 311px;
	}
	.section3_p002 .oneresultlm .right .titledetails {
	    margin-bottom: 18px;
	}
	.section3_p002 {
	    padding-top: 0px;
	    padding-bottom: 5px;
	}
	.section3_p002 .result {
	    margin-top: 15px;
	}
	.section3_p002 .paginator {
	    text-align: center;
	    margin-bottom: 12px;
	    text-align: center;
	}
	.section3_p003 {
	    margin-top: 0px;
	}
	.section3_p005 .result h4{
	    text-align: center;
	}
	.section3_p007 .wrapper .ctleft {
	    padding: 20px 24px;
	}
	.section3_p007 .wrapper .ctleft ul.dates li div:nth-child(2) {
	    font-size: 13px;
	    line-height: 1.7em;
	}
	.section3_p007 .wrapper .ctleft ul.dates li i {
	    color: #ffba00;
	    font-size: 24px;
	}
	.section3_p007 .ctredes li a {
	    font-size: 15px;
	    padding: 7px 10px;
	}
}
@media (max-width: 760px) {
	.section4 .contnews ul li h4 {
    	font-size: 16px;
    }
    .section4 .contnews ul li {
	    width: 45%;
	}
	.section6 .wrapper .itemf{
	    display: none;
	}
	.section6 .wrapper .cont1 {
	    width: 100%;
	    text-align: center;
	}
	.section3_p002.section3_p005 .filterp02 .group button i,
	.section3_p002 .filterp02 .group:nth-child(3),
	.section3_p002 .oneresultlm .right .titledetails p{
		display: none;
	}
	.section3_p002 .p2details .detright {
	    float: right;
	    width: 100%;
	    margin-top: 10px;
	    text-align: left;
	}
	.section3_p002.section3_p005 .filterp02 .group:nth-child(3){
		display: inline-block;
	}
	.section3_p002 .oneresultlm .right .titledetails h2 {
	    font-size: 19px;
	}
	.section3_p003 .wrappergray form ul li {
	    width: 100%;
	}
	.section3_p002.section3_p005 .filterp02 .group {
	    width: 23%;
	    margin-right: 10px;
	    text-align: center;
	}
	.section3_p005 .wrappergray form ul li {
	    width: 100%;
	}
	.section3_p005 .contform .wrappergray h4 {
	    font-size: 18px;
	}
	.section3_p005 .wrappergray form ul li input, 
	.section3_p005 .wrappergray form ul li select {
	    border: 1px solid #000;
	}
	.section3_p005 .contform .wrappergray {
	    padding: 11px 15px;
	    margin-top: 5px;
	}
	.section3_p005 .wrappergray form ul li {
	    margin-bottom: 8px;
	}
	.section3_p007 .wrapper .ctleft,
	.section3_p007 .wrapper .ctright{
	    float: inherit;
	    width: 100%;
	    max-width: 419px;
	    margin: 0px auto;
	}
}
@media (max-width: 570px) {
	.section1 .wrapper ul li strong span:nth-child(1){
		display: none;
	}
	.section1 .wrapper ul li strong span:nth-child(2){
		display: inline-block;
		margin-right: 5px;
	}
	.section1 .wrapper .serpress {
        font-size: 12px;
	}
	.section4 .contnews ul li {
	    margin: 5px;
	    margin-right: 5px !important;
	}
	.section4 .contnews ul li h4 {
	    font-size: 14px;
	    padding: 10px 13px;
	}
	.section6 .wrapper .footend p {
	    margin-top: 12px;
	    width: 100%;
	    text-align: center;
	}
	.section6 .wrapper .footend ul {
	    float: left;
	    width: 100%;
	    text-align: center;
	}
	.section5 .contcarousel ul.clients li img{
		height: 40px;
	}
	.section5 .contcarousel {
	    height: 63px;
	}
	.section5 .contcarousel ul.clients li {
	    margin: 10px 4px;
	}
	.section6 .wrapper .cont1 ul li a span,
	.section6 .wrapper .cont1 ul li a i{
	    font-size: 24px;
	}
	.section4 .headsec4 h3, .section5 .headsec5 h3 {
	    font-size: 26px;
	}
	.section4 .headsec4 p {
	    font-size: 14px;
	}
	.section4 .wrapper {
	    padding-bottom: 40px;
	    padding-top: 40px;
	}
	.section6 .wrapper .cont1 .logofoot{
		max-width: 151px;
	}
	.section3_p002 .filterp02 .group {
	    margin-bottom: 10px;
	    width: 100%;
	    margin-right: 0px;
	}
	.section3_p002 .filterp02 .group label {
	    display: inline-block;
	    width: 38%;
	    font-size: 12px;
	}
	.section3_p002 .filterp02 .group select {
	    width: 60%;
	}
	.section3_p002 .p2details .detleft li {
	    width: 100%;
	}
	.section3_p002 .filterp02 {
	    padding: 12px 14px 3px;
	}
	.section3_p003 .description,
	.section3_p003 .contform .wrappergray{
	    padding: 12px 15px;
	}
	.section3_p003 .dettitle h1 {
	    font-size: 22px;
	}
	.section3_p003 .dettitle ul li {
	    font-size: 12px;
	}
	.section3_p003 .description h2 {
	    font-size: 18px;
	}
	.section3_p003 .description p {
	    font-size: 12px;
	    line-height: 1.3;
	}
	.section3_p003 .description ul li span {
	    font-size: 12px;
	}
	.section3_p003 .description a.btn-download {
	    border: 1px solid #000;
	    font-size: 12px;
	    margin-top: 10px;
	}
	.section3_p003 .contform .wrappergray h4 {
	    font-size: 18px;
	}
	.section3_p003 .wrappergray form ul li input, 
	.section3_p003 .wrappergray form ul li select {
	    border: 1px solid #000;
	}
	.section3_p003 .wrapper {
    	padding: 0px 0px; 
    }
    .section3_p002.section3_p005 .filterp02 .group:nth-child(4) {
	    width: 100%;
	}
	.section3_p002.section3_p005 .filterp02 .group {
	    width: 30.6%;
	}
	.section3_p002.section3_p005 .filterp02 .group:nth-child(3) {
	    margin-right: 0px;
	}
	.section3_p002.section3_p005 .filterp02 .group button {
	    margin-top: 0px;
	}
	.section3_p002 .oneresultlm .right .titledetails h2 {
	    font-size: 17px;
	}
	.section3_p002 .p2details .detleft li {
	    margin-bottom: 3px;
	}
	.section3_p002 .p2details .detleft li label,
	.section3_p002 .p2details .detleft li span{
	    font-size: 13px;
	}
	.section3_p002 .p2details .detright a {
	    font-size: 16px;
	    padding: 9px 12px;
	    width: 100%;
	    text-align: center;
	}
	.section3_p002 .p2details .detright a:before {
	    height: 2px;
	}
	.section3_p005 .wrappergray form button {
		margin-top: 0px;
	    margin-bottom: 10px;
	}
	.section3_p005 .contform .wrappergray .contbtns button{
		width: 100%;
	}
	.section3_p005 .headfw .titleandsub h1 {
	    font-size: 23px;
	}
	.section3_p005 .headfw .titleandsub p {
	    font-size: 14px;
	}
	.section3_p005 .welconsult h3{
		font-size: 20px;
	}
	.section3_p005 .welconsult p{
		font-size: 14px;
	}
	.section3_p006 .contbtns button {
	    padding: 10px 14px;
	    font-size: 12px;
	    max-width: 100%;
	    width: 45%;
	    margin: 0px 5px;
	}
	.section3_p006 .contbtns button span{
	    display: none;
	}
	.section3_p006 .activ-repu .wrappergray:before {
	    right: 23%;
	}
	.section3_p006 .activ-mant .wrappergray:before {
	    right: 70%;
	}
	.headfw .titleandsub h1 {
	    font-size: 23px;
	}
	.headfw .titleandsub p {
	    font-size: 14px;
	}
	.section3_p007 .wrapper.contcontact {
	    padding: 0px 0px 70px;
	}
}
@media (max-width: 320px) {
	.section4 .contnews ul li {
	    width: 94%;
	}
	.section6 .wrapper {
	    padding-bottom: 8px;
	}
	.section3_p002 .filterp02 .group label {
	    width: 30%;
	}
	.section3_p002 .filterp02 .group select {
	    width: 67%;
	}
	.section3_p002 .result .listmachines .oneresultlm {
	    display: inherit;
	    padding: 10px 0px;
    	margin-bottom: 2px;
	}
	.section3_p002 .oneresultlm .left {
	    text-align: center;
	    width: 100%;
	}
	.section3_p002 .p2details .detright a{
	    width: 100%;
	    text-align: center;
	    font-size: 15px;
	}
	.section3_p002 .oneresultlm .right .titledetails h2 {
	    font-size: 16px;
	}
	.section3_p002 .p2details .detleft li label,
	.section3_p002 .p2details .detleft li span {
	    font-size: 13px;
	}
	.section3_p002 .p2details .detleft {
	    margin-bottom: 0px;
	}
	.section3_p002 .p2details .detright a:before {
	    height: 2px;
	}
	.section3_p002 .filterp02 {
	    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1);
	}
	.section3_p002 .result {
	    margin-top: 0px;
	}
	.section3_p002 .result .listmachines {
	    margin-top: 4px;
	}
	.section3_p005 .result h4{
	    margin-top: 10px;
	}
	.section3_p005 .headfw .titleandsub h1 {
	    font-size: 18px;
	}
	.section3_p005 .headfw .titleandsub p {
	    font-size: 12px;
	}
	.section3_p005 .welconsult div{
		padding-right: 20px;
		padding-left: 20px;
	}
	.section3_p005 .welconsult h3{
		font-size: 18px;
	}
	.section3_p005 .welconsult p{
		font-size: 12px;
	}
	.headfw .titleandsub h1 {
	    font-size: 18px;
	}
	.headfw .titleandsub p {
	    font-size: 12px;
	}
}
/*/END RESPONSIVE DESIGN*/

