@charset "utf-8";
/* CSS Document */


/*
  google fonts   [imported]
  fonts
  reset
  supersized
  general
  layout
  curtains
  shade
  countdown
  menu
  top panel
  newsletter form
  social icons
  site loader
*/


/* google fonts */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,900italic,900,700italic,700,500italic,500,400italic,300italic,300,100italic,100);


/* fonts */
@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('fonts/leaguegothic-regular/leaguegothic-regular-webfont.eot');
    src: url('fonts/leaguegothic-regular/leaguegothic-regular-webfont.eot?') format('embedded-opentype'),
         url('fonts/leaguegothic-regular/leaguegothic-regular-webfont.woff') format('woff'),
         url('fonts/leaguegothic-regular/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('fonts/leaguegothic-regular/leaguegothic-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BigNoodleTitlingOblique';
    src: url('fonts/bignoodletitling-oblique/bignoodletitling-oblique-webfont.eot');
    src: url('fonts/bignoodletitling-oblique/bignoodletitling-oblique-webfont.eot?') format('embedded-opentype'),
         url('fonts/bignoodletitling-oblique/bignoodletitling-oblique-webfont.woff') format('woff'),
         url('fonts/bignoodletitling-oblique/bignoodletitling-oblique-webfont.ttf') format('truetype'),
         url('fonts/bignoodletitling-oblique/bignoodletitling-oblique-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

html, body {
height: 100%;
}

body {
line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

*:focus {  
outline: none;
}


/* supersized */
img { border: none; }
#supersized-loader { position: absolute; top: 50%; left: 50%; width: 60px; height: 60px; margin: -30px 0 0 -30px; text-indent: -999em; background: url(../images/supersized-progress.gif) no-repeat center center; z-index: -1; }
#supersized { display: block; position: fixed; left: 0; top: 0; overflow: hidden; height: 100%; width: 100%; z-index: -999; }
#supersized img { width: auto; height: auto; position: relative; display: none; outline: none; border: none; }
#supersized.speed img { -ms-interpolation-mode: nearest-neighbor; image-rendering: -moz-crisp-edges; } /* Speed */
#supersized.quality img { -ms-interpolation-mode: bicubic; image-rendering: optimizeQuality; }         /* Quality */
#supersized li { display: block; list-style: none; position: fixed; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; background: none; z-index: -30; }
#supersized a { width: 100%; height: 100%; display: block; }
#supersized li.prevslide { z-index: -20; }
#supersized li.activeslide { z-index: -10; }
#supersized li.image-loading { background: url(../images/supersized-progress.gif) no-repeat center center; width: 100%; height: 100%; }
#supersized li.image-loading img { visibility: hidden; }
#supersized li.prevslide img, #supersized li.activeslide img { display: inline; }


/* general */
body {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 1.5;
font-style: normal;
font-weight: normal;
text-align: left;
color: #fff;
background: #fff;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
width: 100%;
height: 100%;
}

#hours-wrapper {
margin: 0;
padding: 0;
}

.hours-wrapper {
position: absolute;
margin: 100px 0 0 50px;
padding: 0;
z-index: 1;
}

.introduction div {
font-family: 'BigNoodleTitlingOblique';
font-size: 23px;
line-height: 1.5;
font-style: normal;
font-weight: 400;
letter-spacing: normal;
color: #fff;
text-shadow: 1px 1px 2px #000;
}

.introduction div span {
display: inline-block;
}

.intro {
margin: 0;
padding: 0;
}

#intro-author {
width: auto;
margin: 0;
padding: 0;
}

#intro-title {
font-family: 'LeagueGothicRegular';
font-size: 190px;
font-weight: 100;
font-style: normal;
text-align: left;
letter-spacing: 65px;
line-height: 190px;
-webkit-font-smoothing: antialiased;
color: #fff;
margin: 5px 0 5px -7px;
padding: 0;
text-transform: none;
}

.intro-line {
width: 440px;
height: 5px;
background: #fff;
margin: 15px 10px 0 0;
padding: 0;
}

h1 {
font-family: 'LeagueGothicRegular';
font-style: normal;
font-weight: normal;
text-transform: uppercase;
font-size: 55px;
line-height: 55px;
letter-spacing: 1px;
padding: 0 0 20px 10px;
margin: 0;
}

a {
color: #ccac00;
text-decoration: none;
outline: none;
}

a:hover {
color: #fff;
text-decoration: none;
}

p a {
color: #ccac00;
font-weight: bold;
text-decoration: none;
}

p a:hover {
color: #fff;
text-decoration: none;
transition: color 0.5s;
}

::-moz-selection { background: #555; color: #fff;      /* Firefox */ }
     ::selection { background: #555; color: #fff;      /* Safari */  }


/* layout */
#page {
}

#content-wrapper {
margin: 70px 0 0 -10px;
padding: 0;
}

.content {
width: 90%;
margin: 0;
padding: 0;
text-align: left;
}

.content p {
padding: 0 0 10px 0;
}

.left {
float: left;
}

.hide {
display: none;
margin: 0;
padding: 0;
}

.info-address strong {
font-weight: bold;
text-transform: uppercase;
}

.info-phone strong {
font-weight: bold;
text-transform: uppercase;
}

.info-email strong {
font-weight: bold;
text-transform: uppercase;
}


/* curtains */
#curtains {
position: fixed;
height: 100%;
width: 100%;
overflow: hidden;
background: url(../images/curtains.png) repeat top left;
z-index: 0;
}


/* shade */
#shade {
position: fixed;
height: 100%;
width: 100%;
overflow: hidden;
z-index: 0;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-8 */
}


/* countdown */
#countdown-wrapper {
display: inline-block;
}

#countdown-wrap {
width: auto;
float: none;
margin: 0;
padding: 0;
}

#countdown {
margin: 0;
padding: 0;
}

ul#countdown li {
display: inline-block;
width: 80px;
text-align: left;
}

ul#countdown li span {
font-family: 'LeagueGothicRegular';
font-size: 40px;
font-style: normal;
font-weight: normal;
color: #999;
height: 40px;
line-height: 40px;
margin: 0;
padding: 0;
position: relative;
}

ul#countdown li span::before {
content: '';
width: 100%;
height: 1px;
position: absolute;
}

ul#countdown li p.timeRefDays,
ul#countdown li p.timeRefHours,
ul#countdown li p.timeRefMinutes,
ul#countdown li p.timeRefSeconds {
font-family: 'LeagueGothicRegular';
color: #999;
text-transform: uppercase;
font-size: 20px;
margin: 0;
padding: 0 0 5px 0;
}

ul#countdown li p.timeRefSeconds {
color: #fff;
}


/* menu */
.menu-mobile a.menu-trigger {
background: url(../images/menu-mobile-trigger.png);
background-position: 0 0;
width: 50px;
height: 25px;
margin: 0;
padding: 0;
-webkit-transition: background-position 0.3s ease;
   -moz-transition: background-position 0.3s ease;
     -o-transition: background-position 0.3s ease;
        transition: background-position 0.3s ease;
text-indent: -10000px;
}

.menu-mobile a.menu-trigger:hover {
cursor: pointer;
background-position: 50px 0;
}

.menu-mobile {
font-family: 'LeagueGothicRegular';
font-size: 22px;
font-style: normal;
font-weight: normal;
-webkit-font-smoothing: antialiased;
width: auto;
bottom: 11px;
right: 20px;
padding: 0;
position: fixed;
z-index: 2;
}

.menu-mobile a {
color: #000;
font-weight: normal;
text-decoration: none;
}

.menu-mobile a:hover {
color: #000;
}

.menu-mobile a.active {
color: #fff;
background: #000;
}

.menu-mobile ul, li {
margin: 0;
padding: 0;
}

.menu-mobile .lifting {
margin: 0 0 11px 0;
height: 24px;
}

.menu-mobile .lifting-first {
margin: 0 0 11px 0;
height: 24px;
}

.menu-mobile li {
position: relative;
margin: 7px 0 0 0;
padding: 0 0 10px 0;
background: none;
float: right;
text-transform: uppercase;
height: 24px;
}

.menu-mobile li a {
padding: 0 7px 7px 7px;
text-decoration: none;
-webkit-transition: 0.2s ease-in;
   -moz-transition: 0.2s ease-in;
float: right;
text-transform: uppercase;
height: 24px;
}

.menu-mobile li ul {
display: none;
right: 0;
position: absolute;
bottom: 100%;
background: none;
}

.menu-mobile li:hover ul {
display: block;
width: auto;
}

.menu-mobile li ul a {
white-space: nowrap;
background: #fff;
}

.menu-mobile li ul a:hover {
color: #fff;
background: #000;
}


/* top panel */
#top-panel-container {
position: fixed;
width: 100%;
top: 0;
margin-left: auto;
margin-right: auto;
z-index: 999;
}

.panel-button {
position: absolute;
width: auto;
height: 15px;
top: 16px;
right: 20px;
background: none;
display: visible;
cursor: pointer;
z-index: 1000;
}

.panel-button a {
position: relative;
font-family: 'LeagueGothicRegular';
font-size: 15px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
text-decoration: none;
color: #fff;
}

.panel-button a:hover {
color: #fff;
}

#close-button {
display: none;
}

#top-panel {
position: absolute;
width: 100%;
left: 0;
z-index: 999;
}

#panel {
position: relative;
width: 100%;
overflow: hidden;
margin-left: auto;
margin-right: auto;
z-index: 1000;
}

#panel-contents {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
background: #000;
z-index: 0;
}


/* newsletter form */
#subscribe-wrapper {
position: absolute;
width: 225px;
height: 55px;
top: 14px;
left: 18px;
z-index: 2;
}

#newsletter {
width: auto;
height: 50px;
padding: 2px 0 0 0;
}

.newsletter {
position: relative;
clear: both;
width: auto;
border: none;
background: none;
margin: 0;
padding: 0;
overflow: hidden;
}

#subscribe .mail {
display: none;
visibility: hidden;
}

#subscribe input#subscribeemail {
width: 140px;
height: 28px;
padding: 0 5px 0 5px;
border: 1px solid #fff;
font-size: 12px;
float: left;
margin: 4px 0 5px 2px;
}

#subscribe input {
color: #000;
text-align: left;
border: 1px solid #fff;
background: #fff;
}

#subscribe input:focus, #subscribe textarea:focus {
color: #fff;
background: #000;
}

#subscribe input#submit {
font-family: 'LeagueGothicRegular';
font-size: 15px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
text-align: center;
position: relative;
width: 65px;
height: 30px;
line-height: 30px;
float: right;
margin: 4px 2px 5px 0;
padding: 0;
color: #fff;
background: #000;
cursor: pointer;
}

.subscribesuccess {
font-family: 'LeagueGothicRegular';
font-size: 15px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
text-align: left;
color: #fff;
width: auto;
height: auto;
margin: 0;
padding: 0;
}

#subscribe .subscribeerror {
font-size: 10px;
text-transform: uppercase;
text-align: left;
color: #fff;
display: block;
}


/* social icons */
.social-icons-wrapper {
position: absolute;
width: 200px;
left: 15px;
top: 15px;
margin: 0;
padding: 0;
color: #000;
z-index: 1;
}

.social-icons-wrapper ul {
float: left;
margin: 0;
padding: 0;
list-style-type: none;
}

.social-icons-wrapper ul li {
display: inline;
padding: 0 0 5px 0;
}

ul.social-icons {
margin: 0;
padding: 0;
}

ul.social-icons a img {
width: 16px;
height: 16px;
padding: 5px 5px 0 5px;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transition: all 0.4s linear;
   -moz-transition: all 0.4s linear;
     -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
}

ul.social-icons a img:hover {
padding: 5px 5px 0 5px;
        opacity: 0.5;
   -moz-opacity: 0.5;
-webkit-opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}


/* site loader */
.loader {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
background: #fff url(../images/site-loader.gif) no-repeat center center;
z-index: 10000;
}