/**
* Responsive stylesheet
* @author Lamba Andrei Alexandru
* @contact lamba.pfa@gmail.com
*/


/** MD */
@media(min-width:992px) {

    h1 {font-size:48px;}

    #right-carousel {
        padding-top:0 !important; margin-top:200px !important;
    }

    #section-4-carousel-controls {
        margin-top:25px;
        vertical-align: middle;
        text-align: center;
    }

    .left-margined { margin-left:72px; }
    #carousel-h1 h1 {font-size:40px !important;}
}

#section-1 {

    
    text-align: center;
    vertical-align: middle;
    color:#fff;
    display: block;
    margin-top:-60px;
    min-height: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;
}

#section-1 video {
    min-width: 100%;
    min-height: 100%;
    background: url('cok4c.gif') no-repeat;
    background-size: cover;
    
    
}     

video.bgvid {
    height: auto;
    min-height: 100% !important;
    min-width: 100%;
     

}

#video-fallback{
    width: 100%;
    height: 100%;
   

}

#section-1 h1.center {
		font-size:40px;
    color: #fff;
    text-shadow: 0px 1px #000;
    font-family: "AvenirLTStd-Medium", sans-serif;
    height:48px;
    position: absolute;
    top:55%;left:50%;right:50%;bottom:55%;
    margin-top:-44px;
    width: 80%;
    margin-left:-40%;
    z-index: 3;
    display: none;
}

#section-1 h1.below {
font-size:24px;
    color: #fff;
    text-shadow: 0px 1px #000;
    font-family: "AvenirLTStd-Roman", sans-serif;
    height:48px;
    position: absolute;
    top:60%;left:50%;right:50%;bottom:45%;
    margin-top:0px;
    width: 80%;
    margin-left:-40%;
    z-index: 3;
    display: none;
}
    


}  

/** LG */
@media(min-width:1200px){

#section-5 .section-5-awards-content p {
        font-size: 20px !important;
        font-family: "AvenirLTStd-Medium", sans-serif;
        letter-spacing:1px;
        font-weight:bold;
        color:#abbfcd;
        text-align:left;

    }
    
    #section-5 .section-5-awards-content #awards-list{
        margin-top:-20px !important;
    }
    
#section-1 h1.center {
		font-size:26px;
    color: #fff;
    text-shadow: 0px 1px #000;
    font-family: "AvenirLTStd-Medium", sans-serif;
    height:48px;
    position: absolute;
    top:55%;left:50%;right:50%;bottom:55%;
    margin-top:-44px;
    width: 80%;
    margin-left:-40%;
    z-index: 3;
    display: none;
}

#section-1 h1.below {
font-size:14px;
    color: #fff;
    text-shadow: 0px 1px #000;
    font-family: "AvenirLTStd-Roman", sans-serif;
    height:48px;
    position: absolute;
    top:60%;left:50%;right:50%;bottom:45%;
    margin-top:0px;
    width: 80%;
    margin-left:-40%;
    z-index: 3;
    display: none;
}

}