/* * * * * * * * * * Google Font Import * * * * * * * * * */
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,800italic,400,700,800,300);
@import url(//fonts.googleapis.com/css?family=Fjalla+One);

@font-face {
	font-family: "_ValfierisAgedBoldRegular";
	src: url("../fonts/_valfieris_aged_bold-webfont.eot");
	src: local("_Valfieris Aged Bold"), local("_ValfierisAgedBoldRegular"), url("../fonts/_valfieris_aged_bold-webfont.woff") format("woff"), url("../fonts/_valfieris_aged_bold-webfont.ttf") format("truetype"), url("../fonts/_valfieris_aged_bold-webfont.svg#webfontHQZeU6yB") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: "SteelfishRegular";
    src: url("../fonts/steelfish_rg-webfont.eot");
    src: url("../fonts/steelfish_rg-webfont.eot?#iefix") format("embedded-opentype"),
         url("../fonts/steelfish_rg-webfont.woff") format("woff"),
         url("../fonts/steelfish_rg-webfont.ttf") format("truetype"),
         url("../fonts/steelfish_rg-webfont.svg#SteelfishRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}

html {scroll-behavior: smooth;}

/* * * * * * * * * * Background * * * * * * * * * */
@media (max-width: 767px) {
body {
	background:#000 url("../img/back.jpg") top center scroll no-repeat;
	background-size: auto;
}
}

body {
	background:#000 url("../img/back.jpg") top center fixed no-repeat;
	background-size: cover;
}

/* * * * * * * * * * Media * * * * * * * * * */
@media (max-width: 499px) {
.social {padding-top:25px !important;}
.footImageOuter {padding-top:50px !important;}
.footImageInner {bottom:-150px !important;}
/*.SVi-header {top:10px !important; z-index:0 !important;}*/
.tix {float:none !important; text-align:center !important; margin-top:0 !important; position:relative; top:-50px !important; margin-left:0 !important;}
}
@media (min-width: 500px) and (max-width: 767px) {
.footImageOuter {padding-top:75px !important;}
.footImageInner {bottom:-125px !important;}
}
@media (max-width: 767px) {
.dropdown-menu {
  background-color: transparent !important;
}
h1, .h1 {font-size:250% !important;}
h2, .h2 {font-size:200% !important;}
h3, .h3 {font-size:160% !important;}
h4, .h4 {font-size:120% !important;}
h5, .h5 {font-size:120% !important;}
h6, .h6 {font-size:110% !important;}
/*.SVi-header {top:10px !important; z-index:0 !important;}*/
.tix {float:none !important; text-align:center !important; margin-top:0 !important; position:relative; top:-50px !important; margin-left:0 !important;}
.calendar {
	font-size:120% !important;
}
.calendar td {padding:5px !important;}
}

@media (min-width: 768px) and (max-width:1200px) {
}


.footImageOuter {position:relative; text-align:center; margin:0 auto; padding:25px 0 0 0;}
.footImageInner {position:absolute; bottom:-125px; text-align:center; margin:0 auto; width:100%; height:250px;}

/* * * * * * * * * * Desktop * * * * * * * * * */
body { background-color:#000; background-position: top center; background-attachment: fixed; }

/* * * * * * * * * * Global Setups * * * * * * * * * */
img, iframe {max-width:100%;}
.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.alignleft {float: left;}
.alignright {float: right;}

/* * * * * * * * * * Typography * * * * * * * * * */
body { font-family: "Open Sans", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;}


/* * * * * * * * * * Headlines And Whatnot * * * * * * * */

h1, .h1 {font-size:300%;}
h2, .h2 {font-size:250%;}
h3, .h3 {font-size:200%;}
h4, .h4 {font-size:150%;}
h5, .h5 {font-size:150%;}
h6, .h6 {font-size:125%;}

h1, .h1, h2, .h2 {
  font-family: "Fjalla One", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0 0 10px 0;
  text-transform:uppercase;
}
h3, .h3, h4, .h4 {
  font-family: "Fjalla One", Helvetica, Arial, sans-serif;
  font-weight: normal;
	text-transform:uppercase;
  margin: 0 0 10px 0;
}
h5, .h5, h6, .h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 800;
  margin-top: 0;
}

/* * * * * * * * * * Hyperlinks * * * * * * * * * */
a {
  text-decoration:none;
 }
a:link,a:visited {
-webkit-transition: color .25s linear .1s;
transition: color .25s linear .1s;
  text-decoration:none;
 }
a:hover,a:active,a:focus {
-webkit-transition: color .25s linear;
transition: color .25s linear;
  text-decoration:none;
 }

/* * * * * * * * * * Colors * * * * * * * * * */
body {
  color: #e9e7d6;
}
a:link,a:visited,#widget-trigger-event-9538-event-times {
  color:#d1fd02;
}
a:hover,a:active,a:focus {
  color:#01ffb2;
}
h1, .h1, h2, .h2 {
  color: #01d2ff;
}
h3, .h3, h4, .h4 {
  color: #01d2ff;
}
h5, .h5, h6, .h6 {
}

/* * * * * * * * * * Navigation * * * * * * * * * */

.navbar-dark {
  font-family: "SteelfishRegular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform:uppercase;
	font-size:200%;
}
.bg-dark {
  background-color:rgba(0,0,0,0.7) !important;
}

a.bg-dark:hover, a.bg-dark:focus {
  background-color: transparent;
}
.navbar-dark .navbar-brand {
  color: #01ffb2;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #d1fd02;
}

.navbar-dark .navbar-nav .nav-link {
  color: #01ffb2;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #d1fd02;
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #01ffb2;
}
.navTix {background-color:#506100; border:1px solid #d1fd02; text-shadow:0 0 3px #000, 0 0 6px #000;}
.navTix:hover {background-color:#000;}
.navbar-toggler { 
	background-color: #007b74;
    float: none;
    margin: 5px auto;
	padding:5px;
}
.navbar-toggler:hover { color:#01ffb2; background-color: #000; }

.dropdown-menu {
  font-size: 85%;
  color: #01ffb2;
  text-align: center;
  list-style: none;
  background-color: rgba(0,0,0,0.7);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-item {
  padding: 0.25rem 1.5rem;
  font-weight: normal;
  color: #d1fd02;
  text-align: inherit;
  background:transparent;
  border: 0;
}
.dropdown-item:link {color:#01ffb2;}
.dropdown-item:hover, .dropdown-item:focus {
  color: #01ffb2;
  text-decoration: none;
  background:#000;
}

.dropdown-item.active, .dropdown-item:active {
  color: #000;
  text-decoration: none;
  background-color: #01ffb2;
}
.navArrow {font-size:70%; padding-left:2px; vertical-align:middle;}
/* * * * * * * * * * Header * * * * * * * * * */
.SVi-header {text-align:center; margin:40px auto;}

/* * * * * * * * * * Content * * * * * * * * * */

.contentWrap {
	padding:0;
	margin:0 0 10px 0;
}
.contBlock {
  background-color: rgba(0,0,0,0.7);
  -moz-border-radius: 10px;
	border-radius: 10px;
	margin:0;
	padding:20px;
}
.contentInner {
  background-color: rgba(0,0,0,0.7);
  -moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
	margin:0 5px;
}
.contentInner li, .contBlock li {
	margin:0 10px;
	padding:0;
}
.contentInner p, .contBlock p {
	margin:0 10px 10px 10px;
	padding:0;
}
.contentInner p:last-child,
.contentInner ul:last-child,
.contentInner ol:last-child,
.contBlock p:last-child,
.contBlock ul:last-child,
.contBlock ol:last-child{
  margin-bottom: 0;
}

/* * * * * * * * * * Sharing Buttons and Social Media-Related * * * * * * * * * */

.social {
	clear:both;
	text-align:center;
	margin:10px;
	padding:0 10px;	
}
ul.like-buttons{
list-style: none;
margin: 5px 0 20px 0;
padding: 0;
text-align:center;
}

ul.like-buttons li{
display:inline-block;
margin:0 5px;
}

.fb-share, .fb-Likey {
	float:left;
}

.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {width: 100% !important;}
.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe span[style] {width: 100% !important;}
.fb-page, .fb-page span, .fb-page span iframe[style] {width: 100% !important;}

/* * * * * * * * * * Footer * * * * * * * * * */

.SVi-footer {
	font-size:85%;
  padding: 20px 0;
  text-align: center;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 70%, rgba(0,0,0,0.75) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(70%,rgba(0,0,0,0.75)), color-stop(100%,rgba(0,0,0,0.75))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 70%,rgba(0,0,0,0.75) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 70%,rgba(0,0,0,0.75) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 70%,rgba(0,0,0,0.75) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 70%,rgba(0,0,0,0.75) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 ); /* IE6-9 */	
}
.SVi-footer p {
	text-shadow: 1px 1px 1px #000;	
}

/* * * * * * * * * * Extras * * * * * * * * * */


.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#thover{
  position:fixed;
  background:#000;
  width:100%;
  height:100%;
  opacity: .6
}

#tpopup{
  position:absolute;
  width:600px;
  height:180px;
  background:#fff;
  left:50%;
  top:50%;
  border-radius:5px;
  padding:0;
  margin-left:-320px; /* width/2 + padding-left */
  margin-top:-150px; /* height/2 + padding-top */
  text-align:center;
  box-shadow:0 0 10px 0 #000, 0 0 20px 0 #000, 0 0 30px 0 #000;
}
#tclose{
  position:absolute;
  background:black;
  color:white;
  right:-15px;
  top:-15px;
  border-radius:50%;
  width:30px;
  height:30px;
  line-height:30px;
  text-align:center;
  font-size:8px;
  font-weight:bold;
  font-family:'Arial Black', Arial, sans-serif;
  cursor:pointer;
  box-shadow:0 0 10px 0 #000;
  border:1px solid #F00;
}
.tix {float:right; margin-top:80px; margin-left:-150px;}
hr { 
border: 0; 
height: 1px; 
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 255, 100, 0.75), rgba(0, 0, 0, 0)); 
}
.lessPad {
	padding-left:5px !important;
	padding-right:5px !important;	
}
.noPad {
	padding-left:0px !important;
	padding-right:0px !important;	
}
.fb-page, 
.fb-page span, 
.fb-page span iframe[style] { 
    width: 100% !important; 
}
.ctr {text-align:center;}
.lft {text-align:left;}
.rht {text-align:right;}
.floatR {float:right;}
.floatL {float:left;}

/* ------------------------------------------------------------------------------------------ Animated Items on page */
.animated {
	visibility: hidden;
}
.visible {
	visibility: visible;
}
/* ------------------------------------------------------------------------------------------ Carousel Tweaks */
/* Removes white gap between slides - chagnge to base color of slide images */
.carousel {
  background:#000;
}

/* Forces image to be 100% width and not max width of 100% */
.carousel-item .img-fluid {
  width:100%;
}

/* anchors are inline so you need ot make them block to go full width */
.carousel-item a {
  display: block;
  width:100%;
}
/* ------------------------------------------------------------------------------------------ Horiz Bullet List */
ul.hrz {text-align:center;}
ul.hrz li {display: inline-block;}

/* * * * * * * * * * Contact Bar * * * * * * * * * * */
.reachUsWrap {background:rgba(0,0,0,0.85); border-top:1px solid #01ffb2; border-bottom:1px solid #01ffb2; margin-top:100px;}
.reachUs {margin:20px auto; text-align:center;}
.reachUs p {font-size:150%; font-weight:700;}


.calendar {
  font-family: "SteelfishRegular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform:uppercase;
	text-align: center; 
	color:#000000; 
	margin-bottom: 1em;
	font-size:175%;
	line-height:1;
}
.calendar td {padding:10px;}
.lhhCal {cursor:pointer;background-color:#EEE;}
.calR {background-color:#CC0000;}
.calG {background-color:#00AA00;}
.calY {background-color:#FF0;}
.calO {background-color:#FF7E00;}
.calB {background-color:#555; color:#FFF; text-shadow: 0 0 3px #CCC, 0 0 6px #CCC;}
.lhh-closed {background-color:#333;}
.calTime {font-size:150%;}
.hoursA {color:#c000ff;}
.hoursB {color:#00d8ff;}
.hoursC {color:#36ff00;}
.hoursD {color:#ffb770;}
.embed-responsive {margin-bottom:20px;}

.wNew {
	text-align:center;
	font-family: "_ValfierisAgedBoldRegular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 10px auto;
  text-transform:uppercase;
	border-top:2px dotted #F60;
	border-bottom:2px dotted #F60;
	border-right:2px dotted #F60;
	border-left:2px dotted #F60;
	padding:5px 0;
	display:block;
	max-width:370px;
	background-color:rgba(0,0,0,.25);
}
.tixInfo ul {margin:0 0 3px 0;line-height:1;}
.tixInfo p {margin:0 0 3px 0;line-height:1;}
.tixInfo li {margin:0 0 3px 10px;line-height:1;}
.tixInfo p:last-child,
.tixInfo ul:last-child,
.tixInfo ol:last-child{
  margin-bottom: 3px;
}
.tixOn {font-weight:bold;color:#AAA;}
.tixTitle {font-weight:bold; font-size:125%;margin-top:30px !important;}