
/******************************************************************************************************************************
HEADER
*******************************************************************************************************************************/
#header .container-header{
    font-weight: 300;
    color: #555;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 80px 0;
}

.timer_box{
    margin: -50px 20px 350px 20px;
    display: inline-block;
    padding: 16px 12px 0px 12px;
    text-align: center;
    width: 130px;
    height: 130px;
    border-radius: 50% !important;
    border: 3px solid rgba(255, 255, 255, .6);
}

#days h1 {
    margin-top: 20px;
    font-size: 50px;
    text-shadow: none;
}

#days p {
    font-size: 20px;
    text-shadow: none;
}

#hours h1 {
    margin-top: 20px;
    font-size: 50px;
    text-shadow: none;
}

#hours p {
    font-size: 20px;
    text-shadow: none;
}

#minutes h1 {
    margin-top: 20px;
    font-size: 50px;
    text-shadow: none;
}

#minutes p {
    font-size: 20px;
    text-shadow: none;
}

#seconds h1 {
    margin-top: 20px;
    font-size: 50px;
    text-shadow: none;
}

#seconds p {
    font-size: 20px;
    text-shadow: none;
}

.timer_box h1{
    font-size: 48px;
    margin-top: 5px;
    margin-bottom: 0px;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: white;
}
.timer_box p{ margin-top: 0px;}
