/* == IGG modules Jan 2017 == */
/* BASE */
body{
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
}
h1, h2, h3{
	color: #008cdc;
	font-weight: bold;
	text-transform: uppercase;
}
h1{
	font-size: 32px;
	line-height: 32px;
}
h2{
	display: inline;
	font-size: 26px;
	line-height: 26px;
}
h3{
	font-size: 17px;
	line-height: 18px;
}
h5{
	font-size: 20px;
	line-height: 35px;
	margin-bottom: 30px;
}
p{
	margin-bottom: 12px;
	color: #222;
	font-size: 16px;
	line-height: 26px;
}
.article h2{
	display: block;
	margin-bottom: 30px;
	padding-top: 40px;
	font-size: 22px;
	line-height: 24px;
	text-transform: none;
}
.article h3{
	font-size: 26px;
	display: block;
	padding-top: 40px;
}
.article p{margin-bottom: 25px;}
a{color: #008cdc;}
a:hover{
	color: #f78c1b;
	text-decoration: none;
}
a.link-more span{
	display: inline;
	margin-right: 6px;
	text-decoration: underline;
}
.centered-link-more{
	display: block;
	text-align: center;
	border-top: 1px solid #eee;
	padding: 30px 0 0 0;
}
h5 a, p a{text-decoration: underline;}
.section-title{margin-bottom: 45px; }
.section-title a.link-more{margin-left: 20px;}
.vr-section{padding: 90px 0;}
.vr-section2{padding: 55px 0;}
.vr-section3{padding: 55px 0;}
@media only screen and (max-width: 1366px) {
	.vr-section{
		padding: 45px 3%;
	}
	.vr-section2{
		padding: 45px 3%;
	}
}
.lb-banner-background{background: #ffffff;}

/* TEXT MODULE */
.text{
	border-bottom: 1px solid #ececec;
	text-align: center;
	padding-left: 15%;
		padding-right: 15%;
}

#sku-area * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: content-box;
}

.btn-width{max-width:200px;}

/*============================*/
/* 5. Modal                   */
/*============================*/
.modal-body {height:600px;overflow:auto;}
.modal.modal-wide .modal-dialog {width:90%;}
.modal-wide .modal-body {overflow-y:auto;}
.bulletPts{list-style-type: disc;list-style-position: inside;}

/*============================*/
/* 7. items-grid              */
/*============================*/
.item-info h4{font-size:14px;}
.item-cell{padding:0 0 1.5em 0;margin:0 5% 1.5em 5%;;width:35%;}

@media only screen and (max-width: 1024px) {
	.text{
		padding-left: 5%;
		padding-right: 5%;
	}
}

.forSellers{padding-top:10px;padding-bottom:5px;margin-bottom:30px;background-color: #f2f2f2;}

.igg-space{width:100%;height:30px;}

.dedicate{margin-bottom:30px;}

.iggLogo{max-width: 300px;}

.blog-title{color:#2d2d2c;font-size:1.5em;font-weight:900;padding:10px;}
.blog-copy{color:#2d2d2c;font-weight:300;padding:10px;}
.blog-cta{color:#ec1078;font-weight:400;padding:10px;}
.blog-cta-text{text-decoration: underline;}

.title-space{width:100%;margin-top:50px;}

/*============================*/
/* 7. Blog Bloq               */
/*============================*/
.blog-bloq{max-width:300px;height:425px;background-color:#FFFFFF;border:2px solid #FFFFFF;}

/* GUIDE MODUEL */
.guide{
	background: #2a2a2a;
	padding-bottom: 20px;
	position: relative;
}
.guide2{
	background: #f2f2f2;
	padding-left: 23%;
	padding-right: 23%;
	padding-bottom: 20px;
	position: relative;
}
.guide-fix{margin-bottom:100px;}
.guide:after{
	content: '';
	display: table;
	clear: both;
}
.guide-group{
	margin-bottom: 70px;
	box-sizing: border-box;
	padding: 0 5%;
	display: block;
	float: left;
	width: 25%;
}
.guide-group:after{
	content: '';
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a.guide-group:hover{text-decoration: none;}
a.guide-group:visited{text-decoration: none;border:none;}
a.guide-group:active{text-decoration: none;border:none;}
.guide-image{
	float:left;
	vertical-align: middle;
	width: 200px; 
	height: 130px; 
	background-size: cover;
	background-repeat: no-repeat; 
	background-position: 50% 50%;
	border-radius: none;
}
.guide-text-content{
	float:left;
	display: block;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0 0 0 5%;
	width: 100%;
}
.guide-main-title{
	display: block;
	margin-bottom: 10px;
	color: #ec1078;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
}
.guide-sub-title{
	display: block;
	font-size: 14px;
	line-height: 16px;
	color: #222;
}
a.guide-group:hover .guide-sub-title{
	text-decoration: none;
}
.more-guide{
	display: none;
	clear: both;
}
.more-guide:after{
	content: '';
	display: table;
	clear: both;
}
.is-active .more-guide{
	display: block;
}
.view-more{
	display: inline-block;
	position: absolute;
	bottom: -22px;
	left: 0;
	right: 0;
	box-sizing: border-box;
	margin: auto;
	width: 180px;
	height: 44px;
	line-height: 44px;
	border-radius: 22px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #008cdc;
	cursor: pointer;
	z-index: 1;
	font-weight: bold;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
}
.view-more:hover{background: #f78c1b;}
.view-more-icon:after{
	display: inline-block;
	margin-left: 6px;
	content: '\f078';
	font-family: 'FontAwesome';	
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.is-active .view-more-icon:after{
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.related.guide{padding: 60px 0 0 0;}
.related.guide .article-section-title{
	margin: 0 0 40px 0;
    padding-left: 20px;
}
@media only screen and (max-width: 1150px) {
	.guide-group{width: 50%;}
	.guide-group:nth-child(n){clear:none;}
	.guide-group:nth-child(2n+1){clear:both;}
}
@media only screen and (max-width: 720px) {
   .guide-text-content {width: 50%;}
}
@media only screen and (max-width: 665px) {
	.guide-group{
		width: 100%;
		padding: 0 10%;
		text-align: center;
	}
	.guide-text-content{
		width: 100%;
		padding: 5% 0 0 0;
	}
}
@media only screen and (max-width: 360px) {
	.guide-image{margin: 0 0 10px 0;}
	.guide-fix{margin-bottom:25px;}
	.guide-text-content{text-align: center;}
}
/* PROMOTION MODULE */
.promotion img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	width: 25%;
}
.promotion-has-image-left .promotion-text-content{padding-left: 52%;}
.promotion-link{
	margin-top: 30px;
	width: 100%;
}
.promotion-link li{
	display: inline-block;
	width: 45%;
	padding: 2%;
	vertical-align: middle;
}
.promotion-link .fa{
	padding-right: 5px;
	font-size: 14px;
}
.promotion-has-image-left{
	overflow: hidden;
}
@media only screen and (max-width: 768px) {
	.promotion{text-align: center;}
	.promotion img{
		margin: 0 0 55px 0;
		float: none;
		width: 100%;
	}
	.promotion-has-image-left .promotion-text-content{padding-left: 0;}
	.promotion-link li{width: 28%;}
}
@media only screen and (max-width: 435px) {
	.promotion-link li{width: 98%;}
}

@media screen and (max-width: 1366px) { 
.vr-section.corsair-sweepstakes{padding:0 3% 45px 3%;}
}
@media screen and (max-width: 870px) { 

}
@media screen and (max-width: 675px) { 

}

/* PRODUCT MODULE */
.product{background: #213c63;}
.product h2,
.product a.link-more,
.product p{color: #fff;}
.product a.link-more:hover{color: #f78c1b;}
.product.product-has-image-right .product-text-content{margin-right: 50%;}
.section-inner .fa-caret-down{
	position: absolute;
	bottom: -60px;
	left: 5%;
	color: #213c63;
	font-size: 100px;
    }
.product.product-has-image-right img{
	position: absolute;
	display: block;
	right: 0;
	top: 132%;
	width: 43%;
	margin-top: -369px;
    }
.product.product-has-image-right img.gadget-img{
	width: 45%;
    }
.product.product-has-image-right img.system{
	width: 29%;
	right: 55px;
	top: 158%;
    }
.product.product-has-image-right img.auto-img{
	top: 125%;
    width: 33%;
    margin-top: -361px;
}

.product.product-has-image-right img.home-img{
	top: 125%;
    width: 33%;
    margin-top: -361px;
}

.product.product-has-image-right img.accessories{
	top: 163%;
}
.section-inner.is-product-list{padding: 60px 0 120px 0;}
/* .items-grid{margin: 60px auto 0 auto;} */
.item-cell{
	margin-top: 4.5em;
	border-bottom: none;
}
.item-cell a{color: #222;}
.item-cell a:hover{color: #f78c1b;}

@media only screen and (max-width: 768px) {	
	.product.product-has-image-right img{display: none;}
	.product.product-has-image-right .product-text-content{margin-right: 0;}
	.items-grid {margin: 10px auto;}
}
.social-follow-list a:hover{text-decoration: none;}

/* ARTICLE */
.article{
	box-sizing: border-box;
	padding: 100px 20px 20px 20px;
}
.article:after{
	content: '';
	display: table;
	clear: both;
}
.article .article-main img{
	width: 85%;
	display: block;
	margin: 35px auto;
}
.article-side{
	width: 30%;
	box-sizing: border-box;
	padding: 0 80px;
	float: right;
}
.article-main{
	width: 70%;
	float: left;
}
.article-nav{
	margin: 50px 0;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 15px;
}
.article-nav:after{
	content: '';
	display: table;
	clear: both;
}
.article-nav a{
	color: #222;
	display: inline-block;
}
.article-nav a:hover{
	text-decoration: underline;
	color: #f78c1b;
}
.article-nav em{
	font-weight: bold;
	text-transform: uppercase;
}
.back-to-vr-main{
	display: block;
	float: left;
}
.article-pagination{
	display: block;
	float: right;
	text-align: right;
}
.article-nav .article-nav-divider {
    padding: 0 10px;
    font-size: 12px;
    color: #777;
}
.article-nav .fa-angle-left{padding-right: 10px;}
.article-nav .fa-angle-right{padding-left: 10px;}
.article-image{
	display: block;
	margin-top: 30px;
}
.article-pagination:after{
	content: '';
	display: table;
	clear: both;
}
ul.specs{
	margin: 25px 0;
	padding-left: 30px;
	font-size: 18px;
	list-style: disc;
}
ul.specs li{margin-bottom: 8px;}
ul.specs a{
	color: #222;
	text-decoration: underline;
}
ul.specs a:hover{color: #f78c1b}
ul.game-highlight{
	list-style: none;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 25px 0;
}
ul.game-highlight li{margin-bottom: 5px;}
ul.game-highlight label{
	font-weight: normal;
	display: inline-block;
	width: 90px;
}
.author{
	font-size: 14px;
	margin-top: 15px;
}
.article-section-title{
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
}
.featured-product{margin: 20px auto;}
.article-side .item-cell{
	width: 100%;
	margin: 0;
	padding: 35px 0;
}
.article-side .item-img > img {max-width: 160px;}
.article-side .item-img{margin-top: 15px;}
@media only screen and (max-width: 1024px) {
	.article{padding-top:50px;}
	.article-side{padding: 0 45px;}
}
@media only screen and (max-width: 999px) {
	.article-side{
		width: 100%;
		float: none;
		padding: 50px 0 0 0;
		border-top: 1px solid #f2f2f2;
	}
	.article-main{
		width: 100%;
		float: none;
	}
	.article-side .item-cell{
		width: 33%;
		box-sizing: border-box;
		padding: 40px;
	}
}
@media only screen and (max-width: 766px) {
	.article-side .item-cell{
		width: 49%;
		padding: 25px 15px;
	}
}
@media only screen and (max-width: 499px) {
	p{
		font-size: 17px;
		line-height: 28px;
	}
	.article .article-main img{
		width: 100%;
		margin: 20px auto;
	}
	.article-nav{margin: 40px 0;}
	.article-pagination em,
	.article-nav-divider{display: none;}
	.back-to-vr-main{padding: 14px 0;}
	.article-pagination .fa{
		padding: 10px 1em;
		box-sizing: border-box;
		border-radius: 3px;
		border: 1px solid #d9d9d9;
	}
	.article-pagination a{padding: 5px;}
}
@media only screen and (max-width: 460px) {
	.article-side .item-cell{
		width: 100%;
		padding: 25px;
	}
}

.vive-content-text-link a.link-more:hover{color: #f78c1b;}

@media only screen and (max-width: 700px){

}

.btn:hover{text-decoration: none;}

	
@media screen and (max-width: 870px) { 
	.main-tagline{
		font-size: 26px;
		line-height: 30px; 
	}
	.sub-tagline-text{
		font-size: 16px;
		line-height: 25px;
	}
}
@media screen and (max-width: 675px) { 

}

	
	