body {
  background-color: #000;
  color: #FFF;
  font-family: 'Spectral', "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  padding-top: 32px;
}

.grid {
  max-width: 1366px;
  width: 100%;
}

.ticket-embed-btn {
	font-size: 23px !important;
	background-color: transparent !important;
	font-family: 'Oswald', sans-serif !important;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  position: relative;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 23px;
  line-height: 24px;
  font-weight: 700;
  padding: 12px 34px;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}


.btick {
  height: 48px;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #EC1A23;
  display: block;
  overflow: hidden;
  color: #FFF;
}
.btick:after, .notick:after{
		position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 96px;
	z-index: 0;
	-webkit-box-shadow: inset 0px 0px 80px 16px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 80px 16px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 80px 16px rgba(0,0,0,0.75)
}
.btick span,
.notick span {
  -webkit-box-shadow: inset 0px 0px 80px 16px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 0px 80px 16px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 80px 16px rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
  z-index: 0;
}

.btick>a,
.notick>h4 {
  color: #fff;
  font-family: "oswald", Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  left: 0;
  line-height: 48px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 9;
}

.notick {
  height: 48px;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #540702;
  display: block;
  overflow: hidden;
  color: #FFF;
}

.btick:hover span {
  top: -48px;
}

.btick>a:hover {
  text-decoration: underline;
}

.notick>h4 {
  opacity: 0.7;
}

.btick>a:hover,
.btick>a:focus {
  color: #eee;
  text-decoration: underline;
}

.notick>h5 {
  color: #fff;
  font-family: "oswald", Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif !important;
  font-size: 23px;
  font-weight: normal !important;
  left: 0;
  line-height: 48px !important;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 9;
}

.combos {
  font-family: "oswald", Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  text-align: center;
background: rgb(51,51,51);
background: -moz-linear-gradient(top,  rgba(51,51,51,1) 0%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,  rgba(51,51,51,1) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0 );
  z-index: 0;
}
.combos h5 {
  background: rgb(153,99,13);
  background: -moz-linear-gradient(left, rgba(153,99,13,1) 0%, rgba(206,162,41,1) 52%, rgba(153,99,13,1) 100%);
  background: -webkit-linear-gradient(left, rgba(153,99,13,1) 0%,rgba(206,162,41,1) 52%,rgba(153,99,13,1) 100%);
  background: linear-gradient(to right, rgba(153,99,13,1) 0%,rgba(206,162,41,1) 52%,rgba(153,99,13,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99630d', endColorstr='#99630d',GradientType=1 );
  line-height: 2;
  padding: 8px 16px 7px;
  position: relative;
  z-index: 2;
  text-align: center;
  font-family: "oswald", Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  color: #FFF;
  font-size: 18px;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, .5);
  letter-spacing: 1px;
}
.combos p {
  max-width: 300px !important;
  text-align: left;
  margin: auto;
  font-family: "oswald", Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
}
.combos p:first-of-type {
  font-size: 19px;
}
.combos ul {
  padding: 6px 0 !important;
  max-width: 300px;
  margin: 0 auto 6px !important;
  text-align: left;
  list-style-type: square;
}
.combos ul li {
  font-family: "oswald", Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif !important;
  text-transform: uppercase;
  padding: 3px;
  border-bottom: 0;
}
/* GRID SYSTEM */

.mod {
  float: left;
  width: 100%;
  margin: 0 0 2em;
  color: #FFF;
  padding: 1em;
  min-height: 60px;
  transition: all 0.3s linear;
}

.mod:nth-of-type(odd) {}

.grid {
  width: 100%;
  margin: 0 auto;
  padding: 0%;
  *zoom: 1;
}

.grid:after {
  content: '';
  display: block;
  clear: both;
}

@media only screen and (min-width: 481px) {
  .t-1 {
    width: 8.33333333%;
  }
  .t-2 {
    width: 16.66666667%;
  }
  .t-3 {
    width: 25%;
  }
  .t-4 {
    width: 33.33333333%;
  }
  .t-5 {
    width: 41.66666667%;
  }
  .t-6 {
    width: 50%;
  }
  .t-7 {
    width: 58.33333333%;
  }
  .t-8 {
    width: 66.66666667%;
  }
  .t-9 {
    width: 75%;
  }
  .t-10 {
    width: 83.33333333%;
  }
  .t-11 {
    width: 91.66666667%;
  }
  .t-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .d-1 {
    width: 8.33333333%;
  }
  .d-2 {
    width: 16.66666667%;
  }
  .d-3 {
    width: 25%;
  }
  .d-4 {
    width: 33.33333333%;
  }
  .d-5 {
    width: 41.66666667%;
  }
  .d-6 {
    width: 50%;
  }
  .d-7 {
    width: 58.33333333%;
  }
  .d-8 {
    width: 66.66666667%;
  }
  .d-9 {
    width: 75%;
  }
  .d-10 {
    width: 83.33333333%;
  }
  .d-11 {
    width: 91.66666667%;
  }
  .d-12 {
    width: 100%;
  }
}


/* Boring stuff */

* {
  margin: 0;
  padding: 0;
  border: 0px none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {}

body {
  font-size: 16px;
  line-height: 1.42857143;
}

.cf {
  *zoom: 1;
}

.cf:after {
  content: '';
  display: block;
  clear: both;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #FFCC00;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid #333;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.trip img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  padding: 8px;
  max-width: 400px;
}

.one img {
  margin: 0 auto;
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  position: relative;
  padding: 8px;
}

.trip .mod {
  min-height: 500px;
}

p {
  width: 100%;
  max-width: 560px;
  text-align: left;
  margin: 16px auto;
  line-height: 1.6;
  font-size: 18px;
  color: #ccc;
}

h3 {
  text-align: center;
}

.one p {
  max-width: 640px;
  margin: 24px auto 4px;
  text-align: center;
}

.one .mod {
  margin: 0 0 .25em;
  padding: 0 8px;
}

.vr {
  position: relative;
}

.vr h3 {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
  margin: auto;
  z-index: 9;
}

.site-footer {
  background-color: #1c1c1c;
}

.site-footer,
.site-footer a {
  color: #ddd !important;
}

.site-footer {
  font-size: 14px;
  text-align: center;
  line-height: 1.7;
  padding: 12px;
  margin-top: 32px;
}

.trip,
.one {
  max-width: 1024px;
}

.main {
  display: block;
  width: 100%;
  max-width: 800px;
  height: auto;
  background-color: transparent;
  margin: 32px auto;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.main-inner {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 100% 0 0;
  position: relative;
  border: 0px solid #777;
}

.gbot {
  display: block;
  height: 0%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  bottom: 0;
  width: 100%;
  opacity: 0.5;
  z-index: 2;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}

.gbot {
  -webkit-animation: taller 4s forwards;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}



.sev,
.sev2 {
  width: 100%;
  height: auto;
  max-width: 685px;
  max-height: 577px;
  position: absolute;
  opacity: 0;
  -webkit-animation: fadeinx 2s forwards;
  left: 0;
  right: 0;
  top: 0%;
  bottom: 0;
  margin: auto;
}

.grayscale {
  width: 100%;
  height: auto;
  max-width: 685px;
  max-height: 577px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0%;
  bottom: 0;
  margin: auto;
  filter: grayscale(100%);
  animation: grayscale 1s forwards;
  -webkit-animation-delay: 8.0s;
}

.sev {
  -webkit-animation-delay: 5s;
}

.sev2 {
  -webkit-animation-delay: 5s;
}



.hatchet2 {
  -webkit-animation: rotation 3s infinite ease-in-out;
  animation-delay: 5.25s;
  width: 100%;
  top: 0%;
}

.hatchet2 {
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0 auto;
  position: relative;
}

.hatchet2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.blackring {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  top: 0;
}

.blackring {
  width: 92%;
  height: 90%;
  background-color: #000;
  z-index: 1;
  border-radius: 100%;
  max-width: 740px;
  -webkit-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 1);
  top: 0%;
  -webkit-animation: drift 6s forwards;
  -webkit-animation-delay: 1s;
  padding: 1%;
  box-sizing: border-box;
}

.clockring {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  top: 0%;
  z-index: 1;
  width: 100%;
  height: auto;
  max-width: 750px;
  display: block;
  opacity: 0;
  -webkit-animation: fadeino4 4s forwards;
  -webkit-animation-delay: 0s;
  padding: 1%;
  box-sizing: border-box;
}

.hatchet2 {
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 685px;
  max-height: 577px;
  top: 0%;
  padding: 1%;
}

.sev {
  z-index: 4;
}

.hatchet2,
.sev2 {
  z-index: 4;
}

.logolayer {
  z-index: 9 !important;
}

.flip {
  transform: scaleX(-1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  max-width: 650px;
  max-height: 547px;
  bottom: 0;
  right: 0;
  margin: auto;
}

.clock-sheath {
  position: absolute;
  display: block;
  max-width: 740px;
  width: 100%;
  height: auto;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0%;
  margin: auto;
  opacity: 1;
  max-height: 740px;
  padding: 0%;
  box-sizing: border-box;
}

.clock-container {
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
  min-height: 100%;
  padding: 3%;
  box-sizing: border-box;
}

.clock-container * {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  min-height: 100%;
  padding: 3%;
  box-sizing: border-box;
}

.clock-logo {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -webkit-transition: -webkit-mask-position 4s ease;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 50%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, black 0%, black 50%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 200%;
  mask-size: 100% 200%;
  z-index: 9;
}

.clock-logo {
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation: maskup 6s forwards;
  -moz-animation: maskup 6s forwards;
  -o-animation: maskup 6s forwards;
  animation: maskup 6s forwards;
}

.outline {
  display: block;
  margin: auto;
  -webkit-animation: opacityrun 11s linear infinite;
  opacity: 0;
  -webkit-animation-delay: 8.7s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.halfy {
  opacity: .50;
}

.opacityrun {
  display: block;
  margin: auto;
  -webkit-animation: opacityrun5 5s linear infinite;
  opacity: .50;
  -webkit-animation-delay: 8.7s;
}

.number-switch {
  -webkit-animation: noswitch1 500ms forwards;
}

.number-switch {
  -webkit-animation-delay: 7.6s;
}

.blackfade {
  -webkit-animation-delay: 7.6s;
}

.number-switch2 {
  opacity: 0;
  -webkit-animation: noswitch2 500ms forwards;
}

.number-switch2 {
  -webkit-animation-delay: 8s;
}

.blackfade,
.fadeblack {
  z-index: 4;
  width: 95%;
  height: 95%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.white-sheath,
.shad-sheath,
.red13-sheath,
.hatchets-sheath,
.logo-shadow {
  position: absolute;
  display: block;
  width: 100%;
  max-width: 800px;
  height: auto;
  max-height: 540px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.white-sheath,
.shad-sheath,
.red13-sheath,
.hatchets-sheath {
  opacity: 1;
}

.shad-sheath {
  z-index: 17;
}

.white-sheath {
  z-index: 10;
}

.red13-sheath {
  z-index: 16;
}

.hatchets-sheath {
  z-index: 9;
}

.logo-shadow {
  z-index: 8;
}

.white-container,
.shad-container,
.red13-container,
.hatchets-container {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
}

.white-container *,
.shad-container *,
.red13-container *,
.hatchets-container * {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 1;
  left: 0;
  top: 0;
  max-width: 800px;
}

.white-logo,
.shad-logo {
  -webkit-transition: -webkit-mask-position 2s ease;
  -webkit-mask-image: linear-gradient(to top, black 0%, black 50%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to top, black 0%, black 50%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  z-index: 9;
}

.white-logo,
.shad-logo,
.hatchets-logo {
  -webkit-mask-size: 100% 200%;
  mask-size: 100% 200%;
}

.white-logo,
.shad-logo,
.red13-logo,
.hatchets-logo {
  width: 100%;
  height: auto;
  max-width: 800px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.red13-logo {
  -webkit-transition: -webkit-mask-position 2s ease;
  -webkit-mask-image: linear-gradient(to right, black 0%, black 50%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to right, black 0%, black 50%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-size: 200% 100%;
  mask-size: 300% 100%;
}

.hatchets-logo {
  -webkit-transition: -webkit-mask-position 4s ease;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 50%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, black 0%, black 50%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  z-index: 9;
}

.shad-logo {
  -webkit-animation: maskdown 4s forwards;
  -moz-animation: maskdown 4s forwards;
  -o-animation: maskdown 4s forwards;
  animation: maskdown 4s forwards;
}

.red13-logo {
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
  -webkit-animation: leftmask 7s forwards;
  -moz-animation: leftmask 7s forwards;
  -o-animation: leftmask 7s forwards;
  animation: leftmask 7s forwards;
}

.white-logo {
  -webkit-animation: maskdown 12s forwards;
  -moz-animation: maskdown 12s forwards;
  -o-animation: maskdown 12s forwards;
  animation: maskdown 12s forwards;
}

.hatchets-logo {
  -webkit-mask-position: 0 200%;
  mask-position: 0 200%;
  -webkit-animation: maskup 6s forwards;
  -moz-animation: maskup 6s forwards;
  -o-animation: maskup 6s forwards;
  animation: maskup 6s forwards;
}

.hatchets-logo {
  animation-delay: 9s;
  -webkit-animation-delay: 9s;
}

.white-logo {
  animation-delay: 11.5s;
  -webkit-animation-delay: 11.5s;
}

.shad-logo {
  animation-delay: 10s;
  -webkit-animation-delay: 10s;
}

.red13-logo {
  animation-delay: 8s;
  -webkit-animation-delay: 8s;
}

.logo-shadow {
  opacity: 0;
  -webkit-animation: fadeino6 4s forwards;
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}


.respimg {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  position: relative;
  max-width: 800px;
}



#business-hours h3 {
    font-family: "Opera-Lyrics-Smooth","Palatino Linotype",Palatino,Palladio,"URW Palladio L","Book Antiqua",Baskerville,"Bookman Old Style","Bitstream Charter","Nimbus Roman No9 L",Garamond,"Apple Garamond","ITC Garamond Narrow","New Century Schoolbook","Century Schoolbook","Century Schoolbook L",Georgia,serif;
    line-height: 1.2;
    margin: 8px auto 8px;
}
#hours {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  text-align: center;
  padding: 0 0 6px;
  height: auto;
  min-height: 140px;
}
.dblock {
  border-right: 1px solid #605957;
  display: inline-block;
  float: left;
  min-height: 48px;
  width: 14.28571428571429%;
}
.dblock:last-of-type {
  border-right: 0px !important;
}
.d8 {
  font-family: 'Spectral',"Lucida Bright",Lucidabright,"Lucida Serif",Lucida,"DejaVu Serif","Bitstream Vera Serif","Liberation Serif",Georgia,serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  padding: 16px 12px 4px;
}
.hrs {
  font-family: "oswald",Corbel,"Lucida Grande","Lucida Sans Unicode","Lucida Sans","DejaVu Sans","Bitstream Vera Sans","Liberation Sans",Verdana,"Verdana Ref",sans-serif !important;
  color: #fff;
  font-size: 1.8rem;
  line-height: 20px;
  padding: 6px 6px 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cf::after {
  content: "";
  clear: both;
  display: table;
}
.box h5{
  clear: both;
}









.med img{
    display: block;
    max-width: 100%;
    height: auto;
}

  .single-header-image {
    display: block;
  }
  .site-title {
    margin: 0;
  }
  .site-description {
    font-size: 16px;
    margin: 15px 0 0;
    line-height: 1.6;
    color: #efefef;
  }
.site-header.fixed {
  position: fixed;
  width: 100%;
  text-align: center;
  z-index: 99999;
  background-color: rgba(0,0,0,.7);
  top: 0;
  padding: 20px 0 16px;
}

  .site-header .col-md-4,
  .site-header .col-md-8 {
    min-height: 0;
  }

  .site-header .logo {
    margin: 40px 0;
    float: left;
    -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
         -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
  }

  .site-header .logo a {
    display: block;
    height: 100%;
  }

  .site-header .logo {
    width: 135px;
    height: 27px;
  }

  .site-header.float-header {
    background-color: rgba(0,0,0,0.9);
    padding: 5px;
  }
  .site-header.float-header #mainnav {
    padding: 0;
  }

  .site-header.float-header #mainnav > ul > li > a {
      height: 70px;
      line-height: 70px;
  }

  .site-header.float-header .logo {
      margin: 20px 0;
  }
  /* navigation */
#mainnav {
  display: inline-block;
  float: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: auto;
  text-align: center;
  position: relative;
  left: 0;
  right: 0;
}
  #mainnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #mainnav li {
    float: left;
    padding: 0 14px;
  }
  #mainnav ul ul li {
    padding: 0;
  } 
  #mainnav ul li a {
    position: relative;
    display: block;
    font-size: 18px;
    font-family: 'Oswald', sans-serif !important;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    outline: none;

  text-transform: uppercase;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 1);
}  
  #mainnav ul li a:hover {
    color: #d65050;
  }
  #mainnav ul ul a {
    width: 180px;
    font-family: "Source Sans Pro", sans-serif !important;
  }
  #mainnav > ul > li:last-child {
    padding-right: 0;
  }
  #mainnav ul li {
    position: relative;
  }
  #mainnav ul li ul {
    width: 180px;
    position: absolute;
    top: 100%;
    left: initial; 
    opacity: 0;
    visibility: hidden;
    -webkit-border-radius: 0 0 2px 2px;
       -moz-border-radius: 0 0 2px 2px;
       -o-border-radius: 0 0 2px 2px;
        border-radius: 0 0 2px 2px;
      -webkit-transition: all 0.3s ease;
         -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
           -o-transition: all 0.3s ease;
              transition: all 0.3s ease;
  }
  #mainnav ul li ul ul {
    top: 0;
  }
  #mainnav ul li ul:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
  }
  #mainnav ul li ul ul:after {
    top: 0;
  }
  #mainnav ul li ul li ul {
    left: 100%;
  }
  #mainnav ul {
  padding: 0;
  margin: auto;
  display: block;
  width: auto;
}
  #mainnav li:hover > ul {
      opacity: 1;
      padding-top: 10px;
      margin: 0;
      visibility: visible;
      left: auto;
      -webkit-transition: all 0.3s ease;
         -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
           -o-transition: all 0.3s ease;
              transition: all 0.3s ease;
  }
  #mainnav li:hover > ul ul {
    padding-top: 0;
    left: 100%;
  }
  #mainnav .sub-menu {
    z-index: 99999;
  }
  #mainnav .sub-menu li a {
    color: #fff;
    display: block;
    line-height: 30px;
    background: #1c1c1c;
    padding: 0 18px;
    border-top: 1px solid #252525;
      -webkit-transition: all 0.3s ease;
         -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
           -o-transition: all 0.3s ease;
              transition: all 0.3s ease;
  }
  #mainnav .sub-menu li:hover > a {
    color: #fff;
  }
  #mainnav li:hover > .sub-menu > li > a {
    padding: 8px 18px;
  }
  /* Icons */
  #mainnav ul li::before {
    font-family: Fontawesome;
    color: #fff;
    float: left;
    margin: 5px 5px 0 0;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
  }
  #mainnav ul li a {
    float: left;
  }
  #mainnav .sub-menu li:before {
    content: '';
    margin: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  } 
  #mainnav-mobi ul li a {
    float: none;
  }
  #mainnav-mobi ul li::before {
    content: '';
  }
/*--------------------------------------------------------------
Mobile navigation
--------------------------------------------------------------*/
  #mainnav-mobi {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top:28px;
    background-color: #1c1c1c;
    z-index: 1000;
  }
  #mainnav-mobi ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #mainnav-mobi ul li {
    margin:0;
    position: relative;
    text-align: left;
    border-top: 1px solid #252525;
    cursor: pointer;
  }
  #mainnav-mobi ul > li > a {
    display: block;
    text-decoration: none;
    padding: 10px 50px;
    color: #fff;
  }
  #mainnav-mobi ul.sub-menu {
    top: 100%;
    left: 0;
    z-index: 2000;
    position: relative;
    background-color: #161625;
  }
  #mainnav-mobi > ul > li > ul > li,
  #mainnav-mobi > ul > li > ul > li > ul > li {
    position: relative;
    border-top: 1px solid #252525;
    background-color: #222;
  }
  #mainnav-mobi > ul > li > ul > li >  a {
    padding-left: 70px !important
  }
  #mainnav-mobi > ul > li > ul > li > ul > li a {
    padding-left: 90px !important
  }
  #mainnav-mobi ul.sub-menu > li > a {
    display: block;
    text-decoration: none;
    padding: 5px 60px;
    border-top-color: rgba(255,255,255,0.1);
    -webkit-transition: all 0.2s ease-out;
       -moz-transition: all 0.2s ease-out;
         -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
  }
  #mainnav-mobi > ul > li > ul > li:first-child a {
    border-top: none;
  }
  #mainnav-mobi ul.sub-menu > li > a:hover,
  #mainnav-mobi > ul > li > ul > li.active > a {
    color: #fff;
  }
  .btn-menu {
    float: right;
    font-size: 28px;
    font-family: "FontAwesome";
    color: #fff;
    text-align:center;
    width: 28px;
    height: 28px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
  }
  .btn-menu:before{
    content: "\f0c9";
  }
  .btn-submenu {
    position: absolute;
    right: 20px;
    top: 0;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    width: 70px;
    height: 44px;
  }
  .btn-submenu:before {
    content: "\f107";
    color: #fff;
  }
  .btn-submenu.active:before {
    content: "\f106"
  }
  .btn-menu {
    display: none 
  }















@media only screen and (max-width: 500px) {
  .btick > a, .notick > h4 {
  font-size: 16px;
}
}

@media only screen and (max-width: 400px) {
  .btick > a, .notick > h4 {
  font-size: 14px;
}
}

@media only screen and (max-width: 900px) {
.dblock {
  border-right: 0px solid #605957;
  min-height: 32px;
  width: 100%;
  border-bottom: 1px solid #605957;
}
.dblock:last-of-type {
  border-bottom: 0 !important;
}
  .d8, .hrs{
    display: inline-block;
  }
  h3 {
  font-size: 24px;
}
}




@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg)
  }
  66% {
    -webkit-transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(-359deg)
  }
}

@keyframes leftmask {
  0% {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  100% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}

@keyframes maskup {
  0% {
    -webkit-mask-position: 0 200%;
    mask-position: 0 200%;
  }
  100% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}

@keyframes maskdown {
  0% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  100% {
    -webkit-mask-position: 0 100%;
    mask-position: 0 100%;
  }
}

@-webkit-keyframes fadeinx {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeino6 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: .6;
  }
  100% {
    opacity: .6;
  }
}

@-webkit-keyframes fadeino4 {
  0% {
    opacity: 0;
  }
  1% {
    opacity: .4;
  }
  100% {
    opacity: .4;
  }
}

@-webkit-keyframes drift {
  0% {
    top: 0%;
  }
  50% {
    top: 0;
  }
  100% {
    top: 3%;
  }
}

@-webkit-keyframes taller {
  0% {
    opacity: .5;
    height: 0%;
  }
  33% {
    height: 70%;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    height: 100%;
  }
}

@-webkit-keyframes noswitch1 {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes noswitch2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes opacityrun {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes opacityrun5 {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}

@-webkit-keyframes grayscale {
  0% {
    filter: grayscale(100%);
  }
  100% {
    filter: grayscale(0%);
  }
}

