body {
    background-color: #000000 !important;
    color: #424240;
    font-family: "swiss";
    font-weight: 700;
    overflow:hidden;
    width: 100%;
    height: 100vh;
}
.logo {
    max-width: 500px;
}
.hidden {
    display: none;
}
@font-face {
    font-family: "swiss";
    font-weight: 700;
    src: url(/fonts/swz721bc.TTF);
}
@font-face {
    font-family: "swiss";
    font-weight: 400;
    src: url(/fonts/TT0003M_.TTF);
}
@font-face {
    font-family: "swiss-condensed";
    src: url(/fonts/Tt0009m_.ttf);
}
.anywhere {
    color: #f5f4f2;
    position: relative;
    margin-top: 20px;
    padding-top: 65px;
    font-family: "swiss-condensed";
    letter-spacing: 4px;
    font-size: 1.8em;
}
.countdown-title {
    padding-bottom: 30px;
    font-size: 1.4em;
}
.anywhere:before,
.anywhere:after {
    content: "";
    display: block;
    position: absolute;
    border-top: 3px solid #cd2b2b;
    border-bottom: 3px solid #cd2b2b;
    height: 60px;
    width: 30px;
    top: 50%;
}
.anywhere:before {
    border-left: 3px solid #cd2b2b;
    left: -10%;
}
.anywhere:after {
    border-right: 3px solid #cd2b2b;
    right: -10%;
}
.logo-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 100vh;
}
.countdown-container {
    position: absolute;
    bottom: 80px;
    text-align: center;
    width: 100%;
}
.base-timer .label {
    padding-top: 15px;
}
.base-timer__label {
    font-weight: 400;
    /*color: #f5f4f2;*/
    color: rgba(245,244,242, 0.6);
}
body:before {
    background-image: url('/images/red_topography1.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    content: "";
    width: 50%;
    height: 40%;
    position: absolute;
    top: 0;
    left: 0;
}
body:after {
    background-image: url('/images/red_topography2.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    content: "";
    width: 20%;
    height: 60%;
    position: absolute;
    bottom: 0;
    right: 0;
}
/** Countdown Timer Styling **/
.base-timer:last-of-type {
    margin-right: 0px;
}
.base-timer {
    position: relative;
    width: 100px;
    height: 100px;
    display: inline-block;
    margin-right: 20px;
}

.base-timer__svg {
    transform: scaleX(-1);
}

.base-timer__circle {
    fill: none;
    stroke: none;
}

.base-timer__path-elapsed {
    stroke-width: 2px;
    stroke: #f5f4f2;
}

.base-timer__path-remaining {
    stroke-width: 7px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

.base-timer__path-remaining.green {
    color: rgb(65, 184, 131);
}

.base-timer__path-remaining.orange {
    color: orange;
}

.base-timer__path-remaining.red {
    color: #cd2b2b;
}

.base-timer__label {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7em;
}
.base-timer .label {
    text-align:center;
    text-transform: uppercase;
}
.contact-us-container {
    margin-top: 150px;
}
button.red-button {
    margin-right: 20px;
}
button.contact-us,
button.red-button {
    padding: 20px 40px;
    background-color: #cd2b2b;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    font-size: 1.3em;
    cursor: pointer !important;
    border-radius: 0;
    border: 3px solid #cd2b2b;
}
button.contact-us:hover,
button.red-button:hover {
    background-color: #000000;
    color: #ffffff;
    border: 3px solid #cd2b2b;
}
.modal-footer .bootbox-accept:hover {
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #cd2b2b;
}
button.bootbox-accept {
    background-color: #cd2b2b;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
}
button.bootbox-cancel {
    color: #cccccc;

}
.bootbox button:focus, .bootbox button {
    outline: none !important;
}
.modal-content {
    background-color: #333333;
    color: #cccccc;
}
.modal-content input, .modal-content textarea {
    width: 90%;
    background-color: #cccccc;
    border: none;
    outline: none;
}
.modal-content .form-group {
    display: flex;
}
.modal-body {
    padding-top: 0px;
    padding-bottom: 50px;
}
.modal-body .error-message {
    padding-bottom: 30px;
    color: #cd2b2b;
}
.modal-content label {
    font-weight: normal;
    display: inline-block;
    width: 160px;
    text-align: right;
    padding-right: 20px;
}
.bootbox-close-button {
    color: #cccccc;
    text-shadow: none;
}
.modal-header {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.modal-footer {
    border-top: 1px solid rgba(255,255,255,0.2);
}
button {
    outline: none !important;
}
.bootbox-body {
    margin-left: auto;
    margin-right: auto;
}
.modal-dialog {
    max-width: 600px;
}
.modal-body {
    margin-top: 15%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.contact-us-thank-you {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .logo {
        max-width: 275px;
    }
    .base-timer {
        width: 55px;
        height: 55px;
        margin-right: 20px;
    }
    .base-timer__label {
        width: 55px;
        height: 55px;
        font-size: 1.3em;
    }
    .anywhere {
        font-size: 1.3em;
        letter-spacing: 3px;
        margin-top: 0px;
        padding-top: 55px;
    }
    .countdown-container {
        bottom: 20px;
    }
    .anywhere:before,
    .anywhere:after {
        height: 50px;
        width: 25px;
        border-width: 2px;
    }
    .anywhere:before {
        left: -7%;
    }
    .anywhere:after {
        right: -7%;
    }
    body:before {
        width: 100%;
        height: 40%;
    }
    body:after {
        bottom: -24%;
    }
    body:after, body:before {
        opacity: 0.6;
    }
    .contact-us-container {
        text-align: center;
        margin-top: 100px;
    }
    button.red-button {
        margin-right: 0px;
    }
    .contact-us-container .btn:first-of-type {
        margin-top: 0px !important;
    }
    .contact-us-container .btn:nth-child(n+1) {
        margin-top: 40px;
    }
}