/* 02-05-2023 */
@import url('https://fonts.googleapis.com/css2?family=ABeeZee&family=Montserrat:wght@400;700&display=swap');

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    -webkit-font-smoothing: antialiased!important;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 150%;
    color: #595959;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #003893;
    font-family: 'ABeeZee', sans-serif;
    font-weight: 700;
}
a {
    text-decoration: none;
}
#Content {
    background: transparent;
    border: none;
}
#Content .home {
    border: 1px solid #E5E5E5;
    background: #FFF;
}
#header h1 {
    margin: 15px 0 10px 0;
}
#splash h1, #splash h2, #splash h3, #splash h4 {
    color: #595959;
}
button, input, select, textarea {
    border: 1px solid #E5E5E5;
    background: #fff;
    padding: 3px 5px;
    border-radius: 3px;
}
h2.border {
    border-top: none;
}
#titSea a:focus, .travDat a .higLit, .travDat a:visited .higLit, a, a.small, a:visited, div.agents a:focus, div.agents a:visited {
    color: #233c79;
}
#ameLis a.cloWha, #divConfirmHelp a.cloWha, #divCreditHelp a.cloWha, #divDisableCoupon a.cloWha, #divInsuranceNote a.cloWha, #DivPromotional a.cloWha, #divValidResidents a.cloWha, #WhaIs a.cloWha {
    color: #233c79;
    text-decoration: none;
}
#divPromotions a.cloWha {
    color: rgba(255,  255,  255,  0.8);
    text-decoration: none;
}
#divPromotions a.cloWha:hover {
    color: white;
}
#cajaErr a:hover, #tblReservations a:hover, #titSea a:hover, .hotsidbar li a:visited:hover, a.imppt:hover, a.sl:hover, a:hover, a:visited:hover, tr.hiLits a:hover, tr.subtitle th, ul.ex a.imptt:hover {
    color: #233c79;
}
.rmsPax th {
    font-size: inherit;
}
#hsidebar #contact {
    border: 1px solid #E5E5E5;
    background: #FFF;
}
.alert-base, .error-higLit, .error-higLit .schedule, .rate-group-price .warning-message, .warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    border-radius: 3px;
}
#cajaErr, #divError, #divErrorFlight, .cajaErr, .divErr {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    border-radius: 3px;
}
.divErr h3 {
    color: inherit;
    margin: .5em 0;
}
.leg {
    padding: 0;
}
#Content #summary h2, #hsidebar h2, #left #ctrl h2, #left .banNom h4, #left .sidbar h4, #left h3, #reserveinfo h2, .booker-title, .sidbar h3, .sidebar-title {
    background: rgb(118, 146, 193);
    color: rgba(255,  255,  255,  0.8);
}
.btn, .btn.btn-default, a.btn, a.controls {
    background: #003893;
    border-radius: 0;
    color: rgba(255,  255,  255,  0.8);
    border-color: #E5E5E5;
    text-shadow: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,  255,  255,  0),  0 1px 2px rgba(0,  0,  0,  0);
    box-shadow: inset 0 1px 0 rgba(255,  255,  255,  0),  0 1px 2px rgba(0,  0,  0,  0);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.btn.btn-default:active, .btn.btn-default:hover, .btn:hover, a.btn:hover, a.controls:active, a.controls:hover {
    background: #003893;
    color: white;
    border-color: #E5E5E5;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,  255,  255,  0.2),  0 1px 2px rgba(0,  0,  0,  0.2);
    box-shadow: inset 0 1px 0 rgba(255,  255,  255,  0.2),  0 1px 2px rgba(0,  0,  0,  0.2);
    text-decoration: none;
}
a.controls.prevBtn {
    border-radius: 4px 0 0 4px;
}
a.controls.nextBtn {
    border-radius: 0 4px 4px 0;
}
#btnName, #innerSel #continueBtn, #ptw-offers .ptw-offer-item>a .ptw-submit-btn, .botAzu, .botAzu.mSprite, .botAzu.mSprite:visited, .botAzu:visited, .btn-primary, .btn-primary:visited, .btn-success, .btn-success:visited, .btn.btn-primary, .btnOfferts a, .bttn-blue, .bttn-blue:visited, .bttn-green, .bttn-green:visited, .greenButton, a.ap_circuitGo.btn, a.botAzu, a.btn-success, a.greenButton, div#ptw-container .ptw-submit-btn, div#ptw-container .ptw-submit-btn, input#resSta, input.but, input.greenButton {
    background: #003893;
    border-radius: 0;
    color: rgba(255,  255,  255,  0.8);
    border: 1px solid #003893;
    text-shadow: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,  255,  255,  0),  0 1px 2px rgba(0,  0,  0,  0);
    box-shadow: inset 0 1px 0 rgba(255,  255,  255,  0),  0 1px 2px rgba(0,  0,  0,  0);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
a.greenButton.whiteText {
    color: rgba(255,  255,  255,  0.8)!important;
}
a.greenButton.whiteText:hover {
    color: white!important;
    text-decoration: none;
}
.keepPack a.greenButton {
    font-size: 15px;
    padding: 7px 12px;
}
.keepPack a.greenButton:hover {
    text-decoration: none;
}
input#btnName {
    padding: 3px 9px;
}
#btnName:hover, #ptw-offers .ptw-offer-item>a .active.ptw-submit-btn, #ptw-offers .ptw-offer-item>a .ptw-submit-btn:active, #ptw-offers .ptw-offer-item>a .ptw-submit-btn:focus, #ptw-offers .ptw-offer-item>a .ptw-submit-btn:hover, .botAzu.active, .botAzu.disabled, .botAzu.mSprite:active, .botAzu.mSprite:focus, .botAzu.mSprite:hover, .botAzu:active, .botAzu:focus, .botAzu:hover, .btn-primary.active, .btn-primary.disabled, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary[disabled], .btn-success:hover, .btn.btn-primary:hover, .btnOfferts a.active, .btnOfferts a:active, .btnOfferts a:focus, .btnOfferts a:hover, .bttn-blue:focus, .bttn-blue:hover, .bttn-green:hover, a.ap_circuitGo.btn:hover, a.botAzu:hover, a.btn-success:hover, a.bttn-blue:visited, a.greenButton:hover, div#ptw-container .active.ptw-submit-btn, div#ptw-container .ptw-submit-btn:active, div#ptw-container .ptw-submit-btn:focus, div#ptw-container .ptw-submit-btn:hover, input.but:hover, input.greenButton:hover {
    background: #003893;
    color: white;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,  255,  255,  0.2),  0 1px 2px rgba(0,  0,  0,  0.3);
    box-shadow: inset 0 1px 0 rgba(255,  255,  255,  0.2),  0 1px 2px rgba(0,  0,  0,  0.3);
    border: 1px solid #003893;
    text-decoration: none;
}
div#menu {
    clear: both;
    height: auto;
    background: none;
    border: none;
    border-bottom: 1px #E5E5E5 solid;
    width: auto;
}
div#menu:after {
    content: "";
    display: table;
    clear: both;
}
div#menu a {
    color: #003893;
    border: none;
    border-radius: 0;
    margin: 0;
}
div#menu a:hover {
    background: #EFEFEF;
}
div#menu .current a {
    background: transparent;
    border: none;
    border-radius: 0;
    margin: 0;
}
div#menu .current a:hover {
    color: rgba(224, 122, 76, 0.8);
}
div#menu:after:after {
    content: "";
    display: table;
    clear: both;
}
.sidebar-module .module-content {
    border: 1px solid #E5E5E5;
}
div#ConTit {
    background: #FFF;
    border: none;
    border-top: 1px solid #E5E5E5;
    padding: 7px 3px;
}
#left #wrapper .sidbar .module, .sidbar .module {
    background: #FFF;
    border-top: 1px solid #E5E5E5;
}
#left #wrapper .sidbar .module h4, .sidbar .module h4 {
    background: transparent;
    font-weight: bold;
    padding: 6px 5px 5px;
    border-top: none!important;
    color: #595959!important;
    font-size: 12px!important;
}
#left #wrapper .sidbar .module h4 a, .sidbar .module h4 a {
    color: #595959;
}
#left #wrapper .sidbar .module h4 a.info, .sidbar .module h4 a.info {
    background: #003893;
    border-radius: 0;
    color: rgba(255,  255,  255,  0.8);
    border: 1px solid #003893;
    text-shadow: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,  255,  255,  0),  0 1px 2px rgba(0,  0,  0,  0);
    box-shadow: inset 0 1px 0 rgba(255,  255,  255,  0),  0 1px 2px rgba(0,  0,  0,  0);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-radius: 50%}
#HotelName, #HotelName:focus {
    background: #fff;
    border-color: #E5E5E5;
}
#left .module li a:hover {
    background: #EFEFEF;
}
table.rates .ratedet .padding a.botAzu {
    margin-top: -3px;
}
table.rates td, table.rates td.avg, table.rates td.right {
    background: #FFF;
}
.airline .icon, .airline .ptw-menu .ap_booker_tab, .airline div#agencyBar .agencyOption .caret, .airlogo .icon, .airlogo .ptw-menu .ap_booker_tab, .airlogo div#agencyBar .agencyOption .caret, .ptw-menu .airline .ap_booker_tab, .ptw-menu .airlogo .ap_booker_tab, .ptw-menu tr.flrow td img.ap_booker_tab, div#agencyBar .agencyOption .airline .caret, div#agencyBar .agencyOption .airlogo .caret, div#agencyBar .agencyOption tr.flrow td img.caret, tr.flrow td .ptw-menu img.ap_booker_tab, tr.flrow td div#agencyBar .agencyOption img.caret, tr.flrow td img.icon {
    mix-blend-mode: multiply;
}
.currPage, .paginas a.currPage {
    background: #a47c36;
}
.paginas a, .paginas a:link, .paginas a:visited {
    background: #FFF;
}
.pager .paginas a:hover, .paginas a:hover {
    background: #EFEFEF;
    color: #003893;
}
#tabs a:hover, #tabs span:hover {
    background: #EFEFEF;
}
.inter h3 {
    margin-bottom: 5px;
}
.inter h3:after {
    content: "";
    display: table;
    clear: both;
}
.inter h3 a.smallv {
    float: right;
    padding: 0px 5px;
}
.pager .paginas a, .paginas a {
    background: #FFF;
}
.addnight-box .pt-icon-info-circle:hover {
    color: #003893;
}
.addnight-box .late-options {
    border-color: #E5E5E5;
}
.addnight-box .option:first-of-type {
    border-bottom-color: #E5E5E5;
}
.addnight-box .options-box .selected {
    background: #EFEFEF;
}
.addnight-box .latewarning .late {
    color: #595959;
}
.nav>li>a:hover {
    text-decoration: none;
    background-color: #EFEFEF;
}
.nav>li>a {
    min-height: 16px;
}
.WhaIs, .WhaIs.smallv {
    background: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 0;
    padding: 10px 10px;
    -webkit-box-shadow: 0 1px 2px rgba(0,  0,  0,  0.4);
    box-shadow: 0 1px 2px rgba(0,  0,  0,  0.4);
}
#MapContainer table#tblMap, #MapContainer table#tblMap table.tableMap {
    width: 100%!important;
}
.rates th {
    background: #FFF;
}
.rates a.botAzu {
    margin-top: 0px;
}
.list-best-rates .selected-leg {
    background: #EFEFEF;
}
div.cflt {
    background: transparent;
    border-color: #E5E5E5;
}
div.cflt h3 {
    color: #333;
    background: #FFF;
}
tr.travDat td {
    border-bottom-color: #E5E5E5;
}
.schedule:hover {
    background: #EFEFEF;
}
#ConTit table#headList+div {
    height: auto!important;
}
#modTab h3, .bluebox h3 {
    background: #FFF;
    border: none;
}
#itineraryContainer tr.banNom td, #resFlight tr.banNom td, .bluebox {
    background: #fff;
    border: 1px solid #E5E5E5;
}
#divPackageInfo {
    margin-bottom: 10px;
}
table.pack {
    border: none;
    background: #fff;
}
table.pack tr.flrow, table.pack tr.roomsrow+tr {
    background: #FFF;
}
#roomsContainer h3, .roomsContainer h3 {
    color: #595959;
}
td.rooTit {
    border-bottom-color: #E5E5E5;
}
.amenities {
    border-left-color: #E5E5E5;
}
.bread, td.bread {
    color: #003893;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
#helpleft .hotsidbar li a, #left .hotsidbar li a {
    color: #595959;
}
#helpleft .hotsidbar li a.active, #helpleft .hotsidbar li a:hover, #left .hotsidbar li a.active, #left .hotsidbar li a.active:hover, #left .hotsidbar li a:hover, #lhelpeft .hotsidbar li a.active:hover {
    background: #EFEFEF;
}
#helpleft .hotsidbar li, #left .hotsidbar li {
    border-bottom-color: #E5E5E5;
}
#helpleft .hotsidbar ul, #left .hotsidbar ul {
    border-top-color: #E5E5E5;
}
#ActMain h3 {
    color: #595959;
}
#ActSidebar .module {
    background: #FFF;
    border-radius: 0px;
    border: none;
}
#ActSidebar .module h2 {
    background: rgba(224, 122, 76, 0.8);
    color: rgba(255,  255,  255,  0.8);
    text-shadow: none;
}
div#photos img {
    border: none;
}
div#ZoomBox {
    border: solid #FFF 7px;
}
div#ZoomBox #ZoomCapDiv {
    background: #FFF!important;
    padding: 17px 0 10px;
}
.banres {
    border-top: 1px solid #E5E5E5;
}
.floatleft h1 {
    width: auto;
}
#MapContainer #map_canvas {
    width: 100%!important;
}
#modTab #divPax {
    color: #003893;
    background-color: #fcf8e3;
    border-color: #faebcc;
    border-radius: 3px;
    margin: 5px;
}
#modTab #divPax #parPax {
    margin: 0;
}
#activDetail {
    background: none;
    padding-bottom: 0;
    border: none;
}
#optionList.ActivOpt {
    padding: 10px 20px 5px;
    margin-top: 0;
    text-shadow: none;
    border: 1px solid #E5E5E5;
    background: #FFF;
}
#modTab a#showSearchBoxLink {
    background: none;
}
#modTab a#showSearchBoxLink:before {
    font-family: 'ptw-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e612";
    font-size: 19px;
    color: #595959;
    z-index: 0;
    position: absolute;
    margin-left: -22px;
    margin-top: 2px;
}
.ActivOpt {
    border: 1px solid #E5E5E5;
    background: #FFF;
    text-shadow: none;
}
.actRates td, .optionItem {
    border-top-color: #E5E5E5;
}
.optionItem h3 {
    border-top: none;
}
.ptw-field-selectEndOffice .ptw-field-radio {
    width: auto;
    display: inline;
}
#ptw-container .ptw-car-time select {
    width: 100%}
.carInfo {
    width: auto;
}
.carInfo .price {
    float: right;
}
#cars .rates th, #cars td.left, #cars td.ratedet {
    border-bottom-color: #E5E5E5;
}
.rates .icon-offer {
    line-height: .6em;
}
.price {
    float: none;
    line-height: normal;
    width: auto;
}
.module .iconList li {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
    margin: 0;
}
.module li input {
    margin: 0 4px 0 15px;
}
.modal-footer {
    background-color: #FFF;
    border-top-color: #E5E5E5;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.listViewport {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid #E5E5E5;
}
.mark, .tag, span.filter, span.filter:hover {
    border-color: #003893;
    background: #EFEFEF;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#appliedFilters span:hover {
    border-color: #003893;
}
a.filter:hover {
    color: inherit;
    text-decoration: none;
}
a:hover .cross {
    background-position: -181px -807px;
}
.rates tr:hover td {
    background: #EFEFEF;
}
#detTar th, #tarLis th {
    background: #FFF;
    border-top-color: #E5E5E5;
    border-bottom-color: #E5E5E5;
    padding: 4px 0;
}
#detPop, .detPop {
    background: #fff;
    border-color: #E5E5E5;
}
#tabPop {
    border: none;
    line-height: 24px;
    font-size: 14px;
    color: #595959;
}
#detPop h2, #detPop h3 {
    color: #595959;
}
#ctrl {
    background: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border: 1px solid #E5E5E5;
}
#left #ctrl h2 {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.innerEngine {
    border-radius: 0;
}
#bookerComplete, #modTab {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dropdown-menu .active>a, .dropdown-menu .active>a:hover {
    background: #003893;
}
.dropdown-menu li>a:hover {
    color: inherit;
    background: #EFEFEF;
}
#cruiseContent .alert-success {
    border: 1px solid #E5E5E5;
    background: #FFF;
    color: inherit;
}
.table-bordered {
    border-color: #E5E5E5;
}
.table-bordered td+td, .table-bordered td+th, .table-bordered th+td, .table-bordered th+th {
    border-left-color: #E5E5E5;
}
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
    background-color: transparent;
}
.table tbody tr:hover td, .table tbody tr:hover th {
    background-color: transparent;
}
#cruiseMain .shipAm .span3 {
    width: 30%}
#cruiseMain .accordion-inner .span5 {
    width: auto;
}
#cruiseTabs a {
    color: #233c79;
}
#cruiseTabs a:hover {
    background: #EFEFEF;
}
#cruiseTabs a.active {
    border-color: #E5E5E5;
    border-bottom: none;
    color: #555555;
}
#cruiseTabs a.active:hover {
    background: white;
}
.gal_spotlight {
    background: transparent;
}
.gal_carouselContainer, .gal_spotlightDescription {
    background-color: #FFF;
}
.gal_carouselContainer, .gal_spotlightDescription {
    background-color: #FFF;
}
.gal_carouselContainer a.gal_arrow:hover {
    background: #EFEFEF;
}
#cabnSel .active strong, #cabnSel a:hover strong, .cabnSel .active strong, .cabnSel a:hover strong {
    color: #595959;
}
.accordion-group {
    border-color: #E5E5E5;
}
.cabin-rate-menu {
    border-bottom-color: #E5E5E5;
}
.cabin-menu-options .triangle:before {
    border-bottom-color: #E5E5E5;
}
.cruiseRates th {
    border-bottom-color: #E5E5E5;
}
.cruiseRates td {
    border-bottom-color: #E5E5E5;
}
.thumbnail {
    border-color: #E5E5E5;
}
a.thumbnail:hover {
    border-color: #003893;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,  255,  255,  0.2),  0 1px 2px rgba(0,  0,  0,  0.3);
    box-shadow: inset 0 1px 0 rgba(255,  255,  255,  0.2),  0 1px 2px rgba(0,  0,  0,  0.3);
}
#selectedCabin {
    background: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top-color: #E5E5E5;
}
#camCount .count {
    color: #595959;
}
#deckplan, #legendul {
    background: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #E5E5E5;
}
#stateroomsList tr.active td {
    background: #EFEFEF;
}
.noCam {
    border: 1px solid #E5E5E5;
    background: #FFF;
    color: #595959;
}
#stateroomsList tr.active .noCam, #stateroomsList tr:hover .noCam, .reqPax .noCam {
    border-color: #E5E5E5;
    background: white;
    color: #595959;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#innerSel .cabnSel {
    margin: 0 0 0 200px;
}
#selectedCabin .btn-group {
    margin: 15px 0 0 0;
}
#stateroomsList tr:hover td {
    background: #EFEFEF;
    color: #595959;
}
.product-sidebar {
    margin-top: 20px;
}
.product-sidebar .sidebar-title {
    text-shadow: none;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
}
.product-sidebar .sidebar-module {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
}
.sidbar {
    border: none;
}
.sidbar .booker-title, .sidbar h3 {
    text-shadow: none;
    font-size: 15px;
    font-weight: bold;
    border-bottom: none;
    padding: 5px 3px;
}
.sidbar ul a:hover {
    background: #EFEFEF;
}
.sidbar .ap_slider {
    margin: 0 0 1em;
}
.sidbar .ap_slider .ap_slider-duration {
    margin: 0 .7em 1em;
}
.innerList li:hover {
    background: #EFEFEF;
    color: #595959;
}
.circuit-wrap {
    border: none;
    border-bottom: 1px solid #E5E5E5;
}
.circuit-wrap h2.caps {
    font-size: 18px;
    font-weight: bold;
    text-transform: none;
    font-variant: normal;
}
.circuit-wrap h2.caps a:hover {
    text-decoration: none;
}
.img_3x2 a {
    border-color: #E5E5E5;
}
.priceDetail li.promo-text {
    background: #EFEFEF!important;
}
.priceDetail li.promo-text:after {
    border-top-color: #EFEFEF;
}
#modsea {
    margin-top: 0;
    border: none;
    border-radius: 0;
}
#ctrl {
    border-color: #E5E5E5;
}
#bookerComplete, .product-sidebar .circuits-searchbox #ctrl {
    background: #FFF;
}
#modTabCircuits .field {
    text-align: right;
}
.slats li {
    border-bottom-color: #E5E5E5;
}
.callAction {
    background: #FFF;
    border-color: #E5E5E5;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.nav-tabs {
    border-bottom-color: #E5E5E5;
}
.sidebar-list li {
    border-bottom-color: #E5E5E5;
    border-top: none;
}
.nav-tabs {
    background: none;
}
div.orbit>img {
    width: 100%}
.article {
    border-bottom-color: #E5E5E5;
}
.gray-block {
    background-color: #FFF;
}
.well {
    border-color: #E5E5E5;
    background-color: #FFF;
}
.nav-collapsible .section-expanded .nav-section-header {
    background: transparent;
}
.nav-collapsible .section-expanded {
    border-left-color: #a47c36;
}
.nav-collapsible .section-expanded .nav-section-header:hover, .nav-collapsible a:hover {
    background: #EFEFEF;
}
dropdown-menu {
    border-color: #E5E5E5;
}
.nav-collapsible .section-wrapper a.info {
    background: #003893;
    border-radius: 0;
    color: rgba(255,  255,  255,  0.8);
    border: 1px solid #003893;
    text-shadow: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,  255,  255,  0),  0 1px 2px rgba(0,  0,  0,  0);
    box-shadow: inset 0 1px 0 rgba(255,  255,  255,  0),  0 1px 2px rgba(0,  0,  0,  0);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.nav-collapsible .section-wrapper a.info:hover {
    background: #003893;
    color: white;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,  255,  255,  0.2),  0 1px 2px rgba(0,  0,  0,  0.3);
    box-shadow: inset 0 1px 0 rgba(255,  255,  255,  0.2),  0 1px 2px rgba(0,  0,  0,  0.3);
    border: 1px solid #003893;
    text-decoration: none;
}
.table-price-list th, .table tbody tr:hover th {
    background: #FFF;
}
.table tbody tr:hover td {
    background: #EFEFEF;
}
.green-border {
    border-color: #E5E5E5;
}
.rounded-wrapper {
    border-color: #E5E5E5;
    border-radius: 0;
}
.stat-medium a.btn {
    width: auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 9px;
    background: #003893;
    border-radius: 0;
    color: rgba(255,  255,  255,  0.8);
    border: 1px solid #003893;
    text-shadow: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,  255,  255,  0),  0 1px 2px rgba(0,  0,  0,  0);
    box-shadow: inset 0 1px 0 rgba(255,  255,  255,  0),  0 1px 2px rgba(0,  0,  0,  0);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.stat-medium a.btn:hover {
    background: #003893;
    color: white;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,  255,  255,  0.2),  0 1px 2px rgba(0,  0,  0,  0.3);
    box-shadow: inset 0 1px 0 rgba(255,  255,  255,  0.2),  0 1px 2px rgba(0,  0,  0,  0.3);
    border: 1px solid #003893;
    text-decoration: none;
}
.table-price-list td {
    border-top-color: #E5E5E5;
}
.table-price-list .selected-column {
    background: transparent;
}
#bestAirContainer .bestAirList.viewport {
    width: auto;
}
#bestAirlines {
    border-color: #E5E5E5;
}
#bestAirlines .bestAirLeft {
    background: #FFF;
    border-right-color: #E5E5E5;
    border-radius: 0;
}
#bestAirlines .nonstopRate, #bestAirlines .stopsRate {
    color: #233c79;
}
#bestAirlines .bestAirline:hover, #bestAirlines.package #bestAirContainer .bestAirItem.selected, #bestAirlines.package #bestAirContainer .bestAirItem:hover {
    background: #EFEFEF;
}
#bestAirlines .allflights:hover, #bestAirlines .nonstopRate:hover, #bestAirlines .stopsRate:hover {
    color: #233c79;
    background-color: #EFEFEF;
}
#bestAirlines .paymentRate.payPromo {
    color: inherit;
}
#bestAirlines .paymentRate.payPromo .ptw-icon {
    font-family: inherit;
}
#bestAirlines .paymentRate.payPromo .ptw-icon:before {
    font-family: 'ptw-icons'}
#modTabCircuits .glyphicons-icon {
    width: 35px;
    margin-top: -12px;
}
#modTabCircuits h3, #modTabCircuits p {
    text-align: left;
}
#bestAirContainer {
    border: none;
}
#bestAirContainer .overview {
    margin-top: 0;
}
#divAppliedFilter {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
#conTit {
    border: none;
    border-top: 1px solid #E5E5E5;
    background: #FFF;
}
#flightSelected.yui-module, #tblFligts .yui-module {
    border: 1px solid #E5E5E5;
    background: #FFF;
}
#resFlight tr.light td, .escala {
    background: rgba(255,  255,  255,  0.5);
}
#resFlight tr.light td .escala, .escala .escala {
    background: none;
}
table.roomList td strong {
    color: #595959;
}
.blueboxR h4 {
    background: #FFF;
}
table.roomList {
    border-bottom-color: #E5E5E5;
}
table.roomList td {
    border-top-color: #E5E5E5;
}
#summary .item {
    border-bottom: none;
    border-top-color: #E5E5E5;
    background-color: #FFF;
}
.well {
    border: 1px solid #E5E5E5;
    background-color: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 4px 8px;
}
img#imgLogo {
    border-color: #E5E5E5;
}
#addon_content {
    border-color: #E5E5E5;
}
#addon_content .spec {
    float: right;
}
#addon_content .spec a.greenButton {
    font-size: 12px;
    display: block;
    text-align: center;
}
#addon_content .spec_insurance {
    float: right;
    width: 49%}
#addon_content .spec_insurance a.botAzu {
    display: block;
    width: 100%;
    padding: 2px 0;
    margin: 0;
    text-align: center;
}
#addon_content #addon_default .item {
    border-bottom-color: #E5E5E5;
}
#addon_content td.hotFot {
    width: 15%;
    table-layout: fixed;
    display: block;
    float: left;
}
#addon_content td.hotFot img {
    margin: 0 auto;
    display: block;
}
#addon_content td.hotInf {
    width: 42.5%;
    table-layout: fixed;
    display: block;
    float: left;
}
#addon_content td.boxPri {
    width: 42.5%;
    table-layout: fixed;
    display: block;
    float: left;
}
#addon_content td.boxPri ul.group {
    width: 100%}
#addon_content td.boxPri .ratefrom {
    width: 49%;
    float: left;
}
#addon_content td.boxPri .spec {
    float: right;
    width: 49%}
#addon_content li.img {
    width: 15%}
#addon_content li.img img {
    margin: 0 auto;
    float: none;
    display: block;
}
#addon_content .addon_top {
    background: #FFF;
}
#addon_content .thCar {
    background: transparent!important;
}
#addon_content #divComplete td.right, #addon_content .carsAddon .rates td {
    padding: 5px 0;
    line-height: 25px;
}
#addon_content .currentLink {
    background: #003893!important;
}
#addon_content #tourAddon #tabs li a {
    min-height: 27px;
}
#addon_content #tourAddon #tabs li a:hover {
    text-decoration: none;
}
#addon_content div.mark {
    width: 94%;
    margin-left: 3%;
    text-align: center;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#addon_content div.mark a {
    color: inherit;
}
.item .litem, .item h3.itemName {
    color: #595959;
}
.item .data .name {
    margin: 0;
    float: left;
    width: 50%}
.item .data .price {
    margin: 0;
    float: left;
    width: 50%;
    display: block;
}
.item .data .price ul {
    width: 100%}
.item .data .price li.ratefrom {
    margin: 0!important;
    width: 49%;
    float: left;
}
.item .data .price li.ratefrom+li {
    width: 49%;
    float: right;
}
.item .data .price a.botAzu {
    width: auto;
    display: block;
    margin-top: 0;
    text-align: center;
    font-weight: normal;
    font-size: 11px;
}
.item span.added {
    width: 100%}
#main #addon_content td.boxPri {
    padding: 0;
}
#addon_menu .defaultItem .addonTab, #addon_menu a {
    border: 1px solid #E5E5E5;
    background: #FFF;
}
#addon_menu .current a, #addon_menu .current a:hover {
    border-color: #E5E5E5;
    background: #EFEFEF;
    background: -webkit-gradient(linear,  left top,  right top,  from(#efefef),  to(rgba(239,  239,  239,  0)));
    background: -webkit-linear-gradient(left,  #efefef,  rgba(239,  239,  239,  0));
    background: -o-linear-gradient(left,  #efefef,  rgba(239,  239,  239,  0));
    background: linear-gradient(90deg,  #efefef,  rgba(239,  239,  239,  0));
    color: #595959;
    font-weight: bold;
    border-right: 1px solid white;
}
#addon_menu img.addonicon {
    display: none;
    background: none;
}
#addon_menu #carTab a:before, #addon_menu #insuranceTab a:before, #addon_menu #tourTab a:before, #addon_menu #transferTab a:before {
    font-family: 'ptw-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    line-height: 50px;
    height: 40px;
    color: #E5E5E5;
}
#addon_menu #carTab.current a:before, #addon_menu #insuranceTab.current a:before, #addon_menu #tourTab.current a:before, #addon_menu #transferTab.current a:before {
    color: #595959;
}
#addon_menu #transferTab a:before {
    font-size: 66px;
    content: "\e616"}
#addon_menu #carTab a:before {
    font-size: 51px;
    content: "\e006"}
#addon_menu #tourTab a:before {
    font-size: 41px;
    content: "\e61c"}
#addon_menu #insuranceTab a:before {
    font-size: 48px;
    content: "\26e8"}
.td-alert-info a {
    color: #003893;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
#main .ban {
    border: 1px solid #E5E5E5;
    background: #FFF;
}
#resFlight tr.banNom td {
    background: #FFF;
}
#activityAddon #tabs a, #activityAddon #tabs span, #activityPopup #tabs a, #activityPopup #tabs span {
    border-color: #FFF;
    border-bottom-color: #E5E5E5;
}
#activityAddon #tabs a:hover, #activityAddon #tabs span:hover, #activityPopup #tabs a:hover, #activityPopup #tabs span:hover {
    text-decoration: none;
    background: #EFEFEF;
    border-color: #EFEFEF;
    border-bottom-color: #E5E5E5;
}
#activityAddon ul#tabs, #activityPopup ul#tabs {
    background: #FFF;
    border-color: #E5E5E5;
}
.addon h3 {
    color: #595959;
    border-bottom-color: #E5E5E5;
}
#cboxOverlay {
    background: #a47c36;
}
#cboxBottomCenter, #cboxBottomLeft, #cboxBottomRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxTopCenter, #cboxTopLeft, #cboxTopRight {
    background: none;
    width: 0;
}
#cboxContent {
    background: white;
    display: block;
    border-radius: 15px;
    border: 1px solid #E5E5E5;
    -webkit-box-shadow: 0 10px 10px rgba(0,  0,  0,  0.6);
    box-shadow: 0 10px 10px rgba(0,  0,  0,  0.6);
}
#cboxContent .selectDates table {
    min-width: 240px;
}
#cboxContent input#calDeparturetxtDate, #cboxContent input#calReturntxtDate, #cboxContent input#txtAirportFrom, #cboxContent input#txtAirportTo {
    border-color: #E5E5E5;
    margin-top: 0;
}
.bd #activityPopup .closelink a {
    color: white;
}
.bd #activityPopup img {
    max-width: 100%}
div#colorbox {
    border-radius: 15px;
}
#activityPopup {
    width: auto!important;
}
#activityPopup #head {
    background: #FFF;
}
#activityPopup #head h1, #activityPopup #head h1.certificado {
    padding: 15px 5px 25px 10px;
    margin: 0;
}
#activityPopup #main {
    width: auto;
}
#activityPopup #container2, #activityPopup #Content {
    width: 100%!important;
    overflow: hidden;
    padding-bottom: 10px!important;
}
#activityPopup ul#tabs {
    background: #FFF;
}
#activityPopup #ActSidebar {
    font-size: 12px;
}
#activityPopup .closelink {
    background: none;
}
#activityPopup .closelink a {
    padding: 8px 34px 8px 8px;
    background-position: 90px center;
}
#activityPopup #imageGalleryContainer {
    width: auto;
    max-width: 100%}
#activityPopup #carousel {
    background-color: #FFF;
    margin-top: 30px;
    border-color: #FFF;
}
#activityPopup #Content .ActivOpt {
    width: auto!important;
    border-radius: 0;
    border: none;
    border-top: 1px solid #E5E5E5;
    padding-top: 10px;
    text-shadow: none;
    background: none;
}
#activityPopup #Content #optionList, #activityPopup #Content table.actDates {
    width: auto!important;
}
#activityPopup select {
    font-size: 13px;
}
#activityPopup #pax {
    border: 1px solid #E5E5E5;
    background: #FFF;
    border-radius: 0;
    padding: 5px 15px;
}
.banNomBtn {
    background: none;
}
.banNomBtn input.greenButton {
    padding: 5px 33px;
}
#mapDiv {
    font-size: 15px;
}
#mapDiv #map_canvas {
    width: 100%!important;
}
table.actDates {
    border-top: none;
}
table.actDates td, table.actDates td.actrates, table.actDates th, table.actDates th.actrates {
    background: #fff;
}
#activDetail tr.selected td {
    background: #EFEFEF;
}
.ActOptions li.selected .pricenote {
    background-color: #EFEFEF;
}
span.first-child button {
    background: none;
    height: 20px;
    width: 20px;
    margin: 0;
    text-align: right;
    position: relative;
    text-indent: 0;
}
span.first-child button:before {
    font-family: 'ptw-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e612";
    font-size: 24px;
    color: #595959;
    z-index: 0;
}
ul.serviceList {
    font-size: 13px;
}
ul.serviceList p {
    margin-bottom: .5em;
}
ul.serviceList:last-of-type {
    padding-bottom: 30px;
}
.carousel ol.carousel-content li:hover {
    border-color: #003893;
}
.carousel .carousel-nav input {
    bottom: 4px;
}
#ActTop+table+table.intro, #ActTop+table.intro {
    width: auto;
}
body#chkOut {
    background: #FFF;
}
#chkOut #Content {
    clear: both;
    width: 760px;
}
#chkOut #header:after {
    content: "";
    display: table;
    clear: both;
}
#chkOut #container2 {
    border-color: #E5E5E5;
}
#chkOut #divConfirmationReadUser, #chkOut #divPassengers, #chkOut #step3, #chkOut #step3 .boxleft, #chkOut .conInf, #chkOut h1, #chkOut h3 {
    background: none;
    border: none;
    border-top: 1px solid #E5E5E5;
}
#chkOut div.banres {
    border-top: 1px solid #E5E5E5;
    background: none;
}
#chkOut .stepsNumbers_Active {
    background: #a47c36;
}
#chkOut .steps li.current {
    color: #595959;
}
#chkOut #divPayNow {
    padding-top: 0;
}
#chkOut #divPayNow ol {
    border: 1px solid #E5E5E5;
    background: #FFF;
    margin-top: 0;
}
#chkOut tr.mark td {
    background: #EFEFEF;
}
#chkOut .bluebox {
    background: transparent;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}
#chkOut #step3 .boxleft {
    border: none;
}
#chkOut .boxleft h3 {
    color: #595959;
    margin-top: 0;
    padding-top: 10px;
}
#chkOut .boxleft .banNom, #chkOut .rateSummary {
    border: 1px solid #E5E5E5;
    background: #FFF;
    margin-bottom: 10px;
}
#chkOut .boxleft h1, #chkOut .boxleft h2 {
    color: #595959;
}
#chkOut .floatright {
    background: #FFF;
}
#chkOut .floatright h4 {
    background: rgba(35,  60,  121,  0.9);
    color: rgba(255,  255,  255,  0.8);
}
#chkOut .floatright td.top {
    border-top-color: #E5E5E5;
}
.higLit, ol li strong, table.flight p.small span.small {
    color: #595959;
}
td.ret, td.top, tr.ret td {
    border-top-color: #E5E5E5;
}
#chkOut #step3 {
    border-top: none;
}
li#step4.step-Finalizar {
    display: none;
}
.icon:after, .ptw-menu .ap_booker_tab:after, div#agencyBar .agencyOption .caret:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

div.slider-inner ul li .titleSlide .titleBtn a.btnSlide {
    background: #fa8e04;
}
div.slider-inner ul li .titleSlide .titleBtn a.btnSlide:hover {
    background: rgba(224, 122, 76, 1);
}
div.controls-pager a.active {
    background-color: #595959;
    -webkit-box-shadow: inset 0 1px 3px -1px #595959,  0 1px 1px rgba(0,  0,  0,  0.5);
    box-shadow: inset 0 1px 3px -1px #595959,  0 1px 1px rgba(0,  0,  0,  0.5);
}
.promoBox .slider-inner ul li .titleSlide {
    width: 100%;
    left: 0;
    right: 0;
    top: 43%;
}
.promoBox .slider-inner ul li:before {
    content: " ";
    width: 100%;
    height: 100%;
    /*position: absolute;*/
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    -webkit-transition:all .3s ease-out;
    -moz-transition:all .3s ease-out;
    -o-transition:all .3s ease-out;
    transition:all .3s ease-out
}

.promoBox .slider-inner ul li:hover:before {
    background-color: rgba(224, 122, 76, 0.3)
}
.promoBox .slider-inner ul li .titleSlide .slider-banner-item {
    display: block;
}
.promoBox .slider-inner ul li .titleSlide .titleOffer {
    text-align: center;
    display: block;
}
.promoBox .slider-inner ul li .titleSlide .titleOffer .titleOfferTxt {
    font-size: 1.75em;
}
.promoBox .slider-inner ul li .titleSlide .titleBtn {
    display: block;
    text-align: center;
    margin-top: 20px;
}
.promoBox .slider-inner ul li .titleSlide b {
    position: absolute;
    padding: 6px 10px 6px 10px;
    color: #FFF;
    background-color: rgba(35,  60,  121,  0.8);
    border-radius: 3px 0 0 3px;
    -webkit-box-shadow: 1px 1px 3px rgba(0,  0,  0,  0.5);
    box-shadow: 1px 1px 3px rgba(0,  0,  0,  0.5);
    width: auto;
    display: inline-block;
    right: 0;
    top: 0;
}
#offersContainer ul {
    padding: 0;
    margin: 0;
}
.hotel-offer-item {
    list-style: none;
    margin-top: 10px;
    margin-bottom: 10px;
}
.hotel-offer-item .btn.btn-primary {
    padding: 6px 10px;
    width: auto;
    display: inline-block;
    margin-top: 14px;
}
.hotel-offer-item .label-cont {
    position: relative;
    width: 98%;
    margin: 0 1%;
    display: block;
    background: rgba(164,  124,  54,  0.3);
    padding: 0.5em 1em;
    margin-top: -2.4em;
    color: #fff;
    font-size: 1.2em;
    height: 2.4em;
    overflow: hidden;
}
.hotel-offer-item .hotel-pic {
    margin: 0;
}
.hotel-offer-item .hotel-pic {
    display: block;
    width: 98%;
    margin: 0 1%}
.hotel-offer-item .hotel-title {
    display: block;
    margin: 0 1%;
    background: #FFF;
    padding: 10px 2% 0;
    width: 98%}
.hotel-offer-item .hotel-title br {
    display: none;
}
.hotel-offer-item .hotel-offer-info {
    display: block;
    margin: 0;
    background: #FFF;
    width: 98%;
    margin: 0 1%;
    padding: 10px 2%;
    color: rgba(0,  0,  0,  0.7);
    line-height: 170%}
.hotel-offer-item .hotel-offer-info>* {
    display: block;
}
.hotel-offer-item .hotel-offer-info .price {
    font-size: 1.4em;
}
.hotel-offer-item .hotel-offer-info .note {
    font-size: 0.9em;
    color: rgba(0,  0,  0,  0.5);
}
@media (min-width:544px) {
    .hotel-offer-item {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
    width: 50%}
.hotel-offer-item:nth-child(odd) {
    clear: both;
}
}@media (min-width:768px) {
    .hotel-offer-item {
    float: left;
    width: 33.33333%}
.hotel-offer-item:nth-child(odd) {
    clear: none;
}
.hotel-offer-item:nth-child(3n+1) {
    clear: both;
}
}@media (min-width:992px) {
    .hotel-offer-item {
    float: left;
    width: 25%}
.hotel-offer-item:nth-child(3n+1) {
    clear: none;
}
.hotel-offer-item:nth-child(4n+1) {
    clear: both;
}
}div#agencyBar {
    top: 0;
    left: 0;
    height: 34px;
    border-bottom: none;
    width: 100%;
    z-index: 10000;
    position: fixed;
    background: #003893;
}
div#agencyBar+header {
    padding-top: 35px;
}
div#agencyBar a {
    color: #fff;
}
div#agencyBar a:hover {
    text-decoration: none;
}
div#agencyBar .agencyName {
    float: left;
    margin: 7px 15px 0px;
    font-size: 16px;
    font-weight: bold;
}
div#agencyBar .agencyOption {
    -moz-border-radius: none;
    float: left;
    background: transparent;
    margin: 4px 10px 4px;
    padding: 5px 5px;
    border: none;
    text-align: center;
    background: #003893;
    border-radius: 0;
    color: rgba(255,  255,  255,  0.8);
    border-color: #E5E5E5;
    text-shadow: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,  255,  255,  0),  0 1px 2px rgba(0,  0,  0,  0);
    box-shadow: inset 0 1px 0 rgba(255,  255,  255,  0),  0 1px 2px rgba(0,  0,  0,  0);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
div#agencyBar .agencyOption>a {
    font-weight: bold;
}
div#agencyBar .agencyOption .caret {
    opacity: 0.4;
    width: auto;
    height: auto;
    border: none;
    content: initial;
    text-indent: initial;
    display: inline;
    vertical-align: initial;
}
div#agencyBar .agencyOption .caret:after {
    width: 11px;
    height: 11px;
    margin-top: -2px;
}
div#agencyBar .agencyOption:hover .caret {
    opacity: 1;
}
div#agencyBar .agencyOption:hover .dropdown-menu {
    max-height: 900px;
}
div#agencyBar .agencyOption .dropdown-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: relative;
    top: auto;
    left: auto;
    float: none;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    min-width: 0!important;
}
div#agencyBar .agencyOption .dropdown-menu li {
    padding: 6px 3px;
}
div#agencyBar .agencyOption .dropdown-menu a {
    padding: 0;
    line-height: normal;
}
div#agencyBar .agencyOption .dropdown-menu a:hover {
    background: none;
    color: #595959;
}
div#agencyBar .agencyOption a {
    font-size: 12px;
    text-decoration: none;
    color: #FFF;
}
div#agencyBar .agentName {
    float: right;
    margin: 7px 15px;
    font-size: 12px;
    font-weight: normal;
}
div#agencyBar .inactiveAgent {
    color: #fff;
    margin-top: 10px;
    float: right;
    margin-right: 10px;
    font-weight: bold;
}
div#agencyBar .inactiveAgent .btnLogout {
    background: #003893;
    border-radius: 0;
    color: rgba(255,  255,  255,  0.8);
    border-color: #E5E5E5;
    text-shadow: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,  255,  255,  0),  0 1px 2px rgba(0,  0,  0,  0);
    box-shadow: inset 0 1px 0 rgba(255,  255,  255,  0),  0 1px 2px rgba(0,  0,  0,  0);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    padding: 4px 10px;
    margin-left: 20px;
    border: none;
    color: #FFF!important;
}
div#agencyBar .inactiveAgent .btnLogout:hover {
    background: #003893;
    color: white;
    border-color: #E5E5E5;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,  255,  255,  0.2),  0 1px 2px rgba(0,  0,  0,  0.2);
    box-shadow: inset 0 1px 0 rgba(255,  255,  255,  0.2),  0 1px 2px rgba(0,  0,  0,  0.2);
    text-decoration: none;
}
#login {
    float: none;
    max-width: 300px;
    padding: 15px 0 0 0;
    margin: 2em auto;
}
#login+#register, #register {
    float: none;
    max-width: 300px;
    padding: 10px;
    margin: 2em auto;
    background: #FFF;
    border-color: #E5E5E5;
    text-align: center;
}
.formbox {
    background: transparent;
    border-color: #E5E5E5;
}
.formbox h2 {
    background: #003893;
    color: #fff;
}
.formbox .formForgot {
    border-top-color: #E5E5E5;
}
.goldBut, .signin, .submitButton, a.goldBut, input.submitButton {
    background: #003893;
    border-radius: 0;
    color: rgba(255,  255,  255,  0.8);
    border: 1px solid #003893;
    text-shadow: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,  255,  255,  0),  0 1px 2px rgba(0,  0,  0,  0);
    box-shadow: inset 0 1px 0 rgba(255,  255,  255,  0),  0 1px 2px rgba(0,  0,  0,  0);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.goldBut:hover, .signin:hover, .submitButton:hover, a.goldBut:hover, input.submitButton:hover {
    background: #003893;
    color: white;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,  255,  255,  0.2),  0 1px 2px rgba(0,  0,  0,  0.3);
    box-shadow: inset 0 1px 0 rgba(255,  255,  255,  0.2),  0 1px 2px rgba(0,  0,  0,  0.3);
    border: 1px solid #003893;
    text-decoration: none;
    color: #FFF;
    text-decoration: none;
}
#register a:visited:hover, a.goldBut:hover {
    color: #FFF;
}
#register a, #register a:hover, #register a:visited {
    color: #FFF;
}
div#regSteps li {
    background: #003893;
}
div#regSteps li a, div#regSteps li a:hover {
    color: #FFF;
}
div#regSteps .current, div#regSteps li.current a {
    background: #003893;
    color: #fff;
    font-size: 1em;
}
.ageLog #main .hotel-item, .ageLog #main.sn-results .bus-item, .ageLog #main.sn-results .carElement, .ageLog #main.sn-results .flight-item, .ageLog #main.sn-results .transfer-item, .ageLog #main.tours-list .activity, .ageLog .sn-results .pack-item {
    background: transparent;
    border-radius: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
}
#chkOut.ageLog #container2 {
    padding: 0;
}
#login {
    float: none;
    max-width: 600px;
    padding: 0px 0 0 0;
    margin: 2em auto;
}
#login-form input {
    max-width: 100%}
div#main-login {
    padding: 1px;
}

div#container2 {
    width: 100%;
    margin: 0;
}
div#splashContent {
    margin-top: 0;
}
div#Content {
    margin: 0 auto;
    float: none;
    clear: both;
}
.footerBox, .header-container, .mainContent {
    margin-left: 0px;
    margin-right: 0px;
    max-width: 1200px;
    margin: 0 auto;
}
.footerBox:after, .header-container:after, .mainContent:after {
    content: "";
    display: table;
    clear: both;
}
#header {
    position: absolute;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    width: 100%;
    background: rgb(118, 146, 193);
}
.home #header {
    background: linear-gradient(180deg, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
#header .header-sitename {
    display: none;
}
#header .head-bottom_logo {
    grid-column: 2 / 3;
}
#header .header-logo a {
    display: block;
    text-align: center;
}
#header .header-logo a img {
    max-width: 100%}
#header .hdlinksContainer ul {
    margin: 10px 0;
    list-style: none;
    padding: 0;
    text-align: center;
    font-size: 12px;
}
#header .hdlinksContainer li {
    display: inline-block;
    margin: 0px 7px;
}
#header .header-menu ul {
    margin-left: 0px;
    margin-right: 0px;
    max-width: 1200px;
    margin: 0 auto;
}
#header .header-menu ul:after {
    content: "";
    display: table;
    clear: both;
}
.header-menu {
    background: #003893;
}
.header-menu ul {
    padding: 0;
    list-style: none;
    text-align: center;
}
.header-menu li {
    display: inline-block;
}
.header-menu li a {
    display: block;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.header-menu li a:hover {
    background: #EFEFEF;
    color: #595959;
    text-decoration: none;
}
.header-menu li.current a {
    background: #EFEFEF;
    color: #595959;
    text-decoration: none;
}
.header-menu .icon:after, .header-menu .ptw-menu .ap_booker_tab:after, .header-menu div#agencyBar .agencyOption .caret:after, .ptw-menu .header-menu .ap_booker_tab:after, div#agencyBar .agencyOption .header-menu .caret:after {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
}
#hsidebar+.home div#ptw-container, .ageLog .home div#ptw-container {
    background: none;
    width: 100%;
    max-width: 400px;
}
div.ptw-menu-vertical#ptw-container #ptw-content {
    border-left-color: #E5E5E5;
    background: rgba(255,  255,  255,  0.5);
    border-radius: 0 7px 7px 0;
}
div.ptw-menu-vertical#ptw-container #ptw-menu>ul {
    padding: 2px 0 2px 2px;
}
div.ptw-menu-vertical#ptw-container #ptw-menu>ul>li>a {
    border-right-color: #E5E5E5;
}
div.ptw-menu-vertical#ptw-container #ptw-menu>ul>li.ptw-active>a, div.ptw-menu-vertical#ptw-container #ptw-menu>ul>li.ptw-active>a:focus, div.ptw-menu-vertical#ptw-container #ptw-menu>ul>li.ptw-active>a:hover {
    border: 1px solid transparent;
    background: #003893;
    color: #fff;
    position: relative;
}
div.ptw-menu-vertical#ptw-container #ptw-menu>ul>li.ptw-active>a:before {
    content: " ";
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #003893;
    position: absolute;
    right: -11px;
    top: 0;
}
div.ptw-menu-vertical#ptw-container #ptw-menu>ul>li:hover>a, div.ptw-menu-vertical#ptw-container #ptw-menu>ul>li>a:hover {
    background-color: #003893;
    border: 1px solid transparent;
}
div.ptw-menu-vertical#ptw-container #ptw-menu>ul>li.ptw-moreTab:hover>a, div.ptw-menu-vertical#ptw-container #ptw-menu>ul>li.ptw-moreTab>a:hover {
    border: none;
    border-radius: 4px 4px 0 0;
    width: 99%}
.ptw-menu .ap_booker_tab:after {
    position: absolute;
    left: 7px;
}
div#ptw-container .ptw-field-group .ptw-field input {
    min-width: 0;
    max-width: none;
}
div#ptw-container .ptw-field-passengers td:first-child {
    padding: 0;
}
div#ptw-container .ptw-field-passengers td:first-child>label {
    margin: 0 5px 3px 5px;
}
div#ptw-container .ptw-field-passengers th:first-child {
    padding: 0;
    letter-spacing: -3px;
}
div#ptw-container .ptw-field-dates {
    max-width: none;
}
div#ptw-container #ptw-menu>ul>li>a {
    background: transparent;
    color: #595959;
    padding-left: 25px;
    padding-right: 2px;
    position: relative;
}
div#ptw-container .ap_monthCalendar .ptw-date {
    display: inline-block;
    margin-top: 0;
    float: left;
}
.ptw-menu div#ptw-container .ap_monthCalendar .icon-calendar.ap_booker_tab, div#agencyBar .agencyOption div#ptw-container .ap_monthCalendar .icon-calendar.caret, div#ptw-container .ap_monthCalendar .icon.icon-calendar, div#ptw-container .ap_monthCalendar .ptw-menu .icon-calendar.ap_booker_tab, div#ptw-container .ap_monthCalendar div#agencyBar .agencyOption .icon-calendar.caret {
    display: inline-block;
    margin-top: 5px;
    margin-left: 5px;
    float: left;
}
.heroDescription, .heroTitle {
    text-align: center;
    float: left;
    width: 100%}
.contentBox:after {
    content: "";
    display: table;
    clear: both;
}
.promoBox {
    padding: 5px;
}
.destinationBox {
    padding: 5px;
    margin-top: 20px;
}
#footer {
    text-align: center;
}
#footer ul.ftBox-links {
    padding: 0;
    list-style: none;
    font-size: 12px;
}
#footer ul.ftBox-links li {
    display: inline-block;
    padding: 0 15px;
}
@media (min-width:544px) {
    .promoBox {
    float: left;
    width: 50%}
#promoTres {
    margin-left: 25%}
}@media (min-width:768px) {
    .header-logo {
    float: left;
    width: 25%;
    padding-left: 20px;
}
.hdlinksContainer {
    float: left;
    width: 75%;
    padding-right: 20px;
    margin-top: 20px;
}
#header .header-logo a {
    text-align: left;
}
#header .hdlinksContainer ul {
    text-align: right;
}
div.controls-prev {
    z-index: 1;
}
.bookerBox {
    position: relative;
}
.bookerContainer {
    position: absolute;
    top: 0;
    z-index: 1;
}
div.pt-customJqueryUi .ui-widget-content {
    z-index: 3;
}
}
@media (min-width:992px) {
    .header-menu ul {
    text-align: left;
}
.promoBox {
    float: left;
    width: 33.33333%}
#promoTres {
    margin-left: 0%}
}@media (max-width:991px) {
    .header-links .header-linkLabel {
    display: none;
}
div.slider-inner ul li .titleSlide .titleOffer .titleOfferTxt {
    font-size: 2.3em;
}
}@media (max-width:767px) {
    .header-links .header-linkLabel {
    display: none;
}
div.slider-inner ul li .titleSlide {
    width: 94%;
    left: 3%;
    top: 10px;
    right: 3%}
div.slider-inner ul li .titleSlide .titleOffer .titleOfferTxt {
    font-size: 2em;
}
.promoBox .slider-inner ul li .titleSlide .titleOffer {
    bottom: 0px;
}
}
@media (max-width:543px) {
    #header .head-bottom {
        grid-template-columns: 2fr 1fr !important;
    }
    #header .head-bottom_logo img {
      width: 50px !important;
    }
    div.slider-inner ul li .titleSlide .titleOffer {
        display: block;
        width: 100%}
    div.slider-inner ul li .titleSlide .titleOffer .titleOfferTxt {
        font-size: 1.75em;
    }
    div.slider-inner ul li .titleSlide .titleBtn {
        display: block;
        margin-top: 15px;
        text-align: right;
    }
    div#ptw-container.ptw-menu-vertical #ptw-menu {
        width: 10%}
    div#ptw-container.ptw-menu-vertical #ptw-menu a {
        text-indent: -999999px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    div#ptw-container.ptw-menu-vertical #ptw-menu>ul>li.ptw-active>a:before {
        border-top-width: 20px;
        border-bottom-width: 19px;
    }
    div#ptw-container.ptw-menu-vertical #ptw-content {
        width: 90%}
    div.pt-customJqueryUi .ui-datepicker.ui-datepicker-multi {
        max-width: 100%;
        left: 0!important;
    }
}
#footer ul, #header ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#footer ul li, #header ul li {
    padding: 0;
    margin: 0;
}
.headfoot-container {
    position: relative;
    width: 100%;
    max-width: 1265px;
    margin: 0 auto;
}
.booker-container {
    width: 100%;
    max-width: 1365px;
    position: relative;
    margin: 0 auto;
}
#header .head-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}
#header .head-top a {
    line-height: 1;
    color: #fff;
}
#header .head-top_socials {
    padding: 10px;
}
#header .head-top_socials li {
    float: left;
    line-height: 1;
    padding: 0 4px;
}
#header .head-top_socials a img {
    vertical-align: middle;
}
#header .head-top_phone {
    padding: 10px;
}
#header .head-top_phone img {
    filter: brightness(0) invert(100%);
    height: 11px;
    width: auto;
    padding-right: 5px;
}
#header .head-bottom{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
#header .head-bottom_logo img {
    display: block;
    width: 70px;
    margin: 0 auto;
}
#header .head-bottom_links {
    display: inline-block;
    width: 100%;
    text-align: center;
    grid-column: 3 / 4;
}
#header ul.MenuBarHorizontal {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#header ul.MenuBarHorizontal li {
    list-style-type: none;
    display: inline-block;
}
#header ul.MenuBarHorizontal li a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    line-height: 20px;
    color: #fff;
    padding: 13px 20px;
}
#header ul.MenuBarHorizontal li a:hover {
    color: rgba(255, 255, 255, 0.85);
}
#header input#displayMenu, #header input#displayMenu+label {
    display: none;
}
#header .menu-collapsed .header-menu {
    background: #ededed;
}
#header .menu-collapsed .header-menu li a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #595959;
    background-color: #e5e5e5;
    padding: 6px 32px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#header .menu-collapsed .header-menu li a:focus, #header .menu-collapsed .header-menu li a:hover {
    color: #003893;
    background-color: #fff;
}
#header .menu-collapsed .header-menu li.current a {
    color: #003893;
    background-color: #fff;
}
.menu-collapsed #services, .menu-collapsed #services+label {
    display: none;
}
@media (max-width:1199px) {
    .headfoot-container {
        max-width: 1080px;
    }
    #header ul.MenuBarHorizontal li a {
        font-size: 13px;
    }
}
@media (max-width:992px) {
    #header {
        position: static;
        background: rgb(118, 146, 193) !important;
    }
    #footer .footerCopyright {
        padding: 0 15px;
    }
    .headfoot-container {
        max-width: 720px;
    }
}
@media (max-width:767px) {
    .menu-collapsed #services+label {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-color: #233c79;
    padding: 12px 15px;
}
.menu-collapsed #services+label:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 20px;
    right: 15px;
    border-style: solid;
    border-width: 5px 5px;
    border-color: transparent;
    border-top-color: #fff;
}
.menu-collapsed input#services:checked+label:after {
    top: 14px;
    border-top-color: transparent;
    border-bottom-color: #fff;
}
.menu-collapsed .header-menu {
    display: none;
}
.menu-collapsed input#services:checked~.header-menu {
    display: block;
}
.menu-collapsed .header-menu ul {
    text-align: left;
}
.menu-collapsed .header-menu li {
    display: block;
}
.menu-collapsed .header-menu li a {
    padding: 15px 15px 15px 25px!important;
}
}@media (min-width:768px) {
    #header .menu-collapsed .header-menu {
    padding: .25em .25em 0;
}
#header .menu-collapsed .header-menu ul {
    text-align: left;
}
#header .menu-collapsed .header-menu li a {
    border-radius: 0 0 0 0;
}
}
.home div#ptw-container.bookerContainer {
    position: absolute;
    z-index: 2;
    top: 500px;
}
.contentBox {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.contentBox:after, .contentBox:before {
    Content: " ";
    display: table;
    clear: both;
}
.heroDescription, .heroTitle {
    float: none;
}
.pageIntroduction {
    margin-top: 30px;
    padding-top: 60px;
    padding-bottom: 15px;
}
.pageIntroduction .heroDescription, .pageIntroduction .heroTitle {
    text-align: center;
}
.pageIntroduction .heroTitle {
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
    margin-top: 4%;
}
.pageIntroduction .heroDescription {
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    margin-top: 0;
    margin-bottom: 20px;
}
.pageIntroduction .heroDescription:last-child {
    margin-bottom: 0;
}
.pageContent {
    padding-top: 15px;
    padding-bottom: 60px;
}
.pageContent .promosGroup:after, .pageContent .promosGroup:before {
    Content: " ";
    display: table;
    clear: both;
}
.pageContent .promoBox {
    float: none;
    width: 100%;
    max-width: 500px;
    padding: 0;
    margin: 0 auto 20px;
}
.pageContent .promoBox:last-child {
    margin-bottom: 0;
}
.pageContent #promoTres {
    margin-left: auto;
}
@media (min-width:768px) {
    .pageContent .contentBox {
    max-width: 960px;
}
.pageContent .promosGroup {
    margin-left: -10px;
    margin-right: -10px;
}
.pageContent .promoBox {
    float: left;
    width: 50%;
    padding: 0 10px;
}
}@media (min-width:992px) {
    .home div#ptw-container.bookerContainer {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
div#ptw-container.bookerContainer.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 2px 15px rgba(0,  0,  0,  0.1);
    box-shadow: 0 2px 15px rgba(0,  0,  0,  0.1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.pageIntroduction .heroTitle {
    position: relative;
}
.pageIntroduction .heroTitle:after, .pageIntroduction .heroTitle:before {
    content: " ";
    position: absolute;
    z-index: 1;
    top: 0.6em;
    width: 8%;
    height: 3px;
    background-color: #f8b500;
    border-radius: 5px;
}
.pageIntroduction .heroTitle:before {
    left: 3%}
.pageIntroduction .heroTitle:after {
    right: 3%}
.pageContent .contentBox {
    max-width: 1200px;
}
.pageContent .promoBox {
    width: 33.3333%;
    margin-bottom: 0;
}
}@media (min-width:1200px) {
    .contentBox {
    padding-left: 0;
    padding-right: 0;
}
}
#footer {
    color: #797979;
    background-color: #e8eef9;
}
#footer .socialLinks a{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #003893;
    border-radius: 50%;
    width: 28px;
    height: 28px;
}
#footer .socialLinks img{
    display: block;
}
#footer a {
    color: #797979;
}
#footer a:hover {
    color: #003893;
    text-decoration: none;
}
#footer .footer_logo img {
    width: 5%;
}
#footer .footer_logo img {
    max-width: 60px;
}
#footer .footerBox-top {
    padding-top: 60px;
    padding-bottom: 20px;
}
#footer .footerBox-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
}
#footer .footerBox {
    padding-left: 15px;
    padding-right: 15px;
}
#footer ul.ftBox-links {
    margin-bottom: 20px;
}
#footer ul.ftBox-links.socialLinks {
    line-height: 1;
}
#footer ul.ftBox-links.socialLinks li {
    display: inline-block;
    padding: 0;
    margin: 0 4px;
    vertical-align: middle;
}
#footer ul.ftBox-links.socialLinks .social-icon {
    display: block;
}
#footer ul.ftBox-links.socialLinks .social-icon:hover {
    opacity: .9;
}
#footer ul.ftBox-links.legalLinks li, #footer ul.ftBox-links.phoneNumbers li {
    display: block;
    font-size: 14px;
    line-height: 150%;
    padding: 0;
    margin-bottom: 8px;
}
#footer ul.ftBox-links.phoneNumbers strong {
    font-size: 14px;
    font-weight: 700;
    color: #797979;
    margin-right: 8px;
}
#footer .pqrs {
    display: inline-block;
    font-size: 14px;
    background-color: rgb(248, 247, 224);
    padding: 8px 24px;
    border-radius: 40px;
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid rgb(229, 225, 135);
}
#footer .footerCopyright p {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 8px;
}
#footer .footerCopyright p:last-child {
    margin-bottom: 0;
}
#footer .footerCopyright img {
    max-width: 1080px;
    width: 100%}
#footer .footerCopyright-row {
    max-width: 1060px;
    font-size: 11px;
    font-weight: 700;
    margin: 0 auto;
}
#footer .footerCopyright-row:after, #footer .footerCopyright-row:before {
    Content: " ";
    display: table;
    clear: both;
}
#footer .footerCopyright-row .align-left {
    float: left;
}
#footer .footerCopyright-row .align-right {
    float: right;
}
@media (min-width:768px) {
    #footer .footerBox {
    padding-left: 0;
    padding-right: 0;
}
#footer ul.ftBox-links {
    margin-bottom: 15px;
}
#footer ul.ftBox-links.phoneNumbers li {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 0;
}
#footer ul.ftBox-links.phoneNumbers li:last-child {
    margin-right: 0;
}
#footer ul.ftBox-links.phoneNumbers li a {
    color: #797979;
    cursor: default;
}
#footer ul.ftBox-links.phoneNumbers li a:hover {
    text-decoration: none;
}
#footer ul.ftBox-links.legalLinks li {
    display: inline-block;
    line-height: 120%;
    padding-right: 14px;
    border-right: 1px solid #fff;
    margin-right: 10px;
    margin-bottom: 0;
}
#footer ul.ftBox-links.legalLinks li:last-child {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
}
}body#modal #container2, body#modal #Content {
    max-width: 100%}
@media (min-width:992px) {
    div#Content {
    width: 100%;
    max-width: 1200px;
    padding-top: 100px !important;
}
#Content div#left {
    float: left;
    width: 20%;
    margin-left: 1%}
#Content div#main {
    float: right;
    width: 77%;
    padding-left: 0;
    margin-left: 1%}
#Content div#main.home {
    float: left;
    width: 660px;
}
#tours-page .activity li.img {
    width: 10%}
#tours-page .activity li.data {
    width: 90%}
#cars .carElement table {
    width: 100%}
#cars .carElement table .hotFot {
    width: 18%}
#cars .carElement table .hotInf {
    width: 82%}
#tourInfo #ActMain {
    width: 70%;
    margin-left: 1%!important;
}
#tourInfo #ActSidebar {
    width: 25%;
    margin-left: 3%!important;
}
#tourInfo .ActivOpt, #tourInfo table.actDates {
    width: 100%!important;
}
#tourInfo .banNomBtn {
    text-align: right;
}
#car-reservation-details-page #Content div#right, #cruises-reservation-details-page #Content div#right, #detalle-reservacion-multi-vuelos-page #Content div#right, #detalle-reservacion-vuelos-page #Content div#right, #detalles-reservacion-auto-page #Content div#right, #detalles-reservacion-crucero-page #Content div#right, #detalles-reservacion-traslado-page #Content div#right, #flight-reservation-details-page #Content div#right, #multi-flight-reservation-details-page #Content div#right, #transfer-reservation-details-page #Content div#right {
    float: right;
    width: 20%;
    margin-left: 2%}
#car-reservation-details-page #Content div#main, #cruises-reservation-details-page #Content div#main, #detalle-reservacion-multi-vuelos-page #Content div#main, #detalle-reservacion-vuelos-page #Content div#main, #detalles-reservacion-auto-page #Content div#main, #detalles-reservacion-crucero-page #Content div#main, #detalles-reservacion-traslado-page #Content div#main, #flight-reservation-details-page #Content div#main, #multi-flight-reservation-details-page #Content div#main, #transfer-reservation-details-page #Content div#main {
    margin-left: 0!important;
}
#detalle-reservacion-multi-vuelos-page #Content .collapse, #multi-flight-reservation-details-page #Content .collapse {
    display: none;
}
#detalle-reservacion-multi-vuelos-page #Content .collapse.in, #multi-flight-reservation-details-page #Content .collapse.in {
    display: block;
    height: auto;
}
}
div#Content {
    padding: 20px 0;
    padding-top: 160px !important;
}
div#top {
    margin-left: 10px;
}
div#top span.label {
    display: inline-block;
}
div#left {
    width: 21%;
    background-color: #fff;
    margin: 0;
}
div#main {
    width: 79%;
    padding: 0 0 0 30px;
    margin: 0!important;
}
#left h3 {
    padding: 10px;
}
#Content #summary h2, #hsidebar h2, #left #ctrl h2, #left .banNom h4, #left .sidbar h4, #left h3, #reserveinfo h2, .booker-title, .sidbar h3, .sidebar-title {
    font-weight: 700;
}
.sidebar-title .close {
    text-indent: 0;
}
.sidbar .module {
    padding: 5px 0;
}
#left #wrapper .sidbar .module h4, #left #wrapper .sidbar .module h4 a, .sidbar .module h4, .sidbar .module h4 a {
    font-weight: 700;
}
#left #wrapper .sidbar .module h4 a.info, .sidbar .module h4 a.info {
    color: #FFF!important;
    background: #003893;
    border-color: #003893;
}
#left .module li a {
    font-size: 12px;
    padding: 2px 6px;
    margin-right: 0;
}
#main h1 {
    font-size: 24px;
}
div#ConTit {
    border-top: none;
}
.list-best-rates {
    font-size: 13px;
}
.list-best-rates .section-title {
    padding: 0.75em 1em;
}
.button-holder .btn {
    font-family: "Muli",  Helvetica,  sans-serif;
    font-weight: 700;
    padding: 8px 10px;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.button-holder .btn:hover {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#HotelListContainer .hotel-item {
    padding: 2px;
    border: 1px solid #e5e5e5;
    margin-bottom: 15px!important;
}
#HotelListContainer .hotel-item .hotsec {
    margin-bottom: 0;
}
table.pack td.hotFot {
    padding: 5px;
}
#main h2.hotNam {
    font-family: "Muli",  Helvetica,  sans-serif;
    font-size: 22px;
    font-weight: 700;
}
#main h2.hotNam a {
    color: #003893;
}
.HotPri {
    font-family: "Muli",  Helvetica,  sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #003893;
}
.spec {
    font-size: 11px;
}
.hotDat>div>* {
    white-space: normal;
}
#HotelListContainer .hotel-item .roomsrow>td td {
    padding: 10px 0 2px;
}
table.rates .ratedet .padding a.botAzu {
    font-family: "Muli",  Helvetica,  sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 10px;
}
table.rates .ratedet .padding a.botAzu:hover {
    text-shadow: none;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.hotel-item a.sl {
    font-size: 12px;
    color: #003893;
    padding: 5px;
}
.hotel-item a.sl:hover {
    text-decoration: underline;
}
#HotelListContainer .hotel-item tr.flrow table.small>tbody>tr>td {
    padding: 12px 5px;
}
.fareFamily-selected .icon-info {
    color: #003893;
}
#detPop p.smallv {
    padding: 0;
}
.pager .firstlast, .paginas .firstlast {
    color: #aaa;
}
.paginas a, .paginas a:link, .paginas a:visited {
    color: #003893;
}
.paginas a.currentPage {
    background: #003893!important;
    border-color: #003893;
}
#divIntesticial .collapsedLabel, #divIntesticial .visibleLabel {
    padding: 5px;
}
.roomsContainer table.rates .noav.ratedet {
    font-size: 12px;
    font-weight: 700;
    color: red;
}
#divDisableCoupon, #headList a, #parTotalBottom, #parTotalBottomTitle, #sumTar td, #tdTotalTrip2C1, #tdTotalTrip2C2, #tdTotalTrip2C3, #top h1 span, .bold, .flightsCounter-total, .hotelsCounter-total, .smallv, div#resFlight, strong {
    font-family: "Open Sans",  Helvetica,  sans-serif;
    font-weight: 400;
}
#Content.singlePageHotel div#ptw-container.ptw-horizontal-search {
    background: #eee;
}
#Content.singlePageHotel .hotel-heading-price-total {
    font-family: "Muli",  Helvetica,  sans-serif;
    font-weight: 700;
}
#Content.singlePageHotel #menu-container li {
    color: #003893;
    background: #f9f9f9;
    border-color: #e5e5e5;
    cursor: pointer;
}
#Content.singlePageHotel #menu-container li:hover {
    color: #fff;
    background: #003893;
    border-color: 1px solid #003893;
}
#Content.singlePageHotel .mapButton {
    font-weight: 700;
    border-radius: 0;
}
div#main .activity .greenButton {
    font-size: 14px;
    font-weight: 700;
}
#splash {
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#splash h1, #splash h4 {
    color: #595959;
}
#splash h1 {
    font-size: 18px;
}
#splash h2 {
    color: #003893;
}
#main div#resFlight .banNom {
    background: #f3f3f3;
}
#summary .item {
    border-top: none;
    border-bottom: 1px solid #e5e5e5;
}
#addon_container #addon_menu li.current a {
    color: #000;
    background: #fff;
    border-left-color: #ddd;
    border-bottom-color: #ccc;
}
#addon_container #addon_menu a {
    font-size: 12px;
    font-weight: 700;
    color: #777;
    background: #f3f3f3;
}
#addon_container #addon_menu a:hover {
    color: #000;
    background: #fff;
}
#addon_container #addon_menu #carTab a:before, #addon_container #addon_menu #insuranceTab a:before, #addon_container #addon_menu #tourTab a:before, #addon_container #addon_menu #transferTab a:before {
    color: #003893;
}
#addon_container #addon_content li.ratefrom {
    margin-bottom: 5px;
}
#addon_container #addon_content li.morelink a {
    font-size: 12px;
    text-decoration: underline;
}
#addon_container #addon_content li.morelink a:hover {
    text-decoration: none;
}
#addon_container #addon_content div.mark {
    font-size: 12px;
}
#addon_container #addon_content a.botAzu {
    width: auto;
    font-size: 12px;
    color: rgba(255,  255,  255,  0.8);
    text-shadow: none;
    background: #003893;
    padding: 2px 10px;
    border-color: #003893;
    border-radius: 0;
}
#addon_container #addon_content a.botAzu:hover {
    color: #fff;
    background: #003893;
    border-color: #003893;
}
#addon_container #addon_content .item span.added {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 0;
}
#addon_container #addon_content .dialogWrap {
    margin-left: 0;
}
#addon_container #addon_content .item .litem, #addon_container #addon_content .item h3.itemName, #addon_container #addon_content .itemName a {
    font-size: 14px;
    font-weight: 700;
    color: #595959;
}
#addon_container #addon_content .blk {
    font-size: 12px;
    font-weight: 700;
    color: #666;
}
#cboxOverlay {
    background: #000;
}
div#colorbox {
    border: none;
}
#cboxLoadedContent {
    margin: 0 auto;
}
#activityPopup .footer p a {
    color: #fff;
}
#activityPopup .footer p a:hover {
    text-decoration: underline!important;
}
#btnName, #innerSel #continueBtn, #ptw-offers .ptw-offer-item>a .ptw-submit-btn, .botAzu, .botAzu.mSprite, .botAzu.mSprite:visited, .botAzu:visited, .btn-primary, .btn-primary:visited, .btn-success, .btn-success:visited, .btn.btn-primary, .btnOfferts a, .bttn-blue, .bttn-blue:visited, .bttn-green, .bttn-green:visited, .greenButton, a.ap_circuitGo.btn, a.botAzu, a.btn-success, a.greenButton, div#ptw-container .ptw-submit-btn, input#resSta, input.but, input.greenButton {
    color: rgba(255,  255,  255,  0.8);
    background: #003893;
    border-color: #003893;
    border-radius: 0;
}
#btnName:hover, #ptw-offers .ptw-offer-item>a .active.ptw-submit-btn, #ptw-offers .ptw-offer-item>a .ptw-submit-btn:active, #ptw-offers .ptw-offer-item>a .ptw-submit-btn:focus, #ptw-offers .ptw-offer-item>a .ptw-submit-btn:hover, .botAzu.active, .botAzu.disabled, .botAzu.mSprite:active, .botAzu.mSprite:focus, .botAzu.mSprite:hover, .botAzu:active, .botAzu:focus, .botAzu:hover, .btn-primary.active, .btn-primary.disabled, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary[disabled], .btn-success:hover, .btn.btn-primary:hover, .btnOfferts a.active, .btnOfferts a:active, .btnOfferts a:focus, .btnOfferts a:hover, .bttn-blue:focus, .bttn-blue:hover, .bttn-green:hover, a.ap_circuitGo.btn:hover, a.botAzu:hover, a.btn-success:hover, a.bttn-blue:visited, a.greenButton:hover, div#ptw-container .active.ptw-submit-btn, div#ptw-container .ptw-submit-btn:active, div#ptw-container .ptw-submit-btn:focus, div#ptw-container .ptw-submit-btn:hover, input.but:hover, input.greenButton:hover {
    color: #fff;
    background: #003893;
    border-color: #003893;
    border-radius: 0;
    box-shadow: 0 4px 16px 0 rgba(224, 122, 76, 0.35);
}
.btn-more-group-flights {
    color: #003893 !important;
    border-color: #003893;
}
.btn-more-group-flights:hover {
    color: #fff !important;
    border-color: #003893;
    background: #003893;
}
body#chkOut {
    background: #f5f5f5;
}
#chkOut #header {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#chkOut #step3 .gray-container {
    display: inline-block;
    font-size: 11px;
}
#chkOut #step3 .gray-container i.asterisk:after {
    content: "*";
    font-style: normal;
    color: red;
}
#chkOut div.banres {
    float: none;
    clear: both;
}
#IdBkDRXFdOhqfAv74DEB0wA-pager {
    display: none;
}
#Content #ptw-container {
    position: static;
}