/* Adobe Voltage font */
@import url("https://use.typekit.net/iqf4zin.css");

#notification-modal .holidays {
}
#notification-modal .modal-content.holidays {
    background: #00659d url('../img/notification/holidays/bg-lg.jpg') top center no-repeat;
    background-size: cover;
    border-radius: 0;
    border: 1px solid #fff;
}
#notification-modal .holidays .modal-header {
    background-color: transparent;
    padding-bottom: 0;
}
#notification-modal .holidays .close {
    color: #fff;
}
#notification-modal .holidays .modal-body {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    padding: 10px 20px 20px 20px;
}
#notification-modal .modal-content .col-feature {
    margin-bottom: 30px;
}
#notification-modal .modal-content .col-feature.col-feature-buffet-md {
    display: none;
}
#notification-modal .modal-content .col-feature.col-feature-buffet {
    display: block;
}
#notification-modal .modal-content .col-feature.col-feature-corporate-md {
    display: none;
}
#notification-modal .modal-content .col-feature.col-feature-corporate {
    display: block;
}
#notification-modal .holidays .modal-body .title {
    font-family: voltage, sans-serif;
    font-size: 58px;
    font-weight: 700;
    line-height: 1;
}
#notification-modal .holidays .img-feature {
    margin-bottom: 15px;
}
#notification-modal .holidays .btn {
    text-align: center;
    color: #fff;
    background-color: #000;
    border: 2px solid #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 30px;
    transition: background-color 0.2s ease-in-out;
}
#notification-modal .holidays .btn.btn-light-blue {
    background-color: #7dc6fb;
    color: #000;
}
#notification-modal .holidays .btn.btn-light-blue:hover,
#notification-modal .holidays .btn.btn-light-blue:hover:active,
#notification-modal .holidays .btn.btn-light-blue:hover:focus {
    background-color: #5ea2d3;
    color: #000;
}
#notification-modal .holidays .btn.btn-dark-red {
    background-color: #6f0213;
}
#notification-modal .holidays .btn.btn-dark-red:hover,
#notification-modal .holidays .btn.btn-dark-red:hover:active,
#notification-modal .holidays .btn.btn-dark-red:hover:focus {
    background-color: #a20019;
}
#notification-modal .holidays .btn.btn-light-red {
    background-color: #c64043;
}
#notification-modal .holidays .btn.btn-light-red:hover,
#notification-modal .holidays .btn.btn-light-red:hover:active,
#notification-modal .holidays .btn.btn-light-red:hover:focus {
    background-color: #982c2e;
}
#notification-modal .holidays .btn.btn-orange {
    background-color: #d17600;
}
#notification-modal .holidays .btn.btn-orange:hover,
#notification-modal .holidays .btn.btn-orange:hover:active,
#notification-modal .holidays .btn.btn-orange:hover:focus {
    background-color: #915201;
}
#notification-modal .holidays .btn.btn-green {
    background-color: #1b3f10;
}
#notification-modal .holidays .btn.btn-green:hover,
#notification-modal .holidays .btn.btn-green:hover:active,
#notification-modal .holidays .btn.btn-green:hover:focus {
    background-color: #1b3f10;
}
#notification-modal .holidays .btn.btn-purple {
    background-color: #213f7e;
}
#notification-modal .holidays .btn.btn-purple:hover,
#notification-modal .holidays .btn.btn-purple:hover:active,
#notification-modal .holidays .btn.btn-purple:hover:focus {
    background-color: #213f7e;
}

@media (max-width: 991px) {
    #notification-modal .holidays .modal-body .title {
        font-size: 45px;
    }
}
@media (max-width: 767px) {
    #notification-modal .modal-content.holidays {
        background: #004609 url('../img/notification/holidays/bg.jpg') top right no-repeat;
        background-size: cover;
    }
    #notification-modal .holidays .btn {
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    #notification-modal .holidays .btn {
        font-size: 13px;
        padding: 4px 15px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 975px;
    }
}
