* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
	overflow: hidden;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-family: "Open Sans", sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.label {
	background-image: url(../images/label_txt.png);
	height: 183px;
	width: 323px;
	position: absolute;
	left: 0px;
	top: 350px;
}
#coluna {
	position: fixed;
	left: 0px;
	padding-top: 10px;
	z-index: 9999;
	top: 120px;
}
a#abreu {
	background-image: url(../images/abreu.png);
	background-position: left top;
	height: 84px;
	width: 187px;
	display: block;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 9999;
}
a#tap {
background-image: url(../images/tap_logo.png);
background-position: left top;
height: 97px;
width: 109px;
display: block;
position: fixed;
right: 207px;
top: 0px;
background-repeat: no-repeat;
}
#logo_amesterdao {
	background-image: url(../images/amesterdao.png);
	background-position: left 7px;
	height: 70px;
	width: 466px;
	display: block;
	position: absolute;
	left: 247px;
	top: 8px;
	background-repeat: no-repeat;
}
#logo_barcelona {
	background-image: url(../images/barcelona.png);
	background-position: left 15px;
	height: 70px;
	width: 466px;
	display: block;
	position: absolute;
	left: 247px;
	top: 8px;
	background-repeat: no-repeat;
}
#logo_berlim {
	background-image: url(../images/berlim.png);
	background-position: left 15px;
	height: 70px;
	width: 466px;
	display: block;
	position: absolute;
	left: 247px;
	top: 8px;
	background-repeat: no-repeat;
}
#logo_budapeste {
	background-image: url(../images/budapeste.png);
	background-position: left 15px;
	height: 70px;
	width: 466px;
	display: block;
	position: absolute;
	left: 247px;
	top: 8px;
	background-repeat: no-repeat;
}
#logo_londres {
	background-image: url(../images/londres.png);
	background-position: left 15px;
	height: 70px;
	width: 466px;
	display: block;
	position: absolute;
	left: 247px;
	top: 8px;
	background-repeat: no-repeat;
}
#logo_madrid {
	background-image: url(../images/madrid.png);
    background-position: left 15px;
	height: 70px;
	width: 466px;
	display: block;
	position: absolute;
	left: 247px;
	top: 8px;
	background-repeat: no-repeat;
}

#logo_paris {
	background-image: url(../images/paris.png);
	background-position: left 15px;
	height: 70px;
	width: 466px;
	display: block;
	position: absolute;
	left: 247px;
	top: 8px;
	background-repeat: no-repeat;
}

#logo_praga {
	background-image: url(../images/praga.png);
	background-position: left 15px;
	height: 70px;
	width: 466px;
	display: block;
	position: absolute;
	left: 247px;
	top: 8px;
	background-repeat: no-repeat;
}

#logo_roma {
	background-image: url(../images/roma.png);
	background-position: left 15px;
	height: 70px;
	width: 466px;
	display: block;
	position: absolute;
	left: 247px;
	top: 8px;
	background-repeat: no-repeat;
}

#logo_veneza {
	background-image: url(../images/veneza.png);
	background-position: left 15px;
	height: 70px;
	width: 466px;
	display: block;
	position: absolute;
	left: 247px;
	top: 8px;
	background-repeat: no-repeat;
}
a.back {
	background-image: url(../images/back.png);
	background-position: left top;
	height: 35px;
	width: 35px;
	display: block;
	position: absolute;
	left: 198px;
	top: 28px;
}
a.back:hover {
	opacity:0.8;
	background-image: url(../images/backhover.png);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#setas {
height: 43px;
width: 120px;
position: fixed;
z-index: 9999;
top: 27px;
right: 322px;
display: block;
}
ul#setas li {
	float: left;
	text-decoration: none;
	text-indent: -9999px;
	list-style-type: none;
}
ul#setas li a#prev {
	background-image: url(../images/prev.png);
	height: 39px;
	width: 39px;
	border: 1px solid #FFFFFF;
	display: block;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: left top;
}
ul#setas li a#next {
	background-image: url(../images/next.png);
	height: 39px;
	width: 39px;
	display: block;
	border: 1px solid #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
}
ul#setas li a#prev:hover, ul#setas li a#next:hover {
	background-position: bottom;
}
a#capa {
	height: 317px;
	width: 395px;
	margin-top: -153px;
	margin-left: -199px;
	position: absolute;
	left: 50%;
	top: 50%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/capa.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.000, 0.580, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.000, 0.000, 0.580, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.000, 0.000, 0.580, 1.000); 
        transition: all 500ms cubic-bezier(0.000, 0.000, 0.580, 1.000); /* ease-out */
}

a#capa:hover {
	opacity:0.9;
}
.botHome {
	height: 88px;
	width: 397px;
	background-image: url(../images/index_info.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	-webkit-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-o-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */
}


ul#social {
	width: 150px;
	list-style-type: none;
	position: fixed;
	right: 40px;
	top: 27px;
	height: 40px;
	z-index: 999;
}
ul#social li {
	float: left;
	height: 38px;
	width: 30px;
}
.fb {
	background-image: url(../images/social.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-indent: -9999px;
	height: 38px;
	width: 30px;
}
.fb:hover {
	opacity:0.8;
}
.tw {
	background-image: url(../images/social.png);
	background-repeat: no-repeat;
	background-position: -60px 0;
	display: block;
	text-indent: -9999px;
	height: 38px;
	width: 30px;
}
.tw:hover {
	opacity:0.8;
}
.wp {
	background-image: url(../images/social.png);
	background-repeat: no-repeat;
	background-position: -123px 0;
	display: block;
	text-indent: -9999px;
	height: 38px;
	width: 30px;
}
.wp:hover {
	opacity:0.8;
}
.yt {
	background-image: url(../images/social.png);
	background-repeat: no-repeat;
	background-position: -26px 0px;
	height: 38px;
	width: 30px;
	display: block;
	text-indent: -9999px;
}
.yt:hover {
	opacity:0.8;
}
.gg {
	background-image: url(../images/social.png);
	background-repeat: no-repeat;
	background-position: -94px 0px;
	height: 38px;
	width: 30px;
	display: block;
	text-indent: -9999px;
}
.gg:hover {
	opacity:0.8;
}
ul#menu {
	list-style-type: none;
}
ul#menu li {
}
ul#menu li h3 {
	font-size: 12px;
	color: #FFFFFF;
	font-family: 'abraham_lincolnregular', serif;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 20px;
}
ul#menu li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-bottom: 4px;
	padding-left: 15px;
	padding-top: 4px;
	padding-right: 15px;
	clear: both;
	height: 24px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: transparent;
	-webkit-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-o-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */
}
ul#menu a h1 {
	font-family: 'abraham_lincolnregular', serif;
	color:#ffffff;
	text-transform: capitalize;
	font-size: 24px;
	float: left;
	margin-right: 15px;
}
ul#menu a h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	color:#ffffff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
	line-height: normal;
	float: left;
	display: none;
}
ul#menu li a:hover, ul#menu li a.active {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #dc82d3;
}
ul#menu li a.eua_hover {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: transparent;
}
ul#menu li a.eua_hover:hover, ul#menu li a.eua_hover_active {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #9E419D;
}
.alvara {
	color: #CCC;
	padding-left: 53px;
	font-size: 9px;
	padding-top: 30px;
	width: 300px;
}
a.expand {
	color: #FFFFFF;
	height: 30px;
	text-decoration: none;
	background-image: url(../images/expande.png);
	background-repeat: no-repeat;
	background-position: center 6px;
	width: 100%;
	text-indent: -9999px;
	display: block;
	float: left;
}
a.expand:hover {
opacity:1;
}

.container {
	position: absolute;
	top:120px;
	right:35px;
	width:406px;
	}




.product  {
	width: 376px;
	margin-bottom: 10px;
	background-image: url(../images/bg.png);
	padding: 15px;
	margin-bottom: 20px;
	position: relative;
	display: block;
}
.product  .conteudo {
	width: 70%;
	float: left;
}
.product  .partidas {
	color: #FFFFFF;
	font-size: 20px;
	text-transform: uppercase;
	display: block;
	font-weight: 700;
	line-height: 20px;
	font-family: 'Open Sans Condensed', sans-serif;
}
.product  .noites {
	color: #FFFFFF;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	font-weight: 400;
	font-family: 'Open Sans Condensed', sans-serif;
}
.product  .box-preco {
	float: left;
	width: 30%;
	color: #FFFFFF;
	text-agn: right;
	position: relative;
	margin-bottom: 12px;
}
.product  .box-preco .desde {
	float: left;
	width: 47px;
	font-size: 11px;
	text-align: right;
}
.product  .box-preco .euro {
	width: 47px;
	position: absolute;
	left: 0px;
	top: 25px;
	text-align: right;
	padding-right: 10px;
}
.product  .box-preco .preco {
	font-size: 40px;
	font-weight: 700;
	height: 50px;
	text-align: right;
	font-family: 'Open Sans Condensed', sans-serif;
}
.product  .box-preco .pessoa {
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
	text-align: right;
}
.product  .bots {
	display: block;
	height: 60px;
	ne-height: 29px;
	clear: both;
}
.product  .box-info {
	color: #FFFFFF;
	margin-top: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	padding-bottom: 50px;
}
.section .container .product .box-info p {
	float: left;
	width: 280px;
}
.product .box-info a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: 700;
	text-transform: uppercase;
}


a.info {
	background-image: url(../images/info.png);
	background-position: left top;
	height: 29px;
	width: 76px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	-webkit-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-o-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */
	display: block;
	float: right;
	margin: 10px;
}

a.reserve {
	background-image: url(../images/reserve.png);
	background-position: left top;
	height: 29px;
	width: 140px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	-webkit-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-o-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */
	display: block;
	float: right;
}
.seta {
	position: absolute;
	left: 0px;
	bottom: -18px;
	background-image: url(../images/seta.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 406px;
	height: 18px;
	text-align: center;
	display: block;
}
/*.box {
	padding: 20px;
	width: 436px;
	position: absolute;
	bottom: 87px;
	color: #FFF;
	background-image: url(../images/bgTransparente.png);
	z-index: 9999;
	left: 353px;
}
.box p {
	font-size: 12px;
}
.preco {
	width: 144px;
	text-align: right;
	background-image: url(../images/bgTransparente.png);
	color: #FFFFFF;
	height: 54px;
	position: absolute;
	right: 148px;
	bottom: 87px;
	z-index: 9999;
	padding-top: 5px;
	padding-right: 23px;
	padding-bottom: 20px;
	padding-left: 23px;
}
.preco h3 {
	font-size: 44px;
	font-family: 'abraham_lincolnregular', serif;
	text-align: right;
	line-height: 24px;
	margin-top: 10px;
}
.preco .desde {
	text-align: left !important;
}
.preco h3 span {
	font-size: 27px;
}
.preco small {
	font-size: 10px;
}
.box small {
	font-size: 10px;
}*/
.condicoes {
	position: fixed;
	bottom: 10px;
	z-index: 10000;
	font-size: 9px;
	right: 53px;
	color: #FFF;
}
#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 999;
	background-color: #FFFFFF;
	height: 87px;
	width: 100%;
	background-position: left top;
	background-repeat: no-repeat;
}
#footer .footer-container {
	position: relative;
}
#footer .footer-container .marcas {
	height: 88px;
	width: 399px;
	background-image: url(../images/footer.jpg);
	background-position: left top;
	position: absolute;
	left: 0px;
	top: 0px;
}
#footer img {
	float: left;
}
#footer .footer-container p {
	font-size:11px;
	color:#666666;
	padding-top: 15px;
	padding-bottom: 10px;
	float: left;
	width: 50%;
	position: absolute;
	left: 400px;
	top: 10px;
}
#footer .footer-container .abreudireto {
	background-image: url(../images/loja_online_contato.jpg);
	background-position: left top;
	display: block;
	height: 87px;
	width: 193px;
	float: right;
	position: absolute;
	top: auto;
	right: 10px;
}
/*SCROLL*/

.section {
	position: relative;
	width: 100%;
	height: 100%;
}
.section h1 {
	font-family: 'abraham_lincolnregular', serif;
	font-size: 50px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}
.section h2 {
	font-family: 'abraham_lincolnregular', serif;
	font-size: 27px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ac7cab;
	padding-bottom: 20px;
	text-transform: capitalize;
}
.credito {
	color: #3CF;
	padding: 5px;
	font-size: 14px;
}

.caracter {
	font-family: 'onyxregular', sans-serif;
	font-weight: normal;
}
a.info:hover, a.reserve:hover {
	padding-right:2px;
}

/* FONTES */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);



@font-face {
	font-family: 'onyxregular';
	src: url('../fonts/onyx-webfont.eot');
	src: url('../fonts/onyx-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/onyx-webfont.woff') format('woff'),  url('../fonts/onyx-webfont.ttf') format('truetype'),  url('../fonts/onyx-webfont.svg#onyxregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'abraham_lincolnregular';
	src: url('../fonts/abrahamlincoln-webfont.eot');
	src: url('../fonts/abrahamlincoln-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/abrahamlincoln-webfont.woff') format('woff'),  url('../fonts/abrahamlincoln-webfont.ttf') format('truetype'),  url('../fonts/abrahamlincoln-webfont.svg#abraham_lincolnregular') format('svg');
	font-weight: normal;
	font-style: normal;
}


 @media only screen and (max-width: 1300px) {
	 .label {
	left: 50%;
margin-left: -162px;
top: 70%;
		 }
	 }
 
 
 @media only screen and (max-width: 1024px) {
#capa {
	top:35%;
}

ul#setas {

	display: none;
}

#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 999;
	background-color: rgb(255, 255, 255);
	height: 85px;
	width: 100%;
	background-position: left top;
	background-repeat: no-repeat;
}


#footer img {
	float: left;
}
#footer .footer-container p {
	font-size: 9px;
	text-shadow: 0px 0px 1px rgba(51, 51, 51, 0.5);
	color: rgb(102, 102, 102);
	padding-top: 15px;
	padding-bottom: 10px;
	float: left;
	position: absolute;
	top: 69px;
	left: 20px;
	width: 95%;
}
#footer .abreudireto {
	background-image: url(../images/loja_online_contato.jpg);
	background-position: left top;
	display: block;
	height: 87px;
	width: 193px;
	float: right;
}

.wrapper {
	margin: 0 auto; /* This centers the grid. Remove this line to place the grid on the left of the page. */
	text-align: left;
	max-width: 1920px;
}

/*
* html .wrapper {
	height: 0%;
	overflow: hidden;
	display: block;
	width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) > 252 ? "1920px" :  "auto");
}

* html .inner-wrapper { /* Clearing nicely for IE6. */ /*
	width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) > 232 ? "1920px" :  "auto");
}
*/



.one-col, .two-col, .three-col, .four-col {
	width: 24.6%;
	background:#ffffff;
	color: #ffffff;
	clear: none;
	display: inline;
	float: left;
	margin-bottom: 0%;
	margin-right:0.34%;
	overflow:hidden;
	padding: 0;
	position: relative;
}



.img-list {
	display: inline-block;
	color:rgba(255,255,255,.85);
	text-align: center;
    vertical-align: middle;
	-webkit-margin-before: 0%;
	-webkit-margin-after: 0%;
	-webkit-margin-start: 0%;
	-webkit-margin-end: 0%;
	-webkit-padding-start: 0%;
	
}



.img-list li {
	display: inline-block;
	position: relative;
	background: rgba(255,255,255,0.5);
	color: white;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}



.img-list li:hover {
	display: inline-block;
	background: rgba(255,255,255,0.5);
	color: white;
	cursor: pointer;
	opacity: 0.65;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}

}


 @media only screen and (max-width: 869px) {
	 ul#social { display: none;}
	 
	 a#tap {
right: 34px;
top: 0px;
}
	 }
	 
 @media only screen and (max-width: 768px) {
#capa {
	top:20%;
}

ul#social { display: none;}

}

 @media only screen and (max-height: 800px) {
.container {
top: 87px;
}

a#tap {
height: 74px;
}

.product .partidas {
font-size: 15px;
line-height: 20px;
}

.product .noites {
color: #FFFFFF;
font-size: 15px;
text-transform: uppercase;
display: block;
font-weight: 400;
}

.product .box-preco .preco {
font-size: 30px;
height: 35px;
}

.product .box-info {
margin-top: 10px;
font-family: 'Open Sans', sans-serif;
font-size: 11px;
padding-bottom: 30px;
}

.product .box-preco .pessoa {
font-size: 10px;
}

.product .box-preco .euro {
top: 16px;
}
 }
