/* -------------------------------------------------- */
/*  Import styles                                     */
/*  ------------------------------------------------- */
@import url("../fonts/icomoon/style.css");


/* -------------------------------------------------- */
/*  Styles cubaviaja_v3                               */
/*  ------------------------------------------------- */
html,
body {
	overflow-x: hidden; /* Previene el scroll en dispositivos peques */
}

body {
	padding-top: 100px;
}

footer {
	padding: 30px 0;
}

fieldset,
div[role='group'] {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border: none;
}

fieldset > div,
div[role='group'] > div {
	display: inline;
	flex: 1 1 auto;
}

#header {
	background: #fff;
}

.condensed-grid.row, 
.condensed-grid .row { 
	margin-left: -5px; 
	margin-right: -5px; 
} 

.condensed-grid [class*="col-"]{ 
	padding-left: 5px; 
	padding-right: 5px; 
}

.narrow-grid.row, 
.narrow-grid .row { 
	margin-left: -2px; 
	margin-right: -2px; 
} 

.narrow-grid [class*="col-"]{ 
	padding-left: 2px; 
	padding-right: 2px; 
}

/* box-icon sizes */
.box-icon-big {
    width: 60px;
    height: 60px;
    line-height: 58px;
    font-size: 28px;
}

/* navbar */
.navbar-brand {
	font-size: 24px;
}

.navbar-container {
	padding: 10px 0 22px 0;
}

.navbar.navbar-fixed-top.fixed-theme {
	background-color: #fff;
	border-top: 1px solid #eee; 
	-webkit-box-shadow: 1px 0 1px rgba(0,0,0,.15);
	-moz-box-shadow: 1px 0 1px rgba(0,0,0,.15);
	box-shadow: 1px 0 1px rgba(0,0,0,.15);
}

.navbar-brand.fixed-theme {
	font-size: 18px;
}

.logo,
.logo.item {
    display:block;
    height:34px;
    line-height:34px;
    background:0 0;
    color:#888;
    font-family:'Nunito Sans', Arial, sans-serif;
    font-size:24px;
    font-weight:700;
    padding:0;
}

.logo .icon,
.logo.item .icon {
    font-size:24px;
    margin:0;
}

.logo img,
.logo.item img {
    width:auto;
    height:175%;
    vertical-align: middle;
    border:0;
}

.navbar-container.fixed-theme {
	padding: 0;
}

.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container{
	transition: 0.8s;
	-webkit-transition:  0.8s;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
	margin: 5px 30px 5px 15px;
}

.navbar-nav {
    float: left;
    margin-top: 20px;
}

.navbar-nav > li > a {
	font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
	color: #233568;
}

.navbar-nav > li > span > a {
    padding: 15px;
	color: #233568;
}

.nav > li > a {
    padding: 10px 13px;
}

.nav > li.active a {
    color: #ff424d;
}

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #ff424d;
	border: none !important;
}

.nav > li > a.item {
    font-size: 18px;
	font-weight: 700;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #fff;
    border-color: rgba(255,255,255,0.0);
}

.navbar-toggle {
    padding: 5px 10px 0px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #565656;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1060;
    display: none;
    float: left;
    min-width: 190px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.075);
    box-shadow: 0 3px 10px rgba(0,0,0,.075);
}

.dropdown .dropdown-menu {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;

    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.dropdown-menu .wrapper {
	padding: 15px 20px;
}

.dropdown.open .dropdown-menu {
    max-height: 340px;		/* Al eliminar el item datepicker poner max-height:300px; */
    opacity: 1;
}

.dropdown-menu .btn-primary.signin {
    font-size: 14px;
	padding: 8px 16px;
	letter-spacing: 0.015em;
	border: 1px solid #ff424d;
	margin-bottom: 7px;
	display: block;
	width: 100%;
}

.dropdown-menu .btn-ghost.btn-primary.login {
    font-size: 14px;
	font-weight: 300;
	padding: 8px 16px;
	letter-spacing: 0.015em;
	border: 1px solid #233568;
	color: #233568;
	display: block;
	width: 100%;
}

.dropdown-menu .btn-primary.signin:hover,
.dropdown-menu .btn-primary.signin:focus,
.dropdown-menu .btn-primary.signin:active,
.dropdown-menu .btn-ghost.btn-primary.login:hover,
.dropdown-menu .btn-ghost.btn-primary.login:focus,
.dropdown-menu .btn-ghost.btn-primary.login:active {
	border: 1px solid #233568;
	color: #fff;
	background: #233568;
}

.dropdown-menu > li > a {
    display: block;
    padding: 13px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a.active {
    text-decoration: none;
    color: #233568;
	background-color: #f2f4f7;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
	color: #233568;
    background-color: #e1e7ed;
}

.dropdown-menu a.item span {
    vertical-align: top;
	line-height: 22px;
	margin-left: 10px;
}

.dropdown-menu a.moneda {
	font-size: 13px;
}

.dropdown-menu > li.lang > a > img,
a.dropdown-toggle > img {
    width: 28px;
    height: 28px;
	margin-top: -2px;
    margin-right: 3px;
	margin-left: 18px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

a.dropdown-toggle.flag > img {
	margin-left: 0;
}

#submenu1 li.lang > a > img {
    width: 28px;
    height: 28px;
	margin-top: -2px;
    margin-right: 3px;
	margin-left: 40px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

#submenu1 li.lang.active {
	background: rgba(255,255,255, 0.1);
}

#submenu > li.lang > a {
    padding: 8px 8px 8px 32px;
}

#submenu1 > li.lang > a:focus,
#submenu1 > li.lang > a:hover {
    text-decoration: none;
    background-color: rgba(255,255,255, 0.3);
    color: #fff;
    border: none !important;
}

#submenu1 li.lang > a span {
	margin-left: 17px;
}

#submenu1 li.lang.active > a span {
	color: #fff;
}

a.dropdown-toggle > img {
    margin-right: 0px;
}

.dropdown-menu > li.lang > a > span {
    margin-left: 10px;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

/* mega-dropdown */
.mega-dropdown {
	position: static !important;
}

.mega-dropdown-menu {
	/* padding: 20px 0px; */
	box-shadow: none;
	border-radius: 0;
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,.075);
	box-shadow: 0 3px 10px rgba(0,0,0,.075);
	width: 640px;		/* 100% */
}

.mega-dropdown-menu:before,
.dropdown-menu:before {
	content: "";
	border-bottom: 15px solid #fff;
	border-right: 17px solid transparent;
	border-left: 17px solid transparent;
	position: absolute;
	top: -15px;
	left: 285px;
	z-index: 10;
}

.mega-dropdown-menu:after {
	content: "";
	border-bottom: 17px solid #ccc;
	border-right: 19px solid transparent;
	border-left: 19px solid transparent;
	position: absolute;
	top: -17px;
	left: 283px;
	z-index: 8;
}

.navbar-right .mega-dropdown-menu {
	left: 47%;
}

.mega-dropdown-menu .dropdown-header {
	color: #233568;
	font-size: 18px;
	font-weight: bold;
}

.mega-dropdown-menu > li > ul {
	padding: 0;
	margin: 0;
}

.mega-dropdown-menu > li > ul > li {
	list-style: none;
  }

.mega-dropdown-menu > li > ul > li > a {
	display: block;
	padding: 3px 5px;
	clear: both;
	font-weight: 300;
	line-height: 1.428571429;
	color: #999;
	white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus,
.mega-dropdown-menu > li ul > li > a.active {
    text-decoration: none;
    color: #233568;
    background-color: #f7fafa;
}

.mega-dropdown-menu > li ul > li > a span {
    padding-right: 10px;
    font-weight: 700;
    font-size: 15px;
	line-height: 1.38em;
	margin-left: 0;
}


/* hamburguer */
.hamburger{
    padding:0;
    display:inline-block;
    cursor:pointer;
    -webkit-transition:opacity .15s linear;
    -moz-transition:opacity .15s linear;
    -o-transition:opacity .15s linear;
    -ms-transition:opacity .15s linear;
    transition:opacity .15s linear;
    font:inherit;
    color:inherit;
    text-transform:none;
    background-color:inherit;
    border:0;
    margin:0;
    overflow:visible;
}

.hamburger:hover{
    color: #ff424d;
}

.hamburger .hamburger-box{
    width:22px;
    height:13px;
    display:inline-block;
    position:relative;
	margin: 15px 15px 10px 15px;
}

@media screen and (max-height: 992px) {
	.hamburger .hamburger-box{
		margin: 15px 30px 10px 15px;
	}
}

.hamburger .hamburger-inner{
    display:block;
    top:50%
}

.hamburger .hamburger-inner,.hamburger .hamburger-inner:after,.hamburger .hamburger-inner:before{
    width:22px;
    height:1px;
    background-color:#414141;
    border-radius:0;
    position:absolute;
    -webkit-transition:transform .15s ease;
    -moz-transition:transform .15s ease;
    -o-transition:transform .15s ease;
    -ms-transition:transform .15s ease;
    transition:transform .15s ease
}

.hamburger .hamburger-inner:after,.hamburger .hamburger-inner:before{
    content:"";
    display:block
}

.hamburger .hamburger-inner:before{
    top:-6px
}

.hamburger .hamburger-inner:after{
    bottom:-6px
}


/* -------------------------------------------------- */
/*  header icon styles                                */
/* -------------------------------------------------- */
#header i.icon {
    display:inline-block;
    opacity:1;
    margin:0 .25rem 0 0;
    width:auto;
    height:1em;
    font-family:Icons;
    font-style:normal;
    font-weight:400;
    text-decoration:inherit;
    text-align:center;
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    backface-visibility:hidden;
}

#header i.icon:before {
    background:0 0!important;
}

#header i.icon,
#header #header i.icons {
    font-size:20px;
}

#header i.icon.icon-user-circle {
	vertical-align: middle;
    margin: 0 .75rem 0 0;
    line-height: 18px;
}

#header i.icon.icon-help-circle {
	font-size: 18px;
	margin: 0 0.4rem 0 0;
}

#header i.icon.icon-logout {
	font-size: 19px;
}


/* -------------------------------------------------- */
/*  sidebar menu                                      */
/* -------------------------------------------------- */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #233568;	
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 42px;
	
	background: #1e41a2;
	background: -webkit-linear-gradient(to top, #1e41a2, #233568);
	background: linear-gradient(to top, #1e41a2, #233568);
}

.sidenav #filterSidenav {
    left: 0;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
	font-weight: 300;
    color: #b5ceea;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
	background-color: rgba(255,255,255, 0.3);
    color: #fff;
}

.sidenav a.closebtn:hover {
	background-color: rgba(255,255,255, 0.0);
    color: #fff;
}

.sidenav a.active {
	background: rgba(255,255,255, 0.1);
    color: #fff;
}

.sidenav .closebtn {
    position: absolute;
    top: 12px;
	right: 25px;
	font-size: 26px;
	font-weight: lighter;
	margin-left: 50px;
}

.sidenav a.item span {
    vertical-align: top;
	line-height: 22px;
	margin-left: 10px;
}

.sidenav .wrapper {
	padding-left: 30px;
	padding-right: 30px;
}

.sidenav hr {
	margin: 10px 30px;
    border: 0;
        border-top-width: 0px;
        border-top-style: none;
        border-top-color: currentcolor;
    border-top: 1px solid #516290;
	padding-left: 30px;
	padding-right: 30px;
}

.sidenav .btn-primary.signin {
    font-size: 14px;
	font-weight: 300;
	padding: 8px 16px;
	letter-spacing: 0.015em;
	border: 1px solid #ff424d;
	margin-bottom: 0px;
	margin-top: 10px;
	display: block;
	width: 100%;
	color: #fff;
}

.sidenav .btn-ghost.btn-primary.login {
    font-size: 14px;
	font-weight: 300;
	padding: 8px 16px;
	letter-spacing: 0.015em;
	border: 1px solid #fff;
	color: #fff;
	margin-bottom: 10px;
	margin-top: 10px;
	display: block;
	width: 100%;
}

.btn-primary.signin:hover,
.btn-primary.signin:focus,
.btn-primary.signin:active,
.btn-ghost.btn-primary.login:hover,
.btn-ghost.btn-primary.login:focus,
.btn-ghost.btn-primary.login:active {
	border: 1px solid #fff;
	color: #233568;
	background: #fff;
}


/* -------------------------------------------------- */
/*  login-signup-forgot modal form                    */
/*  ------------------------------------------------- */
#login-signup-modal .modal-header, .modal-body {
    padding: 10px 25px;
}

#login-signup-modal .modal-footer {
    padding: 0px 25px 7px;
	border-top: 0;
}

#login-signup-modal .modal-header {
	padding: 15px 23px 0;
    background: #fff;
	border-bottom: none;
}

#login-signup-modal .modal-dialog {
	max-width: 350px;
}

#login-signup-modal .modal-footer {
	text-align: center;
	font-size: 13px;
}

#login-signup-modal .modal-footer a.mrg {
	margin: 0 10px;
}

#login-signup-modal .modal-footer a:hover,
#login-signup-modal .modal-footer a:focus {
	color: #233568;
}

#login-signup-modal input[type=submit] {
	width: 100%;
	display: block;
	margin-bottom: 5px;
	position: relative;
}

#login-signup-modal input[type=text], input[type=email], input[type=password] {
	height: 36px;
	font-size: 13px;
	font-weight: 300;
	width: 100%;
	margin-bottom: 10px;
	-webkit-appearance: none;
	background: #fff;
	border-radius: 0;
	padding: 0 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#login-signup-modal .checkbox label {
	font-size: 13px;
	font-weight: 300;
	line-height: 1.7em;
}

#signup-modal-content, #forgot-password-modal-content{
	display: none;
}

.loginmodal-submit {
    font-size: 14px;
    padding: 8px 16px;
    letter-spacing: 0.015em;
    border: 1px solid #ff424d;
    margin-bottom: 0;
    display: block;
    width: 100%;
}

.loginmodal-submit:hover {
    border: 1px solid #233568;
    color: #fff;
    background: #233568;
}
	
/** validation login/signup form */
input.parsley-error		{    
    border-color:#843534;
    box-shadow: none;
}
input.parsley-error:focus{    
    border-color:#843534;
    /* box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483 */
}
.parsley-errors-list.filled {
    opacity: 1;
    color: #a94442;
    display: none;
}


/* -------------------------------------------------- */
/*  intro section                                     */
/* -------------------------------------------------- */
#intro h1 {
    text-align: center;
    color: #fff;
    font-size: 38px;
    font-weight: 200;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.75);
	
	text-shadow: none;
	margin-bottom: 20px;
}

#intro .tab-content {
	margin-top: 18px;
}

.intro-gap {
	padding-top: 50px;
	
		padding-top: 70px;
}

.cruceros .intro-gap {
	padding-top: 66px;
}

.intro-gap.end {
	padding-top: 0;
}

#intro .top-layer.vuelos {
	z-index: 1 !important;
	background-image: url(../img/bg/plane_sky_flying.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    width: 100%;
	height: auto;
    -webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	padding: 0;
	padding-bottom: 60px;
}

#intro .top-layer.hoteles {
	z-index: 1 !important;
	background-image: url(../img/bg/dreamy_sunset.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	padding: 0;
	padding-bottom: 60px;
}

#intro .top-layer.coches {
	z-index: 1 !important;
	background-image: url(../img/bg/rental_car.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	padding: 0;
	padding-bottom: 60px;
}

#intro .top-layer.vueloyhotel {
	z-index: 1 !important;
	background-image: url(../img/bg/sunset_wing.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	padding: 0;
	padding-bottom: 60px;
}

#intro .top-layer.cruceros {
	z-index: 1 !important;
	background-image: url(../img/bg/luxury_cruises.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	padding: 0;
	padding-bottom: 60px;
}

#intro .top-layer.listadovuelos {
	z-index: 1 !important;
	background: rgb(9,65,178);
	background: linear-gradient(135deg, rgba(9,65,178,1) 0%, rgba(45,113,214,1) 50%, rgba(9,65,178,1) 100%); 
	padding: 0;
	padding-bottom: 40px;
}


/* -------------------------------------------------- */
/*  dropdown arrow animation                          */
/* -------------------------------------------------- */
#cvform {
    background-color: #ff424d !important;
		
		background-color: transparent !important;
}

#cvform.panel {
	margin-bottom: 20px;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

#cvform .panel-body {
	padding: 23px 30px;
}

#input, #input2, #input3 {
	border: 0;
	background: transparent;
	outline: 0;
	display: block;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	width: 110px;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	opacity: 1;
	-webkit-transform-origin: right top;
			    transform-origin: right top;
	border-bottom: 1px solid rgba(255,255,255, 0.45);
}

#input2 {
	width: 80px;
}

#input.open, #input2.open, #input3.open {
  opacity: 0;
}

.form-group.form-group-lg {
    margin-bottom: 8px;
}

.form-group.s1,
.form-group.s2,
.form-group.s3 {
	height: 30px;
}

.hoteles #one-select .form-group.s1,
.vueloyhotel #one-select .form-group.s1 {
	height: 48px;
}

.coches #one-select .form-group.s1 {
	height: 30px;
}

.button-group #input,
.button-group #input3 {
	position: relative;
	width: 100px;
	margin: 0 auto;
	margin-right: 15px;
	margin-bottom: 2em;
	top: 0;
	margin-bottom: 0;
}
/*
.button-group #input::after {
	content: "\e956";
	font-size: 10px;
	width: 12px;
	height: 10px;
	border: none;
	font-family: 'icomoon';
	font-size: 10px;
	top: 40%;
	float: right;
	margin-top: 1px;
}
*/
.button-group #input2 {
	position: relative;
	width: 80px;
	margin: 0 auto;
	margin-right: 15px;
	margin-bottom: 2em;
	top: 0;
	margin-bottom: 0;
}

.button-group #input.htl{
	width: 180px;
}

.button-group #input.package {
	width: 100px;
}

.button-group #input.car {
	width: 210px;
}

.button-group .marka.marka-icon-angle {
	position: absolute;
	right: 12px;
	top: 4px;
	z-index: 1;
	cursor: pointer;
	color: #fff !important;
}

.button-group .marka.marka-icon-angle i {
	background: #fff !important;
}

#dropdown-menu, #dropdown-menu2, #dropdown-menu3 {
	-webkit-box-shadow: 0 0.1em 0.25em rgba(0, 0, 0, 0.15), 0 0.1em 0.2em rgba(0, 0, 0, 0.2);
			box-shadow: 0 0.1em 0.25em rgba(0, 0, 0, 0.15), 0 0.1em 0.2em rgba(0, 0, 0, 0.2);
}

#dropdown-menu,
#dropdown-menu2,
#dropdown-menu3 {
	position: absolute;
	top: -1em;
	right: 0;
	left: 0;
	z-index: 10000;
	margin: 1em auto;
	padding: 0;
	width: 320px;
	list-style: none;
	text-align: left;
	border-radius: 0;
	background: #fff;
	-webkit-transition: all 650ms cubic-bezier(0.22, 1, 0.22, 1);
	transition: all 650ms cubic-bezier(0.22, 1, 0.22, 1);
	-webkit-transform: scale(0);
			transform: scale(0);
	-webkit-transform-origin: left top;
			transform-origin: left top;
}

#dropdown-menu li,
#dropdown-menu2 li,
#dropdown-menu3 li {
	position: relative;
	line-height: 2.35em;
	-webkit-transform: translate3d(0, -10px, 0);
			transform: translate3d(0, -10px, 0);
	opacity: 0;
	padding: 10px 30px;
}

#dropdown-menu li.active,
#dropdown-menu3 li.active {
	background: #e1e7ed;
}

#dropdown-menu li:hover,
#dropdown-menu3 li:hover {
	background: #f2f4f7;
}

#dropdown-menu.pack li:hover {
	background: #fff;
}

#dropdown-menu li.htl:hover,
#dropdown-menu li.package:hover {
	background: none !important;
}

#dropdown-menu li a,
#dropdown-menu2 li a,
#dropdown-menu3 li a {
	color: #737373;
	text-decoration: none;
	font-size: 1em;
}

#dropdown-menu li:hover a,
#dropdown-menu3 li:hover a,
#dropdown-menu li.active a,
#dropdown-menu3 li.active a {
	color: #233568;
}

#dropdown-menu.open,
#dropdown-menu2.open,
#dropdown-menu3.open {
	-webkit-transform: scale(1);
			transform: scale(1);
}

#dropdown-menu.open li,
#dropdown-menu2.open li,
#dropdown-menu3.open li {
	-webkit-transition: all 650ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 650ms cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	opacity: 1;
}

.open li:nth-child(1) {
	-webkit-transition-delay: 0.07s !important;
			transition-delay: 0.07s !important;
}

.open li:nth-child(2) {
	-webkit-transition-delay: 0.14s !important;
			transition-delay: 0.14s !important;
}

.open li:nth-child(3) {
	-webkit-transition-delay: 0.21s !important;
			transition-delay: 0.21s !important;
}

.open li:nth-child(4) {
	-webkit-transition-delay: 0.28s !important;
			transition-delay: 0.28s !important;
}

.open li:nth-child(5) {
	-webkit-transition-delay: 0.35s !important;
			transition-delay: 0.35s !important;
}

/* ---- formgroup-pax ------------------------- */
.pax {
    min-width: 230px;
}

.pax .panel {
    margin-bottom: 0;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pax .table > tbody > tr > td,
.pax .table > tbody > tr > th,
.pax .table > tfoot > tr > td,
.pax .table > tfoot > tr > th,
.pax .table > thead > tr > td,
.pax .table > thead > tr > th {
    padding: 10px 2px;
    line-height: 1.4;
    vertical-align: top;
    border-top: 1px solid #eaeaea;
}

.pax .btn {
    padding: 5px 5px;	/* 5px 4px; */
}

.pax .control-label {
    padding-left: 0 !important;
}

.pax label {
    line-height: 1.6em !important;
}

.pax .form-control {
    height: 24px !important;
    padding: 6px;
    font-size: 13px;
	line-height: 1em;
	background: none;
	border: none;
	max-width: 50px;
}

.pax label .pax-type {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2em !important;
}

.pax label .pax-type .small {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 12px;
	font-weight: 400;
	color: #337ab7;
}

.pax i.icon {
    font-size: 9px;
	left: 1px;
}

.pax i.icon.icon-minus-bold,
.pax i.icon.icon-plus-bold {
    font-size: 9px;
	left: 0;
	text-align: center !important;
}

#dropdown-menu li .input-group,
#dropdown-menu2 li .input-group,
#dropdown-menu3 li .input-group {
    line-height: 1em;
}

.pax .input-group {
    float: right;
}

.field-group {
	width: 100% !important;
}

.btn-plusminus {
	background-color: #e5edf5 !important;
	border-radius: 3px !important;
	border: 1px solid #e5edf5;
}

.btn-plusminus > div.h-eff {    
	position: absolute;
	top: -1px;
	left: -1px;
	background-color: #233568;
	border-radius: 3px;
	width: 22px;
	height: 22px;
	transform: scale(0);
	transition: all 450ms ease 0ms;
	border: none;
}

.btn-plusminus:hover > div.h-eff,
.btn-plusminus:focus > div.h-eff {
	border-radius: 3px;
	transform: scale(1);
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	top: -1px;
	left: -1px;
	background-color: #233568 !important;
}

.btn-plusminus i {    
	position: relative;
}

.btn-plusminus:hover i {
	color: rgb(255, 255, 255);
}

.btn.addMore,
.bt.addMore:focus {
	color: #fff;
	background: transparent;
	border: none;
}

.btn.addMore:hover {
	background: rgba(255,255,255,0.25);
}

.btn.addMore:active {
	background: rgba(255,255,255,1);
	color: #ff424d;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn.addMore span {
	font-size: 18px;
	vertical-align: top;
	margin-right: 3px;
}

.input-group .form-control {
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.daterangepicker .daterangepicker_input i {
    font-size: 20px;
}

.daterangepicker .range_inputs {
	display: none;
}

/* ==== panel w. tabs styles ==== */
#dpkr {
	width: 723px;
	background-color: #fff;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,.075);
	box-shadow: 0 3px 10px rgba(0,0,0,.075);
}
#dpkr .panel-body {
    padding: 0;
}
#dpkr .panel-body #tab_b {
	min-height: 442px;
}
#dpkr .nav {
	margin-top: 65px;
}
#dpkr .nav.hh {
	background: #F2F4F7;
	height: 375px;
}
#dpkr .nav li {
	color: #233568;
	border: 1px solid #e1e7ed;
	border-left: 4px solid #e1e7ed;
}
#dpkr .nav li + li {
	border-top: none;
}
#dpkr .nav > li > a {
    color: #233568;
	padding: 26px 25px;
}
#dpkr .nav > li,
#dpkr .nav > li > a:focus,
#dpkr .nav > li > a:hover {
    color: #233568;
    background-color: #f2f4f7;
	border-left: 4px solid #f2f4f7;
}
#dpkr .nav > li.active {
    color: #ff424d;
	background-color: #fff;
	border-left: 4px solid #ff424d;
	border-right: none;
}
#dpkr .nav > li.active a,
#dpkr .nav > li.active > a:focus,
#dpkr .nav > li.active > a:hover {
    color: #ff424d;
	background: #fff;
}

#dpkr .dropdown-menu {
    position: absolute;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	margin: 0;
}
#dpkr #dpkr-select .dropdown-menu {
	top: 46px;
	background: #f8f9fb;
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,.125);
	box-shadow: 0 3px 10px rgba(0,0,0,.125);
	height: 175px;
}
#dpkr #dpkr-select .dropdown-menu.inner {
	height: 175px;
	margin-top: -42px;
	-webkit-box-shadow: none;
	box-shadow: none;
	overflow-x:hidden;
}
#dpkr #dpkr-select .dropdown-menu > li > a {
    padding: 4px 13px;
}
#dpkr .btn-default.active,
#dpkr .btn-default:active,
#dpkr .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #f2f4f7;
    border-color: #f2f4f7;
}
#dpkr .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
    padding: 0;
}
#dpkr .daterangepicker .calendar {
	margin: 0;
}
#dpkr .daterangepicker .calendar-table {
    border: none;
    padding: 15px 25px 20px;
    border-radius: 0;
    background-color: transparent;
}
#dpkr .daterangepicker.ltr .daterangepicker_input {
	padding: 20px 0;
	height: 66px;
	border-bottom: 1px solid #e1e7ed;
}
#dpkr .daterangepicker.ltr .daterangepicker_input.last input {
	border-left: 1px solid #e1e7ed;
}
#dpkr .daterangepicker.ltr .daterangepicker_input.compact {
    padding: 0;
    height: 40px;
    border-bottom: 1px solid #e1e7ed;
}
#dpkr .daterangepicker .input-mini {
	color: #233568 !important;
	height: 26px;
	line-height: 30px;
	display: block;
	margin: 0 0 5px 0;
	padding: 0 6px 0 58px;
	width: 100%;
	font-size: 16px;
	font-weight: 700;
}
#dpkr .daterangepicker .input-mini.no-icon {
	padding-left: 24px;
	margin-top: 6px;
}
#dpkr ::placeholder {
	color: #233568;
	opacity: 1;
}
#dpkr :-ms-input-placeholder,
#dpkr ::-ms-input-placeholder {
	color: #233568;
}
#dpkr .daterangepicker .input-mini,
#dpkr .daterangepicker .input-mini.active {
    border: none;
    border-bottom: none;
    border-radius: 0;
}
#dpkr .daterangepicker .daterangepicker_input i {
    position: absolute;
	color: #233568;
    left: 24px;
    top: 22px;
}
#dpkr .daterangepicker .daterangepicker_input.compact i {
    top: 2px;
}
#dpkr .daterangepicker p.small {
	color: #ff424d;
	padding: 14px 24px 0;
	margin-bottom: 0;
	margin-left: 34px;
	line-height: 12px;
}
#dpkr .daterangepicker_select {
	height: 75px;
	border-bottom: 1px solid #e1e7ed;
}
#dpkr .daterangepicker_select.last {
	border-left: 1px solid #e1e7ed;
}
#dpkr .daterangepicker_select .form-group {
	line-height: 42px;
}
#dpkr .daterangepicker_select .form-group label {
	margin: 17px auto auto 24px;
}
#dpkr .daterangepicker_select .form-group .btn-group {
	margin: 17px auto auto 0;
}
#dpkr .bootstrap-select,
#dpkr .bootstrap-select > .dropdown-toggle {
    border: none;
}
#dpkr .bootstrap-select > .dropdown-toggle.bs-placeholder,
#dpkr .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
#dpkr .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
#dpkr .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #233568;
	font-size: 15px;
	font-weight: 700;
}
#dpkr .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
#dpkr .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
#dpkr .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    background-color: #f2f4f7;
}
#dpkr .info-text {
	height: 47px;
	border-bottom: 1px solid #e1e7ed;
}
#dpkr .info-text p {
	margin-top: 28px;
	margin-left: -29px;
	font-size: 14px;
	color: #ff424d;
}
#dpkr .form-group.form-group-lg label {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 1px;
}
#dpkr .dropdown-menu > li > a {
    padding: 4px 25px;
}
#dpkr .input-group {
    margin-top: 22px;
}
#dpkr .input-group .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #737373;
    text-align: center;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.daterangepicker_select .dropdown-menu {
	top:42px;
    background-color: #fff;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,.075);
	box-shadow: 0 3px 10px rgba(0,0,0,.075);
}


/* anotaciones */
a.nota {
	color: rgba(255,255,255,0.65);
}
a.nota i {
	font-size: 18px;
	vertical-align: top;
	line-height: 64px;
	margin-right: 6px;
}
a.nota span {
	font-size: 12px;
	font-weight: 300;
}
a:hover.nota,
a:hover.nota i,
a:hover.nota span{
	color: rgba(255,255,255,0.95);
}

#dpkr-complete .modal-dialog {
    width: 810px;
}

#dpkr-complete .modal-header {
    min-height: 16.43px;
    padding: 15px 15px 0;
    border-bottom: none;
    background: #fff;
}
#dpkr-complete .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
	border: none;
	background-color: transparent;
}
/* end anotaciones */

/* form fondo rojo - #inv */
#inv .form-control::-webkit-input-placeholder { color: white; }  /* WebKit, Blink, Edge */
#inv .form-control:-moz-placeholder { color: white; }  /* Mozilla Firefox 4 to 18 */
#inv .form-control::-moz-placeholder { color: white; }  /* Mozilla Firefox 19+ */
#inv .form-control:-ms-input-placeholder { color: white; }  /* Internet Explorer 10-11 */
#inv .form-control::-ms-input-placeholder { color: white; }  /* Microsoft Edge */

#inv .form-group .input-icon {
    width: 45px;
    height: 45px;
    line-height: 42px;
    font-size: 22px;
	color: #fff;
}

#inv .form-group .input-icon.icon-hotel-line {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 27px;
    color: #fff;
}

#inv .form-group .input-icon.icon-coche1-line,
#inv .form-group .input-icon.icon-vuelo-y-hotel-line {
    width: 45px;
    height: 45px;
	font-size: 26px;
	line-height: 45px;
    color: #fff;
}

#inv .tt-hint {
    color: #999;
}

#inv .tt-dropdown-menu {
    width: 100%;
    margin-top: 7px;
    background: #fff;
    border: none;
    max-height: 300px;
    overflow-y: auto;
    white-space: nowrap;
}

#inv .tt-suggestion {
    line-height: 1em;
    padding: 12px 20px;
    font-size: 14px;
    border-bottom: none;
}

#inv .tt-suggestion p {
    margin: 0;
}

#inv .tt-suggestion.tt-cursor {
    color: #233568;
    background: #f2f4f7;
    cursor: pointer;
	font-weight: bold;
}

#inv .btn.go-swap,
#inv .btn.go-swap-si {
	height: 32px;
	margin-top: 7px;
	padding: 6px 8px 0 6px;
    border: none;
	background: #ff424d;
	color: #fff;
}

#inv .btn.go-swap.active, .btn.go-swap:active,
#inv .btn.go-swap-si.active, .btn.go-swap-si:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#inv .btn.go-swap i.icon,
#inv .btn.go-swap-si i.icon {
    font-size: 18px;
	margin: 0;
	color: rgba(255,255,255,0.7);
}

#inv .btn.go-swap:hover i.icon,
#inv .btn.go-swap-si:hover i.icon {
    font-size: 18px;
	margin: 0;
	color: rgba(255,255,255,1);
}

#inv .btn.search {
	height: 45px;
	margin-top: 0;
	padding: 9px 10px 10px;
	border: none;
	background: #fff;
	color: #ff424d;
}

#inv .btn.search i.icon {
    font-size: 26px;
    margin: 0;
}

#inv input {
	border: none !important;
	background: rgba(255, 135, 135, 0.65);
	color: #fff !important;
	font-family:'Nunito Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
	
	width: 99%;
	background: rgba(255,255,255,0.85);
    background-color: rgba(255, 255, 255, 0.85);
	color: #233568 !important;
}

#inv input#daterangepicker {
	font-size: 14px;
}


/* form fondo blue - #sky */
#sky .form-control::-webkit-input-placeholder { font-size: 14px; }  /* WebKit, Blink, Edge */
#sky .form-control:-moz-placeholder { font-size: 14px; }  /* Mozilla Firefox 4 to 18 */
#sky .form-control::-moz-placeholder { font-size: 14px; }  /* Mozilla Firefox 19+ */
#sky .form-control:-ms-input-placeholder { font-size: 14px; }  /* Internet Explorer 10-11 */
#sky .form-control::-ms-input-placeholder { font-size: 14px; }  /* Microsoft Edge */

#sky .input-group,
#sky a.btn.search,
#ida.form-group.form-group-lg,
#vuelta.form-group.form-group-lg,
#solo-ida.form-group.form-group-lg,
#origen.form-group.form-group-lg,
#destino.form-group.form-group-lg,
#horario.form-group,
#tarifa-inline.form-group {
    margin-bottom: 0;
}

#origen.form-group.form-group-lg .twitter-typeahead,
#destino.form-group.form-group-lg .twitter-typeahead{
    position: initial !important;
    display: block !important;
    height: 45px;
}

#horario.form-group .btn-group,
#tarifa-inline.form-group .btn-group {
	border: none;
}

#horario.form-group .btn.dropdown-toggle,
#tarifa-inline.form-group .btn.dropdown-toggle{
	border: none;
	font-size: 14px;
	padding: 10px 18px;
}

#horario.hotel {
    margin-right: 4px;
}

#sky button {
    height: 45px !important;
}

#sky .bootstrap-select {
	border: none !important;
}

/*
#sky .bootstrap-select > .dropdown-toggle.bs-placeholder {
	background: rgba(255,255,255,0.95);
	background-color: rgba(255, 255, 255, 0.95);
}
*/

#sky .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	font-family: 'Nunito Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
    color: #233568;
}

#sky .bootstrap-select.btn-group .dropdown-toggle .caret {
	width: 10px;
	height: 10px;
	border: none;
	font-family: 'icomoon';
	font-size: 11px;
	top: 40%;
}
  
#sky .bootstrap-select.btn-group .dropdown-toggle .caret:before,
#three-select .dropdown-menu button span.arrow:before {
	content: "\e956";
}


	#sky .dropdown-menu,
	#three-select .dropdown-menu {
		display: block;
		opacity: 0;
		transition: visibility 0.2s ease,
					opacity 0.2s ease;
		visibility: hidden;
		position: absolute;
		top: -1em;
		right: 0;
		left: 0;
		z-index: 10000;
		margin: 1em auto;
		padding: 0;
		width: 320px;
		list-style: none;
		text-align: left;
		border-radius: 0;
		background: #fff;
		-webkit-transition: all 650ms cubic-bezier(0.22, 1, 0.22, 1);
		transition: all 650ms cubic-bezier(0.22, 1, 0.22, 1);
		-webkit-transform: scale(0);
		transform: scale(0);
		-webkit-transform-origin: left top;
		transform-origin: left top;
	}
	
	#sky .open > .dropdown-menu,
	#three-select .open > .dropdown-menu {
		opacity: 1;
		visibility: visible;
		-webkit-transform: scale(1);
		transform: scale(1);
		min-height: 230px !important;
	}
	
	#three-select .form-group.type .open > .dropdown-menu {
		opacity: 1;
		visibility: visible;
		-webkit-transform: scale(1);
		transform: scale(1);
		min-height: 138px !important;
	}
	
	#three-select .open > .dropdown-menu.s1 {
		width: 180px;
		min-height: 138px !important;
	}
	
	#three-select .open > .dropdown-menu.s2 {
		width: 320px !important;
		min-height: auto !important;
	}
	
	#three-select .open > .dropdown-menu.s2 li {
		padding: 10px 25px;
	}
	
	#three-select .open > .dropdown-menu.s3 {
		width: 180px;
		min-height: auto !important;
	}
	
	#sky .open > .dropdown-menu li.selected a,
	#three-select .open > .dropdown-menu li.selected a{
		color: #233568;
	}
	
	#three-select .dropdown-menu::before {
		display: none;
	}
	
	#three-select .btn,
	#three-select .btn.active,
	#three-select .btn:active {
		background: none;
		color: #fff;
		padding: 0 26px 2px 0;
		margin-right: 20px;
		border-bottom: 1px solid rgba(255,255,255, 0.75);
		background-image: none;
		outline: 0;
		-webkit-box-shadow: none;
				box-shadow: none;
	}
	
	#three-select .btn span {
		position: absolute;
		right: 0;
		top: 6px;
		z-index: 1;
		cursor: pointer;
		color: #fff !important;
		font-size: 10px;
	}
	
	#three-select .btn.btn-plusminus {
		background: none;
		color: #fff;
		padding: 5px !important;
		margin-right: 0;
		border-bottom: 1px solid rgba(255,255,255, 0.75);
	}
	
	
	#three-select .btn-group.tarifa {
		height: 30px;
		width: 90px;
		border: none;
	}
	
	#three-select .btn-group.tarifa .bootstrap-select > .dropdown-toggle.bs-placeholder {
		background: none;
		border: none;
	}
	
	#three-select .btn-group.tarifa .bootstrap-select.btn-group .dropdown-toggle .filter-option {
		font-family: 'Nunito Sans', Arial, sans-serif;
		font-weight: 400;
		font-size: 14px;
		color: #233568;
	}
	
	#three-select .btn-group.tarifa .bootstrap-select.btn-group .dropdown-toggle .caret {
		width: 10px;
		height: 10px;
		border: none;
		font-family: 'icomoon';
		font-size: 11px;
		top: 40%;
	}

#sky .form-group .input-icon {
	width: 45px;
	height: 45px;
	line-height: 42px;
	font-size: 22px;
	color: #233568 !important;
	z-index: 10;
}

#sky .form-group .input-icon.icon-plane1-line {
    font-size: 24px;
		line-height: 45px;
}

#sky .form-group .input-icon.icon-hotel-line {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 27px;
}

#sky .form-group .input-icon.icon-coche1-line,
#sky .form-group .input-icon.icon-vuelo-y-hotel-line {
    width: 45px;
    height: 45px;
	font-size: 26px;
	line-height: 45px;
}

#sky .input-group-addon {
	width: 0;
	display: table-cell;
}

#sky .tt-hint {
    color: #999;
}

#sky .tt-dropdown-menu {
    width: 100%;
    margin-top: 7px;
    background: #fff;
    border: none;
    max-height: 300px;
    overflow-y: auto;
    white-space: nowrap;
}

#sky .tt-suggestion {
    line-height: 1em;
    padding: 12px 20px;
    font-size: 14px;
    border-bottom: none;
}

#sky .tt-suggestion p {
    margin: 0;
}

#sky .tt-suggestion.tt-cursor {
    color: #233568;
    background: #f2f4f7;
    cursor: pointer;
	font-weight: bold;
}

#sky .btn.go-swap,
#sky .btn.go-swap-si {
	height: 45px;
	padding: 0 10px;
	border: none;
	color: #fff;
	background: rgba(35,53,104,0.5);
}

#sky .btn.go-swap.active,
#sky .btn.go-swap-si.active,
#sky .btn.go-swap:active,
#sky .btn.go-swap-si:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#sky .btn.go-swap i.icon,
#sky .btn.go-swap-si i.icon {
    font-size: 20px;
	color: rgba(255,255,255,0.7);
	margin: 0;
}

#sky .btn.go-swap:hover i.icon,
#sky .btn.go-swap-si:hover i.icon {
    font-size: 20px;
	color: rgba(255,255,255,1);
	margin: 0;
}

.rotate-180 {
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.rotate-180.after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

#sky .btn.search,
#row-btns .btn.search {
	height: 45px;
	margin-top: 0;
	padding: 9px 10px 10px;
	border: none;
	background: #ff424d;
	color: #fff;
}

#sky .btn.search i.icon,
#row-btns .btn.search i.icon{
    font-size: 26px;
    margin: 0;
}

#sky input {
	border: none !important;
	font-family:'Nunito Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	
	background: rgba(255,255,255,0.95);
    background-color: rgba(255, 255, 255, 0.95);
	color: #233568 !important;
}

#sky input#daterangepicker {
	font-size: 14px;
}

#sky .dropdown-menu::before {
	display: none;
}

#sky .form-group,
#sky .form-group .panel {
    margin-bottom: 4px;
}


/* panel-sky */

.panel-sky {
	background: rgba(35,53,104,0.5);
	border-radius: 0;
}

.panel-sky .panel-heading {
    padding: 5px 10px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
    font-weight: 400;
}

.panel-sky .panel-body {
    padding: 5px;
}

.panel-sky label {
	color: #fff;
}

.panel-sky .btn.remove {
    background: none;
    padding: 10px 0 0;
    border: none;
    max-width: 40px;
	color: #fff;
}

.panel-sky a .btn.remove {
	color: #fff;
	font-size: 24px;
	padding: 0;
}

.panel-sky .btn.remove span {
	font-size: 22px;
	line-height: 30px;
	vertical-align: top;
	margin-left: 10px;
	background: none;
}

#cruceros .form-group i,
#cruceros i:hover,
#cruceros i:focus {
	color: #233568 !important;
}

#cruceros .selectpicker.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}


/* -------------------------------------------------- */
/*  hover effects                                     */
/* -------------------------------------------------- */
[class^="hvr-"] {
  margin: .4em;
  padding: 1em;
  cursor: pointer;
  background: #e1e1e1;
  text-decoration: none;
  color: #666;
  /* Prevent highlight colour when element is tapped */
  -webkit-tap-highlight-color: rgba(0,0,0,0);

  /* Smooth fonts */
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Radial Out */
.hvr-radial-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
	background: #e1e1e1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.hvr-radial-out:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #233568;
	border-radius: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
	color: #233568;
}

.hvr-radial-out:hover i.icon {
	color: #fff;
}

.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
	-webkit-transform: scale(2);
	transform: scale(2);
}

.hvr-radial-out:active:before {
	color: #fff !important;
	background: #2B559F;
}

.hvr-radial-out:active i.icon {
	color: #fff;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ecf3fa;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
	50% {
		background-color: rgba(255,66,77, 0.75);
	}
}
@keyframes hvr-back-pulse {
	50% {
		background-color: rgba(255,66,77, 0.75);
	}
}
.hvr-back-pulse {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	overflow: hidden;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}
.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
	-webkit-animation-name: hvr-back-pulse;
	animation-name: hvr-back-pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background-color: #ff424d;
	color: white;
}

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


/* -------------------------------------------------- */
/*  enews section                                     */
/* -------------------------------------------------- */
#enews .row.row-wrap > [class^="col-"] {
	margin-bottom: 16px;
}

#enews .media-object {
	margin-right: 15px;
    margin-bottom: 15px;
}

#enews .media-body {
	padding-top: 17px;
}

#enews .input-group {
    margin-top: 10px;
}

#enews input {
    line-height: 1.6em;
    border: 1px solid rgba(35,53,104,0.6);
    height: 45px;
    padding: 10px 18px;
    color: #233568;
	background-color: #f4fcff;
	font-weight: 400;
	
	border: none;
	background: #fff;
}

#enews .btn-line {
	font-size: 15px;
	height: 45px;
    background: #fff;
    color: #233568;
    border: 1px solid rgba(35,53,104,0.6);
	
    font-size: 13px;
    height: 45px;
    background: #233568;
    color: #fff;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

#enews .btn-line:hover,
#enews .btn-line:active,
#enews .btn-line:focus {
    background: #233568;
    color: #fff;
    border: 1px solid #233568;
}

#enews .dotted-line {
	border-top: 2px dotted #9cbfdb;
}

#enews .dotted-line.top {
	margin-bottom: 20px;
}

#enews .gap-mini {
	margin: 0;
}

/* -------------------------------------------------- */
/*  banner car                                     */
/* -------------------------------------------------- */
#banner-car{
    background-color: #ff424e;
}

#banner-car .row.row-wrap > [class^="col-"] {
	margin-bottom: 16px;
       
}

#banner-car .media-object {
	margin-right: 15px;
       
}

#banner-car .btn-line {
    font-size: 15px;
    color: #fff;
    border: 1px solid #fff;	
    font-size: 13px;
    background: #ff424e;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding-left: 25px;
    padding-right: 25px;
    
}

#banner-car .btn-line:hover,
#banner-car .btn-line:active,
#banner-car .btn-line:focus {
    background: #ff424e;
    color: #fff;
    border: 1px solid #fff;
}

#banner-car .dotted-line {
	border-top: 2px dotted #9cbfdb;
}

#banner-car .dotted-line.top {
	margin-bottom: 20px;
}

#banner-car .gap-mini {
	margin:0px;
        padding-left: 33px;
        padding-right: 45px;
}

#banner-car .text-p{
    
    color: #fff !important;
    padding-left: 10%;
}

#banner-car .text-area{
    margin-top: 10px;
    margin-bottom: 0px !important;
}

#banner-car .button-area{
    margin-top: 20px; 
}

#banner-car .btn-banner-xs{
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 10%;
    
}

/* -------------------------------------------------- */
/*  nav-tabs advert 14mar                             */
/* -------------------------------------------------- */
#promo.global-wrap.bt-red {
	border-top:	1px solid rgba(255,66,77,0.85);
	
		border-top: none;
}

.nav-tabs > li > a {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.nav-tabs.advert {
    border-bottom: none !important;
}

.nav-tabs.advert.centered {
    text-align: center;
}

.nav-tabs.advert.centered > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs.advert li {
    display: inline-block;
    padding: 2px 15px;
    height: 58px;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    color: #666;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
	
		border: 1px transparent;
		border-bottom: 1px transparent;
		border-radius: 0;
}

@media (max-width:992px) {
    .nav-tabs.advert li,
    .nav-tabs.advert li.active {
        padding: 0 8px;
    }
}

.nav-tabs.advert li.active:after {
	position: absolute;
	content: "";
	top: 60px;
	left: 47%;
	z-index: 1;
	height: 15px;
	width: 15px;
	background: #f7f7f7;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-tabs.advert li.active:after {
	background: #fff;
	border-top: none;
	border-left: none;
	display: none
}

.od-home-bottom-publi-tabs li:before {
	content: '';
	position: absolute;
	right: -1px;
	height: 30px;
	top: 10px;
}

.nav-tabs.advert li:hover,
.nav-tabs.advert li:focus {
	background: #fff;
	border-top: none;
	border-left: none;
	
	background: #f2f4f7;
	border: 1px transparent;
	border-bottom: 1px transparent;
	  
	  	border-bottom: 1px solid rgba(255,66,77,0.85);
		
			border-bottom: none;
			background: transparent;
}

.nav-tabs.advert li.active,
.nav-tabs.advert li.active:hover,
.nav-tabs.advert li.active:focus {
    box-shadow: inset 0 1px 2px transparent;
    border: 0;
		
		border: 1px solid #ddd;
		border-bottom: 1px solid #fff;
		background: #fff;
			
			border:	1px solid rgba(255,66,77,0.85);
			border-bottom: 1px solid #fff;
			border-top: 4px solid rgba(255, 66, 77, 0.85);
			
				border: none !important;
}

.nav-tabs.advert > li > a {
    margin-right: 2px;
    line-height: 2.0;
    border: none !important;
    border-bottom-color: transparent;
    border-radius: 0;
    color: #666666;
	
	font-weight: 400;
}

.nav-tabs.advert > li > a {
    color: rgba(255,255,255,0.65);
	
		color: rgba(35,53,104,0.6);
		
			padding: 6px 2px 6px;
}

.nav-tabs.advert > li > a:hover,
.nav-tabs.advert > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: transparent;
	
		color: #233568;
		background-color: transparent;
}

.nav-tabs.advert > li.active > a {
    background-color: rgba(255,255,255, 0.0) !important;
    color: #ff424d;
	
		background-color: #fff;
		color: #233568;
		padding-top: 6px;
		
			border-bottom: 3px solid #ff424d !important;
}

.nav-tabs.advert > li.active > a {
    color: #fff;
		
		color: #233568;
		
			color: #ff424d;
}


/* -------------------------------------------------- */
/*  LISTADO VUELOS                                    */
/* -------------------------------------------------- */
.navbar-container.min {
    padding: 0;
}

#header-container.min .logo,
#header-container.min .logo.item {
    display: block;
    height: 28px;
    line-height: 28px;
	margin-top: 9px;
}

#intro .top-layer.listadovuelos {
    z-index: 1 !important;
    background: rgb(9,65,178);
    background: linear-gradient(135deg, rgba(9,65,178,1) 0%, rgba(45,113,214,1) 50%, rgba(9,65,178,1) 100%);
    padding: 0;
        padding-bottom: 0px;
    padding-bottom: 10px;
}

#intro.xs .intro-gap {
    padding-top: 10px;
}

#intro.xs .intro-gap.end {
    padding-bottom: 10px;
}

#intro.xs .tab-content {
    margin-top: 5px;
}

.results {
	font-size: 13px;
	font-weight: 300;
	line-height: 2.8em;
}

.results span {
	font-weight: 700;
}

.options {
	margin-bottom: 0;	/* 10px; */
	padding: 8px 0 0;
}

.options i {
    padding-left: 0;
    padding-right: 5px;
	vertical-align: top;
	font-size: 18px;
}

.b-b {
	border-bottom: 1px solid #f5f7f7;
}

.b-r {
	border-right: 1px solid rgba(186,206,220,0.8) !important;
}

#intro.xs .buscador {
	background: transparent;
}

#intro.xs .listadovuelos {
    padding-bottom: 14px;
}

#intro.xs .listadovuelos.small {
    padding-bottom: 4px;
}

/*  appear hidden-search */
.trigger {
	float: left;
	color: #fff;
	margin-top: -3px;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.trigger span.show {
	font-family: 'Nunito Sans', Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	display: block;
	cursor: pointer;
}

.trigger span.show.open {
	opacity: 0.5;
}

.table-bordered.choice,
.table-bordered.choice > tbody > tr > td,
.table-bordered.choice > tbody > tr > th,
.table-bordered.choice > tfoot > tr > td,
.table-bordered.choice > tfoot > tr > th,
.table-bordered.choice > thead > tr > td,
.table-bordered.choice > thead > tr > th {
    width: auto;
    max-width: none;
    border: none;
        border-right-width: medium;
        border-right-style: none;
        border-right-color: currentcolor;
    border-right: 1px solid rgba(255,255,255,0.3);
    padding: 2px 15px;
    margin-bottom: 0;
}

.table-bordered.choice > tbody > tr > td:first-child {
	padding-left: 0;
}

.table-bordered.choice > tbody > tr > td:last-child {
	border-right: 1px solid rgba(255,255,255,0.0);
}

.table-bordered.choice h3 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 14px;
    font-weight: 200;
    color: #fff;
}

.show-search #three-select {
    height: 35px;
	margin-top: 15px;
}

#suggestions .btn {
	overflow: hidden;
	padding: 12px 12px;
}

#suggestions .btn.btn-secondary {
    background-color: #fff;
	color: #233568;
	border-color: #d7e0e2 !important;
}

#suggestions .btn.btn-secondary:hover,
#suggestions .btn.btn-secondary:focus{
	color: #233568;
	/* border-color: #233568 !important; */
}

#suggestions .btn.btn-secondary.active,
#suggestions .btn.btn-secondary.active:hover {
    color: #ffffff;
    border-color: #d7e0e2;
	background: rgb(9,65,178);
	background: linear-gradient(135deg, rgba(9,65,178,1) 0%, rgba(45,113,214,1) 100%);
	padding: 12px 12px;
}

#suggestions .btn .title {
	font-size: 16px;
	font-weight: 700;
}

#suggestions .btn .price {
	font-size: 14px;
	font-weight: 300;
}

#suggestions .btn i {
	position: absolute;
	color: #d7e0e2;
	font-size: 55px;
	top: 22px;
	right: -7px;
}

#suggestions .btn.active i {
    color: #ffffff;
}


/* -------------------------------------------------- */
/*  FILTER-SIDEBAR                                    */
/* -------------------------------------------------- */
#filterSidebar {
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 1050;
    overflow-y: scroll;
	transition: all 0.5s;
	background: #1e41a2;
	background: -webkit-linear-gradient(to top, #1e41a2, #233568);
	background: linear-gradient(to top, #1e41a2, #233568);
	background: #f7f7f7;
	border-right: 1px solid #d7e0e2;
	
	background: #fff;
}

#filterSidebar.active {
    left: 0;
}

#filterSidebar i.icon-cross-bold {
    color: #b5ceea !important;
    opacity: 1.0;
}

#filterSidebar i.icon-cross-bold:hover {
    color: #fff !important;
    opacity: 1.0;
}

#filterSidebar #dismiss {
    width: 35px;
    height: 35px;
	font-size: 13px;
	font-weight: lighter;
    line-height: 35px;
    text-align: center;
	color: #b5ceea;
    background: none;
    position: absolute;
    top: 7px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#filterSidebar #dismiss:hover {
    background: none;
    color: #fff;
}

#filterSidebar .sidebar-header {
	padding-top: 42px;
}

#filterSidebar .wrapper {
	padding-left: 10px;
    padding-right: 10px;
	margin-top: 42px;
}

#filterSidebar .overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1049 !important;
    display: inherit;
}

#filterSidebar a[data-toggle="collapse"] {
    position: relative;
}

#filterSidebar a[aria-expanded="false"]::before,
#filterSidebar a[aria-expanded="true"]::before {
    content: '\e930';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'icomoon';
    font-size: 0.6em;
}
#filterSidebar a[aria-expanded="true"]::before {
    content: '\e930';		/* content: '\e260'; */
}

#filterSidebar .panel-heading {
    padding: 10px;
}


/* -------------------------------------------------- */
/*  ASIDE -- Fixed content                            */
/* -------------------------------------------------- */
.hbox {
	display: table;
	table-layout: fixed;
	border-spacing: 0;
	width: 100%;
}

.hbox > aside,
.hbox > div,
.hbox > section {
	display: table-cell;
	vertical-align: top;
	height: 100%;
	padding: 0;
	float: none;
}

aside .wrapper {
    padding-left: 18px;
    padding-right: 18px;
}

aside .booking-panel {
    border: 1px solid rgba(0,0,0,0.15);
	background: #edeff5;
    -webkit-box-shadow: none;
    box-shadow: none;
}

aside .booking-panel .booking-details {
    list-style: none;
    margin: 0;
    padding: 15px 15px 2px;
}

aside .booking-panel .booking-details > li {
    border-top: 1px solid rgba(0,0,0,0.15);
	padding-bottom: 10px;
	padding-top: 7px;
}

aside .booking-panel .booking-details > li:first-child {
    border-top: none;
	padding-bottom: 10px;
	padding-top: 0;
}

aside .booking-panel .booking-details > li:last-child {
    border-bottom: none !important;
	padding-top: 6px;
	padding-bottom: 6px;
}

aside .booking-panel .booking-details > li.resume-flight {
	padding-top: 0px;
}

aside.booking-resume .booking-details > li > .row.resume i.xs {
    font-size: 8px;
}

aside .booking-panel .booking-details .col1 h5,
aside .booking-panel .booking-details .col2 h5.total {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35em;
	color: rgba(45,113,214,1);
	margin-bottom: 2px;
}

aside .booking-panel .booking-details .col2 h5.total {
	text-align: right;
}

aside.booking-resume .booking-details > li > .row.resume a,
aside.booking-resume .booking-details > li > .row.resume a.collapsed {
    color: #2d71d6; 
}

aside.booking-resume .booking-details > li > .row.resume a:hover,
aside.booking-resume .booking-details > li > .row.resume a.collapsed:hover .show-details,
aside.booking-resume .booking-details > li > .row.resume a:focus,
aside.booking-resume .booking-details > li > .row.resume a.collapsed:focus .show-details,
aside.booking-resume .booking-details > li > .row.resume a:active,
aside.booking-resume .booking-details > li > .row.resume a.collapsed:active .show-details {
    color: #2d71d6 !important;
	text-decoration: underline !important;
}

aside .booking-panel .total-price {
	background: rgba(45,113,214,1);
	background: linear-gradient(135deg, rgba(9,65,178,1) 0%, rgba(45,113,214,1) 100%);
	color: #fff;
	padding: 10px 15px 0;
}

aside .booking-panel .total-price h5 {
	font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
	line-height: 1.7em;
	color: #fff;
}

aside .booking-panel .total-price h5.total {
	font-size: 20px;
    font-weight: 200;
	line-height: 1.35em;
	text-align: right;
}

aside .booking-panel .total-price h5.total sup {
	font-size: 65%;
    top: -.3em;
    margin-right: 1px;
}

aside .booking-panel .booking-details .resume-flight {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.35em;
    color: #3e3e3e;
}

aside .booking-panel .booking-details .resume-flight .company {
	margin-bottom: 10px;
}

aside .booking-panel .booking-details .resume-flight .depart,
aside .booking-panel .booking-details .resume-flight .return {
	margin-bottom: 0;
}

aside .booking-panel .booking-details .resume-flight .time {
    padding-left: 10px;
    margin-bottom: 0;
}

aside .booking-panel .booking-details .resume-flight .flight-number {
    padding-left: 10px;
    margin-bottom: 10px;
}

aside .booking-panel .booking-details .resume-flight .flight-number.last {
    margin-bottom: 0;
}

aside .booking-panel .booking-details > li.total-price .col1 h5,
aside .booking-panel .booking-details > li.total-price .col2 h5 {
	color: #3e3e3e;
}

aside .booking-panel .booking-details .col1 .price,
aside .booking-panel .booking-details .col2 .price,
aside .booking-panel .booking-details .col1 .taxes,
aside .booking-panel .booking-details .col2 .taxes {
	font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.35em;
    color: #3e3e3e;
    margin-bottom: 0;
	padding-left: 10px;
}

aside .booking-panel .booking-details .col2 .price,
aside .booking-panel .booking-details .col2 .taxes {
	padding-right: 10px;
}

aside .booking-panel .booking-details .col2 .price,
aside .booking-panel .booking-details .col2 .taxes {
	text-align: right !important;
}

aside .booking-panel .booking-details .mt-sm {
    margin-top: 7px !important;
}

.scrollable {
	overflow-x: hidden;
	overflow-y: auto;
}



/* -------------------------------------------------- */
/*  panel flight-list_v3                              */
/* -------------------------------------------------- */
.panel.flight-list {
	border-radius: 0px;
	border: 1px solid #fff;		/* #d7e0e2 */
	margin-bottom: 15px;
}

.panel.flight-list:hover {
	border: 1px solid #d7e0e2;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
}

.panel.flight-list.featured {
	border-radius: 0px;
	border: 1px solid #2d71d6;		/* #ff424d; */
}

.panel.flight-list.featured > .panel-heading {
	font-family: 'Nunito Sans', Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	background: #ff424d;
	padding: 0;
	color: #fff;
	padding: 3px 15px;
	border-radius: 0;
}

.panel.flight-list .price-section {
	padding-left: 12px;
	
	text-align: right;
}

.flight-list .line {
	display: none;
}

.v-divider {
	border-right: 1px solid #d7e0e2;
}

.flight-details {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-weight: 600;
    background: transparent;
    padding: 0;
    margin: 0;
	display: none;
}

.flight-info-head {
	font-family: 'Nunito Sans', Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color:#4c4c4c;
	background: #f5f7f7;
	padding: 5px 10px 4px 10px;
	margin-bottom:5px;
}

.flight-line {
	padding: 5px 0 15px 0;
	border-bottom: 1px solid #ebebeb;
}

.flight-line:last-child {
	border-bottom: 0px;
	padding-bottom:6px;
}

.flight-radio {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 5px 0px 9px;
}

.flight-outbound {
	/* display: inline-block; */
	vertical-align: middle;
	margin: 2px 0 26px;
}

.flight-return {
	vertical-align: middle;
	margin: 2px 0 5px;
}

.flight-path {
	text-align: center;
}

.flight-path .tooltip.in,
.baggage-panel .tooltip.in {
  opacity: 1;
  filter:alpha(opacity=100);
}

.flight-path .tooltip.top .tooltip-inner,
.baggage-panel .tooltip.top .tooltip-inner {
    background: #25313b;
	color: #fff;
	max-width: 300px;
	font-size: 13px;
	font-weight: 300 !important;
	letter-spacing: 0.05em;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 15px;
}

.flight-outbound .origin,
.flight-return .origin {
	text-align: right;
}

.flight-outbound span.hour,
.flight-return span.hour {
	font-family: 'Nunito Sans', Arial, sans-serif;
	font-size: 18px;	/* 14px */
	font-weight: 300;	/* 700 */
	color: #233568;
	line-height: 14px;
}

.flight-outbound span.airport,
.flight-return span.airport {
	font-family: 'Nunito Sans', Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 14px;
	text-transform: uppercase;
	color:#3e3e3e;
	display: block;
}

.flight-outbound .airport span.label,
.flight-return .airport span.label {
    display: inline;
    padding: .15em .5em;
	font-size: 75%;
	font-weight: 400;
	line-height: 12px;
	color: #fff;
	background: rgba(45,113,214,1);
	white-space: nowrap;
	text-align: center;
	vertical-align: top;
	border-radius: .25em;
}

.flight-outbound .duration,
.flight-return .duration {
	font-family: 'Nunito Sans', Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;	/* 700; */
	line-height: 20px;
	color: #b6c1c9;		/* #6d8494; */
}

.flight-outbound .course,
.flight-return .course {
	text-align: center;
	line-height: 10px;
	margin-top: 6px;
	margin-bottom: -1px;
}

.flight-outbound .scales,
.flight-return .scales {
	font-family: 'Nunito Sans', Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 10px;
	color: #848484;
}

.flight-outbound .destination,
.flight-return .destination {
	text-align: left;
}

.flight-outbound .label
.flight-return .label {
    display: inline;
	padding: 0.1em .4em;
	font-size: 75%;
	font-weight: 700;
	color: #fff;
	background-color: rgba(45,113,214,1);
	text-align: center;
	white-space: nowrap;
	vertical-align: top;
	border-radius: .25em;
	margin-bottom: 10px;
}

.flight-list span.show {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #233568;
    display: block;
    cursor: pointer;
}

	.flight-list.one-way .operated-by {
		color: #6994c4;
		font-size: 13px;
		position: absolute;
		bottom: -32px;
		left: 5px;
	}
	
	.flight-list.one-way .price-section {
		border-left: 1px solid #d7e0e2;
	}
	
	.flight-list.one-way .row.pad-xtra {
		margin-top: 22px;
	}
	
	.flight-list.one-way .flight-return {
		vertical-align: middle;
		margin: 2px 0 26px;
	}

.price-section .price {
	font-family: 'Nunito Sans', Arial, sans-serif;
	margin-bottom: 0px;
	font-size: 24px;	/* 22px */
	font-weight: 300;
	line-height: 24px;	/* 22px */
	color: #ff424d;
}

.price-section .price sup {
    top: -.2em;
    margin-right: 1px;
}

.price-section .taxes {
	font-family: 'Nunito Sans', Arial, sans-serif;
	font-size: 9px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 12px;
	color:#939393;
	margin-bottom: 10px;
	margin-top: 2px;
}

	.price-section._xxs {
		padding-left: 0 !important;
	}
	
	.price-section._xxs .price {
		font-size: 18px;
		line-height: 18px;
	}
	
	.price-section._xxs .taxes {
		margin-bottom: 0px;
	}

.price-section .baggage {
    z-index: 2;
	display: inline;
    position: relative;
    width: 26px;
    height: 20px;
    line-height: 21px;
    text-align: center;
    background: transparent;
	border: 1px dotted #6d8494;
	border-radius: 2px!important;
	padding-top: 2px;
	color: #6d8494;
}

.price-section .baggage.disabled {
	color: rgba(109,132,148,0.4);
	border: 1px dotted rgba(109,132,148,0.4);
}

.price-section .baggage.checked {
	margin-left: 3px;
}

.price-section .baggage i {
    font-size: 11px;
	line-height: 16px;
	text-align: left;
	padding-left: 3px;
}

.price-section .baggage i.icon-baggage-checked-solid {
    font-size: 12px;
	line-height: 16px;
	text-align: left;
	padding-left: 3px;
}

.price-section .baggage .quantity {
	font-family: 'Nunito Sans', Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	text-align: left;
	padding: 0 2px;
}

.price-section .next {
	margin-top: 10px;
}

.booking-item-airline-logo > img {
    width: 28px;
}

.booking-item-airline-logo > p {
    margin-bottom: 0;
    font-size: 12px;
    margin-top: 3px;
    line-height: 1.3em;
}




/* popover resume-baggage */
[data-style=primary] + .popover {
	background:  #fff;
	border-radius: 0;
	max-width: 300px !important;
}
	
[data-style=primary] + .popover .popover-title {
	background: rgba(45,113,214,1);
	color: #fff;
	border-radius: 0;
	border: 1px solid rgba(45,113,214,1);
}

[data-style=primary] + .popover.left {
	margin-left: -55px;
}

[data-style=primary] + .popover .popover-inner {
	font-size: 5px !important;
}


/* -------------------------------------------------- */
/*  Panel baggage                                     */
/* -------------------------------------------------- */
.panel.baggage-panel {
	border: 1px solid #fff !important;		/* #d7e0e2 */
	padding: 7px;
	border-radius: 0;
	font-weight: 700;
	color: #233568;
	margin-bottom: 15px !important;
}

.panel.baggage-panel a,
.panel.baggage-panel a:hover,
.panel.baggage-panel a:focus,
.panel.baggage-panel a:active {
	color: #233568;
}

.baggage-panel .p10 [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.baggage-panel .title {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 26px;
}

.baggage-panel i.icon-info-bold {
	font-size: 0.85em;
	margin-left: 3px;
}

.baggage-panel .table {
    margin-bottom: 0 !important;
}

.baggage-panel .table > tbody > tr > td,
.baggage-panel .table > tbody > tr > th,
.baggage-panel .table > tfoot > tr > td,
.baggage-panel .table > tfoot > tr > th,
.baggage-panel .table > thead > tr > td,
.baggage-panel .table > thead > tr > th {
    padding: 4px;
    line-height: 1.4;
    vertical-align: middle;
    border-top: none;
	text-align: left;
}

.baggage-panel .form-control {
    height: 24px !important;
    padding: 6px;
    font-size: 13px;
    line-height: 1em;
    background: none;
    border: none;
    max-width: 50px;
}

.baggage-panel .btn-group-sm > .btn,
.baggage-panel .btn-sm {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;

}

.baggage-panel .input-group {
    width: 70px !important;
	float: right;
}

.baggage-panel i.icon-baggage-solid {
    margin-right: 5px;
}

.baggage-panel i.icon.icon-minus-bold,
.baggage-panel i.icon.icon-plus-bold {
    font-size: 9px;
	left: 0;
	text-align: center !important;
}


/* -------------------------------------------------- */
/*  Panel Selector de vuelo en 2 pasos -- bs-wizard   */
/* -------------------------------------------------- */
.panel.steps-panel {
	border: 1px solid #fff !important;
	padding: 7px;
	border-radius: 0;
	color: #3e3e3e;
	margin-bottom: 15px !important;
}

/*Form Wizard*/
.bs-wizard {
    border-bottom: none;
    padding: 0;
}

.bs-wizard > .bs-wizard-step {
    padding: 0; position: relative;
}

.bs-wizard > .bs-wizard-step + .bs-wizard-step {}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    color: #3e3e3e;
    font-size: 16px;
	font-weight: 300;
    margin-bottom: 5px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
	width: 22px;
	height: 22px;
	display: block;
	background: #fff;
	top: 24px;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	border-radius: 50%;
	border: 1px solid #2d71d6;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    content: ' ';
	width: 12px;
	height: 12px;
	background: #2d71d6;
	border-radius: 50px;
	position: absolute;
	top: 4px;
	left: 4px;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
	background: #eeedec;
	border: 1px solid #eeedec;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-stepnum {
	color: #999
}

.bs-wizard > .bs-wizard-step > .progress {
    position: relative;
    border-radius: 0px;
    height: 3px;
    box-shadow: none;
    margin: 18px 0 12px;
    background-color: #eeedec;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    width:0px;
    box-shadow: none;
    background: #eeedec;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
    width:100%;
	background: #2d71d6;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
    width:50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
    width:0%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    background-color: #eeedec;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
    opacity: 0;
}

.bs-wizard > .bs-wizard-step:first-child  > .progress {
    left: 50%;
    width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child  > .progress {
    width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{
    pointer-events: none;
}


/* -------------------------------------------------- */
/*  Panel collapse / Panel details                    */
/* -------------------------------------------------- */
a #airline p,
a:hover #airline p,
a:focus #airline p,
a:active #airline p {
	color: #737373 !important;
}

.flight-list .panel-collapse {
	background: #f1f4f7;
	margin-top: 15px;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: -15px;
}

.flight-list .panel-collapse .panel-body {
	padding: 5px 30px;
	margin-bottom: -15px;
}

.panel-collapse .panel-body .flight-section {
	margin: 20px 0;
}

.flight-list .panel-collapse .outbound-check,
.flight-list .panel-collapse .return-check,
.flight-section .depart-title {
	font-size: 20px;
	font-weight: 700 !important;
	line-height: 26px;
	color: #3e3e3e;
	margin-bottom: 8px;
}

.flight-list .panel-collapse .checkbox label,
.flight-list .panel-collapse .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 700;
    cursor: pointer;
}

.flight-list .panel-collapse .origin-destination {
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	color: #6994c4;
	padding-left: 8px;
}

.flight-list .panel-collapse .total-time {
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	color: #6994c4;
	text-align: right;
}

.panel-details {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-weight: 400;
    background: #fff;
    padding: 0;
    margin: 0;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
}

.panel-details .panel-body {
	padding: 20px 15px !important;
	margin-bottom: 0 !important;
}

.panel-details .date {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
	line-height: 18px;
    color: #3e3e3e;
	text-align: right;
}

.panel-details .date-alert {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 10.5px;
    font-weight: 400;
    color: #e8381b;
    line-height: 18px;
	text-align: right;
}

.panel-details .booking-item-airline-logo {
	padding-top: 3px;
}

.panel-details .time {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
	line-height: 18px;
    color: #3e3e3e;
}

.panel-details .airports {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 13px;
	font-weight: 400;
	line-height: 18px;
    color: #3e3e3e;
}

.panel-details .seats-remaining {
	font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 13px;
	font-weight: 700;
	line-height: 18px;
    color: #2d71d6;
}

.panel-details .details {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 12px;
	font-weight: 400;
	line-height: 18px;
    color: #6994c4;
}

.panel-details .details span.warning {
    color: #e8381b;
}

.panel-details .fare {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 13px;
	font-weight: 400;
	line-height: 18px;
    color: #6994c4;
}

.panel-details .duration {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
	line-height: 18px;
    color: #3e3e3e;
	padding-right: 5px;
	margin-left: 8px;
	white-space: nowrap;
}

.panel-details .change-planes {
	display: inline-block;
	width: 100%;
    font-size: 13px;
    letter-spacing: .012em;
	color: #3e3e3e;
    border-top: 1px dashed #6d8494;
    border-bottom: 1px dashed #6d8494;
	margin: 20px 0;
	padding: 5px 0;
}

.panel-details .change-planes .warning {
    font-size: 13px;
	font-weight: 700;
	color: #e8381b;
}

.panel-details .change-planes span.duration {
    font-size: 12px;
	font-weight: 700;
	color: #3e3e3e;
	float: right;
	padding-right: 0px !important;
}

.panel-details .info-left,
.panel-details .info-center {
	text-align: left;
}

.panel-details .info-right {
	text-align: right;
}


/* -------------------------------------------------- */
/*  BOOKING -- Panel collapse / Panel details         */
/* -------------------------------------------------- */
.panel.flight-list.booking,
.panel.paxandpay.booking {
	border: none;		/*  1px solid #fff; */
    border-radius: 0px;
    margin-bottom: 5px;
}

.panel.change-flights {
    border: 1px solid #fff !important;
    padding: 10px 23px;
    border-radius: 0;
    color: #3e3e3e;
    margin-bottom: 5px !important;
}

.panel.change-flights .icon-back {
	font-size: 12px;
	vertical-align: bottom;
	line-height: 25px;
}

.panel.change-flights a {
    color: #2d71d6;
}

.panel.change-flights a:hover,
.panel.change-flights a:focus {
    color: #ff424d;
}

.panel.change-flights a span {
    font-size: 15px;
    font-weight: 600;
    padding-left: 2px;
    line-height: 24px;
}

.flight-list.booking:hover,
.paxandpay.booking:hover {
    border: none;		/*  1px solid #fff; */
    -webkit-box-shadow: none;
    box-shadow: none;
	
	
}

.form-control:active,
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #233568;
}

.flight-list.booking .booking-title {
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	color: #6994c4;
	padding-left: 8px;
	margin-bottom: 10px;
	margin-top: 0;
}

.flight-list.booking .booking-title span.date {
	font-size: 16px;
	font-weight: 600;
	color: #3e3e3e;
	margin-bottom: 0;
	margin-top: 0;
}

.flight-list.booking .booking-title span.date-alert {
	font-family: 'Nunito Sans', Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #e8381b;
	line-height: 18px;
}

.flight-list.booking .booking-title .row.pad-xtra,
.paxandpay.booking .booking-title .row.pad-xtra {
    margin-top: 12px;
}

.flight-list.booking .flight-outbound .duration,
.flight-list.booking .flight-return .duration {
    float: right;
    padding-right: 5px;
}

.flight-list.booking a.collapsed {
	font-size: 14px;
	font-weight: 400;
	line-height: inherit;
	color: rgba(45,113,214,1);
}

.flight-list.booking a .show-details,
.flight-list.booking a:active .show-details,
.flight-list.booking a:focus .show-details {
	font-size: 13px;
	padding-left: 8px;
	color: #2d71d6;
}

.flight-list a:hover .show-details {
	padding-left: 8px;
	color: #ff424d;
}

.flight-list.booking .panel-collapse .panel-body .flight-section {
	margin: 0;
}

.flight-list.booking .panel-details {
    box-shadow: none;
}

.flight-list.booking .panel-collapse .panel-body {
    padding: 1px 0 0;
    margin-bottom: -15px;
}

.flight-list.booking .panel-collapse .panel-details .booking-item-airline-logo > img {
    width: 38px;
}

.flight-list.booking .panel-collapse .panel-details .time {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    color: #3e3e3e;
}

.flight-list.booking .panel-collapse .panel-details .duration {
	float: right;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	color: #b6c1c9;
	padding-right: 8px;
}

.flight-list.booking .panel-collapse .panel-details .airport {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
	color: #3e3e3e;
	padding-bottom: 0;
}

.flight-list.booking .panel-collapse .panel-details .airport.last {
    padding-bottom: 10px;
}

.flight-list.booking .panel-collapse .panel-details .airport span {
    font-weight: 700;
}

.flight-list.booking .panel-collapse .panel-details .details,
.flight-list.booking .panel-collapse .panel-details .baggage {
	font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	color: #3e3e3e;
}

.flight-list.booking .panel-collapse .panel-details .baggage {
	color: #6994c4;
	padding-top: 10px;
}

.flight-list.booking .panel-collapse .panel-details .baggage .baggage-feeInfo {
	color: #3e3e3e;
	padding-top: 0px;
}

.flight-list.booking .panel-collapse .panel-details .baggage .baggage-feeInfo .link,
.flight-list.booking .panel-collapse .panel-details .baggage .baggage-feeInfo a:link,
.flight-list.booking .panel-collapse .panel-details .baggage .baggage-feeInfo a:visited {
    color: #2d71d6;
    text-decoration: none;
}

.flight-list.booking .panel-collapse .custom-pad {
    padding-right: 8px;
    padding-left: 8px;
}

[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
  display: none;
}

.booking-resume [aria-expanded="true"] {
	height: 100px !important;
	-webkit-transition: height 1s;
	transition: height 1s;
}

span.info-message {
    font-size: 14px;
	font-weight: 600;
    padding-left: 0px;
    color: #51b270;
}


/* ---- paxandpay booking-form ---- */
.paxandpay.booking .alert {
	font-size: 14px;
    padding: 8px 15px;
    margin: 8px 8px 20px;
    border: 1px solid transparent;
    border-radius: 3px;
}

.paxandpay.booking .alert div {
    display: inherit;
}

.paxandpay.booking .alert i {
    display: inline;
}

.paxandpay.booking .alert .highlight {
	font-weight: 600;
}

.paxandpay.booking .alert .highlight a {
	color: #51b270;
}

.paxandpay.booking .alert.alert-success {
    color: #51b270;
	background-color: rgba(81,178,112,0.06);
	border-color: rgba(81,178,112,0.1);
}

.paxandpay.booking .alert.alert-success.confirmed-insurance {
    font-size: 14px;
	font-weight: 600;
	color: #51b270;
	background-color: rgba(81,178,112,0.06);
	border-color: rgba(81,178,112,0.1);
	padding: 10px 15px;
	margin: 8px 8px;
}

.paxandpay.booking .alert.alert-success.confirmed-insurance i {
    font-size: 14px;
	color: #51b270;
	padding-right: 5px;
}

.paxandpay.booking .alert.alert-success.confirmed-insurance a.inv {
    font-size: 14px;
	font-weight: 400;
	color: #2d71d6;
	text-decoration: underline !important;
}

.paxandpay.booking .alert.alert-warning.reconsider-insurance {
    font-size: 14px;
	font-weight: 600;
	color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
	padding: 10px 15px;
	margin: 8px 8px;
}

.alert.alert-warning.reconsider-insurance .reconsider-title {
    font-size: 14px;
    font-weight: 600;
	color: #8a6d3b;
	margin-bottom: 0;
}

.alert.alert-warning.reconsider-insurance .reconsider-body {
    font-size: 13px;
    font-weight: 400;
	color: #565656;
	margin: 0;
	padding-left: 26px;
}

.alert.alert-warning.reconsider-insurance .reconsider-title i {
    font-size: 18px;
	color: #8a6d3b;
	padding-right: 5px;
}

.alert.alert-warning.reconsider-insurance .reconsider-action {
    text-align: right;
	padding-top: 5px;
}

.paxandpay.booking .highlight a:active,
.paxandpay.booking .highlight a:focus,
.paxandpay.booking .highlight a:active {
	text-decoration: underline !important;
}

.paxandpay.booking .booking-title {
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	color: #6994c4;
	padding: 0 8px;
	margin-top: 0;
	margin-bottom: 15px;
}

.paxandpay.booking .booking-title .link,
.paxandpay.booking .booking-title a:link,
.paxandpay.booking .booking-title a:visited {
    color: #2d71d6;
    text-decoration: none;
}

.paxandpay.booking .booking-title p {
	font-size: 13px;
	font-weight: 400;
	line-height: 17px;
	color: #3e3e3e;
	margin-bottom: 15px;
	margin-top: 0;
}

.paxandpay.booking .booking-title.sm{
    margin-bottom: 10px !important;
	margin-top: 5px;
}

.paxandpay.booking .booking-title.sm p {
    margin-bottom: 10px !important;
	margin-top: 3px;
}

.paxandpay.booking .booking-title span.pax-title,
.paxandpay.booking .booking-title span.billing-title,
.paxandpay.booking .booking-title span.policy-title {
	font-size: 16px;
	font-weight: 600;
	color: #3e3e3e;
	margin-bottom: 0;
	margin-top: 0;
}

.paxandpay.booking .booking-title span.pax-alert {
	font-family: 'Nunito Sans', Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #e8381b;
	line-height: 18px;
}

.paxandpay.booking .booking-title span.bag-title,
.paxandpay.booking .booking-title span.assistance-title {
	font-size: 16px;
	font-weight: 600;
	color: #3e3e3e;
	margin-bottom: 0;
	margin-top: 0;
}

.paxandpay.booking .booking-title span.assistance-title .label {
	display: inline;
    padding: .15em .5em;
    font-size: 82%;
    font-weight: 400;
    line-height: 12px;
    color: #fff;
	background: #51b270;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
	border-radius: .25em;
	letter-spacing: 0.02em;
}

.paxandpay.booking .booking-form {
	padding: 0 8px;
	margin-top: 0;
}

.paxandpay.booking .accordion {
	padding: 0 8px;
	margin-top: 0;
}

.paxandpay.booking .accordion .panel-group {
    margin-bottom: 7px;
}

.paxandpay.booking .accordion .form-group {
    margin-bottom: 0px;
}

.paxandpay.booking .accordion .panel-title > a {
	font-size: 14px;
	font-weight: 400;
    display: block;
    position: relative;
    padding: 8px 15px;
	color: #3e3e3e;
    background: #fff;
}

.paxandpay.booking .accordion .panel-title > a::before {
    font-family: 'icomoon';
    content: '\e956';
    position: absolute;
    font-size: 8px;
    top: 10px;
    right: 15px;
}

.paxandpay.booking .accordion .panel-body {
	font-size: 13px;
	font-weight: 400;
	line-height: 17px;
	letter-spacing: -0.005em;
	color: #3e3e3e;
}

.paxandpay.booking .accordion .panel-body .lead {
	font-size: 13px;
	font-weight: 600;
    margin-bottom: 5px;
	margin-top: 15px;;
	color: #3e3e3e;
}

.paxandpay.booking .accordion .panel-body .lead::first-child {
	font-size: 13px;
	font-weight: 600;
    margin-bottom: 5px;
	margin-top: 0;
	color: #3e3e3e;
}

.paxandpay.booking .accordion .panel-body > a {
	font-size: 14px;
	font-weight: 400;
    padding: 8px 15px;
	color: #3e3e3e;
}

.paxandpay.booking .panel-body .col-sm-12.legal,
.paxandpay.booking .panel-body .col-sm-12.button {
    padding-right: 8px !important;
    padding-left: 8px !important;
}

.paxandpay.booking .booking-form .required-field {
    color: #d60000;
    display: inline;
    padding-left: .17647059em;
}

.paxandpay.booking .booking-form label {
    display: block;
	color: #3e3e3e;
    margin-bottom: 2px;
    font-weight: 600;
}

.paxandpay.booking .booking-form.assist .help-block {
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-size: 13px;
    margin-top: 0;
}

.paxandpay.booking .booking-form .form-control:active,
.paxandpay.booking .booking-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #2d71d6;
}

.paxandpay.booking .booking-form .form-group.last {
	margin-bottom: 0;
}

.paxandpay.booking .booking-form.bag .form-group,
.paxandpay.booking .booking-form.assist .form-group {
	margin-bottom: 8px !important;
}

.paxandpay.booking .booking-form .form-group label span.plus-info {
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    color: #6994c4;
    margin-top: 0;
}

.paxandpay.booking .booking-form.insurance .radio-small label {
	font-size: 14px;
	font-weight: 400;
}

.paxandpay.booking .booking-form.insurance .radio-small label span {
	font-size: 16px;
	font-weight: 600;
}

.booking-form.insurance ul.benefits {
    margin-bottom: 20px;
}

.booking-form.insurance ul.benefits li {
    list-style-type: none;
	font-size: 13px;
	line-height: 21px;
}

.booking-form.insurance ul.benefits li:before {
	font-family: 'icomoon';
	display: inline-block;
	font-size: 0.85em;
	line-height: 0;
	margin-left: -1.5em;
	width: 1.5em;
	color: #51b270;
	content: "\e961";
}


/* ---- booking form ---- */
select,
input[type="text"].combodate,
input[type="datetime"].combodate,
#birthdate input[type="datetime-local"].combodate,
#birthdate input[type="date"].combodate,
#birthdate input[type="month"].combodate,
#birthdate input[type="time"].combodate,
#birthdate input[type="week"].combodate {
	display: inline-block;
	height: 34px;
	-webkit-appearance: none;
	-moz-appearance:none;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.6em;
	color: #555555;
	background-color: #fff;
	border: 1px solid #ccc;
	vertical-align: middle;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	
	/* SVG background image */
	color: #555555;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='50' fill='%23999999'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
	background-size: 8px;
	background-position: calc(100% - 10px) center;
	background-repeat: no-repeat;
	padding: 0 25px 0 8px;
}

.paxandpay.booking .bootstrap-select {
    border: none;
}

.paxandpay.booking .bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1;
    height: 34px !important;
    border: 1px solid #ccc;
}

.paxandpay.booking input[type="text"],
.paxandpay.booking input[type="email"],
.paxandpay.booking input[type="phone"] {
	height: 34px;
}

.paxandpay.booking .dropdown-menu {
    max-height: 281px !important;
}

.paxandpay.booking .dropdown-menu > li > a {
    padding: 8px 20px;
}

.paxandpay.booking .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.paxandpay.booking .checkbox.legal-text label {
	font-size: 13px;
	font-weight: 400;
	line-height: 17px;
	letter-spacing: -0.005em;
	color: #3e3e3e;
	padding-left: 30px;
	margin-bottom: 15px;
}

.paxandpay.booking .checkbox.legal-text label.terms {
	line-height: 26px;
}


.paxandpay.booking .checkbox.legal-text .i-check {
	margin-left: -23px;
}

.paxandpay.booking .checkbox.legal-text a {
    color: #2d71d6;
}

.paxandpay.booking .checkbox.legal-text a:hover,
.paxandpay.booking .checkbox.legal-text a:focus {
    color: #ff424d;
}

.paxandpay.booking .line {
    border-top: 1px solid #e3e3e3;
}

.paxandpay.booking .box-icon-big {
    width: 42px;
    height: 42px;
    line-height: 40px;
    font-size: 22px;
	background: rgba(45,113,214,1);
	background: linear-gradient(135deg, rgba(9,65,178,1) 0%, rgba(45,113,214,1) 100%);
	color: #fff;
}


/* ---- payment cards ---- */
#creditCard {
    display: inline-block;
    width: auto;
    float: right;
	margin-top: 28px;
	padding-right: 6px;
}

#creditCard .cc-iconBlock {
    display: inline-block;
    width: 35px;
    margin-left: 10px;
}

#creditCard .cc-icon,
#creditCard .cc-fee {
	display: block;
    margin: 3px 0 5px;
    width: 40px;
	height: 25px;
    float: left;
}

.cc-icon.Visa {
    background: url(../img/visa.svg) no-repeat;
}

.cc-icon.MasterCard {
    background: url(../img/mastercard.svg) no-repeat;
}

.cc-icon.AmericanExpress {
    background: url(../img/americanexpress.svg) no-repeat;
}

.cc-icon.VisaDebit {
    background: url(../img/visa-debit.svg) no-repeat;
}

.cc-icon.MasterCardDebit {
    background: url(../img/mastercard-debit.svg) no-repeat;
}


/* ---- footer booking ---- */
footer#main-footer.booking {
    background: transparent;
    padding: 0px 0 30px 0;
    color: #999;
    font-size: 11px;
    line-height: 1.4em;
}

footer#main-footer.booking .container.legal {
    border-top: 1px solid #d0d0d0;
}

footer#main-footer.booking .container.legal p {
    color: #999;
}


/* ---------------------------- */
/*            icheck            */
/* ---------------------------- */
.i-check, .i-radio {
    display: inline-block;
    *display: inlne;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #ccc;
    cursor: pointer;
    top: 1px;
    left: -7px;
    margin-left: -13px;
    float: left;
    text-align: center;
    line-height: 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

.i-check:before,
.i-radio:before {
	content: "\e961";
    font-family: 'icomoon';
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(0, -25px, 0);
    -moz-transform: translate3d(0, -25px, 0);
    -o-transform: translate3d(0, -25px, 0);
    -ms-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    color: #fff;
    font-size: 14px;
}

.i-check.hover,
.i-radio.hover {
    border: 1px solid #2d71d6;		/* #ff424d; */
}

.i-check.checked,
.i-radio.checked {
    border: 1px solid #2d71d6;		/* #ff424d; */
    background: #2d71d6;			/* #ff424d; */
}

.i-check.checked:before,
.i-radio.checked:before {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.i-check.disabled,
.i-radio.disabled {
    border-color: #d9d9d9 !important;
}

.i-check.disabled.checked,
.i-radio.disabled.checked {
    background: #ccc !important;
}

.i-check.i-check-stroke.checked {
    background: #fff;
}

.i-check.i-check-stroke.checked:before {
    color: #2d71d6;		/* #ff424d; */
}

.i-check.first .iCheck-helper {
    line-height: 30px;
}

.i-radio {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.i-radio:before {
    content: '\e98d';
    font-size: 12px;
}


/* -------------------------------------------------- */
/*  MEDIA QUERIES                                     */
/* -------------------------------------------------- */
/* ------------- SMALL DESKTOP --------- */
@media screen and (max-width: 1200px) {
	.navbar-right .mega-dropdown-menu {
		left: 37%;
	}
	
	#destino.form-group.form-group-lg {
		/*margin-bottom: 4px;*/
		margin-top: 0;
	}
	
	#enews h4 {
		font-size: 21px;
	}		
	
	.baggage-panel .title,
	.baggage-panel .table > tbody > tr > td span.title {
		font-size: 0.8em;
	}
	
	.baggage-panel .table > tbody > tr > td span.bag-type {
		font-size: 0.92em;
	}
}

/* ------------- TABLET LANDSCAPE --------- */
@media screen and (max-width: 990px) {

	body {
		padding-top: 80px;
	}

	.logo img,
	.logo.item img {
		height:125%;
	}

	#header i.icon,
	#header i.icons {
		font-size:28px;
	}
	
	#header i.icon.icon-help-circle {
		font-size: 24px;
		margin: 0 0.6rem 0 0;
		line-height: 1.28em;
	}
	
	#header i.icon.icon-logout {
		font-size:25px;
		line-height: 1.1em;
	}
	
	#header i.icon.icon-cuballama {
		font-size:24px;
		line-height: 1.1em;
		margin-left: 1px;
	}
	
	#header i.icon.icon-passport::before,
	#header i.icon.icon-maleta::before {
		margin-left: 0;
	}
	
	.sidenav a.item span {
		line-height: 30px;
		margin-left: 17px;
	}
	
	.sidenav a.item span {
		line-height: 30px;
		margin-left: 17px;
	}
	
	.sidenav ul > li > a > img {
		margin-top: -2px;
		max-width: 28px !important;
		width: 20px;
		height: 20px;
		margin-right: 3px;
		margin-left: 40px;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}
	
	#intro .top-layer.vuelos {
		background-image: url(../img/bg/plane_sky_flying_sm.jpg);
		background-position: right center;
	}
	
	#intro .top-layer.hoteles {
		background-image: url(../img/bg/dreamy_sunset_sm.jpg);
		background-position: center center;
	}
	
	#intro .top-layer.hoteles {
		background-image: url(../img/bg/rental_car_sm.jpg);
		background-position: center center;
	}
	
	#intro .top-layer.vueloyhotel {
		background-image: url(../img/bg/sunset_wing_sm.jpg);
		background-position: center center;
	}
	
	#intro .top-layer.cruceros {
		background-image: url(../img/bg/luxury_cruises_sm.jpg);
		background-position: right center;
		padding-bottom: 45px;
	}
	
	.form-group.s1,
	.form-group.s2,
	.form-group.s3 {
		float: left;
	}
	
	.coches #one-select .form-group.s1 {
		height: 48px;
	}

	#sky a.btn.search {
		margin-bottom: 4px;
		margin-top: 0px;
	}
	
	#cvform.panel {
		margin-top: 10px !important;
	}
        
        .airports-wrapper, .dates-wrapper{
            margin-bottom: 4px
        }
        
	#ida.form-group.form-group-lg,
	#vuelta.form-group.form-group-lg,
	#origen.form-group.form-group-lg,
	#destino.form-group.form-group-lg {
		/*margin-bottom: 4px;*/
		margin-top: 0;
	}
        
        #solo-ida.form-group.form-group-lg {
		margin-bottom: 4px;
		margin-top: 0;
	}
        
	.vueloyhotel #origen.form-group.form-group-lg,
	#destino.form-group.form-group-lg,
	#idayvuelta .input-group-btn {
		margin-top: 0;
	}
	
	#multi #destino.form-group.form-group-lg {
		margin-top: 0;
	}
	
	#row-btns {
		margin-top: 10px;
	}
	
	#row-btns .btn.addMore {
		height: 45px;
		margin-top: 0;
		padding: 9px 10px 10px;
		border: none;
		color: #fff;
		background: rgba(35,53,104,0.65);
	}
	
	#row-btns .btn.addMore:hover,
	#row-btns .btn.addMore:focus,
	#row-btns .btn.addMore:active {
		background: rgba(35,53,104,0.9);
	}
	
	#row-btns .btn.addMore i.icon {
		font-size: 18px;
		margin: 0;
		line-height: 26px;
	}
	
	#row-btns .btn.addMore span {
		font-size: 14px;
		margin-left: 10px;
		line-height: 28px;
	}
	
	.panel-sky .btn.remove {
		height: 45px;
		margin-top: 0;
		padding: 9px 10px 10px;
		border: none;
		color: #fff;
	}
	
	.panel-sky .btn.remove i {
		font-size: 22px;
		line-height: 30px;
		vertical-align: top;
		margin-left: 0;
		background: none;
	}
	
	.intro-gap.end {
		padding-top: 0px !important;
	}
	
	#three-select {
		height: 25px;
	}
	
	#enews .media {
		margin-top: 10px;
	}
	
	#enews .dotted-line {
		display: none;
	}
	
	#enews .gap-mini {
		margin: 0;
	}
	
	.nav-tabs.advert li,
	.nav-tabs.advert li.active {
		padding: 6px 15px;
		height: 48px;
	}
	.nav-tabs.advert > li > a {
        padding: 10px 7px !important;
        font-size: 80%;
		line-height: 1;
    }
	
	#intro.xs .intro-gap {
		padding-top: 12px !important;
	}
	
	.filters .box-icon,
	.filters [class^="box-icon-"],
	.filters [class*=" box-icon-"] {
		margin-bottom: 10px;
	}
	
	#suggestions {
		margin-bottom: 10px;
	}

	.mt15-mbl {
		margin-top: 15px;
	}		
	
	/* ---- booking-details -- visible in medium and small screens ---- */
	.panel.booking-panel.xs {
		border: none;
	}
	
	.panel.booking-panel.xs .booking-details {
		list-style: none;
		margin: 0;
		padding: 15px 15px 2px;
	}
	
	.panel.booking-panel.xs .booking-details .mt-sm {
		margin-top: 7px !important;
	}
	
	.panel.booking-panel.xs .booking-details > li {
		border-bottom: 1px dashed #d9d9d9;
		padding-bottom: 6px;
	}
	
	.panel.booking-panel.xs .booking-details > li:nth-child(2) {
		border-bottom: none;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	
	.panel.booking-panel.xs .booking-details > li:last-child {
		border-bottom: none !important;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	
	.panel.booking-panel.xs .booking-details .mt-sm {
    	margin-top: 7px !important;
	}
	
	.panel.booking-panel.xs .booking-details .col1 h5,
	.panel.booking-panel.xs .booking-details .col2 h5.total {
		font-family: 'Nunito Sans', Arial, sans-serif;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.35em;
		color: rgba(45,113,214,1);
		margin-bottom: 2px;
	}
	
	.panel.booking-panel.xs .booking-details .col2 h5.total {
		text-align: right;
	}
	
	.panel.booking-panel.xs .total-price {
		background: rgba(45,113,214,1);
		background: linear-gradient(135deg, rgba(9,65,178,1) 0%, rgba(45,113,214,1) 100%);
		color: #fff;
		padding: 10px 15px 0;
		margin-bottom: 5px;
	}
	
	.panel.booking-panel.xs .total-price h5 {
		font-family: 'Nunito Sans', Arial, sans-serif;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.7em;
		color: #fff;
	}
	
	.panel.booking-panel.xs .total-price h5.total {
		font-size: 20px;
		font-weight: 200;
		line-height: 1.35em;
		text-align: right;
	}
	
	.panel.booking-panel.xs .total-price h5.total sup {
		font-size: 65%;
		top: -.3em;
		margin-right: 1px;
	}
	
	.panel.booking-panel.xs .booking-details > li.total-price .col1 h5,
	.panel.booking-panel.xs .booking-details > li.total-price .col2 h5 {
		color: #3e3e3e;
	}
	
	.panel.booking-panel.xs .booking-details .col1 .price,
	.panel.booking-panel.xs .booking-details .col2 .price,
	.panel.booking-panel.xs .booking-details .col1 .taxes,
	.panel.booking-panel.xs .booking-details .col2 .taxes {
		font-family: 'Nunito Sans', Arial, sans-serif;
		font-size: 12px;
		font-weight: 300;
		line-height: 1.35em;
		color: #3e3e3e;
		margin-bottom: 0;
		padding-left: 10px;
	}
	
	.panel.booking-panel.xs .booking-details .col2 .price,
	.panel.booking-panel.xs .booking-details .col2 .taxes {
		text-align: right !important;
	}
}


/* ------------- TABLET PORTRAIT --------- */
@media only screen and (max-width: 768px) {
	body {
		padding-top: 50px;
	}

	.logo img,
	.logo.item img {
		height:100%;
	}

	.nav > li > a.item {
		font-size: 14px;
	}
	
	.navbar-container {
		padding: 5px 0 5px 0;
	}

    .navbar-brand {
        float:none !important;
    }

    .navbar-brand .img-responsive {
        margin:0 auto !important;
        display:block !important;
		padding-left: 15px;
		float: left;
    }
	
	.hamburger {
		padding-right: 15px;
	}
	
	.sidenav .closebtn {
		top: 7px;
		right: 15px;
	}
	
	#intro .top-layer.vuelos {
		background-image: url(../img/bg/plane_sky_flying_xs.jpg);
		background-position: center center;
		padding-bottom: 35px;
	}
	
	#intro .top-layer.hoteles {
		background-image: url(../img/bg/dreamy_sunset_xs.jpg);
		background-position: center center;
		padding-bottom: 35px;
	}
	
	#intro .top-layer.coches {
		background-image: url(../img/bg/rental_car_xs.jpg);
		background-position: center center;
		padding-bottom: 35px;
	}
	
	#intro .top-layer.vueloyhotel {
		background-image: url(../img/bg/sunset_wing_sm.jpg);
		background-position: center center;
		padding-bottom: 35px;
	}
	
	#intro .top-layer.cruceros {
		background-image: url(../img/bg/luxury_cruises_xs.jpg);
		background-position: right center;
		padding-bottom: 35px;
	}
	
	#intro .tab-content {
		margin-left: 15%;
		margin-right: 15%;
	}
	
	#intro h1 {
		font-size: 32px;
	}
	
	.intro-gap {
		padding-top: 30px !important;
	}
	
	#three-select,
	#one-select,
	#hoteles div.row,
	#vueloyhotel,
	#cruceros {
		margin-left: 15%;
		margin-right: 15%;
	}
	
	.form-group.s1,
	.form-group.s2,
	.form-group.s3 {
		float: left;
	}
	
	#one-select .form-group.s1,
	.hoteles #one-select .form-group.s1,
	.vueloyhotel #one-select .form-group.s1,
	.coches #one-select .form-group.s1 {
		height: 30px;
	}
	
	.input-group.visible-xs .last {
		margin-bottom: 0;
		margin-top: 4px;
	}
	
	#sky a.btn.search {
		margin-bottom: 4px;
		margin-top: 0;
	}
	
	.panel-sky #solo-ida.form-group.form-group-lg,
	.panel-sky #horario.form-group {
		margin-bottom: 4px !important;
		margin-top: 0;
	}
	
	#mt4 {
		margin-top: 0 !important;
	}
	
	#destino.form-group.form-group-lg {
		margin-top: 0px;
	}

	#row-btns .btn.addMore i.icon,
	#row-btns .btn.remove i.icon {
		font-size: 20px;
		margin: 0;
		line-height: 26px;
	}
	
	.panel-sky .btn.remove i {
		margin-left: -5px;
	}
	
	#promo.global-wrap {
		background-color: #f7f7f7 !important;
	}
	
	.flight-list .panel-collapse .panel-body {
		padding: 5px 15px;
	}
	
	.info-airline {
		display: none;
	}
	
	.info-left {
		margin-bottom: 15px;
	}
	
	.info-left .date {
		text-align: left;
		font-size: 110%;
	}
	
	.col-xs-12.no-pad {
		padding-left: 0;
		padding-right: 0;
	}
	
	.panel-details .duration {
		padding-right: 0;
	}
	
	.baggage-panel .b-r {
		border-right: none !important;
	}
	
	.baggage-panel .table > tbody > tr > td {
		padding-right: 0;
	}
	
	.flight-list.booking .flight-outbound .duration,
	.flight-list.booking .flight-return .duration {
		display: none;
	}
	
	.flight-list.booking .panel-details .info-left,
	.flight-list.booking .panel-details .info-center {
		padding-left: 23px;
	}
	
	.flight-list.booking .panel-details .info-right {
		padding-right: 23px;
	}
	
	.flight-list.booking .panel-details .booking-item-airline-logo {
		padding-bottom: 10px;
		margin-right: 80px;
	}
        
        .dates-wrapper .date-last{
            margin-top: 4px;
        }
}

/* ----------------- MOBILE ---------------- */
@media screen and (max-width: 680px) {
	h2 {
		font-size: 30px;
		font-weight: 200;
		line-height: 1.15em;
	}

	.headline {
		display: none;
	}
	
	#intro .tab-content {
		margin-left: 7%;
		margin-right: 7%;
	}
	
	#intro .top-layer.cruceros {
		padding-bottom: 20px;
	}
	
	#three-select,
	#one-select,
	#hoteles div.row,
	#vueloyhotel,
	#cruceros {
		margin-left: 7%;
		margin-right: 7%;
	}
	
	.form-group.s1,
	.form-group.s2,
	.form-group.s3 {
		height: 30px;
		float: left;
	}
	
	.panel-sky .btn.remove i {
		font-size: 18px;
		margin-left: -8px;
	}
	
	#enews .media-body {
		padding-top: 10px;
	}
	
	#suggestions .btn i {
		font-size: 45px;
		top: 28px;
		right: -7px;
	}
	
	#suggestions .btn .title {
		font-size: 15px;
	}
	
	.panel-details .date,
	.panel-details .date-alert {
		text-align: left;
	}
	
	.panel-details .booking-item-airline-logo > img {
		margin-top: -15px;
	}
	
	.col-xs-3.info-center {
		width: 75%;
	}
	
	.flight-list.booking .panel-details .booking-item-airline-logo {
		padding-bottom: 10px;
		margin-right: 0px;
	}

}

/* ----------------- SMALL MOBILE ---------------- */
@media screen and (max-width: 470px) {
	.navbar-brand .img-responsive {
		float: left;
		padding-left: 15px;
		max-width: 180px;
	}

	#intro .tab-content {
		margin-left: 0;
		margin-right: 0;
	}
	
	.sidenav { padding-top: 15px; }
	.sidenav a { font-size: 17px; }
	
	#three-select,
	#one-select,
	#hoteles div.row,
	#vueloyhotel,
	#cruceros {
		margin-left: 0;
		margin-right: 0;
	}
	
	#dropdown-menu.open #dropdown-menu3.open {
		width: 240px !important;
	}
	
	.panel-sky .btn.remove i {
		font-size: 16px;
		margin-left: -5px;
	}
	
	/*
	#enews .media {
		border-bottom: 3px dotted #9cbfdb;
	}
	*/
	
	#enews .media-left {
		display: none;
	}
	
	#enews .media-object {
		width: 120px !important;
		height: auto !important;
		margin-right: 10px;
	}
	
	#enews h4 {
		font-size: 18px;
	}
	
	.trigger {
		margin-top: 5px;
		margin-bottom: 0px;
	}
	
	.table-bordered.choice,
	.table-bordered.choice > tbody > tr > td,
	.table-bordered.choice > tbody > tr > th,
	.table-bordered.choice > tfoot > tr > td,
	.table-bordered.choice > tfoot > tr > th,
	.table-bordered.choice > thead > tr > td,
	.table-bordered.choice > thead > tr > th {
		padding: 2px 7px;
	}
	
	.table-bordered.choice h3 {
		font-size: 13px;
	}
	
	#suggestions .btn i,
	.results {
		display: none;
	}
	
	#suggestions .btn .title {
		font-size: 14px;
	}
	

	.v-divider {
		border-right: none;
	}
	
	.price-section {
		display: none;
	}
	
	.price-section._xxs {
		display: block !important;
	}
	
	.flight-list .line {
		display: block !important;
		border-top: 1px solid #d7e0e2;
	}
	
	.flight-path .course,
	.flight-path .scales {
		display: none;
	}
	
	.col-xs-4.origin,
	.col-xs-4.destination {
		width: 45%;
	}
	
	.col-xs-4.destination .hour,
	.col-xs-4.destination .airport {
		padding-left: 3px;
	}
	
	.col-xs-4.flight-path {
		width: 10%;
	}
	
	.col-xs-9.v-divider,
	.col-xs-9.xtend{
		width: 100%;
	}
	
	.flight-path .line-xs {
		display: inline !important;
		line-height: 26px;
	}
	
	.flight-list .panel-collapse .origin-destination {
		font-size: 15px;
		font-weight: 300;
		padding-left: 3px;
	}
	
	.flight-list .panel-collapse .checkbox label,
	.flight-list .panel-collapse .radio label {
		font-size: 17px;
	}
	
	.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
		font-size: 14px !important;
		line-height: 18px;
		margin: 0 10px;
	}
	
	.flight-list.one-way .operated-by {
		display: none;
	}
	
	.flight-list.one-way .price-section {
		border-left: none;
	}
	
	.price-section .price,
	.price-section .taxes {
		text-align: left;
	}
	
	.paxandpay.booking .checkbox.legal-text label.terms {
		line-height: 18px;
	}
}

/* ----------------- SMALLER MOBILE ---------------- */
@media screen and (max-width: 360px) {
	.navbar-brand .img-responsive {
		float: left;
		padding-left: 15px;
		max-width: 150px;
	}
	
	.panel-sky .btn.remove i {
		font-size: 16px;
		margin-left: -7px;
	}
	
	.table-bordered.choice > tbody > tr > td.fare {
		display: none;
	}
	
	#suggestions{
		display: none;
	}
	
	.panel-details .fare {
		display: none;
	}
	
	.flight-outbound span.hour,
	.flight-return span.hour {
		font-size: 15px;
		font-weight: 600;
	}
}



/*Type ahead styles, drop down*/

.tt-menu{
    max-height: 50vh;
    overflow-y: auto;
}

.tt-menu .tt-dataset{
    background-color: #fff;
}

.tt-menu .tt-dataset .tt-suggestion.tt-selectable:hover{
    background-color: #eee;
    cursor: pointer;
}

.badge-charter{
    background-color: #2D71D6;
    margin-bottom: 5px;
}

.charter-label{
    text-align: left;
}

.luggage-policies{
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #6994c4;
    text-align: left;
}

.m-t-10{
    margin-top: 10px !important;
}

.title-p{
    font-size: 16px;
    font-weight: 600;
    color: #3e3e3e;
    margin-bottom: 3px;
    margin-top: 10px;
}

img.paypal-payment{
    margin-top: 10px;
    height: 50px;
    width: 50%;
}
