@charset "utf-8";
/* CSS Document */
html{	overflow-y: scroll;}
a:link, a:active, a:visited{color:#1c51ff;}
a:hover{color:#000000; text-decoration: none;}
.lato{font-family:'Lato', sans-serif;}
.facebook{background:url(images/facebook.png) top center no-repeat; width:24px; height:24px; display:inline-block;}
.facebook:hover{background:url(images/facebook.png) bottom center no-repeat; width:24px; height:24px; display:inline-block;}
.twitter{background:url(images/twitter.png) top center no-repeat; width:24px; height:24px; display:inline-block;}
.twitter:hover{background:url(images/twitter.png) bottom center no-repeat; width:24px; height:24px; display:inline-block;}
.youtube{background:url(images/youtube.png) top center no-repeat; width:24px; height:24px; display:inline-block;}
.youtube:hover{background:url(images/youtube.png) bottom center no-repeat; width:24px; height:24px; display:inline-block;}
/* HOME PG */
.pad{padding:20px;}
.videoWrapper {
        position: relative;
        padding-bottom: 60.0%; /* 16:9 */
        padding-top: 0px;
        height: 0;
}
.videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}
.dropdown{font-size:15px; font-family:"Raleway", sans-serif;}
.navbar-header,  .navbar-brand a{color:red;}
.navbar-header,  .navbar-brand a:hover{color:#f04a09;}
/*.nav li.dropdown a{color:#888;}*/
.nav li.dropdown a:hover{color:#f04a09;}
/*.nav li a{color:#888;}*/
.nav li a:hover{color:#f04a09;}
.navbar-nav.nav-justified > li{
    float:none;
}
#nav {
  width: 100%;
  position:static;
  top:-32px;
}

#nav.affix {
   position: fixed;
   top: 0;
   width:100%;
   z-index:2000;
   -webkit-transition: all .6s ease-in-out;
}