.orderonline{position:relative; clear:both; float:left; border: 10px #fff solid; border-radius:15px; background:#660c11;  }
/* --- CALENDAR MOBILE LAYOUT --- */
@media screen and (max-width: 800px) {
	.day_num, .month_num {
		display: inline-block;
		position: relative;
		right: auto;
		top: auto;
	}
	.c-cell {
		display: none;
		height: auto;
	}
	.dw-event-cal, .c-row, .c-cell.hasEvents {
		display: block;
		width: 100%;
	}
	.c-event .event-info {
		display: none;
	    position: relative;
	    visibility: visible;
	    opacity: 1;
	    width: 100%;
	    border-radius: none;
	    top: auto;
	    left: auto;
	    margin-left: 0;
	}
	.c-event .event-info::after {
	    content: none;
	}
}
.gallery-inner-wrap a {
	float:  left;
	max-width: 20%;
	box-sizing: border-box;
	height: 200px;
	overflow: hidden;
	border: solid 6px #fff;
}
.gallery-inner-wrap a img {
	width: 1000px;
	object-fit: cover;
	height: 200px;
}
@media screen and (max-width: 1300px){
	.gallery-inner-wrap a {
		height: 170px;
	}
	.gallery-inner-wrap a img {
		height: 170px;
	}
}
@media screen and (max-width: 1100px){
	.gallery-inner-wrap a {
		max-width: 25%;
	}
}
@media screen and (max-width: 950px){
	.gallery-inner-wrap a {
		max-width: 33%;
	}
}
@media screen and (max-width: 675px){
	.gallery-inner-wrap a {
		max-width: 50%;
	}
}
@media screen and (max-width: 500px){
	.gallery-inner-wrap a {
		max-width: 100%;
	}
}
body, html {
	height: 100%;
	position: relative;
}
body {
	position: relative;
	background: #fff;
	padding-top: 96px;
}
header {
	background-color: #999;
	position: relative;
	z-index: 1001;
	background-image: url('../images/header-bg.jpg');
	background-size: cover;
	background-position: bottom center;
	transition: ease background 1s;
	margin:auto;
}
.header-backgrounds img {
	display: none;
}
.f1 {
	background-image: url('../images/plat.jpg');
	background-size: cover;

}

.page-motto {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    width: 35%;
    margin: 0 auto;
    text-shadow: 0 0 10px #000;
}
@media screen and (max-width: 1550px){
    .page-motto { width: 50%; }
}
@media screen and (max-width: 1100px){
    .page-motto { width: 75%; }
}
@media screen and (max-width: 728px){
    .page-motto { font-size: 30px; }
}

.become-a-member {
    background-color: #ccc;
    padding: 2px;
    text-align: center;
}
.become-a-member a {
    color: #0048bb;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    margin-right: 35%;
}
.become-a-member a.invert {
    background-color: #fff;
    border-radius: 6px;
    padding: 2px 5px;
    color: #0048bb;
}
.become-a-member a:last-child {
    margin-right: 0;
}
@media screen and (max-width: 1000px){
    .become-a-member a {
        margin: 10%;
    }
}
@media screen and (max-width: 650px){
    .become-a-member a {
        margin: 5%;
    }
}
@media screen and (max-width: 510px){
    .become-a-member a {
        margin: 5px;
    }
}
@media screen and (max-width: 450px){
    .become-a-member a,
    .become-a-member a:last-child {
        display: block;
        margin: 0 auto;
        max-width: 95%;
    }
    .become-a-member a:last-child {
        margin-bottom: 5px
    }
}


.marquee {
    position: relative;
    width: 100%;
   font-family: chalkboard;
     text-shadow: 2px 2px #1d1c56;
}
.marquee > div {
	font-size: 35px;
	width: 100%;
	color:  #FEC833;
	text-align: center;
	padding: 1px 0 25px;
}
.marquee > div::after {
	content: "";
	display: block;
	width: 100%;
	height: 7px;
}

.marquee2 {
    position: relative;
    width: 100%;
}
.marquee2 > div {
	font-size: 35px;
	width: 100%;
	color:  #fff;
	text-align: center;
	padding: 1px 0 25px;
	font-weight: bold;
}
.marquee2 > div::after {
	content: "";
	display: block;
	width: 100%;
	height: 7px;
}


.slanted-links {
    width: 49%;
    position: relative;
    float: left;
    padding-top: 30px;
}
.newsletter-signup {
    width: 49%;
    float: right;
}
.slanted-link {
    float: left;
    width: 42%;
    transition: opacity ease 0.25s;
}
.slanted-link:hover {
	opacity: 0.6;
}
.slanted-link:nth-child(2),
.slanted-link:nth-child(3) {
    margin-left: -13%;
}

@media screen and (max-width: 1000px) {
	.slanted-links,
	.newsletter-signup {
		float: none;
		width: 100%;
	}
}
a.block-link::after {
	content: "";
	position: absolute;
	display: block;
	left: 49%;
	top: 49%;
	width: 1%;
	height: 1%;
	opacity: 0;
	border: 2px solid #fff;
	z-index: 100000;
	transition: all ease-in-out 0.25s;
}
a.block-link:hover::after {
	left: 3%;
	top: 5%;
	width: 94%;
	height: 90%;
	opacity: .5;
}
a.block-link {
    width: 49.5%;
    display: block;
    float: left;
    margin: 0.5% 0.5% 0 0;
    position: relative;
    background-position: center;
    background-size: 100% auto;
    transition: ease-in-out all 0.25s;
    opacity: 0.9;
    
}
a.block-link:hover {
    background-size: 110% auto;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.9);
}
a.block-link:nth-child(even){
    margin-right: 0;
}
a.block-link:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
  opacity: 0;
  background: #000;
  transition: ease opacity 0.25s;
}
a.block-link:hover:before {
    opacity: 0.75;
}
a.block-link span.title {
    position: absolute;
    line-height: 1.1;
    top: 45%;
    left: 2%;
    width: 98%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1.1px;
    text-shadow: 0 0 10px black, 0 0 12px black, 0 0 2px black, 0 0 1px black;
    font-size: 40px;
    transition: ease-in-out all 0.25s;
	border-bottom: 0;
}
a.block-link:hover span.title {
	top: 25%;
}
a.block-link span.description {
	position: absolute;
	width: 80%;
	color: #fff;
	left: 10%;
	top: 40%;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 0 10px black, 0 0 12px black, 0 0 2px black, 0 0 1px black;
	transform: scale(0);
	opacity: 0;
	transition: ease-in-out all 0.25s;
}
a.block-link:hover span.description {
	transform: scale(1);
	opacity: 1;
}
@media screen and (max-width: 900px) {

	a.block-link span.title {
		top: 35%;
	}
	a.block-link:hover span.title {
		top: 15%;
	}
	a.block-link span.description {
		top: inherit;
		bottom: 15%;
		line-height: 1.1;
	}
	a.block-link span.description {
		font-size: 13px;
	}
	
	a.block-link{clear:both; width:100%;}
}
@media screen and (max-width: 650px) {
	a.block-link span.title {
		font-size: 30px;
	}
	a.block-link span.description {
		font-size: 12px;
	}
}
@media screen and (max-width: 550px) {
	a.block-link span.title {
		font-size: 20px;
	}
	a.block-link span.description {
		font-size: 8px;
	}
}
@media screen and (max-width: 399px) {
	a.block-link span.title {
		font-size: 15px;
	}
	a.block-link span.description {
		font-size: 5px;
	}
}


h1{font-size:25px; color:#000; text-transform:uppercase;}
h2{font-size:20px; color:#666666; text-transform:capitalize;}
.video header {
	background: none;
	box-shadow: none;
	padding: 0;
}
.video header:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.video header .siteLogo {
	display: none;
}
.wrapper {
	
	max-width: 97%;
	margin: 0 auto;
}
/*SPECIAL CMS CSS*/

.tbl-content {
	max-width: 97%;
	padding: 20px;
}


.tbl370{background:#fff;display:inline-block; float:left;  border:5px #fff solid; 
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
 -moz-box-shadow:    inset 0 0 20px #ccc;
   -webkit-box-shadow: inset 0 0 20px #ccc;
   box-shadow:         inset 0 0 20px #ccc;
   padding:25px;
   width:30%;
   margin-left:20%;
   }
.tbl371{background:#fff;display:inline-block; float:left;border:5px #fff solid;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
 -moz-box-shadow:    inset 0 0 20px #ccc;
   -webkit-box-shadow: inset 0 0 20px #ccc;
   box-shadow:         inset 0 0 20px #ccc;
 
   padding:25px;
   width:30%;
   
   }


.ratesTxt{list-style:none;}
.ratesTxt li{border-bottom: solid 1px #ccc; padding:8px;}
.ratesTitle{font-weight:bolder; text-align:center; font-size:20px;}
.bestDeal{font-weight:50; font-family:arial narrow;text-transform:uppercase;}
.member .ratesTitle {
display:inline-block;
background:#0047BB; 
color:#fff;
margin-left:auto; 
margin-right:auto; 
padding:6px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-left:15%; 
margin-right:15%;
width:70%;
}
.thirdRow{clear:both;}
.content .wrapper {
	max-width: 100%;
}
.title {
	color: #231A52;
	width: 100%;
	border-bottom: 1px solid #151515;
	padding-bottom: 10px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.site-branding {
	float: left;
}
.site-branding img {
	display: block;
	height: 60px;
	margin: 10px 0;
}
header {
	background-color: #fff;
}
.top-header {
	position: relative;
    color: #fff;
    color: rgba(255,255,255,0.75);
    font-size: 12px;
    font-weight: bolder;
    background: #5d0b0f;
    width: 100%;
}
.colored-header {
	position: relative;
	color: #333;
	background: #fff;
}


header .main-navigation,
header {
	transition: ease-in-out all 0.5s;
}
header:not(.fixed) img.logo {
	transition: ease-in-out all 0.5s;
}

header.fixed {
	position: fixed;
	top: 0;
	width: 100%;
}
header.fixed .colored-header img.logo {
	position: relative;
	float: left;
	max-width: 175px;
}
header.fixed .main-navigation {
	padding-top: 0;
	padding-bottom: 0;
}
li.mainButtons {
    transition: all ease 0.5s;
    border-bottom: 4px solid #fff;
}
li.mainButtons:hover {
    border-bottom: 4px solid #FB0004;
}




img.siteLogo {
	display: block;
	max-width: 80%;
}
header .numbers {
	float: left;
	padding: 3px 10px;
	font-size: 14px;
}
.top-header a {
	color: rgba(255,255,255,0.75);
}
.top-header .social {
    float: right;
}
.top-header .social a {
    color: #fff;
    color: rgba(255,255,255,0.75);
    font-size: 18px;
    padding: 1px 5px 0;
    display: inline-block;
}
.top-header a:hover,
.top-header .social a:hover {
	color: #fff;
}
header .menu {
	float: none;
	padding: 0 10px;

text-align:center;
}
header .logo {
	width: 35%;
	display: block;
margin-left:auto;
margin-right:auto;
	
	
}
.handycap {
clear:both;
}
header .numbers small {
	font-weight: normal;
	font-style: italic;
}
header .social-media {
	display: inline-block;
	font-size: 25px;
	float: right;
} header .social-media a {
	padding-left: 5px;
	color:#000d57;
}
.banner {
	position: relative;
	z-index: 1;
    display: block;
    width: 100%;
    padding: 12%;
    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%;
}

div[id^=slide] img{
    width: 100%;
}
div[id^='slide'] > img {
	display: none;
}
div[id^='slide'] > img:first-child {
	display: block;
}
.images #slideme {
	border: 5px solid #fff;
	max-height: 450px;
	width: 95%;
	margin: 0 auto;
}
.invisible-images {
	display: none;
}
.slidewrapper {
	position: relative;
}
img.metalLogo {
	position: absolute;
	z-index: 1000;
	top:  50%;
	width: 100%;
}
.badge{float:right; width:175px; }
.content {
	position: relative;
	background-color: #fff;
	font-size: 17px;
}
.main-left {
	width: 65%;
	float: left;
}
.main-right {
	width: 33%;
	float: right;
}
.main-right input {
	width: 100%;
}
input[type="radio"] {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}

.fieldWrap {
    width: 50%;
    padding: 5px 1%;
    float: left;
}
.fieldWrap.fullwidth {
    width: 100%;
    clear: both;
}
.fieldWrap input[type='text'],
.fieldWrap input[type='email']{
    width: 100%;
}
.fieldWrap .contactFmLbls {
	display: none;
}

@media screen and (max-width: 800px) {
	.main-left, .main-right {
		width: 100%;
		float: none;
	}
}
#slideme img {
	display: none;
	width: 100%;
}
#slideme img:first-child {
	display: block;
}

video {
	position: block;
}
.videobg {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	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: #231A52;
	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: #231A52;
}
h2.article-title a {
	color: #231A52;
	font-weight: 100;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	background: #403826;
	border: 2px solid #000;
	color: #fff;
}
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: #fff;
	color: #231A52;
}


/* TESTIMONIALS */
.testimonials {
    text-align: center;
}
.testimonial {
    display: inline-block;
    vertical-align: top;
    width: 275px;
    max-width: 100%;
    padding: 10px;
}
.testimonial .text {
    font-weight: bold;
    text-align: left;
    line-height: 1.15;
}
.testimonial .author {
    font-style: italic;
    text-align: right;
    color: #F01A32;
    line-height: 1;
}


/*------------
STAFF
------------*/
.albThumbnail{float:left; padding:6px;}
.album h2 {font-size:30px; text-transform:uppercase; color:#000d57;}
.album  {border-bottom:solid 1px #000d57; padding:8px;}
/*--------------------------------------------------------------
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 {

	}
}

/*--------------------------------------------- */
/* 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;
}

/*GIFTCARD RECEIPTS*/
.ultraWrap {
    color: #404040;
    font-family: 'Roboto', sans-serif;
    line-height: 1.3;
}
.ultraWrap p {
	margin: 0 auto
}
.ultraWrap .mainHead {
	background: #354F9A;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.ultraWrap .head {
	text-align: center;
	color: #354F9A;
	font-size: 112%;
	font-weight: bold;
}
.ultraWrap .wrapper {
	width: 100%;
	display: table;
	padding: 10px 10px 20px;
}
.ultraWrap .clr {
	display: table-row;
}
.ultraWrap .lable,
.ultraWrap .info {
	display: table-cell;
	width: 50%;
	padding: 3px 10px;
	vertical-align: middle;
}
.ultraWrap .lable {
	text-align: right;
	font-weight: bold;
}
.ultraWrap h1
.ultraWrap h2
.ultraWrap h3
.ultraWrap h4
.ultraWrap h5
.ultraWrap h6 {
	text-transform: uppercase;
}
/*END GIFTCARD RECEITPS*/
@media screen and (max-width: 1100px) {


.anything-banner #videoLogo{width:1200px; max-width:80%; margin: 0 5px;}



	.features .feature li a {
		margin: 5px auto;
	}
}
@media screen and (max-width: 950px) {
	.features .feature li a {
		padding: 0;
	}
}
@media screen and (max-width: 850px) {
	.features .feature h2 {
		font-size: 20px;
	}
	.features .feature:hover ul {
		padding-top: 12px;
	}
}
@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;
	}
}
footer {
	padding: 30px 0 30px;
    background: #000000;
    background-image: url(../images/footer-bg.png);
    background-size: cover;
    background-position: center;
}
footer, footer a, footer a:visited {
	color: #fff;
	font-size: 12px;
	color: rgba(255,255,255,0.75);
}
footer .left {
	float: left;
	width: 40%;
}
footer .center {
	float: left;
	width: 20%;
	text-align: center;
	padding-bottom: 25px;
}
footer .left img {
	height: 100px;
	width: auto;
}
footer .left img:first-child {
	margin-right: 10px;
}
footer .left .social-media {
	font-weight: bold;
	font-size: 30px
}
footer .left .social-media a i {
	font-size: 30px;
}
footer .right {
	float: right;
	width: 200px;
	text-align: left;
	max-width: 100%;
}
footer img {
	width: 240px;
}
@media screen and (max-width: 900px) {
	footer .left, footer .right, footer .center {
		width: 100%;
		float: none;
		text-align: center;
	}
}
.parallax div.tbl-background {
    min-height: 400px;
    color: #ffffff;
    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: #333;
}
.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%;
	}
}
@media screen and (max-width: 700px) {
	.numbers,
	.social-media {
		position: relative;
		top: 0;
		left: auto;
		right: auto;
		text-align: center;
		width: 100%;
	}
	.numbers,
	.social-media i {
		font-size: 20px;
	}
	.siteLogo {
		position: relative;
		top: 0;
		margin: 20px auto 20px auto;
		width: 600px;
		display: block;
	}
	.has-slides .site-logo {
		margin: 200px auto 0 auto;
	}
}

@media screen and (max-width: 900px) {
	footer .left, footer .right {
		width: 100%;
		float: none;
		text-align: center;
	}
}

body.gallery div#smartwaiver_floater {
    display: none;
}