@font-face {
  font-family: 'Cormorant';
  src: local('?'), url('../fonts/Cormorant/Cormorant-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Cormorant';
  src: local('?'), url('../fonts/Cormorant/Cormorant-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Cormorant';
  src: local('?'), url('../fonts/Cormorant/Cormorant-Bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Cormorant';
  src: local('?'), url('../fonts/Cormorant/Cormorant-BoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Cormorant';
  src: local('?'), url('../fonts/Cormorant/Cormorant-Light.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Cormorant';
  src: local('?'), url('../fonts/Cormorant/Cormorant-LightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Cormorant';
  src: local('?'), url('../fonts/Cormorant/Cormorant-Medium.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Cormorant';
  src: local('?'), url('../fonts/Cormorant/Cormorant-MediumItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Cormorant';
  src: local('?'), url('../fonts/Cormorant/Cormorant-SemiBold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Cormorant';
  src: local('?'), url('../fonts/Cormorant/Cormorant-SemiBoldItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
/**************************************/
@font-face {
  font-family: 'WorkSans';
  src: local('?'), url('../fonts/Work_Sans/WorkSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'WorkSans';
  src: local('?'), url('../fonts/Work_Sans/WorkSans-Bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'WorkSans';
  src: local('?'), url('../fonts/Work_Sans/WorkSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'WorkSans';
  src: local('?'), url('../fonts/Work_Sans/WorkSans-SemiBold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'WorkSans';
  src: local('?'), url('../fonts/Work_Sans/WorkSans-Medium.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'WorkSans';
  src: local('?'), url('../fonts/Work_Sans/WorkSans-Light.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'WorkSans';
  src: local('?'), url('../fonts/Work_Sans/WorkSans-ExtraLight.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.bord {
  border: 1px solid red;
  box-sizing: border-box;
}
.full-w {
  width: 100%;
  height: auto;
}
.main-wrap {
  position: relative;
  height: 100%;
}
.header,
.footer {
  position: fixed;
  width: 100%;
  z-index: 999;
}
.header {
  display: table;
  padding: 15px 80px;
  z-index: 999;
}
.header .logo,
.header .top-nav {
  display: table-cell;
  vertical-align: middle;
}
.header .main-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
  display: table;
  float: right;
}
.header .main-nav > li {
  padding: 15px 0 15px 55px;
  display: table-cell;
  vertical-align: middle;
}
.header .main-nav > li > a {
  font-size: 18px;
  text-decoration: none;
  color: #c6a285;
  font-family: Cormorant;
  font-weight: 500;
  font-style: italic;
}
.header .nav-triger {
  position: relative;
  display: block;
  width: 50px;
  height: 24px;
}
.header .nav-triger .line {
  width: 100%;
  position: absolute;
  background: #c6a285;
  height: 2px;
}
.header .nav-triger .line.line-mid {
  top: 11px;
}
.header .nav-triger .line.line-bottom {
  bottom: 0;
}
.header .nav-triger.mob {
  display: none;
  position: absolute;
  width: 30px;
  height: 20px;
  right: 15px;
}
.header .nav-triger.mob .line.line-mid {
  top: 9px;
}
.footer {
  text-align: center;
  bottom: 0;
  color: #c6a285;
  font-size: 15px;
}
.footer .row {
  border-top: 1px solid #c6a285;
  margin: 0;
}
.footer .row > div {
  border-right: 1px solid #c6a285;
  padding: 10px;
  font-family: WorkSans;
  font-size: 15px;
}
.footer .row > div:last-child {
  border: none;
}
#arrowsNav {
  list-style: none;
  text-align: center;
  padding: 0;
  display: block;
  position: fixed;
  bottom: 80px;
  left: 50%;
  margin-left: -90px;
  width: 180px;
  z-index: 100;
}
#arrowsNav > li {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 0% center;
  background-size: 100%;
  display: none;
}
#arrowsNav > li.active {
  display: inline-block;
}
#arrowsNav > li.first,
#arrowsNav > li.last {
  width: 71px;
  height: 28px;
}
#arrowsNav > li.left,
#arrowsNav > li.right {
  width: 41px;
  height: 28px;
}
#arrowsNav > li.first {
  background-image: url('../images/arrow-first.png');
}
#arrowsNav > li.last {
  background-image: url('../images/arrow-last.png');
}
#arrowsNav > li.left {
  background-image: url('../images/arrow-left.png');
  margin-right: 80px;
}
#arrowsNav > li.right {
  background-image: url('../images/arrow-right.png');
}
#mob-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #404040;
  z-index: 9999;
  text-align: center;
  display: none;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
}
#mob-nav .l {
  text-align: center;
  padding: 30px 0;
  width: 100%!important;
  position: absolute;
}
#mob-nav .close {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #c6a285;
  opacity: 1;
  text-shadow: none;
  z-index: 100;
}
#mob-nav ul.m {
  list-style: none;
  padding: 0;
  position: relative;
  top: -6vh;
  display: table-cell;
  vertical-align: middle;
}
#mob-nav ul.m > li > a {
  font-size: 30px;
  line-height: 3;
  color: #c6a285;
  text-decoration: none;
  font-style: italic;
  font-weight: 500;
  font-family: Cormorant;
}
#mob-nav ul.c {
  list-style: none;
  padding: 0;
  position: absolute;
  bottom: 5vh;
  left: 0;
  width: 100%;
}
#mob-nav ul.c > li {
  font-size: 18px;
  line-height: 2;
  color: #c6a285;
  font-family: WorkSans;
}
@media (max-width: 991px) {
  #mob-nav ul.m > li > a {
    font-size: 7vh!important;
  }
  #mob-nav ul.c > li {
    font-size: 3vh!important;
  }
}
.page {
  padding: 0;
  margin: 0;
  display: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.page .title {
  font-family: Cormorant;
  font-size: 60px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 10px;
}
.page .subtitle {
  font-family: WorkSans;
  font-size: 18px;
  margin-bottom: 20px;
}
.page .copy {
  font-family: WorkSans;
  font-size: 12px;
}
.page .more {
  font-family: WorkSans;
  font-size: 18px;
  margin-top: 45px;
  color: #c6a285;
  text-decoration: none;
  display: inline-block;
  border-top: 1px solid #c6a285;
  padding: 3px 0 0 0;
}
#home {
  background-image: url('../images/pages/home.jpg');
}
#all-cyl {
  background-image: url('../images/pages/all-cyl.jpg');
}
#possesed {
  background-image: url('../images/pages/possesed.items.png'), url('../images/pages/possesed.jpg');
  background-size: auto 90%, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: right 0px bottom 42px, center center;
}
#thirst {
  background-image: url('../images/pages/thirst.jpg');
}
#console {
  background-image: url('../images/pages/console.jpg');
}
#geared-up {
  background-image: url('../images/pages/geared-up.jpg');
}
#studio {
  background: #fff;
}
#all-cyl .page-content,
#thirst .page-content,
#geared-up .page-content {
  padding-left: 60%;
}
#console .page-content,
#possesed .page-content {
  padding-left: 15%;
}
#all-cyl {
  color: #434343;
}
#home .page-content {
  text-align: center;
}
#home .page-content .title {
  font-size: 48px;
  color: #c6a285;
  margin-bottom: 0;
}
#home .page-content .subtitle {
  font-size: 31px;
  font-family: Cormorant;
  font-style: italic;
  font-weight: 500;
  margin-top: 15px;
}
#home .page-content .divider {
  background-image: url('../images/pages/hp-circle.png');
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 420px;
  margin: auto;
  height: 50px;
}
#studio .pp-tableCell {
  padding: 100px 80px 200px 80px;
}
#studio .page-content {
  height: 100%;
}
#studio .page-content .content {
  width: 100%;
  height: 100%;
  background-image: url('../images/pages/artist.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
}
#studio .page-content .content .info {
  width: 40%;
  float: right;
  color: #5D5D5D;
  position: relative;
  height: 100%;
}
#studio .page-content .content .info .title {
  margin-top: -20px;
}
#studio .page-content .content .info .subtitle {
  font-size: 42px;
  color: #c6a285;
  font-family: Cormorant;
  font-style: italic;
  font-weight: 500;
  margin-top: -30px;
}
#studio .page-content .content .info .download {
  color: #c6a285;
  text-decoration: none;
  font-size: 18px;
  display: inline-block;
  border-top: 1px solid #c6a285;
  border-bottom: 1px solid #c6a285;
  padding: 10px 0;
  letter-spacing: 3px;
  position: absolute;
  bottom: 0;
}
@media (min-width: 1350px) and (max-width: 1400px) {
  .content .info {
    width: 45% !important;
  }
}
@media (max-width: 991px) {
  .header {
    padding: 30px 0;
  }
  .header .logo {
    text-align: center;
  }
  .header .main-nav {
    display: none;
  }
  .header .nav-triger.mob {
    display: block;
  }
  .pp-tableCell {
    vertical-align: top;
  }
  .page .page-content {
    padding: 80px 30px 30px 30px !important;
    text-align: center;
  }
  .page .page-content .title {
    font-size: 12vw;
  }
  .page .page-content .copy {
    font-size: 4vw;
  }
  .page .page-content .subtitle {
    display: none;
  }
  .page .page-content .more {
    display: none;
  }
  #home {
    background-image: url('../images/pages/home.mob.jpg');
  }
  #all-cyl {
    background-image: url('../images/pages/all-cyl.mob.jpg');
  }
  #possesed {
    background-image: url('../images/pages/possesed.mob.jpg');
    background-size: cover;
    background-position: center center;
  }
  #thirst {
    background-image: url('../images/pages/thirst.mob.jpg');
  }
  #console {
    background-image: url('../images/pages/console.mob.jpg');
  }
  #geared-up {
    background-image: url('../images/pages/geared-up.mob.jpg');
  }
  #home .pp-tableCell {
    vertical-align: middle;
  }
  #home .page-content {
    padding: auto!important;
  }
  #home .page-content .title {
    font-size: 11vw;
  }
  #home .page-content .subtitle {
    display: block;
    font-size: 7vw;
  }
  #home .page-content .divider {
    width: 100%;
    background-size: contain;
  }
  #studio .page-content {
    padding-bottom: 14px!important;
  }
  #studio .page-content .content .info .title {
    margin-top: 0;
  }
  #studio .page-content .content .info .copy {
    font-size: 3vw;
  }
  #studio .page-content .content .info .download {
    font-size: 4vw;
    white-space: nowrap;
    padding: 5px 0;
  }
  #arrowsNav {
    bottom: 3%;
  }
  .footer {
    display: none;
  }
}
@media (max-width: 991px) {
  #studio .pp-tableCell {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  #studio .page-content .content {
    background: none;
  }
  #studio .page-content .content .info {
    width: 90%;
    text-align: center;
    margin: auto;
    float: none;
  }
  #studio .page-content .content .info .copy {
    margin-top: 30px;
  }
  #studio .page-content .content .info .download {
    position: relative;
    margin: auto;
    margin-top: 10px;
  }
}
.pp-easing {
  transition: all 1s ease;
  transition-timing-function: ease;
  -o-transition: all 1s ease;
  -o-transition-timing-function: ease;
  -moz-transition: all 1s ease;
  -moz-transition-timing-function: ease;
  -webkit-transition: all 1s ease;
  -webkit-transition-timing-function: ease;
}
.page .page-content {
  animation-duration: 1.3s;
  animation-delay: 0.2s;
  -o-animation-duration: 1.3s;
  -o-animation-delay: 0.2s;
  -moz-animation-duration: 1.3s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-duration: 1.3s;
  -webkit-animation-delay: 0.2s;
}
@media (max-width: 767px) {
  .rotate-90 .page .page-content {
    zoom: .5;
    padding-top: 10%!important;
  }
  .rotate-90 #studio .info .copy {
    font-size: 5vh!important;
  }
  .rotate-90 #all-cyl {
    background-image: url('../images/pages/all-cyl.mob.bottom.jpg');
  }
}
