/* ==========================================================================

RAKS GEEK 2015

Author: Dawn L. Low
URL: http://inkandsound.com

Built on HTML5 Boilerplate.

========================================================================== */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4em;
}

html, body {                                        /* Fixes issue with Remodal */
    overflow: auto !important; margin: 0;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0;
    background: #ffffff;
    color: #940707;
    padding: 2em;
	font-size: 2em;
	line-height: 2em;
	position: relative;
	z-index: 8010
}

.chromeframe a {
    color: #363535;
}

.chromeframe a:hover {
    background: #ffffff;
    color: #0670b7;
}

/* ==========================================================================

   MAIN STYLES

   ========================================================================== */

body {
    margin: 0;
    padding: 0;
    font: 300 .95em/1.45em 'Open Sans', sans-serif;
    background: #000;
    color: #fff;
}

a, a:focus {
    outline: 0;
    border:none;
}

a {
	color: #047FC1;
	text-decoration: none;
}

a:hover {
	color: #B2B0B0;
}

a img {
    outline: 0;
    border:none;
}

p a {
    font-weight: 500;
}

h1 {
    font-size: 3.5em;
    margin: .5em 0;
    text-transform: uppercase;
    font-weight: 300;
    line-height: .95em
}

h2 {
    text-transform: uppercase;
    font: 300 1.9em/1.3em "MuseoSans-500", sans-serif
}


h3 {
    font-size: 1.2em;
    font: "MuseoSans-500", sans-serif
}

h5 {
    font-size: .95em;
    margin: 1em 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

h6 {
    font-size: 1em;
    margin: 1em 0;
    font-weight: 400;
    text-transform: uppercase;
}

h6 span {
    font-size: .9em;
    text-transform: none;
    font-weight: 300;
}

.small {
    font-size: .9em
}

.center {
    text-align: center;
}

.mg-top-1-5 {
    margin-top: 2em;
}

.mg-top-1 {
    margin-top: 1em;
}

.floatLeft {
	float: left;
	margin-right: 2em
}

.container {
    max-width: 1800px;
    min-width: 300px;
    width:100%;
    margin: 0 auto;
}

.button span {
    border: 4px solid #FFF;
    padding: 0.3em 0.5em;
    text-transform: uppercase;
    font: 1.4em/2em "MuseoSans-500",sans-serif;
    color: #FFF;
    text-decoration: none;
}

.button {
    text-decoration: none
}

a.button:hover span {
    border-color: #920325;
    color: #920325;
}

.cta-button {
    background: #920325;
    color: #FFF;
    font-weight: bold;
    padding: 0.5em 1em;
}

.cta-button:hover {
    background: #262626;
}

.gray-button {
    background: #A8A8A8;
    color: #FFF;
    font-weight: bold;
    padding: 0.5em 1em;
}

a.down {
	color: #fff
}

a.down:hover {
	color: #d4d4d4
}

a.down .fa-arrow-down {
    margin: 1em;

    animation-name: floating;
    -webkit-animation-name: floating;

    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;

    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(20%);
    }
    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(20%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}

/* ============================
   MailChimp
============================ */

#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup input.button {display:block; width:35%; margin:0 0 10px 0; min-width:90px;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}


#mc_embed_signup input[type="text"], #mc_embed_signup input[type="email"] {
    display:block; 
    padding:.5em 0;
    text-indent:5px; 
    width: 75%;
    margin: 0 auto 20px;
    color: #4c4c4c;
    line-height: 1.5em;
    text-align: center;
    border: 0;
}

#mc_embed_signup label {
    display: block;
    font-size: 1em;
    padding-bottom: .3em;
    font-weight: bold;
    text-align: center;
}   

.indicates-required {
    text-align: right;
    margin-bottom: 1em;
    font-size: .8em;
}

#mc_embed_signup input.button {
    width: 140px;
    margin: 0 auto;
    font-weight: 400
}

/* ========================================
   Remodal - Modal Defaults (Modified)
======================================== */


html.remodal_lock, body.remodal_lock {
    overflow: hidden;
}

.remodal, [data-remodal-id] {
    visibility: hidden;
}

.remodal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4000000;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    text-align: center;
}

.remodal-overlay:after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    content: '';
}

.remodal-overlay > * {                                     /* Fix iPad, iPhone glitches */
    -webkit-transform: translateZ(0px);
}

.remodal {
    position: relative;
    display: inline-block;
}

.remodal-bg {
    -webkit-transition: -webkit-filter 0.2s linear;
    -moz-transition: -moz-filter 0.2s linear;
    -o-transition: -o-filter 0.2s linear;
    transition: filter 0.2s linear;
}

body.remodal_active .remodal-bg {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.remodal-overlay {
    opacity: 0;
    background: rgba(0,0,0, 0.7);
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

body.remodal_active .remodal-overlay {
    opacity: 1;
}

.remodal {
    width: 100%;
    min-height: 100%;
    padding: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color:rgba(255, 255, 255, 0.95);
    color: #000;
    background-clip: padding-box;
    -webkit-box-shadow: 0px 0px 8px #171a24;
    box-shadow: 0px 0px 8px #171a24;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: -webkit-transform 0.2s linear;
    -moz-transition: -moz-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    transition: transform 0.2s linear;
}

.video-modal.remodal {
   max-width: 85%;
    background: none;
    padding: 4em;
    box-shadow: none;
}

body.remodal_active .remodal {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.remodal, .remodal-overlay:after {
    vertical-align: middle;
}

.remodal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    text-decoration: none;
    border-radius: 50%;
    border: 3px solid #fff;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
    background: #5b5b5c;
}

.remodal-close:after {
    display: block;
    font-size: 50px;
    font-family: Arial,"Helvetica CY","Nimbus Sans L",sans-serif !important;
    content: "×";
    line-height: 50px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-align: center;
}

.remodal-close:hover, .remodal-close:active {
    background: #1a1a1a;
    opacity: .5
}

.remodal-close:hover.remodal-close:after, .remodal-close:active.remodal-close:after {
    color: #fff;
}


/* ============================
   Navigation
============================ */

#mobile-header {
    display: none;
}

nav {
    background: rgb(0,0,0);          /* Fallback for older browsers */
    background: rgba(0,0,0,0.7);
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10
}

nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 1.4em;
    line-height: 70px;
}

nav a:hover {
    color: #fff;
}

nav ul li ul li a {
    line-height: 30px;
}

 nav ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    display: inline;
}

nav ul li {
    display: inline-block;
    position: relative;
    padding: 6px 15px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

nav ul li img {
    padding: 0;
    width: 200px;
}

nav ul li:hover {
    background: #262626;
    color: #fff;
}

nav ul li ul {
    padding: 0;
    position: absolute;
    top: 82px;
    left: 0;
    width: 16em;
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transiton: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -transition: opacity 0.25s;
}

nav ul li ul li {
    background: #262626;
    display: block;
    color: #fff;
    padding: 10px 15px
}

nav ul li ul li:hover {
    background: #fff;
}

nav ul li ul li:hover a {
    color: #000;
}

nav ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}

nav ul li.shows {
    float: right;
    background: #920325
}

nav ul li.shows:hover {
    background: #262626;
}

nav .social-nav {
    float: right;
}

nav .social-nav.last {
    margin-right: 10px;
}

nav ul li.social-nav:hover {
    background: none
}

nav ul li.social-nav:hover a {
    color: #adadad;
}

/* Mobile Menu - Sidr */

.sidr {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: none;
    overflow-y: auto;
    font-size: 15px;
    background: #252525;
    color: #fff;
    -webkit-box-shadow: inset 0 0 40px 8px #0b0b0b;
    -moz-box-shadow: inset 0 0 40px 8px #0b0b0b;
    box-shadow: inset 0 0 40px 8px #0b0b0b;
}

.sidr .sidr-inner {
    padding: 0 0 15px;
}
.sidr .sidr-inner>p {
    margin-left: 15px;
    margin-right: 15px;
}
.sidr.right {
    left: auto;
    right: -320px;
}
.sidr.left {
    left: -320px;
    right: auto;
}

.sidr a {
    cursor: pointer
}

.sidr a:hover, .sidr a:active {
    opacity: .6
}

.sidr ul {
    display: block;
    padding: 0;
}

.sidr ul li {
    display: block;
    margin: 0;
    line-height: 2em;
    list-style: none;
    margin-bottom: 1em;
}

.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
    color: #efefef;
}

.sidr ul li a {
    padding: 0 30px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 1.3em;
    cursor: pointer;
}

.sidr ul li ul {
    padding-left: 24px;
}

.sidr ul li ul li a {
    padding-left: 30px;
}

.sidr-class-nav-logo a img {
    margin: 1em auto;
    max-width: 200px;
    display: block;
}

.sidr-class-social-nav {
    display: none
}

/* ============================
   Sections
============================ */

img.desktop {                                   /* Images default to mobile version to optimize load time */
    display:none;
    z-index: -5;
    height: auto
}

img.tablet {
    display: none;
    z-index: -9;
    height: auto;
    width: 100%;
}

img.mobile {
    display: block;
    z-index: -10;
    height: auto;
    width: 100%;
}

.content {
	padding: 3.5em 15%
}

.content h2 {
	text-align: center
}

.more-top, #contact .right h3.more-top {
	margin-top: 2.5em;
}

/* Intro */


.interior {
    z-index: 3;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:10px;
    overflow:auto;
}

.interior-wrapper {
    display:table;
    width:100%;
    height:100%;
}

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

.interior-content {
    text-align: center;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 1);
}

.interior-content h2 {
    text-transform: none
}

section#intro {
    overflow: hidden;
    padding: 0;
}

#intro .interior {
    overflow: hidden;
}

#intro .interior-wrapper {
    max-width: 50em;
    margin: 0 auto;
    height: 100vh;
}

.interior-content h1 {
    margin: 1.5em 0 .4em 0;
}

.interior-content h2 {
    font-size: 1.6em;
    font-weight: 300;
    margin-top: 1.5em;
}

/* Top Area on Interior Pages */

.toparea .interior {
    top: 60px;
    bottom: auto;
}

.toparea .interior-content h1 {
    font-size: 3em;
    text-shadow: 2px 2px 14px rgba(0, 0, 0, 1);
}

.toparea .interior-content h2 {
    text-shadow: 2px 2px 14px rgba(0, 0, 0, 1);
    margin-top: 0;
    font-size: 1.4em;
}

/* About */

#about .content {
    margin: 0 auto;
    max-width: 700px;
}

/* Upcoming Big Shows */

#upcoming {
    color: #000;
    background: #fff;
}

#upcoming strong {
    font-weight: 500
}

#upcoming h4 {
    margin-top: -1em;
}

#upcoming hr {
    margin: 2em 0;
}

#upcoming p strong a {
    font-weight: 600
}

/* Logos */

.logo-strip img {
    float: left;
    margin: 0 2em 2em 0;
    max-height: 45px;
}

/* Company */

#company {
	font-size: .9em;
	color: #000;
	background: #fff;
	text-align: center
}

#company .content img {
	margin: 1.5em auto;
	display: block;
	width: 100%;
	max-width: 300px
}

.half-width {
    width: 46%;
    float:left;
    position: relative
}

.half-width.last {
    margin-left: 8%;
}

#company p {
    text-align: left;
}

/* Press Kit */

#press-release {
    color: #000;
    background: #fff;
}

#press-release h3 {
    text-align: center;
}

/* Flexslider */

.flexslider {
  background: #000;
  border: none;
}

.flex-direction-nav a:before {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.flex-direction-nav a  {
    line-height: 40px
}

.flex-pauseplay a {
  color: #fff;
}

.flex-control-paging li a {
  background: #8b8b8b;
}

.flex-control-paging li a:hover {
  background: #efefef;
}

.flex-control-paging li a.flex-active {
  background: #fff;
}

/* Photos - Curator.io Overrides */

.crt-grid-post .crt-post-fullname a {
    display: none !important;
}

.crt-grid-post .crt-post-footer .crt-date {
    font-style: italic;
    font-size: .8em;
}

.crt-popup-wrapper .crt-popup .crt-popup-header .crt-post-name {
    display: none;
}

.crt-popup-wrapper .crt-popup .crt-date {
    text-align: center;
    margin-bottom: 2em;
    opacity: 1 !important;
    font-style: italic;
    font-size: .9em;
    margin-top: -20px !important;
}

.crt-popup-wrapper .crt-popup.has-image .crt-popup-right .crt-popup-text {
    padding: 20px;
}

.crt-popup-wrapper .crt-popup .crt-popup-right {
    font-family: Open Sans, sans-serif !important;
}

.crt-popup-wrapper .crt-popup .crt-popup-right a {
    color: #047FC1 !important;
}

.crt-popup-wrapper .crt-popup a:hover {
    color: #B2B0B0 !important;
}

.crt-popup-wrapper .crt-popup .crt-popup-read-more a.crt-button {
    border-radius: 0 !important;
    color: #888 !important;
    font-weight: bold;
    text-transform: capitalize;
}

.crt-popup-wrapper .crt-popup .crt-popup-read-more a.crt-button:hover {
    opacity: .8
}

.crt-popup-wrapper .crt-popup .crt-popup-footer .crt-popup-stats {
    display: none;
}

/* Videos */

#videos {
    color: #000;
    background: #fff;
}

#youmax {
    margin: 4em auto 3em
}

#youmax-encloser {
    margin-top: 30px;
}

#youmax, .youmax, .youmax-comment-content, .youmax-comment-textbox {
    font-family: "Open Sans", sans-serif;
    font-size: .9em;
    line-height: 1.4em
}

 .youmax-video-list-title {
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
    font-weight: 600;
}

.youmax-video-list-views {
    font-family: "Open Sans", sans-serif;
}

.youmax-comment-textbox {
    height: 3em;
}

#youmax-tabs, #youmax-select-box, .youmax-channel-title {
    display: none;
}

/* Press */

#press .content {
    color: #000;
    background: #fff;
}

#press .press-quote {
    margin-bottom: 0;
    font-size: 1.2em;
}

#press .press-source {
    margin-left: 2em;
}

#press ul li span {
	color: #000
}

#photo_lightbox_wrapper #right_panel #top_block #caption_holder {
    max-height: 300px;
}

/* Classes */

#classes .a-class img {
    display:block;
    width: 100%;
}

#classes .right h3 {
    margin-top: 0;
}

#classes .content h2 {
    margin-bottom: 1.5em
}

#classes {
    color: #000;
    background: #fff
}

/* Contact */

.left {
    float: left;
    width: 300px;
    display: block
}

.right {
    float: left;
    margin-left: 4%;
    width: calc(96% - 300px);
    display: block
}

#contact .right h3 {
    margin-top: 0;
}

#contact .content h2 {
	margin-bottom: 1.5em
}

#contact {
    color: #000;
    background: #fff
}

/* Parallax */

.parallax {
    position: static;
    height: 40vh;
    background-position: center center;
    background-size: cover;
}

#about .parallax, #logos .parallax, #press-photos .parallax {
    background-image: url('../images/parallax/jump-mobile.jpg');
}

#company .parallax {
    background-image: url('../images/parallax/fire-mobile.jpg');
}

#press .parallax {
    /* background-image: url('../images/parallax/run-mobile.jpg'); */
    display: none
}

#photos .parallax {
    /* background-image: url('../images/parallax/fight-mobile.jpg'); */
    display: none
}

#videos .parallax {
    /* background-image: url('../images/parallax/TARDIS-mobile.jpg'); */
    display: none
}

.contact-page #logos .parallax {
    background-image: url('../images/parallax/cast-mobile.jpg');
}

.toparea.media .parallax {
    background-image: url('../images/parallax/lightsaber-mobile.jpg');
    background-repeat: no-repeat;
    height: 280px;
    background-size: cover;
}

.toparea.booking .parallax {
    background-image: url('../images/parallax/lightsaber-mobile.jpg');
    background-repeat: no-repeat;
    height: 280px;
}

/* Bottom */

.bottom h2 {
    font-size: 1.75em;
}

.bottom h3 {
    text-align: center
}

/* Shows */

#shows .left {
    width: 200px
}

#shows .left img {
    max-width: 100%
}

#shows .right {
    width: calc(96% - 200px);
    text-align: left;
}

#shows h2 {
    font-size: 1.6em;
    margin-top: 1.5em;
    text-align: center;
}

#shows h3 {
    margin-bottom: 0;
}

#shows h4 {
    margin-top: 0;
    font-weight: 400;
}

#shows hr {
    border-top: 1px solid #dedede;
    margin: 2em 1.5em;
}

#shows hr.dots {
    border: 0;
    margin: 0 auto 2.8em auto;
    font-weight: 600;
    font-size: 1.2em;
}

#shows hr.dots:after {
    content: ". . . . . . ."
}

#shows p strong {
    font-weight: 500
}

#shows p strong a {
    font-weight: 600
}

#shows .small {
    margin-top: 2em
}


/* ============================
   Back to Top Button
============================ */

#toTop {
    display: none;
    position: fixed;
    z-index: 11;
    bottom: 50px;
    right: 30px;
    width: 75px;
    height: 73px;
    background-image: url('../images/arrow-up.png');
    background-repeat: no-repeat;
    opacity: 0.7;
}

.lte-ie9 #toTop {
    display: none;
    position: fixed;
    z-index: 11;
    bottom: 40px;
    right: 10px;
    width: 75px;
    height: 73px;
    background-image: url('../images/arrow-up.png');
    background-repeat: no-repeat;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

#toTop:hover {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}


/* ============================
   Footer
============================ */

footer {
    background: #fff;
    color: #000;
    padding: 2em 2% 3em;
    font: 300 .95em "Open Sans", sans-serif
}

.lt-ie9 footer {
    padding: 1em 2% 2em;
}

footer span {
    margin-right: 1em
}

.social a {
    cursor: pointer;
	color: #000;
}

.social a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transiton: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -transition: opacity 0.25s;
}

.social.desktop {
    display: none;
}

.social.mobile {
    display: block;
    margin: 1em auto;
    text-align: center;
}

.social.mobile a {
    margin: 0 .5em;
}

.copyright {
    float: right;
    margin-right: 0;
    text-align: right
}

.legal {
	font-size: .8em;
	text-align: center;
	margin-top: 2em;
}

.sticky {
    display: none;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix, .clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {         /* Retina */
    html {
        font-size: 1.1em;
    }
}


@media only screen and (min-width: 921px) {            /* Display desktop backgrounds and images (saves mobile load time) */

    body {
        overflow-x: hidden
    }

    .remodal {
        max-width: 800px;
        margin: 3em auto;
        min-height: 0;
    }

    .social.desktop {
        display: inline-block;
    }

	.social.desktop a {
        margin: 0 .3em;
    }

    .social.mobile {
        display: none
    }

    /* Sections */

    #about img.desktop {
    	max-width: 900px;
    	margin: 2em auto;
    }

}

@media only screen and (min-width: 921px), screen and (min-width: 600px) and (max-height: 800px) {             /* More Desktop Backgrounds */

    img.desktop {
        display:block;
        width: 100%;
    }

    img.mobile {
        display:none;
    }

    /* Parallax */

    .parallax {
        position: static;
        height: 70vh;
        text-indent: -9999px;
        box-shadow: 0px 0px 1em #111 inset;
        background-attachment: fixed;
        background-position: center top;
        background-size: cover;
    }

    #about .parallax, #logos .parallax, #press-photos .parallax {
        background-image: url('../images/parallax/jump.jpg');
    }

    #company .parallax {
        background-image: url('../images/parallax/fire.jpg');
    }

    #photos .parallax {
        background-image: url('../images/parallax/run.jpg');
    }

    #videos .parallax {
        background-image: url('../images/parallax/fight.jpg');
    }

    #press .parallax {
        background-image: url('../images/parallax/TARDIS.jpg');
    }

    .contact-page #logos .parallax {
        background-image: url('../images/parallax/cast.jpg');
    }

    .toparea.media .parallax {
        background-image: url('../images/parallax/lightsaber.jpg');
        background-repeat: no-repeat;
        height: 320px;
        background-size: 100%;
    }

    .toparea.booking .parallax {
        background-image: url('../images/parallax/lightsaber.jpg');
        background-repeat: no-repeat;
        height: 320px;
        background-size: 100%;
    }

    #intro {
        height: 100vh
    }

    #intro video {
        display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
        right: 0px;
        top: 0px;
        height: 100vh;
    }

    /* #intro .interior {
      overflow: hidden;
      background: rgba(0,0,0,.6);
      height: 100%;
    } */
}

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

    #intro video {
        height: auto;
    }
}

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

    body {
        font-size: 1.05em;
    }

}

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

    nav ul li.shows a:before {
        content: "Upcoming ";
    }
}

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

    #intro .interior {
        height: 112vh;
    }

}   */


@media only screen and (min-width: 1650px) {             /* For large screens */

    nav ul li {
        padding: 15px 20px;
    }

    nav ul li img {
        padding: 5px 0;
        width: 218px;
    }

    nav ul li ul {
        top: 90px;
        width: 16em;
    }

    nav a {
        font-size: 1.6em;
        line-height: 70px;
    }

    nav ul li ul li a {
        line-height: 30px;
    }

    /* #intro .interior {
        height: 140%;
    } */
}

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

    .content {
        padding: 3.5em 10%;
    }

}


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

	.half-width {
    	width: 100%;
    	float: none;
    	margin-bottom: 2em
    }

    .half-width.last {
    	margin-left: 0;
	}

    h1 {
        font-size: 3em
    }

    #intro .interior-content h2 {
        font-size: 1.3em;
        margin-top: 1em;
    }

}


@media only screen and (max-width: 980px) {                  /* Primary tablet breakpoint */


    /* Navigation */

    nav {
        padding: 5px 30px 10px;
    }

    #mobile-header {
        display: block;
        padding-right: 80px
    }

    #mobile-header img {
        max-width: 200px;
        margin: .5em auto 0;
        display: block;
    }

    #menu-button {
        display: block;
        float: left;
    }

    #menu-button .fa-bars {
        font-size: 28px;
        vertical-align: top;
        margin-top: 13px;
    }

    nav ul {
        display: none
    }

    /* Sections */

    h1 {
        font-size: 2.5em;
    }

    h2 {
        font-size: 1.7em
    }

    ul {
        padding-left: 30px;
        font-size: .9em
    }

    section#intro {
      height: 100vh;
    }

    .interior-content {
        width: 80%;
        display: block;
        margin: 0 auto;
    }

    .toparea .interior-content h1 {
        font-size: 2.1em;
        margin-top: 2.2em;
    }

    .toparea .interior-content h2 {
        font-size: 1.1em;
    }

    .logo-strip img {
        max-height: 30px;
        margin: 0 1em 1em 0;
    }

    .bottom h2 {
        font-size: 1.2em;
    }

    .bottom h3 {
        font-size: .95em;
    }

    /* Footer */

    footer {
        padding: 2em 10% 5em;
    }

    footer .copyright {
        float: none;
    }

    footer .center {
        margin: 0 auto 1.5em;
        text-align: center;
    }

    /* Mobile: Sticky Footer */

    footer.sticky {
        display: block;
        text-align: center;
        position: fixed;
        bottom: 0;
        z-index: 11;
        margin: 0;
        padding: .5em 2%;
        width: 100%;
        background: #b7042e;
        font-size: 1em;
    }

    footer.sticky p {
        font: 300 1.2em/1em "MuseoSans-500",sans-serif;
        margin: .8em 0;
        text-transform: uppercase;
    }

    footer.sticky a {
        color: #fff;
        cursor: pointer;
        width: 100%;
    }

    footer.sticky a:hover {
        color: #efefef;
    }

	footer.sticky span {
		margin: 0 .2em;
		color: #fff
	}

    footer.sticky a .fa {
        padding: 0 5px;
        font-size: 1.2em
    }

    footer.sticky a .fa-youtube-play {
        margin-left: 1.5em;
    }

    /* Remodal */

    .remodal h2 {
      font-size: 1.9em;
    }

}

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

    .right {
      float: none;
      margin:0;
      width: 100%;
    }

    #shows .left {
        float: none;
        width: 100%;
        text-align: center
    }

    #shows .right {
        width: 100%;
    }

    #upcoming .left {
        display: block;
        width: 100%;
    }

    #classes .left {
        float: none;
        width: 100%;
    }

    #classes .left img {
        margin-bottom: 1.5em;
    }

    #upcoming h3, #upcoming h4 {
        text-align: center;
    }

    #upcoming img {
        max-width: 300px;
        margin: 0 auto 1em;
        display: block;
        width: 100%;
    }

    .shows-cta {
        text-align: center;
    }

}

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

    footer {
        font-size: .85em
    }

}

@media only screen and (min-width: 436px) and (max-width: 919px) {

    img.tablet {
        display: block
    }

    img.mobile, img.desktop {
        display: none
    }

}

@media only screen and (max-width: 435px) {                 /* Primary mobile breakpoint */

    section#intro {
        height: auto;
    }

    #intro .mobile {
        display: none;
    }

    #bgvid {
        position: relative;
        left: -700px;
    }

    #intro .interior-wrapper {
        height: auto;
        margin-top: 40%;
    }

    a.down .fa-arrow-down {
        display: none
    }

    h1 {
        font-size: 2em;
    }

    p {
        font-size: 1em;
    }

    .interior-content h1 {
        margin: 4em 0 .4em 0;
    }

    #intro .interior-content h2 {
      font-size: 1.2em;
    }

    #toTop {
      bottom: 75px;
      right: 15px;
      width: 50px;
      height: 50px;
      background-size: 100%;
    }

    footer.sticky a .fa-twitter {
        margin-left: .8em;
    }

    footer.sticky a .fa-youtube-play {
        display: none
    }

}

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

    .interior-content h1 {
        margin: 2.5em 0 .4em 0;
    }

}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
