/* template.css overwrites -- use only when absolutely necessary
================================*/
.banner-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-height: 450px;
	background: url(../images/hero.jpg) no-repeat 0 0;
	background-size: 189.72%;
}


/* custom CSS on a per project basis
================================*/
.hero{ position:relative; padding-bottom:104.16666666666%}
.hero-img{position: absolute; top: 0; left: 0; right: 0;bottom: 0; max-height: 750px; background: url(../images/hero.jpg) no-repeat 0 0; background-size: 189.72%;}

a.brand {position: absolute; top:11%; right: auto; bottom: auto; left: 43%; display: block; z-index: 10; width:10%; height:10%;}



.box{   border: 1px solid #01448a;border-radius: 20px;margin: 30px;padding: 5%;}





sub{text-align:inherit;vertical-align:baseline;font-size:.825em;}
sup{vertical-align: baseline;font-size: 0.8em;position: relative;top: -0.4em;}
.special{list-style:none;line-height:16px;text-align:left;font-size:.85em;color:#ff0000; font-style:italic; font-weight:bold;}
.color2 li.finalPrice{color:#fff;}
.color2 li.originalPrice{color:#ccc;}
.color2 li.originalPriceLine{color:#ccc;}
.color3 li.finalPrice{ margin-top:15px;text-decoration:line-through; width:200px;background:url('http://promotions.newegg.com/images/free.gif') no-repeat; background-position:right bottom;}

/*.color3 li.finalPrice{ margin-top:0px;text-decoration:line-through; width:200px;background:url('../imgs/ico_free.gif') no-repeat; background-position:right bottom;}*/

.color3 li.originalPrice{ display:none;}


/* CHANGE TITLE COLOR */
/*.item-title a {color: #FFF;text-decoration: none;}*/





















/* ALL TEXT CONTENT */
.contentwrap{width:100%;padding:0;font-size:.8em;background:#004A87;position:relative;display:table;line-height:1.5;}
.contentwrap .alltext{width:90%;padding:0 5%;display:block;}
.contentwrap h3{font-size:1.9em;line-height:1;color:#fff;font-weight:normal;margin:10px 0;font-family:Segoe UI Light, Arial, Sans-Serif;}
.contentwrap ul.cw{display:block;list-style:disc;padding:10px 0 10px 20px;}
.mark{ font-size:.80em; color:#FFF; padding:2% 5%}

/* IMAGE + TEXT CONTENT */
.contentwrap img{width:100%;max-width:500px;margin:0 auto;display:block;}
.contentwrap span{width:90%;padding:0 5%;display:block;}



/* ---- Custom Bullet List ---- */
ul.list_features_custom{margin:3px 0;padding:0;height:4em;width:auto;font-size:.75em;color:#777;list-style:none;overflow:hidden;}
ul.list_features_custom li{margin:0;padding:0 14px;text-wrap:normal;background:url(http://promotions.newegg.com/template/us/imgs/listStyle.gif) no-repeat;background-position:0 4px;}

/* ---- Spacer(s) ---- */
.blank5{clear:both;display:block;margin:0;padding:0;width:100%;height:5px;background:none;}
.blank10{clear:both;display:block;margin:0;padding:0;width:100%;height:10px;background:none;}
.blank20{clear:both;display:block;margin:0;padding:0;width:100%;height:20px;background:none;}
.blank30{clear:both;display:block;margin:0;padding:0;width:100%;height:30px;background:none;}
.blank40{clear:both;display:block;margin:0;padding:0;width:100%;height:40px;background:none;}
.blank50{clear:both;display:block;margin:0;padding:0;width:100%;height:50px;background:none;}
.blank60{clear:both;display:block;margin:0;padding:0;width:100%;height:60px;background:none;}
.blank70{clear:both;display:block;margin:0;padding:0;width:100%;height:70px;background:none;}
.blank80{clear:both;display:block;margin:0;padding:0;width:100%;height:80px;background:none;}
.blank90{clear:both;display:block;margin:0;padding:0;width:100%;height:90px;background:none;}
.blank100{clear:both;display:block;margin:0;padding:0;width:100%;height:100px;background:none;}
.line_spacer{clear:both;display:block;margin:0 auto;padding:0;width:958px;height:52px;background:url(http://promotions.newegg.com/template/us/imgs/line_spacer.png) no-repeat;}


/* responsive CSS on a per project basis
================================*/

@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: 420px) {
/* insert responsive CSS for screens above 420px */	
}

@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 */
.contentwrap{font-size:.9em;}	
.hero{ padding-bottom:32.94289897510981%}
.hero-img {
	background-position: 0 100%; max-height:450px;
	background-size: 100%;
}	

	
	

	
}
@media only screen and (min-width: 769px) {
	/* insert responsive CSS for screens above 769px */
	
.contentwrap .l-left{float:left; padding:0 1% 0 0;}
.contentwrap .l-right{float:right; padding:0 0 0 1%;}		
.contentwrap img{width:42.5%;display:inline-block;}
.contentwrap span{width:42.5%;display:inline-block}
.f-l{float:left;padding:0 0 0 5%;}
.f-r{float:right;padding:0 5% 0 0;}
a.brand {position: absolute; top:20%; right: auto; bottom: auto; left: 24%; display: block; z-index: 10; width:5%; height:15%;}	
	
}
@media only screen and (min-width: 1025px) {
	/* insert responsive CSS for screens above 1025px */
	
.contentwrap{font-size:1.2em;}	
	
}