/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 44px;
}
.rsDefault.rsHor .rsArrowLeft {
  left: 0;
  top: 0;
}
.rsDefault.rsHor .rsArrowRight {
  right: 25px;
  top: 0;
}
.rsDefault .rsArrowIcn {
  width: 18px;
  height: 35px;
  top: 50%;
  left: 50%;
  position: absolute;
  cursor: pointer;
  background: url("../img/assets.png");
  opacity: .5;
  transition: opacity .4s;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -ms-transition: opacity .4s;
}
.rsDefault .rsArrowIcn:hover {
  opacity: 1;
  transition: opacity .4s;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -ms-transition: opacity .4s;
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -210px 0px;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -230px 0px;
}
.rsDefault .rsArrowDisabled .rsArrowIcn {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: .4;
  *display: none;
}
/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 50px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  line-height: 18px;
  overflow: hidden;
}
.rsDefault .rsBullet {
  cursor: pointer;
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 5px 1px;
  border-radius: 50%;
  background: #777;
  background: rgba(255, 255, 255, 0.5);
}
.rsDefault .rsBullet.rsNavSelected {
  background-color: #FFF;
}
/***************
*
*  6. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: url("../img/rs-default.png") no-repeat 0 -32px;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  *background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
}
.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
  /*top: -6px;
	right: -38px;*/

}
.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('../img/rs-default.png') -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
body {
  background: #000;
  /*overflow-x: hidden;*/
  /*overflow-y: visible;*/
}
ul li {
  list-style: none;
}
#trailer,
#gallery,
#home,
#synopsis {
  position: fixed;
  top: 0;
  left: 0;
}
#tumblr {
  position: absolute;
  top: 0;
  left: 0; 
}
.close-button {
  cursor: pointer;
  position: fixed;
  background: url("../img/assets.png") -170px 0 no-repeat;
  width: 31px;
  height: 31px;
  opacity: .5;
}
.left-button {
  cursor: pointer;
  background: url("../img/assets.png") -210px 0 no-repeat;
  position: fixed;
  top: 50%;
  left: 30px;
  width: 18px;
  height: 35px;
  opacity: .5;
}
.right-button {
  cursor: pointer;
  background: url("../img/assets.png") -230px 0 no-repeat;
  position: fixed;
  top: 50%;
  right: 30px;
  width: 18px;
  height: 35px;
  opacity: .5;
}
.overlay {
  background: #000;
  opacity: .85;
}
.grab-cursor {
  cursor: url("../img/grab.png") 8 8, move;
}
.grabbing-cursor {
  cursor: url("../img/grabbing.png") 8 8, move;
}
video {
  position: fixed;
}
nav {
  z-index: 999;
  color: #aeaeae;
  font-size: 12px;
  margin-left: 10px;
  font-family: dinmedium;
  position: fixed;
}
nav #nav-bg {
  background: #000;
  height: 46px;
  width: 46px;
  position: absolute;
  top: 10px;
  left: 10px;
}
nav #menu {
  position: absolute;
  top: 10px;
  left: 10px;
}
nav #menu #menu-button {
  cursor: pointer;
  color: #000;
  background: url("../img/assets.png") top left;
  width: 20px;
  height: 20px;
  float: left;
  margin-left: 13px;
  margin-top: 13px;
}
nav #menu #nav-buttons {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* Chrome and Safari */

  -moz-backface-visibility: hidden;
  /* Firefox */

  -ms-backface-visibility: hidden;
  /* Internet Explorer */

  visibility: hidden;
  opacity: 0;
  margin: 17px 0 0 70px;
  padding: 0;
  width: 600px;
}
nav #menu #nav-buttons li {
  cursor: pointer;
  float: left;
  margin-right: 55px;
}
footer {
  position: fixed;
  bottom: 80px;
  width: 100%;
  z-index: 9999;
}
footer #footer-buttons {
  z-index: 10;
  position: absolute;
  margin: 0 0 0 30px;
  padding: 0;
  float: left;
}
footer #footer-buttons li {
  cursor: pointer;
  float: left;
  margin-right: 2px;
}
footer #footer-buttons .facebook-button {
  background: url("../img/assets.png") -20px 0 no-repeat;
  width: 29px;
  height: 27px;
}
footer #footer-buttons .twitter-button {
  background: url("../img/assets.png") -50px 0 no-repeat;
  width: 29px;
  height: 27px;
}
footer #footer-hashtag {
  position: absolute;
  left: 90px;
  background: url("../img/assets.png") -80px 0 no-repeat;
  width: 86px;
  height: 19px;
  margin: 3px 0 0 10px;
}
footer #legal-button {
  cursor: pointer;
  /*position: absolute;*/
  /*width: 20px;*/
  margin-left: 30px;
  clear: both;
  font-size: 10px;
  font-family: Arial;
  margin-top: 40px;
  color: #595959;
}
footer #mute-button {
  cursor: pointer;
  background: url("../img/mute.gif");
  width: 22px;
  height: 17px;
  position: fixed;
  right: 30px;
  margin-top: 40px;
  z-index: 11;
}
footer #legal {
  background: #000;
  width: 100%;
  height: 170px;
  position: absolute;
  margin-top: 80px;
}
footer #legal #legal-img {
  background: url("../img/legal.png");
  width: 827px;
  height: 135px;
  position: absolute;
  right: 30px;
  top: 15px;
}
footer #legal #rating-img {
  background: url("../img/rating.png");
  width: 210px;
  height: 57px;
  position: absolute;
  top: 15px;
  left: 30px;
}
footer #legal ul {
  position: absolute;
  top: 108px;
  left: 30px;
}
footer #legal ul li {
  float: left;
}
footer #legal ul li a {
  text-decoration: none;
  color: #ddd;
  font-family: Arial;
  font-size: 10px;
  margin: 0 7px;
  transition: color .4s;
  -webkit-transition: color .4s;
  -moz-transition: color .4s;
  -ms-transition: color .4s;
}
footer #legal ul li a:hover {
  color: #fff;
  transition: color .4s;
  -webkit-transition: color .4s;
  -moz-transition: color .4s;
  -ms-transition: color .4s;
}
footer #legal ul li:after {
  content: "|";
  color: #666;
  margin-top: 5px;
}
footer #legal ul li:last-child:after {
  content: '';
}
div#green {
background-color: #cad5c6;
width: 100%;
height: 100%;
position: fixed;
}




#legalBottom ul {
  position: absolute;
  top: 18px;
  left: -15px;
}
#legalBottom ul li {
  float: left;
}
#legalBottom ul li a {
  text-decoration: none;
  /*color: #ddd;*/
  color: #666;
  font-family: Arial;
  font-size: 10px;
  margin: 0 7px;
  transition: color .4s;
  -webkit-transition: color .4s;
  -moz-transition: color .4s;
  -ms-transition: color .4s;
}
#legalBottom ul li a:hover {
  color: #000;
  transition: color .4s;
  -webkit-transition: color .4s;
  -moz-transition: color .4s;
  -ms-transition: color .4s;
}
#legalBottom.inverse ul li a:hover {
  color: #fff;
}
#legalBottom ul li:after {
  content: "|";
  color: #666;
  margin-top: 5px;
}
#legalBottom ul li:last-child:after {
  content: '';
}




.bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
#home #title {
  position: fixed;
  /*background: url("../img/title.png") no-repeat;*/
  /*background: url("http://static.tumblr.com/zi9llqb/g3Kn17j9a/date_txt_nowplaying.png") no-repeat;*/
  /*background: url("http://static.tumblr.com/zi9llqb/MwDn17j7k/date_txt.png") no-repeat;*/
  background: url("../img/br3.png") no-repeat;
  /*width: 524px;*/
  /*height: 153px;*/
  width: 713px;
  height: 406px;
  z-index: 4;
  cursor: pointer;
}



#home #bg-left {
  position: fixed;
  top: 0px;
  background: #d6e1d3;
}
#home #bg-right {
  position: fixed;
  top: 0px;
  
  background-color: #0a1109;
}
#home #tumblr-button {
  cursor: pointer;
  position: fixed;
  background: url("../img/assets.png") -330px 0 no-repeat;
  width: 74px;
  height: 74px;
  opacity: .7;
  z-index: 10;
}
#home #play-button {
  cursor: pointer;
  position: fixed;
  background: url("../img/assets.png") -410px 0 no-repeat;
  width: 74px;
  height: 74px;
  opacity: .7;
  z-index: 4;
}
#synopsis {
  top: 115px;
  color: #fff;
}
#synopsis h1 {
  font-family: dinblack;
  font-size: 24px;
  margin: 0;
  padding: 0;
}
#synopsis p {
  font-family: Arial;
  font-size: 15px;
  width: 675px;
  line-height: 30px;
}
#synopsis .line {
  height: 1px;
  width: 700px;
  background: #fff;
  opacity: .2;
  margin-bottom: 30px;
}
#synopsis .section-info {
  color: #c4c1c1;
  opacity: .6;
  padding: 0;
  margin: 5px 0 0 0;
}
#synopsis .close-button {
  position: relative;
  left: 700px;
  top: 0px;
  top: -340px;
}
#trailer, #gallery, #synopsis {
  z-index: 10;
}
#trailer #youtubePlayer {
  position: absolute;
  top: 65px;
}
#trailer .close-button {
  top: 65px;
  right: 30px;
}
#trailer .royalSlider {
  position: absolute;
  top: 65px;
  left: 0;
  width: 1000px;
  height: 900px;
}
#trailer .rsDefault .rsBullets {
  bottom: -40px;
}
#trailer .videoTitle {
  color: #fff;
  position: absolute;
  bottom: 70px;
  left: 70px;
  top: auto;
}
#trailer .videoTitle h4 {
  font-family: dinblack;
  font-size: 50px;
  margin: 0;
  padding: 0;
}
#trailer .videoTitle p {
  font-family: dinmedium;
  font-size: 26px;
  margin: 0;
  padding: 0;
}
#gallery .overlay {
  opacity: 1;
}
#gallery .close-button {
  top: 65px;
  right: 30px;
  z-index: 99999;
}
#gallery .royalSlider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#gallery .left-gradient {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/gradientLeft.png") repeat-y;
  width: 205px;
  height: 900px;
}
#gallery .right-gradient {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/gradientRight.png") repeat-y;
  width: 205px;
  height: 900px;
}
#gallery #share-buttons {
  z-index: 100;
  position: absolute;
  top: 120px;
  right: 35px;
}
#gallery #share-buttons li {
  margin-bottom: 30px;
}
#gallery #share-buttons .share-icon {
  opacity: .75;
}
#gallery #share-buttons .facebook-icon {
  background: url("../img/assets.png") -270px 0 no-repeat;
  width: 8px;
  height: 16px;
}
#gallery #share-buttons .twitter-icon {
  background: url("../img/assets.png") -280px 0 no-repeat;
  width: 13px;
  height: 10px;
  margin-left: -2px;
}
#gallery #share-buttons .tumblr-icon {
  background: url("../img/assets.png") -300px 0 no-repeat;
  width: 9px;
  height: 14px;
}
#gallery #share-buttons .pinterest-icon {
  background: url("../img/assets.png") -310px 0 no-repeat;
  width: 12px;
  height: 15px;
}
#tumblr {
  opacity: 0;
  /*visibility: hidden;*/
}
/* =====================
* 
* Orientation
*
======================== */
#orientation-info {
  position: absolute;
  background: #1e1e21;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 0px;
  height: 0px;
  opacity: 0;
  pointer-events: none;
  z-index: 1000000;
}
#orientation-info .orientation-copy {
  font-family: dinmedium;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 1px;
  margin-left: 100px;
}
#deactivate {
  cursor: pointer;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
#deactivate .deactivate-copy {
  color: #fff;
  font-family: dinmedium;
  font-size: 26px;
  text-align: center;
}

@media only screen and (max-width: 1370px) {
  #home #title {
    transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
  }
}

@media only screen and (max-width: 1060px) {
  #home #title {
    transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
  }
  
  #synopsis p {
    width: 500px;
    line-height: 25px;
  }
  #synopsis .line {
    
    width: 500px;
    
  }
  #synopsis .close-button {

    left: 500px;

  }

}

@media only screen and (max-width: 1030px) {
  #home #title {
    transform: scale(0.6, 0.6);
    -webkit-transform: scale(0.6, 0.6);
    -moz-transform: scale(0.6, 0.6);
    -o-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
  }
}
