.show-on-mobile {
    display: none;
}
.hide-on-mobile {
    display: block;
}
.mobile-only {
    display: none;
}
.main-footer,
.footer-bottom {
    background: #67BAAF;
}

.footer-bottom {
    padding: 20px 0 20px 0;
    overflow: hidden;
    background: #67BAAF;
}

.main-footer a,.footer-bottom a {
    color: #fff;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 700
}
.footer-bottom .flex>li a {
    font-size: 12px;
}

.main-footer a:not(.go-to-top),.footer-nav a:not(.go-to-top),.footer-bottom a:not(.go-to-top) {position: relative}

.main-footer .t-label,.footer-nav .t-label,.footer-bottom .t-label { color: #fff }

.footer-contact .wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative
}

.footer-contact .wrapper .footer-contact-container {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    position: relative
}

.footer-contact .wrapper:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc( 100% - 40px);
    height: 1px;
    background: rgba(255, 255, 255, 0.1)
}
[dir="rtl"] .footer-contact .wrapper:after {
    left: auto;
    right: 20px;
}

.footer-contact .wrapper .footer-contact-left,
.footer-contact .wrapper .footer-contact-right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer-contact .wrapper .footer-contact-left {
    margin-bottom: 0
}

.footer-contact .wrapper .usa .social-links {
    padding-left: 150px
}
[dir="rtl"] .footer-contact .wrapper .usa .social-links {
    padding-left: 0;
    padding-right: 150px;
}

.footer-contact .wrapper .footer-ada-logo {
    left: 0;
    position: absolute
}
[dir="rtl"] .footer-contact .wrapper .footer-ada-logo {
    left: auto;
    right: 0;
}

.footer-contact .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    width: 100%;
}

.social-links {
    margin-top: 25px
}

.social-links>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.social-links>ul>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 20px;
}
[dir="rtl"] .social-links>ul>li {
    margin-right: 0;
    margin-left: 20px;
}

.social-links>ul>li .s {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.37);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background-color .3s ease-out, color .3s ease-out;
    transition: background-color .3s ease-out, color .3s ease-out
}

.social-links>ul>li .s:after {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    align-self: center;
    font-size: 16px
}

.social-links>ul>li .s:hover {
    background-color: #fff;
    color: #67BAAF
}

.social-links>ul>li .s.s-linkedin:after {
    font-size: 18px
}

.social-links>ul>li .s.s-google:after {
    font-size: 27px
}

.social-links>ul>li .s.s-youtube:after {
    font-size: 23px
}

.social-links>ul>li .s.s-inspirationguide:after {
    font-size: 28px
}

.footer-contact .app-stores a:before {
    display: none
}

.footer-contact .app-stores img {
    display: block
}

.footer-contact .xsmall {
    font-size: 14px;
    color: #fff;
    line-height: 17px;
    font-family: "Open Sans", sans-serif;
    margin-bottom:0;
}


.footer-contact .contact-us-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
}

.footer-contact .contact-us-btn .footer-contact-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}

.footer-contact .contact-us-btn .footer-need-help {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}

.footer-contact .contact-us-btn .footer-need-help:before {
    content: "";
    width: 27px;
    height: 28px;
    text-align: center;
    font-size: 28px;
    margin-right: 10px;
}
[dir="rtl"] .footer-contact .contact-us-btn .footer-need-help:before {
    margin-right: 0;
    margin-left: 10px;
}

.footer-contact .contact-us-btn .show-on-mobile {
    display: none
}

.footer-contact .footer-ada-logo img {
    max-width: 123px
}

@media all and (-ms-high-contrast: none) {
    .footer-contact .contact-us-btn {
        flex-basis: 100%
    }
    .footer-contact .footer-contact-right .footer-social-media.secondary-btn {
        height: 48px;
        flex-basis: 100%;
        max-width: 290px
    }
}


/*DESKTOP*/
.footer-contact .language-selector .fk-select:after,
.footer-contact .currency-selector .fk-select:after,
.footer-contact .language-selector .fk-select:before,
.footer-contact .currency-selector .fk-select:before,
.footer-contact .currency-selector .fk-select.currency-EUR:before,
.footer-contact .currency-selector .fk-select.currency-USD:before,
.footer-contact .currency-selector .fk-select.currency-GBP:before,
.footer-contact .currency-selector .fk-select.currency-CHF:before,
.footer-contact .currency-selector .fk-select.currency-RUB:before,
.footer-contact .currency-selector .fk-select.currency-DKK:before,
.footer-contact .currency-selector .fk-select.currency-SEK:before,
.footer-contact .currency-selector .fk-select.currency-INR:before,
.footer-contact .currency-selector .fk-select.currency-JPY:before,
.footer-contact .footer-social-media:before,
.footer-contact .contact-us-btn .footer-contact-btn:before,
.footer-contact .contact-us-btn .footer-contact-form:before,
.footer-contact .contact-us-btn .footer-need-help:before,
#footer-sticky .toolbar .action .hide:after,
#footer-sticky .toolbar .action .show:after,
.s:after {
    display: inline-block;
    font-family: "iberostar-symbols";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    vertical-align: middle;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

[data-icon]:after {
    content: attr(data-icon)
}

.s-facebook:after {
    content: "\f197"
}
.s-twitter:after {
    content: "\f2a5"
}
.s-inspirationguide:after {
    content: "\f1e1"
}
.s-youtube:after {
    content: "\f2fc"
}
.s-pinterest:after {
    content: "\f243"
}
.s-instagram:after {
    content: "\f1e2"
}
.s-linkedin:after {
    content: "\f1f6"
}

.s-2x {
    font-size: 2em
}

.s-3x {
    font-size: 3em
}

.s-4x {
    font-size: 4em
}

.s-5x {
    font-size: 5em
}

.s-xs {
    font-size: 12px
}

.s-s {
    font-size: 16px
}

.s-m {
    font-size: 24px
}

.s-l {
    font-size: 32px
}

.s-xl {
    font-size: 42px
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}


[hidden],
template {
    display: none
}

a {
    background-color: transparent
}


@font-face {
    font-family: "iberostar-symbols";
    font-weight: normal;
    font-style: normal;
    src: url(/headers/ilusion/fonts/iberostarsymbols/iberostar-symbols.eot?v=1571065912);
    src: url(/headers/ilusion/fonts/iberostarsymbols/iberostar-symbols.eot?v=1571065912#iefix) format("embedded-opentype"),
    url(/headers/ilusion/fonts/iberostarsymbols/iberostar-symbols.woff?v=1571065912) format("woff"),
    url(/headers/ilusion/fonts/iberostarsymbols/iberostar-symbols.ttf?v=1571065912) format("truetype"),
    url(/headers/ilusion/fonts/iberostarsymbols/iberostar-symbols.svg?v=1571065912#iberostar-symbols) format("svg")
}




.t-link-secondary,
.card.room .feature,
.ib-gallery .gallery-filters .more-link,
.t-date,
.t-small-text {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 12px;

    line-height: 18px
}

.t-fb-label,
.sash {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 12px;

    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 1.54px
}

.t-fb-p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-size: 16px;

    line-height: 24px
}

.t-headband {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;

    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    color: #002855
}

.block-title {
    color: #002855
}
.wrapper,
.fastbooking-overlay-wrapper .fastbooking>.wrapper .container {
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto
}

.wrapper.flex,
.fastbooking-overlay-wrapper .fastbooking>.wrapper .flex.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}


.main-footer .btn-primary {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;

    display: inline-block;
    line-height: 20px;
    font-weight: 700;
    padding: 15px 24px 16px;
    text-align: center;
    min-width: 130px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    border-radius: 0;
    border: none;
    color: #fff;
    background-color: #67BAAF
}

.main-footer .btn-primary.disabled,
.main-footer .btn-primary:disabled {
    pointer-events: none;
    opacity: .4
}

.main-footer .btn-primary.hidden {
    display: none
}

.main-footer .btn-primary:hover:not(.disabled):not(:disabled),
.btn-primary:focus:not(.disabled):not(:disabled) {
    background-color: rgba(103, 186, 175, 0.8)
}

.main-footer .secondary-btn {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    display: inline-block;
    line-height: 20px;
    font-weight: 700;
    padding: 15px 24px 16px;
    text-align: center;
    min-width: 130px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    border-radius: 0;
    color: #fff;
    border: 1px solid #67BAAF;
    background: transparent
}

.main-footer .secondary-btn.disabled,
.main-footer .secondary-btn:disabled {
    pointer-events: none;
    opacity: .4
}

.main-footer .secondary-btn.hidden {
    display: none
}

.main-footer .secondary-btn:hover:not(.disabled):not(:disabled),
.main-footer .secondary-btn:focus:not(.disabled):not(:disabled) {
    color: #fff;
    background: #67BAAF
}

.main-footer .secondary-btn.disabled,
.main-footer .secondary-btn:disabled {
    color: #fff;
    background: #67BAAF
}

.footer-contact .footer-social-media {
    border: 2px solid #fff;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}
.footer-contact .footer-social-media:before {
    content: "\F186";
    font-size: 24px;
    width: 20px;
    height: 28px;
    text-align: center;
    margin-right: 10px;
}
[dir="rtl"] .footer-contact .footer-social-media:before {
    margin-right: 0;
    margin-left: 10px;
}
@media (min-width: 768px) {
    .footer-contact .wrapper {
        padding-top: 25px;
        padding-bottom: 25px;
        position: relative;
    }
    .footer-bottom .flex>li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 0 15px;
        position: relative;
        line-height: 18px;
    }
    .footer-bottom .flex>li:first-child {
        padding-left: 0;
    }
    .footer-bottom .flex>li:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        text-align: right;
    }
    [dir="rtl"] .footer-bottom .flex>li:last-child {
        text-align: left;
    }
    .footer-contact .wrapper .footer-contact-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .footer-contact .wrapper .footer-contact-left .secondary-btn, .footer-contact .wrapper .footer-contact-right .secondary-btn {
        max-height: 47px;
    }
}
@media (max-width: 1023px) {
    .footer-contact .wrapper .footer-contact-left .secondary-btn, .footer-contact .wrapper .footer-contact-right .secondary-btn {
        padding: 15px 15px 16px;
    }
}
@media (max-width: 767px) {
    .hide-on-mobile {
        display: none;
    }
    .show-on-mobile {
        display: block;
    }
    .mobile-only {
        display: block;
    }
    .footer-contact .wrapper {
        padding: 0;
    }
    .footer-contact .flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer-contact .contact-us-btn .footer-need-help {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .footer-contact .flex .contact-us-btn .footer-contact-form, .footer-contact .flex .contact-us-btn .footer-need-help {
        border: none;
        color: #67BAAF;
        background: transparent;
        -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
        justify-content: baseline;
        padding: 15px 0px 16px;
    }
    .footer-contact .flex .contact-us-btn li {
        width: 100%;
    }
    .footer-contact .flex .footer-contact-content .social-links {
        padding-bottom: 30px;
        margin-top: 0;
    }
    .footer-contact .flex .footer-contact-content .social-links>ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer-contact .flex .footer-contact-content .social-links>ul>li,
    [dir="rtl"] .footer-contact .flex .footer-contact-content .social-links>ul>li {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 0;
        margin-left: 0;
        width: 21%;
    }
    .footer-contact .flex .footer-contact-content .social-links>ul>li a {
        background-color: transparent;
        border: 1px solid #67BAAF;
        color: #67BAAF;
        width: 60px;
        height: 60px;
    }
    .footer-contact .footer-social-media {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .footer-contact .legal-information-container {
        padding: 0;
    }
    .footer-contact .footer-contact-content {
        padding: 0;
        width: 100%;
    }
    .footer-contact .wrapper .footer-contact-left {
        padding: 0 20px;
    }
    .footer-contact .wrapper .footer-contact-left.collapsing,
    .footer-contact .wrapper .footer-contact-left.in {
        background-color: #EFEFF8;
    }
    .footer-contact .legal-information-container .footer-bottom-mobile {
        text-transform: none;
        letter-spacing: initial;
    }
    .footer-contact .footer-contact-right .title, .footer-contact .legal-information-container .title, .footer-contact .footer-contact-content .title {
        padding: 0 20px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .main-footer .title a, .main-footer .hotels-link a {
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        line-height: 18px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        display: block;
        padding: 20px 20px 20px 0;
        position: relative;
    }
    .main-footer .title a:after, .main-footer .hotels-link a:after {
        content: "";
        width: 14px;
        height: 14px;
        background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2036%2036%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.564%208.4L18%2020.595%2030.436%208.4%2034%2011.895%2018%2027.6%202%2011.895z%22%2F%3E%3C%2Fsvg%3E');
        background-repeat: no-repeat;
        background-size: 14px 14px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .main-footer .title a[aria-expanded="true"]:after, .main-footer .hotels-link a[aria-expanded="true"]:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg) translateY(50%);
        transform: rotate(180deg) translateY(50%);
    }
    .footer-contact .flex {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
    }
    .footer-contact .footer-bottom-container {
        padding: 0 20px;
    }
    .footer-contact .wrapper .footer-contact-left.collapsing,
    .footer-contact .wrapper .footer-contact-left.in,
    .footer-contact .footer-bottom-container.collapsing,
    .footer-contact .footer-bottom-container.in{
        background-color: #EFEFF8;
    }
    .footer-bottom {
        padding-top: 20px;
    }
    .footer-bottom .flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-bottom .flex>li {
        padding-bottom: 15px;
        padding-right: 30px;
    }
    .footer-contact .footer-bottom-container .xsmall {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .footer-contact .legal-information-container .xsmall {
        color: #67BAAF;
    }
}

.dates a.in_date,.dates a.out_date{width:46%;min-height:44px;font-size:0;font-weight:normal;color:#676767;border:1px solid transparent;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:0 8px;background:#fff;position:relative}@media only screen and (min-width:768px){.dates a.in_date,.dates a.out_date{padding-left:36px}[dir='rtl'] .dates a.in_date,[dir='rtl'] .dates a.out_date{padding-left:inherit;padding-right:36px}.dates a.in_date:before,.dates a.out_date:before{content:'';background:url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2036%2036%22%3E%3Cpath%20fill%3D%22%23D0CBC9%22%20d%3D%22M26.4%2019.6h-8v8h8v-8zM24.8%202v3.2H12V2H8.8v3.2H7.2a3.185%203.185%200%200%200-3.184%203.2L4%2030.8A3.2%203.2%200%200%200%207.2%2034h22.4c1.76%200%203.2-1.44%203.2-3.2V8.4c0-1.76-1.44-3.2-3.2-3.2H28V2h-3.2zm4.8%2028.8H7.2V13.2h22.4v17.6z%22%2F%3E%3C%2Fsvg%3E') no-repeat 0 0;background-size:22px 22px;width:22px;height:22px;position:absolute;top:10px}.dates a.in_date:before,.dates a.out_date:before{left:5px}[dir='rtl'] .dates a.in_date:before,[dir='rtl'] .dates a.out_date:before{left:auto;right:5px}.side_column .dates a.in_date:before,.side_column .dates a.out_date:before{top:4px}}div.in_date{float:left;width:45%;margin-right:2px}.widget_small div.in_date{float:none;width:auto}div.out_date{float:left}[dir='rtl'] div.in_date{float:right;margin-left:4px;margin-right:0;width:42%}div.num_nights{float:right}[dir='rtl'] div.num_nights{float:left}.dates a.in_date{float:left}.dates a.out_date{float:right}[dir='rtl'] .dates a.in_date{float:right}[dir='rtl'] .dates a.out_date{float:left}div.num_nights.extra_selector{float:none;clear:both;display:block;padding:10px 0}div.num_nights.extra_selector label{display:block}div.num_nights.extra_selector select{width:auto;display:inline-block}.searcher_calendar_img{width:21px;height:19px;vertical-align:middle}.dates .complete_date{position:relative;display:inline-block}.dates .complete_date{min-width:64px}[lang='he'] .dates .complete_date{min-width:53px}@media(max-width:599px){[lang='ar'] .dates .complete_date{display:block}}.dates .complete_date .diasemana{position:absolute;top:0;font-size:12px;color:#999;text-decoration:none}.dates .complete_date .diasemana{right:0}[dir='rtl'] .dates .complete_date .diasemana{right:auto;left:0}.dates .complete_date .numdia,.dates .complete_date .nummes{color:#676767;line-height:1}.dates .complete_date .numdia{font-size:39px;display:inline-block}.dates .complete_date .numdia{margin-right:2px}[dir='rtl'] .dates .complete_date .numdia{margin-left:2px;margin-right:0}.dates .complete_date .nummes{font-size:18px;text-transform:capitalize;display:inline-block;text-decoration:none}[lang='fa'] .dates .complete_date .nummes{min-width:36px;text-align:left}@media(max-width:599px){[lang='ar'] .dates .complete_date .nummes{font-size:10px}.dates .complete_date.shamsi .nummes{font-size:9px}}@media(max-width:400px){[lang|='ar'] .dates .complete_date .nummes{max-width:48px}[lang|='fa'] .dates .complete_date .nummes{font-size:18px}}.side_column .dates a.in_date,.side_column .dates a.out_date{width:auto;display:block;min-height:30px}.side_column .num_nights,.side_column .dates a.in_date,.side_column .dates a.out_date,[dir='rtl'] .side_column .dates a.in_date,[dir='rtl'] .side_column .dates a.out_date{float:none}.side_column .dates a.in_date{margin-bottom:10px}.side_column div.in_date,.side_column div.out_date{float:none;width:100%;margin-left:0;margin-bottom:5px;display:block}.side_column .day_date{width:auto;padding:0;margin-right:2px}.side_column .dates .complete_date .diasemana{font-size:11px;top:-2px}.side_column .dates .complete_date .numdia{font-size:28px}[dir='rtl'] .side_column .day_date{margin-left:2px;margin-right:0}.side_column .month_date{width:61%;padding:0;margin-right:2px}[dir='rtl'] .side_column .month_date{margin-left:2px;margin-right:0}.side_column .searcher_calendar_img{display:inline-block}.left_column_20 .num_nights{float:none;clear:both}.left_column_20 div.in_date,.left_column_20 div.out_date{float:none;clear:both;width:auto}.dates .datetime a.in_date,.dates .datetime a.out_date{float:left;width:50%}[dir='rtl'] .dates .datetime a.in_date,[dir='rtl'] .dates .datetime a.out_date{float:right}.dates .datetime .in_time,.dates .datetime .out_time{float:right;width:47%;height:44px;padding:6px 10px;margin:0;color:#676767}[dir='rtl'] .dates .datetime .in_time,[dir='rtl'] .dates .datetime .out_time{float:left}@media(max-width:767px){.datetime{margin-bottom:10px}.side_column .dates a{width:48% !important}.side_column .dates a.in_date{float:left !important;margin-bottom:0}.side_column .dates a.out_date{float:right !important}}

.widget_small .in_date,.widget_small .out_date{float:none;width:100%}@media(max-width:320px){div.in_date{float:none;width:auto}div.num_nights{float:none}}.widget_small .num_nights{float:left}.searcher_calendar_img{background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAASAQMAAACO3AdtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFfX19////inLd/QAAAB1JREFUCNdjYIAC438JYGz//wEYG/YkwDE+MSgAACNzFoWe/GqHAAAAAElFTkSuQmCC') no-repeat 0 0}

div.calendar{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1050;background-color:rgba(0,0,0,0.7);font-size:36px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:none;box-shadow:0 0 5px #ccc}@media(max-width:767px){div.calendar{top:0 !important;right:0 !important;bottom:0 !important;left:0 !important}}div.calendar div.weekdays{font-size:.6em;border-bottom:1px solid #ccc}div.calendar div.title{line-height:2em;font-size:1em}div.calendar>div{position:absolute;right:0;bottom:0;left:0;background-color:#f7f7f7}div.calendar *{line-height:1em;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}div.calendar .month-container{float:left}[dir='rtl'] div.calendar .month-container{float:right}div.calendar .month-container .month-wrapper{padding:5px}div.calendar a{display:block;text-decoration:none;transition:background-color 350ms}div.calendar div:after{content:"";display:block;clear:both}div.calendar div.month{position:relative;height:1em}div.calendar div.month>div{font-size:.35em;line-height:2.5em;text-align:center;padding:.275em 0 0 0}[dir='rtl'] div.calendar div.month>div{font-size:.3em;line-height:2.5em}div.calendar a.disabled{opacity:.3;pointer-events:none}div.calendar a.prev,div.calendar a.next{position:absolute;top:0;width:1em;height:1em;padding:0}div.calendar a.prev{left:0}[dir='rtl'] div.calendar a.prev{right:0;left:auto}div.calendar a.next{right:0}[dir='rtl'] div.calendar a.next{left:0;right:auto}div.calendar a.prev:before,div.calendar a.prev:after,div.calendar a.next:before,div.calendar a.next:after{content:"";display:block;width:0;height:0;border-width:.4em;border-style:solid;position:absolute;top:.1em}div.calendar a.prev:before{left:-0.2em}[dir='rtl'] div.calendar a.prev:before{right:-0.2em;left:auto}div.calendar a.prev:after{border-color:transparent #f7f7f7 transparent transparent;left:-0.1em}[dir='rtl'] div.calendar a.prev:after{border-color:transparent transparent transparent #f7f7f7;left:.3em}div.calendar a.next:before{right:-0.2em}[dir="rtl"] div.calendar a.next:before{left:-0.2em;right:auto}div.calendar a.next:after{border-color:transparent transparent transparent #f7f7f7;right:-0.1em}[dir='rtl'] div.calendar a.next:after{border-color:transparent #f7f7f7 transparent transparent;right:.3em}div.calendar div.actions{border-bottom:1px solid #acacac;font-size:.4em;clear:both}div.calendar div.actions>a.cancel{position:relative;float:right;cursor:pointer;display:block;margin:1.2em .4em;background:transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAADh0lEQVRYR82XaYiOURTHjX3firF/sG8l8o0PkpRdiLFvNUK2KB98kfJBEYqMJfuapGwxSUI+kZJtmFGWRAqZkX35/6bnTsd97zPv886k16lf713Oc+5573POuffJqZFcmkl1nBgsuotWEVh4G1Gk3+vijPiYxHROAqVu0lktpov6CfRR+SwOiw2ipLJnKnOggR5cJ5aJOgkX9tW+aWCLWBs5lWImzgG2+LToXcWF/cfuaWCCeOJPhBzoJ6VC0Tqw+CuN8X7Pi6eCd48QD13EKDFGtAs8+0Zjw8VdO+c70FWTN0SuZ+C5+uvFPvE9za7U1fw8sUZ08HRfqz8ocr58yjrQVP1bgqCzckidfPElzcL+NAG7S8z0Jh6rP1CU+g5s1sByT5mxVeJXhos79ZpqbBQrvOc3RXYrdoCgI1BstBOEk7zFMZjOGV+H/ikx3jhBdhDgJe4V7FFnvlF4pnZfUWbGeEUXRIEgx0PCdi8QI4UtRI3VfyA6mod2q52PA80FwVHPTM5R+4Dpt1T7sugvfovFYofnwUL1twts3hHDxDujM1ftvaZPTLVBeZo4YiZeqN1Z/IjG0Lkihhidn2rPEkejMaokDtcyOlfVHho5zDCvl9S1mZGH8Z2CKHeyTY0lpk8ztABOsOXYOOgt7jvozLFDi4ztAh7m8OCAcTJCjYueA3RniP2BhZiz/5zFZwu7q84cheqcsX0NBzgs2HInVDS2KiRkxTFRO2aeIjVVEPUhodDZclyMA59EQ6NNxDIWJ7x7KiLpZYV/TqBRuOIE2+UFKJIyHCDVGpnBJtFYnBEOlePCPyH591ME9SNOsG3TsxQHKI22/NIujrHAvyeV7Du3quwC5wBBGZIeGnxkJooyCcLJepDAsu+fBRHrEOlLap8MeBAMwiRpmCdjvFt/8bg0xAmy5oTnRDANQ4WITHDH7j8vRAQglwUbiBQiCpITsuSsoLLFpdpEzZGiBCeVc7TgbuhkqRpbTZ/gz407jLj59BEfzAPVOYxayM590dbYqziMGAsdx1y7xgp7/Fb1OKb6UWGdpBzHTIQuJNxoV3pOGDtpmzjM5cO/6KRcSLDEcXxTDPDMXlKf8vo+7XJ/K7DtFCwuolZuq8O98CuD/9Wl1HmZ9FpORePugHQSPUW1r+XOiax+mDgnsvppZoMmax+nftDbz/Nemmwv3CcYheuleCgy+jz/A5mN3TBQm2bUAAAAAElFTkSuQmCC') no-repeat center;background-size:100%}[dir='rtl'] div.calendar div.actions>a.cancel{float:left}div.calendar div.actions>a{padding:.8em;font-size:.5em}div.calendar div.actions>a.set{float:right;font-weight:bold}[dir='rtl'] div.calendar div.actions>a.set{float:left}div.calendar div.weekdays>div,div.calendar div.days>*{float:left;width:14.285714286%;padding:.4em 0;font-size:.35em}[dir='rtl'] div.calendar div.weekdays>div,[dir='rtl'] div.calendar div.days>*{float:right;font-size:.25em}@media(max-width:767px){[dir='rtl'] div.calendar div.weekdays>div,[dir='rtl'] div.calendar div.days>*{font-size:.4em}}@media(max-width:479px){[lang='fa'] div.calendar div.weekdays>div{font-size:.3em}}div.calendar div.days>*{background-color:#fff;border:1px solid #fff}div.calendar div.days>a{color:#333}div.calendar div.days>span{color:#ccc}div.calendar div.days>div{width:50%;float:left}div.calendar div.days>.selected{color:#fff;pointer-events:none}div.calendar div.days>a.other{color:#999}@media(min-width:768px){div.calendar{position:absolute;font-size:50px;width:550px;height:auto;top:0;left:0;border:1px solid #ccc}div.calendar>div{position:static;background:#fff}div.calendar div.actions{display:none}div.calendar div.month{height:.8em}div.calendar div.month>div{font-size:.27em;line-height:2em;text-align:center;padding:.275em 0 0 0}div.calendar a.prev:before,div.calendar a.prev:after,div.calendar a.next:before,div.calendar a.next:after{top:.12em}div.calendar a.prev:before,div.calendar a.prev:after,div.calendar a.next:before,div.calendar a.next:after{border-width:.23em}div.calendar a.prev:after{border-color:transparent #fff transparent transparent}[dir='rtl'] div.calendar a.prev:after{border-color:transparent transparent transparent #fff}div.calendar a.next:after{border-color:transparent transparent transparent #fff}[dir='rtl'] div.calendar a.next:after{border-color:transparent #fff transparent transparent}div.calendar div.weekdays>div{font-size:.4em;font-weight:bold;text-transform:capitalize}div.calendar div.days>*{font-size:.28em;padding:.8em 0}}@media(min-width:320px) and (orientation:landscape){div.calendar{font-size:36px}}@media(min-width:320px) and (orientation:portrait){div.calendar{font-size:57px}}@media(min-width:640px) and (orientation:landscape){div.calendar{font-size:42px}}@media(min-width:640px) and (orientation:portrait){div.calendar{font-size:50px}}@media(min-width:768px) and (orientation:landscape){div.calendar{font-size:50px}}@media(min-width:768px) and (orientation:portrait){div.calendar{font-size:50px}}div.calendar div.days>.day-in,div.calendar div.days>.day-out{position:relative}@media(min-width:768px){div.calendar div.days>.day-in:before,div.calendar div.days>.day-out:before{position:absolute;top:0;left:0;line-height:.5em;width:100%;display:block;text-align:center}div.calendar div.days>.day-in:before{content:'→'}[dir='rtl'] div.calendar div.days>.day-in:before{content:'←'}div.calendar div.days>.day-out:before{content:'←'}[dir='rtl'] div.calendar div.days>.day-out:before{content:'→'}div.calendar div.days>.day-in.day-out:before{content:''}}div.calendar div.calendar_switcher{border-top:1px solid #ccc;background:#f8f9fa;padding:15px;overflow:hidden;clear:both}.calendar_switcher .gregorian,.calendar_switcher .local{display:inline-block;color:#3171c9;cursor:pointer;font-size:14px;font-weight:700}.calendar_switcher .gregorian.selected,.calendar_switcher .local.selected{cursor:default;color:#46403c}.calendar_switcher .gregorian.selected:before,.calendar_switcher .local.selected:after{content:'';width:14px;height:14px;display:inline-block;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2036%2036%22%3E%3Cpath%20fill%3D%22%23027a02%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2022.248l3.187-3.277%206.411%206.534L30.794%206%2034%209.238%2011.598%2032z%22%2F%3E%3C%2Fsvg%3E"),none;background-repeat:no-repeat;background-size:100% 100%;margin:0 5px;vertical-align:middle}.calendar_switcher .gregorian{float:left}.calendar_switcher .local{float:right}.disabled-out{pointer-events:none;cursor:not-allowed}

.rooms .form-control,.number_people .form-control,.rooms select,.number_people .form-control{display:inline-block;width:auto}.rooms .form-control,.number_people .form-control,.number_people .form-control{height:44px}.number_people{padding:0}[dir='rtl'] .number_people{padding:5px 0 0 2px}.number_people legend{padding:0;border:0;font-size:14px;margin-bottom:5px}.occupancy_container .number_people legend{margin-top:0}.number_people .adults_children select,.number_people .children_age select{margin-right:10px;margin-bottom:10px}[dir='rtl'] .number_people .adults_children select,[dir='rtl'] .number_people .children_age select{margin-right:0;margin-left:5px}@media(min-width:768px){.col-people,.col-ages{width:46%}.col-people{float:left}.col-ages{float:right}[dir='rtl'] .col-people{float:right}[dir='rtl'] .col-ages{float:left}.occupancy_container .col-ages,.addhotel_layer .col-ages{margin-top:-25px}.side_column .occupancy_container .col-ages,.addhotel_layer .col-ages{margin-top:0}.number_people .children_age select{width:45.8%;float:left}[dir='rtl'] .number_people .children_age select{float:right}.left_column_20 .col-people,.left_column_20 .col-ages{float:none;width:auto}.left_column_20 .number_people .children_age select{width:auto}}.clearfix{clear:both}.legendlike{font-size:14px;margin-bottom:5px;clear:both}.occupancy_container .col-people .legendlike,.addhotel_layer .col-people .legendlike,.side_column .col-people .legendlike{display:none}.side_column .number_people label{margin:0}@media(min-width:768px){.side_column .col-people,.side_column .col-ages{width:100%;float:none}[dir='rtl'] .side_column .col-people,[dir='rtl'] .side_column .col-ages{float:none}}

.widgets_searcherwidget .number_people{margin:10px 0 5px 0 !important}.widgets_search_multisearcherwidget .number_people{margin:0 0 10px 0 !important}.widgets_searcherwidget .rooms .form-control,.widgets_searcherwidget .number_people .form-control{border-radius:0;height:auto;border-color:#a9a9a9}.widget_small .col-people,.widget_small .col-ages{width:100%;float:none;margin-top:0}.legendlike,.number_people legend{color:#fff}

.occupancy-type .bootstrap-select>.btn,.occupancy-type select{font-size:16px;font-weight:400;color:#676767;height:44px;text-transform:none;border:1px solid transparent !important;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.occupancy-type .btn-group.open .dropdown-toggle{box-shadow:none}.occupancy-type .bootstrap-select.btn-group>.btn .caret{right:10px;margin-top:-5px}.side_column .occupancy-type select{padding:6px 0 6px 6px}.side_column .occupancy-type .bootstrap-select>.btn{padding:6px 25px 6px 10px}[lang|="he"] .occupancy-type .bootstrap-select>.btn,[lang|="he"] .occupancy-type select,[lang|="pl"] .occupancy-type .bootstrap-select>.btn,[lang|="pl"] .occupancy-type select{font-size:14px}[lang|="hu"] .occupancy-type .bootstrap-select>.btn,[lang|="hu"] .occupancy-type select,[lang|="ru"] .occupancy-type .bootstrap-select>.btn,[lang|="ru"] .occupancy-type select,[lang|="fi"] .occupancy-type .bootstrap-select>.btn,[lang|="fi"] .occupancy-type select{font-size:12px}.occupancy-type select{padding:10px 25px 10px 20px}[dir='rtl'] .occupancy-type select{padding:10px 20px 10px 25px}[dir='rtl'] .occupancy-type .bootstrap-select>.btn{padding-right:20px;padding-left:25px}[dir='rtl'] .occupancy-type .bootstrap-select.btn-group>.btn .caret{right:auto;left:10px}.occupancy-type .bootstrap-select.btn-group .btn .filter-option{margin-top:-1px}[dir='rtl'] .occupancy-type .bootstrap-select.btn-group .btn .filter-option{text-align:right}.occupancy-type button.selectpicker .filter-option span{background:0}.occupancy-type .bootstrap-select.btn-group .dropdown-menu{max-height:300px !important}.occupancy-type .selectpicker .selected a{background-color:transparent}.occupancy-type .selectpicker a{background-color:transparent;background-repeat:no-repeat;display:block;padding:10px 15px 10px 50px;background-position:top 50% left 15px}[dir="rtl"] .occupancy-type .selectpicker a{padding:10px 50px 10px 15px;background-position:top 50% right 15px}.occupancy-type .selectpicker a:hover,.occupancy-type .selectpicker a:focus{background-color:#f4f8fc}.occupancy-type .selectpicker a:hover,.occupancy-type .selectpicker a:focus{outline:0}.occupancy-type .selectpicker a.individual{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22%23BABABA%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8%208c2.2%200%204-1.8%204-4s-1.8-4-4-4-4%201.8-4%204%201.8%204%204%204zm0%202c-2.7%200-8%201.3-8%204v2h16v-2c0-2.7-5.3-4-8-4z%22%2F%3E%3C%2Fsvg%3E)}.occupancy-type .selectpicker a.doble{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2214%22%20viewBox%3D%220%200%2022%2014%22%3E%3Cpath%20fill%3D%22%23BABABA%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15%206c1.7%200%203-1.3%203-3s-1.3-3-3-3-3%201.3-3%203%201.3%203%203%203zM7%206c1.7%200%203-1.3%203-3S8.7%200%207%200%204%201.3%204%203s1.3%203%203%203zm0%202c-2.3%200-7%201.2-7%203.5V14h14v-2.5C14%209.2%209.3%208%207%208zm8%200c-.3%200-.6%200-1%20.1%201.2.8%202%202%202%203.4V14h6v-2.5C22%209.2%2017.3%208%2015%208z%22%2F%3E%3C%2Fsvg%3E)}.occupancy-type .selectpicker a.familiar{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2213%22%20viewBox%3D%220%200%2022%2013%22%3E%3Cg%20fill%3D%22%23BABABA%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M16%206c1.7%200%203-1.3%203-3s-1.3-3-3-3c-.3%200-.6.1-.9.1.6.9.9%201.8.9%202.9%200%201.1-.3%202-.9%202.9.3%200%20.6.1.9.1zm-5%200c1.7%200%203-1.3%203-3s-1.3-3-3-3-3%201.3-3%203%201.3%203%203%203zm6.6%202.2c.8.7%201.4%201.7%201.4%202.8v2h3v-2c0-1.5-2.4-2.5-4.4-2.8zM11%208c-2%200-6%201-6%203v2h12v-2c0-2-4-3-6-3zM6.087%206C4.362%206%203.043%204.7%203.043%203s1.32-3%203.044-3c.304%200%20.609.1.913.1-.609.9-.913%201.8-.913%202.9%200%201.1.304%202%20.913%202.9-.304%200-.609.1-.913.1zM4.464%208.2c-.812.7-1.42%201.7-1.42%202.8v2H0v-2c0-1.5%202.435-2.5%204.464-2.8z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E)}.occupancy-type .selectpicker a.multiple{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2213%22%20viewBox%3D%220%200%2029%2013%22%3E%3Cg%20fill%3D%22%23BABABA%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M16%206c1.7%200%203-1.3%203-3s-1.3-3-3-3c-.3%200-.6.1-.9.1.6.9.9%201.8.9%202.9%200%201.1-.3%202-.9%202.9.3%200%20.6.1.9.1zm-5%200c1.7%200%203-1.3%203-3s-1.3-3-3-3-3%201.3-3%203%201.3%203%203%203zm6.6%202.2c.8.7%201.4%201.7%201.4%202.8v2h3v-2c0-1.5-2.4-2.5-4.4-2.8zM11%208c-2%200-6%201-6%203v2h12v-2c0-2-4-3-6-3zM26%203V0h-2v3h-3v2h3v3h2V5h3V3z%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M6.087%206C4.362%206%203.043%204.7%203.043%203s1.32-3%203.044-3c.304%200%20.609.1.913.1-.609.9-.913%201.8-.913%202.9%200%201.1.304%202%20.913%202.9-.304%200-.609.1-.913.1zM4.464%208.2c-.812.7-1.42%201.7-1.42%202.8v2H0v-2c0-1.5%202.435-2.5%204.464-2.8z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E)}.hidden_form{opacity:0;visibility:hidden;height:0;margin:0;overflow:hidden}.rooms-container{transition:opacity 1s ease-in-out}.side_column .occupancy-type .bootstrap-select>.btn,.side_column .occupancy-type select{font-size:12px;font-weight:300;color:#676767;padding:6px 25px 6px 6px;height:30px;text-transform:none;border:1px solid transparent !important}.side_column .occupancy-type select{padding:6px 0 6px 6px}.side_column .occupancy-type .bootstrap-select>.btn{padding:6px 25px 6px 10px}[dir='rtl'] .side_column .occupancy-type .bootstrap-select>.btn{padding:6px 10px 6px 25px}[lang|="he"] .side_column .occupancy-type .bootstrap-select>.btn,[lang|="he"] .side_column .occupancy-type select,[lang|="pl"] .side_column .occupancy-type .bootstrap-select>.btn,[lang|="pl"] .side_column .occupancy-type select{font-size:12px}[lang|="hu"] .side_column .occupancy-type .bootstrap-select>.btn,[lang|="hu"] .side_column .occupancy-type select,[lang|="ru"] .side_column .occupancy-type .bootstrap-select>.btn,[lang|="ru"] .side_column .occupancy-type select,[lang|="fi"] .side_column .occupancy-type .bootstrap-select>.btn,[lang|="fi"] .side_column .occupancy-type select{font-size:12px}.side_column .occupancy-type .dropdown-menu>.selected>a{background-color:transparent}.side_column .occupancy-type .dropdown-menu>.selected>a:hover,.side_column .occupancy-type .dropdown-menu>.selected>a:focus{background-color:#f4f8fc}.side_column .occupancy-type .selectpicker a{padding:5px 15px 5px 50px}[dir='rtl'] .side_column .occupancy-type .selectpicker a{padding:5px 50px 5px 15px}.side_column .bootstrap-select.btn-group .dropdown-menu{font-size:12px}

.occupancy-type .selectpicker a{color:#676767 !important}.occupancy-type .bootstrap-select>.btn,.occupancy-type select{background:#fff !important}

/*!
 * Bootstrap-select v1.6.3 (http://silviomoreto.github.io/bootstrap-select/)
 *
 * Copyright 2013-2014 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */.bootstrap-select{width:220px \0}.bootstrap-select>.btn{width:100%;padding-right:25px}.error .bootstrap-select .btn{border:1px solid #b94a48}.control-group.error .bootstrap-select .dropdown-toggle{border-color:#b94a48}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .btn:focus{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.btn-group:not(.input-group-btn),.bootstrap-select.btn-group[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.btn-group.dropdown-menu-right,.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,.row-fluid .bootstrap-select.btn-group[class*=col-].dropdown-menu-right{float:right}.form-search .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group,.form-group .bootstrap-select.btn-group{margin-bottom:0}.form-group-lg .bootstrap-select.btn-group.form-control,.form-group-sm .bootstrap-select.btn-group.form-control{padding:0}.form-inline .bootstrap-select.btn-group .form-control{width:100%}.input-append .bootstrap-select.btn-group{margin-left:-1px}.input-prepend .bootstrap-select.btn-group{margin-right:-1px}.bootstrap-select.btn-group>.disabled{cursor:not-allowed}.bootstrap-select.btn-group>.disabled:focus{outline:0!important}.bootstrap-select.btn-group .btn .filter-option{display:inline-block;overflow:hidden;width:100%;text-align:left}.bootstrap-select.btn-group .btn .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select.btn-group[class*=col-] .btn{width:100%}.bootstrap-select.btn-group .dropdown-menu{min-width:100%;z-index:1035;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .dropdown-menu.inner{position:static;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select.btn-group .dropdown-menu li{position:relative}.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small{color:#64b1d8;color:rgba(100,177,216,.4)}.bootstrap-select.btn-group .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select.btn-group .dropdown-menu li a{cursor:pointer}.bootstrap-select.btn-group .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select.btn-group .dropdown-menu li a span.check-mark{display:none}.bootstrap-select.btn-group .dropdown-menu li a span.text{display:inline-block}.bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em}.bootstrap-select.btn-group .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .no-results{padding:3px;background:#f5f5f5;margin:0 5px}.bootstrap-select.btn-group.fit-width .btn .filter-option{position:static}.bootstrap-select.btn-group.fit-width .btn .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{position:absolute;display:inline-block;right:15px;margin-top:5px}.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select.show-menu-arrow.open>.btn{z-index:1035+1}.bootstrap-select.show-menu-arrow .dropdown-toggle:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom-width:7px;border-bottom-style:solid;border-bottom-color:#ccc;border-bottom-color:rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-bottom:0;border-top-width:7px;border-top-style:solid;border-top-color:#ccc;border-top-color:rgba(204,204,204,.2)}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after{display:block}.bs-searchbox,.bs-actionsbox{padding:4px 8px}.bs-actionsbox{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox input.form-control{margin-bottom:0;width:100%}.mobile-device{position:absolute;top:0;left:0;display:block!important;width:100%;height:100%!important;opacity:0}

.tab-pane[id^='rural_hotels'] .destiny>.bootstrap-select.btn-group,.tab-pane[id^='paradors'] .destiny>.bootstrap-select.btn-group,.side_column .destiny>.bootstrap-select.btn-group{width:100% !important;margin-bottom:0 !important}.tab-pane[id^='rural_hotels'] .destiny>.bootstrap-select.btn-group>.btn,.tab-pane[id^='paradors'] .destiny>.bootstrap-select.btn-group>.btn{margin-top:0;margin-bottom:0;float:none;font-size:18px;border:1px solid transparent !important;font-weight:normal;color:#676767 !important;padding:9px 12px 6px;line-height:1;height:44px}.tab-pane[id^='rural_hotels'] .destiny>.bootstrap-select.btn-group .btn .filter-option,.tab-pane[id^='paradors'] .destiny>.bootstrap-select.btn-group .btn .filter-option{top:12px;line-height:20px}[dir='rtl'] .tab-pane[id^='rural_hotels'] .destiny>.bootstrap-select.btn-group .btn .filter-option,[dir='rtl'] .tab-pane[id^='paradors'] .destiny>.bootstrap-select.btn-group .btn .filter-option{text-align:right}.tab-pane[id^='rural_hotels'] .destiny>.bootstrap-select.btn-group .dropdown-menu dt,.tab-pane[id^='paradors'] .destiny>.bootstrap-select.btn-group .dropdown-menu dt{color:#333}.tab-pane[id^='rural_hotels'] .destiny>.bootstrap-select.btn-group .dropdown-menu .dropdown-header,.tab-pane[id^='paradors'] .destiny>.bootstrap-select.btn-group .dropdown-menu .dropdown-header{color:#333;font-size:12px;font-weight:bold}.tab-pane[id^='rural_hotels'] .destiny>.bootstrap-select.btn-group .dropdown-menu .selected dt,.tab-pane[id^='paradors'] .destiny>.bootstrap-select.btn-group .dropdown-menu .selected dt{color:#fff}.tab-pane[id^='rural_hotels'] .destiny>.bootstrap-select.btn-group .dropdown-menu .selected .dropdown-header,.tab-pane[id^='paradors'] .destiny>.bootstrap-select.btn-group .dropdown-menu .selected .dropdown-header{color:#fff}.destiny li a .text{color:#676767;line-height:21px;vertical-align:baseline;background-image:url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2036%2036%22%3E%3Cpath%20fill%3D%22%2374716E%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.286%202C12.61%202%208%206.333%208%2011.667c0%201.4.71%203.333.71%203.333%202.695%206.6%209.292%2018.733%209.292%2018.733.07.134.213.267.284.267.07%200%20.213-.067.283-.267%200%200%206.527-12.133%209.293-18.733%200%200%20.71-1.933.71-3.333C28.571%206.333%2023.96%202%2018.285%202zm0%2014.067c-2.625%200-4.682-2-4.682-4.4%200-2.4%202.128-4.4%204.682-4.4%202.624%200%204.681%202%204.681%204.4%200%202.4-2.057%204.4-4.681%204.4z%22%2F%3E%3C%2Fsvg%3E');background-repeat:no-repeat;background-size:20px 20px;background-position:top 50% left 0;margin:0;padding:2px 2px 2px 26px;display:block}[dir='rtl'] .destiny li a .text{padding:2px 26px 2px 2px;background-position:top 50% right 0}@media(max-width:479px){.destiny li a .text{white-space:normal}}.destiny .bootstrap-select.btn-group .btn .filter-option .text{line-height:inherit;padding-top:0;padding-bottom:0}.destiny .dropdown-menu>.active>a .text,.destiny .dropdown-menu>.active>a:hover .text,.destiny .dropdown-menu>.active>a:focus .text,.destiny .dropdown-menu>.selected>a .text,.destiny .dropdown-menu>.selected>a:hover .text,.destiny .dropdown-menu>.selected>a:focus .text{background-image:url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2036%2036%22%3E%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.286%202C12.61%202%208%206.333%208%2011.667c0%201.4.71%203.333.71%203.333%202.695%206.6%209.292%2018.733%209.292%2018.733.07.134.213.267.284.267.07%200%20.213-.067.283-.267%200%200%206.527-12.133%209.293-18.733%200%200%20.71-1.933.71-3.333C28.571%206.333%2023.96%202%2018.285%202zm0%2014.067c-2.625%200-4.682-2-4.682-4.4%200-2.4%202.128-4.4%204.682-4.4%202.624%200%204.681%202%204.681%204.4%200%202.4-2.057%204.4-4.681%204.4z%22%2F%3E%3C%2Fsvg%3E');color:#fff !important}@media(max-width:479px){.destiny .dropdown-menu{max-width:100%}}[dir='rtl'] .bootstrap-select.btn-group .btn .caret{right:auto;left:12px}

input[type='text'].location_input{font-size:18px;font-weight:normal !important;color:#676767 !important;border:1px solid transparent !important;-webkit-border-radius:4px !important;-moz-border-radius:4px !important;border-radius:4px !important;padding:9px 12px 6px 36px !important;height:44px;background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2036%2036%22%3E%3Cpath%20fill%3D%22%23D0CBC9%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.286%202C12.61%202%208%206.333%208%2011.667c0%201.4.71%203.333.71%203.333%202.695%206.6%209.292%2018.733%209.292%2018.733.07.134.213.267.284.267.07%200%20.213-.067.283-.267%200%200%206.527-12.133%209.293-18.733%200%200%20.71-1.933.71-3.333C28.571%206.333%2023.96%202%2018.285%202zm0%2014.067c-2.625%200-4.682-2-4.682-4.4%200-2.4%202.128-4.4%204.682-4.4%202.624%200%204.681%202%204.681%204.4%200%202.4-2.057%204.4-4.681%204.4z%22%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:top 50% left 2px;background-size:22px 22px;text-align:left}[dir='rtl'] input[type='text'].location_input{background-position:top 50% right 2px;padding:9px 36px 6px 12px !important;text-align:right}@media(max-width:767px){input[type='text'].location_input{padding:9px 12px 6px 24px !important}[dir='rtl'] input[type='text'].location_input{padding:9px 24px 6px 12px !important}}.autocomplete-widget{position:relative}.autocomplete-widget span.twitter-typeahead,.autocomplete-widget span.twitter-typeahead input{width:100%}.autocomplete-widget input::-ms-clear{display:none}[dir='rtl'] .autocomplete-widget span.twitter-typeahead input{text-align:right;direction:rtl}.autocomplete-widget .form-control{font-size:16px;font-weight:300;color:#676767;height:43px;text-transform:initial;border:1px solid transparent !important}.autocomplete-widget .form-control::-moz-placeholder,.autocomplete-widget .form-control::-webkit-input-placeholder,.autocomplete-widget .form-control::-moz-placeholder,.autocomplete-widget .form-control:-ms-input-placeholder,.autocomplete-widget .form-control:-moz-placeholder{font-weight:300;color:#9b9b9b}.autocomplete-widget .loader-inner{display:none}.autocomplete-widget .magnifyingGlass:invalid{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2036%2036%22%3E%3Cpath%20fill%3D%22%23BEB8B3%22%20fill-rule%3D%22evenodd%22%20d%3D%22M33.81%2029.856l-8.02-8.017c1.36-2.039%202.039-4.349%202.039-6.93C27.829%207.843%2021.984%202%2014.915%202%207.845%202%202%207.843%202%2014.909c0%207.066%205.846%2012.908%2012.915%2012.908%202.582%200%204.893-.815%206.933-2.038l8.02%208.017c.272.272.68.272.952%200l2.855-2.853c.407-.408.407-.816.136-1.087zM6.215%2014.773A8.817%208.817%200%200%201%2015.05%205.94a8.817%208.817%200%200%201%208.837%208.832%208.817%208.817%200%200%201-8.837%208.832%208.817%208.817%200%200%201-8.836-8.832z%22%2F%3E%3C%2Fsvg%3E);background-color:#fff;background-repeat:no-repeat;padding-right:45px;background-position:top 50% right 10px;background-size:22px 22px}[dir='rtl'] .autocomplete-widget .magnifyingGlass:invalid{padding-right:10px;padding-left:40px;background-position:top 50% left 10px}.autocomplete-widget .loading .loader-inner{display:block;position:absolute;top:5px;right:10px;z-index:99;background-color:#FFF}[dir='rtl'] .autocomplete-widget .loading .loader-inner{left:20px !important;right:auto !important}.autocomplete-widget .loading .magnifyingGlass{background-image:none}.tt-suggestion .cont_price{position:absolute;top:5px;right:5px}[dir="rtl"] .tt-suggestion .cont_price{right:auto;left:5px}@media(max-width:767px){.tt-suggestion .cont_price{float:none;text-align:right}[dir="rtl"] .tt-suggestion .cont_price{text-align:left}}.autocomplete-widget .tt-suggestion .cont_price .price-desde{color:#46403c;font-size:10px;padding-right:3px}[dir="rtl"] .autocomplete-widget .tt-suggestion .cont_price .price-desde{padding-left:3px;padding-right:0}.autocomplete-widget .tt-suggestion .cont_price .price{color:#ec5b14;font-size:16px;font-weight:500}.autocomplete-widget .tt-suggestion .cont_price .price .symbol{color:#ec5b14;font-size:12px;font-weight:500}.autocomplete-widget .tt-menu{width:100%;padding:10px;background:#eee;border-radius:6px;border:1px solid #d7d7d7;color:#46403c;font-size:14px}.autocomplete-widget .tt-noMatch{padding:10px;color:#46403c}.autocomplete-widget .tt-noMatch p{position:relative;margin-bottom:0}.autocomplete-widget .tt-noMatch ul{margin-bottom:0}.autocomplete-widget .tt-suggestion{background-color:#FFF;padding:8px 12px;margin-bottom:1px;position:relative}.autocomplete-widget .tt-suggestion.ac_result_wprice{padding:8px 90px 8px 12px}[dir="rtl"] .autocomplete-widget .tt-suggestion{padding:8px 12px}[dir="rtl"] .autocomplete-widget .tt-suggestion.ac_result_wprice{padding:8px 12px 8px 90px}.autocomplete-widget .tt-suggestion:hover,.autocomplete-widget .tt-cursor,.autocomplete-widget .tt-suggestion:focus{background-color:#f4f8fc;cursor:pointer;color:#46403c}.autocomplete-widget .ac_result_nature{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2036%2036%22%3E%3Cpath%20fill%3D%22%2374716E%22%20fill-rule%3D%22evenodd%22%20d%3D%22M19.157%208L8.621%2020.764%206.705%2018.8%200%2027.636h18.2l7.663-10.8L19.157%208zm0%202.945l3.833%204.91h-7.664l3.831-4.91zm.48%2016.691H36l-8.182-11.454-8.182%2011.454zm8.181-9l2.455%203.273h-4.91l2.455-3.273z%22%2F%3E%3C%2Fsvg%3E)}.autocomplete-widget .ac_result_ocean,.autocomplete-widget .ac_result_archipelago,.autocomplete-widget .ac_result_coast,.autocomplete-widget .ac_result_island{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2036%2036%22%3E%3Cpath%20fill%3D%22%2374716E%22%20fill-rule%3D%22evenodd%22%20d%3D%22M16.426%2015.778s4.59%208.168%205.338%209.038c.998-.566%201.9-.623%201.9-.623l-5.559-9.335c-.28.092-.653.184-.933.368s-.56.368-.746.552zM5.49%2022.737a4.936%204.936%200%200%201%202.558-4.622c1.385-.84%202.984-.84%204.37-.315.106-1.681%201.066-3.362%202.665-4.307%201.598-.946%203.517-.946%205.116-.21.213-1.47%201.065-2.731%202.451-3.572%201.812-1.05%203.837-.84%205.436.21-.213-.42-.426-.84-.64-1.155C24.037%202.883%2016.682.677%2010.5%203.514l-.533-.946c-.32-.525-.959-.735-1.492-.42s-.746.945-.426%201.47l.533.946c-5.436%203.887-7.248%2011.24-3.73%2017.122.212.315.426.736.639%201.05zm6.075-17.543c1.492-.63%202.985-.945%204.583-.945%202.665%200%205.33.945%207.355%202.731l.32.21-.32.105c-2.345.736-3.198%201.26-4.37%203.362l-.213.315-.214-.315c-3.197-5.042-6.928-5.148-7.034-5.148l-.107-.315zM9.648%206.35l.32.315s-1.813%203.256.959%208.509l.213.315h-.853c-2.025%200-2.984.525-4.69%201.995l-.32.21-.106-.315A11.166%2011.166%200%200%201%209.648%206.35zM14.8%2024.145c1.7%200%202.7.571%203.3%201.061.5.327.8.49%201.5.49s.9-.163%201.5-.49c.7-.408%201.6-1.061%203.3-1.061%201.7%200%202.7.571%203.3%201.061.5.327.8.49%201.5.49s.9-.163%201.5-.49c.7-.408%201.6-1.061%203.3-1.061v2.449c-.7%200-.9.163-1.5.49-.7.408-1.6%201.06-3.3%201.06-1.7%200-2.7-.57-3.3-1.06-.5-.327-.8-.49-1.5-.49s-.9.163-1.5.49c-.7.408-1.6%201.06-3.3%201.06-1.7%200-2.7-.57-3.3-1.06-.5-.327-.8-.49-1.5-.49s-.9.163-1.5.49c-3.217%202.488-9.6%201.06-11.3%201.06v-2.448c.626.073%206.349.898%209.5-.49.7-.408%201.6-1.061%203.3-1.061zm0%204c1.7%200%202.7.571%203.3%201.061.5.327.8.49%201.5.49s.9-.163%201.5-.49c.7-.408%201.6-1.061%203.3-1.061%201.7%200%202.7.571%203.3%201.061.5.327.8.49%201.5.49s.9-.163%201.5-.49c.7-.408%201.6-1.061%203.3-1.061v2.449c-.7%200-.9.163-1.5.49-.7.408-1.6%201.06-3.3%201.06-1.7%200-2.7-.57-3.3-1.06-.5-.327-.8-.49-1.5-.49s-.9.163-1.5.49c-.7.408-1.6%201.06-3.3%201.06-1.7%200-2.7-.57-3.3-1.06-.5-.327-.8-.49-1.5-.49s-.9.163-1.5.49c-3.217%202.488-9.6%201.06-11.3%201.06v-2.448c.626.073%206.349.898%209.5-.49.7-.408%201.6-1.061%203.3-1.061z%22%2F%3E%3C%2Fsvg%3E)}.autocomplete-widget .ac_result_continent,.autocomplete-widget .ac_result_country{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2036%2036%22%3E%3Cpath%20fill%3D%22%2374716E%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18%202C9.168%202%202%209.168%202%2018s7.168%2016%2016%2016%2016-7.168%2016-16S26.832%202%2018%202zm-1.684%2029.356C9.663%2030.53%204.526%2024.872%204.526%2018c0-1.044.135-2.038.354-3.015l8.067%208.068v1.684a3.378%203.378%200%200%200%203.369%203.368v3.25zm11.62-4.278a3.341%203.341%200%200%200-3.2-2.341h-1.683v-5.053A1.69%201.69%200%200%200%2021.368%2018H11.263v-3.368h3.369a1.69%201.69%200%200%200%201.684-1.685V9.58h3.368a3.378%203.378%200%200%200%203.369-3.368V5.52c4.934%202.004%208.42%206.838%208.42%2012.48%200%203.503-1.347%206.686-3.536%209.078z%22%2F%3E%3C%2Fsvg%3E)}.autocomplete-widget#search-1-journey_location-hotel_chain .ac_result_continent:hover,.autocomplete-widget#search-1-journey_location-hotel_chain .ac_result_country:hover{cursor:default;background-color:#fff}.autocomplete-widget .ac_result_poi{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2036%2036%22%3E%3Cpath%20fill%3D%22%2374716E%22%20fill-rule%3D%22evenodd%22%20d%3D%22M21.81%2013.515c-3.368%200-6.095%202.69-6.095%206.012%200%203.32%202.727%206.012%206.095%206.012%203.367%200%206.094-2.692%206.094-6.012%200-3.322-2.727-6.012-6.094-6.012m0%2015.03c-5.044%200-9.143-4.045-9.143-9.018%200-4.975%204.1-9.018%209.143-9.018%205.042%200%209.142%204.043%209.142%209.018%200%204.973-4.1%209.018-9.142%209.018M9.619%2013.515H6.572c-.413%200-1.524-1.096-1.524-1.503%200-.39%201.111-1.503%201.524-1.503h3.047c.395%200%201.524%201.112%201.524%201.503%200%20.407-1.129%201.503-1.524%201.503m21.333-4.509h-1.524c.402%200%201.524-1.107%201.524-1.503%200%200-4.169-1.503-4.57-1.503H21.81c-.404%200-4.572%201.503-4.572%201.503%200%20.396%201.126%201.503%201.524%201.503H5.048C3.98%209.006%202%209.456%202%2010.51v17.989c0%201.054%201.98%201.504%203.048%201.504h25.904c1.067%200%203.048-.542%203.048-1.591V10.509c0-1.052-1.981-1.503-3.048-1.503%22%2F%3E%3C%2Fsvg%3E)}.autocomplete-widget .ac_result_province,.autocomplete-widget .ac_result_city,.autocomplete-widget .ac_result_region{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2036%2036%22%3E%3Cpath%20fill%3D%22%2374716E%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.286%202C12.61%202%208%206.333%208%2011.667c0%201.4.71%203.333.71%203.333%202.695%206.6%209.292%2018.733%209.292%2018.733.07.134.213.267.284.267.07%200%20.213-.067.283-.267%200%200%206.527-12.133%209.293-18.733%200%200%20.71-1.933.71-3.333C28.571%206.333%2023.96%202%2018.285%202zm0%2014.067c-2.625%200-4.682-2-4.682-4.4%200-2.4%202.128-4.4%204.682-4.4%202.624%200%204.681%202%204.681%204.4%200%202.4-2.057%204.4-4.681%204.4z%22%2F%3E%3C%2Fsvg%3E)}.autocomplete-widget .ac_result_airport{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2036%2036%22%3E%3Cpath%20fill%3D%22%2374716E%22%20fill-rule%3D%22evenodd%22%20d%3D%22M30.235%2014.222h-8.937L12.09%203.367c-.23-.264-.704-.478-1.063-.478h-2.19c-.345%200-.499.252-.345.554l6.377%2012.038H7.187l-2.702-3.286c-.218-.265-.679-.491-1.037-.491h-.96c-.36%200-.564.277-.462.604l1.32%204.433c.102.34.102%202.19%200%202.518l-1.32%204.433c-.102.34.103.604.461.604h.96c.36%200%20.82-.226%201.038-.49l2.702-3.287h7.683L8.506%2032.557c-.154.302%200%20.554.345.554h2.177c.359%200%20.832-.214%201.063-.478l9.207-10.855h8.937c1.857%200%203.765-1.26%203.765-3.728%200-2.48-1.908-3.828-3.765-3.828z%22%2F%3E%3C%2Fsvg%3E)}.autocomplete-widget .ac_result_hotel{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2036%2036%22%3E%3Cpath%20fill%3D%22%2374716E%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4%202v32h27.06V13.636h-9.552V2H4zm11.142%202.91h3.183v2.908h-3.183V4.91zm-7.959%200h3.184v2.908H7.183V4.91zm7.959%205.818h3.183v2.909h-3.183v-2.91zm-7.959%200h3.184v2.909H7.183v-2.91zm17.51%205.817h3.183v2.91h-3.184v-2.91zm-9.551%200h3.183v2.91h-3.183v-2.91zm-7.959%200h3.184v2.91H7.183v-2.91zm17.51%205.82h3.183v2.908h-3.184v-2.909zm-9.551%200h3.183v2.908h-3.183v-2.909zm-7.959%200h3.184v2.908H7.183v-2.909zm17.51%205.818h3.183v2.909h-3.184v-2.91zm-9.551%200h3.183v2.909h-3.183v-2.91zm-7.959%200h3.184v2.909H7.183v-2.91z%22%2F%3E%3C%2Fsvg%3E)}.autocomplete-widget .ac_result_continent,.autocomplete-widget .ac_result_country,.autocomplete-widget .ac_result_province,.autocomplete-widget .ac_result_city,.autocomplete-widget .ac_result_region,.autocomplete-widget .ac_result_ocean,.autocomplete-widget .ac_result_archipelago,.autocomplete-widget .ac_result_coast,.autocomplete-widget .ac_result_island,.autocomplete-widget .ac_result_nature,.autocomplete-widget .ac_result_poi,.autocomplete-widget .ac_result_airport,.autocomplete-widget .ac_result_hotel{background-repeat:no-repeat;padding-left:36px;background-position:top 50% left 10px;background-size:20px 20px}[dir='rtl'] .autocomplete-widget .ac_result_continent,[dir='rtl'] .autocomplete-widget .ac_result_country,[dir='rtl'] .autocomplete-widget .ac_result_province,[dir='rtl'] .autocomplete-widget .ac_result_city,[dir='rtl'] .autocomplete-widget .ac_result_region,[dir='rtl'] .autocomplete-widget .ac_result_ocean,[dir='rtl'] .autocomplete-widget .ac_result_archipelago,[dir='rtl'] .autocomplete-widget .ac_result_coast,[dir='rtl'] .autocomplete-widget .ac_result_island,[dir='rtl'] .autocomplete-widget .ac_result_nature,[dir='rtl'] .autocomplete-widget .ac_result_poi,[dir='rtl'] .autocomplete-widget .ac_result_airport,[dir='rtl'] .autocomplete-widget .ac_result_hotel{padding-left:0;padding-right:36px;background-position:top 50% right 10px}.autocomplete-widget .ac_result_continent.ac_result_wprice,.autocomplete-widget .ac_result_country.ac_result_wprice,.autocomplete-widget .ac_result_province.ac_result_wprice,.autocomplete-widget .ac_result_city.ac_result_wprice,.autocomplete-widget .ac_result_region.ac_result_wprice,.autocomplete-widget .ac_result_ocean.ac_result_wprice,.autocomplete-widget .ac_result_archipelago.ac_result_wprice,.autocomplete-widget .ac_result_coast.ac_result_wprice,.autocomplete-widget .ac_result_island.ac_result_wprice,.autocomplete-widget .ac_result_nature.ac_result_wprice,.autocomplete-widget .ac_result_poi.ac_result_wprice,.autocomplete-widget .ac_result_airport.ac_result_wprice{background-repeat:no-repeat;padding-left:36px;background-position:top 50% left 10px}[dir='rtl'] .autocomplete-widget .ac_result_continent.ac_result_wprice,[dir='rtl'] .autocomplete-widget .ac_result_country.ac_result_wprice,[dir='rtl'] .autocomplete-widget .ac_result_province.ac_result_wprice,[dir='rtl'] .autocomplete-widget .ac_result_city.ac_result_wprice,[dir='rtl'] .autocomplete-widget .ac_result_region.ac_result_wprice,[dir='rtl'] .autocomplete-widget .ac_result_ocean.ac_result_wprice,[dir='rtl'] .autocomplete-widget .ac_result_archipelago.ac_result_wprice,[dir='rtl'] .autocomplete-widget .ac_result_coast.ac_result_wprice,[dir='rtl'] .autocomplete-widget .ac_result_island.ac_result_wprice,[dir='rtl'] .autocomplete-widget .ac_result_nature.ac_result_wprice,[dir='rtl'] .autocomplete-widget .ac_result_poi.ac_result_wprice,[dir='rtl'] .autocomplete-widget .ac_result_airport.ac_result_wprice{padding-left:90px;padding-right:36px;background-position:top 50% right 10px}@media(max-width:767px){.autocomplete-widget .ac_result_continent.ac_result_wprice,.autocomplete-widget .ac_result_country.ac_result_wprice,.autocomplete-widget .ac_result_province.ac_result_wprice,.autocomplete-widget .ac_result_city.ac_result_wprice,.autocomplete-widget .ac_result_region.ac_result_wprice,.autocomplete-widget .ac_result_ocean.ac_result_wprice,.autocomplete-widget .ac_result_archipelago.ac_result_wprice,.autocomplete-widget .ac_result_coast.ac_result_wprice,.autocomplete-widget .ac_result_island.ac_result_wprice,.autocomplete-widget .ac_result_nature.ac_result_wprice,.autocomplete-widget .ac_result_poi.ac_result_wprice,.autocomplete-widget .ac_result_airport.ac_result_wprice{background-position:top 20% left 10px}[dir='rtl'] .autocomplete-widget .ac_result_continent.ac_result_wprice,[dir='rtl'] .autocomplete-widget .ac_result_country.ac_result_wprice,[dir='rtl'] .autocomplete-widget .ac_result_province.ac_result_wprice,[dir='rtl'] .autocomplete-widget .ac_result_city.ac_result_wprice,[dir='rtl'] .autocomplete-widget .ac_result_region.ac_result_wprice,[dir='rtl'] .autocomplete-widget .ac_result_ocean.ac_result_wprice,[dir='rtl'] .autocomplete-widget .ac_result_archipelago.ac_result_wprice,[dir='rtl'] .autocomplete-widget .ac_result_coast.ac_result_wprice,[dir='rtl'] .autocomplete-widget .ac_result_island.ac_result_wprice,[dir='rtl'] .autocomplete-widget .ac_result_nature.ac_result_wprice,[dir='rtl'] .autocomplete-widget .ac_result_poi.ac_result_wprice,[dir='rtl'] .autocomplete-widget .ac_result_airport.ac_result_wprice{background-position:top 20% right 10px}}.title-elem.stay,.title-elem.circuit{background:0;color:#46403c;font-size:12px;text-transform:uppercase;font-weight:500;line-height:15px;padding:18px 12px 12px 8px}.title-elem.stay{color:#e50000}.title-elem.circuit{color:#027a02}.acResultsTravel{border-radius:6px;overflow:hidden}.stay-elem{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2036%2036%22%3E%3Cpath%20fill%3D%22%2374716E%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.286%202C12.61%202%208%206.333%208%2011.667c0%201.4.71%203.333.71%203.333%202.695%206.6%209.292%2018.733%209.292%2018.733.07.134.213.267.284.267.07%200%20.213-.067.283-.267%200%200%206.527-12.133%209.293-18.733%200%200%20.71-1.933.71-3.333C28.571%206.333%2023.96%202%2018.285%202zm0%2014.067c-2.625%200-4.682-2-4.682-4.4%200-2.4%202.128-4.4%204.682-4.4%202.624%200%204.681%202%204.681%204.4%200%202.4-2.057%204.4-4.681%204.4z%22%2F%3E%3C%2Fsvg%3E)}.circuit-elem{background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2036%2036%22%3E%3Cpath%20fill%3D%22%2374716E%22%20fill-rule%3D%22evenodd%22%20d%3D%22M30.8%208.4h-6.4V5.2c0-.88-.352-1.68-.944-2.256A3.128%203.128%200%200%200%2021.2%202h-6.4a3.21%203.21%200%200%200-3.2%203.2v3.2H5.2A3.21%203.21%200%200%200%202%2011.6v17.6c0%201.76%201.44%203.2%203.2%203.2h25.6c1.76%200%203.2-1.44%203.2-3.2V11.6c0-1.76-1.44-3.2-3.2-3.2zm-16-3.2h6.4v3.2h-6.4V5.2zm-8%204.8H10v20.8H6.8V10zM26%2010h3.2v20.8H26V10z%22%2F%3E%3C%2Fsvg%3E)}.stay-elem,.circuit-elem{background-repeat:no-repeat;padding-left:36px !important;background-position:top 50% left 10px;background-size:20px 20px}[dir='rtl'] .stay-elem,[dir='rtl'] .circuit-elem{padding-left:0;padding-right:36px !important;background-position:top 50% right 10px}.stay-elem.ac_result_wprice,.circuit-elem.ac_result_wprice{background-repeat:no-repeat;padding-left:36px;background-position:top 50% left 10px}[dir='rtl'] .stay-elem.ac_result_wprice,[dir='rtl'] .circuit-elem.ac_result_wprice{padding-left:0;padding-right:36px;background-position:top 50% right 10px}@media(max-width:767px){.stay-elem.ac_result_wprice,.circuit-elem.ac_result_wprice{background-position:top 20% left 10px}[dir='rtl'] .stay-elem.ac_result_wprice,[dir='rtl'] .circuit-elem.ac_result_wprice{background-position:top 20% right 10px}}.stay+.stay-elem,.circuit+.circuit-elem{border-top-left-radius:6px;border-top-right-radius:6px}.autocomplete-widget .indent_tab{padding-left:50px;background-position:top 50% left 25px}[dir='rtl'] .autocomplete-widget .indent_tab{padding-left:12px;padding-right:50px;background-position:top 50% right 25px}.autocomplete-widget .indent_tab.ac_result_city,.autocomplete-widget .indent_tab.ac_result_coast,.autocomplete-widget .indent_tab.ac_result_island{padding-left:35px;background-position:top 50% left 10px}[dir='rtl'] .autocomplete-widget .indent_tab.ac_result_city,[dir='rtl'] .autocomplete-widget .indent_tab.ac_result_coast,[dir='rtl'] .autocomplete-widget .indent_tab.ac_result_island{padding-left:12px;padding-right:35px;background-position:top 50% right 10px}.autocomplete-widget .indent_tab.ac_result_hotel{padding-left:50px;background-position:top 50% left 25px}[dir='rtl'] .autocomplete-widget .indent_tab.ac_result_hotel{padding-left:12px;padding-right:50px;background-position:top 50% right 25px}[dir='rtl'] .autocomplete-widget .indent_tab.ac_result_wprice{padding-left:90px}.autocomplete-widget .main:first-child{border-top-left-radius:6px;border-top-right-radius:6px}.autocomplete-widget .last-elem{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.origindestiny .autocomplete-widget .ac_result_continent,.origindestiny .autocomplete-widget .ac_result_country{background-image:none;padding-left:10px;font-weight:500}.destiny .autocomplete-widget .tt-menu,.origindestiny .autocomplete-widget .tt-menu{max-height:400px;overflow:auto}

.tt-suggestion{color:#46403c}

.side_column .widgets_search_hotelsearchwidget{margin:0;font-size:12px;padding:10px !important}.side_column .widgets_search_hotelsearchwidget fieldset{margin-bottom:10px}.side_column .widgets_search_hotelsearchwidget .destiny{margin-bottom:0}.side_column .widgets_search_hotelsearchwidget .destiny input[type='text'].location_input{width:100%;margin:0;margin-bottom:10px;font-size:14px;padding:6px 6px 6px 36px !important;height:auto}[dir='rtl'] .side_column .widgets_search_hotelsearchwidget .destiny input[type='text'].location_input{padding:6px 36px 6px 6px !important}.side_column .widgets_search_hotelsearchwidget .destiny input[type='text'].location_input.acLoading{background-image:url('data:image/gif;base64,R0lGODlhEAAQAMQAAP///+7u7t3d3bu7u6qqqpmZmYiIiHd3d2ZmZlVVVURERDMzMyIiIhEREQARAAAAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAQACwAAAAAEAAQAAAFdyAkQgGJJOWoQgIjBM8jkKsoPEzgyMGsCjPDw7ADpkQBxRDmSCRetpRA6Rj4kFBkgLC4IlUGhbNQIwXOYYWCXDufzYPDMaoKGBoKb886OjAKdgZAAgQkfCwzAgsDBAUCgl8jAQkHEAVkAoA1AgczlyIDczUDA2UhACH5BAUHABAALAAAAAAPABAAAAVjICSO0IGIATkqIiMKDaGKC8Q49jPMYsE0hQdrlABCGgvT45FKiRKQhWA0mPKGPAgBcTjsspBCAoH4gl+FmXNEUEBVAYHToJAVZK/XWoQQDAgBZioHaX8igigFKYYQVlkCjiMhACH5BAUHABAALAAAAAAQAA8AAAVgICSOUGGQqIiIChMESyo6CdQGdRqUENESI8FAdFgAFwqDISYwPB4CVSMnEhSej+FogNhtHyfRQFmIol5owmEta/fcKITB6y4choMBmk7yGgSAEAJ8JAVDgQFmKUCCZnwhACH5BAUHABAALAAAAAAQABAAAAViICSOYkGe4hFAiSImAwotB+si6Co2QxvjAYHIgBAqDoWCK2Bq6A40iA4yYMggNZKwGFgVCAQZotFwwJIF4QnxaC9IsZNgLtAJDKbraJCGzPVSIgEDXVNXA0JdgH6ChoCKKCEAIfkEBQcAEAAsAAAAABAADgAABUkgJI7QcZComIjPw6bs2kINLB5uW9Bo0gyQx8LkKgVHiccKVdyRlqjFSAApOKOtR810StVeU9RAmLqOxi0qRG3LptikAVQEh4UAACH5BAUHABAALAAAAAAQABAAAAVxICSO0DCQKBQQonGIh5AGB2sYkMHIqYAIN0EDRxoQZIaC6bAoMRSiwMAwCIwCggRkwRMJWKSAomBVCc5lUiGRUBjO6FSBwWggwijBooDCdiFfIlBRAlYBZQ0PWRANaSkED1oQYHgjDA8nM3kPfCmejiEAIfkEBQcAEAAsAAAAABAAEAAABWAgJI6QIJCoOIhFwabsSbiFAotGMEMKgZoB3cBUQIgURpFgmEI0EqjACYXwiYJBGAGBgGIDWsVicbiNEgSsGbKCIMCwA4IBCRgXt8bDACkvYQF6U1OADg8mDlaACQtwJCEAIfkEBQcAEAAsAAABABAADwAABV4gJEKCOAwiMa4Q2qIDwq4wiriBmItCCREHUsIwCgh2q8MiyEKODK7ZbHCoqqSjWGKI1d2kRp+RAWGyHg+DQUEmKliGx4HBKECIMwG61AgssAQPKA19EAxRKz4QCVIhACH5BAUHABAALAAAAAAQABAAAAVjICSOUBCQqHhCgiAOKyqcLVvEZOC2geGiK5NpQBAZCilgAYFMogo/J0lgqEpHgoO2+GIMUL6p4vFojhQNg8rxWLgYBQJCASkwEKLC17hYFJtRIwwBfRAJDk4ObwsidEkrWkkhACH5BAUHABAALAAAAQAQAA8AAAVcICSOUGAGAqmKpjis6vmuqSrUxQyPhDEEtpUOgmgYETCCcrB4OBWwQsGHEhQatVFhB/mNAojFVsQgBhgKpSHRTRxEhGwhoRg0CCXYAkKHHPZCZRAKUERZMAYGMCEAIfkEBQcAEAAsAAABABAADwAABV0gJI4kFJToGAilwKLCST6PUcrB8A70844CXenwILRkIoYyBRk4BQlHo3FIOQmvAEGBMpYSop/IgPBCFpCqIuEsIESHgkgoJxwQAjSzwb1DClwwgQhgAVVMIgVyKCEAIfkECQcAEAAsAAAAABAAEAAABWQgJI5kSQ6NYK7Dw6xr8hCw+ELC85hCIAq3Am0U6JUKjkHJNzIsFAqDqShQHRhY6bKqgvgGCZOSFDhAUiWCYQwJSxGHKqGAE/5EqIHBjOgyRQELCBB7EAQHfySDhGYQdDWGQyUhADs=')}.side_column .widgets_search_hotelsearchwidget .destiny .bootstrap-select-searchbox input[type='text']{margin:0;font-size:12px;padding:5px}.side_column .destiny .locator,.side_column .origindestiny .locator{height:30px}.side_column .widgets_search_hotelsearchwidget input,.side_column .widgets_search_hotelsearchwidget select{font-size:11px;padding:2px 5px}.side_column .widgets_search_hotelsearchwidget label,legend,.side_column .widgets_search_hotelsearchwidget fieldset legend,.side_column .widgets_search_hotelsearchwidget .legendlike{font-size:12px;margin:0}.side_column .widgets_search_hotelsearchwidget .titlesubfieldset{color:#fff;margin-bottom:5px}.side_column .avanzadashoteles{margin-top:10px !important}.side_column .avanzadashoteles .col-sm-6{display:block;width:100%;float:none}.side_column .dropdown-menu>li>a{text-decoration:none}.side_column .widgets_search_hotelsearchwidget .continente_boton_submit button{font-size:15px;padding:8px 11px !important}.side_column .widgets_search_hotelsearchwidget .rooms select,.side_column .widgets_search_hotelsearchwidget .number_people select{font-size:12px !important}.side_column .widgets_search_hotelsearchwidget select{font-size:12px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border:1px solid #ccc;padding:6px;height:auto}.side_column .widgets_search_hotelsearchwidget select{padding-right:25px}[dir="rtl"] .side_column .widgets_search_hotelsearchwidget select{padding-left:25px;padding-right:6px}.side_column .widgets_search_hotelsearchwidget label{white-space:normal}.side_column .continente_boton_submit{margin-bottom:10px;text-align:center}@media(min-width:768px){.side_column .widgets_search_hotelsearchwidget .datesoccupancy>.dates{float:none;width:100%;display:block}.side_column .widgets_search_hotelsearchwidget .datesoccupancy>.occupancy-type{float:none;width:100%;display:block}.side_column .widgets_search_hotelsearchwidget .hotels_advanced_search .title_opcionesavanzadas{margin-top:0}}.widgets_search_hotelsearchwidget .widgets_search_hotelsearchwidget,.b_buscador_hoteles .widgets_search_hotelsearchwidget{padding:20px 5px;min-height:243px}.widgets_search_hotelsearchwidget .widgets_search_hotelsearchwidget{padding:20px 10px}.widgets_search_hotelsearchwidget .widgets_search_hotelsearchwidget fieldset,.b_buscador_hoteles .widgets_search_hotelsearchwidget fieldset{margin-bottom:10px}.widgets_search_hotelsearchwidget .widgets_search_hotelsearchwidget label,.widgets_search_hotelsearchwidget .widgets_search_hotelsearchwidget legend,.widgets_search_hotelsearchwidget .widgets_search_hotelsearchwidget .legendlike,.b_buscador_hoteles .widgets_search_hotelsearchwidget label,.b_buscador_hoteles .widgets_search_hotelsearchwidget legend,.b_buscador_hoteles .widgets_search_hotelsearchwidget .legendlike{color:#fff;margin-bottom:5px;font-size:13px}.cont_buscador_dispo_hotel .widgets_search_hotelsearchwidget label,.cont_buscador_dispo_hotel .widgets_search_hotelsearchwidget legend,.cont_buscador_dispo_hotel .widgets_search_hotelsearchwidget .legendlike,.old_searcher .widgets_search_hotelsearchwidget label,.old_searcher .widgets_search_hotelsearchwidget legend,.old_searcher .widgets_search_hotelsearchwidget .legendlike{color:#333}.widgets_search_hotelsearchwidget .widgets_search_hotelsearchwidget label,.b_buscador_hoteles .widgets_search_hotelsearchwidget label{display:inline-block}.widgets_search_hotelsearchwidget .widgets_search_hotelsearchwidget select,.b_buscador_hoteles .widgets_search_hotelsearchwidget select{padding:2px 0;font-size:12px;margin-bottom:5px}.widgets_search_hotelsearchwidget .widgets_search_hotelsearchwidget .destiny input[type='text'],.b_buscador_hoteles .widgets_search_hotelsearchwidget .destiny input[type='text']{width:100%;color:#444;font-weight:bold;padding:5px;font-size:12px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.widgets_search_hotelsearchwidget .widgets_search_hotelsearchwidget .occupancy_container,.b_buscador_hoteles .widgets_search_hotelsearchwidget .occupancy_container{padding:10px 0 0}.widgets_search_hotelsearchwidget .widgets_search_hotelsearchwidget .rooms .form-control,.widgets_search_hotelsearchwidget .widgets_search_hotelsearchwidget .number_people .form-control,.widgets_search_hotelsearchwidget .widgets_search_hotelsearchwidget .number_people .form-control,.b_buscador_hoteles .widgets_search_hotelsearchwidget .rooms .form-control,.b_buscador_hoteles .widgets_search_hotelsearchwidget .number_people .form-control,.b_buscador_hoteles .widgets_search_hotelsearchwidget .number_people .form-control{height:auto}.widgets_search_hotelsearchwidget .continente_boton{text-align:center}.widgets_search_hotelsearchwidget .continente_boton button[type=submit]{font-size:18px;margin:10px 0;padding:5px 10px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;color:#FFF;cursor:pointer;background-color:#e86b1b;border:1px solid #e86b1b}@-webkit-keyframes move{0{background-position:0 0}100%{background-position:50px 50px}}@-moz-keyframes move{0{background-position:0 0}100%{background-position:50px 50px}}@-ms-keyframes move{0{background-position:0 0}100%{background-position:50px 50px}}@keyframes move{0{background-position:0 0}100%{background-position:50px 50px}}@-webkit-keyframes move_rtl{0{background-position:50px 50px}100%{background-position:0 0}}@-moz-keyframes move_rtl{0{background-position:50px 50px}100%{background-position:0 0}}@-ms-keyframes move_rtl{0{background-position:50px 50px}100%{background-position:0 0}}@keyframes move_rtl{0{background-position:50px 50px}100%{background-position:0 0}}.widgets_search_hotelsearchwidget .continente_boton button.disabled{background-image:linear-gradient(135deg,rgba(255,255,255,0.3) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.3) 50%,rgba(255,255,255,0.3) 75%,transparent 75%,transparent);filter:alpha(opacity=80);opacity:.8;cursor:wait;-webkit-transition:width .5s ease-in-out;-moz-transition:width .5s ease-in-out;-o-transition:width .5s ease-in-out;transition:width .5s ease-in-out;-webkit-background-size:50px 50px;background-size:50px 50px;-moz-animation:move 2s infinite linear;-webkit-animation:move 2s infinite linear;-o-animation:move 2s infinite linear;-ms-animation:move 2s infinite linear;animation:move 2s infinite linear}[dir='rtl'] .widgets_search_hotelsearchwidget .continente_boton button.disabled{-moz-animation:move_rtl 2s infinite linear;-webkit-animation:move_rtl 2s infinite linear;-o-animation:move_rtl 2s infinite linear;-ms-animation:move_rtl 2s infinite linear;animation:move_rtl 2s infinite linear}.widgets_search_hotelsearchwidget .link_advanced_search{color:#fff;font-size:13px;padding:20px 10px 10px;display:block;text-decoration:none}

.transport_info_link .linktext{vertical-align:middle}.circle-info{display:inline-block;vertical-align:middle;line-height:1;width:16px;height:16px}.circle-info .icon-anyfill-graph-info-circle{width:16px;height:16px}.circle-info .icon-anyfill-graph-info-circle,.circle-info .icon-anyfill-graph-info-circle *{fill:#fff}@media(min-width:768px){.hotels_advanced_search .title_opcionesavanzadas{margin-top:-21px}}.hotels_advanced_search .title_opcionesavanzadas+div{clear:both}.avanzadashoteles .radio input[type=radio],.avanzadashoteles .radio-inline input[type=radio],.avanzadashoteles .checkbox input[type=checkbox],.avanzadashoteles .checkbox-inline input[type=checkbox]{margin-left:0}.radio label,.radio-inline label,.checkbox label,.checkbox-inline label{margin-bottom:0}fieldset{margin-bottom:18px}.continente_boton_submit{text-align:right}[dir="rtl"] .continente_boton_submit{text-align:left}@media(max-width:767px){.continente_boton_submit{text-align:center;margin-bottom:10px}}.continente_boton_submit button[type=submit]{font-size:18px;font-weight:500;padding:8px 40px 7px !important;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;cursor:pointer;display:inline-block;margin:0 !important;line-height:1.5}html[lang|="pt"] .continente_boton_submit button[type=submit]{padding:8px 30px 7px !important}html[lang|="ar"] .continente_boton_submit button[type=submit],html[lang|="fa"] .continente_boton_submit button[type=submit],html[lang|="he"] .continente_boton_submit button[type=submit],html[lang|="ja"] .continente_boton_submit button[type=submit],html[lang|="ru"] .continente_boton_submit button[type=submit]{font-weight:400}@media(max-width:320px){.continente_boton_submit button[type=submit]{padding:8px !important}}@-webkit-keyframes move{0{background-position:0 0}100%{background-position:50px 50px}}@-moz-keyframes move{0{background-position:0 0}100%{background-position:50px 50px}}@-ms-keyframes move{0{background-position:0 0}100%{background-position:50px 50px}}@keyframes move{0{background-position:0 0}100%{background-position:50px 50px}}@-webkit-keyframes move_rtl{0{background-position:50px 50px}100%{background-position:0 0}}@-moz-keyframes move_rtl{0{background-position:50px 50px}100%{background-position:0 0}}@-ms-keyframes move_rtl{0{background-position:50px 50px}100%{background-position:0 0}}@keyframes move_rtl{0{background-position:50px 50px}100%{background-position:0 0}}.continente_boton_submit button[type=submit].disabled{filter:alpha(opacity=80);opacity:.8;cursor:wait;transition:width .5s ease-in-out;background-size:60px 60px;animation:move 2s infinite linear;-moz-animation:move 2s infinite linear;-webkit-animation:move 2s infinite linear;-o-animation:move 2s infinite linear}[dir='rtl'] .continente_boton_submit button[type=submit].disabled{animation:move_rtl 2s infinite linear;-moz-animation:move_rtl 2s infinite linear;-webkit-animation:move_rtl 2s infinite linear;-o-animation:move_rtl 2s infinite linear}.continente_boton_submit button[type=submit].disabled_error{filter:alpha(opacity=80);opacity:.6;cursor:not-allowed}.destiny{position:relative}.bootstrap-select.form-control{height:auto}@media(min-width:768px){.datesoccupancy>.dates{float:left;width:70%}[dir='rtl'] .datesoccupancy>.dates{float:right}.datesoccupancy>.occupancy-type{float:right;width:25%}[dir='rtl'] .datesoccupancy>.occupancy-type{float:left}}.selectplusinfoicon{position:relative;padding-right:0}.selectplusinfoicon .infoicon{position:absolute;top:5px;cursor:pointer}.selectplusinfoicon .infoicon{right:-18px}[dir='rtl'] .selectplusinfoicon .infoicon{right:auto;left:-17px}@media(max-width:599px){.selectplusinfoicon .infoicon{display:none}}.title_opcionesavanzadas{clear:both}.avanzadasvuelos,.avanzadashoteles,.avanzadascoches,.widgets_search_hotelsearchwidget fieldset.avanzadashoteles{padding-top:10px;margin-top:0;margin-bottom:0}#opcionesavanzadas fieldset{margin-bottom:0}.checkboxgroup_title{margin:5px 0}.filtros li{display:flex}.filtros input[type=radio],.filtros input[type=checkbox]{vertical-align:middle}.filtros li input[type=radio],.filtros li input[type=checkbox]{margin-right:4px;flex-shrink:0}[dir='rtl'] .filtros li input[type=radio],[dir='rtl'] .filtros li input[type=checkbox]{margin-right:0;margin-left:4px}.filtros li label{margin-bottom:2px;font-size:14px}.avanzadashoteles select,.avanzadasvuelos select,.avanzadascoches select{margin-bottom:10px;font-size:12px}.titlesubfieldset{margin-bottom:10px}@media(min-width:600px){.avanzadashoteles .col-sm-6 .checkbox{float:left;width:33%;margin-top:0;margin-bottom:10px}[dir='rtl'] .avanzadashoteles .col-sm-6 .checkbox{float:right}}@media(min-width:768px){.avanzadashoteles .col-sm-6 .checkbox{width:50%}.side_column .widgets_search_hotelsearchwidget .avanzadashoteles .col-sm-6 .checkbox{float:none;width:auto;display:block}.avanzadasvuelos>div{width:32%;float:left;margin-right:1%}[dir='rtl'] .avanzadasvuelos>div{float:right;margin-right:0;margin-left:1%}}@media(max-width:767px){.avanzadashoteles .row{margin:0}.avanzadashoteles .col-sm-6{display:block;width:auto;float:none}.avanzadashoteles .col-sm-6 .checkbox{float:none;width:auto;display:block}.avanzadasvuelos>div{width:auto;float:none;display:block}}.flightsearch_options .checkbox,.forfait_options .checkbox{display:inline-block}.flightsearch_options .checkbox,.forfait_options .checkbox{margin-top:10px;margin-right:5px}[dir='rtl'] .flightsearch_options .checkbox,[dir='rtl'] .forfait_options .checkbox{margin-left:5px;margin-right:0}@media(min-width:768px){.flightsearch_options,.forfait_options{clear:both}.forfait_options .checkbox{margin-bottom:0}}.forfait_options .titlesubfieldset{margin-bottom:0}.selectplusinfoicon .tooltip{padding:1px;border:0 !important;max-width:none !important}.selectplusinfoicon .tooltip.in{opacity:1}.selectplusinfoicon .tooltip.right{padding:0 11px;background:transparent !important;box-shadow:none}.selectplusinfoicon .tooltip.right .tooltip-arrow{border-right-color:#fff;border-width:11px 11px 11px 0;margin-top:-11px;left:1px}.selectplusinfoicon .tooltip.right .tooltip-arrow:after{border-right-color:#fff}.selectplusinfoicon .tooltip-inner{width:300px;background-color:#fff;color:#000;padding:10px;text-align:left;white-space:normal;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}[dir='rtl'] .selectplusinfoicon .tooltip-inner{text-align:right}#buscador_modificabusqueda{padding:20px 30px}#buscador_modificabusqueda .titular_modificabusqueda h1{font-size:20px}select.dynamicload,select.form-control.dynamicload,.desktop select.dynamicload,.desktop select.form-control.dynamicload{background-image:url('data:image/gif;base64,R0lGODlhEAAQAMQAAP///+7u7t3d3bu7u6qqqpmZmYiIiHd3d2ZmZlVVVURERDMzMyIiIhEREQARAAAAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAQACwAAAAAEAAQAAAFdyAkQgGJJOWoQgIjBM8jkKsoPEzgyMGsCjPDw7ADpkQBxRDmSCRetpRA6Rj4kFBkgLC4IlUGhbNQIwXOYYWCXDufzYPDMaoKGBoKb886OjAKdgZAAgQkfCwzAgsDBAUCgl8jAQkHEAVkAoA1AgczlyIDczUDA2UhACH5BAUHABAALAAAAAAPABAAAAVjICSO0IGIATkqIiMKDaGKC8Q49jPMYsE0hQdrlABCGgvT45FKiRKQhWA0mPKGPAgBcTjsspBCAoH4gl+FmXNEUEBVAYHToJAVZK/XWoQQDAgBZioHaX8igigFKYYQVlkCjiMhACH5BAUHABAALAAAAAAQAA8AAAVgICSOUGGQqIiIChMESyo6CdQGdRqUENESI8FAdFgAFwqDISYwPB4CVSMnEhSej+FogNhtHyfRQFmIol5owmEta/fcKITB6y4choMBmk7yGgSAEAJ8JAVDgQFmKUCCZnwhACH5BAUHABAALAAAAAAQABAAAAViICSOYkGe4hFAiSImAwotB+si6Co2QxvjAYHIgBAqDoWCK2Bq6A40iA4yYMggNZKwGFgVCAQZotFwwJIF4QnxaC9IsZNgLtAJDKbraJCGzPVSIgEDXVNXA0JdgH6ChoCKKCEAIfkEBQcAEAAsAAAAABAADgAABUkgJI7QcZComIjPw6bs2kINLB5uW9Bo0gyQx8LkKgVHiccKVdyRlqjFSAApOKOtR810StVeU9RAmLqOxi0qRG3LptikAVQEh4UAACH5BAUHABAALAAAAAAQABAAAAVxICSO0DCQKBQQonGIh5AGB2sYkMHIqYAIN0EDRxoQZIaC6bAoMRSiwMAwCIwCggRkwRMJWKSAomBVCc5lUiGRUBjO6FSBwWggwijBooDCdiFfIlBRAlYBZQ0PWRANaSkED1oQYHgjDA8nM3kPfCmejiEAIfkEBQcAEAAsAAAAABAAEAAABWAgJI6QIJCoOIhFwabsSbiFAotGMEMKgZoB3cBUQIgURpFgmEI0EqjACYXwiYJBGAGBgGIDWsVicbiNEgSsGbKCIMCwA4IBCRgXt8bDACkvYQF6U1OADg8mDlaACQtwJCEAIfkEBQcAEAAsAAABABAADwAABV4gJEKCOAwiMa4Q2qIDwq4wiriBmItCCREHUsIwCgh2q8MiyEKODK7ZbHCoqqSjWGKI1d2kRp+RAWGyHg+DQUEmKliGx4HBKECIMwG61AgssAQPKA19EAxRKz4QCVIhACH5BAUHABAALAAAAAAQABAAAAVjICSOUBCQqHhCgiAOKyqcLVvEZOC2geGiK5NpQBAZCilgAYFMogo/J0lgqEpHgoO2+GIMUL6p4vFojhQNg8rxWLgYBQJCASkwEKLC17hYFJtRIwwBfRAJDk4ObwsidEkrWkkhACH5BAUHABAALAAAAQAQAA8AAAVcICSOUGAGAqmKpjis6vmuqSrUxQyPhDEEtpUOgmgYETCCcrB4OBWwQsGHEhQatVFhB/mNAojFVsQgBhgKpSHRTRxEhGwhoRg0CCXYAkKHHPZCZRAKUERZMAYGMCEAIfkEBQcAEAAsAAABABAADwAABV0gJI4kFJToGAilwKLCST6PUcrB8A70844CXenwILRkIoYyBRk4BQlHo3FIOQmvAEGBMpYSop/IgPBCFpCqIuEsIESHgkgoJxwQAjSzwb1DClwwgQhgAVVMIgVyKCEAIfkECQcAEAAsAAAAABAAEAAABWQgJI5kSQ6NYK7Dw6xr8hCw+ELC85hCIAq3Am0U6JUKjkHJNzIsFAqDqShQHRhY6bKqgvgGCZOSFDhAUiWCYQwJSxGHKqGAE/5EqIHBjOgyRQELCBB7EAQHfySDhGYQdDWGQyUhADs=');background-repeat:no-repeat;background-position:97% 50%;background-size:16px 16px}[dir='rtl'] select.dynamicload,[dir='rtl'] select.form-control.dynamicload,[dir='rtl'] .desktop select.dynamicload,[dir='rtl'] .desktop select.form-control.dynamicload{background-position:3% 50%}select.has_error,select.form-control.has_error,.desktop select.has_error,.desktop select.form-control.has_error{border-color:#c33;border-width:2px}select.has_warning,select.form-control.has_warning,.desktop select.has_warning,.desktop select.form-control.has_warning{border-color:#c1a655;border-width:2px}.popover_error .popover-content,.popover_warning .popover-content{padding-left:33px;color:#666}[dir='rtl'] .popover_error .popover-content,[dir='rtl'] .popover_warning .popover-content{padding-right:33px}.popover_error .popover-content:before,.popover_warning .popover-content:before{content:"!";position:absolute;top:50%;margin-top:-12px;font-size:18px;border:1px solid;border-radius:50%;padding:1px 8px;line-height:1}.popover_error .popover-content:before,.popover_warning .popover-content:before{left:7px}[dir='rtl'] .popover_error .popover-content:before,[dir='rtl'] .popover_warning .popover-content:before{left:auto;right:7px}.popover_error .popover-content:before{color:#c33;border-color:#c33}.popover_warning .popover-content:before{color:#c1a655;border-color:#c1a655}.transport_info_link{position:relative}.transport_info_link a{text-decoration:none;position:absolute;font-weight:bold;top:-40px;right:0}[dir='rtl'] .transport_info_link a{right:auto;left:0}.transport_info_link a span.circle-info{margin-left:4px;padding:1px}[dir='rtl'] .transport_info_link a span.circle-info{margin-left:auto;margin-right:4px}@media(max-width:500px){.transport_info_link a span.linktext{display:none}.transport_info_link a span.circle-info{margin:0 !important}}.remite_container{margin-top:10px;margin-bottom:10px;padding:10px 10px 0;position:relative;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.remite_container .title_collapse_container{padding:0 0 10px}.remite_container .collapse{position:relative;padding:0 0 10px 0}.popover-title{color:#457a9c !important;padding:7px 5px;font-weight:bold;white-space:nowrap;min-width:0 !important}.external .multicriteriasearch .tab-content .tab-pane{padding:10px 15px 18px}.widget_small .avanzadashoteles .row{margin:0}.widget_small .avanzadashoteles .col-sm-6{display:block;width:auto;float:none}.widget_small .avanzadashoteles .col-sm-6 .checkbox{float:none;width:auto;display:block}.widget_small .avanzadashoteles .row,.widget_small .avanzadascoches .row{margin:0}.widget_small .avanzadashoteles .col-sm-6,.widget_small .avanzadascoches .col-sm-6{display:block;width:auto;float:none}.widget_small .avanzadashoteles .col-sm-6 .checkbox{float:none;width:auto;display:block}.widget_small .avanzadasvuelos{padding-left:10px;padding-right:10px}.widget_small .avanzadasvuelos>div{width:auto;float:none;display:block}.widget_small .continente_boton_submit{text-align:center;margin-bottom:10px}.widget_square .title_opcionesavanzadas,.widget_leaderboard .title_opcionesavanzadas,.widget_halfbanner .title_opcionesavanzadas,.widget_square .avanzadashoteles,.widget_leaderboard .avanzadashoteles,.widget_halfbanner .avanzadashoteles{display:none !important}.widget_square{width:250px;height:250px}.widget_square .multicriteriasearch .tab-content .tab-pane{padding:10px 10px 18px}.widget_square .widgets_searcherwidget,.widget_square .widgets_searcherwidget .widgets_search_hotelsearchwidget{min-height:0;max-height:250px;overflow:hidden}.widget_square .dates>a{padding:0 7px}.widget_square div.in_date{width:auto}.widget_square .rooms,.widget_square .number_people,.widget_square .num_nights,.widget_square .datepick-trigger{display:none}.widget_square .dates .complete_date .numdia{font-size:42px !important}.external .widget_square .continente_boton_submit{margin-bottom:0}.widget_leaderboard{width:728px;height:90px}.widget_leaderboard .widgets_searcherwidget,.widget_leaderboard .widgets_search_hotelsearchwidget{overflow:hidden;padding:0}.widget_leaderboard fieldset{margin:0;padding:0 6px}.widget_leaderboard .widgets_search_multisearcherwidget .widgets_search_hotelsearchwidget .destiny input[type='text']{padding:0;width:560px !important}.widget_leaderboard .rooms,.widget_leaderboard .number_people,.widget_leaderboard .num_nights,.widget_leaderboard .datepick-trigger{display:none}.widget_leaderboard .widgets_search_hotelsearchwidget .destiny,.widget_leaderboard .widgets_search_hotelsearchwidget .dates,.widget_leaderboard .widgets_search_hotelsearchwidget .continente_boton_submit{float:left;margin-bottom:0}[dir='rtl'] .widget_leaderboard .widgets_search_hotelsearchwidget .destiny,[dir='rtl'] .widget_leaderboard .widgets_search_hotelsearchwidget .dates,[dir='rtl'] .widget_leaderboard .widgets_search_hotelsearchwidget .continente_boton_submit{float:right}.widget_leaderboard .widgets_search_multisearcherwidget .widgets_search_hotelsearchwidget .destiny{padding-top:0}.widget_leaderboard .multicriteriasearch .tab-content .tab-pane{padding:5px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.widget_leaderboard .widgets_search_multisearcherwidget .dates{display:none}.widget_leaderboard .continente_boton_submit button[type=submit]{padding:5px 10px !important}.widget_halfbanner .multicriteriasearch .tab-content .tab-pane{padding:10px 10px 16px}.widget_halfbanner .widgets_searcherwidget{width:480px;height:250px;overflow:hidden}.widget_halfbanner .rooms,.widget_halfbanner .number_people,.widget_halfbanner .num_nights,.widget_halfbanner .datepick-trigger{display:none}.widget_halfbanner .destiny{float:none}.external .selectplusinfoicon .infoicon{display:none}@media(max-height:90px){.external .multicriteriasearch .tab-content .tab-pane{padding:5px 5px 6px 5px !important}.external .widgets_search_hotelsearchwidget{overflow:hidden}.external fieldset{margin:0}.external .widgets_search_hotelsearchwidget .destiny{margin-bottom:0 !important;float:left}[dir='rtl'] .external .widgets_search_hotelsearchwidget .destiny{float:right}.external .destiny input[type='text'].location_input,.external .origindestiny input[type='text'].location_input{height:38px}.external .widgets_search_hotelsearchwidget .destiny input[type='text'].location_input{width:529px !important;margin-bottom:0}.external .swap{line-height:38px}.external .widgets_search_hotelsearchwidget .dates,.external .widgets_search_hotelsearchwidget .widget-hotel-search-animation{display:none}.external .widgets_search_hotelsearchwidget .continente_boton_submit{margin-bottom:0}.external .continente_boton_submit button[type=submit]{padding:5px 14px 6px !important}.external [id^="flights_"] form,.external [id^="flight_and_hotel_"] form{overflow:hidden}.external .journeyselector{display:none}.external .checkdates{display:none !important}.external .origindestiny,.external .continente_boton_submit{float:left}.external .continente_boton_submit{float:right;text-align:center}[dir='rtl'] .external .origindestiny,.external .continente_boton_submit{float:right}[dir='rtl'] .external .continente_boton_submit{float:left}.external .origindestiny{margin-bottom:0}.external [id^="flights_"] .origindestiny,.external [id^="flight_and_hotel_"] .origindestiny{margin-bottom:0}.external [id^="flights_"] .origindestiny{width:75%}.external [id^="flight_and_hotel_"] .origindestiny{width:70%}.external [id^="flights_"] .continente_boton_submit,.external [id^="flight_and_hotel_"] .continente_boton_submit{margin-bottom:0}.external [id^="flights_"] .continente_boton_submit{width:25%}.external [id^="flight_and_hotel_"] .continente_boton_submit{width:30%}.external .widget-transport-search-animation{display:none}}@media(max-width:250px){.dates .complete_date .numdia{font-size:30px}}.widgets_search_multisearcherwidget .searcher_load{text-align:center}.arrow_collapse:before{content:'';width:0;height:0;display:inline-block;vertical-align:middle;border-style:solid;border-top-color:#fff;border-right-color:transparent;border-left-color:transparent;border-bottom-color:transparent;border-width:4px 4px 0 4px;margin:0 4px 0 0}[dir='rtl'] .arrow_collapse:before{margin:0 0 0 4px}.arrow_collapse.collapsed:before{content:' ';border-width:4px 0 4px 4px;border-top-color:transparent;border-left-color:#fff;margin:0 4px}[dir='rtl'] .arrow_collapse.collapsed:before{border-width:4px 4px 4px 0}.hotel_checkdates{display:block;margin-bottom:0;width:100%;clear:both}.date-calendar-in{float:left;width:46%}[dir='rtl'] .date-calendar-in{float:right}.date-calendar-out{float:right;width:46%}[dir='rtl'] .date-calendar-out{float:left}.dates .date-calendar-container a.in_date,.dates .date-calendar-container a.out_date{width:100%;float:none;display:block}.dates .date-calendar-container label{color:#fff;font-size:14px;font-weight:300}.flightsearch_options .checkbox label,.forfait_options .checkbox label{color:#fff}.overflowHidden{overflow:hidden}

.tab-pane[id^='hotel_chain'] .destiny select,.widgets_search_hotelsearchwidget[id^='hotelchainsearchwidget'] .destiny select{color:#444;font-weight:bold;padding:5px 0}.widget_leaderboard label,.widget_square label,.widget_halfbanner label{color:#FFF}.tab-pane[id^='hotel_chain'] .destiny>.bootstrap-select.btn-group,.widgets_search_hotelsearchwidget[id^='hotelchainsearchwidget'] .destiny>.bootstrap-select.btn-group,.side_column .destiny>.bootstrap-select.btn-group{width:100% !important;margin-bottom:0 !important;margin-top:0 !important}.tab-pane[id^='hotel_chain'] .destiny>.bootstrap-select.btn-group>.btn,.widgets_search_hotelsearchwidget[id^='hotelchainsearchwidget'] .destiny>.bootstrap-select.btn-group>.btn{margin-top:0;margin-bottom:0;float:none;border:1px solid transparent;font-weight:normal;color:#676767;line-height:1}.tab-pane[id^='hotel_chain'] .destiny>.bootstrap-select.btn-group .btn .filter-option,.widgets_search_hotelsearchwidget[id^='hotelchainsearchwidget'] .destiny>.bootstrap-select.btn-group .btn .filter-option{top:12px;line-height:20px}[dir='rtl'] .tab-pane[id^='hotel_chain'] .destiny>.bootstrap-select.btn-group .btn .filter-option,[dir='rtl'] .widgets_search_hotelsearchwidget[id^='hotelchainsearchwidget'] .destiny>.bootstrap-select.btn-group .btn .filter-option{text-align:right}.bootstrap-select.btn-group .dropdown-menu li:last-child{margin-bottom:30px}.occupancy-type .bootstrap-select.btn-group .dropdown-menu li:last-child{margin-bottom:0}.tab-pane[id^='hotel_chain'] .bootstrap-select.btn-group .btn .caret{right:10px;margin-top:-5px}

.multicriteriasearch{margin-bottom:20px;background:#1e3747;padding:15px 0;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.external .multicriteriasearch{margin-bottom:0}.home_search_box .multicriteriasearch{padding:20px 0}.multicriteriasearch .nav{margin-bottom:0}.multicriteriasearch .nav-tabs{margin-bottom:0;border-bottom:0;font-size:0}@media(max-width:767px){.multicriteriasearch .nav-tabs,.wide_searcher .multicriteriasearch .nav-tabs{padding:0;border-left:solid 15px transparent;border-right:solid 15px transparent;overflow-y:hidden;overflow-x:auto;white-space:nowrap;max-width:100%;height:90px}.multicriteriasearch .nav-tabs::-webkit-scrollbar{display:none}}@media(min-width:768px){.multicriteriasearch .nav-tabs{padding:0 15px;min-height:85px}}.home_search_box .multicriteriasearch .nav-tabs{margin-bottom:0}.multicriteriasearch .nav-tabs li{margin:0;margin-right:10px;height:40px;width:40px;display:inline-block;float:none;vertical-align:top}[dir='rtl'] .multicriteriasearch .nav-tabs li{margin-right:0;margin-left:10px}.multicriteriasearch .nav-tabs li:last-child{margin-left:0;margin-right:0}@media(min-width:768px){.multicriteriasearch .nav-tabs li,[dir='rtl'] .multicriteriasearch .nav-tabs li{height:60px;min-width:70px;width:auto}}.home_search_box .multicriteriasearch .nav-tabs li,.home_search_box .multicriteriasearch .nav-tabs>.active,[dir='rtl'] .home_search_box .multicriteriasearch .nav-tabs li,.home_search_box .multicriteriasearch .nav-tabs>.active{background:transparent}.multicriteriasearch .nav-tabs .active{background:transparent}.home_search_box .multicriteriasearch .nav-tabs li.active{border-top:0;border-left:0;border-right:0}.home_search_box .multicriteriasearch .nav-tabs>li>a,.home_search_box .multicriteriasearch .nav-tabs>li>a:hover,.home_search_box .multicriteriasearch .nav-tabs>li>a:focus{-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;border-top-left-radius:3px;border-top-right-radius:3px}.multicriteriasearch .nav-tabs>li>a{color:#fff;position:relative;display:block;padding:10px;font-size:14px;background:transparent;margin:0;line-height:1;border:0;border-radius:6px;font-weight:300;text-decoration:none;background-position:center top;background-repeat:no-repeat;text-align:center;height:40px}@media(min-width:768px){.multicriteriasearch .nav-tabs>li>a{height:60px}}.multicriteriasearch .nav-tabs>li>a .icon-multisearcher-tab{border-radius:0;position:static;display:block;margin:0 auto 7px;padding:0;width:20px;height:20px;zoom:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;line-height:20px;font-size:20px;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;overflow:hidden}@media speech{.multicriteriasearch .nav-tabs>li>a .icon-multisearcher-tab{speak:none}}.multicriteriasearch .nav-tabs>li>a:hover,.multicriteriasearch .nav-tabs>li>a:focus{text-decoration:none;background-color:transparent;outline:0}.multicriteriasearch .nav-tabs>li>a,.multicriteriasearch .nav-tabs>li>a:hover,.multicriteriasearch .nav-tabs>li>a:focus{color:#fff;background-color:rgba(255,255,255,0.2)}.home_search_box .multicriteriasearch .nav-tabs>li>a,.home_search_box .multicriteriasearch .nav-tabs>li>a:hover,.home_search_box .multicriteriasearch .nav-tabs>li>a:focus{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;background-color:rgba(255,255,255,0.2);border:0;border-bottom-color:transparent}.home_search_box .multicriteriasearch .nav-tabs>li.active>a,.home_search_box .multicriteriasearch .nav-tabs>li.active>a:hover,.home_search_box .multicriteriasearch .nav-tabs>li.active>a:focus,.multicriteriasearch .nav-tabs>li.active>a,.multicriteriasearch .nav-tabs>li.active>a:hover,.multicriteriasearch .nav-tabs>li.active>a:focus{border:0}.multicriteriasearch .nav-tabs>li.active>a,.multicriteriasearch .nav-tabs>li.active>a:hover,.multicriteriasearch .nav-tabs>li.active>a:focus{background-color:rgba(255,255,255,0.2)}.multicriteriasearch .nav-tabs li a .icon-multisearcher-icon,.multicriteriasearch .nav-tabs li a .icon-multisearcher-icon *{width:100%;height:100%;fill:#fff}.multicriteriasearch .nav-tabs li.multicriteria_search_flight_and_hotel_tab a .icon-multisearcher-tab{width:30px}@media(max-width:767px){.multicriteriasearch .nav-tabs li.multicriteria_search_flight_and_hotel_tab a .icon-multisearcher-tab{margin-left:-5px}[dir='rtl'] .multicriteriasearch .nav-tabs li.multicriteria_search_flight_and_hotel_tab a .icon-multisearcher-tab{margin-right:-5px}}.multicriteriasearch .nav-tabs li.multicriteria_search_train_and_hotel_tab a .icon-multisearcher-tab{width:35px}@media(max-width:767px){.multicriteriasearch .nav-tabs li.multicriteria_search_train_and_hotel_tab a .icon-multisearcher-tab{margin-left:-8px}}.multicriteriasearch .nav-tabs li.multicriteria_search_flight_and_hotel_tab a .icon-multisearcher-tab .icon-multisearcher-icon{height:30px;margin-top:-6px}.multicriteriasearch .nav-tabs li.multicriteria_search_train_and_hotel_tab a .icon-multisearcher-tab .icon-multisearcher-icon{height:35px;margin-top:-6px}@media(max-width:767px){.multicriteriasearch{position:relative}.multicriteriasearch .nav-tabs>li,.multicriteriasearch .nav-tabs>li>a{position:static}.multicriteriasearch .nav-tabs>li>a>span:not(.icon-multisearcher-tab){display:none}.multicriteriasearch .nav-tabs>li.active>a>span:not(.icon-multisearcher-tab){display:block;z-index:1;position:absolute;top:68px;left:15px;font-size:16px;line-height:1.4}}.multicriteriasearch .tab-content{background:transparent;padding:0;margin:0;position:relative}.multicriteriasearch .tab-content .tab-pane{padding:0 15px;background:transparent}.home_search_box .multicriteriasearch .tab-content .tab-pane,.homeviajes_search_box .multicriteriasearch .tab-content .tab-pane,.multicriteriasearch .tab-content .tab-pane{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border-width:0}#internal_search_wrapper{margin:20px auto}@media(min-width:768px){#internal_search_wrapper{width:600px}}