*{
	box-sizing: border-box;
}
body, html {
    min-height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
	font-family: 'Roboto Condensed', sans-serif;
    min-width: 100%;
    position: relative;
    font-weight: 400;
	color: #373537;
	font-size: 0;
}
html{
	height: 100%;
}
img{
	max-width: 100%;
	vertical-align: top;

}
/**{
	transition: all .2s linear 2s;	
}*/
a{
	text-decoration: none;
}

section .content .text span{
	display: none;
}
section .content .text span.titulos{
	display: inline-block;
}
body.lojas{
	background: #cf4f31;
}
.slide{
	width: 100%;
	font-size: 0;
	position: relative;
	text-align: right;
	overflow: hidden;	
	height: auto;
	display: block;
	z-index: 1;
}
.slide > .logo{
	display: none;
}
.slide .bx-wrapper{
	width: 80%;
	display: inline-block;
	position: relative;

}
.slide .bx-wrapper .bx-viewport{
	max-height: 100%;

}
.slide .bx-wrapper img{
	opacity: 0;
	width: 100%;
	height: 680px;
}
.slide .bx-wrapper ul li .info{
	position: absolute;
	top:0;
	padding-right: 10%;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	height: 100%;
		font-size: 0px;
	right: 0;
	width: auto;

}

.slide .bx-wrapper ul li .info > div{
	padding: 17px 20px;
	display: inline-block;
	vertical-align: middle;	
	height: auto;
	position: relative;
	opacity: 0;
	transition: all 1s linear 0s;	
	font-size: 30px;
	width: 100%;
	width: auto;
	display: inline-block;


}
.slide .bx-wrapper ul li .info > div.slideInUp{
	opacity: 1;
}
.slide .bx-wrapper ul li .info div:before, .slide .bx-wrapper ul li .info div:after {
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    border-color: #353335;
    color: #353335;
}
.slide .bx-wrapper ul li .info div:before, .slide .bx-wrapper ul li .info div:after {
    border-color: #fff;
    color: #fff;
}

.slide .bx-wrapper ul li .info div:before {
    border-top: 1px solid;
    border-left: 1px solid;
    left: 0;
    top: 0;
}
.slide .bx-wrapper ul li .info div:after {
    border-bottom: 1px solid;
    border-right: 1px solid;
    right: 0;
    bottom: 0;
}
.slide .bx-wrapper ul li .info h2{
	font-size: 60px;
	display: inline-block;
	color: #cf4f31;

}
.slide .bx-wrapper ul li .info div span{
	display: block;
}

.slide .bx-wrapper .bx-viewport ul li{

	background: center center no-repeat;
	background-size: cover;
	max-height: 100%;

	overflow: hidden;
/*	max-height: 680px !important;
*/
}

.slide .bx-wrapper .bx-viewport ul li:nth-of-type(3){
	background: center bottom no-repeat;
	background-size: cover;
}
.slide #bx-pager{
	width: 20%;
	background: #353335;
	position: absolute;
	left: 0;
	top: 0;
	min-width: 312px;
	height: 100%;
	padding: 25px;
	text-align: center;  
	display: inline-block;                

}
.slide #bx-pager .logo{
	max-width: 145px;
	margin-top: 25px;
	margin-bottom: 120px;
	display: inline-block;
}
.slide #bx-pager .botoes{
	position: absolute;
	bottom: 113px;
	text-align: left;
	left: 25px;
}
.slide #bx-pager a{

	width: calc(100% - 25px);
	font-size: 18px;
	color:#fff;
	text-transform: uppercase;
	text-align: left;
	padding: 17px 20px;
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
}

.slide #bx-pager a span{
	font-weight: 300;
}
.slide #bx-pager a h2{
	font-size: 30px;
	margin-bottom: 6px;
}
.slide #bx-pager a h2 .mobile{
	display: inline-block;
}
.slide #bx-pager a:hover h2{
	color: #cf4f31;
}
.slide #bx-pager a:before, .slide #bx-pager a:after{
	content: "";
	width: 28px;
	height: 28px;
	position: absolute;
	border-color: #fff;

}
.slide #bx-pager a:before{
	border-top:1px solid;
	border-left: 1px solid;
	position: absolute;
	left: 0;
	top: 0;
}
.slide #bx-pager a:after{
	border-bottom:1px solid;
	border-right: 1px solid;
	position: absolute;
	right: 0;
	bottom: 0;
}
main{
	position: relative;
	z-index: 999;
}
header{
	background: #cf4f31;
	text-align: center;
	position: absolute;
	transition: all .2s linear 2s;	
	width: 100%;
	z-index: 99999;
	top: 0;
}
/*body.habitacoes header{
	background: transparent;
}*/

body.lojas header{
	background: #353335;

}
header.fixed{
	position: fixed;
	top: 0;
	z-index: 99999;
}
header ul{
	display: inline-block;
}
header ul li{
	display: inline-block;
}

header ul li a{
	display: inline-block;
	text-transform: uppercase;
	padding: 15px 25px;
	color: #4d1e13;
	font-size: 17px;
}

header ul li a.active{
	color: #fff;
}
body.lojas header ul li a{
	color: #cf4f31;

}

body.lojas header ul li a.active{
	color: #fff;
}
section{
	text-align: center;
	min-height: 100%;
	font-size: 0;
/*	padding-top: 50px;
*/}
section.habitacoes{
	position: relative;
	display: table;
	width: 100%;
}
.content{
	position: relative;
	max-width: 800px;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	width: 100%;
	margin-top: 50px;
}
/*section#fosforeira .content{
	margin-top: 0;
}*/
.lSSlideOuter, .lSSlideWrapper, .lSSlideOuter ul {
	height: 100%;
}
.lSSlideOuter ul li{
	height: 100%;
}
article#estereo{
	background: #e8e8e8;
	padding-bottom: 80px;
}
article#estereo, article#acabamentos{
	width: 50%;
	display: table-cell;
	vertical-align: top;
	padding-left: 5%;
	min-height: 100vh;
	padding-right: 5%;
	position: relative;
	padding: 0 5% 50px;
}
article#estereo .content{
	vertical-align: middle;
}
section#lojas .content{
	padding-bottom: 170px;
}
body.lojas section > .content > h2, h2{
	color: #fff;
}
body.home section > .content > h2:before, body.home section > .content > h2:after{
	border-color: #cf4f31;
	color: #cf4f31;
}
body.locais section > .content > h2:before, body.locais section > .content > h2:after, body.tempos section > .content > h2:before, body.tempos section > .content > h2:after{
	border-color: #cf4f31;	
	color: #cf4f31;
}
section > .content > h2, section article > .content > h2, h2{
	width: auto;
	padding: 17px 20px;
	text-transform: uppercase;
	font-size: 38px;
	position: relative;
	display: inline-block;
	margin: 55px 0;
	color: #373537;	
}

h2:before, h2:after, section > .content > h2:before, section > .content > h2:after, section article > .content > h2:before, section article > .content > h2:after{
	content: "";
	width: 28px;
	height: 28px;
	position: absolute;
	border-color: #353335;
	color: #353335;


}
.slide #bx-pager a h2, .slide .bx-wrapper ul li .info h2{
	padding: 0;
	margin: 0;
	width: 100%;
	color: #fff;
	margin-bottom: 6px;
}
.fancybox-type-iframe .fancybox-close{
	display: none;
}
section > .content > h3{
	font-size: 20px;
}
section > .content > h3 a{
	color: #353335;
}
section .content h2:before{
	border-top:1px solid;
	border-left: 1px solid;

	left: 0;
	top: 0;
}
section .content h2:after{
	border-bottom:1px solid;
	border-right: 1px solid;

	right: 0;
	bottom: 0;
}
section .content .text{
	width: 100%;
	font-size: 17px;
	line-height: 23px;
	font-weight: 300;
	margin-bottom: 90px;

}
section .content .text h3{
	font-size: 30px;
	color: #cf4f31;

	width: 100%;
	margin-bottom: 20px;
}

section .content .text p{
	margin-bottom: 20px;
}
section .content .text p.video{
	width: 100%;
	position: relative;

}
section .content .text p.video a{
	padding: 10px 20px;
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 2;
	color: #8b868b;
	text-transform: uppercase;
}
section .content .text p.video:after{
	position: absolute;
	width: 100%;
	height: 1px;
	content: "";
	left: 0;
	top: 50%;
	
	background: #ebeaeb;
}
section .content .text p:last-child{
	margin-bottom: 0;
}
section .content .text p span, section .content .text p span.titulos{
	color: #cf4f31;
	display: inline-block;
}
section .content .text hr{
	width: 80%;
	height: 1px; 
	background:#ebeaeb;
	border:0;
	margin: 40px auto;
}
section#espinho article{
	height: 540px;
	width: 50%;
	display: inline-block;
	position: relative;
	background:center center no-repeat;
	background-size: cover;
}
section#espinho article a{
	display: inline-block;
	width: 100%;
	height: 100%;
		transition: all .2s linear 0s;	
		position: relative;

}
section#espinho article a:hover{
	background: rgba(207,79,49,0.8);
}
section#espinho article:nth-of-type(1){
	background-image: url(../images/locais.jpg);
}
section#espinho article:nth-of-type(2){
	background-image: url(../images/tempos.jpg);
}
section#espinho article .titulo{
	display: inline-block;
	position: absolute;
	top: 36px;
	color: #cf4f31;
	text-transform: uppercase;
	font-weight: 300;
}
section#espinho article a:hover .titulo{
	color: #fff;

}

section#espinho article:nth-of-type(1) a .titulo{
	right: 36px;
	text-align: right;

}

section#espinho article:nth-of-type(2) .titulo{
	left: 36px;
	text-align: left;
}
section#espinho article .titulo h2{
	font-size: 56px;
	line-height: 60px;
	transition: all .2s linear 0s;	

}
section#espinho article .titulo h3{
	font-size: 41px;
	line-height: 45px;
	transition: all .2s linear 0s;	
}
section#espinho article .titulo p{
	color: #373537;
	font-size: 18px;
	margin-top: 5px;
	font-weight: 500;
}
section#espinho article a:hover .titulo p, section#espinho article a:hover .titulo h2, section#espinho article a:hover .titulo h3{
	color: #fff;
}


article#estereo .text, article#acabamentos .text{
	 column-count: 2;
	 text-align: left;
	 font-size: 15px;
	line-height: 23px;
	font-weight: 300;
	margin-bottom: 00px;
	padding-top: 10px;
}
article#estereo h2:nth-of-type(2){
	margin-top: 100px;
}
article#estereo .text h3, article#acabamentos .text h3{
	font-size: 20px;
    color: #cf4f31;
    width: 100%;
    margin: 20px 0 0;

}
article#estereo .text > h3:first-child, article#acabamentos .text > h3:first-child{
	margin-top: 0;
}
article#acabamentos .text > p:first-child{
	font-weight: 500;
}
article#acabamentos .text p, article#estereo .text p{
	margin-bottom: 0px;
	line-height: 23px;
}

article#acabamentos .text h2{
	font-weight: 500;
	text-transform: uppercase;
	margin: 20px 0 0;
	font-size: 21px;
}
section#pisos{
/*	background: #cf4f31;*/
	padding-bottom: 80px;
}
section#pisos > .content > ul{
	padding: 70px 0;
}
section#pisos > .content > ul > li{
	display: inline-block;
	width: auto;
	margin-right: 2%;

}
section#pisos > .content > ul > li:last-child{
	margin-right: 0;
}
section#pisos > .content > ul > li a{
	display: inline-block;
	width: auto;
	font-size: 30px;
	opacity: 0.2;
	color: #000;
	transition: all .2s linear 0s;	
}
section#pisos > .content > ul > li a:hover{
	opacity: 0.6;
}
section#pisos > .content > ul > li a.active{
	opacity: 1;
	font-size: 50px;
}
section#pisos .tabs {
	width: 95%;
	margin: 0 auto;
}
section#pisos .tabs > ul.mobile{
	display: none;
}
section#pisos .tabs > ul > li{
	font-size: 34px;
	display: inline-block;
	margin-right: 0;
	width: 32%;
	margin-right: 2%;
	padding: 20px 20px;
	background: #f1f1f1;
	text-align: left;
}
section#pisos .tabs > ul > li:last-child{
	margin-right: 0;
}
section#pisos .tabs > ul > li > a{
	display: inline-block;
	width: auto;

	color: #000;
	width: 100%;
	font-weight: 300;
	text-transform: uppercase;

}
section#pisos .tabs > ul > li.ui-tabs-active > a{
	color: #353335;
	background: rgba(0,0,0,0.1);
}
section#pisos .tabs .conteudo{
	width: 100%;

}
section#pisos .tabs .conteudo > div{
	width: 32%;
	margin-right: 2%;
	font-size: 17px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 20px 20px;

}
section#pisos .tabs .conteudo > div:last-child{
	margin-right: 0;

}
section#pisos .tabs .conteudo > div h3{
	cursor: pointer;
	font-size: 20px;
	color: #1d1d1d;
	padding: 10px 0;
	border-bottom: 2px solid rgba(0,0,0,0.1);
	transition: all .2s linear 0s;	

}
section#pisos .tabs .conteudo > div h3.ui-state-active{
	border-bottom: 2px solid rgba(0,0,0,0)
}
section#pisos .tabs .conteudo > div h3 >span{
	font-size: 30px;
	font-weight: 700;
}
section#pisos .tabs .conteudo > div > div{

}
section#pisos .tabs .conteudo > div > div ul{
	padding-bottom: 20px;
	border-bottom: 2px solid rgba(0,0,0,0.1);

}
section#pisos .tabs .conteudo > div > div ul li a{
	color: #747474;
	padding: 8px 0;
	display: inline-block;
	width: 100%;
	transition: all .2s linear 0s;	
	opacity: 0.5;
}
.ui-accordion-header {outline: none;}
section#pisos .tabs .conteudo > div > div ul li a *{
	vertical-align: middle;
}
section#pisos .tabs .conteudo > div > div ul li a:hover{
	color: #000;
	opacity: 1;

}
section#pisos .tabs .conteudo > div > div ul li a img{
	vertical-align: middle;
	margin-right: 5px;
}
.habitacoes .lSSlideOuter .lSPager.lSpg{
	display: none;
}
.habitacoes {
	height: 100%;
}
.habitacoes .slide{
	min-height: 100vh;
	display: inline-block;
	text-align: center;
}
.habitacoes .slide .logo{
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.habitacoes .slide .logo img{
 	max-width: 150px;
	
}
.habitacoes .slide > h2{
	color: #747474;
	font-size: 24px;
	width: 100%;
	text-align: center;
}
.habitacoes .slide ul li {
	background: transparent no-repeat center center;
	background-size: cover;
	display: inline-block;
	width: auto;
	margin-right: 2%;
	height: auto;
}
.habitacoes .slide ul li:last-child{
	margin-right: 0;
}
.habitacoes .slide ul li a{
	background: #e2e5e7;
	padding: 10px 25px;
	text-transform: uppercase;
	color: #1e1e1e;
	font-size: 17px;	
	display: inline-block;
	transition: all .2s linear 0s;
}
.habitacoes .slide ul li a:hover{
	color: #fff;
	background: #1e1e1e;
}
.habitacoes .slide .entradas{
	margin: 60px 0;
}
.animation-element {
  position: relative;
  width: 30%;
  margin: 0% 1.33 2.66% 1.33%;
  float: left;
}
/*3 grid layout*/

.animation-element:nth-of-type(3n-2) {
  width: 31.5%;
  margin: 0% 1.375% 2.75% 0%;
  clear: left;
}

.animation-element:nth-of-type(3n-1) {
  width: 31.5%;
  margin: 0% 1.375% 2.75% 1.375%;
}

.animation-element:nth-of-type(3n-0) {
  width: 31.5%;
  margin: 0% 0% 2.75% 1.375%;
  clear: right;
}
/*bounce up animation for the subject*/

.bounce-up .titulo {
  opacity: 0;
  -moz-transition: all 700ms ease-out 1.5s;
  -webkit-transition: all 700ms ease-out 1.5s;
  -o-transition: all 700ms ease-out 1.5s;
  transition: all 700ms ease-out 1.5s;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  animation-delay: 1s;
}

.bounce-up.in-view .titulo {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}



section#fosforeira .renders{
	width: 100%;
	position: relative;
	height: auto;

}
.lSSlideOuter .lSPager.lSpg{
	display: none;
}

.renders .lSAction > a{
	width: 80px;
	height: 80px;
	margin-top: -40px;
	z-index: 9999;
	background: no-repeat 7px center rgba(255, 255,255,0.2);
	background-size: 80%;
	opacity: 1;
}
.renders .lSAction > a:hover{
	background-color: rgba(207, 79,49,0.8);
}
.renders .lSAction > a.lSPrev{
	left: 0;
	background-image: url(../images/prev.png);
}
.renders .lSAction > a.lSNext{
	right: 0;
	background-image: url(../images/next.png);
}
section#fosforeira .renders ul{
	font-size: 0;
	background: #cf4f31;
	transition: all .2s linear 0s;	
	width: auto;
/*	 overflow-x: auto;
	 white-space: nowrap;*/
}

section#fosforeira .renders ul:hover li span img{
	opacity: 0.4
}
section#fosforeira .renders ul li{
	width: 30%;
	display: inline-block;
	position: relative;
}
.habitacoes section#fosforeira .renders ul li{
	width: 25%;
}
section#fosforeira .renders ul li > img{
	opacity: 0;
}
section#fosforeira .renders ul li span{
	width: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	transition: all .2s linear 0s;	
	background: #cf4f31;
}
section#fosforeira .renders ul li:last-child span{
	right: 0;
	left: inherit;
}/*
section#fosforeira .renders ul li span:hover{
	width: 110%;
	left: -5%;
	opacity: 1;
	top: -5%;
	z-index: 4;
}
section#fosforeira .renders ul li:first-child span:hover{
	left: 0;
}
section#fosforeira .renders ul li:last-child span:hover{
	left: inherit;
	right: 0;
}*/
section#fosforeira .renders ul li span img{
	width: 100%;
	transition: all .2s linear 0s;	
}
section#fosforeira .renders ul li span:hover img{
	opacity: 1
}
section#fosforeira .fosforeira{
/*	background: url(../images/fosforeira.jpg) no-repeat center center;
*/	background-size: cover;
	position: relative;
	color: #fff;
}
section#fosforeira .fosforeira .content{
	margin-top: 0;
}
/*section#fosforeira .fosforeira .fundo{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(55, 53, 55, 0.9);
}
section#fosforeira .fosforeira .fundo ul{
	display: table;
	height: 100%;
	width: 100%;
}
section#fosforeira .fosforeira .fundo ul li{
	display: table-cell;
	height: 100%;
	background: url(../images/fundo.png) repeat left center;
	opacity: 0.3;
}
section#fosforeira .fosforeira .fundo ul li:nth-of-type(2){
	
	width: 800px;
	background:transparent;
}*/
section#fosforeira .fosforeira a {
	width: 48.5%;
	width: 50%;
	height: auto;
	display: inline-block;
	text-align: center;
	padding: 125px 0;
	/*margin: 1% 1% 1% 1%;*/

background: rgba(0,0,0,0.05);
	color: #373537;
	transition: all .2s linear;	
}
section#fosforeira .fosforeira a:first-child{
/*	margin-right: 0.5%;*/
background: rgba(0,0,0,0.08);
}
section#fosforeira .fosforeira a:last-child{
/*	margin-left: 0.5%;*/
}
section#fosforeira .fosforeira a:hover{
	background: #cf4f31;

}
section#fosforeira .fosforeira a .apartamentos{
	padding: 17px 30px;
	width: auto;
	position: relative;
	display: inline-block;
}
section#fosforeira .fosforeira a .apartamentos:before, section#fosforeira .fosforeira a .apartamentos:after{
	content: "";
	width: 28px;
	height: 28px;
	position: absolute;
	border-color: #cf4f31;
	color: #cf4f31;

}
section#fosforeira .fosforeira a .apartamentos:before{
	border-top:1px solid;
	border-left: 1px solid;
	position: absolute;
	left: 0;
	top: 0;	
}
section#fosforeira .fosforeira a .apartamentos:after{
	border-bottom:1px solid;
	border-right: 1px solid;
	position: absolute;
	right: 0;
	bottom: 0;
}

section#fosforeira .fosforeira a h2{
	color: #373537;
	font-size: 42px;
	line-height: 50px;
	text-transform: uppercase;
}
section#fosforeira .fosforeira a p{
	font-size: 23px;
	color: #cf4f31;
	line-height: 25px;
}
section#fosforeira .fosforeira a:hover h2, section#fosforeira .fosforeira a:hover p{
	color: #fff;
}
section#contactos{
	position: relative;
padding: 0;
}
section#contactos .mapa{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.6;
	transition: all .7s linear;
}
section#contactos.active .mapa{
	opacity: 1
}
section#contactos .mapa #map{
	height: 100%;
}
section#contactos .content{
	background: #fff;
	vertical-align: middle;
	margin-top: 50px;
	opacity: 1;
	transition: all .2s linear;
	
}
section#contactos .botao{
	left: 50%;
	position: absolute;
	bottom: 40px;
	margin-left:-70px;
	z-index: 99;
	background: #cf4f31;
	color: #fff;
	display: inline-block;
	width: 133px;
	height: 33px;
}
section#contactos .abrir, section#contactos .fechar{
	/*transition: all .2s linear;*/
	
	
	left: 0;
	top: 0;
	width: 100%;
	display: none;
	opacity: 0;
	cursor: pointer;
	position: absolute;
	margin: 0;
	padding: 5px 20px;
	display: inline-block;
	cursor: pointer;
	font-size: 17px;
	line-height: 23px;

}
 section#contactos .fechar{
 	opacity: 1;

}
section#contactos.active .abrir{
	opacity: 1;
}

section#contactos.active .content{
	opacity: 0;
}
section#contactos .content .text{
	margin-bottom: 55px;
}
section#contactos .content .text p{
	margin-bottom: 0;
}
section#contactos .content .text p a{
	color: #373537;
}

section#contactos .content .text h3{
	font-size: 20px;
}
section#contactos .content .text h4{
	font-weight: bold;
	margin-bottom: 10px;
}
section#contactos .content .text h3:nth-of-type(2){
	margin-top: 30px;

}
section#contactos .content .text span{
	margin-top: 50px;
	background: #cf4f31;
	color: #fff;
	padding: 5px 20px;
	display: inline-block;
	cursor: pointer;
}
main section#lojas .content .logo, .locais main section .content .logo, .tempos main section .content .logo{
	margin-top: 30px;
	display: none;
}
main section#lojas .content .logo img, .locais main section .content .logo img,  .tempos main section .content .logo img{
	max-width: 145px;
}
main section#lojas .content #tabs > ul > li{
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	display: inline-block;
	font-weight: 300;
	vertical-align: top;

}
main section#lojas .content #tabs > ul > li > a{
	color: #fff;
	padding: 10px 11px;
	display: inline-block;
}
main section#lojas .content #tabs ul li.ui-state-active a{
	color: #353335;
	cursor: pointer;
	font-weight: 500;
}
main section#lojas .content #tabs .conteudo{
	position: relative;
	height: auto;
	text-align: center;
	margin-top: 70px;
}
main section#lojas .content #tabs .conteudo > div{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
		transition: all .2s linear 0s;	
	
	background: no-repeat center top;
	background-size: cover;


}
main section#lojas .content #tabs .conteudo > div.someClass{
	cursor: url(../images/zoom_less.png), auto;
}
main section#lojas .content #tabs .conteudo > div .btn{
	cursor: url(../images/zoom.png), auto;
	text-indent: -9999px;
	float: right;
}
main section#lojas .content #tabs .conteudo > div#plantas{
	background: #cf4f31;
	margin-bottom: 70px;
	height: auto;
}
main section#lojas .content #tabs .conteudo > div#plantas .popup, main section#lojas .content #tabs .conteudo > div#estacionamento .popup{
	display: inline-block;
	position: relative;
	height: auto;
	/*background:#fff;*/
	padding: 0px 10px;
	width: auto;
	left: inherit;
	top: inherit;
}
main section#lojas .content #tabs .conteudo > div#estacionamento .popup{
	padding: 0px 10px 20px;
}
main section#lojas .content #tabs .conteudo > div#plantas .popup .imagem, main section#lojas .content #tabs .conteudo > div#estacionamento .popup .imagem{
	width: auto;
	max-width: 100%;
}
main section#lojas .content #tabs .conteudo > div#fraccao-B .btn{
	width: 28px;
	height: 51px;
	margin-top: 36px;
	margin-right: 305px;
}
main section#lojas .content #tabs .conteudo > div#fraccao-C .btn{
	width: 205px;
	height: 133px;
	margin-top: 36px;
	margin-right: 128px;

}
main section#lojas .content #tabs .conteudo > div#fraccao-D .btn{
	width: 183px;
	height: 79px;
	margin-top: 162px;
	margin-right: 128px;

}
main section#lojas .content #tabs .conteudo > div#fraccao-E .btn{
	width: 199px;
	height: 76px;
	margin-top: 236px;
	margin-right: 113px;
}
main section#lojas .content #tabs .conteudo > div#fraccao-F .btn{
	width: 237px;
	height: 140px;
	margin-top: 302px;
	margin-right: 96px;
}
main section#lojas .content #tabs .conteudo > div#fraccao-G .btn{
	width: 28px;
	height: 51px;
	margin-top: 3395px;
	margin-right: 305px;
}


main section#lojas .content #tabs .conteudo > div#fraccao-B .btn{
	width: 4%;
	height: 10%;
	margin-top: 5%;
	margin-right: 36%;
}
main section#lojas .content #tabs .conteudo > div#fraccao-C .btn {
    width: 30%;
    height: 28%;
    margin-top: 5%;
    margin-right: 11%;
}
main section#lojas .content #tabs .conteudo > div#fraccao-D .btn {
    width: 27%;
    height: 18%;
    margin-top: 23%;
    margin-right: 10%;
}
main section#lojas .content #tabs .conteudo > div#fraccao-E .btn {
    width: 29%;
    height: 17%;
    margin-top: 34%;
    margin-right: 8%;
	text-align: right;
	text-indent: 0px;
	display: inline-block;
	vertical-align: middle;

}
main section#lojas .content #tabs .conteudo > div#fraccao-F .btn {
    width: 34%;
    height: 29%;
    margin-top: 44%;
    margin-right: 6%;

	display: inline-block;
	vertical-align: middle;
	text-align: right;
	text-indent: 0px;
}
main section#lojas .content #tabs .conteudo > div .btn div{
	display: inline-block;
	vertical-align: middle;
	width: 98%;
	text-transform: uppercase;
	text-align: center;
	color: #373537;
	font-size: 20px;
}
main section#lojas .content #tabs .conteudo > div#fraccao-G .btn{
	width: 4%;
	height: 10%;
	margin-top: 58%;
	margin-right: 36%;
	text-align: right;
	text-indent: 0px;
}
main section#lojas .content #tabs .conteudo > div .popup{
	display: none;
	opacity: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	text-indent: 1px;
	top: 0;
	background: #cf4f31; 
}
main section#lojas .content #tabs .conteudo > div .popup .popup-close{
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
main section#lojas .content #tabs .conteudo > div .popup .popup-inner{
	font-size: 0;
}
main section#lojas .content #tabs .conteudo > div .popup .popup-inner .imagem, main section#lojas .content #tabs .conteudo > div .popup .popup-inner .text{
	display: inline-block;
	width: 68%;
	vertical-align: middle;
}
main section#lojas .content #tabs .conteudo > div .popup .popup-inner .text{
	text-align: left;
	width: 28%;
	margin:0;
	margin-left: 2%;
}
sup{
	font-size: 12px !important;
	vertical-align: top !important;
	margin-left: 1px !important;
	display: inline-table !important;
	margin-top: -5px !important;
}
main section#lojas .content #tabs .conteudo > div .popup .popup-inner .text h2{
	width: auto;
	padding: 17px 20px;
	text-transform: uppercase;
	font-size: 30px;
	color: #353335;
	position: relative;
	display: inline-block;

	font-weight: 500;
}
main section#lojas .content #tabs .conteudo > div .popup .popup-inner .text h2:before, main section#lojas .content #tabs .conteudo > div .popup .popup-inner .text h2:after{
	content: "";
	width: 28px;
	height: 28px;
	position: absolute;
	border-color: #353335;
	color: #353335;
}
main section#lojas .content #tabs .conteudo > div .popup .popup-inner .text h2:before{
	border-top: 1px solid;
	border-left: 1px solid;
	left: 0;
	top: 0;
}
main section#lojas .content #tabs .conteudo > div .popup .popup-inner .text h2:after{
	border-bottom: 1px solid;
	border-right: 1px solid;
	right: 0;
	bottom: 0;
}
main section#lojas .content #tabs .conteudo > div .popup .popup-inner .text h3{
	font-size: 30px;
	color: #fff;
	line-height: 40px;
	padding-left: 20px;
	margin: 30px 0;

}
main section#lojas .content #tabs .conteudo > div#fraccao-A{

	background-image: url(../images/fraccao-A.png) ;
}
main section#lojas .content #tabs .conteudo > div#fraccao-B{

	background-image: url(../images/fraccao-B.png) ;
}
/*main section#lojas .content #tabs .conteudo > div#fraccao-B:hover{

	background-image: url(../images/fraccao-B_hover.png) ;
}*/
main section#lojas .content #tabs .conteudo > div#fraccao-C{

	background-image: url(../images/fraccao-C.png) ;
}
/*main section#lojas .content #tabs .conteudo > div#fraccao-C:hover{

	background-image: url(../images/fraccao-C_hover.png) ;
}*/
main section#lojas .content #tabs .conteudo > div#fraccao-D{

	background-image: url(../images/fraccao-D.png) ;
}
/*main section#lojas .content #tabs .conteudo > div#fraccao-D:hover{

	background-image: url(../images/fraccao-D_hover.png) ;
}*/
main section#lojas .content #tabs .conteudo > div#fraccao-E{

	background-image: url(../images/fraccao-E.png) ;
}
/*main section#lojas .content #tabs .conteudo > div#fraccao-E:hover{

	background-image: url(../images/fraccao-E_hover.png) ;
}*/
main section#lojas .content #tabs .conteudo > div#fraccao-F{
	
	background-image: url(../images/fraccao-F.png) ;
}
/*main section#lojas .content #tabs .conteudo > div#fraccao-F:hover{

	background-image: url(../images/fraccao-F_hover.png) ;
}*/
main section#lojas .content #tabs .conteudo > div#fraccao-G{

	background-image: url(../images/fraccao-G.png) ;
}
/*main section#lojas .content #tabs .conteudo > div#fraccao-G:hover{

	background-image: url(../images/fraccao-G_hover.png) ;
}*/
main section#lojas .content #tabs .conteudo > div.planta{
	position: relative;
	left: inherit;
	height: auto;
	width: auto;
	top: inherit;

}
.locais main section .content #tabs .conteudo, .tempos main section .content #tabs{
	font-size: 0;
	padding-bottom: 100px;
}
.locais main section .content #tabs .conteudo > div{
	display: inline-block;
	width: 65%;
	vertical-align: top;
	text-align: right;
	position: relative;
}
.locais main section .content #tabs .conteudo > .legenda{
	width: 35%;
	text-align: left;
}
.locais main section .content #tabs .conteudo > .legenda ul li{
	width: 100%;
	font-size: 20px;
	color: #373537;
	text-align: left;
	font-weight: 300;
	margin: 5px 0;
}
.locais main section .content #tabs .conteudo > .legenda ul li a{
	color: #373537;
	display: inline-block;
	width: 100%;
	line-height: 30px;
}
.locais main section .content #tabs .conteudo > .legenda h3{
	width: auto;
	padding: 17px 20px;
	text-transform: uppercase;
	font-size: 28px;
	position: relative;
	display: inline-block;
	margin: 40px 0 25px;
	color: #353335;
}
.locais main section .content #tabs .conteudo > .legenda h3:before, .locais main section .content #tabs .conteudo > .legenda h3:after{

	content: "";
	width: 28px;
	height: 28px;
	position: absolute;
	border-color: #cf4f31;
	color: #cf4f31;
}
.locais main section .content #tabs .conteudo > .legenda h3:before{
	border-top: 1px solid;
	border-left: 1px solid;
	left: 0;
	top: 0;
}
.locais main section .content #tabs .conteudo > .legenda h3:after{
	border-bottom: 1px solid;
	border-right: 1px solid;
	right: 0;
	bottom: 0;
}
.locais main section .content #tabs .conteudo > .legenda .text{
	text-align: left;
	width: 100%;
	margin-bottom: 0;
}
.locais main section .content #tabs .conteudo > .legenda .text h4{
	font-weight: 300;
	text-transform: uppercase;
	color: #cf4f31;
	font-size: 20px;
}

.locais main section .content #tabs .conteudo > .legenda ul li:hover a{
	color: #cf4f31;
}
.locais main section .content #tabs .conteudo > .legenda ul li:last-child{
	margin-top: 20px;
	margin-left: 25px;

}
.locais main section .content #tabs .conteudo > .legenda ul li:last-child a{
	color: #cf4f31;

}
.locais main section .content #tabs .conteudo > .legenda ul li span{
	color: #cf4f31;
	margin-right: 10px;
}
.locais main section .content #tabs .conteudo > div .popup{
	display: none;
	position: absolute;
}
.locais main section .content #tabs .conteudo > div .popup.legenda_1{
	right: 156px;
	top: 181px;

}
.locais main section .content #tabs .conteudo > div .popup.legenda_2{
	right: 74px;
	top: 406px;
}
.locais main section .content #tabs .conteudo > div .popup.legenda_3{
	right: 160px;
	top: 289px;	
}
.locais main section .content #tabs .conteudo > div .popup.legenda_4{
	right: 181px;
	top: 265px;
}
.locais main section .content #tabs .conteudo > div .popup.legenda_5{
	right: 294px;
	top: 242px;
}
.locais main section .content #tabs .conteudo > div .popup.legenda_6{
right: 273px;
top: 159px;
}
.locais main section .content #tabs .conteudo > div .popup.legenda_7{
	right: 330px;
	top: 181px;	
}
.locais main section .content #tabs .conteudo > div .popup.legenda_8{
	right: 133px;
	top: 519px;	
}
.locais main section .content #tabs .conteudo > div .popup.legenda_9{
	right: 133px;
	top: 541px;	
}
.locais main section .content #tabs .conteudo > div .popup .popup-inner{
	background: #cf4f31;
	color: #fff;
	padding: 3px 6px;
	font-size: 10px;
}
.locais main section .content #tabs .conteudo > div .popup .info{
	background: #000;
	font-size: 50px;
	color: #fff;
	display: none;
}
.locais main section .content #tabs .conteudo > div .popup.legenda_10{
	right: 2px;
	top: 287px;
	padding: 157px;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	background: rgba(241,91,41,0.3);
}

.locais main section .content #tabs .conteudo > div .popup.legenda_10 img{
	width: 25px;
}
/*.locais main section .content #tabs .conteudo > div.planta .imagem {
	background: url(../images/map_hover.png) no-repeat right top;
	transition: all .2s linear 0s;	

}
.locais main section .content #tabs:hover .conteudo > div.planta .imagem {
	background: url(../images/map.png) no-repeat right top;
}
.locais main section .content #tabs .conteudo > div.planta .imagem img{
	opacity: 0;
}*/
.tempos table{
	text-align: center;
	width: 100%;

}
.tempos table tbody{
}
.tempos table tr th{
	width: 33.33%;
	vertical-align: middle;
	padding: 20px 0;
}
.tempos table tr td{
	font-size: 18px;
	color: #373537;
	text-align: center;
	width: 33.33%;
	padding: 20px 0;
	font-weight: 300;
	vertical-align: middle;
	margin: 10px 0;
	transition: all .2s linear;	
	border-top:1px solid  rgba(0,0,0,0.02);
}
.tempos table tr:hover td{
	background: rgba(0,0,0,0.04);
}
.tempos table tr td:nth-of-type(2){
	font-weight: 500;
	text-transform: uppercase;
}
.tempos table tr:hover td:nth-of-type(2){
	background: rgba(0,0,0,0.06);	
}
.scrollToTop{

	display: inline-block;
	position: fixed;
	bottom: 40px;
	right: 40px;
	padding: 13px 10px;
	background: rgba(55,53,55,0.4);
	z-index: 9999999;
	transition: all .2s linear;	
	-webkit-box-shadow: -2px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: -2px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: -2px 2px 3px 0px rgba(0,0,0,0.2);
}
.scrollToTop:hover{
	background: rgba(55,53,55,0.9);

}
section.pedido{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #000;
	position: fixed;
	right: 30px;
	bottom: 30px;
	min-height: 0;
	z-index: 99999;}
section.pedido a{
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 6px;


}
.formulario{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	display: none;
	left: 0;
	z-index: 9999999999;
	background: rgba(0,0,0,0.9);
	text-align: center;
}
.formulario .popup-inner{
	max-width: 500px;
	display: inline-block;
	vertical-align: middle;
}
.formulario .popup-inner form{
	position: relative;
	z-index: 9999;
}
.formulario .popup-inner form h2{
	color: #fff;
}
.formulario .popup-inner form h2:before, .formulario .popup-inner form h2:after{
	border-color: #fff;
	content: "";
}
.formulario .popup-inner form h2:before{
	border-top:1px solid #cf4f31;
	border-left: 1px solid #cf4f31;

	left: 0;
	top: 0;
}
.formulario .popup-inner form h2:after{
	border-bottom:1px solid #cf4f31;
	border-right: 1px solid #cf4f31;

	right: 0;
	bottom: 0;
}
.formulario.popup .popup-close{
	width: auto;
	height: auto;
	right: 30px;
	top: 30px;
	display: inline-block;
	left: inherit;
}
.formulario .popup-inner textarea{
	resize: none;
	max-height: 150px;
}
.formulario .popup-inner input[type="submit"]{
	width: 100%;
	background: #cf4f31;
	margin: 10px 0;
}

#popUpDiv{
	position: fixed;
	background: rgba(255,255,255,0.9);
	text-align: center;
	color: #db001b;
	vertical-align: middle;
	top: 0;
	z-index: 9999;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
}
#popUpDiv .text{
	display: inline-block;
	vertical-align: middle;
	width: auto;
padding: 17px 20px;
text-transform: uppercase;
font-size: 38px;
position: relative;
display: inline-block;
margin: 55px 0;
color: #373537;
}
#popUpDiv .text:before, #popUpDiv .text:after{
	content: "";
width: 28px;
height: 28px;
position: absolute;
}
#popUpDiv .text:before{
	border-color: #cf4f31;
	color: #cf4f31;
	border-top: 1px solid;
	border-left: 1px solid;
	left: 0;
	top: 0;
}
#popUpDiv .text:after{
	border-color: #cf4f31;
	color: #cf4f31;
	border-right: 1px solid;
	border-bottom: 1px solid;
	right: 0;
	bottom: 0;
}
.popup-close1 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.mensagem{
	display: none;
}
/* POPUP */
/* Outer */
/*.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    overflow: auto;
    left:0px;
    background:rgba(57,57,57,0.8);
    z-index: 99999999;
    text-align: center;
}*/
.popup .popupOverlay{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
}
/* Inner */
/*.popup-inner {
    width: 80%;
	max-width: 80%;
    height: auto;
	padding: 30px 30px;   
	position: relative; 
	vertical-align: middle;
	z-index: 1;

   background: #fff;
	 margin: 50px 0;
    font-size: 0;
    display: inline-block;
    box-sizing: border-box;



}*/
.popup-inner .imagem{
	max-height: 100%;
}
.popup .popup-close{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
section .popup-inner img{
	max-height: 100%;
}
section .popup-inner .text{
	vertical-align: middle;
	display: inline-block;
	height: auto;
	margin-bottom: 0;
	margin-top: 40px;
	width: 100%;

}
.popup-inner input, .popup-inner textarea{
	width: 100%;
	margin: 10px 0;
	padding: 10px;
	border:0;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	text-align: center;
}


.popup-inner  input[type="submit"]{
	width: 60%;
	background: transparent;
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	margin:0;
	cursor: pointer;


}
/*.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 ul li{
	min-height: inherit;
	margin: 0;
}
footer{
	background: #373537;
	font-size: 15px;
	text-align: center;
	padding: 10px 0;
	color:#fff;
}
footer a{
	color: #fff;
	text-decoration: none;
}
@media only screen and (max-width: 1235px){
	.slide #bx-pager a{
		margin-left: 0;
	}
}
@media only screen and (max-width: 860px){
	section#fosforeira .renders ul{
		font-size: 0;
		background: #cf4f31;
		transition: all .2s linear 0s;	
		width: 100%;
		 overflow-x: hidden;

	}
	main section#lojas .content #tabs .conteudo > div{
		background-size: cover;
	}
		
	main section#lojas .content #tabs .conteudo > div#fraccao-B .btn{
		width: 4%;
		height: 10%;
		margin-top: 5%;
		margin-right: 36%;
	}
	main section#lojas .content #tabs .conteudo > div#fraccao-C .btn {
	    width: 30%;
	    height: 28%;
	    margin-top: 5%;
	    margin-right: 11%;
	}
	main section#lojas .content #tabs .conteudo > div#fraccao-D .btn {
	    width: 27%;
	    height: 18%;
	    margin-top: 23%;
	    margin-right: 10%;
	}
	main section#lojas .content #tabs .conteudo > div#fraccao-E .btn {
	    width: 29%;
	    height: 17%;
	    margin-top: 34%;
	    margin-right: 8%;
	}
	main section#lojas .content #tabs .conteudo > div#fraccao-F .btn {
	    width: 34%;
	    height: 29%;
	    margin-top: 44%;
	    margin-right: 6%;
	}
	main section#lojas .content #tabs .conteudo > div#fraccao-G .btn{
		width: 4%;
		height: 10%;
		margin-top: 58%;
		margin-right: 36%;
	}
	main section#lojas .content #tabs .conteudo > div .popup{
		height: auto;
	}
	main section#lojas .content #tabs .conteudo > div .popup .popup-inner .imagem{
		width: 100%;
	}
	main section#lojas .content #tabs .conteudo > div .popup .popup-inner .text{
		width: 100%;
		text-align: center;
		padding: 20px 0;
	}
	.slide{
		min-height: inherit;
		max-height: inherit;
	}
	.slide .bx-wrapper{
		width: 100%;
	}
	.slide #bx-pager{
		width: 100%;
		position: relative;
		height: auto;
		top: inherit;
		left: inherit;
	}
	.slide #bx-pager .botoes{
		position: relative;
		display: inline-block;
		bottom: inherit;
		left: inherit;
		text-align: center;
		vertical-align: middle;
		height: auto;
		width: 100%;
	}
	.slide #bx-pager a h2 .mobile{
		display: none;
	}
	.slide #bx-pager .logo{
		vertical-align: middle;
		margin: 0;
		width: 100%;
		margin-bottom: 20px;
		max-width: inherit;
	}
	.slide #bx-pager .logo img{
		width: 130px;
	}
	.slide #bx-pager a{
		display: inline-block;
		width: 100%;
		max-width: 200px;
		margin-bottom: 0;
		margin-left: 30px;
		margin-right: 15px;
	}
	.slide #bx-pager a:last-child{
		margin-right: 0;
	}
	.slide .bx-wrapper .bx-viewport ul li{
		height: auto !important;
	}
	.slide .bx-wrapper img{
		height: auto;
	}
	.slide #bx-pager a h2{

	}
	.slide #bx-pager a h2{
		font-size: 23px;
	}
	.slide #bx-pager .logo{
		width: 100%;
	}
	.slide #bx-pager a span{
		font-size: 17px;
	}
	.content{
		padding: 0 5%;
	}
	.slide #bx-pager a{
		margin-left: 15px;
	}
	.slide #bx-pager a:nth-of-type(1){
		margin-left: 0;
	}
	.slide #bx-pager .logo{
		margin-bottom: 30px;
	}
	section#fosforeira .renders ul li{
		width: 50%;
	}
	
}
@media only screen and (max-width: 635px){
	.locais main section .content #tabs .conteudo > .legenda{
		width: 100%;
	}
	.locais main section .content #tabs .conteudo > .legenda ul li{
		display: inline-block;
		width: 33.33%;
		
	}
	.locais main section .content #tabs .conteudo > .legenda ul li:last-child{
		width: 100%;
		margin-left: 0;
	}
	
	.locais main section .content #tabs .conteudo > div{
		width: 100%;
	}
}
@media only screen and (max-width: 480px){
	.slide #bx-pager a span{
		display: none;
	}
	.locais main section .content #tabs .conteudo > .legenda ul li{

		width: 50%;
		vertical-align: top;
		
	}
	section#espinho article{
		width: 100%;
		height: 300px;
	}
	header ul li a{
		padding: 15px 10px;
	}
	section#fosforeira .fosforeira a{
		padding: 5%;
	}
	section#fosforeira .fosforeira a .apartamentos{
		width: 100%;
	}
	section#fosforeira .fosforeira a h2{
		font-size: 30px;
	}
	.slide #bx-pager .logo{
		margin-bottom: 20px;
		position: absolute;
		top: -200px;
		display: none;
	}
	.slide #bx-pager{
		z-index: 999999;
		padding-top: 0;
	}
	.slide #bx-pager a{
		margin-left: 0;
		width: 170px;
		text-align: center;
		margin: 0;
	}
	.slide > .logo{
		display: inline-block;
		position: relative;
		width: 100%;
		height: auto;
		padding: 20px 0 40px;
		top: 0;
		left: 0;
		z-index: 9999;
		text-align: center;
		font-size: 0;
	}
	.slide > .logo img{
		vertical-align: top;
		display: inline-block;
		max-width: 120px;
		
	}
	.slide{
		display: inline-block;
	}
	section#fosforeira .renders ul li{
		width: 100%;
	}
	section#fosforeira .fosforeira a{
		width: 100%;
	}
	.scrollToTop{
		right: 5%;
		bottom: 5%;
	}
	section#contactos{
		min-height: auto;
		font-size: 0;
		text-align: center;
	}
	section#contactos .botao{

		bottom: 5px;

	}

	section#contactos .content{
		display: inline-block;
		vertical-align: top;
		width: 100%;
		margin-bottom: 50px;
	}
	.slide{
		background: #353335;
	}
	.slide .bx-wrapper{
		opacity: 0;
		display: none;
	}
	.slide .bx-wrapper ul li .info{
		display: none;
	}
	.bounce-up.in-view .titulo{
		-moz-transition: all 700ms ease-out 0.5s;
		-webkit-transition: all 700ms ease-out 0.5s;
		-o-transition: all 700ms ease-out 0.5s;
		transition: all 700ms ease-out 0.5s;
	}
	section#contactos{
		min-height: 530px;
	}
	section#fosforeira .renders ul li:first-child span:hover{
		left: -5%;
	}
	section#fosforeira .renders ul li:last-child span{
		right: inherit;
		left: 0;
	}
	section#fosforeira .renders ul li:last-child span:hover{
		left: -5%;
		right: inherit;
	}

	.slide #bx-pager a h2 .mobile{
		display: none;
	}
	section .content .text p{
		display: none;
	}
	section .content .text p:first-child, section .content .text p:first-child{
		display: inline-block;
	}
	section .content .text p.hidden{

	}
	section .content .text p.video{
		display: inline-block !important;
	}
	section#contactos .content .text p{
		display: inline-block;
	}
	section .content .text span.lermais{
		display: inline-block;
		color: #cf4f31;
		padding: 10px 15px;
		text-align: center;
		font-size: 30px;
		position: relative;
		font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
		font-weight: 300;
	}
	section .content .text span.lermenos{
		color: #fff;
	}
	section .content .text span.lermenos:after{
		width: 100%;
		content: "-";
		position: absolute;
		left: 0;
		top:10px;
		color: #cf4f31;	
		font-size: 40px;

	}
	section#pisos .tabs .conteudo > div > ul > li{
		width: 100%;
	}
	article#estereo, article#acabamentos{
		width: 100%;
		display: inline-block;
	}
	section#pisos .tabs .conteudo > div > ul {
		font-size: 0;
	}
	section#pisos .tabs .conteudo > div > ul > li{
		opacity: 0;
		-ms-transform: scale(0.1,0.1);
		-webkit-transform: scale(0.1, 0.1);
		transform: scale(0.1, 0.1);
		
	}
	section#pisos .tabs .conteudo > div > ul > li.active {
	    opacity: 1;
	    -ms-transform: scale(1,1);
	    -webkit-transform: scale(1, 1);
	    transform: scale(1, 1);
	   
	}
	article#estereo h2:nth-of-type(2){
		font-size: 26px;
	}
	section#pisos .tabs > ul > li{
		width: 100%;
	}
	article#estereo .text, article#acabamentos .text{
		column-count: 1;
	}
	section#pisos .tabs > ul > li, section#pisos .tabs .conteudo > div{
		width: 100%;
		margin-right: 0;
	}
	section#pisos .tabs > ul{
		display: none;
	}
	section#pisos .tabs > ul.mobile{
	display: inline-block;
	}
	section#pisos .tabs > ul > li{
		padding: 0;
		margin-bottom: 10px;
		font-size: 22px;
	}
	section#pisos .tabs > ul > li a{
		padding: 10px 20px;
	}


}
@media only screen and (max-width: 415px){
	.locais main section .content #tabs .conteudo > div .popup.legenda_1{
		right: 42%;
		top: 26%;
	}
	.locais main section .content #tabs .conteudo > div .popup.legenda_2{
		right: 20%;
		top: 61%;
	}
	.locais main section .content #tabs .conteudo > div .popup.legenda_3{
		right: 43%;
		top: 42%;
	}
	.locais main section .content #tabs .conteudo > div .popup.legenda_4{
		right: 49%;
		top: 39%;
	}
	.locais main section .content #tabs .conteudo > div .popup.legenda_5{
		right: 79%;
		top: 35%;
	}
	.locais main section .content #tabs .conteudo > div .popup.legenda_6{
		right: 73%;
		top: 26%;
	}
	.locais main section .content #tabs .conteudo > div .popup.legenda_7{
		right: 90%;
		top: 26%;
	}
	.locais main section .content #tabs .conteudo > div .popup.legenda_8{
		right: 36%;
		top: 77%;
	}
	.locais main section .content #tabs .conteudo > div .popup.legenda_9{
		right: 36%;
		top: 81%;
	}
	.locais main section .content #tabs .conteudo > div .popup.legenda_10{
		right: -1%;
		top: 43%;
		padding: 44%;
	}




}
@media only screen 
and (min-device-width : 1024px)  
and (orientation : landscape) { 

}
@media only screen 
and (min-device-width : 0px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
	.slide #bx-pager a {
		margin-left: 0px;
		text-align: center;
	}
	.slide #bx-pager a:first-child{
		margin-right: 20px;
	}
	.slide #bx-pager a:nth-of-type(1){
		margin-left: 0;
	}
	.slide #bx-pager .logo{
		margin-bottom: 30px;
	}
	.slide .bx-wrapper{
		width: 100%;
	}
	section#contactos{
		min-height: 600px;
	}
	.slide #bx-pager a h2 .mobile{
		display: none;
	}
	.slide #bx-pager{
		position: relative;
		width: 100%;
	}
	.slide #bx-pager .botoes{
		width: 100%;
		position: relative;
		bottom: inherit;
		text-align: center;
	}
	.slide #bx-pager a{
		max-width: 200px;
	}
}
@media only screen 
and (min-device-width : 0px) 
and (max-device-width : 840px) 
and (orientation : landscape) { 
	.slide #bx-pager a {
		margin-left: 0px;
		text-align: center;
		max-width: 200px;
	}
	.slide .bx-wrapper{
		display: none;
	}
}
@media only screen 
and (min-device-width : 0px) 
and (max-device-width : 480px) 
and (orientation : landscape) { 
	
	.slide .bx-wrapper{
		display: none;
	}
	
	.slide #bx-pager a h2 .mobile{
		display: none;
	}
	section#contactos{
		min-height: 600px;
	}

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