@font-face {
    font-family: "Source Sans Pro";
    src: url(./fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf);
}

@font-face {
    font-family: "Source Sans Pro Bold";
    src: url(./fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf);
}

body {
    color: #313131;
    font-family: "Source Sans Pro", sans-serif !important;
    font-size: 16px;
    font-weight: 400;
}

h2 {
    font-weight: 600;
    font-size: 32px;
    color: #4f4f4f;
}
h3 {
    font-weight: 700;
    font-size: 24px;
    color: #4f4f4f;
}
h4 {
    font-weight: 700;
    font-size: 22px;
    color: #4f4f4f;
}
h5 {
    font-weight: 700;
    font-size: 20px;
    color: #4f4f4f;
}
h6 {
    font-weight: 700;
    font-size: 17px;
    color: #4f4f4f;
}
p {
    font-size: 17px;
    line-height: 28px;
}
p a {
    color: #2c80ab;
    font-weight: 700;
}
p a:hover {
    color: #f5711f;
    text-decoration: none;
}
.bg-gray {
    background-color: #f5f5f5;
}
.bg-light-blue {
    background-color: #d5e6ee;
}
.site-header {
    position: relative;
    z-index: 1024;
    padding-bottom: 1px;
}
.site-header .hero-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
.bar {
    padding: 40px 0;
}
.bar .nav {
    margin-left: auto;
    justify-content: flex-end;
}
.bar .nav .nav-item {
    position: relative;
}
.bar .nav .nav-item .nav-link {
    color: #fff;
}
.bar .nav .nav-item:not(:last-child):after {
    height: 17px;
    width: 1px;
    background-color: #fff;
    content: "";
    position: absolute;
    right: 0;
    top: 13px;
}
.bar .nav .nav-item .icon {
    display: none;
    height: 35px;
    width: 35px;
    background-color: #2c80ab;
    background-position: center;
    background-repeat: no-repeat;
}
.bar .nav .nav-item .icon.icon-phone {
    background-image: url(../images/phone-call.svg);
    background-size: 22px;
}
.bar .nav .nav-item .icon.icon-support {
    background-image: url(../images/support.svg);
    background-size: 22px;
}
.tab-links-wrap {
    height: 42px;
}
.tab-links-wrap.sticked-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1030;
    background: #1a5776;
    padding: 10px 15px;
    height: 58px;
}
.nav.nav-tabs {
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    height: 50px;
}
.nav.nav-tabs .nav-item {
    margin-bottom: 0;
    margin-right: 5px;
}
.nav.nav-tabs .nav-item .nav-link {
    background-color: #1a5776;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.nav.nav-tabs .nav-item .nav-link .fa {
    color: #8db7d0;
    margin-right: 5px;
}
.nav.nav-tabs .nav-item .nav-link:focus,
.nav.nav-tabs .nav-item .nav-link:hover {
    border-color: #1a5776;
}
.nav.nav-tabs .nav-item .nav-link.active {
    background-color: #e2e6ea;
    border-color: #e2e6ea;
    color: #2c80ab;
}
.nav.nav-tabs .nav-item .nav-link.active:focus,
.nav.nav-tabs .nav-item .nav-link.active:hover {
    background-color: #e2e6ea;
    border-color: #e2e6ea;
    color: #2c80ab;
}
.nav.nav-tabs .nav-item.dropdown .dropdown-menu {
    background: #1a5776;
    border-color: #1a5776;
}
.nav.nav-tabs .nav-item.dropdown .dropdown-menu .dropdown-item {
    color: #fff;
    padding: 10px 15px;
}
.nav.nav-tabs .nav-item.dropdown .dropdown-menu .dropdown-item.active {
    display: none;
}
.nav.nav-tabs .nav-item.dropdown .dropdown-menu .dropdown-item:active {
    background-color: #1a5776;
}
.nav.nav-tabs .nav-item.dropdown .dropdown-menu .dropdown-item .fa {
    margin-right: 5px;
    width: 25px;
}
.form-tab {
    margin-bottom: 32px;
}
.form-tab .tab-content {
    background-color: #e2e7ea;
    border-radius: 0 5px 5px 5px;
    padding: 20px 24px 24px 24px;
}
.form-tab .form-title {
    color: #1a5776;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px;
}
.form-tab h5 {
    text-align: center;
}
.form-tab .info-box img {
    display: block;
    height: auto;
    margin: 15px auto;
    max-width: 100%;
}
.form-tab .info-box p {
    margin-bottom: 0;
}
.form-row .form-group label {
    font-size: 18px;
    color: #000000 !important;
    font-weight: 600;
}
.form-row .form-group .form-control {
    font-size: 18px;
    padding-bottom: 5px;
    padding-top: 5px;
    height: 50px;
    border-radius: 10px;
}
.form-row .form-group .form-control:focus {
    box-shadow: none;
    border-color: #fff;
}
.form-row .form-group .custom-select {
    background-color: #f5f5f5;
    font-size: 16px;
    padding-bottom: 5px;
    padding-top: 5px;
    height: 50px;
    border-radius: 10px;
}
.form-row .form-group .custom-select:focus {
    box-shadow: none;
    border-color: #f5f5f5;
}
.form-row .form-group .btn.btn-primary {
    background-color: #f5711f;
    border-color: #f5711f;
}
.form-row .form-group .btn.btn-lg {
    font-size: 24px;
    padding: 10px 25px;
}
.form-row .form-group .btn .fa {
    margin-right: 5px;
}
.form-row .form-group p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
}
.form-row .form-group .custom-control-label::before {
    background-color: transparent;
    border-width: 2px;
    border-radius: 0;
    border-color: #4f4f4f;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: none;
}
.form-row .form-group .custom-checkbox .custom-control-input:checked ~ .custom-control-label {
    user-select: none;
}
.form-row .form-group .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='rgb(0,0,0)' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>");
    top: 50%;
    transform: translateY(-50%);
}
.form-row:last-child .form-group {
    margin-bottom: 0;
}
.section {
    padding: 32px 0;
}
.section h2 {
    margin: 0 0 16px;
    line-height: 1;
}
.card.card-overlay {
    position: relative;
    border: 0;
    -o-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    -ms-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    -moz-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.card.card-overlay .card-image {
    position: relative;
    z-index: 1;
}
.card.card-overlay .card-image:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    z-index: 1;
    width: 100%;
}
.card.card-overlay .card-image img {
    display: block;
    height: auto;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}
.card.card-overlay .card-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    z-index: 3;
    display: block;
}
.card.card-overlay .card-link {
    color: #fff;
}
.card.card-overlay:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    transform: scale(1.02);
}
.infobox {
    margin-top: 16px;
}
.infobox p {
    font-size: 20px;
    font-style: italic;
    margin-bottom: 0;
}
.img-group {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px auto;
    border-radius: 10px;
    max-width: 355px;
}
.img-group .img {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.img-group .img img {
    margin: 10px auto;
}
#destinations .destinations-links,
#hotel_destinations .destinations-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
#destinations .destinations-links ul,
#hotel_destinations .destinations-links ul {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
}
#destinations .destinations-links ul li,
#hotel_destinations .destinations-links ul li {
    list-style: none;
}
#destinations .destinations-links ul li a,
#hotel_destinations .destinations-links ul li a {
    color: #2c80ab;
    font-weight: 600;
    line-height: 26px;
}
#destinations .destinations-links ul li a:hover,
#hotel_destinations .destinations-links ul li a:hover {
    color: #1a5776;
    text-decoration: none;
}
#destinations #us-destinations,
#hotel_destinations #us_hotel_destinations {
    margin-bottom: 24px;
}

#hotel_destinations h2:before {
    background: url(../img/footer_row_1_icon.png) no-repeat;
    content: ' ';
    display: inline-block;
    height: 36px;
    margin: 0 10px 0 5px;
    vertical-align: middle;
    width: 29px;    
}

.widget .widget-title {
    font-weight: 700;
    font-size: 18px;
    color: #313131;
}
.widget ul {
    margin: 0;
    padding: 0;
}
.widget ul li {
    list-style: none;
}
.widget ul li a {
    color: #2c80ab;
    line-height: 22px;
}
.widget ul li a:hover {
    color: #f5711f;
    text-decoration: none;
}
.widget a[href*="tel:"] {
    margin-bottom: 20px;
    line-height: 30px;
    font-weight: 700;
    font-size: 39px;
    display: block;
    color: #4f4f4f;
}
.widget a[href*="tel:"]:hover {
    color: #1a5776;
    text-decoration: none;
}
.socialmediawidget ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}
.socialmediawidget ul li {
    list-style: none;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: auto;
    margin-right: 5px;
}
.socialmediawidget ul li a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    line-height: 38px;
    text-align: center;
    display: block;
    font-size: 18px;
    color: #fff;
    -o-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    -ms-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    -moz-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.socialmediawidget ul li a:hover {
    color: #fff;
    transform: translateY(-3px);
}
.socialmediawidget ul li a.fa-facebook {
    background-color: #3e5999;
}
.socialmediawidget ul li a.fa-twitter {
    background-color: #2ca7e3;
}
.socialmediawidget ul li a.fa-pinterest-p {
    background-color: #c72513;
}
.site-footer {
    padding: 0 0 35px;
}
.site-footer .widget {
    margin: 15px 0;
}
.site-footer .socialmediawidget {
    margin-top: 42px;
}
.site-footer hr {
    margin: 35px 0;
}
.foobar img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
}

.compare-travel-websites .ui-datepicker.ui-widget-content {
    box-shadow: 0 0 12px #6a6a6a;
    background-color: #fff;
    background-image: none !important;
    border: 0 !important;
}

.compare-travel-websites .ui-datepicker * {
    background-color: #fff !important;
}

.compare-travel-websites .ui-datepicker-header {
    border-color: transparent;
    background: none;
}

.compare-travel-websites .ui-datepicker-calendar th {
    padding-top: 5px !important;
}

.compare-travel-websites .ui-datepicker .ui-state-default {
    color: #000 !important;
}

.compare-travel-websites .ui-datepicker .ui-state-default.ui-state-disabled {
    opacity: 1;
}

.compare-travel-websites .ui-datepicker .ui-state-default.ui-state-disabled span {
    color: #d6d6d6 !important;
}


@media (min-width: 769px) {
    .nav.nav-tabs .nav-item.dropdown {
        display: none;
    }
}
@media (min-width: 1260px) {
    .container {
        max-width: 1200px;
    }
}
@media (max-width: 1199px) {
    h2 {
        font-size: 32px;
    }
    .section {
        padding: 32px 0;
    }
    .section h2 {
        margin-bottom: 24px;
        line-height: 1;
    }
    .infobox {
        margin-top: 16px;
    }
    #destinations #us-destinations {
        margin-bottom: 30px;
    }
    .form-row .form-group label {
        font-size: 16px;
        color: #4f4f4f;
        font-weight: 600;
    }
    .widget a[href*="tel:"] {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 20px;
    }
    .bar {
        padding: 10px 0;
    }
    .bar .nav span {
        display: none;
    }
    .bar .nav .nav-item:after {
        display: none;
    }
    .bar .nav .nav-item .icon {
        display: block;
        border-radius: 50%;
    }
    .bar .nav .nav-item .nav-link {
        padding: 0 5px;
    }
    .form-tab {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .section {
        padding: 32px 0;
        line-height: 1;
    }
    .section h2 {
        margin-bottom: 24px;
    }
    #popular-flights-from .col:not(:last-child) {
        margin-bottom: 30px;
    }
    .site-footer {
        padding: 0 0 25px;
    }
    .site-footer .col:last-child .widget {
        text-align: center;
    }
    .site-footer .col:last-child .socialmediawidget {
        text-align: center;
        margin-top: 15px;
    }
    .site-footer .col:last-child .socialmediawidget ul {
        justify-content: center;
    }
    .site-footer .col:last-child .socialmediawidget ul li {
        margin: 0 5px;
    }

    .blog-container .container {
        max-width: 98%;
    }

    .blog-container .container h4,
    .blog-container .container p  {
        margin-left: 60px !important;
    }

    .blog-container .offers {
        background-size: 50px !important;
    }

    .blog-container .offers > * {
        margin-left: 65px !important;
    }
}
@media (max-width: 768px) {
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 18px;
    }
    .infobox {
        margin-top: 15px;
    }
    .infobox p {
        font-size: 16px;
    }
    .form-tab .form-title {
        font-size: 22px;
    }
    #destinations .destinations-links ul,
    #hotel_destinations .destinations-links ul {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #destinations .destinations-links ul:nth-child(1),
    #hotel_destinations .destinations-links ul:nth-child(1) {
        order: 1;
    }
    #destinations .destinations-links ul:nth-child(3),
    #hotel_destinations .destinations-links ul:nth-child(3) {
        order: 2;
    }
    #destinations .destinations-links ul:nth-child(2),
    #hotel_destinations .destinations-links ul:nth-child(2) {
        order: 3;
    }
    #destinations .destinations-links ul:nth-child(4),
    #hotel_destinations .destinations-links ul:nth-child(4) {
        order: 4;
    }
    #destinations #us-destinations {
        margin-bottom: 15px;
    }
    .site-footer {
        padding: 0px 0 15px;
    }
    .site-footer .widget {
        text-align: center;
    }
    .site-footer hr {
        margin: 0 0 15px 0;
    }
    .nav.nav-tabs .nav-item:not(.current-page-nav-item):not(.dropdown) {
        /* display: none; */
    }
    .sticked-nav .nav.nav-tabs .nav-item .nav-link {
        font-size: 14px;
        border-radius: 5px;
        padding: 0.5rem;
    }

    .trip-type-controls + .d-none {
        display: none !important;
    }

    .left-input,
    .right-input {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.autocomplete-suggestions {
    border: 1px solid #999;
    cursor: default;
    overflow: auto;
    font-size: 0.8em;
    background: #fff;
    padding: 0.4em;
    border-radius: 0 4px 4px 4px;
    border: 1px solid #ddd;
    border-top: 0;
    box-shadow: 0 0 9px -4px #000;
}
.autocomplete-suggestion {
    padding: 10px 5px;
    font-size: 1.2em;
    white-space: nowrap;
    overflow: hidden;
}
.autocomplete-suggestion strong {
    color: #000;
    font-weight: 700;
}
.autocomplete-selected {
    background-color: #f0f0f0;
}
.datepickers-container {
    z-index: 9999;
}
.btn-join {
    background: #f58037;
    color: #fff !important;
    display: inline-block;
    padding: 10px 25px;
    font-weight: 700;
    font-size: 18px !important;
}
.btn-join:hover {
    opacity: 0.9;
}
.hidden {
    display: none !important;
}
.message-content {
    padding: 0 20px 20px;
}
.message-content.error {
    color: #e43b3b;
}
.checkmark-svg {
    width: 100%;
    height: 71%;
    margin-top: 6px;
    color: #00b86b;
}
.checkmark-icon {
    display: inline-block;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    border: 4px solid #00b86b;
    vertical-align: text-bottom;
    margin-right: 20px;
}
.message-container {
    display: inline-block;
    margin-right: 25px;
    text-align: left;
}
.message-container .heading {
    color: #28303d;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 20px;
    font-family: Tahoma, Helvetica, sans-serif;
    font-weight: 400;
}
.sub-heading {
    line-height: 18px;
    font-size: 14px;
}
#success_message {
    width: 100%;
    text-align: center;
    margin-top: 18px;
}
.datepicker--cell.-selected-.-focus- {
    background: #ca9e35 !important;
    color: #fff !important;
}
.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
    color: #ca9e35;
    background: #f9f3cc;
    border: 1px solid #f3d893 !important;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade-,
.datepicker--cell.-disabled- {
    color: #9e9e9e;
}
.form-control.is-invalid {
    background-image: none !important;
}
@media (min-width: 991px) {
    .autocomplete-suggestions {
        width: 540px !important;
    }
}

/** Calendar changes **/
div#ui-datepicker-div {
    width: 300px !important;
    margin-top: 54px;
}

#ui-datepicker-div{
    width: 290px !important;
    padding: 0 0.2rem;
    margin-top: 54px;
}

@media (min-width: 768px) {
    div#ui-datepicker-div{
        width: 580px !important;
        padding: 0 0.2rem;
    }
}

#ui-datepicker-div *{
    font-size:13px;
    padding: 0 1px;
}

.tab__checkbox > .fa-square-o,
.tab__checkbox > .fa-check-square-o {
    width: 14px;
    height: 14px;
    background-color: #fff;
    line-height: 0.9;
}

#ui-datepicker-div .ui-datepicker-header {
    position: relative;
    width: 100%;
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all {
    border: 2px solid rgba(245, 113, 31, 0.35);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 0;
    padding: 5px;
    transition: all 125ms ease-in-out;
}

/* controls */

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
    position: absolute;
    right: 0;
}

#ui-datepicker-div .ui-datepicker-next,
#ui-datepicker-div .ui-datepicker-prev {
    background-position: 1px 1px;
    width: 12px;
    height: 17px;
    margin-left: -4px;
    background-size: 8px;
    background-color: inherit;
    margin: 0 2px;
}

#ui-datepicker-div .ui-datepicker-next .ui-icon,
#ui-datepicker-div .ui-datepicker-prev .ui-icon {
   display: none;
}

#ui-datepicker-div .ui-datepicker-next:before {
    content: '➔';
    color: rgba(245, 113, 31, 0.8);
    position: absolute;
    top: 10px;
    left: 5px;
}

#ui-datepicker-div .ui-datepicker-prev:before {
    content: '➔';
    color: rgba(245, 113, 31, 0.8);
    position: absolute;
    top: 10px;
    left: 5px;
    transform: rotate(180deg);
}

#ui-datepicker-div .ui-datepicker-prev {
    position: absolute;
    left: 0;
}

/* controls */


#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
    color: #f5711f;
    display: flex;
    justify-content: center;
    font-weight: bolder;
    font-size: 14px !important;
    font-family: HelveticaNeue-Light,'Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
}

#ui-datepicker-div .ui-datepicker-calendar {
    font-weight: 600 !important;
    font-size: 12px !important;
    color: #f5711f;
    font-family: HelveticaNeue-Light,'Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
}


#ui-datepicker-div .ui-state-default {
    background: none !important;
    border: 0 !important;
    text-align: center;
    min-height: 32px;
    min-width: 32px;
    line-height: 32px;
    font-size: 14px !important;
    font-weight: normal;
}

#ui-datepicker-div .ui-state-default.ui-state-active {
    background-color: #f5711f !important;
    color: #fff !important;
    border-radius: 5px;
}

#ui-datepicker-div .ui-datepicker-group-first {
    border-right: 1px solid rgba(0,0,0,0.1);
    padding: 4px 8px;
}

#ui-datepicker-div .ui-datepicker-group-last {
    padding: 4px 8px;
}


/*** end ***/


.tab__checkbox {
    left: -30px;
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    width: 21px;
    height: 21px;
    border: 1px solid #000;
    background-color: #fff;
}
.item-row {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    margin-left: 30px;
    background: #ffffff;
    box-shadow: 1px 2px 2px #9a9a9a;
    cursor: pointer;
}

.item-image {
    width: 155px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    vertical-align: top;
    border-radius: 6px;
    margin-left: 10px;
    background-color: #ffffff;
}

.item-view {
    width: 118px;
    margin-left: 10px;
}

.item-img-group {
    position: relative;
    background-color: rgba(177, 177, 183, .9);
    padding: 10px;
    padding-bottom: 60px;
}

.item-block {
    width: 100%;
    overflow: hidden;
    transition: height .3s;
}

.compare-btn {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: auto;
    width: 86%;
}

.show-more,
.show-less {
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    bottom: 73px;
    left: 25px;
    font-size: 14px;
    transition: color .2s;
}

.show-more:hover,
.show-less:hover {
    color: #f5711f;
}

.item-title {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 10px;
}

.info-box .btn {
    background-color: #f5711f;
    border-color: #f5711f;
    color: #ffffff;
    outline: none !important;
    box-shadow: none !important;
    transition: all .2s;
}

.info-box .btn:hover {
    background-color: #bb4801;
}

.input-item {
    position: relative;
}

.input-item input {
    padding-left: 40px;
}

.input-item .input-icon {
    position: absolute;
    bottom: 7px;
    left: 10px;
    font-size: 36px;
}

.trip-type {
    font-size: 20px;
    color: #4f4f4f;
    font-weight: 600;
    cursor: pointer;
    margin-right: 20px;
}

.trip-type input {
    position: absolute;
    visibility: hidden;
}

.trip-type span {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 2px solid #4f4f4f;
    border-radius: 50%;
    vertical-align: sub;
    position: relative;
    margin-right: 5px;
}

.trip-type input:checked + span:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    margin: auto;
    background-color: #4f4f4f;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.trip-type-block {
    padding: 0 5px;
    margin: 5px 0 10px;
}

.trip-type-controls input {
    display: none;
}

.trip-type-controls {
    margin-top: 5px;
}

.trip-type-controls input + label {
    background-color: #f5f5f5;
    font-size: 16px !important;
    padding-bottom: 5px;
    padding-top: 5px;
    height: 43px;
    display: inline-block;
    border-radius: 10px 0 0 10px;
    width: 100px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}

.trip-type-controls input:last-of-type + label {
    border-radius: 0 10px 10px 0;
}

.trip-type-controls input:checked + label {
    background-color: #1a5776;
    color: #ffffff !important;
}

.datepicker-block input {
    padding-left: 0;
    text-align: center;
}


.datepicker-block select {
    appearance: none;
}


.datepicker-block .input-item .input-icon {
    font-size: 34px;
    bottom: 9px;
}

/* rooms-part */
.rooms-part {
    width: 100%;
    /*margin-left: 5px;*/
    position: relative;
    cursor: pointer;
}

.rooms-part label,
.datepicker-block label,
.form-destination label {
    padding: 5px 0;
}

.rooms-part i.fa-angle-down {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 30px;
}


/* Cabin part */
.cabin-part {
    width: calc(100% - 10px);
    margin-left: 5px;
    position: relative;
    cursor: pointer;
}

.cabin-part label,
.datepicker-block label,
.form-destination label {
    padding: 5px 0;
}

.cabin-part #cabinTravelersText {
    padding: .375rem .75rem;
    font-size: 18px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 30px;
    height: 50px;
    border-radius: 10px;
    width: 100%;
    background: #fff;
    cursor: pointer;
}

.cabin-part i.fa-angle-down {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 30px;
}

.relative {
    position: relative;
}

.cabin-dropdown-part {
    position: absolute;
    background-color: #ffffff;
    bottom: 56px;
    width: 280px;
    right: 5px;
    box-shadow: 0 3px 12px 1px rgba(0,0,0,0.26);
    border-radius: 10px;
    min-height: 230px;
    padding: 0 15px;
    display: none;
}

.cabin-dropdown-part .dropdown-close {
    position: absolute;
    right: 9px;
    top: -7px;
    font-size: 30px;
    cursor: pointer;
    transition: color .2s;
}

.cabin-dropdown-part .dropdown-close:hover {
    color: #383838;
}

.cabin-dropdown-part .dropdown-item-title {
    font-family: sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #535964;
    letter-spacing: .6px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.cabin-dropdown-part .cabin-dropdown-block {
    border-bottom: 1px solid #e3e4e6
}

.cabin-dropdown-part .cabin-dropdown-item {
    padding: 5px 16px;
    margin-right: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    float: left;
    font-size: 13px;
    text-transform: uppercase;
    border: 2px solid transparent;
    transition: border-color .2s;
}

.cabin-dropdown-part .cabin-dropdown-item:hover,
.cabin-dropdown-part .cabin-dropdown-item.active {
    border-color: #f5711f;
}

.cabin-dropdown-part .travelers-dropdown-item-name {
    display: inline-block;
    font-size: 12px;
    color: #535963;
    font-family: sans-serif;
}

.travelers-dropdown-item:first-child {
    border-bottom: 1px solid #e3e4e6;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.travelers-dropdown-item:last-child {
    margin-bottom: 30px;
}

.travelers-dropdown-item-name span {
    font-size: 10px;
    color: #c3c3c3;
    margin-left: 7px
}

.travelers-dropdown-item-control {
    float: right;
}

.travelers-dropdown-item-control-minus,
.travelers-dropdown-item-control-plus {
    border: 1px solid #f5711f;
    color: #f5711f;
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.travelers-dropdown-item-control-minus.disabled,
.travelers-dropdown-item-control-plus.disabled {
    background: #ddd;
    color: #ffffff;
    border-color: #ddd;
    cursor: default;
}

.travelers-dropdown-item-control-minus:not(.disabled):before,
.travelers-dropdown-item-control-plus:not(.disabled):before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 23px;
    height: 23px;
    transform: translate(-50%,-50%) scale(0);
    transition: transform 150ms ease-in-out;
    background: #f5711f;
}

.travelers-dropdown-item-control-minus:hover,
.travelers-dropdown-item-control-plus:hover {
    color: #ffffff;
}

.travelers-dropdown-item-control-minus:hover:before,
.travelers-dropdown-item-control-plus:hover:before {
    transform: translate(-50%,-50%) scale(1);
    transition-delay: 0s;
}

.travelers-dropdown-item-control-minus i,
.travelers-dropdown-item-control-plus i {
    position: relative;
}

.travelers-dropdown-item-control-number {
    display: inline-block;
    font-size: 20px;
    height: 20px;
    line-height: 23px;
    margin: 0 5px;
    vertical-align: top;
}

#search,
.search-rental-cars{
    margin-top: 25px;
}

.item-select-text {
    height: 100%;
    width: 80px;
    top: 0px;
    right: 25px;
    background-color: #06c;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    position: absolute;
}

.hide-item-block {
    position: absolute;
    top: -23px;
    right: -10px;
    color: #e2e2e2;
    font-size: 25px;
    cursor: pointer;
    display: none;
}

.mav-partner {
    background-position: 34px 50%;
    background-size: 115px;
    position: relative;
    background-repeat: no-repeat;
    cursor: pointer;
    border: none;
    transition: opacity 1s ease, border-color 0.15s ease, outline 0.15s ease;
    height: 35px;
}

#exitpopup_bg {
    display: none;
    width:100%; 
    height:100%; 
    top: 0;
    position:fixed; 
    background:#000000; 
    opacity: .8; 
    filter:alpha(opacity=0.8); 
    z-index:999998;
}

#exitpopup_bg i {
    color: #cccccc;
    font-size: 30px;
    float: right;
    margin-right: 19px;
    margin-top: 7px;
    cursor: pointer;
    transition: color .2s;
}

#exitpopup_bg i:hover {
    color: #ffffff;
}

#exitpopup {
    display: block;
    background: #ffffff;
    width: 95%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    height: auto;
    display: none;
    position: fixed;
    color:#ffffff;
    border-radius: 4px;
    overflow: hidden;
    z-index:999999;
}

.popup-left-side {
    background-color: #014399;
    padding: 20px;
}

.popup-left-side img {
    display: block;
    margin: 0 auto;
}

.popup-left-side .left-side-text {
    margin-top: 20px;
    padding: 0 10px;
}

.popup-header img {
    width: 200px;
}

.popup-container {
    padding: 20px 35px 40px;
}

.popup-travel-sites-text {
    color: #000000;
    font-size: 18px;
    text-align: center;
}

.popup-line {
    border-top: 3px solid #014399;
    margin: 5px 0;
}

.popup-info {
    overflow: hidden;
    color: #000000;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    width: 200px;
}

.popup-info i {
    margin-right: 10px;
}

.popup-info span {
    font-size: 15px;
}

.popup-items {
    vertical-align: top;
    text-align: center;
    max-height: 370px;
    overflow: hidden;
    overflow-y: auto;
    width: 290px;
    margin: 0 auto;
}

.popup-container button.compare_all {
    background-color: #00a900;
    width: 170px;
    border-radius: 3px;
    height: 41px;
    padding: 0;
    margin: 5px;
    color: #ffffff;
    border: none;
}

.popup-container button.compare_all[disabled] {
    background-color: #b1d0b1;
}

.compare_all span {
    background: #dedede;
    color: #00a900;
    width: 22px;
    font-size: 15px;
    height: 22px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    right: -9px;
    top: -1px;
}

#exitpopup .item {
    width: 170px;
    height: 41px;
    padding-top: 2px;
    background-color: white;
    position: relative;
    outline: none;
    border-radius: 3px;
    border: 1px solid #8e8e8e;
    display: inline-block;
    margin: 5px 0;
    box-shadow: -1px 1px 1px #777777;
    display: inline-block;
}

#exitpopup .item:hover,
.select-all:hover {
    background-color: #d9f3ff;
    border: 1px solid #0a84c1;
}

#exitpopup .item.checked-item {
    background-color: #e8f8eb;
    border-color: #2bbb42;
}


#exitpopup .item .mav-partner {
    box-shadow: none;
}

.select-all {
    color: #000000;
    outline: none !important;
    text-align: center;
    width: 170px;
    line-height: 37px;
    height: 41px;
    border-radius: 3px;
    border: 1px solid #8e8e8e;
    background: #ffffff;
    font-weight: normal;
    font-size: 16px;
    cursor: pointer;
    margin: 5px;
    position: relative;
    display: none;
}

.popup-container .popup-buttons {
    text-align: center;
    margin-top: 10px;
    border-top: 2px solid #014399;
    margin: 15px 0 0;
    padding-top: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

/********** Popup checkbox **********/

.popup-checkbox {
    position: absolute;
    top: 8px;
    left: -10px;
    cursor: pointer;
}

.popup-checkbox input[type="checkbox"] {
    opacity: 0;
}

.popup-checkbox label:before{
    content: "";
    display: inline-block;
    height: 18px;
    width: 18px;
    border: 1px solid #656565;
    border-radius: 3px;
}

.popup-checkbox label:after {
    content: "";
    display: inline-block;
    height: 9px;
    width: 19px;
    border-left: 4px solid #00a900;
    border-bottom: 4px solid #00a900;
    transform: rotate(-45deg);
    margin-top: -4px;
    margin-left: -1px;
}

.popup-checkbox label {
    position: relative;
}

.popup-checkbox label:before,
.popup-checkbox label:after {
    position: absolute;
}

.popup-checkbox label::before {
    top: 3px;
}

.popup-checkbox label:after {
    left: 4px;
    top: 7px;
}

.popup-checkbox input[type="checkbox"] + label:after {
    content: none;
}

.popup-checkbox input[type="checkbox"]:checked + label:after {
    content: "";
}

.form-group {
    margin-bottom: .4rem !important;
}

.intent .form-group {
    margin-bottom: 20px !important;
}

.form-group label {
    margin-bottom: .2rem !important;
}

.mobile-edit-search {
    text-align: left;
    color: #ffffff;
    text-shadow: 0 0 5px #656565;
    font-size: 15px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.mobile-edit-search div:last-child {
    margin: 15px 0;
}

.breadcrumbs {
    margin-bottom: 8px;
    font-size: .75em;
}

.breadcrumbs .bc-trail {
    border-right: 1px solid #888;
    padding-right: .5em;
    margin-right: .3em;
    line-height: 1.6em;
    color: #1a5776;
}

.breadcrumbs .bc-trail:last-child {
    border: none;
}

.breadcrumbs .bc-trail.current {
    color: #000000;
}

.slide {
    background: url(../img/home_slider.png) no-repeat top;
}

.slide .preview {
    text-align: center;
    padding-top: 1.1em;
}

.slide .preview img {
    height: 258px !important;
    width: 308px !important;
    margin: 2px auto 20px;
}

.offer {
    width: 334px;
    margin-right: 0;
    margin-top: 0;
    margin: 0 auto;
    font-size: .9em;
    text-align: left;
    color: #000000;
}

.offer h4 {
    color: #000000;
    font-size: 1.5em;
    margin-top: 35px;
}

.offer p {
    line-height: normal;
}

.side-banner img {
    width: 344px;
    height: 270px;
}

.travel-deal-link-block a {
    color: #2c80ab;
    line-height: 26px;
    font-size: 18px;
    display: block;
    margin-bottom: .3em;
}

.things-to-do-block {
    padding: 0 0 0 1em;
    list-style-image: url(../img/bullet.jpg);
    color: #777;
}

.things-to-do-block li {
    margin-bottom: .3em;
    font-size: 18px;
}

.popular-destinations h3 {
    font-size: 31px;
    margin: 0 0 30px;
    font-weight: normal;
    color: #666666;
}

.popular-destinations ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 25%;
}

.popular-destinations ul li a {
    color: #2c80ab;
    font-size: 18px;
}

.image-container-link {
    position: relative;
    display: block;
    left: -50px;
}

.image-container-link .caption {
    position: absolute;
    width: 69%;
    text-align: center;
    font-size: 20px;
    line-height: 1.2em;
    color: #5e5e5e;
    font-weight: 600;
    top: 52%;
    margin-top: -56px;
    left: 2%;
    padding-right: 30px;
}

.promo-flights-img {
    position: absolute;
    top: -20px;
    right: 7px;
    width: 200px;
}

.simple-view .hide-item-block,
.flights-page .hide-item-block {
    color: #8a8a8a;
}

.simple-view .tab-content {
    background: transparent;
    padding: 25px 0;
}

.simple-view .form-tab {
    margin-top: -42px !important;
}

.simple-view .nav.nav-tabs .nav-item .nav-link.active {
    background-color: #eee;
    border-color: #eee;
}

.form-email-offer-block {
    margin-top: 20px;
}

.flight-header-part {
    width: 1056px;
    margin: 0 auto !important;
}

.flight-header-part.top-part {
    padding-left: 15px;
    padding-right: 15px;
}

.compare-travel-websites:not(.simple-view) .compare-form, 
.compare-travel-websites:not(.simple-view) .compare-form + .tab-content {
    /*width: 100%;*/
    width: 637px
}

.compare-form .form-control {
    color: #000000;
}

.flights-tip-section h2 {
    color: #2b2b2b;
    font-size: 31px;
    font-weight: 400;
    margin: 0 0 30px;
}

.flights-tip-section h3 {
    font-size: 21px;
    color: #313131;
    margin: 1em 0;
}

.flights-tip-section h3.title {
    color: #666;
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 30px;
}

.flights-tip-section p,
.flights-tip-section div {
    font-size: 18px;
    line-height: normal;
    color: #000000 !important;
}

.travel-deal-block h3 {
    color: #666;
    font-size: 31px;
    font-weight: 400;
    margin: 0 0 30px;
}

.travel-deal-block .infobox,
.simple-view-item .infobox {
    margin: 0;
    min-height: 148px;
}

.travel-offer-block {
    background-color: #525252;
    color: white;
    text-align: center;
    padding: 16px 0;
    display: none;
}

.travel-offer-block h3 {
    color: white;
    text-align: center;
    margin: 0;
    padding: 0;
}


.simple-view-item h3 {
    text-align: left !important;
    color: #666;
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 30px;
}

.simple-view-item .infobox h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #313131;
}

.simple-view-item .infobox p {
    color: #313131;
}

.flights-tip-section a {
    color: #042eee !important;
    font-family: "Source Sans Pro Bold";
}

.flights-tip-section a:hover {
    text-decoration: underline;
}

@media (max-width: 1200px) {
    .flight-header-part {
        width: auto;
        justify-content: center;
    }

    .container.flights-container {
        max-width: 720px;
    }

    .image-container-link {
        left: -20px;
    }
}

@media (max-width: 1024px) {
    .side-banner img {
        width: 100%;
        height: auto;
        max-height: 270px;
    }

    .image-container-link {
        left: -25px;
    }

    .image-container-link .caption {
        width: 80%;
        margin-top: -50px;
    }
}

@media (max-width: 991px) {
    .items-info-box {
        display: none;
    }

    .img-group {
        max-width: 100%;
    }

    .image-container-link .caption {
        margin-top: -32px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .compare-travel-websites {
        display: block;
    }
    
    .compare-travel-websites .form-tab {
        margin-bottom: 0;
    }

    .compare-travel-websites .tab-content {
        padding-top: 10px !important;
    }

    .compare-travel-websites .bar {
        background-color: transparent;
        padding: 12px 0;
    }

    .compare-travel-websites .form-tab .tab-content,
    .compare-travel-websites .nav-link {
        background-color: transparent !important;
    }

    .compare-travel-websites:not(.simple-view) .compare-form, 
    .compare-travel-websites:not(.simple-view) .compare-form + .tab-content {
        width: auto;
    }

    #popular-flights-from,
    .travel-resources,
    .book-your-trip,
    #exitpopup,
    #exitpopup_bg,
    .form-email-offer-block,
    .compare-travel-websites .nav-item.dropdown,
    .compare-travel-websites .nav-link i,
    .compare-travel-websites .form-title,
    .compare-travel-websites .form-destination .form-group label,
    .compare-travel-websites .form-destination .form-group i,
    .compare-travel-websites .datepicker-block i,
    .breadcrumbs,
    .flights-tip-section {
        display: none !important;
    }

    .compare-travel-websites .nav-link {
        text-shadow: 0 0 5px #656565;
        color: #ffffff !important;
        text-transform: capitalize !important;
        padding: 2px 12px;
    }

    .compare-travel-websites .tab-links-wrap .nav-tabs {
        padding: 0 22px;
    }

    .compare-travel-websites .nav-link.active,
    .compare-travel-websites .form-trip-type .trip-type-controls input:checked + label {
        position: relative;
        background: #f5711f !important;
        border: 2px solid #f57b35 !important;
        padding: 1px 12px;
        border-radius: 8px;
    }
    .compare-travel-websites .nav-link.active:after, 
    .compare-travel-websites .nav-link.active:before,
    .compare-travel-websites .form-trip-type .trip-type-controls input:checked + label:after,
    .compare-travel-websites .form-trip-type .trip-type-controls input:checked + label:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    
    .compare-travel-websites .nav-link.active:after,
    .compare-travel-websites .form-trip-type .trip-type-controls input:checked + label:after {
        border-color: rgba(245, 113, 31, 0);
        border-top-color: #f5711f;
        border-width: 10px;
        margin-left: -10px;
    }

    .compare-travel-websites .nav-link.active:before,
    .compare-travel-websites .form-trip-type .trip-type-controls input:checked + label:before {
        border-color: rgba(245, 104, 22, 0);
        border-top-color: #f56816;
        border-width: 13px;
        margin-left: -13px;
    }

    .compare-travel-websites div.compare-form {
        display: flex;
        flex-direction: column;
    }

    .compare-travel-websites .form-destination {
        order: 1;
        margin-bottom: 20px;
    }

    .compare-travel-websites .form-trip-type {
        order: 2;
        margin-bottom: 10px;
    }

    .compare-travel-websites .datepicker-block {
        order: 3;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 5px;
    }

    .compare-travel-websites .form-cobin-dropdown {
        order: 4;
        width: 100%;
        flex: 1;
    }

    .compare-travel-websites .form-search-block {
        order: 5;
    }

    .compare-travel-websites .form-email-offer-block {
        order: 6;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .compare-travel-websites .email-collapse {
        order: 7;
    }

    .compare-travel-websites .form-destination .form-group {
        margin-bottom: 0 !important;
    }

    .compare-travel-websites .form-destination .form-group input,
    .compare-travel-websites .datepicker-block .form-group input,
    .compare-travel-websites .form-cobin-dropdown input,
    .compare-travel-websites .input-item select {
        border-color: #c5c5c5 !important;
        color: #000;
        padding-left: .75rem;
        text-align: left;
        font-size: 16px !important;
        font-weight: 100;
    }



    .compare-travel-websites .form-destination .form-group #fFrom {
        border-radius: 8px 8px 0 0;
        border-bottom: 0;
    }

    .compare-travel-websites .form-destination .form-group #fTo {
        border-radius: 0 0 8px 8px;
    }


    .compare-travel-websites .form-destination .form-group #fromCity {
        border-radius: 8px 8px 0 0;
        border-bottom: 0;
    }

    .compare-travel-websites .form-destination .form-group #toCity {
        border-radius: 0 0 8px 8px;
    }

    .compare-travel-websites .form-trip-type .trip-type-controls input + label {
        background-color: transparent;
        color: #ffffff !important;
        text-shadow: 0 0 5px #656565;
        width: auto;
        height: auto;
        line-height: 25px;
        margin-right: 20px;
    }

    .compare-travel-websites .datepicker-block .form-group {
        flex: inherit;
        width: 50%;
    }

    .compare-travel-websites .form-cobin-dropdown i {
        bottom: 14px !important;
        font-size: 20px !important;
    }

    .compare-travel-websites .form-search-block button#search,
    .search-rental-cars {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
        font-weight: bold;
    }

    .compare-travel-websites .form-email-offer-block label.custom-control-label {
        color: #ffffff;
    }

    .compare-travel-websites .form-email-offer-block label.custom-control-label:before {
        background-color: #ffffff !important;
        border-color: #ffffff !important;
    }

    .compare-travel-websites .email-collapse {
        color: #ffffff
    }

    .compare-travel-websites #join_btn {
        margin-top: 10px;
    }

    .compare-travel-websites .ui-datepicker.ui-widget-content {
        box-shadow: 0 0 12px #6a6a6a;
        background-color: #fff;
        background-image: none !important;
        border: 0 !important;
    }

    .compare-travel-websites .ui-datepicker * {
        background-color: #fff !important;
    }

    .compare-travel-websites .ui-datepicker-header {
        border-color: transparent;
        background: none;
    }




    
    .compare-travel-websites .ui-datepicker-calendar th {
        padding-top: 5px !important;
    }

    .compare-travel-websites .ui-datepicker .ui-state-default {
        color: #000 !important;
    }

    .compare-travel-websites .ui-datepicker .ui-state-default.ui-state-disabled {
        opacity: 1;
    }

    .compare-travel-websites .ui-datepicker .ui-state-default.ui-state-disabled span {
        color: #d6d6d6 !important;
    }


    .compare-travel-websites .cabin-dropdown-part {
        min-width: 300px;
        width: calc(100% - 10px);
        top: 55px;
        z-index: 99;
        min-height: 300px;
    }

    .compare-travel-websites .cabin-dropdown-part .cabin-dropdown-block {
        border-bottom: 0;
    }

    .compare-travel-websites .cabin-dropdown-part .dropdown-item-title {
        font-weight: 400;
        font-size: 21px;
        margin-top: 10px;
        margin-bottom: 10px;
        color: #f5711f;
    }

    .compare-travel-websites .cabin-dropdown-part .dropdown-close {
        color: #f5711f;
        font-weight: 100;
        width: 45px;
        text-align: center;
        top: 0;
        right: 0;
    }

    .compare-travel-websites .cabin-dropdown-item-block {
        display: flex;
        justify-content: space-around;
    }

    .compare-travel-websites .cabin-dropdown-item-block .cobine-block-part {
        flex: 1;
    }

    .compare-travel-websites .cabin-dropdown-item-block .cabin-dropdown-item {
        float: none;
        color: #000;
    }

    .compare-travel-websites .cabin-dropdown-item-block .cabin-dropdown-item.active {
        border: 0;
        background-color: #f5711f;
        border-radius: 5px;
        color: #fff;
    }

    .compare-travel-websites .travelers-dropdown-item {
        display: flex;
        border: none !important;
    }

    .compare-travel-websites .travelers-dropdown-item-name {
        flex: 1;
        padding: 5px 16px;
        font-size: 13px;
        color: #000;
    }

    .compare-travel-websites .travelers-dropdown-item-name span {
        color: #000;
        font-size: 13px;
    }

    .compare-travel-websites .travelers-dropdown-item-control {
        float: none;
        flex: 1;
        padding: 5px 16px;
    }

    .compare-travel-websites .travelers-dropdown-item-control-minus, 
    .compare-travel-websites .travelers-dropdown-item-control-plus {
        border: 0;
        /*background-color: #d3d3d3 !important;*/
        background-color: rgba(0,0,0,0.2) !important;
        width: 21px;
        height: 21px;
        border-radius: 5px;
    }

    .compare-travel-websites .travelers-dropdown-item-control-minus i, 
    .compare-travel-websites .travelers-dropdown-item-control-plus i,
    .compare-travel-websites .travelers-dropdown-item-control-minus span,
    .compare-travel-websites .travelers-dropdown-item-control-plus span {
        font-size: 12px !important;
        bottom: 3px !important;
        color: #fff;
    }

    .compare-travel-websites .travelers-dropdown-item-control-minus:before, 
    .compare-travel-websites .travelers-dropdown-item-control-plus:before {
        background: none !important;
    }

    .compare-travel-websites .travelers-dropdown-item-control-number {
        height: 19px;
        line-height: 18px;
        margin: 0 20px;
        color: #000;
    }

    .compare-travel-websites .travelers-dropdown-item-active {
        color: #f5711f;
    }

    input::placeholder {
        color: #000 !important;
    }



    .simple-view .form-tab {
        margin-top: 30px !important;
    }

    .container .compare-form label {
        color: #ffffff !important;
        text-shadow: 0 0 5px #656565;
    }

    .popular-destinations h3 {
        font-size: 24px;
    }

    .site-header .hero-bg {
        background-attachment: inherit;
        background-image: url(/img/clouds.jpg) !important;
    }

    .simple-view-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .side-banner img,
    .image-container-link {
        display: none;
    }
}

@media (max-width: 767px) {
    .side-banner {
        display: none;
    }

    .col-md-6:last-child h3.title {
        margin-top: 15px;
    }
}

@media (max-width: 579px) {
    h2,
    .simple-view-item .infobox h3 {
        font-size: 22px;
    }
    .section {
        padding: 15px 0;
    }
    .section h2 {
        margin-bottom: 15px;
    }
    #popular-flights-from .col:not(:last-child) {
        margin-bottom: 15px;
    }
}

@media (max-width: 500px) {
    #ui-datepicker-div {
        width: 17em !important;
    }
    
    .form-tab .form-title {
        font-size: 18px;
    }

    .form-tab .tab-content {
        padding-top: 5px;
    }

    .form-group label
    .intent .form-group label {
        margin-bottom: 0 !important;
    }

    .form-group,
    .intent .form-group {
        margin-bottom: 0rem !important;
    }

    .trip-type-controls {
        margin-top: 0px;
    }

    .form-row .form-group .custom-select,
    .form-row .form-group .form-control {
        height: 45px;
    }

    #search,
    .search-rental-cars{
        margin-top: 10px;
    }

    .form-tab {
        margin-top: 10px;
    }

    .form-title {
        margin-bottom: 5px;
    }

    .datepicker-block input,
    #toCity {
        margin-bottom: 5px;
    }

    .input-item .input-icon {
        bottom: 5px;
    }

    .datepicker-block .input-item .input-icon {
        bottom: 6px;
    }

    /* .flights-page .hero-bg {
        background-image: none !important;
        background-color: #eee;
    } */

    /*.compare-travel-websites .bar.navbar-light {
        background-color: #1a5776;
    }*/

    .popular-destinations h3 {
        font-size: 19px;
        font-weight: bold;
    }

    .compare-travel-websites .nav-link {
        padding: 2px 8px;
    }

    .simple-view-item h3,
    .travel-deal-block h3 {
        font-size: 26px;
    }

    .blog-container {
        display: none;
    }
}

@media (max-width: 480px) {
    .compare-travel-websites .form-tab .container {
        padding: 0;
    }

    .compare-travel-websites .form-tab .container > .row {
        margin: 0;
    }

    .compare-travel-websites .form-tab .container .nav-tabs {
        padding: 0;
    }

    .compare-travel-websites .form-tab .tab-content {
        padding: 0;
    }

    .compare-travel-websites .nav-link {
        padding: 2px 5px;
    }

    .compare-travel-websites .email-collapse {
        margin-bottom: 10px;
    }
}

@media (max-width: 400px) {
    .compare-travel-websites .nav-link {
        font-size: 14px !important;
    }

    .compare-travel-websites .nav-link {
        padding: 2px 4px;
    }

    .compare-travel-websites .cabin-dropdown-item-block .cabin-dropdown-item {
        padding: 5px 10px;
    }
}

@media (max-width: 350px) {
    .compare-travel-websites .site-brand img {
        width: 200px;
    }

    .compare-travel-websites .cabin-dropdown-item-block .cabin-dropdown-item {
        font-size: 12px;
        padding: 5px;
    }
}

/* ************************************** */

@media (min-width: 769px) {
    .info-box-items {
        display: none !important;
    }

    .compare-form {
        display: block !important;
    }

    #exitpopup_bg, #exitpopup {
        display: none !important;
    }

    .simple-view .hero-bg {
        background-image: none !important;
        background-color: #eee;
    }

    .simple-view .bar {
        background-color: #2c80ab !important;
        padding-bottom: 70px;
    }
}


/************************************************************************************************/
/***************************************   BLOG  ************************************************/
/************************************************************************************************/

footer .row-2 {
    background: #2c80ab;
    margin-bottom: 20px;
}

footer .row-2 .blog-tip,
footer .row-2 .offers {
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

footer .row-2 .blog-tip h4,
footer .row-2 .offers h4 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: capitalize;
    margin-top: 0;
    color: #ffffff;
}

footer .row-2 .blog-tip {
    background: url(../img/footer_row_2_icon_1.png) no-repeat 0 40px;
    margin: 24px 0;
    background-position-y: center;
}

footer .row-2 .blog-tip > * {
    margin-left: 50px;
    margin-right: 30px;
    margin-top: 0.8em;
}

footer .row-2 .blog-tip a {
    color: #afe4ff;
}

footer .row-2 .blog-tip .post a {
    font-weight: 700;
}

footer .row-2 .offers {
    background: url(../img/footer_row_2_icon_2.png) no-repeat 0 60px;
    padding: 1.4em 0;
}

footer .row-2 .offers > * {
    margin-left: 120px;
}

footer .row-2 .offers h4 {
    margin-bottom: 12px;
}

footer .row-2 .offers form > * {
    border: none;
    outline: none;
    vertical-align: top;
}

footer .row-2 .offers form .field-input-text {
    background: #ffffff;
    color: #2c80ab;
    border-radius: 5px;
    margin-right: 10px;
    padding: 10px 15px;
    text-transform: capitalize;
}

footer .row-2 .offers form .field-input-text::-webkit-input-placeholder {
    color: #2c80ab;
}

footer .row-2 .offers form .btn-join {
    background: #f58037;
    border-radius: 7px;
    -moz-box-shadow: 0px 5px 4px -4px #fff inset;
    -webkit-box-shadow: 0px 5px 4px -4px #fff inset;
    box-shadow: 0px 5px 4px -4px #fff inset;
    color: #ffffff;
    display: inline-block;
    height: 44px;
    padding: 2px 15px 0;
    font-weight: 700;
}

footer .row-2 .offers form .btn-join:hover {
    opacity: 0.9;
}

.book-cheap-business-text {
    color: #666;
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 30px;
}

h3.cheap-business-middle-text {
    font-size: 24px;
    font-weight: 600;
    color: #313131;
}

/* city landing */
.info-box .info-box-text p {
    font-size: 16px;
}

@media all and (max-width: 700px) {
    footer .row-2 .blog-tip,
    footer .row-2 .offers {
        width: 100%;
    }

    footer .row-2 .blog-tip > *,
    footer .row-2 .offers > * {
        margin-left: 120px;
    }

    footer .row-2 .offers {
        margin-bottom: 35px;
    }

    footer .row-2 .offers .field-input-text {
        max-width: 80%;
    }
}



/* Ancho y color de la barra de desplazamiento */
::-webkit-scrollbar {
    width: 6px;
    background-color: #fffcfca3;
}

/* Estilo del track de la barra de desplazamiento */
::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fffcfca3;
}

/* Estilo del thumb (el "botón" que se arrastra para desplazar) */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #1a5776c4;
}

/* Cambiar el estilo del thumb cuando está en estado hover */
::-webkit-scrollbar-thumb:hover {
    background-color: #8db7d0;
}


div:has(.site-brand) {
    align-items: center;
}

label[for=travelOffers] {
    font-size: 16px !important;
    white-space: nowrap;
}

.form_partners_box {
    padding: 0;
    padding-left: 1px;
}