/*
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Raleway', sans-serif;
*/

@import 'https://download.aopa.org/travel-discounts/css/line.css';

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    color: #383838;
    font-family: 'Raleway', sans-serif;
    width: 100%;
}

*,
*:after,
*:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

*:focus {
    outline: none !important;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.clearfix {
    clear: both;
}

.section {
    clear: both;
    position: relative;
    padding: 0;
}



/*----------- Middle section -----------*/

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-primary {
    background: #cf4727;
    border: 2px solid #cf4727;
    color: #FFF;
    padding: 9px 18px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    box-shadow: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    display: inline-block;
}

.btn-primary:hover {
    background: #ad371b;
    color: #FFF;
    border-color: #ad371b;
}

/*----------- Middle section -----------*/

.travel-leftbar {
    width: 255px;
    background: #36404e;
    transition: all 0.3s;
}

.travel-nav {
    padding: 19px 0;
}

.sidebar-title {
    color: #98a6ad;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0 0 21px;
    padding: 0 28px;
    font-weight: 500;
    font-size: 19px;
    text-transform: capitalize;
}

.travel-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.travel-nav ul li {
    margin-bottom: 0;
}

.travel-nav ul li a {
    display: block;
    color: #98a6ad;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
    padding: 12px 19px;
    border-left: 9px solid transparent;
    line-height: 16px;
}


.travel-nav ul li a svg {
    fill: #98a6ad;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    margin-right: 19px;
}

.travel-nav ul li.active a,
.travel-nav ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
    border-color: #00aae7;
    color: #FFF;
}

.travel-nav ul li.active a svg,
.travel-nav ul li a:hover svg {
    fill: #fff;
}

.travel-nav h2 {
    border-left: 9px solid transparent;
    padding: 12px 19px;
}
.travel-nav h2 a { 
    font-weight: 500;
}
.travel-nav h2:hover, .travel-nav h2.active {
    background: rgba(0,0,0,.1);
    border-color: #00aae7;
}
.travel-nav h2 svg {
    fill: white;
    color: white;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 0px;
}
.travel-nav a { color: white; text-decoration: none; }
.travel-nav h2:hover a { color: #98a6ad; }
.travel-nav h2:hover svg {  fill: #98a6ad; color: #98a6ad; }
.travel-nav ul li a svg { margin-left: 20px; margin-right: 10px; }

/* Right bar */

.travel-right {
    background: #f9f8f8;
    transition: all 0.3s;
    width: 945px;
    position: relative;
    z-index: 1;
}

.background-image {
    position: absolute;
    top: 0;
    bottom: -200px;
    right: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    background-position: center top;
}

.background-image:after {
    content: "";
    background: -moz-linear-gradient(top, rgba(249, 248, 248, 0) 0%, rgba(249, 248, 248, 0.48) 39%, rgba(249, 248, 248, 0.98) 79%, rgba(249, 248, 248, 0.98) 92%);
    background: -webkit-linear-gradient(top, rgba(249, 248, 248, 0) 0%, rgba(249, 248, 248, 0.48) 39%, rgba(249, 248, 248, 0.98) 79%, rgba(249, 248, 248, 0.98) 92%);
    background: linear-gradient(to bottom, rgba(249, 248, 248, 0) 0%, rgba(249, 248, 248, 0.48) 39%, rgba(249, 248, 248, 0.98) 79%, rgba(249, 248, 248, 0.98) 92%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f9f8f8', endColorstr='#faf9f8f8', GradientType=0);
    position: absolute;
    bottom: 0;
    top: 0;
    width: 100%;
    left: 0;
    z-index: -1;
}


.travel-content {
    padding: 45px 26px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.travel-banner {
    text-align: center;
    padding: 39px 26px;
    position: relative;
    z-index: 1
}


.page-title {
    font-size: 48px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    margin: 0 0 14px;
    color: #002a3a;
    text-transform: none;
}

.travel-banner p {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6em;
}

.row {
    margin: 0 -13px;
}

.column {
    padding: 0 13px;
    float: left;
    width: 100%;
    position: relative;
}

.nopadding {
    padding-left: 0;
    padding-right: 0;
}

.column-2 {
    width: 50%;
}

.column-4 {
    width: 33.33%;
}


.box {
    background: #FFF;
    margin-bottom: 0;
    border: 1px solid #cdcdcd;
    position: relative;
}


.back-box {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 20px; 
    
}

.back-card {
    display: block;
    position: absolute;
    width: 50px;
    margin: 0 !important;
    top: 0;
    left: 0;
    padding: 13px 15px;
    height: 44px;
}

.flex-box-align {
    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;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.back-box a {
    margin: 5px 0;
}




.box-thumb {
    text-align: center;
    position: relative;
}

.box-thumb img {
    height: 37px !important;
    display: block;
    margin: 0 auto;
}

.box-logo {
    display: block;
    padding: 19px 0 15px;
}

.book-now {
    background: #383838;
    padding: 18px 41px 12px;
}

.button {
    display: block;
    padding: 12px 20px;
    color: #FFF;
    font-size: 17px;
    letter-spacing: 1.3px;
    font-weight: 600;
    background: #00a3e0;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    border: none;
}

.button:hover {
    background: #0ebdff;
    color: #FFF;
}

.phone-number {
    color: #FFF;
    text-decoration: none;
    margin-top: 14px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
}

.phone-number svg {
    fill: #fff;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.phone-number:hover,
.phone-number:hover svg{
    color: #00a3e0;
    fill: #00a3e0;
}

.box-summary {
    padding: 22px 20px;
}

.box-summary h4 {
    margin: 0 0 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: normal;
    display: none;
    color: #1d1d1d;
}

.box-summary h5 {
    font-size: 14px;
    font-weight: 600;
    color: #004c97;
    margin: 0 0 16px;
}
.discount-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.discount-list li {
    padding-left: 20px;
    position: relative;
    font-size: 13px;
    color: #000;
    font-weight: normal;
    display: block;
    margin-bottom: 18px;
    line-height: 1.4em;
}

.discount-list li:before {
    content: "";
    background: #888;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 5px;
}


.travel_toggle_menu {
    background: #00a3e0;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    line-height: 45px;
    text-align: center;
    display: none;
    text-decoration: none;
    color: #FFF;
    position: absolute;
    left: 15px;
    top: 15px;
    transition: all 0.3s;
    z-index: 9999999999;
}

.travel_toggle_menu svg {
    transition: all 0.3s;
    fill: #FFF;
    width: 45px;
    height: 45px;
    padding: 15px;
}

.open .travel-leftbar {
    -webkit-transform: none;
    transform: none;
}

.flex-box.open {
    height: 100vh;
    overflow: hidden;
}


.open .travel_toggle_menu {
    left: 270px;
    position: fixed;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.open .travel_toggle_menu svg {
    transform: rotate(45deg);
    transition-delay: 0.3s;
}

/*

Hotel Booking

*/

.hotel-booking .travel-banner {
    padding: 50px 100px 200px;
    text-align: left;
}

.hotel-booking .background-image:after {
    background: #002a3a;
    opacity: 0.61;
    top: 0;
    height: auto;
}

.hotel-booking .page-title {
    font-size: 62px;
    color: #FFF;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.67);
}

.hotel-booking .travel-banner p {
    margin: 0;
    color: #FFF;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.67);
}

.hotel-box .box-thumb img {
    height: auto !important;
    max-width: 100%;
    display: block;
    max-height: none;
}

.hotel-box .box-summary {
    padding: 0
}

.hotel-booking .travel-content {
    background: #fffcfa;
    padding: 60px 105px 105px;
}


.hotel-boxes > .column.odd .column {
    float: right;
    text-align: right;
}

.hotel-boxes > .column {
    margin-bottom: 80px;
}

.hotel-boxes > .column.odd {
    margin-bottom: 174px;
}

.hotel-boxes > .column.odd .list-number {
    right: auto;
    left: -163px;
    top: 23px;
}

.hotel-box .box-thumb {
    margin-bottom: 35px;
    border-right: none;
}

.thumb-overflow {
    overflow: hidden;
    position: relative;
}

.hotel-box .thumb-overflow:before {
    content: "";
    height: 50%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 0 solid transparent;
    border-right: 20px solid #fffcfa;
    border-bottom: 220px solid transparent;
    border-top: 0 solid #fffcfa;
}

.hotel-box .thumb-overflow:after {
    content: "";
    height: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    border-left: 0 solid transparent;
    border-right: 20px solid #fffcfa;
    border-bottom: 220px solid transparent;
    border-top: 0 solid #fffcfa;
    transform: rotateY(360deg) rotateX(180deg);
}


.odd .hotel-box .thumb-overflow:before {
    content: "";
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    border-left: 20px solid #fffcfa;
    border-right: 0 solid transparent;
    border-bottom: 220px solid transparent;
    border-top: 0 solid #fffcfa;
}

.odd .hotel-box .thumb-overflow:after {
    content: "";
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-left: 20px solid #fffcfa;
    border-right: 0 solid transparent;
    border-bottom: 220px solid transparent;
    border-top: 0 solid #fffcfa;
    transform: rotateY(360deg) rotateX(180deg);
}


.hotel-box .box-summary h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 15px;
    letter-spacing: -0.5px;
}

.hotel-box .box-summary p {
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    margin-bottom: 33px;
    padding-right: 30px;
}

.hotel-boxes > .column.odd .column .box-summary p {
    padding-left: 20px;
    padding-right: 0;
}



.thumb-overflow {
    overflow: hidden;
}



.hotel-boxes .column:last-child .line {
    bottom: 65%;
}


.hotel-boxes .button,
.hotel-booking .travel-banner .button {
    display: inline-block;
    padding: 18px 32px;
}

.hotel-box .thumb-overflow:after,
.hotel-box .thumb-overflow:before {
    display: none;
}

.hotel-boxes > .column:last-child {
    margin-bottom: 0;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-row > .column {
    margin-bottom: 25px;
}

.flex-row .box {
    min-height: 100%
}

@media screen and (max-width: 1100px) {



    .column-4 {
        width: 50%;
    }

    .travel-leftbar {
        width: 30%;
    }

    .travel-right {
        width: 70%;
    }

    .book-now {
        padding: 18px 20px 12px;
    }


    /* New page */
    .hotel-boxes > .column.even .hotel-box {
        padding-right: 70px;
    }
    .hotel-boxes > .column.odd .hotel-box {
        padding-left: 70px;
    }
    .list-number {
        right: -103px;
    }
    .hotel-boxes > .column.odd .list-number {
        left: -103px;
    }

}

@media screen and (max-width: 600px) {

    .travel-nav ul li a svg { margin-right: 2px; margin-bottom: 10px; margin-left: 5px; }

}

@media screen and (max-width: 767px) {



    .travel-content {
        padding: 5px 5px;
    }

    .background-image {
        bottom: 0;
    }

    .background-image:after {}

    .box-summary h4 {
        display: block;
    }

    .travel-leftbar {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        overflow-y: auto;
        z-index: 99999999999;
        width: 255px;
        -webkit-transform: translateX(-255px);
        transform: translateX(-255px);
    }

    .travel-right {
        width: 100%;
    }

    .column-4 {
        width: 100%;
    }

    .box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 5px;
    }

    .box-thumb {
        border-right: 1px solid #cdcdcd;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .book-now {
        background: transparent;
        padding: 20px 10px;
    }

    .box-logo {
        padding: 15px 15px;
        border-bottom: 1px solid #cdcdcd;
        width: 130px;
    }

    .button {
        font-size: 12px;
        padding: 7px 10px 5px;
    }

    .phone-number {
        color: #00a3e0;
        font-size: 11px;
        margin-top: 5px;
    }

    .phone-number svg {
        fill: #00a3e0;
        width: 10px;
        height: 10px;
    }

    .box-summary {
        padding: 15px 15px;
    }

    .checkbox label {
        font-size: 12px;
    }

    .travel-banner {
        padding: 30px 15px 30px 70px;
        text-align: right;
    }

    .page-title {
        font-size: 30px;
    }

    .travel-banner p {
        font-size: 14px;
    }

    .travel_toggle_menu {
        display: block;
    }

    .box-thumb img {
        max-width: 100%;
        max-height: 37px;
        height: auto !important;
    }

    .flex-box .travel-leftbar { display: none; }
    .flex-box.open .travel-leftbar { display: block; position: relative !important; width: 100%; }
    .travel_toggle_menu { position: relative !important; top: 0 !important; left: -10px !important; }
    .open .travel_toggle_menu { position: relative !important; left: -10px !important; }
    .travel-nav ul li a svg { margin-right: 10px; }

}


@media screen and (max-width: 991px) {

    /* New page */
    .hotel-booking .page-title {
        font-size: 35px;
        line-height: 40px;
    }

    .hotel-box .box-summary h3 {
        font-size: 21px;
        line-height: 25px;
    }

    .hotel-box .box-summary p {
        font-size: 12px;
        line-height: 16px;
    }

    .list-number {
        right: -63px;
    }

    .btn-primary {
        font-size: 12px;
        line-height: 16px;
    }

    .hotel-boxes > .column.odd .list-number {
        left: -63px;
    }

    .line {
        width: 1px;
        top: 0;
        bottom: 0;
        right: 40px;
        background: #000;
        opacity: 0.1;
        position: absolute;
    }

    .line2 {
        height: 1px;
        top: auto;
        bottom: 0;
        right: 40px;
        left: 40px;
        background: #000;
        opacity: 0.1;
        position: absolute;
    }

    .hotel-boxes > .column.odd .line {
        right: auto;
        left: 40px;
        top: 0;
    }

    .main-line {
        display: none;
    }

    .column-2 {
        width: 100%;
    }

    .hotel-booking .travel-content {
        padding: 0 20px
    }

    .hotel-boxes > .column .hotel-box {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .hotel-boxes > .column.even .hotel-box {
        padding-right: 70px;
    }

    .hotel-boxes > .column.odd .hotel-box {
        padding-left: 70px;
    }

    .list-number {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
}


@media screen and (max-width: 1189px) {
    
    .main-line { display: none; }
    .hotel-booking .travel-content {padding: 60px 50px 60px; }
    .hotel-box { max-width: 380px; margin: 0 auto;}
    .column-2 {width: 100%;}
    .list-number { display: none; }
    .hotel-boxes > .column .hotel-box {padding-top: 50px;padding-bottom: 50px;}
    .line {width: 2px;top: 0;bottom: 0;right: 40px;background: #000;opacity: 0.1;position: absolute;}
    .line2 {height: 2px;top: auto;bottom: 0;right: 40px;left: 40px;background: #000;opacity: 0.1;position: absolute;}
    .hotel-boxes > .column.odd .line {right: auto;left: 40px;top: 0;}

    
    
}
@media screen and (max-width: 1189px) {
    .hotel-booking .travel-content { padding: 0 20px; }
    .hotel-boxes > .column.odd, .hotel-boxes > .column { margin-bottom: 0; }
    .hotel-boxes .column:last-child .line { bottom: 0; }
    .hotel-booking .travel-banner { padding: 50px 80px 60px; }
}