@charset "UTF-8";
/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013–2014 thoughtbot, inc.
 * MIT License */
button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: #477DCA;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
}

button:hover,
input[type="submit"]:hover {
  background-color: #2c5999;
  color: white;
}

button:disabled,
input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #333;
  font-family: "proxima-nova", "arial", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "proxima-nova", "arial", sans-serif;
  line-height: 1.25;
  margin: 0;
  text-rendering: optimizeLegibility;
  font-weight: normal;
}

h1 {
  font-size: 2.5em;
  font-weight: 700;
}

h2 {
  font-size: 2.25em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.75em;
}

h5 {
  font-size: 1.5em;
}

h6 {
  font-size: 1em;
}

p {
  margin: 0 0 0.75em;
}

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #477DCA;
  text-decoration: none;
}

a:hover {
  color: #2c5999;
}

a:active, a:focus {
  color: #2c5999;
  outline: none;
}

hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

blockquote {
  border-left: 2px solid #DDD;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em;
}

cite {
  color: #737373;
  font-style: italic;
}

cite:before {
  content: "\2014 \00A0";
}

fieldset {
  background: #f7f7f7;
  border: 1px solid #DDD;
  margin: 0 0 0.75em 0;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "proxima-nova", "arial", sans-serif;
  font-size: 1em;
}

label {
  font-weight: bold;
  margin-bottom: 0.375em;
}

label.required:after {
  content: "*";
}

label abbr {
  display: none;
}

textarea,
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "proxima-nova", "arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%;
}

textarea:hover,
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
select[multiple=multiple]:hover {
  border-color: #c4c4c4;
}

textarea:focus,
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
select[multiple=multiple]:focus {
  border-color: #477DCA;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#main > div ul {
  list-style-type: disc;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
}

dl {
  margin-bottom: 0.75em;
}

dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}

dl dd {
  margin: 0;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

html {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  padding: 0;
}

img {
  display: block;
}

a {
  color: #b13400;
}

a:hover {
  color: #E86431;
}

hr {
  margin: 2em 0;
}

::selection, a::selection {
  background: #53565B;
}

#intro {
  background-image: url("../img/bites-sucks.jpg");
  background-image: url("../img/bites-sucks.jpg");
  background-size: cover;
  background-position: center top;
  position: relative;
  color: #ffffff;
  width: 100%;
  height: calc(100vh - 80px);
	min-height: 520px;
}

#intro::after {
  clear: both;
  content: "";
  display: table;
}

#intro:hover > a {
  background-color: rbga(26, 1, 1, 0);
}

#intro:hover > a:first-child {
  background-color: rgba(26, 1, 1, 0);
}

#intro:hover > a:hover {
  background-color: rgba(26, 1, 1, 0.4);
}

#intro > a {
  float: left;
  width: 50%;
  height: 100%;
  display: flex;
  text-align: center;
  padding: 0 15px 0 15px;
  background-color: rgba(237, 87, 12, 0);
  align-items: center;
  justify-content: center;	
  -webkit-transition: background-color 300ms ease-in;
  -moz-transition: background-color 300ms ease-in;
  transition: background-color 300ms ease-in;
}

#intro > a:first-child {
  background-color: rgba(26, 1, 1, 0.4);
}

#intro > a:hover {
  background-color: rgba(26, 1, 1, 0.4);
}

#intro > a:hover img {
  opacity: 0.95;
}

#intro > a img.introicon {
  margin-bottom: 20px;
  opacity: 1;
}

#intro > a img.glassicon {
  margin-top: 4px;
}

#intro > a fieldset.title {
  padding: 0;
  border-top: 5px solid #ffffff;
  border-bottom: none;
  border-left: none;
  border-right: none;
  display: block;
  text-align: center;
  background: none;
  max-width: 365px;
  margin: 0 auto;
}

#intro > a fieldset.title legend {
  padding: 0px 10px;
  color: #ffffff;
  font-size: 23px;
  font-family: "futura-pt", "arial", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0px;
  letter-spacing: 0.08em;
  line-height: 0.7;
  margin-bottom: 25px;
}

#intro > a h2 {
  color: #ffffff;
  font-size: 133px;
  text-transform: uppercase;
  font-family: "futura-pt", "arial", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0px;
  line-height: 0.8;
  margin-bottom: 45px;
}

#intro > a h3 {
  color: #ffffff;
  font-size: 75px;
  text-transform: uppercase;
  font-family: "futura-pt", "arial", sans-serif;
  font-weight: 400;
  margin: 0px;
  letter-spacing: 0.05em;
  line-height: 0.5;
  margin-bottom: 15px;
}

#intro > a img {
  -webkit-transition: opacity 300ms ease-in 300ms;
  -moz-transition: opacity 300ms ease-in 300ms;
  transition: opacity 300ms ease-in 300ms;
  display: inline-block;
  opacity: 0;
}

@media screen and (max-width: 73.125em) {
	#intro {
		height: 100vh;
	}
  #intro > a h2 {
    font-size: 70px;
  }
  #intro > a h3 {
    font-size: 40px;
  }
  #intro > a fieldset.title {
    font-size: 20px;
    max-width: 260px;
    border-top: 4px solid #ffffff;
  }
  #intro > a img {
    opacity: 1;
  }
}

@media screen and (max-width: 640px) {
  #intro > a {
    width: 100%;
    float: none;
	  height: 50vh;
	  min-height: 260px;
  }
  #intro > a h2 {
    font-size: 50px;
    margin-bottom: 15px;
  }
  #intro > a h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  #intro > a fieldset.title {
    border-top: 2px solid #ffffff;
  }
  #intro > a fieldset.title legend {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #intro > a img {
    width: 20px;
  }
}

#hero {
  padding: 250px;
  text-align: center;
  color: #FFFFFF;
}

#hero #logo {
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  display: block;
  width: 120px;
  margin: 0px auto 70px auto;
}

#hero #logo:hover {
  opacity: 0.8;
}

#hero #logo img {
  width: 100%;
}

#hero h1 {
  margin-bottom: 0px;
  margin-top: 10px;
  color: #FFFFFF;
  text-align: center;
  boder-top: 4px solid #ed5823;
  font-size: 50px;
  line-height: 0.8;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: "futura-pt", "arial", sans-serif;
}

#hero .ctalarge {
  box-shadow: 0px 3px 0px #ad2b10;
}

#hero h2 {
  margin-top: 27px;
  margin-bottom: 0px;
  line-height: 0.8;
  text-transform: uppercase;
  font-family: "futura-pt", "arial", sans-serif;
  font-weight: 400;
  font-size: 50px;
  letter-spacing: 0.05em;
}

#hero h6 {
  text-transform: uppercase;
  font-size: 1.0em;
  letter-spacing: .2em;
  margin-bottom: 80px;
}

#hero h4 {
  text-transform: uppercase;
  font-size: 20.05px;
  letter-spacing: .2em;
  margin-bottom: 10px;
  font-family: "futura-pt", "arial", sans-serif;
  font-weight: 500;
  margin-top: 10px;
}

#hero h4 span {
  color: #df4e00;
}

#hero hr.tophr {
  display: block;
  margin: 0 auto;
  margin-top: 67px;
  border-bottom: 5.5px solid #df4e00;
  max-width: 615px;
}

#hero hr.bottomhr {
  display: block;
  margin: 0 auto;
  margin-top: 27px;
  border-bottom: 5.5px solid #df4e00;
  max-width: 615px;
}

#hero ul {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 75px;
  list-style-type: none;
  text-align: center;
}

#hero ul li {
  -webkit-transition: all 300ms ease-in 0ms;
  -moz-transition: all 300ms ease-in 0ms;
  transition: all 300ms ease-in 0ms;
  padding: 0px;
  margin: 0px 3px 0px 3px;
  display: inline-block;
  list-style-type: none;
  background-color: #FFFFFF;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  opacity: 0.4;
}

#hero ul li:hover, #hero ul li.active {
  cursor: pointer;
  opacity: 0.8;
}

@media screen and (max-width: 73.125em) {
  #hero {
    padding: 75px 15px 75px 15px;
  }
  #hero #logo {
    width: 90px;
  }
  #hero h2 {
    font-size: 35px;
    margin-top: 25px;
  }
  #hero h1 {
    font-size: 35px;
  }
  #hero hr.tophr {
    max-width: 435px;
    border-bottom: 4px solid #ed5823;
  }
  #hero hr.bottomhr {
    max-width: 435px;
    border-bottom: 4px solid #ed5823;
    margin-top: 25px;
  }
}

@media screen and (max-width: 640px) {
  #hero {
    padding: 75px 15px 75px 15px;
  }
  #hero #logo {
    width: 80px;
    margin-bottom: -15px;
  }
  #hero h2 {
    font-size: 25px;
    line-height: 1;
  }
  #hero h1 {
    font-size: 25px;
    line-height: 1;
  }
  #hero hr.tophr {
    max-width: 300px;
    border-bottom: 3px solid #ed5823;
  }
  #hero hr.bottomhr {
    max-width: 300px;
    border-bottom: 3px solid #ed5823;
  }
}

nav {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  color: #FFFFFF;
  z-index: 999;
  font-family: "futura-pt", "arial", sans-serif;
  /* nav tablet breakpoint */
  /* overrides for mobile to desktop glitch */
}

nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

nav.interior {
  position: relative;
}

nav > ul {
  padding: 0px 15px 0px 15px;
  display: block;
  margin: 0;
  font-family: "futura-pt", "arial", sans-serif;
  list-style-type: none;
  text-align: center;
  /* ul tablet breakpoint */
}

nav > ul::after {
  clear: both;
  content: "";
  display: table;
}

nav > ul > li {
  -webkit-transition: all 100ms ease-in 0ms;
  -moz-transition: all 100ms ease-in 0ms;
  transition: all 100ms ease-in 0ms;
  padding: 0px;
  position: relative;
  display: inline-block;
  font-family: "futura-pt", "arial", sans-serif;
  margin: 0;
  list-style-type: none;
}

nav > ul > li:first-child {
  padding: 0px 25px 0px 25px;
}

nav > ul > li:first-child > a {
  background-image: url("../img/orange-logo.png");
  background-image: url("../img/orange-logo.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 50px;
}

nav > ul > li:first-child > a > span {
  opacity: 0;
}

nav > ul > li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

nav > ul > li:hover ul {
  display: block;
}

nav > ul > li > a {
  display: block;
  color: #FFFFFF;
  font-family: "futura-pt", "arial", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

nav > ul > li > a:active {
  color: #ababab;
}

nav > ul > li > a:focus {
  color: #ababab;
}

nav > ul > li > a:visited {
  color: #ababab;
}

nav > ul > li > a:hover {
  color: #ff6400;
}

nav > ul > li > a > span {
  padding: 0px 15px 0px 15px;
  height: 80px;
  line-height: 80px;
}

nav > ul > li > ul {
  position: absolute;
  top: 80px;
  left: 0px;
  display: none;
  font-family: "futura-pt", "arial", sans-serif;
  margin: 0;
  list-style-type: none;
  width: 300px;
  background-color: #383838;
  text-align: left;
  z-index: 999;
}

nav > ul > li > ul li {
  -webkit-transition: all 100ms ease-in 0ms;
  -moz-transition: all 100ms ease-in 0ms;
  transition: all 100ms ease-in 0ms;
  padding: 0px;
  display: block;
  margin: 0;
  list-style-type: none;
}

nav > ul > li > ul li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

nav > ul > li > ul li a {
  padding: 10px;
  font-size: .85em;
  font-family: "futura-pt", "arial", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  color: #FFFFFF;
}

nav > ul > li > ul li a:hover {
  color: #cf4610;
}

nav > ul > li > ul li a:active {
  color: #ababab;
}

@media screen and (max-width: 73.125em) {
  nav > ul {
    padding: 0px;
    display: none;
  }
  nav > ul > li {
    width: 100%;
  }
  nav > ul > li:hover ul {
    display: none;
  }
  nav > ul > li > a > span {
    padding: 0px 15px 0px 15px;
    height: 60px;
    line-height: 60px;
  }
  nav > ul > li > ul {
    position: relative;
    display: none;
    top: auto;
    left: auto;
    margin: 0;
    list-style-type: none;
    width: 100%;
    background-color: #383838;
    text-align: center;
    z-index: 999;
  }
}

@media screen and (max-width: 73.125em) {
  nav {
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
  }
  nav.fixed {
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    width: 100%;
  }
}

@media screen and (min-width: 73.125em) {
  nav > ul {
    display: block !important;
  }
  nav > ul > li > ul {
    display: none !important;
  }
  nav > ul > li:hover > ul {
    display: block !important;
  }
}

.orangesection {
  padding: 263px 15px 135px 15px;
  background-image: url("../img/food.jpg");
  background-image: url("../img/food.jpg");
  background-size: cover;
  background-position: center top;
}

.orangesection > h2 {
  color: #ffffff;
  font-family: "futura-pt", "arial", sans-serif;
  text-align: center;
  font-weight: 400;
  font-size: 50px;
  text-transform: uppercase;
  margin: 0px;
  letter-spacing: 0.05em;
  line-height: 0.9;
}

.orangesection > h3 {
  margin-top: 0px;
  margin-bottom: 105px;
  color: #ffffff;
  font-family: "futura-pt", "arial", sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.orangesection fieldset.title {
  padding: 0;
  border-top: 4px solid #ffffff;
  border-bottom: none;
  border-left: none;
  border-right: none;
  display: block;
  text-align: center;
  background: none;
  max-width: 560px;
  margin: 0 auto;
}

.orangesection fieldset.title legend {
  padding: 5px 10px;
  color: #ffffff;
  font-size: 32px;
  font-family: "futura-pt", "arial", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 38px;
  letter-spacing: 0.08em;
}

.orangesection > h4 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: "futura-pt", "arial", sans-serif;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.orangesection a {
  display: block;
  width: 44px;
  margin: 0 auto;
}

.orangesection a:hover img {
  opacity: 1;
}

.orangesection a img {
  -webkit-transition: opacity 300ms ease-in;
  -moz-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  display: block;
  opacity: 0.25;
}

@media screen and (max-width: 73.125em) {
  .orangesection {
    padding: 200px 15px 100px 15px;
  }
  .orangesection > h2 {
    font-size: 40px;
    letter-spacing: 0.05em;
    line-height: 0.8;
  }
  .orangesection > h3 {
    font-size: 40px;
    margin-bottom: 85px;
  }
  .orangesection fieldset.title legend {
    font-size: 24px;
  }
}

@media screen and (max-width: 640px) {
  .orangesection {
    padding: 80px 15px 60px 15px;
  }
  .orangesection > h2 {
    font-size: 22px;
    line-height: 25px;
  }
  .orangesection > h3 {
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 40px;
    margin-top: 10px;
  }
  .orangesection fieldset.title legend {
    font-size: 16px;
  }
}

#drinks {
  background-image: url("../img/orange-drink.jpg");
  background-image: url("../img/orange-drink.jpg");
}

#bridge {
  background-image: url("../img/orange-bridge.jpg");
  background-image: url("../img/orange-bridge.jpg");
}

.graysection {
  padding: 315px 0px 265px 0px;
  background-image: url("../img/david.jpg");
  background-image: url("../img/david.jpg");
  background-size: cover;
  background-position: center top;
}

.graysection > div {
  max-width: 73.125em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.graysection > div::after {
  clear: both;
  content: "";
  display: table;
}

.graysection > div > h1 {
  color: #ffffff;
  font-family: "futura-pt", "arial", sans-serif;
  text-align: center;
  font-weight: 400;
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-top: 27px;
  letter-spacing: 0.05em;
  line-height: 0.8;
}

.graysection > div > h2 {
  margin-top: 10px;
  margin-bottom: 116px;
  color: #ffffff;
  font-family: "futura-pt", "arial", sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 0.8;
}

.graysection > div > a {
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  border-top: 4px solid #df4e00;
  border-bottom: 4px solid #df4e00;
  border-left: none;
  border-right: none;
  padding: 0px;
  margin-bottom: 5px;
  font-family: "futura-pt", "arial", sans-serif;
  color: white;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 125px;
  display: inline-block;
  letter-spacing: 0.05em;
  line-height: 2;
  background-color: rgba(237, 88, 35, 0);
}

.graysection > div > a:hover {
  border-left: 5px solid #df4e00;
  border-right: 5px solid #df4e00;
  padding: 0px 15px 0px 15px;
  background-color: #e94e00;
}

.graysection > div hr.tophr {
  display: block;
  margin: 0 auto;
  border-top: 4px solid #df4e00;
  max-width: 517px;
  border-bottom: none;
}

.graysection > div hr.bottomhr {
  display: block;
  margin: 0 auto;
  margin-top: -89px;
  border-bottom: 4px solid #df4e00;
  max-width: 517px;
}

@media screen and (max-width: 73.125em) {
  .graysection {
    padding: 200px 15px 200px 15px;
  }
  .graysection > div > h1 {
    font-size: 30px;
    line-height: 1;
  }
  .graysection > div > h2 {
    font-size: 30px;
    line-height: 1;
  }
  .graysection > div > a {
    font-size: 22px;
    line-height: 2;
  }
  .graysection > div hr.tophr {
    max-width: 480px;
  }
  .graysection > div hr.bottomhr {
    max-width: 480px;
  }
}

@media screen and (max-width: 640px) {
  .graysection {
    padding: 100px 15px 100px 15px;
  }
  .graysection > div > h1 {
    font-size: 22px;
    line-height: 1;
  }
  .graysection > div > h2 {
    font-size: 22px;
    line-height: 1;
    margin-top: 10px;
  }
  .graysection > div > a {
    font-size: 18px;
    line-height: 2;
    margin-top: 80px;
  }
  .graysection > div hr.tophr {
    max-width: 480px;
    margin-bottom: -10px;
  }
  .graysection > div hr.bottomhr {
    max-width: 480px;
    margin-top: -98px;
  }
}

#garage {
  background-image: url("../img/orange-bridge.jpg");
}
#garage.graysection > div > a, #garage.graysection > div hr.bottomhr, #garage.graysection > div hr.tophr {
	border-color: #FFFFFF !important;
}
#travel {
  padding: 290px 0px 160px 0px;
  background-size: cover;
  background-position: center top;
}

#travel > div {
  max-width: 73.125em;
  margin-left: auto;
  margin-right: auto;
}

#travel > div::after {
  clear: both;
  content: "";
  display: table;
}

#travel > div > h1, #travel > div h2 {
  color: #FFFFFF;
  text-align: center;
  font-family: "futura-pt", "arial", sans-serif;
  font-weight: 500;
  font-size: 39.91px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  letter-spacing: .05em;
}

#travel > div hr.tophr {
  display: block;
  margin: 0 auto;
  margin-top: 67px;
  border-bottom: 5px solid #ffffff;
  max-width: 755px;
}

#travel > div hr.bottomhr {
  display: block;
  margin: 0 auto;
  margin-bottom: 90px;
  border-bottom: 5px solid #ffffff;
  max-width: 755px;
}

#travel > div > h3 {
  color: #ff6400;
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 60px;
  font-family: "futura-pt", "arial", sans-serif;
  font-weight: 500;
}

#travel > div ul {
  padding: 0px;
  display: block;
  margin: 0;
  list-style-type: none;
}

#travel > div ul li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  padding: 0px;
  background-color: rgba(50, 18, 2, 0.8);
  display: block;
  list-style-type: none;
  border-radius: 3px;
  overflow: hidden;
}

#travel > div ul li:last-child {
  margin-right: 0;
}

#travel > div ul li figure {
  padding: 0px;
  margin: 0;
}

#travel > div ul li figure img {
  width: 100%;
}

@media screen and (max-width: 73.125em) {
  #travel > div ul li figure img {
    display: none;
  }
}

#travel > div ul li figure figcaption {
  padding: 25px;
  text-align: center;
}

#travel > div ul li figure figcaption > h5 {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 15px;
  font-family: "futura-pt", "arial", sans-serif;
  font-weight: 500;
}

#travel > div ul li figure figcaption P {
  color: #ffffff;
  line-height: 1.25em;
  font-family: "futura-pt", "arial", sans-serif;
  margin-bottom: 25px;
}

@media screen and (max-width: 73.125em) {
  #travel > div ul li figure figcaption {
    padding: 25px;
  }
}

@media screen and (max-width: 73.125em) {
  #travel > div ul li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%;
    margin-bottom: 15px;
    text-align: left;
  }
  #travel > div ul li:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  #travel > div ul li {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%;
    margin-left: 0%;
    margin-bottom: 15px;
    text-align: left;
  }
  #travel > div ul li:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 73.125em) {
  #travel > div {
    margin: 0px 15px 0px 15px;
  }
}

@media screen and (max-width: 640px) {
  #travel > div > h1, #travel > div h2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 73.125em) {
  #travel {
    padding: 90px 0px 90px 0px;
  }
}

#travel {
  background-image: url("../img/david-background.jpg");
  background-image: url("../img/david-background.jpg");
}

body.page-id-4 #travel {
  background-image: url("../img/restaurants.jpg");
  background-image: url("../img/restaurants.jpg");
}

body.page-id-11 #travel {
  background-image: url("../img/drink.jpg");
  background-image: url("../img/drink.jpg");
}

body.page-id-19 #travel {
  background-image: url("../img/sponsors.jpg");
  background-image: url("../img/sponsors.jpg");
}

body.page-id-35 #travel {
  background-image: url("../img/media.jpg");
  background-image: url("../img/media.jpg");
}

body.page-id-44 #travel {
  background-image: url("../img/awards.jpg");
  background-image: url("../img/awards.jpg");
}

body.page-id-186 #travel {
  background-image: url("../img/ticket.jpg");
  background-image: url("../img/ticket.jpg");
}

body.page-id-203 #travel {
  background-image: url("../img/participants-hero.jpg");
  background-image: url("../img/participants-hero.jpg");
}

body.page-id-214 #travel {
  background-image: url("../img/media-hero.jpg");
  background-image: url("../img/media-hero.jpg");
}

#quote {
  padding: 295px 0px 170px 0px;
  background-image: url("../img/hero-one.jpg");
  background-image: url("../img/hero-one.jpg");
  background-size: cover;
  background-position: center top;
  color: #ffffff;
}

#quote > div {
  max-width: 73.125em;
  margin-left: auto;
  margin-right: auto;
}

#quote > div::after {
  clear: both;
  content: "";
  display: table;
}

#quote > div > h3 {
  margin-top: 90px;
  margin-bottom: 70px;
  font-family: "futura-pt", "arial", sans-serif;
  text-align: center;
  font-weight: 500;
  font-size: 36px;
  text-transform: uppercase;
}

#quote > div > h4 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: "futura-pt", "arial", sans-serif;
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  text-transform: uppercase;
}

#quote > div hr.tophr {
  width: 15%;
  display: block;
  margin: 0 auto;
  border-bottom: 6px solid #ed5823;
}

@media screen and (max-width: 73.125em) {
  #quote > div {
    margin: 0px 15px 0px 15px;
  }
}

@media screen and (max-width: 640px) {
  #quote {
    box-shadow: none;
  }
}

#events {
  padding: 90px 0px 90px 0px;
  background-image: url("../img/restaurant-background.jpg");
  background-size: cover;
  background-position: center top;
  color: #817A7A;
}

#events > div {
  max-width: 73.125em;
  margin-left: auto;
  margin-right: auto;
}

#events > div::after {
  clear: both;
  content: "";
  display: table;
}

#events > div > h2 {
  text-align: center;
  font-family: "futura-pt", "arial", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: .05em;
  color: #ffffff;
  text-transform: uppercase;
}

#events > div > h3 {
  text-align: center;
  font-size: 30px;
  font-family: "futura-pt", "arial", sans-serif;
  font-weight: 400px;
  margin-bottom: 60px;
  color: #ffffff;
  text-transform: uppercase;
}

#events > div > ul {
  display: block;
  padding: 0px;
  display: block;
  margin: 0;
  list-style-type: none;
}

#events > div > ul::after {
  clear: both;
  content: "";
  display: table;
}

#events > div > ul > li {
  -webkit-transition: all 100ms ease-in 0ms;
  -moz-transition: all 100ms ease-in 0ms;
  transition: all 100ms ease-in 0ms;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  padding: 0px;
  font-family: "futura-pt", "arial", sans-serif;
  margin-bottom: 35px;
  position: relative;
  height: 75px;
  line-height: 75px;
  color: #ffffff;
  background-color: #df4300;
  display: block;
  text-align: center;
  list-style-type: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 3px;
}

#events > div > ul > li:last-child {
  margin-right: 0;
}

#events > div > ul > li.active {
  color: #5d5759;
  cursor: pointer;
  background-color: #ffffff;
}

#events > div > ul > li.active > span {
  display: block;
}

#events > div > ul > li:hover {
  color: #5d5759;
  cursor: pointer;
  background-color: #ffffff;
}

#events > div > ul > li > span {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #ffffff;
}

@media screen and (max-width: 73.125em) {
  #events > div > ul > li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-bottom: 15px;
  }
  #events > div > ul > li:last-child {
    margin-right: 0;
  }
  #events > div > ul > li:nth-child(2n) {
    margin-right: 0;
  }
  #events > div > ul > li:nth-child(2n+1) {
    clear: left;
  }
  #events > div > ul > li.active span {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  #events > div > ul > li {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%;
    margin-bottom: 15px;
  }
  #events > div > ul > li:last-child {
    margin-right: 0;
  }
  #events > div > ul > li.active span {
    display: none;
  }
}

#events > div > div {
  padding: 45px;
  position: relative;
  background-color: #df4e00;
  border-radius: 3px;
}

#events > div > div > div {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#events > div > div > div::after {
  clear: both;
  content: "";
  display: table;
}

#events > div > div > div header {
  display: block;
  padding-bottom: 40px;
}

#events > div > div > div header::after {
  clear: both;
  content: "";
  display: table;
}

#events > div > div > div header h3 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-left: 17.05961%;
  font-family: "futura-pt", "arial", sans-serif;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 0.08em;
  font-weight: 400;
  padding-bottom: 15px;
  display: block;
  color: #ffffff;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#events > div > div > div header h3:last-child {
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  #events > div > div > div header h3 {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%;
    margin-left: 0%;
  }
  #events > div > div > div header h3:last-child {
    margin-right: 0;
  }
}

#events > div > div > div > div {
  color: #232323;
}

#events > div > div > div > div a {
  color: #ffffff;
}

#events > div > div > div > div > ul {
  padding: 0px;
  display: block;
  margin: 0;
  list-style-type: none;
}

#events > div > div > div > div > ul li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  padding: 20px 0px 20px 0px;
  display: block;
  color: #ffffff;
  list-style-type: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#events > div > div > div > div > ul li:last-child {
  margin-right: 0;
}

#events > div > div > div > div > ul li:nth-child(2n) {
  margin-right: 0;
}

#events > div > div > div > div > ul li:nth-child(2n+1) {
  clear: left;
}

#events > div > div > div > div > ul li span {
  font-size: 1.15em;
}

#events > div > div > div > div > ul li span span {
  font-weight: normal;
  font-style: italic;
  font-size: 1em;
}

@media screen and (max-width: 640px) {
  #events > div > div > div > div > ul li {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%;
  }
  #events > div > div > div > div > ul li:last-child {
    margin-right: 0;
  }
}

#events > div > div > div.slide-group {
  display: none;
}

#events > div > div > div.slide-group.active {
  display: block;
}

@media screen and (max-width: 73.125em) {
  #events > div {
    margin: 0px 15px 0px 15px;
  }
}

#sponsors {
  padding: 100px 0px 100px 0px;
  background-color: #ffffff;
  color: #2f2f2f;
}

#sponsors > div {
  max-width: 73.125em;
  margin-left: auto;
  margin-right: auto;
}

#sponsors > div::after {
  clear: both;
  content: "";
  display: table;
}

#sponsors > div > h2 {
  text-align: center;
  color: #ff4c01;
  font-size: 42px;
  text-transform: uppercase;
  font-family: "futura-pt", "arial", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}

#sponsors > div > h4 {
  text-align: center;
  color: #ff4c01;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "futura-pt", "arial", sans-serif;
  margin-bottom: 30px;
}

#sponsors > div ul {
  display: block;
  padding: 0px;
  display: block;
  margin: 0;
  list-style-type: none;
}

#sponsors > div ul::after {
  clear: both;
  content: "";
  display: table;
}

#sponsors > div ul li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  padding: 0px;
  color: #686868;
  display: block;
  text-align: center;
  list-style-type: none;
  border-radius: 3px;
}

#sponsors > div ul li:last-child {
  margin-right: 0;
}

#sponsors > div ul li img {
  -webkit-transition: all 500ms ease-in 0ms;
  -moz-transition: all 500ms ease-in 0ms;
  transition: all 500ms ease-in 0ms;
  display: inline-block;
  width: 135px;
  margin-top: 30px;
  margin-bottom: 30px;
}

#sponsors > div ul li h4 {
  color: #b13400;
  font-family: "futura-pt", "arial", sans-serif;
  text-transform: uppercase;
  font-size: 1.4em;
  margin-bottom: 15px;
}

#sponsors > div ul li h5 {
  color: #979292;
  font-family: "futura-pt", "arial", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.15em;
  margin-bottom: 15px;
}

#sponsors > div ul li p {
  color: #979292;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-family: "futura-pt", "arial", sans-serif;
}

@media screen and (max-width: 73.125em) {
  #sponsors > div ul li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #sponsors > div ul li:last-child {
    margin-right: 0;
  }
  #sponsors > div ul li:nth-child(2n) {
    margin-right: 0;
  }
  #sponsors > div ul li:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (max-width: 640px) {
  #sponsors > div ul li {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%;
  }
  #sponsors > div ul li:last-child {
    margin-right: 0;
  }
  #sponsors > div ul li img {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

#sponsors > div > p {
  margin: 80px 0px 0px 0px;
  text-align: center;
}

#sponsors > div > p img {
  width: 600px;
  display: inline;
}

@media screen and (max-width: 640px) {
  #sponsors > div > p {
    display: none;
    margin-top: 20px;
  }
}

@media screen and (max-width: 73.125em) {
  #sponsors > div {
    margin: 0px 15px 0px 15px;
  }
}

#hamburger {
  background-image: url("../img/burger-bottom.jpg");
  background-image: url("../img/burger-bottom.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  background-position: center;
}

#cta {
  padding: 200px 0px 90px 0px;
  background-color: #fe4d00;
  text-align: center;
  position: relative;
}

#cta > div {
  max-width: 73.125em;
  margin-left: auto;
  margin-right: auto;
}

#cta > div::after {
  clear: both;
  content: "";
  display: table;
}

#cta > div #conlogo {
  display: block;
  margin-left: -85px;
  width: 170px;
  position: absolute;
  top: -82px;
  left: 50%;
}

#cta > div #conlogo img {
  width: 80%;
  border: 0;
}

#cta > div > h1 {
  color: #ffffff;
  font-size: 3.5em;
  margin-bottom: 10px;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#cta > div > h2 {
  color: #ffffff;
  font-family: "futura-pt", "arial", sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
}

#cta > div > h3 {
  color: #ffffff;
  font-size: 1.5em;
  margin-bottom: 35px;
  letter-spacing: .05em;
}

#cta > div > h4 {
  color: #ffffff;
  font-size: 1.2em;
  margin-bottom: 35px;
  text-transform: uppercase;
  letter-sapcing: .08em;
  margin-bottom: 35px;
}

#cta > div .ctalarge {
  background-color: #ffffff;
  color: #2f2f2f;
}

@media screen and (max-width: 73.125em) {
  #cta > div {
    margin: 0px 15px 0px 15px;
  }
}

#main {
  max-width: 73.125em;
  margin-left: auto;
  margin-right: auto;
}

#main::after {
  clear: both;
  content: "";
  display: table;
}

#main > div {
  padding: 90px 0px 90px 0px;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-left: 17.05961%;
}

#main > div:last-child {
  margin-right: 0;
}

#main > div h2 {
  margin-bottom: 20px;
  letter-spacing: .05em;
  font-family: "futura-pt", "arial", sans-serif;
  font-weight: 500;
}

#main > div h3 {
  font-size: 1.5em;
  margin-bottom: 20px;
  font-family: "futura-pt", "arial", sans-serif;
  font-weight: 500;
}

#main > div p {
  margin-bottom: 20px;
}

#main > div ul {
  margin-bottom: 20px;
}

#main > div hr:last-of-type {
  display: none;
}

@media screen and (max-width: 73.125em) {
  #main > div {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
  }
  #main > div:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  #main > div {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%;
    margin-left: 0%;
    padding: 30px 30px 0px 30px;
  }
  #main > div:last-child {
    margin-right: 0;
  }
}

#main ul.sponsorlist {
  display: block;
  padding: 0px;
  display: block;
  margin: 0;
  list-style-type: none;
}

#main ul.sponsorlist::after {
  clear: both;
  content: "";
  display: table;
}

#main ul.sponsorlist li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  padding: 0px;
  color: #686868;
  background-color: #FFFAEF;
  display: block;
  text-align: center;
  list-style-type: none;
  letter-spacing: 2px;
  border-radius: 3px;
}

#main ul.sponsorlist li:last-child {
  margin-right: 0;
}

#main ul.sponsorlist li a.sponsorlogo {
  -webkit-transition: all 500ms ease-in 0ms;
  -moz-transition: all 500ms ease-in 0ms;
  transition: all 500ms ease-in 0ms;
  display: inline-block;
  width: 126px;
  margin-top: 85px;
  margin-bottom: 5px;
}

@media screen and (max-width: 73.125em) {
  #main ul.sponsorlist li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-bottom: 60px;
  }
  #main ul.sponsorlist li:last-child {
    margin-right: 0;
  }
  #main ul.sponsorlist li:nth-child(2n) {
    margin-right: 0;
  }
  #main ul.sponsorlist li:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (max-width: 640px) {
  #main ul.sponsorlist li {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%;
    margin-bottom: 60px;
  }
  #main ul.sponsorlist li:last-child {
    margin-right: 0;
  }
}

#hotels div {
  display: block;
}

#hotels div::after {
  clear: both;
  content: "";
  display: table;
}

#hotels div > article {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

#hotels div > article:last-child {
  margin-right: 0;
}

#hotels div.hotelmessage {
  padding: 30px;
  border-radius: 3px;
  background-color: #F26A36;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-size: 1em;
  font-weight: bold;
}

#hotels div.hotelmessage > p {
  margin-bottom: 0;
}

#hotels div.hotelmessage > p > i {
  font-size: 25px;
  margin-right: 10px;
}

#hotels div.headquarter {
  display: block;
  margin-bottom: 15px;
}

#hotels div.headquarter::after {
  clear: both;
  content: "";
  display: table;
}

#hotels div.headquarter > aside {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

#hotels div.headquarter > aside:last-child {
  margin-right: 0;
}

#hotels div.headquarter > aside img {
  border-radius: 3px;
}

@media screen and (max-width: 640px) {
  #hotels div.headquarter > aside {
    display: none;
  }
}

#hotels div.headquarter > article {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}

#hotels div.headquarter > article:last-child {
  margin-right: 0;
}

#hotels div p.notes {
  padding: 30px;
  margin-bottom: 0;
  background-color: #E2DCCD;
  border-radius: 3px;
  font-size: .85em;
  font-style: italic;
}

footer {
  padding: 50px 0px 50px 0px;
  background-color: #222222;
  color: #FFFFFF;
}

footer a {
  color: #FFFFFF;
  text-decoration: none;
}

footer a:hover {
  color: #df4e00;
  opacity: 0.8;
}

footer > div {
  max-width: 73.125em;
  margin-left: auto;
  margin-right: auto;
}

footer > div::after {
  clear: both;
  content: "";
  display: table;
}

footer > div > div {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

footer > div > div:last-child {
  margin-right: 0;
}

footer > div > div > span {
  font-size: 1.5em;
}

footer > div > div.rtl {
  text-align: right;
}

@media screen and (max-width: 73.125em) {
  footer > div > div {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  footer > div > div:last-child {
    margin-right: 0;
  }
  footer > div > div.rtl {
    text-align: center;
  }
}

@media screen and (max-width: 73.125em) {
  footer > div {
    margin: 0px 15px 0px 15px;
  }
}

.navtoggle {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  font-size: 2.5em;
  padding: 15px 20px 15px 20px;
  color: #FFFFFF;
  background-color: #b13400;
  border-radius: 0px 0px 0px 3px;
  z-index: 9999;
}

.navtoggle > img {
  max-width: 34px;
}

.navtoggle:hover {
  cursor: pointer;
}

@media screen and (max-width: 73.125em) {
  .navtoggle {
    display: block;
  }
}

.navtoggle::selection {
  background: none;
}

.ctalarge {
  -webkit-transition: all 100ms ease-in 0ms;
  -moz-transition: all 100ms ease-in 0ms;
  transition: all 100ms ease-in 0ms;
  padding: 0px 45px 0px 45px;
  position: relative;
  display: inline-block;
  top: 0px;
  height: 55px;
  line-height: 56px;
  border-radius: 55px;
  background-color: #b13400;
  color: #FFFFFF;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
  box-shadow: 0px 3px 0px #222222;
}

.ctalarge:hover {
  top: 1px;
  background-color: #E86431;
  cursor: pointer;
  color: #FFFFFF;
  box-shadow: 0px 2px 0px #852601;
}

.ctalarge:active {
  top: 2px;
  background-color: #E86431;
  cursor: pointer;
  color: #FFFFFF;
  box-shadow: 0px 1px 0px #852601;
}

.ctasmall {
  -webkit-transition: all 100ms ease-in 0ms;
  -moz-transition: all 100ms ease-in 0ms;
  transition: all 100ms ease-in 0ms;
  padding: 0px;
  display: block;
  top: 0px;
  width: 80%;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  background-color: #b13400;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.ctasmall:hover {
  background-color: #E86431;
  cursor: pointer;
  color: #FFFFFF;
}

.ctasmall:active {
  background-color: #E86431;
  cursor: pointer;
  color: #FFFFFF;
}

.ctasimple {
  -webkit-transition: all 100ms ease-in 0ms;
  -moz-transition: all 100ms ease-in 0ms;
  transition: all 100ms ease-in 0ms;
  padding: 0px;
  display: block;
  top: 0px;
  width: 80%;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "futura-pt", "arial", sans-serif;
  font-weight: 500;
  border-top: 2px solid #ffffff;
  max-width: 135px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.ctasimple:hover {
  background-color: #ffffff;
  cursor: pointer;
  color: #b13400;
}

.ctasimple:active {
  background-color: #E86431;
  cursor: pointer;
  color: #FFFFFF;
}

.orange-button {
  -webkit-transition: all 100ms ease-in 0ms;
  -moz-transition: all 100ms ease-in 0ms;
  transition: all 100ms ease-in 0ms;
  padding: 5px 25px 5px 25px;
  display: inline-block;
  border-radius: 40px;
  background-color: #b13400;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.orange-button:hover {
  background-color: #E86431;
  cursor: pointer;
  color: #FFFFFF;
}

.orange-button:active {
  background-color: #E86431;
  cursor: pointer;
  color: #FFFFFF;
}

.fade-group {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center top;
  z-index: -3;
}

.fade-text {
  display: none;
}

.fade-text.textactive {
  display: block;
  display: block;
}

li.mobile-only {
  display: none;
}

@media screen and (max-width: 73.125em) {
  li.mobile-only {
    display: block;
  }
}

body.page-template-template-events-php #main > div {
  padding-bottom: 0px;
}

body.page-template-template-events-php #events {
  padding-top: 0px;
}

body.page-template-template-events-php #events div > h2, body.page-template-template-events-php #events > div > h3 {
  display: none;
}

p img.aligncenter {
  margin: 60px auto 0px auto;
}

#mtbSvg {
  margin-top: 6px;
}

div.photogallery a {
  display: block;
  width: 23%;
  margin: 1%;
  float: left;
}

div.videogallery a {
  display: block;
  width: 48%;
  margin: 1%;
  float: left;
}

.parallax {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  backface-visibility: hidden;
}

@media screen and (max-width: 1200px) {
  .parallax {
    background-position: center center !important;
    background-attachment: scroll;
  }
}
