/* === GLOBAL === */
html, body{
    height: auto;
    position: relative;
}
body{
    background: url("../images/rendano.jpg") no-repeat fixed 0 0 / cover transparent;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 14px;
    z-index: 999999;
}
#wrap{
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    width: 100%;
    z-index: 100;
}
p, li{
    font-size: 100%;
    line-height: 1.5rem;
    color: #777777;
}
hr{
    background: rgba(0, 140, 186, 0.60);
    height: 4px;
    border: none;
    width: 120px;
    margin: 15px auto;
}
.light{
    color: #008CBA;
}
.bglight{
    background: rgba(0, 140, 186, 0.60);
    color: #ffffff;
    padding: 0 8px;
}
.fa{
    color: #008CBA;
}
h2{
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.5rem;
}
#about h2, #services h2{
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 15px;
}
h3{
    font-family: 'Oswald',Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2rem;
}
h4, h5, h6{
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}
.columns.nopad{
    padding: 0;
}
.flex-video{
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 56.2%;
}
.button{
    background: transparent;
    border: 2px solid #008CBA;
    color: #008CBA;
    text-transform: uppercase;
}
.button:hover{
    background: #008CBA;
    color: #ffffff;
}

.button.play {
    border-radius: 100%;
    font-size: 20px;
    letter-spacing: -5px;
    padding: 20px 28px;
}
.button.play:hover .fa{
    color: #ffffff;
}
.button.top {
    -webkit-transition: all 220ms ease-in;
    -moz-transition: all 220ms ease-in;
    -ms-transition: all 220ms ease-in;
    -o-transition: all 220ms ease-in;
    transition: all 220ms ease-in;
    border-radius: 100%;
    font-size: 20px;
    padding: 20px 24px;
    margin-top: 0;
}
.button.top:hover .fa{
    color: #ffffff;
}
.button.top:hover{
    -webkit-transition: all 220ms ease-in;
    -moz-transition: all 220ms ease-in;
    -ms-transition: all 220ms ease-in;
    -o-transition: all 220ms ease-in;
    transition: all 220ms ease-in;
    margin-top: 10px;
}
.bottombox{
    padding: 2rem 0;
}
/* overlay */
.overlay{
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
}
/* fix video bg */
.mbYTP_wrapper{
    height: 100% !important;
    z-index: -9999999 !important;
}
/* === FANCYBOX === */
.fancybox-skin {
    background: rgba(0, 0, 0, 0.25) !important;
    border-radius: 0;
    color: #444444;
    position: relative;
    text-shadow: none;
}
.fancybox-inner{
    margin-bottom: 0 !important;
    padding-bottom: 56.2% !important;
    padding-top: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    position: relative !important;
}
.fancybox-inner iframe{
    height: 100% !important;
    left: 0 !important;
    position: absolute !important;
    top: 0 !important;
    width: 100% !important;
}
/* === SCROLL TOP === */
.back-to-top i{
    font-size: 30px !important;
    color: #FFFFFF;
}
.back-to-top{
    background: rgba(0, 140, 186, 0.71);
    bottom: 0;
    padding: 3px 10px;
    position: fixed;
    right: 30px;
    text-decoration: none;
    z-index: 2000;
}
.back-to-top:hover{
    background: rgba(0, 173, 225, 0.71);
}