@CHARSET "ISO-8859-1";

/*HEADER*/
#header{
	display: table;
	width: 100%;
	height: 55px;
	border-bottom: 3px solid #0ebcf2;
	background: #fff;
	margin-bottom: 0;
}

#header .logo{
	display: block;
	float: left;
	margin: 5px 0;
}

.navbar-toggle{
	float: left;
	margin-top: 18px;
	margin-left: 15px;
	margin-right: 0;
}

.bs-docs-nav .navbar-toggle .icon-bar{
	background: #333;
	height: 5px;
	width: 25px;
}

#header .navbar-collapse{
	float: right;
}

#header .navbar-nav{
	text-transform: uppercase;
}

.navbar-nav > li > a{
	line-height: 52px;
	padding-top: 0;
	padding-bottom: 0;
	color: #4d4d4d;
}

.navbar-nav > li.active a, .navbar-nav > li.active a:hover, .navbar-nav > li a:hover{
	background: #0ebcf2;
	color: #fff;
}

.navbar-user{
	display: block;
	float: left;
	padding: 16px 0;
	margin: 0;
}

.navbar-user li{
	display: block;
	float: left;	
	padding: 0 15px;
	border-left: 1px solid #a9a7a7;
	position: relative;
}

.navbar-user li:first-child{
	border-left: 0;
}

.navbar-user li a{
	color: #4d4d4d
}

.navbar-user li a:hover{
	color: #333232;
	text-decoration: none;
}

.navbar-user li .avatar{
	display: block;
	float: left;
	margin-top: -12px;
	margin-bottom: -12px;
	margin-right: 10px;
}

.navbar-user li > a.arrow{
	margin-bottom: 0;
	font-weight: normal;
	padding: 0 22px 12px 0;
	background: url(../resource/images/dropdown.png) no-repeat right 33%;
	cursor: pointer;
}

.navbar-user li ul.options {
	display: none;
	float: left;
	position: absolute;
	top: 30px;
	left: 0;
	background: #FFF;
	width: 200px;
	padding: 5px;	
}

.navbar-user li:hover ul{
	display: block;
}

.navbar-user li ul li{
	float: none;
	border: 0;
	border-top: 1px solid #a9a7a7;
	padding: 10px 20px;
}

.navbar-user li .favourites{
	display: block;
	padding: 1px;
	padding-left: 23px;
	background: url(../resource/images/icon-favourites.png) no-repeat left center;
}

.navbar-user li .link-list{
	color: #428bca
}

.navbar-user li .link-list:hover{
	color: #3677af;
}

ul.options li {
	position: relative;
	z-index: 1001;
	background-color: #FFF;
}

ul.options li:hover {
	background-color: #FFF;
}

ul.options li a {
	display: inline-block;
	width: 100%;
}

.my-trip{
	display: block;
	float: right;
	height: 54px;
	line-height: 54px;
	margin-right: -20px;
	padding: 0 15px;
	background: #efefef;
	border-left: 1px solid #d9dada;
	font-size: 18px;
	color: #4d4d4d
}

#header.clear-border .my-trip{
	border: 1px solid #d9dada;
}

.my-trip .icon-vali {
	display: block;
	float: left;
	width: 42px;
	height: 35px;
	line-height: 40px;
	text-align: center;
	background: url(../resource/images/icon-vali.png) no-repeat center;
	background-size: 80%;
	color: #fff;
	margin-right: 10px;
	margin-top: 7px;
	font-size: 16px;
}

.my-trip .my-trip-menu{
	display: block;
	float: left;
	padding-right: 32px;
	background: url(../resource/images/arrow.png) no-repeat right 23px;
	background-size: 18px;
	cursor: pointer;
}

.my-trip .my-trip-menu:hover{
	color: #333232;
}

.my-trip .my-trip-menu label{
	font-weight: 400;
	cursor: pointer;
}

.switchModals {
	display: inline-block;	
}

#header.header-style-2 > .container-fluid,
#header.header-style-2 {
	padding:0px;
}
#header .logo.left-side-header {
	margin:0px;
}
#header.header-style-2 .logo .logo {
	margin: 11px 25px 0 0;
}
.left-side-header .menu-parent{
	margin-bottom:0px;
	margin-top:8px;
}
.left-side-header .menu-parent li {
	color: #fff;
	display: block;
	float: left;
	font-size: 16px;
	height: auto;
	line-height: 43px;
	margin-left: -51px;
	position: relative;
	min-width: 128px;
	z-index: 1;
}
.left-side-header .menu-parent li a {
	background-size: 100% 100%;
	border-radius:3px 0 0 0;
	-moz-border-radius:3px 0 0 0;
	-webkit-border-radius:3px 0 0 0;
	-ms-border-radius:3px 0 0 0;
	-o-border-radius:3px 0 0 0;
}
.left-side-header .menu-parent li a{
	display: block;
	background: url(../resource/images/menu.png) no-repeat right center;
	padding-left: 25px;
	color: #fff;
	height:43px;
	font-size:14px;	
	line-height:45px;
}
.left-side-header .menu-parent li:first-child{
	margin-left: 0;
	z-index: 4;
}
.left-side-header .menu-parent li:first-child a{
	padding-left: 14px;
}
.left-side-header .menu-parent li.two{
	margin-left: -71px;
	z-index: 3;
}
.left-side-header .menu-parent li.three{
	margin-left: -71px;
	z-index: 2;
}
.left-side-header .menu-parent li.active a, 
.left-side-header .menu-parent li a:hover{
	background: url(../resource/images/menu-active.png) no-repeat right center;
	text-decoration: none;
}
.left-side-header .menu-parent li a:focus{
	text-decoration: none;
}
.left-side-header .menu-parent li.checkout a{
	background: #6fb935;
	width: 145px;
	border-radius: 5px 0 0 0;
	text-transform: uppercase;
	text-align: right;
	padding-right: 15px;
}

.left-side-header .menu-parent li .icon {
	display: block;
	float: left;
	height: 43px;
	margin-right: 14px;
}
.left-side-header .menu-parent li .icon.home{
	width: 22px;
	background: url(../resource/images/icon-hotel.png) no-repeat center;
}

.left-side-header .menu-parent li .icon.car {
  background: url("../resource/images/icon-transport.png") no-repeat scroll center center rgba(0, 0, 0, 0);
  width: 29px;
  float:none;
  margin:0 0 0 45%;
}
.left-side-header .menu-parent li .icon.location{
	width: 19px;
	background: url(../resource/images/icon-location2.png) no-repeat center;
	float:none;
	margin:0 0 0 50%;
}
.left-side-header .menu-parent li.checkout .number {
	top:-8px;
	right:-8px;
}
.number {
	display:inline-block;
	width:18px;
	height:18px;
	color:#fff;
	background-color:#ff0000;
	position:absolute;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	z-index:5;
	text-align:center;
	line-height:18px;
	font-size:11px;
}

.right-side-header {	
	margin-top:15px;
}
.right-side-header .logo-link {
	display: none;	
}
.right-side-header .navbar-user {
	float:right;
	padding:0px;
	text-align: left;
}
.right-side-header .navbar-user > li{
	display: block;
	float: left;
	padding: 0 10px;
	position: relative;
}
.right-side-header .navbar-user > li.favourite {
	position:relative;
	margin-top:-6px;
}
.right-side-header .navbar-user > li a {
	color:#989898;
	font-size:14px;
}
.right-side-header .navbar-user > li.favourite .number {
  left: 0;
  top: -8px;
}
.right-side-header .navbar-user li:last-child {
	border-left:0px;
}
.right-side-header .navbar-user li > a.arrow {
	background-image:url(../resource/images/drop-down-arrow.png);
}
.right-side-header .navbar-user li ul.options {
	right:0;
	left:auto;
}
.right-side-header .navbar-user li ul.options:before {
	content:"";
	background-image:url(../resource/images/top-dropdown-arrow.png);
	width:17px;
	height:10px;
	position:absolute;
	top:-10px;
	right:17px;
}
.right-side-header .navbar-user li .favourites {
  background: url("../resource/images/icon-favourites-gold.png") no-repeat scroll left center rgba(0, 0, 0, 0);
  display: block;
  height: 38px;
  width: 19px;
}

li.currency .icon-currency {
	background: url("../resource/images/all-currency-symbol.gif") no-repeat center center;
	background-size: contain;
	display: block;
	height: 20px;
	width: 20px;	
}

.popover {
    max-width: 100%!important; /* Max Width of the popover (depending on the container!) */
}

.popover .currency-data {
	min-width: 1168px;
	min-height: 250px;	
	padding: 10px;
} 

.currency-data .currency-list {
	float: left;
	padding: 0;
}

.currency-data ul.currency-list li {
	display: inline-block;
	list-style-type: none;
	width: 90%;
	padding: 2px 5%;	
}

.currency-data ul.currency-list li:hover,
.currency-data ul.currency-list li.selected {
	background-color: #eee;	
}

.currency-data ul.currency-list li.selected a {
	cursor: default;
}

.currency-data ul.currency-list li a.currency-selection {
	display: inline-block;
	width: 100%;
}

ul.currency-list .curSymbol {
	min-width: 20px;
	margin-right: 5px;
	color: #666; 
	line-height: 20px;
}

ul.currency-list .curName {
	font-size: 12px;
	line-height: 20px;
}
	
.right-side-header .navbar-user li.list-property a,
#content .general.container .alert.alert-info a.link-list,
#searchresults a.link-list {
	white-space: nowrap;
	text-decoration: none;
	padding:8px 10px;
	background-color:#70b936;
	color:#fff;
	border-radius:5px;
	transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
}
.right-side-header .navbar-user li.list-property a:hover,
#content .general.container .alert.alert-info a.link-list:hover {
	background-color:#4d9813;
}

.right-side-header .navbar-user li ul.options {
	padding:11px 15px 15px;
	border:1px solid #c5c5c5;
	width:260px;
	top:38px;
}
.right-side-header .navbar-user li ul.options:after {
  background-color: rgba(0,0,0,0);
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: -20px;
  width: 100%;
}
.right-side-header .navbar-user li ul li {
	border-top:0px;
	padding:5px 0px;
}
.icon-arrow-right {
	margin-left:2px;
	display:none;
	width:11px;
	height:7px;
	background-image:url(../resource/images/r-arrow.png);
	background-position:right center;
	background-repeat:no-repeat;
}
.right-side-header .navbar-user li ul li a:hover {
	color:#0ebcf2;
}

.right-side-header .navbar-user li ul li a:hover .icon-arrow-right {
	display:inline-block;
}

.icon-login {
	background-image: url("../resource/images/login.png");
	display:inline-block;
	height:16px;
	width:15px;
	vertical-align:top;
	margin:2px 8px 0 0;
}
.icon-help {
	background-image: url("../resource/images/help.png");
	display:inline-block;
	height:20px;
	width:20px;
	margin:0px 8px 0 0;
	vertical-align:top;

}

.icon-checkout {
	background-image:url(../resource/images/checkout.png);
	display:none;
	width:23px;
	height:21px;
	vertical-align:top;
	margin:10px 4px 0px 0;
}
.filter-button {
	display:none;
	z-index:9999;
	position:relative;
}
.icon-filter{
	background-image:url(../resource/images/icon-filter.png);
	width:23px;
	height:23px;
	display:inline-block;
	vertical-align:top;
	margin:0px 4px 0px 0;
}

@media (max-width:1200px) {
	.left-side-header .menu-parent li.checkout a {
		width: 140px;
		padding-right: 10px;	
	}
	.right-side-header .navbar-user > li a {
		font-size:13px;
	}
	.right-side-header .navbar-user > li {
	  padding: 0 8px;
	}
}

@media (max-width:1100px) {
	.left-side-header .menu-parent li.checkout a {
		width: 135px;
		padding-right: 5px;	
	}	
	.right-side-header .navbar-user > li a {
	  font-size: 11px;
	}
	.right-side-header .navbar-user > li {
	  padding: 0 6px;
	}
	.left-side-header .menu-parent li {
		margin-left:-59px;
	}
	#header.header-style-2 .logo .logo {
		margin-right:15px;
	}
}

@media (max-width:992px) {

	#header{
		border-bottom: 0;
		height: 75px;
	}
	#header .logo{
		display: none;
	}
	.navbar-header .logo-link {
		position: relative;				
		top: 11px;			
		display: inline-block;
		float: left;	
	}	
	.navbar-header, #header .navbar-collapse{
		float: none;
		text-align: center;
	}	
	#header.header-style-2 {
	  border-bottom: 3px solid #0ebcf2;
	  height: 50px;
	  padding-top: 0px;
	}
	#header.header-style-2 .logo.left-side-header > a {
	  float: left;
	}
	
	#header.header-style-2 .logo.left-side-header{
		position:static;
		width:100%;
	}
	#header.header-style-2 .logo {
		position:static;
	}
	.right-side-header .navbar-user li.list-property a {
		display:inline-block;
	}
	.left-side-header .menu-parent {
		padding-left:0px;
		padding-top:11px;
	}
	#header.header-style-2 .navbar-toggle {
		display: block!important;
		float:right;
		margin:0px;
	}
	.right-side-header .navbar-user > li a {
	  font-size: 14px;
	}
	.right-side-header .navbar-user > li {
		margin-bottom:10px;
	}
	.right-side-header .navbar-user > li.favourite {
		margin-top:0px;
	}
	#header.header-style-2 .navbar-collapse {
		padding: 20px 0px;
	}
	.right-side-header .navbar-user li ul {
		width:100%;
		margin-top:7px;	
		border:0px;
	}
	.right-side-header .navbar-user li ul::before {
		display:none;
	}
	.right-side-header .navbar-user > li {
	  border-bottom: 1px solid #c5c5c5;
	  padding-bottom:8px;
	}
	.right-side-header {
		margin-top:0px;
	}
	.navbar-user{
		width: 100%;
		border: 0;
		background: none;
		padding: 0;
		margin-bottom: 10px;
	}
	.navbar-user li{
		border: 0;
		width: 100%;
		padding: 15px 0;
	}
	.navbar-user li ul{
		display: block;
		position: static;
		padding-top: 15px;
		padding-bottom: 0;
		width: 100%;
		background: none;
	}
	.navbar-user li ul li{
		border: none;
	}				
}

@media (max-width:625px) {	
	.popover .currency-data {
		min-width: 440px;
	}
	.navbar-header .logo-link {	
		position: relative;
		left: 0;
		float: none;
		display: inline-block;
	}
	#header.header-style-2 .logo.left-side-header > a {
	  float: none;
	}
	#header.header-style-2 .logo.left-side-header {
		padding-left:60px;
	}	
	#header.header-style-2 .logo.left-side-header .logo {
		display:none;
	}
	#header.header-style-2 .navbar-toggle {
	  left: 5px;
	  margin: 0;
	  position: absolute;
	  top:0px;
	}	
	.active.one .text,
	.checkout.four .text {
		display:none;
	}
	.icon-checkout {
		display:inline-block;
	}	
	.left-side-header .menu-parent {
		padding-top:0px;
	}
	.left-side-header .menu-parent li.one {
		min-width:80px;
	}
	.left-side-header .menu-parent li.checkout a {
	  width: 80px;
	}
	.left-side-header .menu-parent li.four {
	  margin-left: -30px;
	  min-width: 80px;
	}	
	.collapse {
		display: none;
		visibility: hidden;
	}
	.navbar-nav {
		float: none;
		margin: 7.5px -15px !important;
	}
	.navbar-nav > li{
		float: none;
		margin-bottom: 1px;
	}
	.navbar-nav > li > a{
		line-height: 1.4;
		padding: 15px 20px;
	}
	.navbar-user{
		width: 100%;
		border: 0;
		background: none;
		padding: 0;
		margin-bottom: 10px;
	}
	.navbar-user li{
		border: 0;
		width: 100%;
		padding: 15px 0;
	}
	.navbar-user li ul{
		display: block;
		position: static;
		padding-top: 15px;
		padding-bottom: 0;
		width: 100%;
		background: none;
	}
	.navbar-user li ul li{
		border: none;
	}
	#header.clear-border .my-trip{
		float: left;
		font-size: 14px;
		background: none;
		border: 0;
		line-height: 1.4;
		height: auto;
		margin-bottom: 20px;
		padding: 0;
	}
	.my-trip .icon-vali{
		width: 24px;
		height: 22px;
		line-height: 25px;
		font-size: 10px;
		background: url(../images/icon-vali-small.png);
		margin-top: 0;
	}
	.my-trip .my-trip-menu{
		padding-right: 22px;
		background: url(../images/dropdown.png) no-repeat right 7px;
	}		
}	

@media (max-width:414px) {
	.left-side-header .menu-parent li.one,
	.left-side-header .menu-parent li {
	  min-width: 80px;
	}
	.left-side-header .menu-parent li {
	  margin-left: -28px;
	}
	.left-side-header .menu-parent li a {
		padding-left:4px;
	}
	.left-side-header .menu-parent li.four {
	  margin-left: -26px;
	}
	#header.header-style-2 .navbar-toggle { 
		padding:9px 7px;
	}
	.left-side-header .menu-parent {
	  margin: 8px 0 0 -9px;
	}	
}	

@media (max-width:350px) {
	.left-side-header .menu-parent li:first-child a {
	  padding-left: 10px;
	}
	.left-side-header .menu-parent li.one, .left-side-header .menu-parent li {
	  min-width: 71px;
	}
	.left-side-header .menu-parent li.checkout a,
	.left-side-header .menu-parent li.four  {
	  width: 66px;
	  min-width: 66px;
	}
	.left-side-header .menu-parent li.checkout a {
		padding-left:14px;
	}
}	