
* {
    -webkit-font-smoothing: antialiased;
    outline: none;
    box-sizing: border-box;
}


@font-face {
    font-family: 'NeueHaasGroteskText Pro';
    src: url('fonts/NHaasGroteskTXPro-75Bd.woff2') format('woff2'),
        url('fonts/NHaasGroteskTXPro-75Bd.woff') format('woff'),
        url('fonts/NHaasGroteskTXPro-75Bd.svg#NHaasGroteskTXPro-75Bd') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


html, body {
    width:100%;
    max-width: 100vw;
    margin: 0px;
    padding: 0px;
    height: 100%;
    color: #fff;
    overflow-x: hidden;
    font-family: "Boldonse", "Arial Black", sans-serif;    
}

html {
    overflow: auto;
}

html#talkhtml {
    background: #fff;
}

html#mainhtml {
    background: #fff;
}

body {
    background: #fff;
    overflow-y: scroll;
    text-transform: uppercase;
      -webkit-overflow-scrolling: touch;
}

#loading {
    background-size: 34px;  
    background: #000 url('../img/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;	
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

#toggle {
    display: none;
}

#home, #smile, #tour, #music, #videos, #news, #footer, #newfooter {
    position: relative;
    display: block;
}

#home, #smile {
    z-index: 5;
}

#tour {
    z-index: 11;
    margin-top: 15vh;
}

.svg {
    z-index: 10;
}

.tiltmepls {
    z-index: 12;
}

#newfooter {
    z-index: 11;
}

#music, #videos, #news {
    z-index: 11;
}

#music {
    background: url("../img/touristblur.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    display: block;
    margin: 0px auto;
}

#music .spotifylink {
    font-family: 'NeueHaasGroteskText Pro', sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 0px 2px 0px;
    border-bottom: 2px solid #fff;
    display: table;
    text-align: center;
    margin: 0 auto;
    transition: 1s;
}

#music .spotifylink:hover {
    color: #000;
    border-color: #000;
}

.svg {
    display: block;
    position: absolute;
    width: 100vw;
    top: 100vh;
    left: 0px;
    overflow: hidden;
    background: #f5675c;
-webkit-clip-path: polygon(0 62%, 100% 13%, 100% 100%, 0% 100%);
clip-path: polygon(0 62%, 100% 13%, 100% 100%, 0% 100%);
}


/**** TOP SECTION ****/ 


#smile {
    height: 100dvh;
    display: block;
    width: 100%;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: black;
}

.tourist {
    display: block;
    width: 100dvw;
    height: 100dvh;
}

.tourist .touristpackshot {
    position: absolute;
    z-index: 1;
    height: 100dvh;
    width: auto;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
}

.tourist .touristtitle div {
    position: absolute;
    z-index: 2;
    height: 100dvh;
    width: 100dvh;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    filter: blur(50px);
    opacity: 0;
}

body.ready .tourist .touristtitle div.eye {
    background: url("../img/eye.png");
    background-size: cover;
    background-position: 50% 50%;
    opacity: 1;
    filter: blur(0px);
}

body.ready .tourist .touristtitle div.eyeglow {
    background: url("../img/eyeglow.png");
    background-size: cover;
    background-position: 50% 50%;
    opacity: 1;
    filter: blur(0px);  
    animation: glow 2s infinite;
}

body.ready .tourist .touristtitle div.one {
    background: url("../img/1.png");
    background-size: cover;
    background-position: 50% 50%;
    animation: blurin 1s forwards;
    animation-delay: 0s;
}

body.ready .tourist .touristtitle div.two {
    background: url("../img/2.png");
    background-size: cover;
    background-position: 50% 50%;
    animation: blurin 1s forwards;
    animation-delay: 1s;    
}

body.ready .tourist .touristtitle div.three {
    background: url("../img/3.png");
    background-size: cover;
    background-position: 50% 50%;
    animation: blurin 1s forwards;
    animation-delay: 1.2s;         
}

body.ready .tourist .touristtitle div.four {
    background: url("../img/4.png");
    background-size: cover;
    background-position: 50% 50%;
    animation: blurin 1s forwards;
    animation-delay: 1.4s; 
}

body.ready .tourist .touristtitle div.five {
    background: url("../img/5.png");
    background-size: cover;
    background-position: 50% 50%;
    animation: blurin 1s forwards;
    animation-delay: 1.6s;     
}

body.ready .tourist .touristtitle div.six {
    background: url("../img/6.png");
    background-size: cover;
    background-position: 50% 50%;
    animation: blurin 1s forwards;
    animation-delay: 1.8s;     
}

body.ready .tourist .touristtitle div.seven {
    background: url("../img/7.png");
    background-size: cover;
    background-position: 50% 50%;
    animation: blurin 1s forwards;
    animation-delay: 2s;     
}

body.ready .tourist .touristtitle div.eight {
    background: url("../img/8.png");
    background-size: cover;
    background-position: 50% 50%;
    animation: blurin 1s forwards;
    animation-delay: 2.2s;     
}

body.ready .tourist .touristtitle div.nine {
    background: url("../img/9.png");
    background-size: cover;
    background-position: 50% 50%;
    animation: blurin 1s forwards;
    animation-delay: 2.4s;     
}
body.ready .tourist .touristtitle div.ten {
    background: url("../img/10.png");
    background-size: cover;
    background-position: 50% 50%;
    animation: blurin 1s forwards;
    animation-delay: 2.6s;     
}

@keyframes blurin {
    0% {filter: blur(50px); opacity: 0}
    100% {filter: blur(0px); opacity: 1}
}

@keyframes glow {
    0% {opacity: 0}
    50% {opacity: 1}
    100% {opacity: 0}
}

.gradient {
  align-items: center;
  background-image: linear-gradient(to right, #fb7e91, #f5da52, #4578d0, #1d9d9a, #f45649);
  background-size: 600%;
  background-position: 0 0;
  box-shadow: inset 0 0 5em rgba(0, 0, 0, 0.5);
  display: flex;
  /* Animation */
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-name: gradients;      
}

@keyframes gradients {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 50% 0;
  }
  50% {
    background-position: 90% 0;
  }
  60% {
    background-position: 60%;
  }
  75% {
    background-position: 40%;
  }
  100% {
    background-position: 0 0;
  }
}

.glow {
    position: absolute;
    width: 100vw;
    height: calc(100vh - 60px);
    top: 0px;
    left: 0px;
    z-index: 2;
    opacity: 0.45;    
    background: linear-gradient(113deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.shadow {
    position: absolute;
    width: 100vw;
    height: calc(100vh - 60px);
    top: 0px;
    left: 0px;
    z-index: 2;
    opacity: 0.45;    
    background: linear-gradient(315deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

.texture {
    position: absolute;
    background: url("../img/texture.jpg");
    background-repeat: repeat;
    width: 100vw;
    height: calc(100vh - 60px);
    top: 0px;
    left: 0px;    
    z-index: 3;
    mix-blend-mode: screen;
    opacity: 0.45;
}

#music .texture {
    position: absolute;
    width: 100vw;
    height: calc(100vh - 60px);
    display: block;
    top: 0px;
    z-index: -1;
}

.border-top {
    width: calc(100vw + 60px);
    position: absolute;
    height: 40px;
    background: #fff;
    background-size: cover;
    background-position: bottom;
    z-index: 4;
    top: -30px;
    left: -60px;
}

.border-bottom {
    width: calc(100vw + 60px);
    position: absolute;
    height: 40px;
    background: #fff;
    background-size: cover;
    background-position: top;
    z-index: 4;
    bottom: -30px;
}

.border-left {
    width: 40px;
    position: absolute;
    height: calc(100vh + 60px);
    background: #fff;
    background-size: cover;
    background-position: left;
    z-index: 4;
    top: 0px;
    left: -30px;
}

.border-right {
    width: 40px;
    position: absolute;
    height: calc(100vh + 60px);
    background: #fff;
    background-size: cover;
    background-position: right;
    z-index: 4;
    top: 0px;
    right: -30px;
}


#music .border-left {
    left: 0px;
}

#music .border-right {
    right: 0px;
}

#music .border-top {
    top: 0px;
}

#music .border-bottom {
    bottom: 0px;
}


.title {
    position: relative;
    margin: 0px 0px 60px auto;
    display: block;
    font-size: 4.5rem;
    line-height: 3rem;
    letter-spacing: -0.3rem;
    z-index: 3; 
    color: #fff;
    text-transform: uppercase;
    text-align: right;
    transform: translateX(80vw);
    font-family: "Boldonse", Helvetica, sans-serif;
}

.title span {
    font-size: 2.5rem;
    display: block;
    letter-spacing: -0.1rem;
    color: #666682;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.3)
}

.biggie {
    position: relative;
    margin: 0px 0px 0px 15px;
    display: inline-block;
    font-size: 2.4rem;
    text-transform: uppercase;
    color: white;
    letter-spacing: 0px;
    background: black;
    padding: 25px 60px;
    float: right;
    transition: 1s;
    transform: translateX(80vw);
    font-family: "Boldonse", Helvetica, sans-serif;
}

.biggie:hover {
    color: #000;
    background: #666682;
}


body.ready .touristbiggie {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    font-size: 2dvh;
    text-transform: uppercase;
    color: white;
    letter-spacing: 0px;
    color: #40405b;
    background: white;
    padding: 5px 20px;
    border: 2px solid #fff;
    transition: 0.5s;
    z-index: 10;
    filter: blur(50px);
    opacity: 0;
    animation: blurin 1s forwards;
    animation-delay: 2.8s;
    font-family: "Boldonse", Helvetica, sans-serif;
}

body.ready .touristbiggie:hover {
    color: white;
    background: #40405b;
}


/* INTRO ANIMATIONS */ 

.animate .bench {
    animation: bench forwards 1.5s;
    animation-delay: 0s;
}

.animate .tdcc img {
    animation: tdcc forwards 1s;
    animation-delay: 0s;
}

.animate .tdcc .title {
    animation: tdcc forwards 1s;
    animation-delay: 0.25s;
}

.animate .tdcc .biggie {
    animation: tdcc forwards 1s;
    animation-delay: 0.5s;
}

.animate .palm1 {
    animation: palmdown forwards 1.5s;
    animation-delay: 0s;
}

.animate .palm2 {
    animation: palmup forwards 1.5s;
    animation-delay: 0s;
}

.animate .palm3 {
    animation: palmdown forwards 1.5s;
    animation-delay: 0s;
}

.animate .palm4 {
    animation: palmup forwards 1.5s;
    animation-delay: 0s;
}

.animate .palm5 {
    animation: palmdown forwards 1.5s;
    animation-delay: 0s;
}

@keyframes tdcc {
    0% {transform: translateX(80vw)}
    100% {transform: translateX(0vh)}
}

@keyframes palmdown {
    0% {transform: translateY(-10vh)}
    100% {transform: translateX(0vh)}    
}

@keyframes palmup {
    0% {transform: translateY(10vh)}
    100% {transform: translateX(0vh)}    
}

@keyframes bench {
    0% {transform: translateX(-100vh)}
    100% {transform: translateX(0vh)}
}


    

#menu {
    position: absolute;
    display: block;
    width: 100%;
    background: transparent;
    background-size: cover;
    background-position: bottom;    
    font-family: "Boldonse", "Arial Black", sans-serif;
    font-weight: 900;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0px 20px 0px;
    z-index: 10;
}

#menu a  {
    color: #908fae;
    font-size: 17px;
    letter-spacing: 0px;
    padding: 0px 5px;
}

#menu .dropdown {
        color: #908fae;
    letter-spacing: 0px;
  position: relative;
font-size: 15px;
    width: 120px;
    text-align: left;
    padding: 0px 10px;
  display: inline-block;
    background: transparent;  
}

#menu .dropdown span {
    background: #908fae;      
    padding: 3px 5px;
    color: #fff;
    box-sizing: border-box;
}

.dropdown a {
    margin: 10px 0px;
    padding: 7px 0px;
}

#keeponsmiling #menu .dropdown span a {
    font-size: 13px;
}

.dropdown-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.dropdown-inner {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
     padding: 10px 0px
}

.dropdown-hover:hover .dropdown-inner,
.dropdown-open:checked ~ .dropdown-inner {
  opacity: 1;
  visibility: visible;
}

.dropdown-hover:hover ~ .dropdown-overlay,
.dropdown-open:checked ~ .dropdown-overlay {
  display: block;
}

#keeponsmiling #menu a {
    font-size: 15px;
}

#menu span {
    margin: 0px 10px;
}

#menu .dropdown span {
    margin: 0px;
    height: auto;
    display: block;
    padding: 4px 10px;
    color: #fff;
}

#menu a:hover {
    color: #fff;
}

#keeponsmiling #menu span.socials {
    position: absolute;
    left: 25px;
} 

#keeponsmiling #menu span.menulinks a {
    padding: 0px 10px !important;
}

#keeponsmiling #menu span.menulinks {
 margin: 0px;
position: absolute;
    right: -15px;
}

#keeponsmiling #menu span.menulinks a.dropdownlink {
    padding: 0px 0px !important;
    color: #fff;
}

#keeponsmiling #menu span.menulinks a.dropdownlink:hover {
    color: #000;
}

#keeponsmiling #menu span.signupright {
    position: absolute;
    right: 30px;
} 

.toplogo {
    position: relative;
    margin: 80px auto 0px auto;
    width: 90%;
    height: auto;
    display: block;
}

#keeponsmiling .toplogo {
    margin-top: 30px;
}

h1 {
    font-size: 5vw;
    font-family: "Boldonse", "Arial Black", sans-serif;
    color: #666682;
    display: block;
    margin: 0px auto 100px auto;
    font-weight: 900;
    text-align: center;
}

#music h1 {
    margin: 0px auto 50px auto;
    padding-top: 100px;
    color: #fff;
}

#news h1, #videos h1, #news h1 {
    padding-top: 80px;
}

h2 {
    font-size: 5vw;
    line-height: 5vw;
    letter-spacing: -0.5vw;
    font-family: "Boldonse", "Arial Black", sans-serif;
    color: #666682;
    display: block;
    margin: 0px auto 50px auto;
    font-weight: 900;
    text-align: center;
}

.signup {
    padding: 0px;
    position: relative;
}


/**** TOUR SECTION ***/ 

#tour {
    background: #fff;
}

.tour-wrap {
    position: relative;
    display: block;
}
.tour-container {
    position: relative;
    display: block;
    margin: 0px auto;
    padding: 0px 0px 100px 0px;
    width: 90%;
    max-width: 1000px;
}

.events {
    font-family: "Boldonse", "Arial Black", sans-serif !important;
    color: #fff;
    max-width: 1000px;
}


#desktop {
    display: block;
}

#mobile, #talkcontent div.mobile, #tiny {
    display: none;
}

.talkcontent div#desktop {
    display: inline-block;
}


/**** MUSIC SECTION ****/

#music {
    padding-bottom: 100px;
}

.follow {
    display: table;
    text-align: center;
    margin: 50px auto 0px auto;
}

#music .follow {
    width: 150px;
}


/** "RESPONSIVE LIGHTBOX" WP PLUGIN **/



.nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background: rgba(0,0,0,0.95) !important;
}

.nivo-lightbox-content iframe {
width: 100%;
height: 100%;
display: block;
}

a.nivo-lightbox-nav  {
opacity: 0.7;
transition: 0.3s;
padding: 0px 30px;
box-sizing: border-box;
color: #fff !important;
font-size: 20px;
-webkit-transform: tranlsateY(-50%);
-ms-transform: tranlsateY(-50%);
transform: tranlsateY(-50%);
}

a.nivo-lightbox-nav:hover {
    opacity: 1;
}




/**** FOOTER ****/

#newfooter {
    background: #fff;
    overflow-x: hidden;
    padding: 50px 0px;
    font-family: "Boldonse", helvetica, sans-serif;
}

.tdccfooter {
    position: relative;
    display: block;
    margin: 50px auto 30px auto;
    height: 30vh;
    width: auto;
    z-index: 3;
}

.blocks {
    width: calc(100vw - 60px);
    margin: 50px auto 0px 30px;
    display: block;
    height: auto;
}

.footercont {
    position: relative;
    width: 100%;
    left: 30px;
    display: block;
    margin: 50px auto;
    background: url("../img/blocks.jpg");
    height: 100%;
}


.contact {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    display: inline-block;  
    margin: 0 auto;
    padding: 20px;
    font-family: "NeueHaasGroteskText Pro";
    width: 100%;
}

#row {
    display: block;
    margin: 0px 0px auto auto;
    text-align: center;
}

#row.smalldesktop {
    display: none;
}

.col {
    display: inline-block;
    max-width: 600px;
    margin: 0px 30px;
    text-align: center;
}

#newfooter .col.narrow p {
    max-width: 200px;
    margin: 0px 0px 30px auto;
}

#newfooter .col.narrow {
    max-width: 250px;
}

h3 {
    font-family: "Boldonse", "Arial Black", sans-serif;    
    color: #666682;
    font-size: 30px;
    margin: 0px 0px 50px 0px;
    text-align: right;
}

#newfooter p {
    font-size: 15px;
    line-height: 25px;
    margin: 0px 0px 30px 0px;
    color: #40405b;
    text-align: center;
}

#newfooter p a {
    color: #40405b;
    text-decoration: none;
    transition: 0.3s;
    padding: 0px 0px 2px 0px;
    border-bottom: 2px solid #40405b;
}

#newfooter p a:hover {
    color: #000;
    border-color: #000;
}


#newfooter input, input:-webkit-autofill, input:-webkit-autofill:focus, input:-webkit-autofill:focus, input:-webkit-text-fill-color {
	display: inline-block;
	outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;    
    border-radius: 0px;
    color: #000;
    background: transparent;
   -webkit-box-shadow: 0 0 0px 1000px #000 inset;    
}

#newfooter form {
    float: right;
    margin-right: 40px;
    margin-bottom: 40px;
}

.email {
    width: 500px;
    padding: 17px 10px 18px 10px;
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    margin: 0px;
    outline: 0px;
    border: 6px solid #000;
    display: inline-block;
    background: transparent;
    text-transform: uppercase;
    color: #000;
    font-family: "NeueHaasGroteskText Pro", sans-serif; 
}

.emailbutton {
    background: transparent;
    padding: 21px 40px 20.5px 40px;
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    margin: 0px 0px 0px -10px;
    display: inline-block;
    border: none;
    border: 6px solid #000;
    outline: 0px;  
    text-transform: uppercase;
    background: #666682;
    color: #fff;
    transition: 0.3s;
    font-family: "NeueHaasGroteskText Pro", sans-serif; 
}

.emailbutton:hover {
    background: #000;
    color: #fff;
}


.signup .emailbutton:hover {
    background: #f5d94c;    
}

.firefox .signup .email {
    padding: 11px 5px 9px 5px;    
}

.firefox .talkcontent .button span {
    padding: 8.5px 15px 8.8px 15px    
}

.firefox .talkcontent .button span.right {
    padding: 12px 30px 8px 30px    
}

.firefox .signup .emailbutton {
    padding: 11px 30px 9px 30px    
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: "NeueHaasGroteskText Pro", sans-serif;
    color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
    font-family: "NeueHaasGroteskText Pro", sans-serif;    
    color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
    font-family: "NeueHaasGroteskText Pro", sans-serif;
    color: #000;
}
:-moz-placeholder { /* Firefox 18- */
    font-family: "NeueHaasGroteskText Pro", sans-serif;
    color: #000;
}


.minisignup {
    padding: 0px;
    position: relative;
    display: inline;
}

.minisignup input, .minisignup input:-webkit-autofill, .minisignup input:-webkit-autofill:focus,  .minisignup input:-webkit-autofill:focus,  .minisignup input:-webkit-text-fill-color {
	display: inline-block;
	outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;    
    border-radius: 0px;
    color: #fff;
    background: transparent;
   -webkit-box-shadow: 0 0 0px 1000px #fff inset;    
}

.minisignup .email {
    background: transparent;
    width: auto;
    max-width: 175px;
    padding: 0px 0px 2px 0px;
    font-size: 13px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: bottom;
    margin: 0px; 
    outline: 0px;
    border: 0px;
    border-bottom: 1px dotted #666682;
    display: inline-block;
    background: transparent;
    text-transform: uppercase;
    color: #000;
    font-family: "Boldonse", "Arial Black", sans-serif;
}

.minisignup .emailbutton {
    padding: 0px;
    font-size: 13px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: bottom;
    margin: 0px 0px 0px 10px;
    display: inline-block;
    border: none;
    outline: 0px;
    line-height: 19px;
    vertical-align: top;
    text-transform: uppercase;
    background: transparent;
    color: #666682;
    transition: 0.3s;
    cursor: pointer;
    font-family: "Boldonse", "Arial Black", sans-serif;
}

 .minisignup .emailbutton:hover {
    color: #000;
     background: transparent;
}




/****  MEDIA QUERIES ****/ 

@media (min-width: 800px) and (max-width: 1000px) {
.talk img {
    width: 100%;
    height: auto;
    margin: 10vw auto 0px auto;
}    
}

@media (min-width: 800px) and (max-width: 1200px) {
.falsecontent .keeponsmilingsign {
    width: 350px;
    height: 147px;
}    
}


@media (max-width: 800px) {
    
    #newfooter p.pushup {
        margin-top: -30px;
    }    
    
@keyframes tdcc {
    0% {transform: translateX(100vw)}
    100% {transform: translateX(0vh)}
}
 
    
    body.ready .touristbiggie {
    min-width: 30dvh;
    text-align: center;        
    }

.tourist .touristpackshot {
    height: 100dvh;
    width: auto;
}

.tourist .touristtitle div {
    height: 100dvh;
    width: 85dvh;
}
    

body.ready .tourist .touristtitle div.eye {
    background: url("../img/eyemob.png");
    background-size: cover;
    background-position: 50% 50%;
}

body.ready .tourist .touristtitle div.eyeglow {
    background: url("../img/eyeglowmob.png");
    background-size: cover;
    background-position: 50% 50%;
}
    
    

body.ready .tourist .touristtitle div.one {
    background: url("../img/1mob.png");
    background-size: cover;
    background-position: 50% 50%;
}

body.ready .tourist .touristtitle div.two {
    background: url("../img/2mob.png");
    background-size: cover;
    background-position: 50% 50%; 
}

body.ready .tourist .touristtitle div.three {
    background: url("../img/3mob.png");
    background-size: cover;
    background-position: 50% 50%;        
}

body.ready .tourist .touristtitle div.four {
    background: url("../img/4mob.png");
    background-size: cover;
    background-position: 50% 50%;
}

body.ready .tourist .touristtitle div.five {
    background: url("../img/5mob.png");
    background-size: cover;
    background-position: 50% 50%;    
}

body.ready .tourist .touristtitle div.six {
    background: url("../img/6mob.png");
    background-size: cover;
    background-position: 50% 50%;   
}

body.ready .tourist .touristtitle div.seven {
    background: url("../img/7mob.png");
    background-size: cover;
    background-position: 50% 50%;   
}

body.ready .tourist .touristtitle div.eight {
    background: url("../img/8mob.png");
    background-size: cover;
    background-position: 50% 50%;   
}

body.ready .tourist .touristtitle div.nine {
    background: url("../img/9mob.png");
    background-size: cover;
    background-position: 50% 50%;
}
body.ready .tourist .touristtitle div.ten {
    background: url("../img/10mob.png");
    background-size: cover;
    background-position: 50% 50%;   
}
    

    #music .border-left {
        left: -20px;
        height: calc(140vh);
    }
    
    #music .border-right {
        right: -20px;
        height: calc(140vh);
    }
    
    #music .container {
        width: calc(100vw - 20px);
    }
    
    #newfooter {
        z-index: 101;
    }
    
    .border-bottom, .border-top {
        width: 100%;
        left: 0px;
    }
    
    #smile {
    display: block;

}

 
    #newfooter h3 {
        margin-bottom: 30px;
        margin-top: 10px;
        letter-spacing: 0px;
    }    
    
    #newfooter p {
        font-size: 13px;
    }
    
    #tour {
        margin-top: 30px;
        padding: 30px 0px 50px 0px;
    }

    #toggle {
        display: block;
    }
    

.email {
    width: 210px;
    padding: 7.7px 5px 8px 5px;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    margin: 0px 2px 0px 0px;
    outline: 0px;
    border: 4px solid #000;
    display: inline-block;
    background: transparent;
    text-transform: uppercase;
    color: #000;
    font-family: "NeueHaasGroteskText Pro", sans-serif;
}

.emailbutton {
    background: transparent;
    padding: 9.5px 20px 10.5px 20px;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    margin: 0px 0px 0px -10px;
    display: inline-block;
    border: none;
    border: 4px solid #000;
    outline: 0px;  
    text-transform: uppercase;
    background: #666682;
    color: #fff;
    transition: 0.3s;
    font-family: "NeueHaasGroteskText Pro", sans-serif;
    }
    
    .tour-container {
        padding-bottom: 0px;
    }   
    
    #music .texture {
        height: calc(140vh);;
        top: 20px;
    }    


.title {
    position: relative;
    margin: 0px 0px 10px auto;
    display: block;
    font-size: 10vw;
    line-height: 8vw;
    letter-spacing: -0.2rem;
    z-index: 3;
    text-transform: uppercase;
    text-align: right;
    transform: translateX(100vw);
    text-shadow: 0px 0px 5px rgba(0,0,0,0.4)
}

.title span {
       font-size: 6vw;
    display: block;
    letter-spacing: -0.1rem;
}

.biggie {
position: relative;
    margin: 0px 0px 0px 10px;
    display: inline-block;
    font-size: 4vw;
    text-transform: uppercase;
    color: white;
    background: black;
    padding: 5px 20px;
    float: right;
    transition: 1s;
    transform: translateX(100vw);
    
}

.biggie:hover {
    color: black;
    background: white;
}    
    
    .nivo-lightbox-close {
        top: 0px;
        right: 0px;
    }
	
	#desktop, .talkcontent div#desktop {
		display: none;
	}	
    
    #mobile, .talkcontent div#mobile {
        display: block;
    }    


    
    .talk img {
        margin-top: 40px;
    } 
    
    .svg {
        top: 50vh;
        -webkit-clip-path: polygon(0 74%, 100% 6%, 100% 89%, 0 89%);
        clip-path: polygon(0 74%, 100% 6%, 100% 89%, 0 89%);

    }
    
    h1 {
    font-size: 12vw;
        line-height: 16vw;
        font-weight: normal;
    margin-bottom: 30px;
    padding: 0px 20vw;
    } 
    
    #keeponsmiling #menu {
        display: none;
    }
    
    #keeponsmiling #menu span {
        margin: 15px 0px 0px 0px;
    }

#keeponsmiling #menu span.signupright {
    position: absolute;
    right: 0px;
    top: 155vw;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);    
}    
    

.falsecontent .keeponsmilingsign {
    width: 300px;
    height: 126px;
    margin-top: 20px;
}    
    
    .minisignup .emailbutton {
background: rgba(0,25,94,0.5); 
        padding: 5px 15px;
    }
    
    .minisignup .email {
        margin: 0px 0px 5px 0px;        
    }
    
    
#keeponsmiling #menu span.socials {
    position: absolute;
    left: 50%;
    top: -45px;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}    
    
    #menu {
        padding: 5px 0px;
        margin: 10px auto 0px auto
    }    
    
#menu span.socials {
    display: block;
    margin-bottom: 5px;
}    
     
    
    #menu a {
        font-size: 15px;
    }
    
    .toplogo {
        margin: 30px auto 0px auto;
        display: block;
    }    
    
    .splash .toplogo {
        margin-top: 0px;
    }

.talkcontent div {
    display: block;
    margin: 10px 10px;
}   
    
    .talkcontent {
        transform: scale(0.8);
        margin-top: 0px;
    }    
 
.signup .email, .safari .signup .email  {
    background: transparent;
    width: 189px;
    padding: 10px 5px;
    font-size: 15px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: bottom;
    margin: 0px; 
    outline: 0px;
    border: 4px solid #fff;
    display: inline-block;
    background: transparent;
    text-transform: uppercase;
    color: #fff;
    font-family: "Boldonse", "Arial Black", sans-serif;
}
    
.safari .signup .email {
padding: 10px 5px 7px 5px;
    }


.signup .emailbutton {
    background: transparent;
    padding: 10px 20px;
    font-size: 15px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: bottom;
    margin: 0px 0px 0px -8px;
    display: inline-block;
    border: none;
    border: 4px solid #fff;
    outline: 0px;  
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    transition: 0.3s;
    font-family: "Boldonse", "Arial Black", sans-serif; 
}    
    
    .signup input {
        border-radius: 0px;
        -webkit-appearance: none;
    }    
    
    .tour-wrap {
        margin-top: 0px;
    }    
   
    #iframe
    {
        width:100%;
        padding: 0px 0px 30px 0px;
    }

  #iframe #wrapper {
  clear: left;
  float: none;
  width: 77%;
  background: transparent;
  position: relative;
  overflow: auto;
      padding-right: 0px;
  margin: 0 auto;
 -webkit-overflow-scrolling: touch;
}    

#iframe #wrapper::-webkit-scrollbar {
    width: auto;
}
 
#iframe #wrapper::-webkit-scrollbar-track {
    background: auto;
}
 
#iframe #wrapper::-webkit-scrollbar-thumb {
  background-color: auto;
  outline: 0px;
}

div.newsitem p {
    line-height: 22px;
    font-size: 17px;
}
    
    div.newsitem {
        width: 88%;
    }    

h4 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0px;
    padding-bottom: 0px;
}   
    
.nivo-lightbox-wrap {
    position: absolute;
top: 0% !important;
bottom: 0% !important;
left: 0% !important;
right: 0% !important;
}
    
    a.nivo-lightbox-nav {
        padding: 0px 15px;
    }    
    
.video-wrapper {
    width: 100% !important;
}   
    
    

#iframe #wrapper::-webkit-scrollbar {
    width: 8px;
}    
        
    
.follow {
    display: table;
    text-align: center;
    margin: 20px auto 0px auto;
}    
    
    #news {
        background: #f5675c !important;
        padding-bottom: 40px;
    }    
    
    #footer {
        background: #0e3f8d;
    }    
    
    .contact {
        position: relative;
        right: auto;
        text-align: center;
        bottom: auto;
        display: block;
        margin-top: 50px;
    }
    
    #footer p, #footer h3 {
        text-align: center;
    }
    
    #footer p {
        font-size: 13px;
    }

    #footer h3 {
        font-size: 25px;
    letter-spacing: -0.1em;
    }

    .bottomlogo {
        display: block;
        margin: 70px auto 40px auto;
        width: 90%;
        height: auto;
    }   
    
    #footer .signup {
        position: absolute;
        bottom: 30px;
        left: 50%;
        width: 305px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    
    .footerbg {
        margin-top: -30px;
    }
    
}



@media (min-width: 800px) and (max-height: 700px) {  
#keeponsmiling .ringring {
    right: auto;
    width: 45px;
    height: 985px;    
    left: 15vw;
    top: -25vh;
}

.blinkblink {
    position: absolute;
    top: -20vh;    
}
}

    
@media (min-width: 800px) and (max-width: 1200px) {
.keeponsmiling {
    width: 300px;
    height: 172px;
}    
.keeponsmilingbg img {
    margin: 25vw auto 0px auto;
}          
    }

    
@media (min-width: 800px) and (max-width: 1100px) {
.keeponsmilingbg img {
    margin: 30vw auto 0px auto;
}          
}

@media (min-width: 800px) and (max-width: 1200px) {
    
.tiltmepls {
    padding: 100px 0px;
}
    
}

@media (min-width: 800px) and (max-width: 1100px) {

    h3 {
        margin-bottom: 30px;
    }    

    
    #footer p {
        font-size: 13px;
        margin: 0px 0px 10px 0px;
    }   
    
    .biggie {
        font-size: 2rem;
        padding: 20px 40px;
    }
    
}


@media (max-width: 320px) {
.keeponsmilingbg img {
    margin-top: 100vw;
}  
    
.splash .keeponsmilingbg img {
    margin-top: 120vw;
}      
    
#keeponsmiling #menu span.signupright {
    position: absolute;
    right: 0px;
    top: 180vw;
    }
    #tiny {
        display: block;
    }
    
.falsecontent a.keeponsmilingbuy {
    width: 280px;
    font-size: 27px;
    border: 8px solid #fff;
}
    
.talkcontent .button span.right {
    width: 243px;
}    
.talkcontent div {
    margin: 10px 0px;
}
.falsecontent .keeponsmilingsign {
    width: 280px;
    height: 118px;
}       
}

@media (min-width: 1870px) {
.ringring.one {
    width: 70px;
    height: 1531px;
}

.ringring.two {
    width: 55px;
    height: 1203px;
}
}


@media (min-width: 2300px) {
.ringring.one {
    width: 90px;
    height: 1969px;
}

.ringring.two {
    width: 70px;
    height: 1531px;
}
}


@media (min-device-width: 720px) and (min-device-height: 1024px) and (orientation:portrait) {
.toplogo {
    margin: 100px auto 0px auto;
    width: 70%;
}    
.talk img {
    margin-top: -20vh;
}    
#tour {
    margin-top: -10vh;
}  
#talk .ringring.one {
    width: 70px;
    height: 1542px;
}    
#talk .ringring.two {
width: 50px;
    height: 1094px;
}    
    
}

@media (min-width: 800px) and (max-width: 1230px) {
    #row.bigdesktop {
        display: none;
    }
    #row.smalldesktop {
        display: block;
    }
    
    
}

@media (min-width: 800px) and (max-height: 950px) {
    .tdcc {
        transform: translateY(-50%) scale(0.8);
        right: 0px;
    }
    .palm4 {
        right: 20%;
    }
}


@media (max-width: 800px) and (min-height: 750px) {
    .tdcc img {
        width: 70%;
    }
}

@media (max-width: 359px) {
    .email, .button {
        font-size: 4vw;
        width: auto;
        padding: 7.7px 10px 8px 10px
    }
}


@media (max-width: 800px) and (max-height: 730px) {
    .tdcc {
        transform: translateY(-50%) translateX(7.5vw) scale(0.8);
    }
    .tdcc img {
        margin-bottom: 50vh;
    }
}

@media (min-width: 800px) and (max-height: 620px) {
    body.ready .touristbiggie {
    font-size: 1.5dvh;
    }
}

@media (min-width: 800px) and (max-height: 530px) {
    body.ready .touristbiggie {
    bottom: 0px;
    }
}

@media (max-width: 800px) and (min-height: 690px), (max-width: 350px) {
    .tourist {
transform: scale(0.8);
    }
}