@font-face {
    font-family: 'Track';
    src: url('fonts/track-webfont.eot');
    src: url('fonts/track-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/track-webfont.woff') format('woff'),
         url('fonts/track-webfont.ttf') format('truetype'),
         url('fonts/track-webfont.svg#trackregular') format('svg');
    font-weight: normal;
    font-style: normal;
    }

.arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right:10px solid blue;
}

.no-btn{
  outline: -webkit-focus-ring-color auto 5px;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 0;
  border: none;
  background: transparent;
}

#btn-menu-open{
  top: 20px;
  right: 15px;
  position: absolute;
  z-index: 20;
}

.menu-wrapper{
  position: absolute;
  z-index:2;
  top:25px;
  left:25px;
}

.menu{
  overflow:hidden;
  transition: width 1s;
  z-index:2;
  top:25px;
  left:25px;
  color: black;
  background-color: white;
  border: 1px solid black;
  width: 500px;
  height: 31px;
}

.menu ul{
  list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
}

.menu li:first-child:hover {
/*  color:white;
  background-color:black; */
}

.menu li:first-child{
  font-weight: 500
}

.menu li:nth-child(2) {
  font-weight: 300;
  margin-left: -10px;
  border-right: 1px solid black;
/*  color: white;
  background-color: #000; */
}

.menu li {
  display: inline-block;
list-style-type: none;
  padding:5px;
padding-right: 15px;
}

.menu a{
  color: #000;
}

.short{
  width: 84px;
  height: 31px;
}

.mobileMenu{
     position: fixed;
     width: 96%;
     z-index: 2;
     margin: 2%;
     padding: 10px;
     color: black;
     -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=38, Direction=153, Color=#000000)";/*IE 8*/
     -moz-box-shadow: 2px 1px 38px 5px rgba(0,0,0,0.5);/*FF 3.5+*/
     -webkit-box-shadow: 2px 1px 38px 5px rgba(0,0,0,0.5);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
     box-shadow: 2px 1px 38px 5px rgba(0,0,0,0.5);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
     filter: progid:DXImageTransform.Microsoft.Shadow(Strength=38, Direction=135, Color=#000000); /*IE 5.5-7*/
 }

 .video-container{
      z-index: 2;
       border: 1px solid black;
       margin: auto;
       margin-top: 100px;
       background-color: white;
       width: 300px;
       height: 169px;
       /*transition: margin 1s;*/
      -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=38, Direction=135, Color=#000000)";/*IE 8*/
      -moz-box-shadow: 1px 1px 38px 5px rgba(0,0,0,0.1);/*FF 3.5+*/
      -webkit-box-shadow: 1px 1px 38px 5px rgba(0,0,0,0.1);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
      box-shadow: 1px 1px 38px 5px rgba(0,0,0,0.1);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
      filter: progid:DXImageTransform.Microsoft.Shadow(Strength=38, Direction=135, Color=#000000); /*IE 5.5-7*/
  }

  .vertical-align-container{
     display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding:20px 20px 20px 20px;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }


 ul{
  padding-left: 5px;
 }
 li{
  list-style: none;
  padding-left: 0px;
  text-indent: none;
 }

a {
  color: white;
}

#mobileMenu a {
    color: #000;
    text-decoration: none;
}

span:hover {
    border-bottom: solid 1pt #000;
    cursor: hand;
    display: inline;
    color: black;
    padding-bottom: 3px;
}

body{
 color: white;
 font-family: 'Roboto', sans-serif;
 background-color: black;
}

.idleHidden{
  opacity: 0 !important;
}

.idleVisible{
  opacity: 1;
}

.idleTransition{
  opacity: 1;
  transition: opacity 1s;
}

.catNo{
    padding: 5px;
    border: 3px solid black;
    width: 6em;
    margin:auto;
    font-size: 1.5em;
}
.track{
    font-family: 'Track';
}

.nav{
    position: fixed;
    width: 200px;
    top: 15px;
    left: 15px;
    font-size: 1.5em;
    background-color: transparent;
    z-index: 10;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

#headerTxt{
    margin: 15px;
    font-size: 2em;
    font-weight: 500;
}

.container{
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    overflow:hidden;
}

.rectangleRelease{
    margin: auto;
    width: 600px;
    height: 600px;
    background-color: black;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}

.catBlock{
    border: solid 2px black;
    width: 60px;
    height: 20px;
    padding:5px;
    margin:auto;
}

.middleRow{
    width: 100%;
    height: 70%;
}

.outerRow{
    width: 100%;
    height: 15%;
}

.float-left{
  float:left;
}

.m-2{
  margin: 2px;
}

.m-5{
  margin: 5px;
}

.m-6{
  margin: 6px;
}

.yt-link:hover{
  opacity:1;
}

.yt-link{
  opacity: 0.8;
  position: relative;
  bottom: -90%;
  right: -83%;
  z-index: 3;
}

.mute-btn{
  background-repeat:no-repeat;
  width: 25px;
  height: 25px;
}

.mute-btn-muted{
  background-size: contain;
  background-image: url("../svg/mute-on.svg");
}

.mute-btn-unmuted{
  background-size: contain;
  background-image: url("../svg/mute-off.svg");
}

#vid00-slide{
    background-image: url("../assets/bg/lg/01.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#vid01-slide{
    background-image: url("../assets/bg/lg/02.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#vid02-slide{
    background-image: url("../assets/bg/lg/03.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#vid03-slide{
    background-image: url("../assets/bg/lg/04.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


@media(max-width:767px){
    #vid00-slide{
        background-image: url("../assets/bg/sm/01-blurred.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    #vid01-slide{
        background-image: url("../assets/bg/sm/02-blurred.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    #vid02-slide{
        background-image: url("../assets/bg/sm/03-blurred.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    #vid03-slide{
        background-image: url("../assets/bg/sm/04-blurred.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    #headerTxt{
        font-size:15em;
    }

    li {
        font-size: 1.5em;
        color: black;;
        font-weight: 400;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .panel{
        -webkit-box-shadow: 0 0px 0px;
        box-shadow: 0 0px 0px;
    }

    .panel-body{
        padding-left: 0px;
        padding-right: 0px;
    }

    /* menu styling for xs */

    .menu{
      overflow:hidden;
      transition: height 1s;
      z-index:2;
      top: 2.5%;
      left: 2.5%;
      color: black;
      background-color: white;
      border: 0px solid black;
      width: 100%;
      height:240px;
    }

    .menu-wrapper{
      position: absolute;
      z-index:2;
      top:0px;
      left:0px;
    }

    .menu ul{
      width:100%;
      list-style: none;
        display: inline;
        margin: 0;
        padding: 0;
    }

    .menu li:first-child:hover {
  /*    color:white;
      background-color:black; */
    }

    .menu li:nth-child(2) {
      font-weight: 300;
      margin-top: -10px;
      margin-left: 0px;
      border-right: 0px;
      border-bottom: 1px solid black;
    /*  color: white; */
    /*  background-color: #000; */
    }

    .menu li:first-child{
      font-weight: 500
    }

    .menu li {
      width:100%;
      display: inline-block;
      list-style-type: none;
      padding:5px;
      padding-right: 15px;
    }

    .short{
      height: 40px;
    }

    .init{
      /* only applied directly after page load */
      height: 80px;
    }

}


/*li a {
  color: white;
}*/
