body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	background: #000;
}
h1 {
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 61px;
	line-height: 61px;
}
h2 {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 51px;
	line-height: 61px;
	font-weight: 300;
}
h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	line-height:35px;
}
h6{font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ed1c24;}
p {
	font-size: 16px;
	color:#fff;
}
hr {
	color: #ed1c24;
	display: block;
}
/* ==============={ Special/Auto Classes}=============== */

.wrap {
	margin: 0 auto;
	width: 1000px;
	position: relative;
}
.clear {
	clear: both;
}
.block {
	display: block;
}
.margin20 {
	margin-bottom: 20px;
}
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}
.textCenter {
	text-align: center;
}
.max600{max-width:600px !important; margin:0 auto;}
.red-top{ border-bottom:8px solid #ED1C24;}
.noBorder{border:none !important;}
.productBGF{background: url("../img/productBGF.jpg") top left repeat;}
.whiteBG{background:#fff; font-family: 'Open Sans Condensed', sans-serif;}
.whiteBG .row{padding:50px 0; border-bottom:2px solid #ED1C24;}
.whiteBG h4{font-size:50px; color:#ed1c24; line-height:55px; font-weight:light; font-family: 'Open Sans Condensed', sans-serif; margin-bottom:25px;}
.whiteBG h5{font-size:24px; color:#000; font-weight:bold; font-family: 'Open Sans', sans-serif;}
.productHR{height:1px; width:100%; float:left; display:block; background:#000; margin:-7px 0 10px 0;}
.whiteBG p{color:#000; font-weight:bold;}
.top8{margin-top:8px;}
.nav-path-selected{background:#fff !important; color:#ed1c24 !important;}


/*======== Loading screen ========= */

  .loadingScreen
  {
    position:fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    background-color:#000;
	z-index:9999;
  }
  .loadingBar{
  	text-align:center;
	margin:0 auto;
  }
.loadingBar h2{font-size:30px; margin-top:-10px;}
.loadingBar img{
	margin:0 auto;
	width:129px;
	height:127px;
	display:block;
	margin-top:200px;
	}
.rotateInfinite{
	-webkit-animation: rotateInfinite 2s linear infinite;  -moz-animation: rotateInfinite 2s linear infinite; -o-animation: rotateInfinite 2s linear infinite; -ms-animation:rotateInfinite 2s linear infinite; animation: rotateInfinite 2s linear infinite;
}
.autoGrid-lightbox{z-index:500 !important;}

@-webkit-keyframes rotateInfinite {
   0% {-moz-transform: rotate(-360deg); -webkit-transform: rotate(-360deg); transform:rotate(-360deg); -o-transform:rotate(-360deg); -ms-transform:rotate(-360deg);}
  100% {-moz-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform:rotate(0deg); -o-transform:rotate(0deg); -ms-transform:rotate(0deg);}
}
@keyframes rotateInfinite {
   0% {-moz-transform: rotate(-360deg); -webkit-transform: rotate(-360deg); transform:rotate(-360deg); -o-transform:rotate(-360deg); -ms-transform:rotate(-360deg);}
  100% {-moz-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform:rotate(0deg); -o-transform:rotate(0deg); -ms-transform:rotate(0deg);}
}
@-moz-keyframes rotateInfinite {
   0% {-moz-transform: rotate(-360deg); -webkit-transform: rotate(-360deg); transform:rotate(-360deg); -o-transform:rotate(-360deg); -ms-transform:rotate(-360deg);}
  100% {-moz-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform:rotate(0deg); -o-transform:rotate(0deg); -ms-transform:rotate(0deg);}
}
@-o-keyframes rotateInfinite {
   0% {-moz-transform: rotate(-360deg); -webkit-transform: rotate(-360deg); transform:rotate(-360deg); -o-transform:rotate(-360deg); -ms-transform:rotate(-360deg);}
  100% {-moz-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform:rotate(0deg); -o-transform:rotate(0deg); -ms-transform:rotate(0deg);}
}
@-ms-keyframes rotateInfinite {
   0% {-moz-transform: rotate(-360deg); -webkit-transform: rotate(-360deg); transform:rotate(-360deg); -o-transform:rotate(-360deg); -ms-transform:rotate(-360deg);}
  100% {-moz-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform:rotate(0deg); -o-transform:rotate(0deg); -ms-transform:rotate(0deg);}
}


/*======== END Loading screen ========= */

button {
	background-color: #ed1c24;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	padding: 10px 15px;
	margin-top: 10px;
	border-radius: 5px 0 5px 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
button img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
button:hover {
	background-color: #BA1A1F;
}
button:hover img {
	margin-left: 50px;
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}
.myClear {
	clear: both;
}
.menu {
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	width: 100%;
	position: fixed;
	top: 0;
	background-color: #ed1c24;
	height: 45px;
	z-index:500;
}
.top-bar {
	font-family: 'Open Sans Condensed', sans-serif;
	background: none !important;
}
.top-bar a {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:.98rem !important;
}
.top-bar-section {
}
.f-topbar-fixed{padding:0 !important;}
.logo {
	background-color: #fff;
	text-align: center;
	margin-top: 0px;
	padding:10px;
	width:166px;
	display:block;
}
#regularLogo{-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
#mobileLogo{display:none; margin-top:-6px;}

.social a img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.social:hover a{background:none !important;}
.social a:hover img {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
	-moz-filter: brightness(100%);
	-o-filter: brightness(100%);
	-ms-filter: brightness(100%);
}
.banner {
	width: 100%;
	text-align: left;
	background: url("../img/banner.jpg") top center no-repeat;
	color: #fff;
	padding-top: 175px;
	padding-bottom: 50px;
	border-bottom: solid 8px #ed1c24;
}
.imgGrid {
	background-color: #000;
	padding: 2px 0;
}
#imgGridInside {
	display: block;
	margin: 0 auto;
}
.autoGrid-lightbox img {
	margin: 0 auto;
	margin-top: 20px;
	max-width: 1000px;
}
.box img, #tumblelog img {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.box img:hover, #tumblelog img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
	filter: alpha(opacity=70) !important;
	opacity: 0.7 !important;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
}
#homeBannerBlock div {
	width: 525px;
}
#homeBannerBlock p {
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
}
.callToAction1 {
	width: 100%;
	text-align: center;
	color: #fff;
	padding-top: 45px;
	background-image: url("../img/blkTexture.jpg");
	border-bottom: solid 8px #ed1c24;
	border-top: solid 8px #ed1c24;
}
.callToAction1 p {
	font-size: 20px;
	font-weight: 300;
	line-height: 29px;
	padding-bottom: 30px;
	margin: 0 auto;
	max-width: 750px;
}
.callToAction1 h2 {
	margin-bottom: 30px;
}
.buttonOutline {
	border: solid 3px #ed1c24;
	background: transparent;
	border-radius: 5px;
	font-size: 30px;
	padding: 15px 55px;
	margin-bottom: 5%;
	text-transform: uppercase;
}
.buttonOutline a {
	color: #fff;
}



/*========================================*/


.diagramUnder {
	width: 100%;
	height: 2300px;
	position: relative;
	overflow: hidden;
	background: #fff;
}
.diagramUnder h3{font-size:23px;}
.diagram {
	width: 100%;
	height: 800px;
	margin: 0 auto;
	position: fixed;
	z-index: 2;
	top: 45px;
	overflow: hidden;
	display:block;
	left:0;
}
.diagram.display{display:block;}

#bbLeft, #bbRight, #bbBag{float:left; width:33%; height:800px; position:relative;}

.diagramBag {
	display: block;
	margin: 0 auto;
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 5;
	top: 50px;
}
.diagramBag img {
	display: block;
	margin: 0 auto;
	min-width:400px;
	height:auto;
	
}
.DB1 {
	display: block;
	margin: 0 auto;
	width: 100%;
	z-index: 10;
	top: 70px;
	position: absolute;
}
.DB11 {
	display: block;
	width: 351px;
	height: 300px;
	position: relative;
}
.DB22 {
	display: block;
	width: 351px;
	height: 300px;
	position: relative;
	float:right;
}
.DB2 {
	top: 300px;
}
.DB3 {
	top: 530px;
}
.DBLeft {
	
}
.DBRight {
	margin-left: 50px;
}
.DBTitleRight {
	text-align:right;
	margin-right:25px;
}
.DBLeftArrow {
	background: url(../img/leftArrow.png) top center no-repeat;
	width: 351px;
	height: 86px;
	display: block;
	float: left;
	margin: 0 auto;
	margin-left: -20px;
}
.DBRightArrow {
	background: url(../img/rightArrow.png) top center no-repeat;
	width: 351px;
	height: 86px;
	display: block;
	float: left;
	margin: 0 auto;
}
.DBContent {
	position: absolute;
	top: 62px;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	max-width: 220px;
}
.DBContentRight {
	right: 55px;
	text-align: right;
}
.DBContentLeft {
	margin-left: 30px;
}
.diagramButton {
	display: block;
	margin: 0 auto;
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 500;
	top: 600px;
}

#scrollDown{position:absolute; display:block; background:#ED1C24; height:auto; width:150px; text-align:center; margin:0 auto; padding:0; padding:12px; border-radius:0px 0px 5px 5px; left:428px;}
#scrollDown span{font-weight:bold; color:#fff; text-align:center;}
#scrollDown img{margin:0 auto; display:block; height:23px; width:43px;}
.homeLogo{position:absolute; left:0; background:#fff;}

.DBButton:hover {
	padding: 10px 50px;
}

.callToAction2 {
	width: 100%;
	color: #fff;
	background-image: url("../img/bannerBottom.jpg");
	text-align: center;
}
.footer {
	width: 100%;
	color: #fff;
	background-color: #000;
	text-align: center;
	height: 50px;
	border-top:8px solid #ed1c24;
}

#footerNav{width:100%; height:50px; line-height:50px;}
#footerNav li{list-style-type:none; float:left; margin:0 1%; width:14%;}
#footerNav li a{color:#fff; text-transform:uppercase; display:block; float:left; text-align:center; width:100%; height:100%;font-family: 'Open Sans Condensed', sans-serif;}
#footerNav li a:hover{background:#ED1C24;}
#mobileProductImage{display:none; background:#fff; text-align: center; padding:0; margin:0 auto; max-width:100%;}
#mobileBag img{display:block; margin:0 auto;}
.MPIContent{border-bottom:1px solid #ed1c24; color:#000;}
.MPIContent h3{text-transform: uppercase; margin-top:20px;color:#ed1c24;}
.MPIContent h2{text-transform: uppercase; font-weight:bold; color:#ed1c24; text-transform:uppercase;}
.MPIContent p{color:#000; font-weight:bold;}

.video-container article.last-video{margin-right:45px !important;}



/*======BUY NOW PAGE=======*/
.kickButton, .orderButton{font-weight:bold; color:#fff; text-align:center; height:60px; line-height:55px; width:100%; border-radius:60px;background:#88C444; display:block; margin:0 auto; font-size:34px; border:2px solid #fff;
	-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;
}
.kickButton:hover, .orderButton:hover{width:90%; background:#fff; border:2px solid #88C444; color:#88C444;}

.orderButton{background:#ED1C24;}
.orderButton:hover{ border:2px solid #ED1C24; color:#ED1C24; }

.reward{display:block; float:left; width:100%; margin:0 auto; padding:20px; margin-top:10px;}
.rewardTitle{display:block; float:left; width:100%; margin:0 auto; background:#343433; border: 2px solid #343433;text-align: center; font-size:50px; color:#fff; font-weight:bold;margin-top:10px;}
.rewardPrice{display:block; float:left; width:100%; margin:0 auto;  background:#ED1C24;  border: 2px solid #ED1C24;text-align: center; line-height:50px; height:60px; color:#fff; font-weight:bold; font-size:40px;}
.rewardProduct{display:block; float:left; width:100%; margin:0 auto; text-align: center; background:#fff; color:#343433; font-weight:bold; font-size:40px; border-right: 1px solid #ED1C24; border-left: 1px solid #ED1C24; border-bottom: 1px solid #ED1C24;}
.rewardProduct p{color:#343433; font-weight:bold; font-size:25px; line-height:28px; padding-top:15px;}
.rewardProduct p img{display:block; float:none; margin:0 auto; margin-top:15px; width:100%;}



/*======MEDIA QUERIES=======*/

@media only screen and (max-width: 1175px) {

.diagramUnder, .loadingScreen{display:none;}
#mobileProductImage{display:block;}
#homeBannerBlock div {
	width: 60%;
}

@media only screen and (max-width: 670px) {
	.top-bar-section .social a{width:20px !important; padding:0 !important;}
	}
}
@media only screen and (max-width: 640px) {
#regularLogo{display:none;}
#mobileLogo{display:block;}
.banner{ padding-top:68px;}
.social {
	width:100%; height:100%;
	text-align: right;
	padding:1%;
	float:left;
	display:block;
}
.top-bar-section .social a{width:30px !important;}
}

@media only screen and (max-width: 550px) {
	.banner{background: url("../img/banner.jpg") top left no-repeat;}
#homeBannerBlock div {
	width: 100%;
}

}

@media only screen and (max-width: 500px) {
	.kickButton, .orderButton{font-size:22px;}
	#footerNav li{width:30%;}
	}
	