@import url(http://fonts.googleapis.com/css?family=Lato:400,700,900,300);
@font-face {
    font-family:'GothamRounded-Book';
    src: url('../fonts/GothamRounded-Book_gdi.eot');
    src: url('../fonts/GothamRounded-Book_gdi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamRounded-Book_gdi.woff') format('woff'),
        url('../fonts/GothamRounded-Book_gdi.ttf') format('truetype'),
        url('../fonts/GothamRounded-Book_gdi.svg#GothamRounded-Book') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}

html,body{
    line-height: 1.4;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
     -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    width: 100%;
    min-height: 100%;
    z-index: 0;
    background: url('../img/landing/landing2021.jpg');
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
body:before{
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top:0px;
    left:0px;
    z-index: 0;
    background-color: rgba(0,0,0,.6);

}
body:after{
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top:0px;
    left:0px;
    opacity: 0.5;
    z-index: -1;
    background-color: transparent;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQIW2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXxvZSoAAAAAElFTkSuQmCC)repeat;

}


.row{margin: 0px !important;}

/*-----COMMON -----*/
.bold{font-weight: 700;}
.italic{font-style: italic;}
.bottom{vertical-align: baseline;}
.uppercase{text-transform: uppercase;}
.right{float:right;}
.left{float:left;}
.center{text-align: center !important;}
.text-left{text-align: left !important;}
.text-right{text-align:right !important;}
.justify{text-align: justify;}
.hide{display: none !important;}
.show{display: block !important;}
.inline{display: inline-block !important;}
.m-hide{display: block !important;}
.w-hide{display: none !important;}
.opacity-none{opacity: 0;}
.opacity-block{opacity: 1;}

/*-----LAYOUT -----*/
.wrapper{position: relative;}
.main{text-align: center;padding: 15px; width: 100%;position: absolute;}

.main .logo img{width: 280px;border-radius: 4px; }
.jumbo{text-align: center;padding: 30px 0px;padding-bottom: 10px;}
.jumbo h1{color: #fff;font-size: 34px;font-weight: 700;max-width: 850px;margin: 0 auto;text-shadow:1px 1px 1px #000;font-family:'GothamRounded-Book';}
.get{text-align: center;}
.get .btn{font-size: 20px;min-width: 140px;}


/*-----OVERWRITE -----*/
.btn-primary{
    padding-top:8px;
    padding-bottom:15px;
    position: relative;
    color: #fff !important;
    cursor: pointer;
    background: #01aba8 linear-gradient(#01aba8, #019895) repeat scroll 0% 0%;
    border-radius: 4px !important;
    box-shadow: 0px 0px rgba(0, 0, 0, 0), 0px -5px rgba(0, 0, 0, .3) inset;
    border: 0px none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.selected {
    background: #01aba8 linear-gradient(#01aba8, #01aba8) repeat scroll 0% 0%;
    transition: all 0.3s ease !important;
}
.btn i{display: none;}
.btn-loading span{display: none;}
.btn-loading i{display: block;}
.btn-loading{
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=75);
    opacity: .75;
}

.video-js{
    border-radius: 4px;
    width: 512px !important;
    height: 288px !important;
    border-radius: 4px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.vjs-fullscreen {padding-top: 0px}

.vjs-poster {
    background-size: cover;
    background-position: top;
    border-radius: 4px;
}

.video-js .vjs-tech{
    border-radius: 4px;
}

.video-js .vjs-big-play-button{
    top: 61.3%;
    left: 39.2%;
    transform:translate(-50%,-50%);
    border-radius: 100vh;
    border: none;
    background: none;
    width: auto;
    height: auto;
    line-height: inherit;

}

.video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before {
    content: '\f101';
    color: #009794;
}

.video-js:hover .vjs-big-play-button{
    border: none;
    background: none;

}

.video-js:hover .vjs-big-play-button:before{
    color: rgba(0, 151, 148, .5);
}

/*-----LARGE  -----*/
/*------------------------*/
@media only screen and (min-width: 1600px){
    .video-js{
        width: 854px !important;
        height: 480px !important;
    }

    .video-js .vjs-big-play-button{
        top: 63.3%;
        left: 40.5%;
        transform:translate(-50%,-50%);
        border-radius: 100vh;
        border: none;
        background: none;
        width: auto;
        height: auto;
        line-height: inherit;
    }
}


/*-----TABLET POTRAIT -----*/
/*------------------------*/
@media only screen and (max-width: 768px){
    .main .logo img{width: 200px;}
    .jumbo h1{font-size: 26px;}
    .get .btn{font-size: 16px;min-width: 180px;}
}


/*-----PHONE POTRAIT -----*/
/*-------------------------*/
@media only screen and (max-width: 568px){
    .main .logo img{width:200px;border-radius: 4px; }
    .jumbo{text-align: center;padding: 40px 0px}
    .jumbo h1{font-size: 20px;}
    .get .btn{font-size: 16px;min-width: 180px;}
    /*.video-wrap{display: none;}*/

}




