/* template.css overrides -- 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/hero2.jpg) no-repeat 0 0;
background-size:289.722222%;
}
.price{margin:0 0 0.825em 0; text-align: center;}
.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;}
.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; margin-bottom:5%; }
.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;text-align:center;}

/* 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;}
================================*/

/* custom CSS on a per project basis
================================*/
body { background:url("../imgs/fantastech_bg.jpg") repeat center top; }

.clearf:before,
.clearf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearf:after {
    clear: both;
}

.btn-half{
	width: 50%;
	float: left;
}

.page-btn{
	margin: 0 auto;
    display: block;
}

.valid_Dates{
	color:#cc4e00;
	font-weight: bold;
}

.main-title-text{
	font-family: 'Open Sans Condensed','Helvetica Narrow',arial,helvetica,sans-serif;
}



.fpricepro { background-color:#00283a; border-radius:25px; font-weight:bold; padding:2%; text-align:center; color:white; text-transform:uppercase; }
.fan-product { background-color: white; }
.fanfooter { padding:5%; background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 65%); text-align:center; color:#000; line-height:160%; }
.fanfooter h2 { font-weight:bold; color:#00283a; margin-bottom:2%; line-height:150%; }
.fanfooter hr { margin:2% 0; }
.fanfooter a { text-decoration:underline !important; font-weight:bold; }
.fanfooter p { font-size:1.1em; }
.fanfooter p:last-child { font-size:0.9em; }
.fimg { max-height:25px;vertical-align: bottom; margin:1% auto; display:block; }
.fpp-badge { max-height:25px;vertical-align: bottom; }

.ngg-shortcut { width:140%; margin-left:-10%; }
/* responsive CSS on a per project basis
================================*/

@media only screen and (max-width: 550px) {
	/* insert responsive CSS for mobile screens below 550px */
    .items-grid .item-cell { width:90%; text-align:center; border-bottom:1px solid #333; padding-bottom:8%; }
    .item-img > img { max-width:300px; }
	.fimg { max-width:135px; }
}

@media only screen and (max-width: 1024px) {
	/* insert responsive CSS for screens below 1024px */
}

@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 */
}