/* == VR modules Feb 2016 == */
/* 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: underline;
}
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;}
@media only screen and (max-width: 1366px) {
	.vr-section{
		padding: 45px 3%;
	}
}
.lb-banner-background{background: #0e0e0e;}

/* TEXT MODULE */
.text{
	border-bottom: 1px solid #ececec;
	text-align: center;
	padding-left: 15%;
		padding-right: 15%;
}
@media only screen and (max-width: 1024px) {
	.text{
		padding-left: 5%;
		padding-right: 5%;
	}
}
/* GUIDE MODUEL */
.guide{
	background: #f2f2f2;
	padding-bottom: 20px;
	position: relative;
}
.guide:after{
	content: '';
	display: table;
	clear: both;
}
.guide-group{
	margin-bottom: 70px;
	box-sizing: border-box;
	padding: 0 3%;
	display: block;
	float: left;
	width: 33.33%;
}
.guide-group:nth-child(3n+1){clear:both;}
.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;}
.guide-image{
	display: inline-block;
	vertical-align: middle;
	width: 130px; 
	height: 130px; 
	background-size: cover;
	background-repeat: no-repeat; 
	background-position: 50% 50%;
	border-radius: 50%;
}
.guide-text-content{
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0 0 0 5%;
	width: 54%;
}
.guide-main-title{
	display: block;
	margin-bottom: 10px;
	color: #008cdc;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
.guide-sub-title{
	display: block;
	font-size: 14px;
	line-height: 16px;
	color: #222;
}
a.guide-group:hover .guide-sub-title{
	color: #f78c1b;
	text-decoration: underline;
}
.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-text-content{text-align: center;}
}
/* PROMOTION MODULE */
.promotion img{
	display: block;
	float: left;
	width: 50%;
}
.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%;}
}
/* CORSAIR VR CRYSTAL RIG SWEEPSTAKES MODULE */
.vr-section.corsair-sweepstakes{padding: 0 0 90px 0;}
.sweepstakes-banner-container{
	margin:0 auto;
	width:100%;
	height:180px;
	background:#222222 url('../images/corsair-sweepstakes-banner.jpg');	
	background-size:cover;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	text-decoration:none;
	color:#222;
}
.sweepstakes-banner-content-text{
	display:inline-block;
	vertical-align: middle;
	margin:0 0 0 15px;
}
.sweepstakes-tagline {
	color:#ffe900;
    font-size:34px;	
	font-weight:bold;
	line-height:43px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
.sweepstakes-tagline-text{
	display: block;
	margin:0;
	padding:0;
	color:#ffffff;
	font-size: 18px;
	line-height: 35px;
	vertical-align: middle;
}
.corsair-banner-logo,
.sub-tagline{
	display: inline-block;
	vertical-align: middle;
}
.corsair-banner-logo{
	width:140px;
	margin-right:10px;
}

@media screen and (max-width: 1366px) { 
.vr-section.corsair-sweepstakes{padding:0 3% 45px 3%;}
}
@media screen and (max-width: 870px) { 
	.sweepstakes-tagline{
		font-size: 26px;
		line-height: 30px; 
	}
	.sweepstakes-tagline-text{
		font-size: 16px;
		line-height: 25px;
	}
}
@media screen and (max-width: 675px) { 
	.sweepstakes-banner-content{text-align: center;}
	.corsair-banner-logo{
		width: 100px;
		display: block;
		margin:0 auto;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;	
	}
	.sweepstakes-banner-content-text{margin: 0;}
}



/* GAMECRATE MODULE */
.vr-section.gamecrate{padding-bottom: 55px;}
.gamecrate-article{overflow: hidden;}
.gamecrate-article-inner-wrap{padding: 0 5%;}
.gamecrate-article-image{
	display: block;
	margin-bottom: 15px;
}
.gamecrate-article-image img {
	display: block;
	width: 100%;
}
.gamecrate-article-date{
	margin-bottom: 15px;
	color: #008cdc;
	font-size: 13px;
}
.gamecrate-article-title{
	display: block;
	margin-bottom: 55px;
	height: 4.0em;
	overflow: hidden;
	color: #222;
	font-size: 18px;
	line-height: 24px;
}
.gamecrate-article-title:hover{text-decoration: underline;}
@media only screen and (max-width: 768px) {
	.gamecrate-article .col-3{
		width: 100%;
		-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;
	}
	.gamecrate-article-inner-wrap{padding: 0 10%;}
	.gamecrate-article li{margin-bottom: 55px;}
	.gamecrate-article-title{margin-bottom: 10px;}
}
/* PRODUCT MODULE */
.product{background: #008cdc;}
.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: #008cdc;
	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.laptop{
	width: 39%;
    }
.product.product-has-image-right img.system{
	width: 29%;
	right: 55px;
	top: 158%;
    }
.product.product-has-image-right img.headsets{
	top: 166%;
    width: 38%;
    margin-top: -361px;
}
.product.product-has-image-right img.accessories{
	top: 163%;
}
.section-inner.is-product-list{padding: 60px 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;
	}
}

/* HTC VIVE */
.vive{background: black;
	-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;

}
.vive .section-inner{
	margin:auto;
	position: relative;
}
.vive .vive-content{
	position: absolute;
	width: 800px;
	height: 240px;
	top:50%;
	left:50%;
	margin: -120px auto auto -400px;
	z-index: 2;
	text-align: center;
}
.vive .vive-content-main{
	color: #fff;
	font-size: 34px; 
	line-height: 1.2; 
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.vive .vive-content-sub{
	color: white;
	font-size: 24px; 
	line-height: 1.2; 
	margin-bottom: 25px;
}
.vive video{
	width: 100%; 
	opacity: .7;
}
.vive-content-text-link a.link-more:link,
.vive-content-text-link a.link-more:visited{color: #fff;}
.vive-content-text-link a.link-more:hover{color: #f78c1b;}

@media only screen and (max-width: 700px){
	.vive .vive-content{
		width: 600px;
		height: 200px;
		margin: -100px auto auto -300px;
	}
	.vive .vive-content-main{
		font-size: 26px;
		margin: 10px;
	}
	.vive .vive-content-sub{
		font-size: 20px;
		margin: 10px;
	}
	.vive button{margin-top:10px;}
}
@media only screen and (max-width: 435px){
	.vive .vive-content{
		width: 338px;
		height: 160px;
		margin: -80px auto auto -169px;
	}
	.vive .vive-content-main{
		font-size: 20px;
		margin: 5px;
	}
	.vive .vive-content-sub{
		font-size: 16px;
		margin: 5px;
	}
}

.btn:hover{text-decoration: none;}

/* combo item */
.combo-main-item{
	height: 4.5em;
	overflow: hidden;
}
.combo-sub-item .fa{font-size: 0.8em;}
	
/* gamecrate banner */
.gamecrate-banner-container{
	margin:0 auto;
	width:100%;
	height:180px;
	background:#efefef url('../images/banner_bg.jpg');	
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	text-decoration:none;
	color:#222;
}
.gamecrate-banner-container:hover{color: transparent;}
.gamecrate-banner-content{
	color:#222;
	margin:0 auto;
}
.main-tagline {
    font-size:34px;	
	font-weight:bold;
	line-height:43px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
.sub-tagline-text{
	display: inline-block;
	font-size: 18px;
	line-height: 35px;
	vertical-align: middle;
	padding-right: 6px;
}
.gamecrate-banner-logo{
	display: inline-block;
	vertical-align: middle;
}
.gamecrate-banner-content-images{
	display: inline-block;
	vertical-align: middle;
}
.gamecrate-banner-image-polygon{
	display:inline-block;
	margin:0 5px;
	width:120px;
	height:120px;
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	background-size:cover;
	vertical-align:top;
}
.gamecrate-banner-content-text{
	display:inline-block;
	vertical-align: middle;
	margin:0 0 0 15px;
}
@media screen and (max-width: 870px) { 
	.gamecrate-banner-image-polygon{
		width: 85px;
		height: 85px;
		-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;
	}
	.main-tagline{
		font-size: 26px;
		line-height: 30px; 
	}
	.sub-tagline-text{
		font-size: 16px;
		line-height: 25px;
	}
	.gamecrate-banner-logo{
		width: 100px;
		-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;
	}
}
@media screen and (max-width: 675px) { 
	.gamecrate-banner-content{text-align: center;}
	.gamecrate-banner-content-images{
		display: block;
		margin-bottom: 5px;
	}
	.gamecrate-banner-image-polygon{
		width: 70px;
		height: 70px;
	}
	.gamecrate-banner-content-text{margin: 0;}
}

	
	