body, html {
	height: 100%;
	position: relative;

}
body {
	position: relative;
	background: #fff;
}
#stateDropdown{display:none;}
header {
	background:rgba(0,0,0,0.8);
	background-image: none;
	background-size: cover;
	background-position: center;
	box-shadow: 0 0 20px #000;
	position: relative;
	z-index: 1001;
}
#demo{color:#fff;}
h1{font-size: 40px;
font-family: 'Anton', sans-serif; color:#000; text-transform:uppercase;}
h2{font-size:20px; color:#333; text-transform:capitalize;}
.video header {
	background: none;
	box-shadow: none;
	height: 100%;
}
.wrapper,
.contwrapper {
	position: relative;
	width: 95%;
	max-width: 95%;
	margin: 0 auto;
}
.content .wrapper {
	width: 90%;
	max-width: 100%;
font-family: 'Poiret One', cursive;
font-size: 25px;
	

}
.dynamic-background .content .wrapper {
	width: 100%;
	max-width: 100%;
	

}
h2.title {
	display: none;
	color: #fff;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.site-branding {
	float: left;
}
.site-branding img {
	display: block;
	height: 60px;
	margin: 10px 0;
}
.top-header {
	line-height: 25px;
	color: #fff;
	padding: 5px 3px 2px;
}
.siteLogo {
	 position: absolute ;
		Display: block; left: 0; margin: 0 auto;
	top: 50px;
	width: 30%;
}
.searchListingsGo{padding:1px; width: 20%;float: left ;position: relative ;left:8px;}
.searchListingsTxt{width:70%;float: left ;position: relative ;left:5px;}
a.logintabs{
	position: absolute;
	display: block;
	left: 10px;
	margin: 0 auto;
	top: 7px;
	display:inline-block;
	background:#ff0000;
	border-radius: 20px;
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 1px 20px;
	font-family: 'Open Sans Condensed', sans-serif;
}
header .numbers {
font-family: 'Anton', sans-serif;
-webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;
text-shadow: 1px 1px #000;
	float: right;
	padding: 5px 15px;
	color: #000;
border-radius: 0 0 8px 8px;
border:solid 1px #000;
border-top:none;
font-size: 20px;
background: #13b4c6;
opacity: 1;
}
header .numbers small {
	font-weight: normal;
	font-style: italic;
}
header .social-media {
	font-size: 10px;
border-bottom: solid 3px #000;
border-top: solid 1px #fff;
	background-image: url(../images/red-bg.jpg);
	background-size: cover;
	text-align: right;
	padding:  0px 0;
	box-shadow: inset 0 -10px 30px rgba(0,0,0,0.25), inset 0 10px 30px rgba(255,255,255,0.25);
}
header .social-media a {
	padding-left: 5px;
	color: #fff;
}
.banner {
	position: relative;
	z-index: 1;
    display: block;
    width: 100%;
    height: 600px;
    background-position: center;
    background-size: cover;
    border-bottom: 3px solid #000;
    transition: background-image ease 0.5s;
}
.banner img {
    display: none;
}
.images {
	margin: 0 auto;
	padding: 30px 0;
	background-image: url(../images/diagonals.png);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
}

.images #slideme {
	border: 5px solid #fff;
	max-height: 450px;
	width: 95%;
	margin: 0 auto;
}
.slidewrapper {
	position: relative;
}
img.metalLogo {
	position: absolute;
	z-index: 1000;
	top:  50%;
	width: 100%;
}
.badge{
	float:right; width:175px; 
}
.content {
	position: relative;
	background: #fff;
	background-position: bottom;
	background-repeat: repeat-x;
	-webkit-background-size: cover;
	background-size: cover;
	
}
.main-left {
	width: 65%;
	float: left;
}
.main-right {
	width: 33%;
	float: right;
text-align:center;
}
.main-right input {
	width: 100%;
}
@media screen and (max-width: 800px) {
	.main-left, .main-right {
		width: 100%;
		float: none;
	}
#stateLinks{display:none;}
#stateDropdown{display:inline;}
}
#slideme img {
	display: none;
	width: 100%;
}
#slideme img:first-child {
	display: block;
}

video {
	position: block;
}
.videobg {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url(polina.jpg) no-repeat;
	background-size: cover;
	z-index: 1;
}

#videoLogo{ display:none;}
.video #videoLogo{width:1200px; max-width:97%; display:block; margin: 0 auto;}
.video #pageLogo{display:none;}


#metalLogo{ display:none;}
.bigLogo #metalLogo{ max-width:100%; display:block; margin: 0 auto; position:absolute; top:300px; z-index:1000;}


.features {
	background: #AA2221;
	margin-top: 20px;
	text-align: center;
}
.features .feature {
	position: relative;
	width: 372px;
	max-width: 98%;
	display: inline-block;
	margin: 1%;
	text-align: center;
	background: #111;
	padding: 3px 12px 5px;
	border-radius: 19px;
	cursor: pointer;
	color: #fff;
}
.features .feature img {
	border-radius: 10px;
}
.features .feature h2 {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 27px;
}
.features .feature:hover ul {
	max-height: 375px;
	padding-top: 15px;
}
.features .feature ul {
	display: block;
	margin: 0;
	list-style: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 0;
	background: #111;
	background: rgba(0,0,0,0.9);
	border-radius: 19px;
	max-height: 0;
	font-size: 14px;
	overflow: hidden;
	transition: padding ease-out 0.5s, max-height linear 0.5s ;
}
.features .feature li {
	line-height: 1.1;
	padding: 4px;
}
.features .feature li a {
	display: block;
	background: #fff;
	width: 75%;
	margin: 10px auto;
	border: 1px solid #FCFE00;
	border-radius: 20px;
	font-weight: bold;
	color: #FCFE00;
	line-height: 1.2;
	padding: 3px 0;
	text-decoration: none;
	text-transform: uppercase;
}
.features .feature li:hover a {
	background: #FCFE00;
	color: #fff;
}
h2.article-title a {
	color: #fff;
	font-weight: 100;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {

color: #000;
border: 1px solid #000;



}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	background: #333;
	color: #fff;
}


.application-form input[type="text"] {
	width: 100%;
    max-width: 575px;
}

.application-form .contactFmLbls {
    margin-top:  10px;
}
.application-form input[type="checkbox"] {
    margin-top: 20px;
}
.application-form h2 {
    margin-top: 30px;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
    font-size: 22px;
}
.application-form h6 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 50px;
}
-webkit-border-radius: 15px;
-moz-border-radius: 15px;

/*------------
STAFF
------------*/
.albThumbnail{float:left; padding:6px;}
.album h2 {font-size:30px; text-transform:uppercase; color:#fff;}
.album  {border-bottom:solid 1px #fff; padding:8px;}
/*------------
CONTACT FORM
------------*/
.contactUs{	
font-family: arial narrow;
font-size:35px;
font-weight:bolder;
color: #000;

 padding:35px; width:100%; text-align:center;clear:both;}
.cFormLeft{float:left; width:50%; padding:3px;}
.cFormRt{float:right; width:49%; padding:3px;}
.cFormFullWidthPgs{ width:90%; margin-right:auto; margin-left:auto; clear:both;}
.cFormBk{padding:4px;background-image: url(../images/cFormBk.jpg); 
	background-size:cover;}
	.contactFmLbls{color:#000;padding:3px;font-size: 25px;font-family: arial narrow;}
@media screen and (max-width: 500px){
	.cFormLeft{float:none; width:100%;}
	.cFormRt{float:none; width:100%;}
}
/*--------------------------------------------------------------
TABS
--------------------------------------------------------------*/
.tabs {
	position: relative;
	width: 100%;
	clear:left; 
}
.tabs ul.nav {
	position: relative;
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}
.tabs .nav li {
	float: left;
}
.tabs .nav li a {
	position: relative;
	background: #8799B1;
	border: 1px solid #fff;
	color: #fff;
	display: block;
	padding: 3px 15px 0;
	text-transform: uppercase;
	line-height: 33px;
	cursor: pointer;
	z-index: 1;
	transition: ease-in-out all 0.25s;
}
.tabs .nav li a:hover {
	background-color: #053367;
	padding-left: 25px;
	padding-right: 25px;
}
.tabs .nav li.active a {
	color: #fff;
	background: #053367;
	padding-left: 25px;
	padding-right: 25px;
}
.tabs .nav li.active a:hover {
}
.tabs > div {
	display: none;
	font-size: 14px;
	line-height: 1.2;
}
.tabs div.active {
	display: block;
}
.tabs .Selection {
	padding: 10px;
	background: #f1f1f1;
	top: 2px solid #053367;
}
@media (max-width: 500px) {
	.tabs .nav li {
		width: 100%;
	}
	.tabs .nav li a.active {
		padding-top: 3px;
		top: 0;
		z-index: 3;
	}
	.tabs .nav li a.active {

	}
}
.sponsorDiv{position:absolute; display: block; right: 10%; top:140%; width:80%; background:rgba(255,255,255,0.65); border-radius:100px; padding:30px;border:2px solid black;}
/*--------------------------------------------- */
/* List Tabs
----------------------------------------------- */
/*.listtabs {
    border: 1px solid #ccc;
}
.listtab {
    padding: 12px 20px;
    border: 1px solid #ccc;
}
.listtab-title {
	cursor: pointer;
}
.listtab-content {
    display: none;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 2px solid #ccc;
}*/
.listtabs {
}
.listtab {
    padding: 10px 0;
}
.listtab-title {
	cursor: pointer;
}
.listtab-content {
    display: none;
    padding: 0 10px 0;
}
@media (max-width: 500px) {
	.tabs .nav li {
		width: 100%;
	}
	.tabs .nav li a.active {
		border-radius: ;
		padding-top: 3px;
		top: 0;
		border-bottom: 2px solid #0e6500;
		z-index: 3;
	}
}

/* ------------ Home Splash --------------- */

.home-splash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2000;
    text-align: center;
    display: table;
    background: #AC0B2E;
    background-size: cover;
    background-position: center;
    transition: background-image ease-in-out 0.5s;
}
.splash-content {
    display: table-cell;
    vertical-align: middle;
}
a.splash-link {
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;;
    border: 1px solid #fff;
    font-size: 20px;
    letter-spacing: 4px;
    transition: all ease 1s;
    opacity: 0.5;
}
a.splash-link:hover {
    opacity: 1;
}



/*--------------------------------------------- */
/* List Tabs
----------------------------------------------- */
.listtabs {
    border: 1px solid #ccc;
}
.listtab {
    padding: 12px 20px;
    border: 1px solid #ccc;
}
.listtab-title {
	cursor: pointer;
}
.listtab-content {
    display: none;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 2px solid #ccc;
}


@media screen and (max-width: 1100px) {
h1{font-size: 30px;
font-family: 'Anton', sans-serif; color:#000; text-transform:uppercase;}
header .numbers{
float: none;
text-align: center;
}
.
}

.anything-banner #videoLogo{width:1200px; max-width:80%; margin: 0 5px;}
.anything-banner .siteLogo {
position: absolute;
top: 15%;
left: 50%;
width: 30%;
margin-left: -15%;
}


	.features .feature li a {
		margin: 5px auto;
	}
}
@media screen and (max-width: 950px) {

header .numbers{
text-align: center;
float: none;
}
}
@media screen and (max-width: 850px) {
	.features .feature h2 {
		font-size: 20px;
	}
	.features .feature:hover ul {
		padding-top: 12px;
	}


.anything-banner .siteLogo {
position: absolute;
top: 5%;
left: 50%;
width: 30%;
margin-left: -15%;
}
.siteLogo {
	 position: relative ;
		Display: block; left: 0; margin: 0 auto;
	top: 0px;
/*	width: 80%;
padding-bottom:50px;
*/}
.site-header {
 
	height: 70px;
}


}
@media screen and (max-width: 700px) {
	.features .feature li a {
		padding: 2px 0;
	}
	.features .feature:hover ul {
		padding-top: 10px;
	}
}
@media screen and (max-width: 400px) {
	.features .feature ul {
		font-size: 12px;
	}
	.features .feature:hover ul {
		padding-top: 8px;
	}

.siteLogo {
	 position: relative ;
		Display: block; left: 0; margin: 0 auto;
	top: 0px;
/*	width: 80%;
padding-bottom:50px;
*/}
}
footer {
	padding: 30px 0 30px;
  background: #8d110f;
border-top:solid #1a4321 4px;
    background-size: cover;
    background-position: center;
    box-shadow: inset 0 -100px 200px rgba(0,0,0,0.5);
}

footer, footer a, footer a:visited {
font-family: 'Poiret One', cursive;
	color: #fff;
	font-size: 16px;
	color: rgba(255,255,255,0.75);
}
.footer-left, .footer-right, .footer-middle {
    float: left;
    padding-top: 40px;
}
.footer-left, .footer-right {
    width: 33%;
    display: inline-block;
}
.footer-right {
    text-align: right;
}
.footer-middle {

	width: 33%;
    text-align: center;
}
.footer-middle img {
   
    display: inline;
    padding: 10px;
  
  

}
.mjrSponsor{width:23%;maximum-height:50px;}
.footer-copyright {
    width: 100%;
    clear: both;
    text-align: center;
    padding-top: 40px;
}
@media screen and (max-width: 900px) {
	footer .left, footer .right {
		width: 100%;
		float: none;
		text-align: center;
	}
}


.tbl-background {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 200px;
    padding: 75px;
}
.tbl-background h1,
.tbl-background h2,
.tbl-background h3,
.tbl-background h4,
.tbl-background h5,
.tbl-background h6,
.tbl-background {
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.75);
font-family: 'Playball', cursive;
text-transform: none;
font-size:60px;
}
.tbl-content {
    min-height: none;
    padding: 20px;
    width: 1200px;
    margin: 0 auto;
    max-width: 97%;
}



@media screen and (max-width: 900px) {
	footer .left, footer .right {
		width: 100%;
		float: none;
		text-align: center;
	}
}
.parallax {
/*  perspective: 1px;
  height: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  perspective-origin-x: 100%;*/
}
.parallax .content {
	padding: 0;
}
.parallax header.has-slides {
	height: 100%;
	height: 100vh;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	transition: background ease 1s;
	background-position: center; 
}
.parallax div[class^="tbl"] {
	min-height: 400px;
	color: #fff;
	font-weight: 100;
}
.parallax div[id^="tbl"] {
	background-color: #fff;
}
.parallax .tbl-background {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
/*	background-repeat: no-repeat;
	width: 100%;*/
}
.parallax.non-parallax .tbl-background {
	background-attachment: inherit;
}
.parallax .has-slides .title {
	display: none;
}
.parallax .tbl-content,
.parallax .title {
   	height: 100%;
	width: 100%;
	padding: 30px 20%;
	vertical-align: middle;
	font-size: 18px;
	display: table;
}
.parallax .tbl-content > span {
	display: table-cell;
	vertical-align: middle;
     color:#000;
}
.parallax .tbl-content h1,
.parallax .tbl-content h2,
.parallax .tbl-content h3,
.parallax .tbl-content h4,
.parallax .tbl-content h5,
.parallax .tbl-content h6 {
	color: ;
}
.parallax .tbl-content h2.paratitle {
    color: #fff;
    text-transform: uppercase;
    text-shadow: 3px 3px 10px #000, -1px -1px 0 #000, 0 0 50px #000;
    font-size: 50px;
}
@media screen and (max-width: 1700px) {
	.parallax .tbl-content,
	.parallax .title {
		padding: 30px 5%;
	}
}
@media screen and (max-width: 900px) {
	.parallax .tbl-content,
	.parallax .title {
		padding: 15px 1%;
	}
}

#sList {
list-style: none;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        justify-content: space-around;
        margin: 0;
        padding: 50px 50px 0 50px;
        li {
          list-style: none;
          img {
            width: 150px;
            @include desktop {
              top: 50%;
              transform: translateY(-50%);
            }
          }
        }
      }
