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

/* * * * * * * * * * Media * * * * * * * * * */
@media (max-width: 767px) {
.bgO {border-left:none !important;}
.bgR {border-left:none !important;}
}

@media (min-width: 768px) and (max-width:1200px) {
.navbar .navbar-nav {
       display: inline-block;
       float: none;
       padding-top: 10px !important;
}
.navbar .navbar-collapse {
	text-align: center;
}
.dropdown-menu {
       margin-top: 5px !important;
}
/* .nav {
   font-size:125% !important;
}
.dropdown-menu > li {
  font-size:100% !important;
} */
}

@media (min-width: 1200px) {
.navbar .navbar-nav {
       display: inline-block;
       float: none;
       padding-top: 10px !important;
}
.navbar .navbar-collapse {
	text-align: center;
}
.dropdown-menu {
       margin-top: 5px !important;
}
}

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

/* * * * * * * * * * Global Setups * * * * * * * * * */
img, iframe {max-width:100%;}
.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.alignleft {float: left;}
.alignright {float: right;}
.videoWrapper {position: relative; padding-bottom: 60.25%; padding-top: 25px; height: 0; margin-bottom:20px;}
.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.iWrapper {position: relative; padding-bottom: 60.25%;  height: 0; /* padding-top: 25px; margin-bottom:20px; */}
.iWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

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

@font-face {
    font-family: "abraham_lincolnregular";
    src: url("../fonts/abrahamlincoln-webfont.eot");
    src: url("../fonts/abrahamlincoln-webfont.eot?#iefix") format("embedded-opentype"),
         url("../fonts/abrahamlincoln-webfont.woff") format("woff"),
         url("../fonts/abrahamlincoln-webfont.ttf") format("truetype"),
         url("../fonts/abrahamlincoln-webfont.svg#abraham_lincolnregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
.nav {
  font-family: "abraham_lincolnregular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform:uppercase;
  font-size:250%;
}


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

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

h1, .h1, h2, .h2 {
  font-family: "abraham_lincolnregular", Helvetica, Arial, sans-serif;
  font-weight: normal;
	text-transform:uppercase;
  margin: 0 0 10px 0;
}
h3, .h3, h4, .h4 {
  font-family: "abraham_lincolnregular", 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 {
  color:#00FF00;
}
a:hover,a:active,a:focus {
  color:#FF0000;
}
h1, .h1, h2, .h2 {
  color: #DDD;
}
h3, .h3, h4, .h4 {
  color: #CCC;
}
h5, .h5, h6, .h6 {
  color: #BBB;
}

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

.navbar {margin:0; padding:0;
  min-height: 40px;
}
.navbar-inverse{background:rgba(0,0,0,0.85);border:none;}

.dropdown-menu { margin:0; padding:0;}
.dropdown-menu {
  background:rgba(0,0,0,0.85);
  border: 1px solid #da1619;
}
.dropdown-menu > li {
  border-bottom: 1px solid #da1619;
  font-size:200%;
}
.dropdown-menu > li:last-child {
  border-bottom: 0px;
}
.dropdown-menu > li > a {
  padding:5px 5px 0 5px;
  display:block;
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  color: #da1619;
  text-shadow:0 0 6px #da1619;
  }
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #ffa800;
  text-shadow:0 0 6px #ffa800;
  background:transparent;
  }
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus  {
  color: #ffa800;
  text-shadow:0 0 6px #ffa800;
  background:transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
  }
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{background:transparent;} /* Background color of current page link */
.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background:transparent;} /* Background color of open dropdown menu link header

  
/* * * * * * * * * * Buttons and Inputs * * * * * * * * * */
.btn-SVcustom, input[type=button], input[type=submit], input[type=submit]:link {
  font-weight:800;
  color: #010101;
  background-color: #da1619;
  border-color: #ffa800;
-webkit-transition: color .25s linear .1s;
transition: color .25s linear .1s;
}
.btn-SVcustom:hover,
.btn-SVcustom:focus,
.btn-SVcustom:active,
.btn-SVcustom.active,
.open .dropdown-toggle.btn-SVcustom,
input[type=submit]:hover {
  color: #000;
  background-color: #ffa800;
  border-color: #010101;
-webkit-transition: color .25s linear;
transition: color .25s linear;
}
.btn-SVcustom.disabled,
.btn-SVcustom[disabled],
fieldset[disabled] .btn-SVcustom,
.btn-SVcustom.disabled:hover,
.btn-SVcustom[disabled]:hover,
fieldset[disabled] .btn-SVcustom:hover,
.btn-SVcustom.disabled:focus,
.btn-SVcustom[disabled]:focus,
fieldset[disabled] .btn-SVcustom:focus,
.btn-SVcustom.disabled:active,
.btn-SVcustom[disabled]:active,
fieldset[disabled] .btn-SVcustom:active,
.btn-SVcustom.disabled.active,
.btn-SVcustom[disabled].active,
fieldset[disabled] .btn-SVcustom.active {
  background-color: #333;
  border-color: #ffa800;
}
.btn-SVcustom .badge {
  color: #010101;
  background-color: #da1619;
}
input, input[type=text], option, select, textarea {
	color:#FFF;
	border:1px solid #da1619;	
	background-color: #333;
	padding:3px;
  -moz-border-radius: 5px;
	border-radius: 5px;
}
.btn-SVcustom:active,
.btn-SVcustom.active,
.open .dropdown-toggle.btn-SVcustom {
  background-image: none;
}
input[type=button], input[type=submit], input[type=submit]:link {
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform:uppercase;
}
input[type=submit]:hover {
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* * * * * * * * * * Header * * * * * * * * * */
.SVi-header { text-align:center; margin:20px auto; }


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

.contentWrap {
	padding:0;
	margin:0 0 10px 0;
}
.contentInner {
  background-color: rgba(0,0,0,0.85);
  -moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
	margin:0 5px;
}
.contentInner p, .contentInner li {
	margin:0 10px 10px 10px;
	padding:0;
}
.contentInner p:last-child,
.contentInner ul:last-child,
.contentInner 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;}

.gPlus {max-width:60px;}

.gPlus2 {max-width:40px;}

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

/* * * * * * * * * * 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 */	
}
/* SOLID BACKGROUND WITH TOP LINE 
.SVi-footer {
	font-size:85%;
  border-top: 1px solid #da1619;
  background-color: rgba(0,0,0,0.7);
  padding: 20px 0;
  text-align: center;
} */
footer p {
	text-shadow: 1px 1px 1px #000;	
}

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

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
hr { 
border: 0; 
height: 1px; 
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 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;}

.headBoxless {text-align:center;text-shadow:0 0 3px #000, 1px 1px 6px #000, 2px 2px 9px #000;}

.floatWrap {
	text-align:center;
	margin:0 auto;
}
.float25 {
	display:inline-block;
	max-width:25%;
	height:100%;
}
.float25 ul {margin:0 0 0 20px;padding:5px; text-align:left;}
.float25 li {
	margin:0;
	padding:0;
}
.float25 h1, .float25 h2, .float25 h3 {margin:0; padding:0;line-height:1;}

.comborow {
	display:flex;
	margin-bottom:20px;
	flex-wrap:wrap;
}
.combos {
	flex:1;
	text-align:center;
}
.combos h1, .combos h2 {color:#000;}
.combos ul {margin:0 0 0 20px;padding:5px; text-align:left;}
.combos li {
	margin:0;
	padding:0;
}
.combos h1, .combos h2, .combos h3 {margin:0; padding:0;line-height:1;}
.bgY {background-color:#bc9600;}
.bgO {background-color:#F37236; border-left:1px dotted #333;}
.bgR {background-color:#F0342A; border-left:1px dotted #333;}

.value {font-weight:bold; text-transform:uppercase; font-size:140%; margin:0; padding-bottom:0;border-bottom:1px dotted #333;}

.spc li span {
position:relative;
left:-10px;
	font-weight:600;
}

.kidz {color:#000;font-weight:500;text-align:left;}
/* ------------------------------------------------------------------------------------------ Animated Items on page */
.animated {
	visibility: hidden;
}
.visible {
	visibility: visible;
}

.tix2020 {
	background-color:#900;
	text-align:center;
	padding:20px;
	margin-bottom:20px;
}