body, html {
    margin:0;
    padding:0;
    height: 100%;
}
body {
  margin:0 auto;
  font-family: 'Garamond', 'EB Garamond', 'Times New Roman', serif;
  background: rgba(228,227,234,1);
  background: -moz-linear-gradient(45deg, rgba(228,227,234,1) 0%, rgba(245,244,249,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(228,227,234,1)), color-stop(100%, rgba(245,244,249,1)));
  background: -webkit-linear-gradient(45deg, rgba(228,227,234,1) 0%, rgba(245,244,249,1) 100%);
  background: -o-linear-gradient(45deg, rgba(228,227,234,1) 0%, rgba(245,244,249,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(228,227,234,1) 0%, rgba(245,244,249,1) 100%);
  background: linear-gradient(45deg, rgba(228,227,234,1) 0%, rgba(245,244,249,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e3ea', endColorstr='#f5f4f9', GradientType=1 );
}

.g-recaptcha div {
  margin:15px auto;
}

::selection {
  background:#999;
}

::-moz-selection {
  background:#999;
}

.section {
  background: rgba(228,227,234,1);
  background: -moz-linear-gradient(45deg, rgba(228,227,234,1) 0%, rgba(245,244,249,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(228,227,234,1)), color-stop(100%, rgba(245,244,249,1)));
  background: -webkit-linear-gradient(45deg, rgba(228,227,234,1) 0%, rgba(245,244,249,1) 100%);
  background: -o-linear-gradient(45deg, rgba(228,227,234,1) 0%, rgba(245,244,249,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(228,227,234,1) 0%, rgba(245,244,249,1) 100%);
  background: linear-gradient(45deg, rgba(228,227,234,1) 0%, rgba(245,244,249,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e3ea', endColorstr='#f5f4f9', GradientType=1 );
}

.signup {
  width: 100%;
  height: 100%;
  position: fixed;
  top:0;
  left:0;
  background:rgba(0,0,0,.92);
  z-index: 14;
  visibility: visible;
  opacity: 1;
  display: table;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

.signup.destroy {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  z-index: -1;
}

.mailformwrap {
  vertical-align: middle;
  color:#fff;
  text-align: center;
  margin:auto;
  display: table-cell;
}

#close-mailwrap {
  width: 55px;
  height: 55px;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 10;
  cursor: pointer;
}

#emailinput {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 4px 6px;
  border-radius: 0px;
  width: 90%;
  max-width: 400px;
  display: inline-block;
}

#nameinput {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 4px 6px;
  border-radius: 0px;
  width: 90%;
  max-width: 400px;
  display: inline-block;
  margin-bottom:15px;
}

#subscribebtn {
  display: inline-block;
  width: 90%;
  max-width: 414px;
  padding: 6px;
  /* height: 30px; */
  margin-top: 15px;
  background: #fff;
  border: none;
  color: #000;
}

/*
.everything.blur {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  filter: blur(10px);
}
*/

.border {
    background: #ebeaf0;
    position: fixed;
    z-index: 10;
}
.left, .right {
    top: 0; bottom: 0;
    width: 35px;
}
.left { left: 0; }
.right { right: 0; }

.top, .bottom {
    left: 0; right: 0;
    height: 35px;
}
.top { top: 0; }
.bottom { bottom: 0; }


.line-top-left {
  width: 50%;
  position: fixed;
  left: 35px;
  top: 35px;
  border-bottom:1px solid #000;
}
.line-top-right {
  width: 50%;
  position: fixed;
  right: 35px;
  top: 35px;
  border-bottom:1px solid #000;
}
.line-right-top {
  height: 50%;
  position: fixed;
  right: 35px;
  top: 35px;
  border-right:1px solid #000;
}
.line-right-bottom {
  height: 50%;
  position: fixed;
  right: 35px;
  bottom: 35px;
  border-right:1px solid #000;
}
.line-bottom-right {
  width: 50%;
  position: fixed;
  right: 35px;
  bottom: 35px;
  border-bottom:1px solid #000;
}
.line-bottom-left {
  width: 50%;
  position: fixed;
  left: 35px;
  bottom: 35px;
  border-bottom:1px solid #000;
}
.line-left-bottom {
  height: 50%;
  position: fixed;
  left: 35px;
  bottom: 35px;
  border-left:1px solid #000;
}
.line-left-top {
  height: 50%;
  position: fixed;
  left: 35px;
  top: 35px;
  border-left:1px solid #000;
}

.title {
  width: 800px;
  height: 213px;
  position: relative;
  left: 50%;
  margin-left: -400px;
}

#title1 {
  position: absolute;
  left:50%;
  margin-left:-220px;
  bottom:290px;
  letter-spacing: 2px;
}

#title2 {
  position: absolute;
  left:50%;
  margin-left:120px;
  bottom:290px;
  letter-spacing: 2px;
}

.title-text {
  font-size: 13px;
}

.fist-front {
  width: 330px;
  position: absolute;
  left:50%;
  margin-left:-168px;
  bottom:0px;
  opacity: 1;
  -webkit-transition:opacity .5s linear;
  -moz-transition:opacity .5s linear;
  transition:opacity .5s linear;
}

.fist-front.fadeout {
  opacity: 0;
  -webkit-transition:opacity .5s linear;
  -moz-transition:opacity .5s linear;
  transition:opacity .5s linear;
}

.fist-back {
  width: 350px;
  position: absolute;
  left: 50%;
  margin-left: -200px;
  bottom: 0px;
  opacity: 0;
  -webkit-transition:opacity .5s linear;
  -moz-transition:opacity .5s linear;
  transition:opacity. .5s linear;
}

.fist-back.fadein {
  opacity: 1;
  -webkit-transition:opacity .5s linear;
  -moz-transition:opacity .5s linear;
  transition:opacity. .5s linear;
}

.fist-link {
  opacity: 1;
  -webkit-transition:opacity .5s linear;
  -moz-transition:opacity .5s linear;
  transition:opacity. .5s linear;
}

.fist-link.fadein {
  opacity: 1;
  z-index: 20;
  -webkit-transition:opacity .5s linear;
  -moz-transition:opacity .5s linear;
  transition:opacity .5s linear;
}

.fist-link.fadein:active {
  opacity: 1;
  z-index: 20;
  -webkit-transition:opacity .5s linear;
  -moz-transition:opacity .5s linear;
  transition:opacity .5s linear;
}

.fist-back.fadein {

}

#menu-wrap {
    top:58px;
}

#menu-wrap .item {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  font-size: 14px;
  letter-spacing: .8px;
  text-align: center;
  cursor: pointer;
}

#menu2 {
    bottom:28px;
}

#menu2 .item {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  font-size: 14px;
  letter-spacing: .8px;
  text-align: center;
  cursor: pointer;
}

span.line_wrap {
    position:relative;
    display:inline-block;
}
span.line {
    display:inline-block;
    position:absolute;
    left:-5%;
    top:53%;
    width:0;
    border-top:1px solid #000;
    -webkit-transition: width 0.3s cubic-bezier(0.73, -0.01, 0.34, 0.98);
    -moz-transition: width 0.3s cubic-bezier(0.73, -0.01, 0.34, 0.98);
    transition: width 0.3s cubic-bezier(0.73, -0.01, 0.34, 0.98);
}

.lower a {
  color:#000;
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.73, -0.01, 0.34, 0.98);
  -moz-transition: all 0.3s cubic-bezier(0.73, -0.01, 0.34, 0.98);
  transition: all 0.3s cubic-bezier(0.73, -0.01, 0.34, 0.98);
}

.lower.white a {
  color:#fff;
  -webkit-transition: all 0.3s cubic-bezier(0.73, -0.01, 0.34, 0.98);
  -moz-transition: all 0.3s cubic-bezier(0.73, -0.01, 0.34, 0.98);
  transition: all 0.3s cubic-bezier(0.73, -0.01, 0.34, 0.98);
}

.line.white {
  border-top:1px solid #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.73, -0.01, 0.34, 0.98);
  -moz-transition: all 0.3s cubic-bezier(0.73, -0.01, 0.34, 0.98);
  transition: all 0.3s cubic-bezier(0.73, -0.01, 0.34, 0.98);
}

.mail-open.white {
  color:#fff;
}

span.line_wrap:hover span.line {
    width:110%;
}​

.slick-dots li:hover span.line {
    width:110%;
}​

body.lock {
  overflow: hidden;
}
#superContainer {
  height:100%;
  position:relative;
  overflow: hidden;
}
section{
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.ham {
  display: none;
}

.icon {
  cursor: pointer;
  position: fixed;
  right: 25px;
  top: 29px;
  width: 40px;
  height: 30px;
  z-index: 10;
  display: none;
}

.icon span {
  position: absolute;
  width: 100%;
  height: 1px;
  display: block;
  background: #000;
  -webkit-transition: all 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -webkit-transition-delay: 0ms;
  -moz-transition: all 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0ms;
  -o-transition: all 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0ms;
  transition: all 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0ms;
  transform-style: preserve-3D;
}

.icon span.white {
  background:#FFF;
}

.icon span:nth-child(1) {
    top: 0;
}

.icon span:nth-child(2) {
    top: 8px;
}

.icon span:nth-child(3) {
    top: 16px;
}

.trigger-mob-nav {
    position: fixed;
    top: 5px;
    right: 5px;
    width: 70px;
    height: 60px;
    z-index: 12;
    display: block;
    visibility: hidden;
}

.icon.animate-icon {
    position: absolute;
}

.icon.animate-icon span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: black;
    top: 9px;
}

.icon.animate-icon span:nth-child(2) {
    opacity: 0;
    -webkit-transition: all 150ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -webkit-transition-delay: 0ms;
    -moz-transition: all 150ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0ms;
    -o-transition: all 150ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0ms;
    transition: all 150ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0ms;
}

.icon.animate-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: black;
    top: 9px;
}

.close {
  display: none;
}
.slide {
    float: left;
}
.slide, .slidesContainer {
    height: 100%;
    display: block;
}
.slides {
	height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/*
.tour-slide {
  overflow: scroll !important;
  -webkit-overflow-scrolling: touch !important;
}
*/

.devtourslide {
}

.crowdsurge-container {
  max-width: 800px;
  padding-top:50px;
  margin:auto;
  padding-bottom:120px;
}

.crowdsurge {
}

#cs-iframe {
  max-width: 800px;
  margin: auto;
  text-align: center;
  left: 50%;
  position: relative;
  margin-left: -400px;
}

@media screen and (max-width: 805px) {
  #cs-iframe {
    margin-left:0px;
    left:0%;
  }
  .crowdsurge-container {
    padding-top:50px;
  }
}

section.table,
.slide.table{
	display:table;
	width:100%;
}
.tableCell{
	display:table-cell;
	vertical-align: middle;
	width:100%;
	height: 100%;
}
.slidesContainer {
    float: left;
    position: relative;
}
.controlArrow{
  position:absolute;
  top:50%;
  cursor:pointer;
	width: 60px;
  height: 60px;
	margin-top: -30px;
	display: none !important;
}

.controlArrow.prev{
	background: url(../img/chev-left.svg);
	left:50px;
	z-index: 10;
}
.controlArrow.next{
	background: url(../img/chev-right.svg);
	right:50px;
	z-index: 10;
}
.scrollable{
	overflow:scroll;
}

.photo-slide .scrollable {
  overflow: hidden;
}

.easing{
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
#fullPage-nav{
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
}
#fullPage-nav ul{
	margin:0;
	padding:0;
}
#fullPage-nav li{
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
}
#fullPage-nav li a{
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}
#fullPage-nav li .active span{
	background: #333;
}
#fullPage-nav span{
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border: 1px solid #000;
	background: rgba(0, 0, 0, 0);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}


/** newstyles **/

#title {
  width: 1000px;
  position: absolute;
  left: 10%;
  top: 50%;
  margin-left: -500px;
  margin-top: -140px;
}

.load #title {
  left:50%;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.load #title.loading {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

#menu-wrap {
  width: 100px;
  position: fixed;
  text-align: left;
  z-index: 8;
  cursor: pointer;
  top: 13px;
  left:33px;
}

#menu-wrap ul {
	padding:0px;
  list-style-type:none;
}



#menu2 {
  width: 100px;
  position: fixed;
  text-align: right;
  z-index: 2;
  cursor: pointer;
  bottom: 13px;
  right:33px;
}

#menu2 ul {
  padding:0px;
}

#lower {
  margin-top:12px;
}

#menu-wrap li {
  display: block;
  margin-left: 3%;
  margin-right: 3%;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 100;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  transition:all .5s ease;
}

#menu-wrap .list-menu {
  display: none;
}

#menu2 li {
  display: inline-block;
  margin-left: 3%;
  margin-right: 3%;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 100;
  color:#000;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  transition:all .3s ease;
}

#preorder {
  position: fixed;
  top:16px;
  right: 24px;
  width: 155px;
  z-index: 8;
}

#preorder-mobile {
  display: none;
  margin-top:12px;
}

#preorder.white {
  color:#fff;
}

.lower a.white {
  color:#fff;
}

.open-preorder {
  display: block;
  margin-left: 3%;
  margin-right: 3%;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 100;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  transition:all .5s ease;
  cursor: pointer;
  margin-bottom:5px;
  text-align: right;
  /* padding-right: 20px; */
  margin-right: 12px;
}

.top-right {
  list-style-type:none;
  padding:0px;
  display: none;
  text-align: right;
  margin-right: 8px;
  margin-top:0px;
  z-index: 4;
}

.plus {
  position: absolute;
  margin-left:-15px;
  margin-top:-1px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -webkit-transition-delay: 0ms;
  -moz-transition:  -moz-transform 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0ms;
  -o-transition: transform 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0ms;
  transition: transform 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0ms;
}

.plus.x {
  margin-left:-16px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -webkit-transition-delay: 0ms;
  -moz-transition: -moz-transform 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0ms;
  -o-transition: transform 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0ms;
  transition: transform 350ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0ms;
}

.top-right li {
  display: block;
  margin-left: 3%;
  margin-right: 3%;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 100;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

#menu2 .list-menu {
  display: none;
}

#pp-nav {
  display: none;
}

.active span.line {
	width:110%;
}

#menu li.white {
  color:#fff;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  transition:all .5s ease;
}


#popup {
  display: none;
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(228,227,234,1);
  background: -moz-linear-gradient(45deg, rgba(228,227,234,1) 0%, rgba(245,244,249,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(228,227,234,1)), color-stop(100%, rgba(245,244,249,1)));
  background: -webkit-linear-gradient(45deg, rgba(228,227,234,1) 0%, rgba(245,244,249,1) 100%);
  background: -o-linear-gradient(45deg, rgba(228,227,234,1) 0%, rgba(245,244,249,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(228,227,234,1) 0%, rgba(245,244,249,1) 100%);
  background: linear-gradient(45deg, rgba(228,227,234,1) 0%, rgba(245,244,249,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e3ea', endColorstr='#f5f4f9', GradientType=1 );
  z-index: 10;
  margin:auto;
  text-align: center;
  overflow: scroll;
}

.framewrap {
  width: 90%;
  max-width: 900px;
  margin: auto;
  margin-top: 45px;
}

#details {
  font-family: Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
  width: 90%;
  max-width: 800px;
  text-align: center;
  margin:auto;
  margin-bottom:40px;
  margin-top:25px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .8px;
}

#details p {
  margin:12px auto;
  line-height: 22px;
}

#details a {
  color:#000;
  text-decoration: none;
  margin: 0px 6px;
}

#details #continue {
  border: 1px solid #000;
  padding: 4px 10px;
  display: inline-block;
  text-align: center;
  margin-top: 5px;
  cursor: pointer;
  -webkit-transition: all 150ms cubic-bezier(0.73, -0.01, 0.34, 0.98);
  -moz-transition: all 150ms cubic-bezier(0.73, -0.01, 0.34, 0.98);
  transition: all 150ms cubic-bezier(0.73, -0.01, 0.34, 0.98);
}

#continue:hover {
  background:#000;
  color:#eee;
  -webkit-transition: all 150ms cubic-bezier(0.73, -0.01, 0.34, 0.98);
  -moz-transition: all 150ms cubic-bezier(0.73, -0.01, 0.34, 0.98);
  transition: all 150ms cubic-bezier(0.73, -0.01, 0.34, 0.98);
}

span.line2 {
  display:inline-block;
  position:absolute;
  left:-2.5%;
  top:40%;
  width:0;
  border-top:1px solid #000;
  -webkit-transition: width 0.3s cubic-bezier(0.73, -0.01, 0.34, 0.98);
  -moz-transition: width 0.3s cubic-bezier(0.73, -0.01, 0.34, 0.98);
  transition: width 0.3s cubic-bezier(0.73, -0.01, 0.34, 0.98);
}

span.line2.splash {
  top:45%;
}

span.line_wrap:hover span.line2 {
    width:105%;
}​

.slick-dots li:hover span.line2 {
    width:105%;
}​

#icons {
  position: fixed;
  margin-right: 50px;
  padding: 0px;
  bottom: 38px;
  margin-top: 100px;
  right: 0px;
  z-index: 2;
}

#icons li {
  text-align: center;
  width:25px;
  height: 25px;
  display: inline-block;
  list-style-type: none;
  margin-left: 5px;
  margin-right: 5px;
  fill:#000;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;

}

#icons li.white {
  fill:#fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

#icons li:hover {
  opacity: .7;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.container {
  height:100%;
}

.slider-for .slick-track {
  height:500px;
}
#list {
  position: fixed;
  width: 260px;
  left: 50px;
  margin-right: 57px;
  bottom: 52px;
  z-index: 1;
  -webkit-backface-visibility: hidden;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.form-title {
  letter-spacing: .8px;
  font-size: 14px;
  text-align: left;
  margin-left: 0px;
  position: relative;
  margin-bottom: 4px;
  font-weight: 100;
}

#submit-btn {
  letter-spacing: .8px;
  font-size: 13px;
  text-align: center;
  background: transparent;
  border: none;
  border: 1px solid #000;
  color: #000;
  padding: 3px 7px;
  height: 26px;
}

#submit-btn:hover {
  background: #000;
  color:#fff;
}

#email-input {
  padding: 1px 6px;
  border: 1px solid #000;
  height: 22px;
  letter-spacing: .5px;
  font-size: 13px;
  width: 173px;
  text-align: left;
  background: transparent;
}

.diary-wrap {
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  margin:0px;
  z-index: 1;
  position: absolute;
}

.diary-wrap .slick-dots {
  position: absolute;
  bottom: 36px;
}

.diary-wrap.slick-slider {
  margin-bottom:0px;
}

.diary-wrap .slick-list {
  height:100%;
}

.diary-wrap .slick-track {
  height: 100%;
}

.photo-slide .scrollable {
  height: 100%;
}

.diary {
  width: 500px;
  display: inline-block;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
  overflow: hidden;
  background:#000;
}

.diary img {
  width: auto;
  height: 100%;
  /* height: auto; */
  overflow: hidden;
  margin: auto;
  vertical-align: middle;
}

.caption-container {
  position: absolute;
  bottom: 0;
  margin-left:20px;
  max-width: 500px;
  width: 90%;
}

.caption {
  position: relative;
  bottom:20px;
  left:20px;
  max-width: 500px;
  width: 90%;
  margin: 8px 0px;
}

.caption p {
  font-family: 'Garamond', 'EB Garamond', 'Times New Roman', serif !important;
  color:#fff;
  font-size: 16px;
}

.diary-pic {
  width: 100%;
  height: 100%;
  margin:0px;
}

.diary1 {
  background: url(../img/diary.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.diary2 {
  background: url(../img/diary2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.diary3 {
  background: url(../img/diary3.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.diary4 {
  background: url(../img/diary4.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.diary5 {
  background: url(../img/diary5.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.diary6 {
  background: url(../img/diary6.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.diary-text {
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -220px;
  font-weight: 100;
  /* margin-left: 54px; */
  letter-spacing: 1.4px;
  line-height: 22px;
  z-index: 1;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  text-align: right;
  transition: opacity .3s ease;
}

.diary-text:hover {
  opacity: .6;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.songkick-widget {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.songkick-container {
  width: 70%;
  position: relative;
  left: 50%;
  margin-left: -34%;
  /* top: 50%; */
  margin-top: 64px;
  /* height: 400px; */
  /* border: 1px solid #ddd; */
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  padding-bottom:50px;
  font-family: 'Garamond', 'EB Garamond', 'Times New Roman', serif !important;
}

/** new dates css **/

#show-listings ul {
  list-style: none;
  padding:0px;
}

.date-row span {
  margin:0px 10px;
}

#live {
  overflow:scroll;
  -webkit-overflow-scrolling: touch;
  display: table;
  width: 100%;
  min-height: 100%;
}

table {
  width: 66%;
  position: relative;
  left: 50%;
  margin-left: -33%;
  margin-top: 100px;
  margin-bottom:100px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
  @media (max-width: 600px) {
    table {
      width: 90%;
      margin-left: -45%;
      top: 10%; } }
  table td {
    vertical-align: bottom;
    text-align: left;
    padding: 10px 10px 10px 0;
    max-width: 40%;
    border-bottom: 1px solid #000;
    overflow: hidden;
    text-overflow: ellipsis; }
  table a {
    color: #000; }
  table tr.footer td {
    border-bottom: none;
    background: none;
    text-align: left; }
    table tr.footer td img {
      height: 35px;
      vertical-align: middle; }



.ps-container > .ps-scrollbar-y-rail {
  right:0px !important;
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  visibility: hidden;
}

.record-wrap {
  position: relative;
  left: 50%;
  margin-left: -408px;
  top: 45%;
  margin-top: -173px;
}

.album {
  margin-top:0px;
}

.records-slide {
  overflow: hidden;
}

.album-cover {
  width: 400px;
  display: inline-block;
  float: left;
}

.words-description {
  width:400px;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: .8px;
  margin-left:20px;
}

.words-description a {
  text-decoration: none;
  color:#000;
  border-bottom:1px solid #000;
}

.album-title {
  margin-top:0px;
}

.mobile-d {
  display: none;
}

.record-wrap .slick-dots {
  position: absolute;
  bottom: 50px;
  width: 10px;
  position: absolute;
  bottom: -91px;
  width: 200px;
  left: 326px;
  opacity: 0;
  z-index: 3;
}

.record-wrap .slick-dots li button {
  width: 200px;
}

.record-wrap .slick-dots li {
  width: 200px;
}

.dots {
  font-size: 14px;
  font-weight: 100;
  letter-spacing: .8px;
  position: absolute;
  left: 70%;
  margin-left: -78px;
  top: 540px;
  line-height: 25px;
  list-style-type: none;
  padding: 0px;
  margin-top:0px;
}

.dots li {
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.record-wrap .slick-prev {
  background: url(../img/up.svg) !important;
  width:50px;
  height:50px;
  background-size: 100%;
  left:-80px;
  margin-top: -50px;
}

.record-wrap .slick-prev:hover {
  background: url(../img/up.svg);
}

.record-wrap .slick-prev:before {
  content: '';
}

.record-wrap .slick-next {
  background: url(../img/down.svg) !important;
  width:50px;
  height:50px;
  background-size: 100%;
  left:-80px;
  margin-top: 0px;
}

.record-wrap .slick-next:hover {
  background: url(../img/down.svg);
}

.record-wrap .slick-next:before {
  content: '';
}

.video-wrap.slick-initialized.slick-slider.slick-vertical {
  left: 50%;
  margin-left: -333.5px;
  width: 667px;
}

.words-slide.pp-scrollable {
  -webkit-overflow-scrolling: touch;
}

.words-wrap {
  margin: auto;
  width: 90%;
  max-width: 700px;
  position: relative;
  margin: 100px auto;
}

.words-wrap {
  margin: auto;
  width: 90%;
  max-width: 700px;
  position: relative;
  margin: 100px auto;
}

.words-wrap .slick-dots {
  visibility: hidden;
}

.words-title {
  margin-top:0px;
  text-align: center;
}

.wordsblock {
  width: 90%;
  max-width: 700px;
  margin: 85px auto;
  text-align: justify;
  font-size: 18px;
}

/** lyrics **/

.lyricstitle {
  font-weight: 300;
  font-style: italic;
  text-align: center;
  font-size: 22px;
  margin: auto;
  margin-bottom: -40px;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
}

.lyrics-title {
  text-transform: uppercase;
}

.lyrics-page {
  margin: auto;
  width: 90%;
  max-width: 700px;
  position: relative;
  margin: 100px auto;
  text-align: center;
}

.lyrics-wrap {
  margin:90px auto;
}

.lyrics-block {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.center {
  text-align: center;
}

.wordsblock.slick-slide {
  width: 90%;
}

.poster {
  max-width:667px;
  height:375px;
  cursor: pointer;
}

.vid-box p {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .8px;
}

.playwrap {
  position: relative;
  width:100%;
  height: 100%;
  display: table;
}

.play-btn {
  position: absolute;
  top:50%;
  left:50%;
  margin-top:-50px;
  margin-left:-50px;
}

.vid-box {
  width: 667px;
  height: 421px;
}

.play-box {
  position: absolute;
  width: 70px;
  height: 70px;
  left:50%;
  top:50%;
  margin-left:-35px;
  margin-top:-35px;
}

.fulltitle {
  position: absolute;
  color: #fff;
  bottom: 5px;
  margin-bottom: 40px;
  margin-left:40px;
}

.playbtn {
  width: 64px;
  height: 64px;
  position: absolute;
  margin-top: -219px;
  margin-left: 298px;
  pointer-events: none;
}

.playbtn svg {
  -webkit-filter: drop-shadow( 2px 3px 3px rgba(0,0,0,.5));
  filter: drop-shadow( 2px 3px 3px rgba(0,0,0,.5));
}

.playbtn.play-2 {
  position: absolute;
  width: 55px;
  height: 55px;
  top: 50%;
  left: 50%;
  margin: auto;
  margin-left: -27px;
  margin-top: -29px;
}

.yt {
  display: none;
}

.video-wrap .slick-prev,
.words-wrap .slick-prev {
  background: url(../img/up-arrow.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: 100%;
  margin-top: -70px;
  left: -55px;
}

.video-wrap .slick-prev:hover,
.words-wrap .slick-prev:hover {
  background: url(../img/up-arrow.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: 100%;
  margin-top: -70px;
  left: -55px;
}

.video-wrap .slick-prev:before,
.words-wrap .slick-prev:before {
  content: '';
}

.video-wrap .slick-next,
.words-wrap .slick-next {
  background: url(../img/down-arrow.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: 100%;
  left: -55px;
  margin-top: -8px;
}

.video-wrap .slick-next:hover,
.words-wrap .slick-next:hover {
  background: url(../img/down-arrow.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: 100%;
  left: -55px;
  margin-top: -8px;
}

.video-wrap .slick-next:before,
.words-wrap .slick-next:before {
  content: '';
}

.play-btn {
  width: 100px;
  height: 100px;
  position: absolute;
  margin-top: -237px;
  margin-left: 280px;
  pointer-events: none;
}

.play-hover {
  visibility: hidden;
}

.poster {
  z-index: 10;
}

.video-wrap:hover .play-hover {
  visibility: visible;
}

.play-btn.hidden {
  visibility: hidden;
}

.vid-frame {
  width: 667px;
  height: 375px;
}

.tour-link {
  text-align: center;
  position: absolute;
  top:0;
}

.tour-link a {
  color:#000;
  text-decoration: none;
}

/** videos2 **/
.video-wrap2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.video-slide2 {
  background:#000;
}

.vid-box2 {
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.video-wrap2 .slick-track {
  height: 100%;
}

.video-wrap2 .slick-list {
  height: 100%;
}

.video-wrap2.slick-slider {
  margin-bottom:0px;
  background: #000;
}

.photo-slide {
  background:#000;
}

.everything {
  opacity: 0;
  visibility: hidden;
}

.everything.load {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.2s cubic-bezier(0.73, -0.01, 0.34, 0.98);
  -moz-transition: all 0.2s cubic-bezier(0.73, -0.01, 0.34, 0.98);
  transition: all 0.2s cubic-bezier(0.73, -0.01, 0.34, 0.98);
}

@media screen and (max-width:900px) {
  .video-wrap.slick-initialized.slick-slider.slick-vertical {
    left: 50%;
    margin-left: -250px;
    width: 500px;
  }
  .poster {
    max-width: 500px;
    height:281px;
  }
  .playbtn {
    margin-top: -180px;
    margin-left: 220px;
  }
  .words-wrap {
    top:0;
    margin-top:0px;
  }
  .words-wrap .wordsblock {
    height: auto !important;
  }
  .wordsblock {
    margin:70px auto;
  }
}

@media screen and (max-width:600px) {
  .lyrics-block {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .video-wrap .slick-prev {
    background: url(../img/left-arrowblk.png);
    margin: auto;
    background-size: 100%;
    top: 100%;
    margin-top: 3px;
    left: 0px;
    margin-left: 0px;
  }
  .video-wrap .slick-prev:hover {
    background: url(../img/left-arrowblk.png);
    margin: auto;
    background-size: 100%;
    top: 100%;
    margin-top: 3px;
    left: 0px;
    margin-left: 0px;
  }
  .video-wrap .slick-next {
    background: url(../img/right-arrowblk.png);
    background-size: 100%;
    top: 100%;
    margin-top: 3px;
    right: 0px;
    left: auto;
  }
  .video-wrap .slick-next:hover {
    background: url(../img/right-arrowblk.png);
    background-size: 100%;
    top: 100%;
    margin-top: 3px;
    right: 0px;
    left: auto;
  }
  .mail-open.white {
    color:#000;
  }
  .lower a.white {
    color:#000;
  }
  .trigger-mob-nav {
    visibility: visible;
  }
  #title {
    left: 8.5%;
  }
  .diary-text {
    left: 16%;
  }
  .songkick-container {
    width: 88%;
    margin-left: -44%;
  }
  .icon {
    display: block;
  }
  .ham {
    display: block;
    width: 58px;
    height: auto;
    position: fixed;
    top: 8px;
    z-index: 11;
    right: 19px;
  }
  .ham.hide-ham {
    display: none;
  }
  .ham.show-ham {
    display: block;
  }
  .close {
    display: none;
    width: 48px;
    height: auto;
    position: fixed;
    top: 14px;
    z-index: 11;
    right: 23px;
  }
  .left, .right {
    top: 0;
    bottom: 0;
    width: 25px;
  }
  .top, .bottom {
    left: 0;
    right: 0;
    height: 25px;
  }
  #menu-wrap .list-menu {
    display: block;
  }
  #list {
    display: none;
  }
  #menu-wrap {
    line-height: 35px;
    top:0;
    height:100%;
    background: -moz-linear-gradient(45deg, rgba(228,227,234,1) 0%, rgba(245,244,249,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(228,227,234,1)), color-stop(100%, rgba(245,244,249,1)));
    background: -webkit-linear-gradient(45deg, rgba(228,227,234,1) 0%, rgba(245,244,249,1) 100%);
    background: -o-linear-gradient(45deg, rgba(228,227,234,1) 0%, rgba(245,244,249,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(228,227,234,1) 0%, rgba(245,244,249,1) 100%);
    background: linear-gradient(45deg, rgba(228,227,234,1) 0%, rgba(245,244,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e3ea', endColorstr='#f5f4f9', GradientType=1 );
    padding-top:30px;
    width: 100%;
    left: 0;
    padding-left: 30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.73, -0.01, 0.34, 0.98);
    -moz-transition: all 0.3s cubic-bezier(0.73, -0.01, 0.34, 0.98);
    transition: all 0.3s cubic-bezier(0.73, -0.01, 0.34, 0.98);
  }
  #menu-wrap.shownav {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.73, -0.01, 0.34, 0.98);
    -moz-transition: all 0.3s cubic-bezier(0.73, -0.01, 0.34, 0.98);
    transition: all 0.3s cubic-bezier(0.73, -0.01, 0.34, 0.98);
  }
  #menu-wrap ul {
    opacity: 0;
  }

  #menu-wrap.shownav ul {
    opacity: 1;
    -webkit-transition: opacity 500ms ease;
    -moz-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
  }

  #menu-wrap li {
    display: block;
    font-size: 14px;
    line-height: 20px;
  }
  .line-top-left {
    left: 25px;
    top: 25px;
  }
  .line-top-right {
    right: 25px;
    top: 25px;
  }
  .line-right-top {
    right: 25px;
    top: 25px;
  }
  .line-right-bottom {
    right: 25px;
    bottom: 25px;
  }
  .line-bottom-right {
    right: 25px;
    bottom: 25px;
  }
  .line-bottom-left {
    left: 25px;
    bottom: 25px;
  }
  .line-left-bottom {
    left: 25px;
    bottom: 25px;
  }
  .line-left-top {
    left: 25px;
    top: 25px;
  }
  #icons {
    display: none;
    left: 50%;
    margin-left: -80px;
    bottom: 7px;
    width: 160px;
    margin-top:0px;
  }
  #icons.showicons {
    display: block;
  }
  #icons li {
    text-align: center;
    width: 30px;
    height:auto;
    display: inline-block;
    list-style-type: none;
    margin: 10px;
    fill: #000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  .diary img {
    width: 100%;
    height: auto;
  }
  .diary-text {
    color:#000;
  }
  .diary-wrap .slick-dots {
    position: absolute;
    bottom:220px;
  }
  .diary-wrap.slick-slider {
    margin-bottom: 0px;
    top: 50%;
    margin-top: -165px;
    height: 330px;
  }
  .caption-container {
    bottom:0px;
    margin-left:0px;
  }
  .caption p {
    max-width: 290px;
    color:#fff;
    font-size: 13px;
    margin:0px;
  }

  .slick-dots li button:before {
    color:#000;
  }
  .slick-dots li.slick-active button:before {
    color:#000;
  }
  .toSlide.white {
    color: #000;
  }
  .line.white {
    border-top: 1px solid #000;
  }
  #icons li.white {
    fill: #000;
  }
  /*
  .songkick-container {
    margin-top: -160px;
  }
  */
  .record-wrap {
    margin-left: -145px;
    margin-top: 59px;
  }
  .album {
    margin-top:-5px;
  }
  .album-cover {
    width: 250px;
    margin-left: 19px;
  }
  .words-description {
    width: 260px;
    font-size: 12px;
    margin-left: 21px;
    margin-top: 10px;
  }
  .main-d {
    display: none;
  }
  .mobile-d {
    display: block;
  }
  .video-wrap.slick-initialized.slick-slider.slick-vertical {
    margin-left: -250px;
    width: 500px;
  }
  .playbtn {

  }
  #list2 {
    margin-top: 204px;
    margin-left: 29px;
  }
  #preorder {
    display: none;
  }
  #preorder-mobile {
    display: block;
  }
  .video-wrap2 {
    height:300px;
    top:50%;
    margin-top:-150px;
  }
  .fulltitle {
    margin-bottom:0px;
    margin-left:25px;
  }
}

@media screen and (max-width: 500px) {
  .playbtn {
    width: 44px;
    height: 44px;
    margin-top: -96px;
    margin-left: 110px;
  }
  .video-wrap.slick-initialized.slick-slider.slick-vertical {
    margin-left: -130px;
    width: 260px;
  }
  .poster {
    max-width: 260px;
    height: 146px;
  }
  .vid-frame {
    width: 260px;
    height: 146px;
  }
  .fist-front {
    width: 220px;
    position: absolute;
    left: 50%;
    margin-left: -110px;
    bottom: 0px;
    opacity: 1;
    -webkit-transition: opacity .5s linear;
    -moz-transition: opacity .5s linear;
    transition: opacity .5s linear;
  }
  .fist-back {
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: -170px;
    bottom: 0px;
    opacity: 0;
    -webkit-transition: opacity .5s linear;
    -moz-transition: opacity .5s linear;
    transition: opacity .5s linear;
  }
  #title1 {
    font-size: 9px;
    bottom:auto;
    margin-left: 0px;
    top:26px;
    left:30px;
  }
  #title2 {
    font-size: 9px;
    bottom:auto;
    margin-left: 0px;
    top:40px;
    left:30px;
  }
  #menu-wrap li.white {
    color:#000;
  }
  .lower.white a {
    color:#000;
  }
  /*
  .songkick-container {
    width: 20%;
    margin-left: -10%;
    height: 350px;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch !important;
  }
  /*
  .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    display: none;
  }
  */
  .slick-prev {
    left:5px;
  }
  .slick-next {
    right:5px;
  }
}

@media screen and (min-width: 1200px) {
  .video-wrap.slick-initialized.slick-slider.slick-vertical {
    margin-left: -400px;
    width: 800px;
  }
  .poster {
    max-width: 800px;
    height: 450px;
  }
  .playbtn {
    margin-top: -256px;
    margin-left: 369px;
  }

}


@media screen and (min-height:700px) {
  .fist-front {
    width: 400px;
    margin-left: -200px;
  }
  .fist-back {
    width: 420px;
    margin-left: -240px;
  }
  #popup {
    display: table;
  }
  .popupwrap {
    display: table-cell;
    vertical-align: middle;
  }
  #title1, #title2 {
    font-size: 14px;
    bottom: 340px;
  }
  #title1 {
    margin-left: -270px;
  }
  #title2 {
    margin-left: 156px;
  }
}

@media screen and (min-height:800px) {
  .fist-front {
    width: 460px;
    margin-left: -230px;
  }
  .fist-back {
    width: 480px;
    margin-left: -270px;
  }
  #popup {
    display: table;
  }
  .popupwrap {
    display: table-cell;
    vertical-align: middle;
  }
  #title1, #title2 {
    font-size: 14px;
    bottom: 390px;
  }
  #title1 {
    margin-left: -293px;
  }
  #title2 {
    margin-left: 175px;
  }
}
