* {
  box-sizing: border-box;  
}

.home .contentx .main{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 90%;
  /* margin: auto; */
  /* text-align: center; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.inner {
  width:90%;
  max-width: 1200px;
  display:flex;
  flex-flow: row wrap;
}

.content{
  width: 90%;
    max-width: 800px;
    margin: auto;
    padding-top:20px;
    position: relative;
}

.contentx {
    position: relative;
    vertical-align:middle;
    width:55%;
    order:1;
}
.imagex {
    color: #FFF;
    vertical-align:middle;
    width:45%;
    text-align: center;
    order: 2;
}

.imagex img, .imagex lottie-player, .imagex #container{
  max-width:100%;
}

.logoImage{
  padding-bottom: 20px;
  display:block;
}

.logoImage img{
  width:100%;
  padding-left: 20px;
  padding-right: 20px;
}

.outer {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
}

body{
	background:#FBE5DD;
	margin: 0;
	color: #333;
}

body.home{
  background:#493C8C;
}


.bar {
  /*background: #1b1f31;*/
  padding: 20px;
  z-index: 3;
  position: absolute;
  width: 100%;
}

.home .bar .logo{
	display: none;
}

.logo a{
    /* color: white;
    text-decoration: none;
    font-size: 26px;
    font-family: "urbana",sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 0 15px;
    font-style: italic;
    display: block;
    width: 130px;
    height: 31px;
    background: url('../img/logo_02.png') top left no-repeat;
    background-size: 100%; */
}

.logo a span{
  display: none;
}

h1{
    font-size: 50px;
    padding: 200px 0 30px 0;
    margin: 0;
    font-family: 'Ultra', serif;
    line-height: 1;
    font-weight: normal;
    color:#F6BCB9;
}

h2{
    font-family: 'PT Serif', serif;
    line-height: 1;
    font-weight: 600;
    font-size: 30px;
    margin: 8px 0 0 0;
    color:#FBE5DD;
}

p{
  font-family: 'PT Sans', sans-serif;
    font-size: 20px !important;
    margin: 0 0 24px 0 !important;
    text-align: left !important;
    line-height: 1.7 !important;
}

p.author{
    font-weight: 100;
    font-size: 30px !important;
    margin: 0;
    padding: 4px 0 40px 0;
    color: #FBE5DD;
    font-family: 'PT Serif', serif;
    line-height: 1;
    font-weight: 100;
}

.another, .menu, .more-nav{
  position: absolute;
  right: 0;
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-family: "urbana",sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  top: 16px;
  right: 70px;
}

.menu{
	right: 20px;
}

#site-wrapper {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
}

#site-canvas {
  width: 100%;
  /* height: 100%; */
  /* min-height: 800px; */
  position: relative;
  /* -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); */
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 0;
}

.show-nav #site-canvas {
  -webkit-transform: translateX(-280px);
  transform: translateX(-280px);  
  -webkit-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
}

#site-menu, #all {
  width: 280px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -280px;
  background: #201A3D;
  padding: 0;
  z-index: 2;
}

#site-menu ul{
padding: 15px;
  margin: 0;
  z-index: 999;
  background: #201A3D;
  position: relative;
  height: 100%;
}

#site-menu li, #all li{
  list-style-type: none;
  padding: 0 0 18px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #363150;
  font-size: 20px;
  font-family: 'PT Sans', sans-serif;
}

#site-menu li a, #all li a{
	text-decoration: none;
	color:#fff;
}	

#site-menu li a:hover, #all li a:hover{
	color:#ccc;
}

#site-menu .mask{
  position: fixed;
  height: 100%;
  width: 3000px;
  background-color: black;
  left: 100%;
  opacity: 0;
  z-index: 0;
  transition: 300ms ease opacity;
  top: 0;
}

.show-nav #site-menu .mask{
  left: 0;
  opacity: 0.2;
}

#all{
	  background-color: #444;
	  width: 245px;
  	transition: 300ms ease all;
  	right: -600px;
  	z-index: 2;
}

#all ul{
height: 100%;
  position: absolute;
  top: 0;
  background: #0C0A17;
  padding: 17px 15px;
  margin: 0;
  width: 245px;
  z-index: 999;
}

#all.open{
	right: -280px;

}

#all .mask{
  height: 100%;
  background-color: black;
  margin-left: -35px;
  opacity: 0;
  z-index: 0;
  transition: 200ms ease all 200ms;
}

#all.open .mask{
	opacity: 0.2;
}

.loading{
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    background: #3A3070;
    opacity:1;
}

.loading span{
    color: white;
    font-family: 'PT Sans', sans-serif;
    font-weight: 600;
    font-size: 30px;
    width: 150px;
    display: block;
    text-align: center;
    line-height: 0.9;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background: url('../img/ajax-loader.gif') top center no-repeat #3A3070;
    padding: 80px 0;
}

.clear {
  visibility:hidden;
  opacity:0;
  transition:visibility 0s linear 2.3s,opacity 0.3s linear 2s;
}

.more{
    padding: 30px 0 0 0;
    position: fixed;
    bottom:20px;
    width: 90%;
    max-width: 800px;
    z-index: 998;
}

.more a{
    margin: 10px auto;
    border-radius: 500px;
    background-color: #F6BCB9;
    color: black;
    text-decoration: none;
    text-align: center;
    font-size: 24px;
    transition: 0.3s ease all;
    /* opacity: 0; */
    font-family: 'PT Sans', sans-serif;
    line-height: 1;
    font-weight: 600;
    padding: 15px 0 18px 0px;
    display: block;
    transition: 300ms ease all;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
}

.more a:focus{
  -webkit-box-shadow: 0px 1px 0px #1C7D45;
  -moz-box-shadow: 0px 1px 0px #1C7D45;
  margin-top:5px;
}

button {
    display: inline-block;
    margin: 0;
    border: none;
    background: none;
}
button span {
  display: block;
}

.listing {
  background-color: #493C8C;
}

.listing h1{
	padding-bottom: 100px;
  font-family: 'Ultra', serif;
}

.listing .content a{
  font-family: 'Ultra', serif;
  text-decoration: none;
  background-color: #3A3070;
  display:block;
  border-radius: 10px;
}

.listing .content a:hover{
  background-color: #201A3D;
}

.listing .content a h4{
    font-family: 'PT Sans', sans-serif;
    font-weight: 100;
    font-size: 36px !important;
    text-decoration: none;
    color: #F6BCB9;
    margin: 0;
    padding: 20px 25px 0 25px;
    transition: 300ms ease all;
}



.listing .content a:hover h4{
    /* color: #888; */
}

.listing .content p.author{
	font-size: 27px !important;
    padding: 5px 25px 20px 25px;
    transition: 300ms ease all;
    color:#FBE5DD;
}

.listing .content a:hover p.author{
	/* color:#ccc; */
}

.home{
	background: #32c6e5;
}

.home h1{
    font-size: 70px;
    padding: 10px 0 0 0;
    color: white;
    font-style: italic;
    line-height: 0.9;
}

.home h2{
	font-size: 26px;
	color: white;
	margin: 0;
  text-align: center;
  padding:0 20px;
  font-family: 'PT Sans', serif;
  font-weight: normal;
}

.home h3{
  font-size: 22px;
  font-weight: normal;
  color: white;
  margin: 10px 0 0 0;
  padding: 0;
  text-align: center;
}

.home .contentx .links{
  display: flex;
  flex-wrap: wrap;
  font-family: 'PT Sans', sans-serif;
  align-items: center;
  justify-content: center;
  padding: 20px 0 10px 0;
}


.home .content .image{
    margin-left: 2%;
    position: absolute;
    top: 100px;
    width: 83px;
    margin-left: -43px;
    left: 50%;
    display: block;
    /* vertical-align: top; */
}

.home .content .main .main-links{
  display:none;
}

.home .content .image img{
  width:100%;
}

.home .content ul{
	  list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0;
}

.home .content li{
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
}

.home .content li a{
	background-color: white;
    text-decoration: none;
    padding: 10px 0;
    border-radius: 3px;
    font-size: 24px;
    font-family: "Urbana";
    color: #333;
    width: 100%;
    display: inline-block;
    text-align: center;
}

    .more-nav{
      right: 77px;
      top: 16px;
      background: url('../img/shuffle.png') top center no-repeat;
      height: 26px;
      width: 27px;
      background-size: cover;
      padding: 0;
      -webkit-transition: 300ms ease all;
      transition: 300ms ease all;
    }

    .more-nav:hover{
      height: 28px;
    top: 15px;
    width: 29px;
    right: 76px;
    }

    .more-nav span{
      visibility: hidden;
      width: 32px;
      height: 32px;
      display: block;
    }


.containerx {
    float: none;
    padding-bottom: 0;
    display: inline-block;
    text-align: center;
}

.containerx.first {
    margin-left: 0;
}

.containerx.last {
    margin-right: 0;
}

.containerx a{
  text-align: center;
  text-decoration: none;
  line-height: 1;
  color: white;
  padding: 10px 15px;
  opacity: 0.5;
  display: block;
  border-radius: 500px;
  transition: 0.3s ease all;
}

.containerx a.active{
    opacity: 1;
    border-radius: 500px;
    background-color: rgba(0,0,0, 0.3);
    text-decoration: none;
    text-align: center;
    line-height: 1;
}

.containerx a:hover{
      opacity: 1;
    background-color: rgba(0,0,0, 0.1);
}

.containerx a.active:hover{
  background-color: rgba(0,0,0, 0.3);
  cursor: auto;
}

.containerx span{
  color: white;
  font-size: 10px;
  opacity: 0.3;
  display: block;
}

.circle {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 0;
    padding: 50% 0;
    margin-top:0;
    border-radius: 50%;
    -webkit-box-shadow: 0px 10px 0px #2d4f5c;
    -moz-box-shadow: 0px 10px 0px #2d4f5c;
    box-shadow: 0px 10px 0px #2d4f5c;
    background: #38a9e4;
    color: white;
    font-size: 18px;
    text-align: center;
    line-height: 0;
    text-decoration: none;
    -webkit-transition: 100ms ease all;
    transition: 100ms ease all;
}

.circle:hover {
    margin-top:4px;
   -webkit-box-shadow: 0px 6px 0px #2d4f5c;
   -moz-box-shadow: 0px 6px 0px #2d4f5c;
   box-shadow: 0px 6px 0px #2d4f5c;
}

.circle:active {
    margin-top:8px;
   -webkit-box-shadow: 0px 2px 0px #2d4f5c;
   -moz-box-shadow: 0px 2px 0px #2d4f5c;
   box-shadow: 0px 2px 0px #2d4f5c;
}

.go{
    display: none;
    width: 220px;
    margin: 20px auto 10px auto;
    border-radius: 500px;
    background-color: #F6BCB9;
    color: black;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    transition: 0.3s ease all;
    opacity: 0;
    font-family: 'PT Sans', sans-serif;
    line-height: 1;
    font-weight: 600;
    padding: 15px 0 18px 0px;
}

.go:hover, .more a:hover{
  background-color: #ED7D78;
  
}

.go.active{
  opacity:1;
  display:block;
}

/* ====================== lines button ==================================================*/
.lines-button {
	    padding: 2em 3em;
    transition: .3s;
    cursor: pointer;
    user-select: none;
    border-radius: 0.57143rem;
    position: absolute;
    top: 12px;
    position: absolute;
    right: -9px;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.lines-button:focus {
	outline:none;
}

.lines-button:hover {
  opacity: 1;
}
.lines-button:active {
  transition: 0;
}

.lines {
    display: inline-block;
    width: 2rem;
    height: 0.25rem;
    background: #fff;
    border-radius: 0.28571rem;
    transition: 0.3s ease all;
    position: relative;
}
.lines:before, .lines:after {
	display: inline-block;
    width: 2rem;
    height: 0.25rem;
    background: #fff;
    border-radius: 0.28571rem;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.28571rem center;
    transform-origin: 0.28571rem center;
}
.lines:before {
  top: 0.55rem;
}
.lines:after {
  top: -0.55rem;
}

.lines-button:hover .lines:before {
  top: 0.7rem;
}
.lines-button:hover .lines:after {
  top: -0.7rem;
}

.lines-button.close {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}

.lines-button.arrow.close .lines:before, .lines-button.arrow.close .lines:after {
  top: 0;
  width: 2.22222rem;
}
.lines-button.arrow.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}
.lines-button.arrow.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}

.lines-button.arrow-up.close {
  -webkit-transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
  transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
}

.lines-button.minus.close .lines:before, .lines-button.minus.close .lines:after {
  -webkit-transform: none;
  transform: none;
  top: 0;
  width: 4rem;
}

.lines-button.x.close .lines {
  background: transparent;
}
.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 2.0rem;
}
.lines-button.x.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.lines-button.x2 .lines {
  transition: background 0.3s 0.5s ease;
}
.lines-button.x2 .lines:before, .lines-button.x2 .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, transform 0.3s ease;
}

.lines-button.x2.close .lines {
  transition: background 0.3s 0s ease;
  background: transparent;
}
.lines-button.x2.close .lines:before, .lines-button.x2.close .lines:after {
  transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  transition: top 0.3s ease, transform 0.3s 0.5s ease;
  top: 0;
  width: 4rem;
}
.lines-button.x2.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x2.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.footer{
  border-top: 1px solid rgba(0,0,0,0.2);
    margin: 45px 15px 0 15px;
    padding: 10px 0;
    text-align: center;
}

.footer p{
  font-size: 12px !important;
    display: inline-block;
    padding-right: 30px;
    margin: 0 !important;
    color:black;
    opacity: 0.5;
}

.footer p a{
  color:black;
}

.home .footer, .listing .footer{
  margin-top:0;
  border-top: 1px solid rgba(255,255,255,0.2);
}

.home .footer p, .home .footer p a, .listing .footer p, .listing p a{
    color:white;
}

.close-but{
    width: 30px;
    position: absolute;
    top: -15px;
    right: 15px;
}

#newsletter{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #1b1d2b;
}

#newsletter.hidden{
  display: none;
}

#newsletter .container{
    margin: auto;
    width: 320px;
    padding: 20px 0;
    position: relative;
}

#newsletter .details{
    width: 320px;
    height: 60px;
    position: relative;
    float: left;
}

#newsletter .details img{
    display: none;
}

#newsletter h4{
    position: absolute;
    top: 0;
    /* left: 100px; */
    color: white;
    font-size: 18px;
    margin: 0;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    width: 100%;
}

#newsletter p{
    color: white;
    font-size: 16px !important;
    position: absolute;
    top: 25px;
    font-family: 'PT Sans', sans-serif;
    text-align: center !important;
    width: 100%;
}

#newsletter #mc_embed_signup{
    width: 320px;
    float: left;
    margin: 0 0 20px;
}

#newsletter .email{
  font-family: 'PT Sans', sans-serif;
    font-weight: 500;
    padding: 6px;
    height: 35px;
    border: 0;
    width: 210px;
    font-size: 15px;
    margin: 5px 0 0 10px;
    float: left;
}

#newsletter #mc-embedded-subscribe{
    width: 90px;
    height: 35px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
    background: #ff3686;
    border: 0;
    color: white;
    margin: 5px 0 0 0;
}

#newsletter .clear{
  visibility: visible;
    opacity: 1;
    float: left;
}

.social{
    text-align: center;
}

.social h4{
    color: white;
    margin: 30px 0 10px 0;
    padding: 0;
}

.social.story h4{
    color:#333;
}


@media screen and (max-width: 600px) {


  .home .contentx .main {
      position: relative;
      top: auto;
      left: auto;
      transform: none;
      width: 100%;
  }

  .contentx {
      width:100%;
      order:2;
  }
  .imagex {
      width:100%;
      order: 1;
      max-width: 200px;
      padding: 0 0 20px 0;
  }

  .home .logoImage{
    display:none;
  }

  .inner{
    align-items: center;
      justify-content: center;
  }

  .home .bar .logo{
    display:block;
  }


}




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

    .home .content .main {
        width: 340px;
    }

    .home h2 {
      font-size: 36px;
    }

    .go{
      width:280px;
      font-size: 24px;
    }

    .home .content .image{
        top: 115px;
        width: 102px;
        margin-left: -51px;
    }

    .home .content .main{
      margin: 0 auto 0 auto;
      padding-top: 290px;
    }

    h1{
      font-size:65px;
    }

}



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

  .home .content .image{
    margin: 0;
    width: 25%;
    left: auto;
    display: inline-block;
    margin-left: 5%;
    position: relative;
    top: 50%;
  transform: translateY(-50%);
  }

  .home .content .main{
     margin: 0 0 0 10%;
    width: 45%;
    padding: 0;
    display: inline-block;
    top: 50%;
  transform: translateY(-50%);
  }

  .home .content .main h2{
      margin: 0;
      font-size: 32px;
  }

  .home h2{
    padding:0;
  }

  h1{
  font-size:80px;
}

}


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

  .home .content .main h2{
      font-size: 48px;
  }

  #newsletter{
  position: fixed;
      bottom: 0;
      width: 100%;
      background: #1b1d2b;
  }

  #newsletter .container{
      margin: auto;
      width: 770px;
      padding: 20px 0;
      position: relative;
  }

  #newsletter .details{
      width: 400px;
      height: 60px;
      position: relative;
      float: left;
  }

  #newsletter .details img{
      position: absolute;
      top: 7px;
      left: 0;
      margin-top: 0;
      display: block;
      width: 88px;
  }

  #newsletter h4{
      position: absolute;
      top: 0;
      left: 100px;
      color: white;
      font-size: 22px;
      margin: 0;
      font-family: 'PT Sans', sans-serif;
      text-align: left;
  }

  #newsletter p{
      color: white;
      font-size: 18px !important;
      position: absolute;
      top: 25px;
      left: 100px;
      font-family: 'PT Sans', sans-serif;
      text-align: left !important;
  }

  #newsletter #mc_embed_signup{
      /* display: inline-block; */
      width: 360px;
      float: left;
  }

  #newsletter .email{
      font-family: 'PT Sans', sans-serif;
      font-weight: 500;
      padding: 12px;
      height: 45px;
      border: 0;
      width: 240px;
      font-size: 18px;
      margin: 5px 0 0 20px;
      float: left;
  }

  #newsletter #mc-embedded-subscribe{
      width: 100px;
      height: 46px;
      font-family: 'PT Sans', sans-serif;
      font-weight: 500;
      font-size: 1rem;
      background: #ff3686;
      border: 0;
      color: white;
      margin: 5px 0 0 0;
  }

  #newsletter .clear{
      visibility: visible;
      opacity: 1;
      float: left;
  }

}


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

  .home .content .main{
      margin: 0 0 0 10%;

  }

}

@media screen and (min-width: 5000px) {
    
  .logo{
    padding: 10px 0 10px 0;
  }

  .logo a{
    width: 200px;
    height: 42px;
  }

  .more-nav{
    top: 32px;
  }

    .more-nav:hover{
    top: 31px;
  }

	.home h1{
		font-size: 120px;
	}

	.home h2{
    padding:0;
    font-size: 48px;
    line-height: 1;
    text-align: left;
    margin-top: 20px;
	}

  .home h3{
      font-size:30px;
      margin: 30px 0 30px 0;
      text-align: left;
  }

	.home .content ul{
	    margin: 40px 0 0 0;
	}


    .home .content .links{
        margin-top: 30px;
    }



	.home .content li a{
    border-radius: 50% !important;
    width: 100% !important;
    padding-bottom: 100% !important;
    background: white !important;
    padding:0 !important;
	}

    .logo a{
    	font-size:30px;
    }

    .another{
    	right:80px;
    	top:19px;
      display: none;
    }

    .home .another{
      display:none;
    }

    .home .content .main{
        width: 60%;
        margin-left: 0;
        margin-top:0;
    }

    .home .content .image{
        width: 37%;
        float: none;
        margin-left: 2%;

        position: relative;
        top: auto;
        margin-left: 2%;
        left: auto;
        display: inline-block;
    }

    .circle{
       font-size: 18px;
    }


    h1{
    	font-size: 70px;
    	padding: 150px 0 0 0;
    }

    h2{
    	 font-size: 27px;
    }

    p.author{
    	font-size: 27px !important;
    	padding: 4px 0 25px 0;
    }

    p{
    	font-size: 21px !important;
    	margin: 0 0 30px 0 !important;
    }

    .lines-button{
      top: 29px;
    }
}

.intro{
  background-color: #493C8C;
}

.logoicon{
  width:50px
}

.app-links{
  display: flex;
}

.app-store{
  width: 150px;
    display: block;
    margin-top: 15px;
    margin-left:5px;
    margin-right:5px;
}

.app-store img{
  width:100%;
}

/* #container {
  position: fixed;
  width: 100px;
  height: 100px;
  background-color: red;
} */

