@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
body{
    font-family: 'Open Sans', sans-serif;
    padding:0px;
    margin:0px;
}

.top{
    width:100%;
    height:138px;
    background-color: #2d3f4d;
}

.logo{
    margin-top:37px;
}

.navbar-default{
    margin-top:45px;
}

.unlocked{
    margin:-5px 5px 0px 0px;
}

.afterhead{
    text-align: center;
    padding:40px 25px;
    font-size:18px;
}

.white24bold{
    font-size:24px;
    font-weight: 600;
}

.separatoralb{
    margin-top: 25px;
    background-color:white;
    width: 220px;
    height: 4px;
}

.fullcolorbg{
    background-size:cover;
    padding:40px 0px;
    text-align: center;
    color:white;
    background-image:url(../img/fullbg.png);
}

.cpadding{
    padding:35px 15px;
}

.locked{
    margin:-3px 8px 0px 0px;
}

.separator{
    position: absolute;
    margin:-52px 0px 0px -15px;
}

.header{
    margin-top:60px;
}

.contentbackground{
    background-size:cover;
    background-image: url("../img/background.png");
}

.textheader{
    font-size:18px;
}

.headline{
    font-weight: 700;
    text-align: center;
    font-size:36px;
    color:#203546;
    text-transform: uppercase;
}

.span1{
    color:#d91b23;
}

.subheadline{
    margin-top:5px;
    text-align: center;
    font-size:28px;
    font-weight: 600;
}

.subheadline2{
    margin-top:5px;
    text-align: center;
    font-size:28px;
    font-weight: 300;
    font-style: italic;
}

.cronometru-titlu{
    text-align: center;
    font-size:30px;
    margin-top:60px;
    font-weight:700; 
    color:#203546;
}

.comment{
    text-align: center;
    margin-top:20px;
    font-size:14px;
    font-weight: 600;
    color:#203546;
}

.regbar{
    margin-top:30px;
    background-color:rgba(32, 53, 70, 0.75);
    padding:20px;
}

.regbartitle{
    font-size:20px;
    color:white;
    text-align: center;
}

.topbart{
    margin-top: 35px;
    font-size:22px;
    color:white;
    text-align: center;
}

.email{
    border-radius: 5px;
    padding:10px;
    border:none;
    width: 90%;
}


.button{
    border-radius: 5px;
    font-weight: 600;
    color:white;
    background-color:#d91b23;
    padding:10px;
    width: 90%;
    border: none;
}
.button:hover{
    color:white;
    border: none;
    background-color:#d11123;
    padding:10px;
    width: 90%;
}

.buttoncomanda:hover{
    transition-duration: 0.2s;
    transform: scale(1.02);
}

.hrefbutton{
    color:white;
    text-align: center;
}


.hrefbutton:hover{
    color:white;
    text-align: center;
}

.text{
    font-size:17px;
}

.whotitle{
    font-size:24px;
    color:#384b5a;
    font-weight: 700;
    margin-bottom: 20px;
}

.sharetext{
    font-weight: 600;
    font-size:17px;
}

.textright{
    font-weight: 600;
    font-size:17px;
}

.textright2{
    font-weight: 500;
    font-size:17px;
}

.bggray{
    background-color:#f5f5f5;
}

.dc{
    background-color: #f5f5f5;
}

.upfootertext{
    text-align: center;
    color:#252525;
    font-size:24px;
    font-weight: 700;
}


.upfootertext2{
    text-align: center;
    color:#252525;
    font-size:21px;
    font-weight: 700;
}



/* Timmer */

.counter {
    display: none;
    text-align: center;
    margin: 20px auto 10px auto;
}
.counter.finished {
    display: block;
}

.counter.finished .counter--circle {
    display: none;
}

.counter--circle {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    color: #D7423C;
    display: inline-block;
    font-size: 20px;
    padding-top: 20px;
    margin: 0 5px;
    border: 2px solid #203546;
}

.counter--text {
    line-height: 1em;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.counter-descr {
    font-size: 14px;
    line-height: 14px;
}

.timer-sec {
    position: relative;
}
.timer-sec p {
    z-index: 10;
}

.timer-img {
    position: absolute;
    height: 11px;
    bottom: 10px;
    right: 22px;
}

.separatorafercontent{
    height:25px;
    background-color:#203546;
}

.spacer{
    height: 200px;
}


.follow{
    margin-top:30px;
    font-weight: 700;
    text-align: center;
    font-size:32px;
    color:#203546;
}

.last{
    background-color:#f5f5f5;
}

.footer{
    font-weight: 100;
    color:white;
    padding:25px 0px 15px 0px;
    background-color:#203546; 
}







@media screen and (max-width: 748px) {
    
    .navbar-default{
        margin:0px 0px 0px 0%;
        z-index:9999;
        position:absolute;
        width: 96%;
        background-color: #203546;
    }
    
    
    .separator{
        display:none;
    }

    .top{
        width:100%;
        height:147px;
        background-color: #2d3f4d;
    }

.mockup{
    width:90%;
}

.headline {
    font-weight: 700;
    text-align: center;
    font-size: 26px;
}

.counter--circle {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: #D7423C;
    display: inline-block;
    font-size: 20px;
    padding-top: 10px;
    margin: 0 5px;
    border: 2px solid #203546;
}

.counter--text {
    line-height: 1em;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}

.counter-descr {
    font-size: 14px;
    line-height: 14px;
}

._x98577056{
    margin-bottom: 20px;
}

.spacer{
    height:45px;
}

.abi{
    margin-top:45px;
}


.sharetext{
    font-weight: 600;
    font-size:17px;
}

.textright{
    font-weight: 600;
    font-size:17px;
}

.textright2{
    font-weight: 500;
    font-size:17px;
}
    
.follow {
    margin-top: 30px;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    color: #203546;
}
    
.cronometru-titlu {
    text-align: center;
    font-size: 22px;
    margin-top: 60px;
    font-weight: 700;
    color: #203546;
}
    
.subheadline {
    margin-top: 5px;
    text-align: center;
    font-size: 18px;
}
    
    .mobilefix{
        margin:30px 0px -25px 0px;
    }
    
    .mobilejust{
        text-align: justify;
    }
    
    .header{
        margin-top:170px;
    }
    .topbart {
    margin-top: 60px;
    font-size: 22px;
    color: white;
    text-align: center;
}

    .buttoncomanda{
        max-width: 90%;
    }
    
    .abigaela{
        max-width: 80%;
    }
    .daniel{
        margin-bottom: 25px;
    }

}
