/* HEADER 2014.2 */
/* ---- Library ---- */
.central{
	width: 960px;
	margin: 0 auto;
}
#topo{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 12;
}
.highlight-page, .highlight-page-busca{
	background: rgba(255, 255, 255, 0.5);
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 12;
}
.text-right{text-align: right;}
.bt-laranja{
	background: #f60;
	box-shadow: 0 10px 10px #ff973a inset;
	border: 1px solid #ff9f00;
	border-radius: 6px;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px #666;
	transition: 0.5s;
}
.bt-laranja:hover, #topo #buscar:hover .bt-laranja{
	background: #ff973a;
	box-shadow: 0 10px 10px #f60 inset;
	transition: 0.5s;
}
.link{color: #666;}
.link:hover{text-decoration: underline;}

/* TOPO AZUL */
#bg-header{
	background: #003966;
	height: 108px;
	width: 100%;
}
#logo, #busca, #login-ajuda, #login-ajuda .itens-login-ajuda, #apps-mobile ul, #apps-mobile ul li{float: left;}
#logo p{
	position: absolute;
	text-indent: -9999px;
}
#logo .logo-branca{
	background: url(../images/header-2014-2/logo-branca.png) no-repeat;
	display: block;
	height: 52px;
	margin: 28px 0;
	width: 258px;
}
#login-ajuda{
	float: right;
	margin-top: 19px;
}
#login-ajuda .itens-login-ajuda{
	margin-right: 0;
}
.user-facebook-picture{
	border-radius: 100%;
	height: 33px;
	width: 33px;
}
/* POPOVER */
#login-ajuda .itens-login-ajuda{
	background: transparent;
	box-shadow: 0 0 5px transparent;
	border-radius: 6px 6px 0 0;
	height: 65px;
	padding: 12px 0;
	position: relative;
	-webkit-transition: background 0.3s ease;
	 -moz-transition: background 0.3s ease;
	  -ms-transition: background 0.3s ease;
	   -o-transition: background 0.3s ease;
		  transition: background 0.3s ease;
	text-align: center;
	width: 70px;
}
#login-ajuda li.ativo-popover{
	background: #fff;
	box-shadow: 0 0 5px #999;
	position: relative;
	-webkit-transition: background 0.3s ease;
	 -moz-transition: background 0.3s ease;
	  -ms-transition: background 0.3s ease;
	   -o-transition: background 0.3s ease;
		  transition: background 0.3s ease;
}
#login-ajuda li.ativo-popover a.item-menu, #login-ajuda li.ativo-popover:hover a.item-menu{color: #003966;}
#login-ajuda li.ativo-popover a.item-menu i, #login-ajuda li.ativo-popover:hover a.item-menu i{
	background: #003966;
	color: #fff;
}
#login-ajuda li .popover{
	background: #fff;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 2px 2px #999;
	display: none;
	padding: 25px 15px 15px;
	position: absolute;
	right: 0;
	top: 89px;
	width: 232px;
}
/* POPOVER ACESSSO */
#login-ajuda li .popover iframe{
	height: 320px;
	width: 231px;
}

/* POPOVER LOGADO */
#login-ajuda li .popover #menu-logado{
	text-align: left;
}
#login-ajuda li .popover #menu-logado li a{
	color: #999;
	display: block;
	font-size: 14px;
	height: 28px;
	width: 232px;
}
#login-ajuda li .popover #menu-logado li a .icon-arrow-right{
	float: left;
	font-size: 24px;
	margin-top: 3px;
}
#login-ajuda li .popover #menu-logado li a p{
	border-bottom: 1px solid #ebebeb;
	float: left;
	padding: 6px 0;
	width: 208px;
}
#login-ajuda li .popover #menu-logado li a:hover .icon-arrow-right{color: #5ca0d0;}
#login-ajuda li .popover #menu-logado li a:hover p{color: #003966;}
#login-ajuda li .popover .deslogar{
	float: right;
	font-size: 10px;
	margin-top: 10px;
	text-transform: uppercase;
	width: 50px;
}
#login-ajuda li .popover .deslogar span{
	background: #9a9a9a;
	border-radius: 100%;
	color: #fff;
	display: block;
	float: right;
	font-size: 10px;
	line-height: 17px;
	height: 17px;
	margin: -1px 0 0 5px;
	text-align: center;
	transition: 0.5s;
	width: 17px;
}
#login-ajuda li .popover .deslogar:hover span{
	background: #666;
	transition: 0.5s;
}
/* FIM POPOVER */

#login-ajuda a.item-menu{
	color: #7f9cb2;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
}
#login-ajuda a.item-menu span{
	display: block;
	font-size: 11px;
}
#login-ajuda li:hover a.item-menu{
	color: #fff;
	transition: 0.5s;
}
#login-ajuda li:hover a.item-menu i{
	background: #fff;
	color: #003966;
	transition: 0.5s;
}
#login-ajuda a.item-menu i{
	background: #7f9cb2;
	border-radius: 100%;
	color: #fff;
	display: block;
	font-size: 18px;
	margin: 0 auto;
	padding: 7px 0;
	width: 33px;
}
#login-ajuda a .icon-question{margin: 0 1px;}
#login-ajuda a .icon-user{
	margin: 0 8px;
	position: relative;
}
#login-ajuda a #tem-mensagem{
	background: #b60b0b;
	border-radius: 4px;
	color: #fff;
	font-family: verdana;
	font-size: 10px;
	height: 15px;
	position: absolute;
	text-align: center;
	top: 7px;
	right: 10px;
	width: 18px;
}

/* NAV CINZA */
#bg-nav{
	background: #ebebeb;
	border-bottom: 1px solid #d4d4d4;
	box-shadow: 0px 1px 0 #fff;
	height: 51px;
	width: 100%;
}
#bg-nav:after{
	content: "";
	display: block;
}
#bg-nav #menu-nav{
	float: left;
	margin: 13px 0;
}
#bg-nav #menu-nav li:first-child{
	border-right: 1px solid #d4d4d4;
	margin: 0 20px 0 0;
	width: 135px;
}
#bg-nav #menu-nav li:first-child:hover a{
	color: #cf7c2c;
	font-weight: normal;
	transition: 0.5s;
}
#bg-nav #menu-nav li:first-child:hover i{
	background: #cf7c2c;
	transition: 0.5s;
}
#bg-nav #menu-nav li:first-child a{
	color: #003966;
	font-size: 14px;
	transition: 0.5s;
}
#bg-nav #menu-nav li:first-child strong{
	margin: 5px 20px 5px 10px;
	display: block;
	float: left;
}
#bg-nav #menu-nav li:first-child i{
	background: #003966;
	border-radius: 100%;
	color: #fff;
	display: block;
	float: left;
	font-size: 17px;
	font-weight: bold;
	height: 22px;
	padding-top: 4px;
	text-align: center;
	transition: 0.5s;
	width: 26px;
}
#bg-nav #menu-nav li{
	float: left;
	margin: 5px 0;
	text-align: center;
	position: relative;
	width: 70px;
}
#bg-nav #menu-nav li:hover a, #bg-nav #menu-nav li.ativo a{font-weight: bold;}
#bg-nav #menu-nav li:hover .indica-menu, #bg-nav #menu-nav li:hover .indica-menu-borda,
#bg-nav #menu-nav li.ativo .indica-menu-borda, #bg-nav #menu-nav li.ativo .indica-menu{
	display: block;
	transition: 0.5s;
}
#bg-nav #menu-nav li a{
	color: #1a65b1;
	font-size: 14px;
}
#bg-nav #menu-nav li .indica-menu{
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 13px solid #fff;
	content: '';
	height: 0;
	position: absolute;
	top: 22px;
	left: 32%;
	transition: 0.5s;
	width: 0;
	z-index: 1;
	display: none;
}
#bg-nav #menu-nav li .indica-menu-borda{
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 13px solid #d4d4d4;
	content: '';
	height: 0;
	position: absolute;
	top: 21px;
	left: 32%;
	transition: 0.5s;
	width: 0;
	z-index: 0;
	display: none;
}

#apps-mobile{
	float: right;
	margin: 12px 0;
}
#apps-mobile p{
	color: #666;
	font-size: 11px;
	float: left;
	margin: 5px 0;
}
#apps-mobile span{
	color: #1773bb;
	font-size: 11px;
}
#apps-mobile a{
	background: #b2b2b2;
	border-radius: 100%;
	color: #fff;
	display: block;
	height: 16px;
	margin: 0 2px;
	padding: 4px 0;
	text-align: center;
	transition: 0.5s;
	width: 24px;
}
#apps-mobile li:hover a{
	background: #cf7c2c;
	transition: 0.5s;
}
#apps-mobile i.icon-android{
	padding-left: 1px;
}

#topo .busca-opcoes, 
#topo .campo-busca{
	box-sizing: border-box;
	float: left;
	height: 69px;
	margin-top: 18px;
}
#topo .busca-opcoes{
	margin-left: 29px;
	width: 82px;
}
#topo .busca-opcoes li{
	cursor: pointer;
	height: 34px;
	line-height: 34px;
	padding-left: 9px;
}
#topo .busca-opcoes li:hover .input-radio{
	background: url(../images/botoes/input-radio-busca.png) no-repeat center center;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
#topo .busca-opcoes li:hover label{
	color: #fff;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
#topo .busca-opcoes li label{
	cursor: pointer;
}
#topo .busca-opcoes li input{
	display: none;
}
#topo .busca-opcoes li .input-radio{
	background: url(../images/botoes/input-radio-busca.png) no-repeat top center;
	display: inline-block;
	height: 17px;
	margin-right: 5px;
	margin-top: -2px;
	width: 17px;
	vertical-align: middle;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
#topo .busca-opcoes li .input-radio.checked{
	background: url(../images/botoes/input-radio-busca.png) no-repeat bottom center;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
#topo .busca-opcoes label{
	color: rgba(255, 255, 255, 0.3);
	font-size: 12px;
}
#topo .busca-opcoes li.ativo{
	background: #0d5084;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#topo .busca-opcoes li.ativo label{
	color: #fff;
}
#topo .inputs-busca{
	background: #0d5084;
	margin-left: -1px;
	padding: 10px 12px;
	width: 425px;
}
#topo .inputs-busca:after{
	content: "";
	display: block;
	clear: both;
}
#topo .inputs-busca.pacotes-ativo{
	-webkit-border-radius: 10px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 10px;
	-moz-border-radius-top-left: 0;
	border-radius: 10px;
	border-top-left-radius: 0;
}
#topo .inputs-busca.hoteis-ativo{
	-webkit-border-radius: 10px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 10px;
	-moz-border-radius-bottom-left: 0;
	border-radius: 10px;
	border-bottom-left-radius: 0;
}
#topo .inputs-busca input[type="text"]{
	background: #fff;
	border: 1px solid #c7c7c7;
	border-radius: 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #003966;
	float: left;
	font-size: 18px;
	height: 48px;
	padding: 10px 13px;
	outline: none;
	width: 376px;
}
#topo #buscar{
	float: right;
	height: 48px;
	position: relative;
	width: 42px;
}
#topo #buscar .bt-buscar{
	height: 48px;
	outline: none;
	width: 42px;
}
#topo #buscar .icon-search{
	color: #fff;
	cursor: pointer;
	font-size: 35px;
	position: absolute;
	left: 3px;
	text-shadow: 1px 1px #666;
	top: 6px;
}
#topo .inputs-busca input::-webkit-input-placeholder{color: #003966;}
#topo .inputs-busca input:-moz-placeholder{color: #003966;}
#topo .inputs-busca input::-moz-placeholder{color: #003966;}
#topo .inputs-busca input::-ms-input-placeholder{color: #003966;}

#topo .inputs-busca .input-pacotes{
	position: relative;
}
#topo .inputs-busca .input-hoteis{
	display: none;
	position: relative;
}
#topo .inputs-busca .input-hoteis .autoComLoading{
	margin-left: 0!important;
	left: 255px;
}
#topo .inputs-busca .input-hoteis #input-busca-por-hotel{
	float: left;
	margin-right: 5px;
	width:278px;
}
#topo .inputs-busca .input-hoteis .calendario-busca{
	display: block;
	float: left;
	width:93px;
}
#topo .inputs-busca .input-hoteis .calendario-busca input{
	display: block;
	float: left;
	font-size: 12px;
	height: 22px /*21px*/;
	padding: 5px;
	width:100%;
}
#topo .inputs-busca .input-hoteis .calendario-busca input:first-child{
	margin-bottom: 4px;
}
#topo [class*="busca-avancada-controlador"]{
	color: #5ca0d0;
	cursor: pointer;
	font-size: 11px;
}
#topo [class*="busca-avancada-controlador"] .icon-arrow-right{
	display: block;
	float: right;
	font-size: 21px;
	margin-top: -2px;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transition: 0.7s;
}
#topo [class*="busca-avancada-controlador"]:hover{
	color: #fff;
	transition: 0.5s;
}
#topo #box-nova-buca-principal {
	height: auto;
	margin: 0;
	padding: 0;
	background: none;
}
#topo #box-nova-buca-principal .ac_results{
	left: 0!important;
}

#topo .box-busca-avancada{
	border-radius: 0 0 10px 10px;
	display: none;
	margin-top: -8px;
	padding: 10px 12px;
	position: absolute;
	width: 425px;
	z-index: 2;
	-webkit-transition: all 0.3s ease;
	 -moz-transition: all 0.3s ease;
	  -ms-transition: all 0.3s ease;
	   -o-transition: all 0.3s ease;
		  transition: all 0.3s ease;
}
#topo .box-busca-avancada .campos-avancado{
	display: none;
}
#topo .box-busca-avancada.ativo-popover{
	background: #0d5084;
	-webkit-transition: all 0.3s ease;
	 -moz-transition: all 0.3s ease;
	  -ms-transition: all 0.3s ease;
	   -o-transition: all 0.3s ease;
		  transition: all 0.3s ease;
}
#topo .box-busca-avancada.ativo-popover .campos-avancado{
	display: block;
}
#topo .box-busca-avancada.ativo-popover .icon-arrow-right{
	transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	-webkit-transform:rotate(270deg);
	margin-top: -2px;
}
#topo .box-busca-avancada:after{
	content: "";
	display: block;
	clear: both;
}
#topo .box-busca-avancada .col{
	float: left;
}
#topo .box-busca-avancada .col--quartos{
	width: 99px;
}
#topo .box-busca-avancada .col--quartos-opecoes{
	width: 325px;
	margin-top: 2px;
}
#topo .box-busca-avancada label{
	color: #fff;
	font-size: 11px;
}
#topo .box-busca-avancada p{
	clear: both;
}
#topo .box-busca-avancada select{
	border: none;
	border-radius: 4px;
	display: block;
	height: 22px;
	margin-top: 5px;
	width: 60px;
	padding-left: 8px;
}
#topo #quartos-select{
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	width: 70px;
}
#topo  .box-quarto-info:before{
	content: "";
	border-bottom: 1px solid #013668;
	display: block;
	padding: 18px 0 0 0;
	position: absolute;
	width: 325px;
}
#topo  .box-quarto-info{
	margin-bottom: 10px;
}
#topo  .box-quarto-info:after{
	content: "";
	clear: both;
	display: block;
}
#topo  .box-quarto-info .col{
	width: 63px;
}
#topo  .box-quarto-info .col .label-quarto{
	border-bottom: none;
	color: #709db2;
	font-weight: bold;
	margin-top: 19px;
	padding-top: 10px;
	text-transform: uppercase;
	width: 100%;
}
#topo  .box-quarto-info .col label{
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
	width: 100%;
}
#topo  .box-quarto-info .col--opcoes{
	width: 68px;
}
#topo  .box-quarto-info .col--opcoes-idades{
	width: 125px;
}
#topo  .box-quarto-info .col--opcoes-idades div{
	float: left;
}
#topo  .box-quarto-info .col--opcoes-idades div select{
	margin:0;
}
#topo  .box-quarto-info .col--opcoes-idades div select[disabled]{
	background: #ccc;
}
#topo  .box-quarto-info .col--opcoes-idades div:first-child{
	margin-right: 5px;
}
.ui-widget-header{background-image: none!important;}
.ui-icon,.ui-widget-content .ui-icon{background-image: none!important;}
.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{background-image: none!important;}
.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{background-image: none!important;}