/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }


/* Typography
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }


/* Buttons
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

/* ----------------------------

RESETS

---------------------------- */
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;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* ----------------------------

HELPERS

---------------------------- */
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


body {
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  padding-top: 130px;
}

/* .btn hover */
.btn, footer li{
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
footer li:hover{
	opacity:0.7;
}
.btn:hover {
-moz-box-shadow:    inset 0 0 30px #61051f;
-webkit-box-shadow: inset 0 0 30px #61051f;
box-shadow:         inset 0 0 30px #61051f;
}

header .utility li.btn a:hover {
	-moz-box-shadow:    inset 0 0 20px #15448a;
	-webkit-box-shadow: inset 0 0 20px #15448a;
	box-shadow:         inset 0 0 20px #15448a;
	}
	
.hero-slider .hero-copy .btn:hover {
	-moz-box-shadow:    inset 0 0 20px #222;
	-webkit-box-shadow: inset 0 0 20px #222;
	box-shadow:         inset 0 0 20px #222;
	}

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 140px;
  border-top: 8px solid #2b7af1;
  background:#0e274d;
  z-index:1000;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 3px 3px 0px rgba(50, 50, 50, 0.5);
box-shadow:         0px 3px 3px 0px rgba(50, 50, 50, 0.5);
}
header .container {
  position: relative;
  height: 100%;
}
header .column {
  margin: 0;
  width: 50% !important;
  height: 100px;
}
header .logo {
  display: block;
  position: absolute;
  left:0;
  top:0;
  z-index:100000;
}
header nav {
  position: absolute;
  right: 0;
  bottom: 25px;
}
header nav li {
  display: block;
  position: relative;
  float: left;
  font-family: 'Changa One';
  font-size: 16px;
  line-height: 16px !important;
  letter-spacing: 1px;
  margin: 0 0 0 10px;
  background: #ebebeb;
  text-transform: uppercase;
  border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
header nav li a {
  display: block;
  padding: 12px 16px 12px 16px;
  text-decoration: none;
  color: #222;
    border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
  
}
header .utility {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
}
header .utility li {
  display: block;
  float: left;
  text-decoration: none;
  font-weight: bold;
  color: #FFF;
  font-size: 14px;
  line-height: 14px;
  height: 40px;
  margin: 10px 20px 10px 8px;
}

header .utility li.btn {
  margin: 0;
}
header .utility li.btn a {
  background: #2b7af1;
  display: block;
  color: white;
  text-decoration: none;
  padding: 12px 15px;
  border-bottom: 5px solid #15448a;
  font-family: 'Changa One';
  font-size: 16px;
}

/* Hero slider */
.hero-slider {
  position: relative;
  width: 100%;
  height: 650px;
  background: black;
  text-align: center;
  overflow: hidden;
  z-index:2;
}
.hero-slider .slide{
	position:absolute;
	width:100%;
	height:100%;
}
.hero-slider img {
  display: block;
  position: relative;
  height: 100% !important;
  width: auto;
}
.hero-slider .hero-copy {
  position: absolute;
  bottom: 50px;
  width: 100%;
  background: url(../img/black-transparency.png) repeat;
  padding: 15px 0;
  text-align: center;
  color: white;
  z-index: 5;
}
.hero-slider .hero-copy h1 {
  font-size: 70px;
  line-height:65px;
  font-family: 'Changa One';
  text-transform: uppercase;
}
.hero-slider .hero-copy p {
  color: white;
  font-size: 24px;
  padding:0 50px;
}
.hero-slider .hero-copy .btn {
  display: inline-block;
  padding: 15px 66px 15px 30px;
  margin: 20px 0 10px 0;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Changa One';
  font-size: 18px;
  letter-spacing: 1px;
  background: #00ac69 url(../img/btn-arrow.png) no-repeat right center;
}
.hero-slider .prev, .hero-slider .next {
  display: block;
  position: absolute;
  width: 24px;
  height: 38px;
  top: 50%;
  margin: -19px 0 0 0;
  z-index: 555;
  cursor: pointer;
}
.hero-slider .prev {
  left: 30px;
}
.hero-slider .next {
  right: 30px;
}
.hero-slider .cycle-pager {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10px;
  left: 0;
  margin: 0 0 0 0;
  z-index: 555;
}
.hero-slider .cycle-pager span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 10px;
  background: white;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  text-indent: -9999px;
  -webkit-transition: all 0.7s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: all 0.7s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -o-transition: all 0.7s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 0.7s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.hero-slider .cycle-pager span.cycle-pager-active {
  background: #00ac69;
}

/* Video section */
section.video {
  width: 100%;
  background: #d1d2d4;
  padding: 50px 0;
}
section.video .date, section.video .tickets {
  padding: 30px 0;
  margin-top:15px;
  text-align: center;
  color: white;
  text-transform: uppercase;
}
section.video .date h2, section.video .tickets h2 {
  font-family: 'Changa One';
  font-size: 36px;
  margin: 0;
  padding: 0;
}
section.video .date p, section.video .tickets p {
  color: white;
}
section.video .date p span, section.video .tickets p span {
  font-size: 14px;
  text-transform: none;
}
section.video .date a, section.video .tickets a {
  text-decoration: none;
  color: white;
}
section.video .date {
  background: #f66b14 url(../img/date-texture.jpg) no-repeat center;
}
section.video .tickets {
  background: #ab0535 url(../img/ticket-texture.jpg) no-repeat center;
}
section.video video {
  width: 100%;
}
/* Event section */
section.event {
  width: 100%;
  padding: 80px 0;
  background: #FFF;
  color: #000;
}
section.event h2 {
  display: block;
  text-align: center;
  font-family: 'Changa One';
  font-size: 50px;
  line-height:.8;
  margin-bottom: 30px;
  color:#0e274d;
}
section.event ul {
  padding-bottom:15px;
  padding-left:20px;
  font-size: 14px;
}
section.event li {
  padding-bottom:5px;
}
section.event p {
  font-size: 14px;
  line-height: 22px;
  padding-bottom:15px;
}
section.event .columns {
  overflow: hidden;
}
@media (max-width: 550px) {
		section.event .twelve {
		margin-top: 30px;
	}
		}
section.event .columns img {
  display: block;
  width: 97%;
  height: auto;
  margin: 0 1.5% 0.5% 1.5%;
}
section.event .columns.two-images div {
  width: 50%;
  float: left;
}
section.event .columns.two-images div img {
  display: block;
  width: 94%;
  height: auto;
  margin: 3%;
}
section.event .btn {
  display: inline-block;
  padding: 15px 66px 15px 30px;
  margin: 10px 0;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Changa One';
  font-size: 18px;
  letter-spacing: 1px;
  background: url(../img/btn-arrow.png) no-repeat right center;
}
section.event .btn.pink {
  background-color: #2b7af1;
  margin-right: 15px;
}
section.event .btn.orange {
  background-color: #f1592a;
}

footer {
  width: 100%;
  padding-bottom:50px;
  background: #000;
}
footer .footer-menu {
  width: 100%;
  padding: 40px 0;
  background: #222;
  text-align: center;
}
footer .footer-menu li {

  font-size: 14px;
  display:inline-block;
margin-bottom: 5px;
  padding: 0 20px;
  border-right: 2px solid #444;
  color:#FFF;
}
footer .footer-menu li a {
  color: white;
  text-decoration: none;
}
footer .footer-content {
  margin-top: 50px;
}
footer .footer-logo {
  display: block;
  float: left;
  padding-right: 4%;
  height: auto;
}
footer .footer-copy {
  width: 60%;
  float: left;
  color: white;
}
footer .footer-copy h3 {
  font-size: 14px;
  margin-bottom: 7px;
  font-weight: bold;
  word-spacing: 3px;
}
footer .footer-copy p {
  font-size: 11px;
  color: white;
}
footer .social-icons {
  text-align: right;
}
footer .social-icons li {
  display: inline;
  margin-left: 6px;
}
footer .copyright {
  display: block;
  font-size: 10px;
  color: white;
}





/*********************************
	JG Updates 2/11
*********************************/

/* Some global updates */

header {
	
	z-index: 9;
	}
	
.logo {
	max-width: 100%;
	height: auto;
	}
	
nav li:first-child a:hover {
	background: #f7941e;
	color: #fff;
	}
	
nav li:nth-child(2) a:hover {
	background: #f7941e;
	color: #fff;
	}
	
nav li:nth-child(3) a:hover {
	background: #f7941e;
	color: #fff;
	}
	
nav li:nth-child(4) a:hover {
	background: #f7941e;
	color: #fff;
	}
	
nav li:last-child a:hover {
	background: #f7941e;
	color: #fff;
	}
nav li a.active {
	background: #f7941e;
	color: #fff;
	}	
section.grey {
	background: #ebebeb;
	}
	
section.video .tickets:hover {
   -moz-box-shadow:    inset 0 0 70px #61051f;
   -webkit-box-shadow: inset 0 0 70px #61051f;
   box-shadow:         inset 0 0 70px #61051f;
	}
	
.purple-text {
	color: #0e274d;
	}
	
section .headlines {
	margin: 0 0 50px 0;
	text-align: center;
	}
	
section .headlines h1 {
	display: block;
	text-align: center;
	font-family: 'Changa One';
	font-size: 50px;
	margin-bottom: 10px;
	text-transform: uppercase;
	}
	
section .headlines h3 {
	display: block;
	text-align: center;
	font-size: 18px;
	}
	
.show-mobile {
	display: none;
	}
	
/* Subpage Specific */

.hero {
	background: #000;
	height: 460px;
	}
	
.hero h1,
.hero h2 {
	color: #fff;
	font-size: 70px;
	text-transform: uppercase;
	font-family: 'Changa One';
	padding-top: 140px;
	}
	
section.video .date h2 {
	background: url('../img/icon-calendar.png') top center no-repeat;
	padding-top: 50px!important;
	}
	
section.video .tickets h2 {
	background: url('../img/icon-ticket.png') top center no-repeat;
	padding-top: 50px!important;
	}
	
body.about .hero {
	background: url('../img/hero-about.jpg') top center;
	background-size: cover;
	} 
	
body.tickets .hero {
	background: url('../img/hero-tickets.jpg') top center;
	background-size: cover;
	}
	
body.directions .hero {
	background: url('../img/hero-directions.jpg') top center;
	background-size: cover;
	}

.main-content {
	padding: 65px 0;
	font-size: 14px;
	}
.faq p, .faq ul {
	margin-bottom: 25px !important;
	margin-left: 20px !important;
	}	
.main-content h2 {
	font-family: 'Changa One';
	font-size: 35px;
	margin: 0 0 10px 0;
	padding: 0;
	line-height:.8;
	color: #f7941e;
	text-transform: uppercase;
	letter-spacing: .5px;
	}
	
.event h3 {
	font-size: 23px;
	margin: 5px 0 5px 0;
	padding: 0;
	color: #2b7af1;
	}
	
.main-content h4 {
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0;
	}

.main-content p {
	margin: 0 0 15px 0;
	line-height: 22px;
	}	
	
.main-content li {
	list-style-type: none;
	margin: 0 0 12px 0;
	padding-left: 1.5em ;
	}
.event li {
	list-style-type: none;
	margin: 0;
	padding-left: 1.5em ;
	}	
.main-content li:before,  .event li:before {
	font-family: "FontAwesome";
	content: "\f0c8";
	color: #2b7af1;
	display: inline-block;
	margin-left: -1.5em;
	width: 1.5em;
	font-size: 8px;
	position: relative;
	top: -3px;
	}
	
.sidebar {
	background: url('../img/torn-top-bg.jpg') top left repeat-x #442d54;
	color: #fff;
	padding: 10px 15px 10px 10px;
	}
	
.sidebar h3 {
	font-family: 'Changa One';
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-left: 10px;
	}
	
.sidebar p,
.siderbar ul,
.sidebar li {
	color: #fff;
	}
	
.sidebar ul {
	margin-top: 35px;
	}
	
.sidebar li {
	margin-bottom: 20px;
	}
	
.pricing-table {
	margin: 0 0 35px 0;
	}
	
.pricing-table h2 {
	color: #fff;
	position: relative;
	top: 13px;
	left: 15px;
	margin-bottom: 35px;
	}
	
.pricing-table td {
	padding: 15px;
	font-size: 14px;
	line-height: 22px;
	}
	
.pricing-table td:first-child {
	width: 50%;
	}

.pricing-table td:last-child {
	width: 18%;
	vertical-align: middle;
	}
	
.pricing-table .button {
	font-family: 'Changa One';
	font-weight: normal;
	font-size: 16px;
	border-radius: 0;
	}
	
.pricing-table:first-child {
	background: url('../img/table-header-purple.jpg') repeat-x #f3f3f5;
	}
	
.pricing-table:last-child td {
	font-size: 16px;
	line-height: 24px;
	}
	
.pricing-table:first-child .button {
	color: #442d54;
	border-color: #442d54;
	}

.pricing-table:first-child .button:hover {
	background: #442d54;
	color: #fff;
	}
	
.pricing-table:nth-child(2) {
	background: url('../img/table-header-green.jpg') repeat-x left -10px #f3f3f5;
	}
	
.pricing-table:nth-child(2) h2,
.pricing-table:first-child h2 {
	font-size: 25px;
	}
	
.pricing-table:nth-child(2) .button {
	color: #a9b437;
	border-color: #a9b437;
	}

.pricing-table:nth-child(2) .button:hover {
	background: #a9b437;
	color: #fff;
	}
	
.pricing-table:last-child {
	background: url('../img/table-header-teal.jpg') repeat-x left -10px #f3f3f5;
	}
	
.pricing-table:last-child h2 {
	top: 8px;
	}
	
.pricing-table:last-child .button {
	color: #2898a0;
	border-color: #2898a0;
	}

.pricing-table:last-child .button:hover {
	background: #2898a0;
	color: #fff;
	}
	
/* Gallery Page Specific */
	
#gallery-grid {
	padding: 50px 0;
	}
	
#gallery-grid img {
	max-width: 100%;
	height: auto;
	}
	
#gallery-grid a {
	position: relative;
	display: block;
	outline: none;
	}
	
#gallery-grid a i {
	opacity: 0;
	position: absolute;
	top: 42%;
	left: 42%;
	color: #fff;
	font-size: 30px;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
	}
	
#gallery-grid a:hover {
	opacity: 0.8;
	}
	
#gallery-grid a:hover i {
	opacity: 1;
	}
	
#gallery-grid:active,
#gallery-grid:hover {
	outline: none;
	}
	
#gallery-grid .three {
	margin-bottom: 4%;
	}
	
#directions h4 {
	color: #432d54;
	}
	
#directions .button {
	font-family: 'Changa One';
	font-weight: normal;
	font-size: 16px;
	border-radius: 0;
	color: #2898a0;
	border-color: #2898a0;
	}
	
#directions .button:hover {
	color: #fff;
	background: #2898a0;
	}
	
.fourohfour .main-content {
	text-align: center;
	}
	
.fourohfour .main-content h1,
.fourohfour .main-content h2 {
	padding-top: 50px;
	}
	
.fourohfour .button {
	font-family: 'Changa One';
	font-weight: normal;
	font-size: 16px;
	border-radius: 0;
	color: #442d54;
	border-color: #442d54;
	}

.fourohfour .button:hover {
	background: #442d54;
	color: #fff;
	}
	
	
	/* ---------- SPONSORS ---------------- */
	.sponsors{
		width:100%;
		height:334px;
	background: url('../img/grid.jpg') repeat-x;
	}
	
	@media (max-width: 650px) {
		.sponsors{
		display: none;
	}
		}
		
	.sponsors .columns{
		text-align:center;
	}
	.sponsors h2{
		font-family: 'Changa One';
		font-weight: normal;
		font-size: 30px;
		letter-spacing:0;
		margin-bottom:30px;
	}
	.sponsors h3{
		margin-bottom:10px;
	}
	.sponsors img{
		display:block;
		width:100%;
		max-width:200px;
		margin:0 auto;
		height:auto;
	}
	
	
/*
    Mobile Menu Core Style
*/

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
    font-size:16px;
	}
	
/* Button */
.slicknav_btn {
	display: block;
    text-decoration:none;
	}
	
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
	}
	
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
	}
	
.slicknav_menu {
	display:none;
    background:#2b7af1;
    padding:5px;
	position: relative;
	z-index: 999999999999;
	}
	
.slicknav_nav {
    color:#fff;
    margin:0;
    padding:0;
    font-size:0.875em;
	}
	
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
	}
	
.slicknav_nav ul {
    padding:0;
    margin:0 0 0 20px;
	}
	
.slicknav_nav .slicknav_row {
    padding:5px 10px;
    margin:2px 5px;
	}
	
.slicknav_nav a {
    padding:10px;
    margin:2px 5px;
    text-decoration:none;
    color:#fff;
	}
	
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
	}
	
.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background:#ccc;
    color:#fff;
	}
	
.slicknav_nav a:hover{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background:#ccc;
    color:#222;
	}
	
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
	}
	
@media (max-width: 850px) {
	
	body {
		padding-top: 0;
		}
		
 	.hide-mobile{
		display: none;
		}
		
	header {
		position:relative;
		height: 100px;
		border: 0;
		
		}
	nav li a.active {
	background: inherit;
	}		
	header .one-half.column {
		width: 100%!important;
		}
		
	.slicknav_menu {
		display:block;
		}
		
	.show-mobile {
		display: block;
		}
		
	.dates {
		display: block;
		text-decoration: none;
		font-weight: bold;
		color: #FFF;
		font-size: 14px;
		line-height: 20px;
		position:absolute;
		right:20px;
		top:20px;
		}
	
		
		
	#gallery-grid {
		padding: 60px 0;
		
		}
		
	#legal-pages {
		margin-top: 120px;
		}
		
	
		
	.pricing-table td {
		display: block;
		width: 100%!important;
		}
			
	img.logo {
		display: block;
		width: 115px;
		height: auto;
		float:left;
		position:relative;
		}
		
		
	.dates span {
		font-size: 11px;
		font-weight: normal;
		color: inherit;
		text-transform: none;
		color: #222;
		text-transform: none;
	}
}

@media (max-width: 795px) {
	#left-content,
	#right-content {
		width: 100%;
		}
	}

@media (max-width: 650px) {
	
		.hero {
		height: 300px;
		}
	.hero h1 {
		font-size: 55px;
		}
		
	footer {
		height: auto;
		padding-bottom: 35px;
		}
		
	.footer-menu {
		padding: 0!important;
		}
		
	.footer-menu ul {
		display: none;
		}
		
	footer .footer-logo {
		display: none;
		}
		
	footer .footer-copy {
		width: auto;
		margin-bottom: 15px;
		}
		
	footer .social-icons {
		text-align: left;
		}
	
	
	.pricing-table h2 {
		font-size: 21px!important;
		top: 5px;
		}
	
	/* ---------------------
	Home Page stuff - PK 2/12/15
	---------------------- */
	.hero-slider {
	  height: 450px;
	}
	.hero-slider .hero-copy {
	  bottom:40px;
	}
	.hero-slider .hero-copy h1 {
	  font-size: 50px;
	  line-height:40px;
	}
	.hero-slider .hero-copy p {
	  font-size: 18px;
	}
	section.event h2 {
	 
	  text-align: left;
	  
	}
	section.event {
	 padding:60px 0;
	  
	}
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
	display: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 0;
  font-size: 13px;
  line-height: 17px;
  padding-bottom: 30px;
 }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.language {
	margin: 10px 10px 10px 0;
	display: inline-block;
	text-decoration: none;
	color: #000;
	font-size: 20px;
}
.language.english {
	font-size: 14px;
}

body.directions .hero {
	background: url('../img/hero-directions.jpg') top center;
	background-size: cover;
	}