
*{
	box-sizing: border-box;
}
/*@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }
*/
body, html {
    min-height: 100%;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
	font-family: 'Raleway', sans-serif;
    min-width: 100%;
}
img{
	vertical-align: top;
	max-width: 100%;
}
.content{
	max-width: 1315px;
	margin: 0 auto;
}
#veneers, #factory, #certificados
/*, #contacts */
{
	padding-top: 83px;
}
header{
	height: auto;
	position: relative;
	max-height: 70vh;
	overflow: hidden;
}

header div ul li .content{
	position: absolute;
	top: 0;
	left:0;
	right: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
header .slideshow{
	height: auto;
}

header .logo img{
	max-width: 100%;
}
header nav{
	margin-right: 40px;
	margin-top:93px;
	z-index: 4;
	text-align: right;
	padding-left: 231px;
}
header .cabecalho{
	transition: all .2s linear 0.1s;
	position: absolute;
	z-index: 3;
	width: 100%;

}
header .fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.9);
	z-index: 999999;
	padding: 10px 0;
	border-bottom: 2px solid #e37c29;

}
header .fixed nav, header .fixed .logo{
	top: 0;
	position: relative;
	display: inline-block;
}
header .fixed nav{
	float: right;
	margin-top: 15px;
}
header .fixed .logo{
	width: 150px;
}
header nav ul{
	font-size: 0;

	padding: 0;
		padding: 15px 0;
}
header .fixed nav ul{
	background: transparent;
}
header nav ul li{
	display: inline-block;
	font-size: 14px;
	padding: 0px 0;
	position: relative;
	overflow: hidden;
}
header nav ul li a.active{
/*	background:rgba(227, 124, 41, 0.4);
*/
font-weight: bold;
	color: #e37c29;
}
header nav ul li.lang {
	padding: 0px 0;
	position: fixed;
	width: auto;
	top: 0;
	right: 50px;
	background: #fff;
	z-index: 3;
}
header nav ul li.lang a{
	padding: 25px 10px 5px;
	background: rgba(255,255,255,0.5);
/*	border:1px solid rgba(255,255,255,0.5);
*/	color: #000;
	font-size: 12px;
	width: 36px;
	text-align: center;
}
header .fixed nav ul li.lang{
	display: inline-block;
	position: relative;
	background: transparent;
	right: inherit;
	top: inherit;
	padding: 0px 0;
}
header .fixed nav ul li.lang a{
	background: transparent;
	color: #fff;
	padding: 0 10px;
		font-size: 14px;
		width: auto;
}
header nav ul li a.activo, header .fixed nav ul li.lang a.activo{
	color: #e37c29;
}
header nav ul li a.activo{
	background: rgba(255,255,255,1);

}
/*header nav ul li span{
	position: absolute;
	transition: all .2s linear 0.1s;
	right: 100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: black;
}
header nav ul li:hover span{
	right: 0;
}*/
header nav ul li a{
	display: inline-block;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
	font-size: 14px;
}
header nav ul li a:hover{
	color: #e37c29;
}
header nav ul li.active a:hover{
	color: #fff;
}
header div ul li .content h1{
	font-size: 60px;
	line-height: 0.8;
	margin-bottom: 0;
	display: inline-block;
	text-align: left;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: middle;

}
header div ul li .content .titulo{
	height: 100%;
	position: absolute;
	left: 0px;
	opacity: 0
}
header div ul li .content .titulo.animated{
	opacity: 1
}
header .leftside_content{
	position: absolute;
	width: 100%;
	left: 0;
	height: 100%;
}
header .leftside_content .content{
	position: relative;
	height: 100%;
}
header .leftside_content .content .lettring{
	position: absolute;
	left: 0;
	height: 80%;
	top: 20%;
	z-index: 1;
	width: auto;
}
.lSAction{
	display: none !important;
}
header .leftside_content .content .lettring img{
	max-height: 50%;
	display: inline-block;
	vertical-align: middle;
}

header .leftside_content .leftside{
	position: absolute;
	right: 0;
	height: 100%;
	vertical-align: text-bottom;
}

header .leftside_content .leftside::before{
	width: 1px;
	background: #000;
	height: 51%;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	z-index: 99;
}
header .leftside_content .leftside a{
	position: relative;
	top: 90%;
	color: #000;
	font-weight: 700 !important;
	font-size: 18px !important;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	transition: all .2s linear 0.1s;
	z-index: 3;
	padding: 10px 0;
	padding-left: 20px;
}
header .leftside_content .leftside a:hover{
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;

}
header .leftside_content .leftside a:before{
	position: absolute;
	left:-30px;
	width: 30px;
	height: 5px;
	vertical-align: middle;
	background: #000;
	content: "";
	top:17px;
	transition: all .2s linear 0.1s;
	z-index: 1;
}
/*header .leftside_content .leftside a:hover:before{
	left:-50px;
	background: #e37c28;


}*/
header .leftside_content .leftside a:hover:before{
	left:0px;
	background: #000;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0.7;

}

header .leftside_content .leftside a p{
	position: relative;
	z-index: 3;
	margin: 0;
}
header .frase{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	display: none;
 
}
header .frase .content{
	height: 100%;
}
header .frase img{
	max-width: 98%;
	max-height: 60%;
	vertical-align: middle;
	display: inline-block;

}
main section.sobre{
	border-top:4px solid #e37c29;
	background: #2b2b2b;
}
main section.sobre div ul{
	font-size:0;
	padding-left: 0;
}
main section.sobre div ul li{
	font-size: 14px;
	list-style: none;
	color: #fff;
	display: inline-block;
	width: 30%;
	vertical-align: top;
}
main section.sobre div ul li:first-child{
	width: 100%;
	padding: 30px 0 ;

}
.home section.sobre div ul li:first-child{
	padding: 30px 100px 130px 0;
	width: 70%;
}
main #fibromade section.sobre div ul{
	position: relative;
}
main #fibromade section.sobre div ul li:last-child{
	height: 100%; 
	position: absolute;
	right: 0;
	background: url(../images/video.png) no-repeat center center;
	background-size: cover;
}
main #fibromade section.sobre div ul li:last-child a{
	width: 100%;
	height: 100%;
	display: inline-block;
	background:url(../images/play.png) no-repeat center center rgba(0,0,0,0.1);
}
main #fibromade section.sobre div ul li:last-child a.pt{
	background:url(../images/play_pt.png) no-repeat center center rgba(0,0,0,0.1);

}
main section.sobre div ul li h2{
	font-size: 14px;
	font-weight: normal;
}
main section div ul li h1{
	color: #e37c29;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 17px;
	margin-bottom: 5px;
}
main section div ul li h3{
	text-transform: uppercase;
	font-size: 21px;
	margin: 0px 0 20px;
	font-weight: 700;
}

main section.sobre div ul li p{
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 30px;
}
main section.sobre div ul li p:last-child{
	margin-bottom: 0;
}
main section.sobre div ul li:first-child a{
	position: relative;
	padding-left: 40px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .2s linear 0.1s;
/*	margin-top: 60px;
*/	display: inline-block;
}
main section.sobre div ul li:first-child a:hover{
	padding-left: 20px;
	color: #e37c29;

}
#fibromade{
	margin-bottom: 0px;
}
main section.sobre div ul li:first-child a:before{
	position: absolute;
	width: 30px;
	left: 0;
	top:7px;
	content: "";
	height: 3px;
	background: #fff;
	transition: all .2s linear 0.1s;

}
main section.sobre div ul li:first-child a:hover:before{
	width: 10px;
	background: #e37c29;

}
main section.sobre div ul li iframe{
	max-width: 100%;
	vertical-align: top;
	margin-top: 80px;
}
main section.noticias{
	padding: 83px 0;
}
main section.noticias h2{
	font-size: 14px;
	font-weight: normal;
	color: #e37c29;
	margin: 0;

}
main section.noticias h1{
	font-size: 36px;
	line-height: 0.8;
	font-weight: 700 !important;
	letter-spacing: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
	margin-top: 10px;
}
main section.noticias ul{
	font-size: 0;
	padding-left: 0;
	padding-top: 75px;
	text-align: left;
}
main section.noticias ul li{
	font-size: 14px;
	width: 32%;
	display: inline-block;
	margin-right: 2%;
	margin-bottom: 30px;
	vertical-align: top;
}
main section.noticias ul li:nth-of-type(3n){
	margin-right: 0;
}
main section.noticias ul li a{
	color: #000;
	text-decoration: none;
	text-align: justify;
}
main section.noticias ul li a .data{
	text-transform: uppercase;
}
main section.noticias ul{
	transition: all .2s linear 0.1s;

}
main section.noticias ul.fechar{
	padding-top: 0;
	display: none;
}
main section.noticias ul.fechar.show{
	display: inline-block;
}
main section.noticias ul.fechar li.active{
	display: inline-block !important;
}
button.button{
	display: inline-block;
	width: 100%;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 30px;
	position: relative;
	transition: all .2s linear 0.1s;
	background:transparent;
	font-size: 15px;
	margin-top: 50px;
	cursor: pointer; 
	color: #e37c29;
	border: 0;
}
button.button:active{
	border:0;
}
button:focus {outline:0;}
button.button:hover{
	padding-left: 20px;
	color: #000;
}
button.button:before{
	position: absolute;
	width: 25px;
	left: 0;
	top: 7px;
	content: "";
	height: 3px;
	background: #e37c29;
	transition: all .2s linear 0.1s;
}
button.button:hover:before{
	width: 10px;
	background: #000;

}
main section.noticias ul li a .text{
	padding: 10px 0;
	font-weight: 700;
}
main section.noticias ul li a .imagem{
	margin-top: 15px;
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,0.1);
}
main section.noticias ul li a .imagem img{
	max-width: 100%;
}
main section.noticias ul li a .imagem span{
	position: absolute;
	right: 100%;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .2s linear 0.1s;
	background: rgba(255,255,255,1);
}

main section.noticias ul li a:hover .imagem span{
	right: 0;


}
main section.noticias ul li a .imagem span p{
	display: inline-block;
	vertical-align: middle;
	width: 98%;
	padding: 0 40px;
	line-height: 24px;
}
main section.noticias ul li a:hover .imagem img{
	max-width: 100%;
}
main section.noticias ul li a .text p{
	font-size: 13px;
}
main section.noticias ul li .lermais{
	display: inline-block;
	width: 100%;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 30px;
	position: relative;
	transition: all .2s linear 0.1s;
	margin-top: 30px;
}
main section.noticias ul li .lermais:before{
	position: absolute;
	content: "";
	left: 0;
	top: 7px;
	height: 3px;
	width: 20px;
	background: #000;
	transition: all .2s linear 0.1s;
}
main section.noticias ul li .lermais:hover{
	padding-left: 20px;
	color: #e37c29;
}
main section.noticias ul li .lermais:hover:before{
	width: 10px;
	background: #e37c29;
}
main section.veneers{
	padding-top: 83px;
}
main #factory section.veneers, main #factory section.veneers:hover ul li a{
	transition: all .2s linear 0.1s;

}
main #factory section.veneers:hover ul li {
	background:#000;
}

main #factory section.veneers:hover ul li a{
	opacity:0.6;

}
main #factory section.veneers:hover ul li a:hover{
	opacity: 1;
}
main section.veneers h1{
	margin-top: 0;
	font-weight: 700;
	margin: 30px 0 50px;
	font-size: 25px;
}
main section.veneers ul{
	font-size: 0;
	padding: 0;
	margin-bottom: 0px;
}
#export{
	padding-top: 83px;
}
main section.veneers ul li{
	display: inline-block;
	text-decoration: none;
	margin:0 1% 10px 0;
	width: 15.833%;

}

main section.veneers ul li:nth-of-type(6n){
	margin-right: 0;
}
main #factory section.veneers ul li{
	width: 19.2%;
	
}
main #factory section.veneers ul li:nth-of-type(6n){
	margin-right: 1%;
}
main #factory section.veneers ul li:nth-of-type(5n){
	margin-right: 0;
}

main section.veneers ul li a{
	display: inline-block;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
main section.veneers ul li a > span{
	top: 0;
	position: absolute;
	padding: 5%;
	right: 100%;
	width: 100%;
	height: 100%;
	z-index: 3;
	transition: all .2s linear 0.1s;
	overflow: hidden;
}
main section.veneers ul li a:hover > span{
	right: 0;
	overflow: inherit;
}
main section.veneers ul li a span .info{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	color: #e37c29;
}
main section.veneers ul li a span .info .text{
	vertical-align: middle;
	display: inline-block;
	width: 98%;
	padding: 0 10px;
	text-transform: uppercase;
	text-align: center;

}
main section.veneers ul li a span .info h2{
	display: inline-block;
	width: 100%;
	font-size: 14px;
	margin: 0;
	font-weight: normal;
	position: relative;

}
main section.veneers ul li a span .info .text h2:after{
	display: inline-block;
	width: 50%;
	height: 1px;
	content: "";
	background: rgba(255,255,255,0.2);
	margin-top: 0px;
	position: absolute;
	top: 115%;
	left: 50%;
	margin-left: -25%;
}
main section.veneers ul li a span .info h3{
	display: inline-block;
	width: 100%;
	font-size: 11px;
	margin: 0;
	font-weight: normal;
	color: #fff;
	margin-top: 10%;	
}
main section.veneers ul li a img{
	width: 100%;
}
main section.contacts{
	position: relative;
	border-bottom: 2px solid #e37c29;
}
main section.contacts ul{
	font-size: 0;
	text-align: left;
	padding: 30px 0 81px;


}
main section.contacts ul li{
	display: inline-block;
	width: 70%;
	font-size: 14px;
	vertical-align: top;

}
main section.contacts ul li p{
	line-height: 23px;
}
main section.contacts ul li:nth-of-type(2){
	width: 30%;
	padding: 20px 50px;
	background: rgba(255,255,255,0.8);
	border: 1px solid rgba(0,0,0,0.1);
	position: relative;
	z-index: 3;
}
main section.contacts ul li p span{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	color: #e37c29;
}
main section.contacts ul li p a{
	color: #000;
	text-decoration: none;
}
#map {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: url(../images/mapa_en.png) no-repeat center center;
	background-size: cover;
}
#map.pt{
	background: url(../images/mapa_pt.png) no-repeat center center;
	background-size: cover;	
}
#worldmap {
	width: 100%;
	height: 790px;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
}
#map_wrapper {
    height: 1000px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}
#legend {
	background: white;
	padding: 10px;
}
footer{
	background: #2b2b2b;
	width: 100%;
}
#certificados{
/*	padding-top: 80px;
*/}
footer .visao{
	width: 100%;
	padding: 50px 0; 
	background: #f2f2f2;
}
footer .visao div ul{
	font-size: 0;
}
footer .visao div ul li{
	display: inline-block;
	width: 50%;
	font-size: 15px;
	position: relative;
	padding-left: 121px;
	padding-right: 61px;
}
footer .visao div ul li .imagem{
	width: 110px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: center center no-repeat;
}
footer .visao div ul li:first-child .imagem{
	background-image: url(../images/ambiente.png);
}
footer .visao div ul li:last-child .imagem{
	background-image: url(../images/social.png);

}
footer .visao div ul li a{
	color: #000;
	text-decoration: none;
}
footer .visao div ul li .text h2{
	color: #e37c28;
	font-size: 12px;
	text-transform: uppercase;
}
footer .visao div ul li .text p{
	font-size: 12px;
	line-height: 18px;
}
footer .content{
	font-size: 0;
}
footer > .content > div{
	display: inline-block;
	padding: 100px 0;
	min-height: 100%;
	vertical-align: top;
}
footer .content div.certificado{
	width: 60%;
	border-left: 1px solid rgba(255,255,255,0.1);
	border-right: 1px solid rgba(255,255,255,0.1);
}
footer .content div.newsletter{
	width: 30%;
	display: none;
}
footer .content div.slogan{
	width: 40%;
	padding-top: 90px;
}
footer .content div.slogan img{
	width: 60%;
}
footer .content div h3{
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 21px;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff;
}
footer .content div.slogan h1, footer .content div.slogan h2, footer .content div.slogan h3{
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 35px;
	line-height: 37px;
	text-transform: uppercase;
	color: #fff;	
	font-weight: 100;
	margin: 0;
}



footer > .content > div p{
	color: #fff;
	font-size: 13px;
	text-align: justify;
	line-height: 25px;
}
footer > .content > div p.copyright{
	color: #585858;
	text-transform: uppercase;
	padding-top: 30px
}
footer > .content > div p.copyright a{
	text-decoration: none;
	color: #585858;
}
footer > .content > div p.spam{
	color: #585858;
	font-style: italic;	
}
footer > .content > div form{
	font-size: 0;
	width: 100%;
	position: relative;
}
footer > .content > div form input{
	font-size: 11px;
	text-transform: uppercase;
	padding: 14px 10px;
	background: #fff;
	border: 0;
	padding-right: 22%;
	width: 100%;
}
footer > .content > div form input[type="submit"]{
	width: 20%;
	right: 0;
	position: absolute;
	top: 0;
	background: #e37c28;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 13px;
}
section.map{
	position: relative;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	background:url(../images/pattern.png) #ededed ;
	background-blend-mode: multiply;

}
/*section.map #worldmap{
	position: relative;
	z-index: -1;
}*/
section.map #worldmap #map_wrapper > #map_canvas > .gm-style > div:first-child > div:first-child > div:first-child > div:first-child > div:first-child > div{
	background: url(../images/pattern.png) left center;
	

}
.info_content h3{
	text-align: center;
	width: 100%;
	font-size: 14px;
}
.gm-style-iw{
	max-width: 180px;
	padding-left: 10px;
}
.gm-style-iw > div{
	max-width: 100% !important;
	width: 180px;
}
section.map #worldmap #map_wrapper > #map_canvas > .gm-style > div > div > div > div > div > div > canvas{
	z-index: -1;
}
section.map #worldmap #map_wrapper > #map_canvas > .gm-style > div:first-child > div:nth-of-type(4) > div:nth-of-type(4) > div:first-child > div:nth-of-type(3){
	display: none;
}
main section.paises{
	width: 100%;
}
main section.paises ul{
	padding: 0;
	width: 100%;
	margin: 0;
}
main section.paises ul li{
	width: 100%;
	padding: 3px 5%;
	line-height: 30px;
	background: rgba(0,0,0,0.1);
	border-bottom:1px solid rgba(0,0,0,0.1);

}
main section.paises ul li:nth-child(odd){
	background: rgba(0,0,0,0);
}


#nav-icon3 {

	width: 38px;
	height: 21px;
	position: relative;
	margin: 35px 0 0;
		display: none;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 9999999;
}
.fixed #nav-icon3{
	margin-top: 27px;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #d3531a;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 8px;
}

#nav-icon3 span:nth-child(4) {
  top: 16px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header .logo .menu{

}
.mobile-hidden{
	display: inline-block !important;
}
.mobile-show{
	display: none !important;
}
.scrollToTop{
	display: none;
}
@media only screen and (max-width: 1315px) { /* Slidebar widths on extra small screens. */
	.content{
		max-width: 95%;
	}

}
@media only screen and (min-width: 840px) {
	header .logo{
		width: 341px;
		height: auto;
		position: absolute;
		left: 40px;
		top: 40px;
		z-index: 1;
	}	
}
@media only screen and (max-width: 840px){
	.scrollToTop{
		display: inline-block;
		position: fixed;
		right: 20px;
		bottom: 20px;
		width: 50px;
		height: 50px;
	    background-size: 70%;
	    background-image: url(../images/scroll-to-top.png);
	    background-color: #2b2b2b;
	    background-repeat: no-repeat;
	    background-position: center;
		z-index: 99999999;
		-moz-transform: rotate(-90deg);
	    -webkit-transform: rotate(-90deg);
	    -o-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	    transform: rotate(-90deg);

	    
	}
	

}
@media only screen and (max-width: 840px) {
	header .fixed nav ul li.lang{
		text-align: left;
		width: 100%;
	}
	header .fixed nav ul li.lang a{
		padding: 20px 0;
	}
	header nav ul li a{
		padding: 15px 0;
	}
	#nav-icon3 {
		display: inline-block;
	}
	main #fibromade section.sobre div ul li:last-child{
		width: 100%;
		position: relative;
		height: 300px;
		margin-bottom: 40px;
	}
	main section.noticias ul li a h3{
		text-align: left;
	}
	body main section{
		padding-bottom: 0 !important;
	}
	.content{
		max-width: 90%;
	}
	/*header .cabecalho{
		border-top: 5px solid #e37c29;
		position: relative;
	}*/
	header .logo{
		width: 100%;
		padding: 10px 0;
	}
	header .logo a {
		display: inline-block;
		text-align: left;
		padding-left: 10%;
		width: calc(100% - 60px);
		vertical-align: top;
	}
	header .logo img{
		display: inline-block;
		max-width: 70%;

	}
	header .fixed .logo img{
		max-width: 150px;
	}
	header .logo .menu{
		display: inline-block;
	}
	header nav, header .cabecalho.fixed nav.show{
		display: inline-block;
		position: fixed;
		top: -100%;
		margin: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 12%;
		z-index: 999999;
		transition: all .2s linear 0.1s;
		background:rgba(0,0,0,0.9);

	}
	.lSSlideOuter .lSPager.lSpg{
		z-index: 2 !important;
	}
	header nav.show, header .cabecalho.fixed nav.show{
		top: 0;
		
	}
	.leftside_content{
		display: none;
	}
	header .slideshow{
		
		height: auto;
		min-width: 100%;

	}
	header .slideshow .bx-wrapper{
	}
	header nav ul li{
	    text-align: left;
	    border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	header .cabecalho.fixed{
		border-top: 0;
	}
	header .cabecalho.fixed nav{
		top: -100%;
		float: none;
		position: fixed;
	}

	header .fixed{
		padding-top: 0;
	}
	header .fixed nav{
		margin-top: 0;
	}
	.fixed .nav-toggle{
		margin-top: 10px;
	}
	.home section.sobre div ul li:first-child{
		width: 100%;
		padding: 70px 5%; 
	}
	main section.sobre div ul li iframe{
		width: 100%;
		margin-top: 0px;
		margin-bottom: 20px;
	}
	main section.sobre div ul li{
		width: 100%;
	}
/*	header .cabecalho{
		background:url(../images/slide2.jpg) no-repeat center center;
		background-size: cover
	}
*/	header .cabecalho.fixed{
		background: rgba(0,0,0,0.9);
	}
	
	footer .visao div ul{
		padding: 0;
	}
	footer .content div.certificado{
	    width: 100%;
	    border:0;
	    padding-bottom: 0;
	    padding-top: 30px;
    }
    footer .content div.newsletter{
    	padding-bottom: 0;
    	padding-top: 30px;
    }
    footer .content div.newsletter{
	    width: 100%;
	  }
	footer .content div.certificado img{
	    max-width: 100%;
	}
	main section.contacts ul li:nth-of-type(2){
		width: 100%;
	}
	.mobile-hidden{
		display: none !important;
	}
	.mobile-show{
		display: inline-block !important;
	}
	main section.veneers ul li{
		width: 32%;
	}
	main #factory section.veneers ul li{
		width: 32%;
	}
	main #factory section.veneers ul li:nth-of-type(5n){
		margin-right: 1%;
	}
	main #factory section.veneers ul li:nth-of-type(3n){
		margin-right: 0;
	}
	/*#map{
		background: none;
	}*/
	main section.contacts ul li:nth-of-type(2){
		border: 0;
	}
	main section.veneers ul li a span .info h3{
		display: none;
	}
	main section.veneers ul li a > span{
		right: 0;
	}
	main section.veneers ul li a span .info{
		height: 30%;
		bottom: 0;
		position: absolute;
		left: 0;
		
	}
	main section.veneers ul li a span .info h2{
		/*color: #fff;*/
		font-size: 12px;
	}
	main section.veneers ul li a span .info .text h2::after{
		display: none;
	}
	main section.veneers ul li a span .info .text{
		vertical-align: middle;
		/*padding-bottom: 5px;
		padding-bottom: 5px;*/
	}
	header nav ul li{
		width: 100%;
		display: inline-block;
		overflow: inherit;
	}
	header .fixed .logo{
		width: 100%;
	}
	header nav ul li.lang{
		right: 20px;
	}
	header nav ul li.lang a{
		padding: 5px 10px;

	}
	
}

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) { 
	.mobile-hidden{
		display: none !important;
	}
	.mobile-show{
		display: inline-block !important;
	}
}
@media only screen and (max-width: 480px){
	.mobile-hidden{
		display: none !important;
	}
	.mobile-show{
		display: inline-block !important;
	}
	main section.noticias ul li{
		width: 100%;
	}
	main section.veneers ul li, main #factory section.veneers ul li{
		width: 49%;
		margin-bottom: 2px;
	}
	main section.veneers ul li:nth-of-type(2n), main #factory section.veneers ul li:nth-of-type(2n){
		margin-right: 0;
	}
	main #factory section.veneers ul li:nth-of-type(5n){
		margin-right: 1%;
	}
	#certificados{
		padding-top: 0;
	}
	main section.contacts ul li:nth-of-type(2){
		width: 100%;
		padding: 20px;
	}
	
	footer .visao div ul li{
		width: 100%;
		padding: 0;
	}
	footer .visao div ul li .imagem{
		position: relative;
		width: 100%;
		text-align: center;
		height: 40px;
		background-size: contain;
		background-position: left center;
		margin-bottom: 10px;
	}
	main #fibromade section.sobre div ul li:last-child{
		position: relative;
		height: 200px;
		margin-bottom: 30px;
	}
	main #factory section.veneers ul li:nth-of-type(3n){
	 	margin-right: 1%;
	 }
	 footer .content div.slogan{
	 	width: 100%;
	 }
	 footer .content div.slogan img{
	 	width: 70%;
	 }
	 main section.noticias ul li:last-child{
	 	margin-bottom: 0;
	 }
	 .bx-wrapper .bx-pager{
	 	display: none;
	 }
	 main #factory section.veneers h1 span{
		color: #e37c29
	 }
	 
	 main section.contacts ul{
	 	padding-top: 45px;
	 	padding-bottom: 48px;
	 }
	 main section.veneers ul li, main #factory section.veneers ul li{
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
	}
	.lSSlideOuter .lSPager.lSpg{
		display: none !important;
	}

}
#blanket {
	background-color:#111;
	opacity:0.7;
	/background:none;
	position:fixed;
	z-index: 99999001;
	top:0px;
	left:0px;
	width:100%;
	height: 100%;

}


#popUpDiv .lSAction{
	display: inline-block !important;
}
#popUpDiv .lSAction > a{
	width: 50px;
	height: 50px;
	margin-top: -25px;
}
#popUpDiv .lSAction > .lSPrev{
	/background: url(../images/prev.png) center center;
	/background-size: cover;
	left: 0;
}
#popUpDiv .lSAction > .lSNext{
	/background: url(../images/next.png) center center;
	/background-size: cover;
	right: 0;

}
#popUpDiv .lSPager.lSpg{
	display: none;
}
#popUpDiv {
	position:fixed;
	background:url(images/pop-up_en.jpg) no-repeat no-repeat center center ;
	background-size: 100% auto;
	width:100%;
	top: 0;
	left: 0;
	text-align: center;
	height:100%;
	z-index: 99999002;
	font-size: 0;
}

#popUpDiv .conteudo{
	display: inline-block;
	width: 100%;
	height: auto;
	vertical-align: middle;
	position: relative;
	max-width: 90%;
	z-index: 9;
	max-height: 90%;
}
#popUpDiv .conteudo img{
	max-height: 90vh;
	vertical-align: middle;
	display: inline-block;
}
#popUpDiv .lSSlideWrapper, #popUpDiv #lightSlider{
	/width: 90%;
	height: auto !important;
}
#popUpDiv .lSSlideWrapper ul{
	padding-bottom: 0px !important;
	text-align: center;
}
#popUpDiv .lSSlideWrapper li{
	position: inherit !important;
	display: none;
	width: auto;
	min-height: 100%;
	float: none;
}
#popUpDiv .lSSlideWrapper li.active{
	display: inline-block;
}
#popUpDiv a.popup-close1{
	font-size: 16px;
	text-decoration: none;
	padding-top: 7px;
	position: absolute;
	z-index: 3;
	width: 100%;
	left: 0;
	top: 0;
	background: none;
	height: 100%;

}
/* POPUP */
/* Outer */
.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
    z-index: 99999999;
}

/* Inner */
.popup-inner {
    max-width:700px;
    width:90%;
    padding:40px;
    position:absolute;
    top:50%;
    left:50%;
    box-sizing: border-box;
/*    padding-left: 180px;
*/    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    background: rgba(255,255,255,1);
    font-size: 13px;
}

/*.popup-inner .imagem{
	width: 100px;
	position: absolute;
	top: 0;
	height: 100%;
	left: 35px;
}
.popup-inner .imagem img{
	max-width: 96%;
	display: inline-block;
	vertical-align: middle;
}*/
.popup.vimeo .popup-inner{
	padding: 0;
}
.popup-inner h2{
	color: #e37c28;
	text-transform: uppercase;
	margin-bottom: 40px;
	margin-top: 0;
}
.popup-inner p a{
	color: #000;
}
.popup-inner p a:hover{
	color: #e37c28;
}
.popup-inner a{
	text-decoration: none;
}
.popup-inner p a img{
	margin-left: 10px;
	vertical-align: bottom;
}
/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
}
 
.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
}


.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

a.button{
	text-decoration: none;
	display: inline-block;
	width: 100%;
	text-align: left;
	font-weight: bold;
	padding-left: 30px;
	position: relative;
	transition: all .2s linear 0.1s;
	background:transparent;
	font-size: 15px;
	cursor: pointer;
	color: #e37c29;
	border: 0;
}
a.button:active{
	border:0;
}
a.button:hover{
	padding-left: 20px;
	color: #fff;
}
a.button:before{
	position: absolute;
	width: 25px;
	left: 0;
	top: 7px;
	content: "";
	height: 3px;
	background: #e37c29;
	transition: all .2s linear 0.1s;
}
a.button:hover:before{
	width: 10px;
	background: #fff;
}
#quality_policy {
	padding-top: 0px;
}

#lightSlider{
	display: inline-block;
}
.lSSlideOuter .lightSlider li{
	display: inline-block;
	width: 100%;

}
@media only screen and (max-width: 480px) {
	#quality_policy {
		margin-bottom: 30px;
	}
}

