body{background-image: url(/images/bg.jpg);background-repeat: no-repeat;background-position: top center; background-size: cover;background-attachment: fixed; background-color: #000; font-family: 'Muli', sans-serif; color: #FFF;}
h2 {font-weight: 600; font-size: 22px;}a{color: #FFF;}
footer{background-color: rgba(0,0,0,0.9);padding-bottom: 100px;}
a:hover{text-decoration: none;}
#showreel{background-color: rgba(0,0,0,0.9); padding: 30px 0;position: absolute;bottom: 0;width: 100%;}
#showreelarrow{    background-color: rgba(0,0,0,0.9);
    padding: 15px 0;
    line-height: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 50px;
}
.bg-ba{background-color: rgba(0,0,0,0.9); }

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.has-parallax-img{padding:13%;opacity: 0.6;cursor: pointer;
    transition: all 0.1s ease-in 0.1s; /* explorer 10 */
    -webkit-transition: all 0.1s ease-in 0.1s;  /* chrome & safari */
    -moz-transition: all 0.1s ease-in 0.1s; /* firefox */
    -o-transition: all 0.1s ease-in 0.1s;  /* opera */
}
.has-parallax-img:hover{padding:12%;opacity: 1;}

.plyr {
    margin: 0 auto;
    border-radius: 0;

}
.videopl{
    display: none;
        position: fixed;
    z-index: 888;
    width: 100%;
    background-color: #000;
    height: 100%;
    min-height: 100%;

    top: 0;
    right: 0;
}
.closer{font-size: 30px;padding:30px;z-index: 999;cursor: pointer;}
.videowrapper   {
 max-width: 80%;
 width: 80%;
    margin: 0 auto;
}
video{width: 100%;}
.ma{margin-top: 2px;margin-left: 10px;}

@media (min-width: 2200px){
.videowrapper   {
 max-width: 1920px;
 width: 80%;
    margin: 0 auto;
}

}
@media (max-width: 767px){
    body{background-image: url(/images/bg-sm.jpg);background-size: 100%;}
#showreel{padding: 10px 0;}
h2 {

    font-size: 20px;

}
.has-parallax-img{padding:30%;
}
.has-parallax-img:hover{padding:28%;}
}


.main-nav
 {
  position: relative; 
}
.main-nav {
  background: rgba(0,0,0,0.7);color: #fff;
  z-index: 150;
  margin-bottom: 20px;
 
  opacity: 0;

      transition: all 0.8s ease-in 0.1s; /* explorer 10 */
    -webkit-transition: all 0.8s ease-in 0.1s;  /* chrome & safari */
    -moz-transition: all 0.8s ease-in 0.1s; /* firefox */
    -o-transition: all 0.8s ease-in 0.1s;  /* opera */
}
.main-nav a {color: #fff;}
.main-nav a:hover{border-bottom: solid #fff 10px;padding-bottom: 10px; }
.main-nav-scrolled {
  position: fixed;
  width: 100%;
  top: 0;
  opacity: 1;
}
.link{padding: 20px 0;}
.link.active, .link:hover{padding-bottom: 0;}
.link.active .active{border-bottom: solid #fff 10px;padding-bottom: 10px;}