body {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: none;
    letter-spacing: .1em;
    background: #202246;
    background-image: url('../images/navy-bg.png');
}

/* fix the box model */
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

/* stop webkit from doing its own thing with submit buttons */
input {
    outline: 0;
}

input[type=text],
input[type=submit] {
    -webkit-appearance: none;
}

/* clear fix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */

.printer-only {
    display: none;
}

.no-desktop {
    display: none;
}

.hide-checkbox {
    position: absolute;
    left: -999em;
}

.flex {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.flex .item {
    position: relative;
}

.flex .width-10 {
    width: 10%;
}

.flex .width-15 {
    width: 15%;
}

.flex .width-20 {
    width: 20%;
}

.flex .width-25 {
    width: 25%;
}

.flex .width-30 {
    width: 30%;
}

.flex .width-33 {
    width: 33.33333%;
}

.flex .width-35 {
    width: 35%;
}

.flex .width-40 {
    width: 40%;
}

.flex .width-50 {
    width: 50%;
}

.flex .width-60 {
    width: 60%;
}

.flex .width-66 {
    width: 66.66666%;
}

.flex .width-70 {
    width: 70%;
}

.flex .width-75 {
    width: 75%;
}

.flex .width-80 {
    width: 80%;
}

.flex .width-85 {
    width: 85%;
}

.flex .width-90 {
    width: 90%;
}

.flex .width-100 {
    width: 100%;
}

.bg-yellow {
    background: #fbba43 !important;
}

.bg-pink {
    background: #ea4f82 !important;
}

a {
    text-decoration: none;
    /*color: blue;*/
    color: #c1c1c1;
}

a:hover {
    /*color: #9D200E;*/
    color: #ea4f82;
}

a img {
    border: 0;
}

.tickets a:hover {
    background: #ccc;
    opacity:
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}


.layout {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
}

.menu-toggler {
    display: none;
}

header {
    position: relative;
    z-index: 99;
    /* background: #202246; */
    background-image: url('../images/navy-bg.png');
    background-repeat: repeat;
    background-position: left top;
    /*overflow: hidden;*/
    /*
    border: 1px solid transparent;
    -webkit-border-image: url(../images/headertrim-border.png) calc(100%/3) round; /* Safari 3.1-5 *
    -o-border-image: url(../images/headertrim-border.png) calc(100%/3) round; /* Opera 11-12.1 *
    border-image: url(../images/headertrim-border.png) calc(100%/3) round;
    border-width: 0 0 35px 0;
    border-image-outset: 35px;
    */
}

header .logo {
    float: left;
}

header .layout {}

header .flex {
    position: relative;
    z-index: 99;
    justify-content: space-between;
    padding: 0 3em;
    flex-wrap: nowrap;
}

header .flex .item {}

header .item.nav {
    text-align: right;
}

header .item.nav ul {
    list-style: none;
    margin: 0 0 0 auto;
    padding: 0;
    font-family: 'National', sans;
    font-size: 1.13em;
}

header .item.nav ul li {
    display: inline-block;
    padding: 0 0 0 2em;
}

header .item.nav ul li a {
    position: relative;
    color: #fff;
    text-transform: uppercase;
}

header .item.nav ul #btn-ticket {
    display: block;
    color: #000;
    text-transform: uppercase;
    background: #fbba43;
    padding: .7em 2em .8em 2em;
    font-weight: bold;
    text-align: center;
}

.ticket-drop-down a {
    display: block;
    background-color: #e72364;
    text-transform: uppercase;
    padding: .7em 2em .8em 2em;
    color: white;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    font-family: 'ITC Souvenir W01 Bold', sans;
}


#li-ticket .ticket-drop-down a {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 150px;

    margin-top: 10px;
}

header .item.nav ul #btn-ticket:hover {
    background: #ccc;
}

header .item.nav ul #btn-ticket:before {
    position: absolute;
    left: -.8em;
    top: .75em;
    content: ' ';
    border: 0;
    border-radius: 3em;
    background: #202246;
    background-image: url('../images/navy-bg.png');
    width: 26px;
    height: 26px;
}

header .item.nav ul #btn-ticket:after {
    position: absolute;
    right: -.9em;
    top: .75em;
    content: ' ';
    border: 0;
    border-radius: 3em;
    background: #202246;
    background-image: url('../images/navy-bg.png');
    width: 26px;
    height: 26px;
}

.site-wrapper {
    padding: 0;
    background: #202246;
    background-image: url('../images/navy-bg.png');
    position: relative;
    z-index: 50;
    margin: 0 auto;
    max-width: 1000px;
}

canvas#canvas {
    position: fixed;
    width: 100vw;
    height: 100vh;
}

.section-1 {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 0;
    margin: 0;
    background: #202246;
}

.section-1 img {
    position: absolute;
    top: -1px;
    z-index: 2;
    width: 100%;
    height: auto;
}

.section-1 video {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    margin-top: 0px;
}

.section-1 .play-icon-wrapper {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-1 .play-icon-wrapper i {
    /*font-size: 3em;*/
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.section-1 .play-icon-wrapper i::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 131px;
    height: 139px;
    background: transparent url('../images/btn-get-teased-sprite.png') 0 0 no-repeat;
}

.section-1 .play-icon-wrapper i:hover::before {
    background: transparent url('../images/btn-get-teased-sprite.png') -131px 0 no-repeat;
}

.section-1 a {
    cursor: pointer;
    color: #c1c1c1;
}

.section-1 a:hover {
    /*color: #9D200E;*/
    color: #ea4f82;
}

/*
.section-1 .bg {
  position: relative;
  width: 100%;
  padding: 0 0 90% 0;
}

.section-1 .bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-1 .bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section-2 {
  margin-top: -28%;
  overflow: hidden;
  position: relative;
}

.section-2 .wrap {
  position: relative;
  padding: 0 0 125.2% 0;
}

.section-2 .left-side {
  position: absolute;
  top: 0;
  left: -10%;
  width: 60%;
  height: 100%;
  z-index: 15;
}

.section-2 .left-side img {
  width: 100%;
  height: auto;
}

.section-2 .right-side {
  position: absolute;
  top: 0;
  right: -10%;
  width: 60%;
  height: 100%;
  z-index: 5;
}

.section-2 .right-side img {
  width: 100%;
  height: auto;
}

.section-2 .slideshow-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-2 .slideshow-outside {
  position: absolute;
  top: 23%;
  left: 0;
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  background: #0a0039;
}

.section-2 .slide-nav {
  position: absolute;
  top: 63%;
  left: 0;
  z-index: 55;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  padding: 0 5%;
}

.section-2 .slide-nav .next,
.section-2 .slide-nav .previous {
  width: 10%;
  max-width: 100px;
}

.section-2 .slide-nav .previous img,
.section-2 .slide-nav .next img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.section-2 .slide-nav #caption-anchor {
  text-align: center;
  font-size: 3em;
  color: #fff;
  padding: 0 5%;
  text-transform: uppercase;
  width: 55%;
  font-family: 'ITC Souvenir W01 Bold';
}

.section-2 .slide-nav #caption-anchor a {
  color: #fff;
}

.section-2 .slide {
  z-index: 10;
  width: 75%;
  padding: 0 0 60% 0;
  margin: 0 auto;
  overflow: hidden;

  position: relative;
  position: absolute;
  top: 15%;
  left: 155%;
}

.section-2 .slide:first-child {
  left: 12.5%;
}

.section-2 .slide:nth-child(2) {
  left: 90%;
}

.section-2 .slide .caption {
  display: none;
}

.section-2 .slide .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

.section-2 .slide .image img {
  width: 100%;
  height: auto;
}
*/

.section-3 {
    /*background: #ea4f82;*/
    background-image: url('../images/Desktop_StepRightUp_Blank650px.png');
    position: relative;
    margin-top: -7%;
    font-family: 'ITC Souvenir W01 Light';
    height: 650px;
    z-index: 15;
    text-align: center;
    padding-top: 7%;
}

.section-3 p,
.section-5 p.floors {
    margin: 0 0 1em 0;
    padding: 1em 9%;
    line-height: 1.45em;
    color: #fff;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
}

.section-5 p.floors {
    font-family: 'ITC Souvenir W01 Light';
    width: 100%;
    font-size: 1.75em;
    margin-top: -20px;
    margin-bottom: 0px;
}

span.clickmore {
    color: #8179a6;
    font-size: 0.75em;
}

#about-title {
    font-family: ITC Souvenir W01 Bold;
    font-size: 3em;
    color: #202246;
    text-align: center;
    margin-top: 20px;
}

#about-title::before {
    position: absolute;
    content: url(../images/navylip.png);
    padding: 0 12px;
    top: 45px;
    left: 12px;
}

#about-title::after {
    position: absolute;
    content: url(../images/navylip.png);
    padding: 0 12px;
    top: 45px;
    right: 12px;
}

/*
.section-3 .item.text p {

}
.section-3 .flex {
  align-items: flex-start;
}

.section-3 .flex .item {
  position: relative;
}


.section-3 .flex .item.text {
  
}

.section-3 .image-wrap {

}

.section-3 .image-wrap img {
  width: 100%;
  height: auto;
}
*/

.section-3 img {
    position: relative;
    top: -10px;
}

.section-4 {
    position: relative;
    z-index: 10;
    overflow: hidden;
    font-family: 'ITC Souvenir W01 Light';
    text-transform: uppercase;
    /*height: 525px;*/
    height: 375px;
    margin-top: -47px;
    background: linear-gradient(to bottom,
        #fbba43,
        #fbba43 50%,
        #fff 50%,
        #fff);
    background-size: 100% 95px;
}

.section-4 .wrap {
    position: relative;
    padding: 0;
}

.section-4 .wrap .flex {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;

}

.section-4 .wrap .flex .item {
    width: 10%;
    position: relative;
    max-width: 100px;
    padding: 3em 0 0 0;
}

.section-4 .wrap .flex .item:nth-child(2) {
    width: 70%;
    max-width: 70%;
    padding: 0 1em;
    color: #202246;
    font-size: 0.80em;
}

.section-4 .wrap .flex .item .testimonial {
    display: none;
}

.section-4 .wrap .flex .item .testimonial:nth-child(1) {
    display: block;
}

.section-4 .wrap .flex .item img {
    padding-top: 40px;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.section-4 .wrap .flex .item p {
    font-size: 2em;
    text-align: center;
    padding: 0 1em;
    margin: 0 0 .25em 0;
}

.section-4 .wrap .flex .item p.source {
    font-family: 'ITC Souvenir W01 Bold';
    font-size: 1.75em;
    text-transform: uppercase;
}

.section-5 {
    position: relative;
    z-index: 1;
    background-image: url('../images/cocks_yellow-mod.png'), url('../images/navy-bg.png');
    background-repeat: no-repeat, repeat;
    background-position: center top, left top;
    background-color: #202246;
    padding: 15% 0 5%;
    margin-top: -1px;
}

.section-5 .flex {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.section-5 .flex .item {
    width: 33%;
    max-width: 400px;
    text-align: center;
}

.feature-clip {
    padding: 0 15px;
    margin: 15px 0;
}

.feature-clip .fc-top {
    font-size: 0.7em;
    padding: 2px 0;
    font-family: 'ITC Souvenir W01 Light';
    color: #fff;
}

.feature-clip .fc-mid {
    padding: 0;
    margin: 0;
}

.feature-clip .fc-mid img {
    width: 100%;
    background-color: #fff;
    padding: 0;
    margin: 0;
    display: block;
}

.feature-clip .fc-bottom {
    /*height:48px;*/
    font-size: 1em;
    font-family: 'ITC Souvenir W01 Bold';
    color: #202246;
    text-transform: uppercase;
}

#fun-title,
#fun-text {
    width: 600px;
}

#fun-title h1,
#fun-text h1 {
    font-family: ITC Souvenir W01 Bold;
    font-size: 3em;
    color: #fff;
    text-align: center;
    margin: 40px auto;
}

.wing-lips {
    width: 150px;
}

.section-6 {
    position: relative;
    background: url('../images/desktop_boobs_navy-mod.png') repeat-x;
    background-position: center top;
    height: 147px;
    z-index: 99;
}

.section-7 {
    position: relative;
    margin-top: -147px;
    padding-top: 300px;
    z-index: 1;
    background-color: #ea4f82;
    text-align: center;
}

#all-aboard {
    font-family: ITC Souvenir W01 Bold;
    font-size: 3em;
    color: #fff;
    text-align: center;
}

#all-aboard::before,
#all-aboard::after {
    content: url(../images/nipple.png);
    padding: 20px;
    top: 14px;
    position: relative;
}

.section-7 .item p {
    font-family: ITC Souvenir W01 Light;
    font-size: 1em;
    text-align: center;
    color: #fff;
    margin: 30px auto;
}

.section-7 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.section-7 .row {
    display: flex;
}

.section-7 .column {
    flex: 1;
}

.contributing-artists {
    color: #fff;
    font-size: 1.5em;
    text-align: left;
    font-family: ITC Souvenir W01 Bold;
}

.contributing-artists .column {
    text-align: center;
}

.sponsors .sponsor-logo {
    padding: 10px 44px;
}

.sponsor-logo img {
    width: 100%;
}





.section-8 {
    position: relative;
    background: url('../images/desktop_boobs_pink-mod.png') repeat-x;
    background-position: center top;
    height: 147px;
    z-index: 99;
    text-align: center;
}

.section-8 .ticket-drop-down-container {
    width: 363px;
    margin-left: auto;
    margin-right: auto;
    top: -50px;
}

.section-8 .ticket-drop-down {

    position: relative;
}

.section-8 img {}


.section-9 {
    position: relative;
    margin-top: -147px;
    z-index: 1;
    display: flex;
    justify-content: space-around;
}

.section-9 a {
    width: 49%;
}

.ticket-drop-down-container {
    position: relative;
}

.ticket-drop-down {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.49, 1);
    transform: translateY(40px) scale(1);
}

.ticket-drop-down-container.big-tickets {
    position: relative;

}

.ticket-drop-down-container.big-tickets .ticket-drop-down {

    width: 251px;
    left: -7px;
    top: -30px;
    margin-left: auto;
    margin-right: auto;
    z-index: 50;
}

.ticket-drop-down-container.big-tickets .ticket-drop-down.active {}

.ticket-drop-down.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

footer {
    position: relative;
    z-index: 100;
}

footer .picket {
    margin-top: -14.15%;
    position: relative;
    z-index: 15;
}

footer .picket .wrap {
    position: relative;
    padding: 0 0 14.15% 0;
}

footer .picket img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer .ticket-drop-down {
    left: 50% !important;

    top: 60px !important;
    margin-left: -132px !important;

}

footer .buy-tickets {
    padding: 2em 0;
    text-align: center;
    background: #1b1138;
    font-family: 'ITC Souvenir W01 Light';
    background-image: url('../images/pink-circle-200px.png'), url('../images/pink-circle-200px.png');
    background-repeat: no-repeat, no-repeat;
    background-position: -50px calc(100% + 50px), calc(100% + 50px) calc(100% + 50px);
    background-size: 100px 100px;
}

footer .buy-tickets a {
    color: #fff;
    margin-top: 10px;
}

footer .buy-tickets a span {
    text-transform: uppercase;
    display: inline-block;
    padding: 0 .5em;
    font-size: 2.5em;
    position: relative;
    z-index: 5;
}

footer .buy-tickets a span.tickets {
    background: #fbba43;
    color: #202246;
    padding: .4em .6em;
    position: relative;
    z-index: 4;
    font-family: 'ITC Souvenir W01 Bold';
    font-size: 2.5em;
}

footer .buy-tickets a span.tickets:before {
    position: absolute;
    left: -.8em;
    top: .4em;
    content: ' ';
    border: 0;
    border-radius: 3em;
    background: #1b1138;
    width: 50px;
    height: 50px;
    z-index: 1;
}

footer .buy-tickets a span.tickets:after {
    position: absolute;
    right: -.9em;
    top: .4em;
    content: ' ';
    border: 0;
    border-radius: 3em;
    background: #1b1138;
    width: 50px;
    height: 50px;
}

.big-tickets .ticket-drop-down a {
    font-size: 20px;
    padding: 1em .5em;

}

footer .part-1 {
    padding: 4em 0;
    background: #fe4b82;
}

footer .part-1 .item {
    text-align: center;
    font-family: 'ITC Souvenir W01 Light';
}

footer .part-1 .item h4 {
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1.25em;
}

footer .part-1 .item p {
    line-height: 1.25em;
}

footer .item.social p {
    padding: 0 0 10px;
}

footer .item.social a {
    display: inline-block;
    font-size: 1.75em;
    color: #0a0039;
    padding: 0 .25em;
}

footer .item.social a.icon-twitter:before {
    font-size: 1.15em;
}

footer .part-2 {
    background: #fbba43;
    padding: 2em 0 2em 0;
    color: #fff;
    text-align: center;
    font-family: 'ITC Souvenir W01 Light';
}

footer .part-2 p {
    font-size: .7em;
    color: #fff;
}

#footer-locations {
    display: flex;
}

#footer-locations a {
    color: #000000;
    text-decoration: underline;
}

/* font icons */
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?v=2');
    src: url('../fonts/icomoon.eot?v=2#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?v=2') format('truetype'),
        url('../fonts/icomoon.woff?v=2') format('woff'),
        url('../fonts/icomoon.svg?v=2#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-move-up:before {
    content: "\e900";
}

.icon-arrow-up:before {
    content: "\e901";
}

.icon-instagram:before {
    content: "\e902";
}

.icon-facebook:before {
    content: "\e903";
} 

.icon-twitter:before {
    content: "\e904";
}
/*future*/
.icon-youtube:before {
        content: url(https://mosexstg.wpengine.com/sfl/images/youtube.svg);
}
.icon-menu-close:before {
    content: "\e905";
}

.icon-menu:before {
    content: "\e906";
}

.icon-play2:before {
    content: "\e912";
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
    overflow: hidden !important;
}

#swipebox-overlay img {
    border: none !important;
}

#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#swipebox-container {
    position: relative;
    width: 100%;
    height: 100%;
}

#swipebox-slider {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
    cursor: pointer;
}

#swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block;
}

#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
    background: none;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

#swipebox-slider .slide-loading {
    background: url(/funland/images/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%;
}

#swipebox-bottom-bar {
    bottom: -50px;
}

#swipebox-bottom-bar.visible-bars {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
    top: -50px;
}

#swipebox-top-bar.visible-bars {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}

#swipebox-title {
    display: block;
    width: 100%;
    text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
    background-image: url(/funland/images/icons.png);
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 0;
}

#swipebox-arrows {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px;
}

#swipebox-prev {
    background-position: -32px 13px;
    float: left;
}

#swipebox-next {
    background-position: -78px 13px;
    float: right;
}

#swipebox-close {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 9999;
    background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
    display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
    opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
    -webkit-animation: rightSpring 0.3s;
    animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    -webkit-animation: leftSpring 0.3s;
    animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before,
.swipebox-touch #swipebox-container:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: ' ';
    position: absolute;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 20px;
    opacity: 0;
}

.swipebox-touch #swipebox-container:before {
    left: 0;
    -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
    box-shadow: inset 10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
    right: 0;
    -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
    box-shadow: inset -10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
    opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1;
}

@-webkit-keyframes rightSpring {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@keyframes rightSpring {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes leftSpring {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@keyframes leftSpring {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@media screen and (max-width: 768px) {
    .section-2 {}

    .section-3 {
        padding-top: 2%;
        height: 480px;
        background-size: auto 480px;
    }

    .section-3 p {
        padding: 0 5% 0 5%;
        font-size: 1em;
    }

    .section-3 img {
        width: 200px;
    }

    #about-title {
        margin-top: 1.5em;
    }

    .section-9 {
        flex-direction: column;
    }

    .section-9 a {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .section-3 {
        height: 420px;
        background-size: auto 420px;
    }
}

@media screen and (max-width: 480px) {
    .section-3 {
        height: 460px;
        background-size: auto 460px;
    }
}

@media screen and (max-width: 459px) {
    .section-3 {
        height: 490px;
        background-size: auto 490px;
    }
}

@media screen and (max-width: 360px) {
    .section-3 {
        height: 540px;
        background-size: auto 540px;
    }
}

/*
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin--------------------------*

#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}
*/



/* various screen size breakpoints */


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

    /*
  .section-2 .slide-nav {
    top: 64%;
  }
  
  .section-2 .slide-nav #caption-anchor {
    font-size: 2em;
    padding: 0 8%;
  }
*/
    .section-4 .wrap .flex {
        top: 30%;
    }

    .section-4 .wrap .flex .item p {
        font-size: 3em;
    }


}

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

  .section-2 .slide-nav {
    top: 65%;
  }
  
  .section-2 .slide-nav #caption-anchor {
    font-size: 2.25em;
    padding: 0 8%;
  }
 
  .section-3 .flex {
    align-items: flex-start;
  }

  .section-3 .flex .item.text {
    padding: 5% 0 0 0;
  }

  .section-4 .wrap .flex .item p {
    font-size: 3em;
  }

}
*/

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

    /*
  .section-2 .slide-nav {
    top: 67.5%;
  }
  
  .section-2 .slide-nav #caption-anchor {
    font-size: 3em;
    padding: 0 8%;
  }
*/
    .section-4 .wrap .flex .item p {
        font-size: 3em;
    }
}


/* now lets specifically target tablets then mobile */

/* tablet portrait and smaller */
@media only screen and (min-width : 320px) and (max-width : 768px) {
    .section-1 .play-icon-wrapper i::before {

        margin-top: -10px;
    }

    /*another near-similar media query exists below*/
    .no-desktop {
        display: flex !important;
    }

    header .no-desktop {
        display: block !important;
    }

    .no-tablet,
    .no-mobile {
        display: none !important;
    }

    .layout {
        min-width: auto;
        min-width: unset;
    }

    .flex .twidth-10 {
        width: 10%;
    }

    .flex .twidth-15 {
        width: 15%;
    }

    .flex .twidth-20 {
        width: 20%;
    }

    .flex .twidth-25 {
        width: 25%;
    }

    .flex .twidth-30 {
        width: 30%;
    }

    .flex .twidth-33 {
        width: 33.33333%;
    }

    .flex .twidth-35 {
        width: 35%;
    }

    .flex .twidth-40 {
        width: 40%;
    }

    .flex .twidth-50 {
        width: 50%;
    }

    .flex .twidth-60 {
        width: 60%;
    }

    .flex .twidth-66 {
        width: 66.66666%;
    }

    .flex .twidth-70 {
        width: 70%;
    }

    .flex .twidth-75 {
        width: 75%;
    }

    .flex .twidth-80 {
        width: 80%;
    }

    .flex .twidth-85 {
        width: 85%;
    }

    .flex .twidth-90 {
        width: 90%;
    }

    .flex .twidth-100 {
        width: 100%;
    }

    header .item.nav ul li {
        padding: 0 0 0 1em;
    }

    /*
  .section-1 h1 i {
    font-size: 2em;
  }

  .section-2 .slide-nav {
    top: 62.5%;
  }
  
  .section-2 .slide-nav #caption-anchor {
    font-size: 2em;
    padding: 0 8%;
  }
  
  .section-3 .flex {
    align-items: flex-end;
  }

  .section-3 .flex .item.text {
    padding: 5% 0;
  }
  
  .section-3 .flex .item.text p {
    padding: 0 7%;
    font-size: .9em;
  }
*/
    .section-4 .wrap .flex {
        top: 28%;
    }

    .section-4 .wrap .flex .item p {
        font-size: 2.25em;
    }

    .section-4 .wrap .flex .item p.source {
        font-size: 2em;
    }

}

#teasers {
    visibility: hidden;
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 167px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 72px);
}

#teasers button {
    background-color: #e72364;
    border-width: 0;
    padding: 1.1em .3em;
    color: white;
    font-weight: normal;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    margin-top: 10px;
    width: 100%;
    outline: none;
    font-family: 'ITC Souvenir W01 Bold', sans-serif;
    text-shadow: none !important;
}

@media(max-width:768px) {
    #teasers {
        transform: translate(-50%, 50px);
    }
}

/* end tablet portrait and smaller */



/* mobile in portrait ----------- */
@media only screen and (min-width : 320px) and (max-width : 768px) {

    .flex .mwidth-50 {
        width: 50% !important;
    }

    .flex .mwidth-100 {
        width: 100% !important;
    }

    span.tickets a {
        display: block;
        color: #000;
        text-transform: uppercase;
        background: #fbba43;
        padding: .7em 2em .8em 2em;
        font-weight: bold;
    }

    span.tickets a:before {
        position: absolute;
        left: -.8em;
        top: .75em;
        content: ' ';
        border: 0;
        border-radius: 3em;
        background: #202246;
        background-image: url('../images/navy-bg.png');
        width: 26px;
        height: 26px;
    }

    span.tickets a:after {
        position: absolute;
        right: -.9em;
        top: .75em;
        content: ' ';
        border: 0;
        border-radius: 3em;
        background: #202246;
        background-image: url('../images/navy-bg.png');
        width: 26px;
        height: 26px;
    }


    label.menu-toggler {
        display: block;
        position: fixed;
        top: 7px;
        right: 8px;
        color: #fff;
        font-size: 2em;
        cursor: pointer;
        z-index: 1005;
    }

    label.menu-toggler .icon-menu-close {
        display: none;
        z-index: 1005;
    }

    header #main-nav {
        display: none;
    }

    header #thefunlink-mobile {
        display: none;
    }

    input.menu-toggler:checked~label .icon-menu {
        display: none;
        z-index: 1005;
    }

    input.menu-toggler:checked~label .icon-menu-close {
        /*
    display: block;
    z-index: 1005;
    position: fixed;
    right: .5em;
    */
    }

    input.menu-toggler:checked~header #main-nav {
        display: block;
    }

    input.menu-toggler:checked~header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
    }

    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 49px;
        z-index: 1000;
        padding: 10px 10px 0;
    }

    header .logo {
        width: 28%;
    }

    header .logo img {
        width: 123px;
    }

    .header-right {
        float: right;
        width: 40%;
    }

    header #main-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        /*height: 85.5%;*/
        background-image: url('../images/navy-bg.png');
        background-repeat: repeat;
        z-index: 999;
    }

    input.menu-toggler:checked~header #main-nav {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    header #main-nav li {
        display: block;
        text-align: center;
        font-size: 2em;
        margin: 0;
        padding: 1.2em 0 .2em;
        width: 100%;
        background: #202246;
        background-image: url('../images/navy-bg.png');
        background-repeat: repeat;
    }

    header #main-nav li a {
        background: none;
        color: #202246;
        padding: 0;
        font-weight: bold;
        font-family: 'ITC Souvenir W01 Bold' !important;
    }

    header #main-nav li.tickets {
        background: #202246;
        background-image: url('../images/navy-bg.png');
        background-repeat: repeat;
        background-position: left top;
        padding: .5em 0 0;
    }

    header .item.nav ul li.tickets span {
        color: #fe4b82;
    }

    header #main-nav #btn-ticket {
        display: inline-block;
        color: #202246 !important;
        /* background: #e7e4e1 !important; */
        background: #fbba43 !important;
        padding: .25em 2em .4em 2em !important;
    }

    #li-ticket .ticket-drop-down.active {
        position: relative;
    }

    .tickets .ticket-drop-down.active a {
        display: inline-block;
        background-color: #e72364 !important;
        width: 329px;
        color: white !important;
        padding: 1em !important;
        font-size: 23px !important;
    }

    .ticket-drop-down-container.big-tickets .ticket-drop-down.active {
        width: 167px !important;

    }

    #tickets .ticket-drop-down.active {

        margin-left: -87px !important;
    }

    #about .ticket-drop-down {
        width: 167px !important;
        top: -40px !important;
        left: 0px !important;
        margin-left: auto !important;
    }

    .section-8 .ticket-drop-down {
        margin-left: auto !important;
    }

    .section-8 .ticket-drop-down {
        width: 181px;
        top: 0;
    }

    .big-tickets .ticket-drop-down a {
        font-size: 13px;
        padding: 1.4em .3em;
    }

    header .item.nav ul #btn-ticket:hover {
        background: #ccc !important;
    }

    header .item.nav ul #btn-ticket:before {
        left: -.55em;
        top: .5em;
        width: 35px;
        height: 35px;
    }

    header .item.nav ul #btn-ticket:after {
        right: -.55em;
        top: .5em;
        width: 35px;
        height: 35px;
    }

    header #main-nav #li-sfl img {
        width: 70%;
        max-width: 300px;
    }

    header #main-nav #li-sfl {
        background-color: #191039;
        background-image: url('../images/mobile_pink_lips-top.png');
        background-repeat: repeat-x;
        background-size: 500px;
        background-position: center bottom;
        padding: .5em 0 1em;
    }

    header #main-nav #li-about {
        background-color: pink;
        background-image: url('../images/pink-bg.png');
        background-repeat: repeat;
        padding: 0 0 .2em;
    }

    header #main-nav #li-thefun {
        background-color: #fbba43;
        background-image: url('../images/mobile_pink_lips-bottom.png');
        background-repeat: repeat-x;
        background-position: center top;
        background-size: 500px;
    }

    header #main-nav #li-visit {
        background-color: #fff;
        background-image: url('../images/cocks_yellow-mod.png');
        background-repeat: repeat-x;
        background-position: center top;
        background-size: 500px;
    }

    header #main-nav #li-ticket {
        background-color: #202246;
        background-image: url('../images/mobile_boobs_white.png'), url('../images/navy-bg.png');
        background-repeat: repeat-x, repeat;
        background-position: center top, left top;
        background-size: 500px, auto;
        padding: 1.5em 0 0;
    }

    header #trim {
        position: relative;
        z-index: 100;
    }

    header .buy-tickets {
        position: relative;
        text-align: center;
        float: left;
    }

    header .buy-tickets a {
        color: #fff;
        background: url(../images/ticket-image.png) no-repeat center;
        background-size: cover;
        height: 26px;
        display: block;
        width: 87px;
        padding: 4px 0 0 2px;
    }

    header .buy-tickets .ticket-drop-down a {
        background-image: none;
        background-color: #e72364;
        margin-top: 5px;
        color: white !important;
    }

    header .buy-tickets a span.tickets {
        color: #202246;
        padding: .5em .7em;
        position: relative;
        ß z-index: 4;
        font-family: 'National', sans-serif;
        font-weight: bold;
        font-size: .8em;
        line-height: .8em;
    }

    header .ticket-drop-down.active a {

        padding: .5em .7em;
        position: relative;
        z-index: 4;
        font-family: 'ITC Souvenir W01 Bold', sans-serif;
        font-weight: bold;
        font-size: .8em;
        line-height: .8em;
    }

    footer .buy-tickets {
        background-size: 50px 50px;
        background-position: -25px calc(100% + 25px), calc(100% + 25px) calc(100% + 25px);
    }

    footer .buy-tickets a span {
        font-size: 1.5em;
    }

    footer .buy-tickets a span.tickets {
        padding: 1em 1.5em;
        font-size: 1.25em;
    }

    footer .buy-tickets a span.tickets:before {
        width: 30px;
        height: 30px;
    }

    footer .buy-tickets a span.tickets:after {
        width: 30px;
        height: 30px;
    }

    footer .part-1 {
        padding: 3em 0;
        font-size: .85em;
    }

    .site-wrapper {
        padding-top: 0;
    }

    .section-1 {
        margin-top: 49px;
    }

    .section-1 img {
        position: fixed;
        top: 47px;
        z-index: 9999;
    }

    .section-1 video {
        margin: 0;
    }

    .section-1 h1 {}

    .section-1 h1 i {
        font-size: 2em;
    }

    /*
  .section-1 .super img {
    margin: 2em auto;
  }

  .section-2 .slide-nav {
    top: 52%;
  }
  
  .section-2 .slide-nav #caption-anchor {
    font-size: 1em;
    padding: 0 4%;
  }
*/

    .section-4 {
        height: 475px;
    }

    .section-4 .wrap {
        padding: 0 0 10% 0;
    }

    .section-4 .wrap .flex {
        top: 28%;
    }

    .section-4 .wrap .flex .item p {
        font-size: 2.2em;
    }

    .section-4 .wrap .flex .item p.source,
    .section-5 p.floors,
    span.clickmore {
        font-size: 1.1em;
    }

    .section-5 p.floors {
        margin-top: 0px;
    }

    .section-4 .wrap .flex .item {
        padding: 10% 0 0 0;
    }

    .section-4 .wrap .flex .item:nth-child(2) {
        width: 70%;
        max-width: 70%;
        padding: 64px 0 0;
        line-height: 25px;
    }

    .section-5 {
        padding: 70px 0 5%;
    }

    .row-flex {
        display: block;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0 20px;
    }

    .row-flex>div {
        width: 100%;
        height: auto;
    }

    .row-flex>div>div {
        text-align: center;
    }

    #fun-title h1,
    #fun-text h1 {
        font-size: 2.2em;
        margin: 0 auto;
    }

    .wing-lips {
        width: 120px;
    }

    .feature-clip {
        padding: 0 7px;
        margin: 7px 0;
    }

    .feature-clip .fc-top {}

    .feature-clip .fc-bottom {
        font-size: 1em;
        height: auto;
    }



    #all-aboard {
        font-size: 2.5em;
    }

    .section-8 {}

    .section-8 img {
        width: 167px;
        margin-top: -20px;
    }
}

/* end mobile in portrait */


/* mobile in landscape */
@media only screen and (min-width : 600px) and (max-width : 767px) and (orientation: landscape) {
    .section-2 .slide-nav {
        top: 61%;
    }

    .section-2 .slide-nav #caption-anchor {
        font-size: 1.2em;
        position: relative;
        top: -.2em;
    }

    .section-4 .wrap .flex .item p {
        font-size: 2em;
    }

    .section-4 .wrap .flex .item {
        padding: 5% 0 0 0;
    }

    footer .buy-tickets a span {
        font-size: 2em;
    }

    footer .buy-tickets a span.tickets {
        padding: 1em 1.5em;
        font-size: 1.75em;
    }

    footer .buy-tickets a span.tickets:before {
        width: 40px;
        height: 40px;
    }

    footer .buy-tickets a span.tickets:after {
        width: 40px;
        height: 40px;
    }

    footer .part-1 {
        font-size: 1em;
    }

    header #main-nav {
        top: 5em;
        height: 75%;
    }

    header #main-nav li {
        margin: 0 0 .5em 0;

    }

    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100px;
        z-index: 1000;
    }

    label.menu-toggler {
        position: fixed;
    }

}

@media only screen and (min-width : 300px) and (max-width : 769px) {



    .section-3 {
        background-image: url('../images/mobile_steprightup_blank650px.png');
    }

    #about-title {
        font-size: 1.8em;
        padding: 10px;
        margin: 10px 0 0;
    }

    .section-4 {
        /*height: 350px;*/
        height: 250px;
        background: linear-gradient(to bottom,
            #fbba43,
            #fbba43 50%,
            #fff 50%,
            #fff);
        background-size: 100% 50px;
        margin-top: -14px;
    }

    #about .ticket-drop-down-container {

        width: 200px;
    }

    .section-4 .wrap .flex .item p {
        font-size: 1.75em;
    }

    .section-5 {
        background-size: 600px auto;
    }

    #fun-title,
    #fun-text {
        width: 200px;
    }

    #fun-title h1,
    #fun-text h1 {
        font-size: 1.5em;
    }

    .wing-lips {
        width: 50px;
    }

    .section-6 {
        background-size: 430px;
    }

    .section-7 {
        padding-top: 90px;
        padding-bottom: 50px;
    }

    #all-aboard {
        font-size: 1.5em;
    }

    .section-7 .flex .item p {
        font-size: .8em;
        margin: 50px 0 0px;
    }


    .section-8 {
        background-size: 430px;
    }

    footer .buy-tickets a span.tickets:before {
        top: .9em;
    }

    footer .buy-tickets a span.tickets:after {
        top: .9em;
    }
}

#about .ticket-drop-down-container {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 363px;
}

#about .ticket-drop-down {
    position: relative;
    width: 251px;
    left: 10px;
    top: -50px;
    margin-left: auto;
    margin-right: auto;
    z-index: 50;

}

.section-9 .wrap {

    background-repeat: no-repeat;
    height: 400px;

    background-size: 1200px;
    text-align: center;
}

.section-9 .wrap h1 {
    font-family: ITC Souvenir W01 Bold;
    font-size: 3em;
    color: #202246;
    position: relative;
    top: 30%;


}

.section-9 .wrap.nyc {
    background: url('../images/map.jpg');
    background-position: center;

}

.section-9 .wrap.miami {
    background: url('../images/map-miami.jpg');
    background-position: center;

}

/* potentially larger mobile screens? ----------- */
@media only screen and (min-width : 430px) and (max-width : 479px) {
    .section-2 .slide-nav {
        top: 55%;
    }
}

.fun-top {
    margin: 23px 0 0px;
}

.fun-bottom {
    margin: 50px 0 23px;
}

.video-overlay {
    visibility: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 5000;
}

.video-overlay iframe {
    display: block;
    margin: 0 auto;
    position: relative;
    top: calc(50% - 100px);
    width: 98%;
}

.section-9 img {
    width: 100%;
}

#about-title {
    margin: 38px auto 0;
    width: 360px;
    position: relative;
}

#about-title::before,
#about-title::after {
    top: 26px;
}

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

    header {
        padding-top: 20px;

    }

    .video-overlay iframe {
        width: 90%;
    }

    .section-4 {
        padding-top: 103px;
    }

    .tickets img {
        width: 323px;
    }

    .testimonials {
        line-height: 45px;
    }

    .sponsors .sponsor-logo {
        padding: 10px 150px;
    }

    .item.buy-tickets {
        display: none;
    }

    .section-9 .wrap {
        height: 570px;
    }

}

@media screen and (min-width: 769px) {
    #about-title {
        margin: 49px auto 0;
        width: 486px;
        position: relative;
    }
}

/* Slides Custom CSS */
@media only screen and (max-width:7680px) {

    .section-3 .moslink {
        text-align: center;
    }

    .section-3 .moslink::before {
        content: "";
        display: inline-block;
        width: 181px;
        height: 90px;
        background: transparent url(../images/2MuseumOfSexSprite_sm2.png) no-repeat left top / cover;
    }

    .section-3 .moslink:hover::before {
        background: transparent url(../images/2MuseumOfSexSprite_sm2.png) no-repeat -181px top / cover;
    }

    .fade-in {
        animation: fadeIn ease .25s;
        -webkit-animation: fadeIn ease .25s;
        -moz-animation: fadeIn ease .25s;
        -o-animation: fadeIn ease .25s;
        -ms-animation: fadeIn ease .25s;
    }


    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-moz-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-o-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-ms-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    /* The Modal (background) */
    .modal {
        display: none;
        position: fixed;
        z-index: 9999;
        padding-top: 100px;
        padding-bottom: 0px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: black;
    }

    /* Modal Content */
    .modal-content {
        position: relative;
        margin: auto;
        padding: 0 0 100px;
        width: 90%;
        max-width: 1200px;
        height: 100%
    }

    /* The Close Button */
    .close {
        color: white;
        position: absolute;
        top: 10px;
        right: 25px;
        font-size: 35px;
        font-weight: bold;
    }

    .close:hover,
    .close:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

    /* Hide the slides by default */
    .mySlides {
        display: none;
    }

    .slide-container {
        display: table;
        width: 100%;
    }

    .img-slide {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        width: 55%;
    }

    .text-slide {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #FFF;
        margin: 0;
        padding: 1.5em;
    }

    .text-slide .title {
        font-size: 23px;
        font-family: 'ITC Souvenir W01 Bold';
        color: #fea621;
        text-transform: uppercase;
        margin: 0 0 0.5em;
    }

    .text-slide .caption {
        font-family: 'ITC Souvenir W01 Light';
        color: #FFF;
        font-size: 19px;
    }

    .mySlides .text-title {
        display: none;
        font-size: 23px;
        font-family: 'ITC Souvenir W01 Bold';
        text-transform: none;
        margin: 0 0 1em;
        color: #fea621;
        text-align: center;
    }

    .mySlides .text-caption {
        display: none;
        font-family: 'ITC Souvenir W01 Light';
        color: #FFF;
        text-align: center;
        font-size: 19px;
    }

    .mySlides .block {
        display: block;
        font-family: 'ITC Souvenir W01 Light';
        color: #fea621;
        font-size: 19px;
        text-transform: none;
    }

    .mySlides img {
        width: 100%;
        border: 2px solid #fea621;
        margin: 0 0 1.5em;
    }

    .mySlides.last img {
        margin: 0 auto;
        display: block;
        width: 100%;
        max-width: 500px;
    }

    .cursor {
        cursor: pointer;
    }

    /* Next & previous buttons */
    .prev,
    .next {
        cursor: pointer;
        position: absolute;
        bottom: 2%;
        width: auto;
        padding: 8px 16px;
        margin-top: -50px;
        color: white;
        font-weight: bold;
        font-size: 20px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        -webkit-user-select: none;
    }

    /* Position the "next button" to the right */
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
        color: #fbba43;
    }

    /* Number text (1/3 etc) */
    .numbertext {
        color: #f2f2f2;
        font-size: 12px;
        padding: 8px 12px;
        position: absolute;
        top: 0;
    }

    img.hover-shadow {
        transition: 0.3s;
    }

    .hover-shadow:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
}

@media only screen and (max-width:767px) {
    .section-3 .moslink::before {
        width: 161px;
        height: 80px;
    }

    .section-3 .moslink:hover::before {
        background: transparent url(../images/2MuseumOfSexSprite_sm2.png) no-repeat -161px top / cover;
    }

    .modal {
        padding-top: 60px;
    }

    .slide-container {
        display: block;
    }

    .img-slide {
        display: block;
        width: 100%;
    }

    .video-overlay {
        position: fixed;
        background: rgba(0, 0, 0, 1);
    }

    .video-overlay iframe {
        top: 50%;
        transform: translateY(-50%);
    }

    .text-slide {
        display: none;
    }

    .mySlides .text-title,
    .mySlides .text-caption {
        display: block;
    }
}