/* template.css overwrites -- use only when absolutely necessary
================================*/
.banner {padding-top:41.667%; }
.banner-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-height: 300px;
	background: url(../imgs/hero.jpg) no-repeat 0 0;
	background-size:289.722222%;}

.price{margin:0 0 0.825em 0;}
.price-save-dollar,.price-save-label,.price-save-percent{position:relative;background:#cc4e00;color:#fff;font-weight:700;font-size:13px;}
.price-save-percent:after{left: 100%;border-bottom:19px solid #cc4e00;border-right: 10px solid transparent;margin-bottom:0;}

/* No Orange Bar for Custom LPs with Black Background
.price-save-dollar,.price-save-label,.price-save-percent{position:relative;background:none;color:#fff;font-weight:700;font-size:13px;}
.price-save-percent:after{left: 100%;border-bottom:none;border-right: 10px solid transparent;margin-bottom:0;}
*/

.price-save-label{padding:0 0 1px 6px}
.price-save-dollar{padding:0 0 1px 2px}
.price-save-percent{padding:0 6px 1px 2px}
.price-save-label:before,.price-save-percent:after{content:'';position:absolute;bottom:0;width:0;height:0;}
.item-cell{border-bottom:none;}
.item-promo{margin-top:1em;}
.item-promo-code{border-color:#888;}
.item-promo-title span{color:#333;}
.item-promo-info{color:#cc4e00;}
.item-promo-code{padding:1.5em 5px 1em 5px;height:auto;color:#cc4e00;}
.item-promo-code-save{display:inline;}
li.mir{display:none;}
.instantSavings, .mir{display:block;}
.finalPrice{font-size:1.6em;}
.instantSavings{font-size:0.925em}
.shipping{visibility:hidden;}
.mir{font-size:1em;margin:0;color:#016B04}
.btn-mini{border-color:#E68626;font-family:'Open Sans Condensed','Arial Narrow','Helvetica Narrow',arial,helvetica,sans-serif;letter-spacing:1px}

/* custom CSS on a per project basis
================================*/

body {
	background-color: #bfbfbf;
}

.smcx-show {
    display: inline-block !important;
}

.container {
	background: url("../imgs/main-bg.jpg") no-repeat top center #bfbfbf;
	/* background-size: cover; */
	flex-direction: column;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
}

.contentwrap {
	margin: auto auto 60px auto;
	text-align: center;
	max-width: 1366px;
}

.lockup {
	max-width: 90%;
	width: 100%;
	margin: 0 auto 0 auto;
}

.lockup > img {
	/* max-width: 906px; */
	width: 90%;
	margin: 0 auto;
	display: block;
}

.winners {
	background: #efefef;
	border: 1px dashed #888;
	box-sizing: border-box;
	text-align: center;
	margin: 0px auto 50px;
	max-width: 65%;
	padding: 20px;
}

.winners h3 {
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	margin: 30px 15px 10px;
}

.winners p {
	font-size: 22px;
	font-weight: bold;
}

h1.heading {
	background: #012d6b;
	color: #fff;
	font-size: 2.5em;
	font-weight: 700;
	margin: 50px 20px 20px 20px;
	text-align: center;
    text-transform: uppercase;
}

h2.subheading {
	background: #ea7d13;
	color: #fff;
	font-weight: 600;
	font-size: 2em;
	text-align: center;
	text-transform: uppercase;
}

.message {
	padding: 0 0 3em 0;
	max-width: 1050px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.message p {
	color: #000;
	font-size: 1.875em;
	line-height: 1.5em;
	font-weight: 700;
	padding: 0 1.5em;
}

span.bold {
	font-weight: 700;
}

.two_col {
	display: inline-block;
	margin: 0px auto 40px auto;
	padding: 0px 20px;
	text-align: center;
	vertical-align: middle;
	width: 43%;
}

.two_col p {
	color: #000;
	font-size: 1.875em;
	font-weight: 300;
	line-height: 1.5em;
	margin-top: 20px;
	padding: 0 1.5em;
}

.divider {
	border-bottom: 2px solid #ababab;
	margin: 10px auto 30px auto;
}

.disclaimer {
	color: #333;
	font-family: 'Open Sans', sans-serif; 
	font-size: 12px;
	margin-top: 50px;
	text-align: center;
}

.disclaimer a {
	color: #012d6b;
	border-bottom: 1px solid #ea7d13;
}

.disclaimer a:hover {
	color: #000;
	border-bottom: 1px solid #fff;
}

.socialmedia {
	padding: 2em 0;
	box-sizing: border-box;
	margin-bottom: 2em;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.social-follow-item-icon {
    display: block;
    margin: 30px;
    max-width: 60px;
    max-height: 60px;
    border-radius: 6px;
    color: #fff;
    font-size: 2em;
    cursor: pointer;
    flex: 1 1 60px;
    text-align: center;
}

a.social-follow-item-icon {
    color: #fff
}

.social-follow-item-icon.fa-facebook {
    background: #3a5795
}

.social-follow-item-icon.fa-twitter {
    background: #0084B4
}

.social-follow-item-icon.fa-pinterest {
    background: #bd081c
}

.social-follow-item-icon.fa-instagram {
    background: #125688
}

.social-follow-item-icon.fa-youtube-play {
    background: #cc181e
}


.social-follow-item-icon:hover {
    color: #fff;
    opacity: .8;
    filter: alpha(opacity=80)
}

.social-follow-item-icon img {
    display: block;
    max-width: 100%
}


/* responsive CSS on a per project basis
================================*/

@media only screen and (max-width: 481px) {
	.message {
		font-size: .85em;
	}
}

@media only screen and (max-width: 375px) {
	.message {
		font-size: .7em;
	}
}

@media only screen and (max-width: 1024px) {
	/* insert responsive CSS for screens below 1024px */
	div.two_col {
		border: none;
		margin: 0px 0px 20px 0px;
		padding: 0px;
		width: 100%;
	}
	
	div.winners {
		max-width: 88%;
	}
}

@media only screen and (min-width: 375px) {
	/* insert responsive CSS for screens above 375px */
}
@media only screen and (min-width: 481px) {
	/* insert responsive CSS for screens above 481px */
}
@media only screen and (min-width: 641px) {
	/* insert responsive CSS for screens above 641px */
	.banner { padding-top: 21.96%; }
	.banner-img {
		background-position:100% 0;
		background-size: 152.7086383601757%;
	}
}
@media only screen and (min-width: 769px) {
	/* insert responsive CSS for screens above 769px */
		.items-grid .item-cell { width: 22%; }

}
@media only screen and (min-width: 1025px) {
	/* insert responsive CSS for screens above 1025px */
}