

/* 1 - Import Google Font
---------------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,700);
/* 1 - Import Google Font End
---------------------------------------------------------------------- */




#page-top .section-name span:before,
#page-top .section-name span:after{
    content:none;
}
.time-count-container{
    min-height:150px;
    margin-top:20px;
}
.time-box{
    width:120px;
    height:120px;
    display:table;
    border:1px solid #196D96;
    margin:25px auto;

    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    -ms-border-radius:15px;
    -o-border-radius:15px;
    border-radius:15px;

    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
}
.time-box-inner{
    width:120px;
    height:120px;
    display:table;
    text-align:center;

    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
.time-number{
    font-size:40px;
    width:100%;
    display:inline-block;
    font-weight:300;
    padding-top: 15%;
    color: #196D96;

    -webkit-transition:all .25s;
    -moz-transition:all .25s;
    -ms-transition:all .25s;
    -o-transition:all .25s;
    transition:all .25s;
}
.time-number .digit{
    line-height: 30px;
    display: inline-block;
    overflow: hidden;
}

.time-name{
    font-size:15px;
    text-transform:uppercase;
    font-weight:700;
    color: #196D96;
}
.time-until{
    text-align:center;
    margin:0;
}
.time-until span{
    color: #196D96;
    font-size:18px;
    line-height:40px;
    display:inline-block;
    background-color:#3498db;
    text-transform:uppercase;
    padding:0px 25px;
}

/* mobil méret */
@media screen and (max-width: 768px) {
    .time-box{
        width:90px;
        height:90px;
        margin:15px auto;
    }
    .time-box-inner{
        width:90px;
        height:90px;
    }
    .time-number{
        font-size:30px;
        padding-top: 20%;
    }
    .time-name{
        font-size:12px;
    }
    .time-until span{
        font-size:14px;
        padding:0px 15px;
        line-height:30px;
    }
}

