/*
 * 
 * stylesheet
 * version 0.1rc
 */
 html{
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
 }

 @font-face {
   font-family: 'CooperHewitt';
   src: url('cooper-hewitt/CooperHewitt-Light.otf');
   font-weight: 400;
   font-style: normal;
 }

 @font-face {
   font-family: 'CooperHewitt';
   src: url('cooper-hewitt/CooperHewitt-Heavy.otf');
   font-weight: 700;
   font-style: normal;
 }

 @font-face {
   font-family: 'CooperHewitt';
   src: url('cooper-hewitt/CooperHewitt-Bold.otf');
   font-weight: bold;
   font-style: normal;
 }

 body{
   transition: background 0.5s linear;
   background-image: url('../images/home-bg.jpg');
   background-color: black;
   background-size: 105% 105%;
   background-repeat: no-repeat;
   background-position: bottom;
   font-family: montserrat, sans-serif;
   font-style: normal;
   font-weight: 700;
   max-height: 100vh;
   overflow-y: hidden;
 }

 a{
   font-size: 0.75rem;
   color: white;
 }

 a:hover{
   text-decoration: none;
   color: white;
 }

 hr{
   border-top-color: white;
   border-top-width: 2px;
   margin-top: 3rem;
   margin-bottom: 3rem;
 }

 .container-fluid{
   z-index: 10;
 }

 img#no-style{
   width: 100%!important;
 }

 img#no-style-image{
   width: auto!important;
   height: auto!important;
 }

 #navbarToggler{
   z-index: 100;
 }

 header.navbar-dark a{
   font-weight: 400;
 }

  header.navbar-dark a.active{
    font-weight: 700;
  }

 .no-style .image{
   position: relative!important;
 }

 .no-style .content{
   top: 10vh!important;
   bottom: auto!important;
 }

 .black-tint{
   background: rgb(0,0,0);
   background: linear-gradient(180deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.6) 100%);
   position: fixed;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
 }

 .smk-button{
   padding: 10px 40px;
   border: 1px solid white;
   border-radius: 20px;
   -webkit-transition: all 0.5s ease-out;
   -moz-transition: all 0.5s ease-out;
   -o-transition: all 0.5s ease-out;
   transition: all 0.5s ease-out;
 }

 .smk-button:hover{
   background-color: white;
   color: black;
 }

 .smk-watch-button{
   display: inline-block;
   padding: 10px 40px 10px 50px;
   border: 1px solid white;
   border-radius: 20px;
   color: black;
   font-size: 14px;
   background-color: white;
 }

 .smk-watch-button:hover{
   color: black;
 }

 .row{
   margin: 0!important;
 }

 header{
   max-height: 80px;
   padding: 20px 30px 20px 40px;
 }

 header h3{
   font-weight: 100;
   font-size: 1.5rem;
   letter-spacing: 12px;
   color: rgba(255, 255, 255, 0.8);
 }

 .raxus-slider .slider-relative .slide, .raxus-slider .slider-area, .raxus-slider .mini-images-relative{
   background-color: rgba(0,0,0,0);
 }

 .raxus-slider[data-thumbnail=left] .mini-images-relative{
   box-shadow: none;
 }

 #player {
   width: 100%;
   height: calc(100vh - 80px);
   min-height: 600px;
 }

 #player .mini-images li {
   width: 300px;
   height: 150px;
 }

 footer{
   color: white;
   font-weight: 100;
   font-size: 10px;
   position: absolute;
   bottom: 0;
   right: 0;
   padding: 20px 40px 35px 40px;
 }

 footer .fab{
   margin-bottom: -10px;
   font-size: 20px;
   padding: 0 9px;
 }

.raxus-slider .mini-images{
  height: 90vh;
  overflow-y: scroll;
}

.slider-relative::-webkit-scrollbar-track{
  width: 0px;
}

.slider-relative::-webkit-scrollbar{
	width: 2px;
	background-color: black;
}

.slider-relative::-webkit-scrollbar-thumb{
  background : rgba(255,255,255,1);
  border-radius: 10px;
  box-shadow:  0 0 6px rgba(0, 0, 0, 0.5);
}

.raxus-slider .mini-images-relative{
  background-image: url('../images/film-strip-left2x.jpg'), url('../images/film-strip-right2x.jpg');
  background-repeat: no-repeat, no-repeat;
  background-size: auto 120%;
  background-position: left, 97% 100%;

}

.raxus-slider .mini-images li img {
  height: 90%;
  max-width: 24%;
  margin-left: -5px;
}

.alternate ul li.current img{
  border: 1px solid white;
}

.raxus-slider .slider-relative .slide.fix-width .image img{
  width: 65%!important;
  margin-left: -11%;
}

.raxus-slider .slider-relative .slide.fix-width.no-style .image img{
  margin-left: 0!important;
}

.raxus-slider .slider-relative .slide .image .play-button{
  left: 45%;
}


.raxus-slider .slider-relative .slide.fix-width .image{
  top: 35%!important;
}

.raxus-slider .mini-images li.selected .img-selected, .raxus-slider .mini-images li:hover .img-selected{
  box-shadow: none;
}

.clips-title{
  position: absolute;
  left: 40px;
  color: white;
  font-size: 14px;
}

.clip-caption{
  color: white;
  font-size: 12px;
  margin-top: -15px;
  margin-left: -192px;
  font-size: 10px;
}

.caption-clip-image{
  max-height: 10px;
}

.slide .content{
  position: absolute;
  bottom: 0;
  margin-left: 10.5%;
  margin-right: 15%;
  bottom: 10vh;
  max-width: 70%;
}

.slide h1{
  color: white;
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 2rem;
  white-space: normal;
}

.slide h5{
  color: white;
  font-weight: 700;
}

.slide .sub-title{
  color: white;
  font-size: 1.25rem;
  line-height: 1;
  color: white;
  white-space: normal;
}

.slide p{
  color: white;
  font-size: 0.75rem;
  line-height: 1.25rem;
  white-space: normal;
  font-weight: 700;
}

.raxus-slider .arrow-l{
  left: 84%;
  background: url('../images/arrow-left-2x.png');
  background-repeat: no-repeat;
  height: 70px;
  width: 60px;
  background-size: contain;
}

.raxus-slider .arrow-r{
  right: 4%;
  background: url('../images/arrow-right-2x.png');
  background-repeat: no-repeat;
  height: 70px;
  width: 60px;
  background-size: contain;
}

@media screen and (max-width: 1200px){
  .raxus-slider .arrow-r{
    right: 0%;
  }
}

.raxus-slider .arrow-r:active, .raxus-slider .arrow-l:active{
  background-position: initial;
}

.alternate .slider-relative .content{
  display: none;
}

.alternate ul{
  list-style-type: none;
  max-height: calc(100vh - 90px);
  overflow-y: scroll;
  padding-left: 0;
  background-image: url('../images/film-strip-left2x.jpg'), url('../images/film-strip-right2x.jpg');
  background-repeat: no-repeat, no-repeat;
  background-size: auto 90%;
  background-position: left, 97% 100%;
  border-right: 1px solid white;
}

.alternate ul li{
  padding-bottom: 10px;
}

.alternate ul li img{
  max-width: 78%;
  margin: 0 10%;
}

.alternate .about{
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.alternate .about .content{
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
}

.alternate .slider-relative{
  background-color: black;
}

.alternate .slider-relative li.slide{
  cursor: pointer;
  position: relative;
}

.alternate .slider-relative .clip-caption{
  margin: auto;
}

.alternate .slider-relative .clip-caption img{
  margin-right: 0;
  border: 0px;
}

.alternate .video-container{
  background-size: cover;
}

.alternate .arrow-left{
  background: url(../images/arrow-left-2x.png);
  background-repeat: no-repeat;
  height: 70px;
  width: 60px;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 50%;
  cursor: pointer;
}

.alternate .arrow-right{
  background: url(../images/arrow-right-2x.png);
  background-repeat: no-repeat;
  height: 70px;
  width: 60px;
  background-size: contain;
  position: absolute;
  right: -7%;
  bottom: 50%;
  cursor: pointer;
}

.alternate .arrow-left img, .alternate .arrow-right img{
  width: 50px;
  visibility: hidden;
}

.alternate .disabled{
  opacity: 0.5;
  cursor: default;
}

.alternate #player{
  height: auto!important;
  min-height: 100%!important;
}

.play-button-wrapper{
    position: absolute;
    max-width: 78%;
    width: 100%;
    margin: 0 10%;
    text-align: center;
    margin-top: -27%;
}

.play-button-wrapper img{
  max-width: 40px!important;
  border: 0!important;
}

.alternate .play-button{
  position: absolute;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  max-width: 70px;
  cursor: pointer;
}

form.sign-up input{
  width: 22%;
  border: 2px solid white;
  background-color: transparent;
  padding: 5px 10px;
  margin-right: 3%;
  color: white;
  text-transform: uppercase;
}

form.sign-up input::placeholder{
  color: white;
}

form .smk-button{
  color: black!important;
  font-weight: bold;
  background-color: #fff!important;
  margin-right: 0!important;
}

.backpage h1, .backpage h2, .backpage .date{
  color: white;
}

.backpage .page-title{
  font-size: 4rem;
  font-weight: 900;
}

.backpage h2{
  font-size: 1.5rem;
  font-weight: 900;
}

.backpage .date{
  font-size: 0.8rem;
}

.backpage h3{
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
}

.container-xl-restrict{
  max-width: 1440px;
  margin: 0 auto;
  background-image: url('../images/states-item/sm-paper-texture-repeat.jpg');
  background-size: auto;
  background-repeat: repeat;
  background-color: transparent;
}

@media screen and (min-width: 1440px) {

}

#states-item{
  font-family: serif;
  background-color: black;
  height: auto!important;
  overflow-y: auto;
  font-weight: 400;
  font-family: serif;
}

#states-item h1{
  font-family: baskerville-urw, serif;
  font-weight: 700;
  font-size: 3rem;
}

#states-item p, #states-item ul li{
  font-size: 1.2rem;
  font-family: baskerville-urw, serif;
  font-weight: 400;
}

#states-item a{
  color: black;
  font-weight: bold;
  font-size: 1.3rem;
}

#states-item a:hover{
  text-decoration: none;
  color: black;
}

#states-item .quote p{
  font-size: 3rem;
  font-family: baskerville-urw, serif;
  font-weight: 700;
  border-top: 5px solid black;
  padding-top: 20px;
}

#states-item footer{
  color: black;
  font-weight: bold;
  font-size: 1rem;
  padding: 0;
  position: relative;
}

.add-margin{
  margin: 0 -15px!important;
}
