@charset "utf-8";
/*CSS Document */
/*CSS CUSTOM PARA CLIENTE HOTEL CRISTINA*/

/*RESET*/
body{
	overflow-x: hidden;
}
#main .text, #main .text-section {
	margin: 0;
}
* {
    margin: 0;
    padding: 0;
}
/*HEADER
.httheader {
	/*padding:11px 0 54px 0;
	position:absolute;
	z-index:100;
}
#home .httheader {
	background: none;
}
#section .httheader,
#neoHotelAvailability .httheader,
#neoHotelBookInfo .httheader,
#neoHotelBookConfirm .httheader {
	height: 250px;
	/*position: relative;	
} */
/*LANGUAGE SELECTOR*/
.label-language{
	position: absolute;
	right: 125px;
	top: 2px;	
}
.httheader ul#hTtLangMenu {
	/*position: absolute;*/
	float: right;
	margin-top: 0;
	background: transparent;
	border: 1px solid #000000;  /*borde de fuera*/
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.httheader ul#hTtLangMenu li a, #nav-meta-comps ul li.hTt-menu-has-holizontal a {
	display: block;
	color: #000000 !important; /*fondo*/
	text-transform:uppercase;
	font-size: 10px;
	overflow: hidden;
}
.httheader ul#hTtLangMenu li ul li a:hover{
	background:#c1c1c1; /*selección*/
}
.httheader ul li.hTt-menu-has-holizontal ul.hTt-menu-vertical {
	background: #dcdcdc; /*rosa*/
	box-shadow: none;
	border: 1px solid #000000; /*borde de desplegale*/
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-top: 7px;
	overflow: hidden;
	margin: 0;
	text-align: center;
	position: absolute;
	top: 21px !important;
	left: 0px !important;
	z-index: 2000;
	width: 100%;
}
/*LOGO
#logo{
	width: 94.3%;	
}
#logo a {
	margin: 0 auto;
	width: 170px;
	max-width: 170px;
	min-width: 170px;
	margin-top: 15px;
}
/*MENU NAVEGACION*/
header .navbar {
	border-radius: 0px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.49);
	-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.49);
	box-shadow:         none;
}
header .navbar-default {
	background: none; /* Old browsers */
	border: transparent;
	min-height: inherit;
	text-align: center;
}
/* .navbar-nav {
	float: none;
	margin: 0 auto;
	display: inline-block;
}
header .navbar-nav>li {
	border-right: none;
	padding: 0 7px;
}
header .navbar-nav>li:nth-child(4) {
	margin-right:109px;
}
.navbar-nav>li:last-child {
	border-right:none;
}
.navbar-nav .caret {
	display:none;
}*/

.mybooking-wrapper {
	float: right;
	margin-top: 60px;
}

@media (max-width: 991px){
	.mybooking-wrapper {
		margin-top: 45px;
	}	
}

.mybooking-icon .glyphicon-shopping-cart {
	color: #525252 !important;
}

.btnViewBooking {
	background: #525252 !important;
}