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

html {scroll-behavior: smooth;}

/* * * * * * * * * * Media * * * * * * * * * */
@media (max-width: 499px) {
.headLogo, .headerLeft {
	text-align:center !important;
}
.animated {
	visibility: visible;
}
.visible {
	visibility: visible;
}
}

@media (min-width: 500px) and (max-width: 767px) {
.headLogo, .headerLeft {
	text-align:center;
}
.animated {
	visibility: visible;
}
.visible {
	visibility: visible;
}
}

@media (min-width: 768px) and (max-width:1200px) {
.headLogo {
	text-align:right;
}
.headerLeft {
	text-align:left;
}
.navbar .navbar-nav {
       display: inline-block;
       float: none;
}
.navbar .navbar-collapse {
	text-align: center;
}
.dropdown-menu {
       margin-top: 5px !important;
}
.nav {
   font-size:150% !important;
}
.dropdown-menu > li {
  font-size:150% !important;
}
.animated {
	visibility: visible;
}
.visible {
	visibility: visible;
}
}

@media (min-width: 1200px) {
.headLogo {
	text-align:right;
}
.headerLeft {
	text-align:left;
}
.navbar .navbar-nav {
       display: inline-block;
       float: none;
}
.navbar .navbar-collapse {
	text-align: center;
}
.dropdown-menu {
       margin-top: 5px !important;
}
.animated {
	visibility: visible;
}
.visible {
	visibility: visible;
}
}

/* * * * * * * * * * 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;}
.wp-caption{margin:0 auto 10px auto; text-align:center; padding:10px;}
.wp-caption p.wp-caption-text {text-align:center; margin:0; padding:3px;}
.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%;}

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

@font-face {
	font-family: "JugendWFRegular";
	src: url("../fonts/jugend-webfont.eot");
	src: local("☺"), url("../fonts/jugend-webfont.woff") format("woff"), url("../fonts/jugend-webfont.ttf") format("truetype"), url("../fonts/jugend-webfont.svg#webfontln6VOZel") 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;
}
.nav {
  font-family: "JugendWFRegular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform:uppercase;
  font-size:200%;
}

/* ------------------------------------------------------------------------------------------ Animated Items on page */
.animated {
	visibility: hidden;
}
.visible {
	visibility: visible;
}

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

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

h1, .h1, h2, .h2 {
  font-family: "JugendWFRegular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0 0 10px 0;
  text-transform:uppercase;
}
h3, .h3, h4, .h4 {
  font-family: "JugendWFRegular", Helvetica, Arial, sans-serif;
  font-weight: normal;
	text-transform:uppercase;
  margin: 0 0 10px 0;
}
h5, .h5 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-top: 0;
  font-size:150%; 
  text-transform:uppercase;
}
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: #f5ce91;
}
a:link,a:visited {
  color:#d70000;
}
a:hover,a:active,a:focus {
  color:#ffde00;
}
h1, .h1, h2, .h2 {
  color: #fff9d0;
}
h3, .h3, h4, .h4 {
  color: #fff9d0;
}
h5, .h5, h6, .h6 {
  color: #fff9d0;
}

/* * * * * * * * * * Navigation * * * * * * * * * */
.navbar {margin:0; padding:0;
  min-height: 40px;
}
.navbar-inverse{background-color:rgba(0,0,0,0.5);border:none;}
.dropdown-menu { margin:0; padding:0;}
.dropdown-menu {
  background-color:rgba(0,0,0,0.5);
  border: 1px solid #111111;
}
.dropdown-menu > li {
  border-bottom: 1px solid #111111;
  font-size:200%; 
}
.dropdown-menu > li:last-child {
  border-bottom: 0px;
}
.dropdown-menu > li > a {
  padding:0 5px;
  display:block;
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  color: #ffde00;
  text-shadow:0 0 6px #ffde00;
  padding-left:5px; 
  padding-right:5px; 
  }
.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: #ff3600;
  text-shadow:0 0 6px #ff3600;
  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: #ff3600;
  text-shadow:0 0 6px #ff3600;
  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: #ffde00;
  border-color: #ff3600;
-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: #ff3600;
  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: #ff3600;
}
.btn-SVcustom .badge {
  color: #010101;
  background-color: #ffde00;
}
input, input[type=text] {
	color:#FFF;
	border:1px solid #ffde00;	
	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 * * * * * * * * * */
.headBlock {
	margin:10px auto;
}
/* * * * * * * * * * Content * * * * * * * * * */
.SVi-main {
	padding:0;
	margin:0 0 20px 0;
}
.SVi-main-content {
  background-color: rgba(0,0,0,0.7);
  -moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
	margin:0 5px;
}
.SVi-main-content p {
	margin:0 10px 10px 10px;
	padding:0;	
}

/* * * * * * * * * * Sidebar modules for boxing content * * * * * * * * * */
.sidebar-module {
  padding: 5px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 10px;
  margin:0 0 10px 0;
  background-color: rgba(0,0,0,0.7);
  -moz-border-radius: 10px;
	border-radius: 10px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}
.sidebar-module-inset ul, .sidebar-module-inset ol {
	margin:0 0 0 20px;
	padding:0;
}
.sidebar-module-inset p, .sidebar-module-inset li {
	margin:0 0 10px 0;
	padding:0;
	line-height:1;
}

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

.social {
	clear:both;
	text-align:center;
	margin:20px auto 50px auto;
	padding:10px 10px 0 10px;
	background-color:rgba(40,20,0,0.7);
  -moz-border-radius: 15px;
	border-radius: 15px;
	max-width:960px;
	border:1px solid #111111;
}
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;
vertical-align:top;
}

/* * * * * * * * * * Footer * * * * * * * * * */
footer {
	font-size:85%;
  background: url(../img/footer.png) top left scroll repeat;
  padding: 20px 0;
  text-align: center;
}
footer p {
	text-shadow: 1px 1px 1px #000;	
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.socIcon {font-size:150%; vertical-align:middle;}

hr { 
border: 0; 
height: 1px; 
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(100, 100, 100, 0.75), rgba(0, 0, 0, 0)); 
}

.ctr {text-align:center;}