
body {
    background: #f3eb30;
    background: -moz-linear-gradient(-45deg, #f3eb30 0%, #e89936 100%);
    background: -webkit-linear-gradient(-45deg, #f3eb30 0%, #e89936 100%);
    background: linear-gradient(135deg, #f3eb30 0%, #e89936 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3eb30', endColorstr='#e89936',GradientType=1);
    height: 100%;
    color: #333333;
    font-family: 'Roboto';
}

body:after {
    content: " ";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(bg.jpg) no-repeat;
    background-size: cover;
    z-index: 0;
    position: fixed;
}

.container {
    z-index: 10;
    position: relative;
}

.title {
    font-size: 2.0em;
}

.countdown-wrapper .countdown-info {
    font-size: 1.2em;
    font-weight: bold;
}
.countdown-wrapper .countdown {
    color: #0072bc;
    font-size: 1.75em;
    font-weight: 900;
    line-height: 0.8em;
}

.phone-code {
    display: none;
}

.phone-number {
    padding-left: 12px !important;
}

.hpanel > .panel-heading {
    font-weight: 100;
    font-size: 1.75em;
    border-top: 3px solid #0072bc;
    background: #fff;
    padding: 10px 25px 10px 25px;
    border: none;
    border-top: 0px solid #0072bc;
    font-family: 'Vaccine W08 Black';
    font-size: 20px;
    font-weight: 900;
    /*text-transform: uppercase;*/
}

.hpanel.hbgblue > .panel-heading {
    border-top: 3px solid #336699;
}
.hpanel.hbgblue .panel-body {
    background: #336699;
    color: #fff;
    border: none;
}
.hpanel.hblue .panel-body {
    border: none;
    /*border-top: 5px solid #0072bc;*/
}

.hpanel > .panel-heading {
    font-weight: 900;
    font-size: 2em;
}
.hpanel.hbgblue > .panel-heading {
    border-top: 3px solid #336699;
}


.title-line h1 > small {
    color: #333;
}
h1.title-line > small {
    color: #333;
}
.title-line:after {
    border-bottom: 0px solid #0072bc;
}

.customer-service {
    font-size: 2.0em;
    font-weight: 900;
    text-align: center;
    background: rgb(255, 255, 255);
    margin: 120px auto 70px;
    padding: 20px;
    display: block;
    border-radius: 3px;
    border: none;
    border-top: 3px solid #0072bc;
}

a.btn-lg {
    color: #2a2a2a;
}
.btn-primary {
    background-color: #0072bc;
    border-color: #ffffff;
    color: #ffffff !important;
    font-weight: 700;
    text-transform: uppercase;
}
a.btn-lg.btn-info {
    color: #fff;
}

#order-status-info .btn-center {
    color: #fff;
    border: 1px solid #000;
}
.attention-box-back-button {
    color: #000 !important;
    width: 300px !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #005790;
    border-color: #ffffff;
    color: #FFFFFF;
}