/**********************************products-card***********************************/
.products{
  background-color: #eee !important;
  max-width:1170px;
  margin:50px auto;
}
.config_button_holder{
  margin-top: auto;
  padding: 0 20px 20px 20px;
}
.product .column-ind-holder .column-ind-header {
	background:#39b5fb;
    border-radius: 5px 5px 0 0;
  }
.product .column-ind-holder .column-content .product-image-holder .product-image {
  height:auto;
  padding:10px 0;
}
.product .column-ind-holder .column-content .product-image-holder .product-image img{
  width: 200px;
  height: auto;
}
.product .column-ind-holder .column-content {
  border-radius: 0 0 5px 5px;
  padding: 0px!important;
  background: #ffffff;
}
.product .column-ind-holder .column-ind-header h3 {
  color: #ffffff;
}
.product .column-ind-holder .column-content .products-points-holder ul li {
  font-size: 14px;
  color: #000000;
}
.product .column-ind-holder .column-content .config_button_holder .btn {
  background-color: #39b5fb;
  border-color: #39b5fb;
  color: #ffffff;
}
.product .column-ind-holder .column-content .products-points-holder {
  padding: 0 20px 20px 20px;
  background-color: #ffffff;
  margin-top: 0;
}
.product .column-ind-holder .column-content .products-points-holder ul li:before{
  	color: #39b5fb;
}
.product .column-ind-holder .column-content .from-inc-price{
  	color: #000000;
  	padding: 0 20px;
}
.product .column-ind-holder .column-content .from-inc-price span {
  	color: #39b5fb;
}
.product .column-ind-holder .column-content .config_button_holder .btn:hover{
  color: #ffffff;
  background-color: #309edd;
  border-color: #309edd;
}
/**********************************products-card***********************************/
section#main .inner {
max-width: 100% !important;
  background:#eeeeee;
}
section#main.main-ind {
padding:0;
background:#eeeeee;
}
#jump {
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #39b5fb;
	margin: 0;
	display: block;
}
#jump p {
	font-family: 'Montserrat-Bold';
	font-size: 32px;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 1.2;
	margin: 0;
	padding: 15px 0;
}
.landing-container {
	max-width: 1170px;
	margin: 0 auto;
}
.landing-container a {
	text-decoration: none;
}
.landing-container hr {
	border: 0;
	border-bottom: 2px solid #000000;
	clear: none;
	margin: 10px auto;
}
.landing-container .temp-title1 {
	font-family: 'Montserrat-Bold';
  	font-weight:normal;
	font-size: 36px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000000;
	margin: 0;
	line-height: 1.2;
}
.landing-container .temp-title2 {
	font-family: 'Montserrat-Light';
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000000;
	margin: 0px;
}
.landing-container p {
	font-family: 'Open Sans';
	font-size: 18px;
	color: #000000;
	line-height: 1.5;
	margin-top: 10px;
}
.landing-button {
	font-family: 'Montserrat-bold';
	text-transform: uppercase;
	background-color: #39b5fb;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	padding: 20px;
	cursor: pointer;
	margin-top: 30px;
	display: inline-block;
}
.landing-button:hover {
	background-color: #e5b700;
}
.landing-button i {
	padding-left: 5px;
}
/*******END-GLOBAL*******/

/*******HEADER-SECTION*******/

.landing-header-top {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #000000;
	z-index: 0;
	background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, #000000 20%);
	padding: 0 20px;
}
.landing-header-top:after {
	content: "";
	background-image: url(/images/landing/corsair/175r/landing-bg.jpg);
	background-position: 20% 0;
	background-repeat: no-repeat;
	background-color: #000000;
	background-attachment: fixed;
	opacity: 0.4;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.landing-row-top {
	position: relative;
	align-items: center;
	padding: 100px 0;
}
.landing-top-fl {
	width: 50%;
}
.landing-top-fl .temp-title1 {
	color: #ffffff;
	text-shadow: 2px 2px #000000;
}
.landing-top-fl .temp-title2 {
	color: #39b5fb;
	font-size: 28px;
	text-shadow: 2px 2px #000000;
}
.landing-top-fl .temp-title2:nth-child(3) {
	font-size: 14px;
	margin-top: 10px;
	color:#ffffff;
	text-transform:none;
}
.landing-header-bottom {
	background-color: #ffffff;
	padding: 50px;
}
.landing-header-content {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
}
.landing-bottom-fl {
	display: flex;
	align-items: center;
	width: 50%;
}
.landing-bottom-fr {
	display: flex;
	justify-content: center;
	position: relative;
	top: -220px;
	right: 0;
	bottom: 0;
	width: 50%;
	text-align: center;
	margin-bottom: -250px;
}
.landing-bottom-fl-content {
	padding-right: 30px;
}
.vend-logo {
	position: absolute;
	top: 20px;
	right: 0;
}
.vend-logo img {
	width: 250px;
}
/*******HEADER-SECTION-END*******/

/*******FEATURE-ONE*******/

.landing-feat1 {
	background-image: url('/images/landing/corsair/175r/feature1-bg.jpg');
	background-size:cover;
	overflow: hidden;
	padding: 250px 0;
}
.landing-feat1-inner {
	display: flex;
	align-items: center;
}
.landing-feat1-fl {
	width: 50%;
}
.landing-feat1-fl img {
	max-width: 100%;
	display: block;
}
.landing-feat1-fr {
	width: 50%;
	display: flex;
	align-items: center;
}
.landing-feat1-fr-inner {
	padding: 40px;
}
.landing-feat1-inner .temp-title1 {
	color: #39b5fb;
	font-size: 26px;
}
.landing-feat1-inner p {
	color:#ffffff;
}
#feat1-center {
	display: block;
	text-align: center;
}
#feat1-center img {
	margin: 40px;
}
#feat1-center p {
	max-width: 750px;
	margin: 15px auto;
}
.landing-sep {
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
	/* IE6-9 */
	height: 3px;
	width: 100%;
}
/*******FEATURE-ONE-END*******/

.landing-feat2 {
	background-color: #000000;
	background-image: url(/images/landing/corsair/175r/feature2-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding:250px 0;
}
#feat2a {
	background-image: url(/images/landing/corsair/175r/section1-img.jpg);
}
#feat2a .landing-feat2-fl p {
	color:#ffffff;
}
.landing-feat2-inner {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
.landing-feat2-fr {
	width: 50%;
}
.landing-feat2-fr img {
	max-width: 100%;
	display: block;
}
.landing-feat2-fl {
	width: 50%;
	display: flex;
	align-items: center;
}
.landing-feat2-fl-inner {
	padding: 40px;
}
.landing-feat2-fl .temp-title1 {
	color: #39b5fb !important;
	font-size: 26px;
}
/*******FEATURE-TWO-END*******/

.landing-feat3 {
	background-color: #000000;
	background-image: url(/images/landing/corsair/175r/section1-img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}
.landing-feat3-inner {
	display: flex;
	align-items: center;
}
.landing-feat3-fl img {
	display: block;
	margin: 50px auto;
}
.landing-feat3-fl {
	position: relative;
	text-align: center;
}
.landing-feat3 .temp-title1 {
	color: #ffffff;
	font-size: 26px;
}
.landing-feat3 .temp-title2 {
	color: #f26522;
	font-size: 25px;
}
.landing-feat3 p {
	color: #ffffff;
	margin: 0;
	padding-bottom: 15px;
}
.rgb-responsive {
	display: none;
}
.overview-box {
	margin: 275px 0;
	padding: 0;
	width: 60%;
}
.overview-box p.temp-title1 {
	font-size:25px;
	color:#39b5fb;
}
.overview-box p.temp-title2 {
	font-size:22px;
	color: #ffffff;
	text-transform:none;
}
.overview-box p.temp-title2 span {
	font-family: 'Montserrat-Bold';
}
.overview-box p {
	font-family: 'Montserrat-Light';
	font-size: 16px;
	padding: 5px;
}
#responsive-img {
	display:none;
}
@media screen and (max-width:1170px) {
	.landing-feat1, .landing-feat2 {
		background-image:none !important;
		background-color:#000000 !important;
		padding:0;
	}

	#responsive-img {
		display:block;
		padding:0 !important;
		margin:0 !important;
		max-width:1170px !important;
		width:100% !important;
	}
	.landing-header-top:after {
		background-color:#000000;
		opacity: 0.5;
	}
	#feat1-center img {
	margin: 0;
	}
	.overview-box {
		margin:20px;
		background-position:10% 0;
	}
	.landing-feat1-inner {
		display: block
	}
	.landing-feat1-fl {
		width: 100%
	}
	.landing-feat1-fr-inner {
		padding: 0;
		text-align: center;
		max-width: 760px;
		margin: 80px auto
	}
	.landing-feat1-fl img {
		margin: 20px auto
	}
	.landing-feat1-fr {
		width: 100%
	}
	.landing-feat2-inner {
		display: block
	}
	.landing-feat2-fr {
		width: 100%
	}
	.landing-feat2-fl-inner {
		padding: 0;
		text-align: center;
		max-width: 760px;
		margin: 80px auto;
	}
	.landing-feat2-fr img {
		margin: 20px auto
	}
	.landing-feat2-fl {
		width: 100%
	}
	.landing-feat2 p{
		color:#ffffff;
	}
	.vend-logo {
		position: static;
		margin: 50px
	}
	.landing-intro-fl .landing-button {
		margin: 0 auto;
		float: none;
		display: inline-block;
		padding: 20px 40px;
		margin-top: 20px
	}
	.landing-intro-fr img {
		max-width: 100%;
		margin: 0 auto
	}
	.landing-top-inner {
		display: block;
		align-items: center;
		padding: 40px 0 80px 0;
		text-align: center
	}
	.landing-row-top {
		display: block;
		align-items: center;
		padding: 10px 0 80px 0 !important;
		text-align: center;
	}
	.landing-top-fl {
		display: block;
		align-items: center;
		width: 100%
	}
	.landing-intro {
		padding: 40px 20px
	}
	.landing-intro-wrap {
		display: block
	}
	.landing-intro-fl {
		display: block;
		width: 100%;
		padding-right: 0;
		overflow: hidden;
		text-align: center;
		margin-top: 100px
	}
	.landing-intro-fr {
		display: block;
		position: relative;
		top: -80px;
		right: 0;
		bottom: 0;
		width: 100%;
		text-align: center;
		margin-bottom: -150px
	}
	.vend-logo {
		position: static;
		margin:10px;
	}
	.landing-bottom-fl .landing-button {
		margin: 0 auto;
		float: none;
	}
	.landing-bottom-fr img {
		max-width: 100%;
		margin: 0 auto;
	}
	
	.landing-row-top {
		display: block;
		align-items: center;
		padding: 40px 0 80px 0;
		text-align: center;
	}
	.landing-header-content {
		display: block;
	}
	.landing-bottom-fl {
		display: block;
		width: 100%;
		padding-right: 0px;
		overflow: hidden;
		text-align: center;
		margin-top: 100px;
	}
	.landing-bottom-fl-content {
		padding: 0px;
	}
	.landing-bottom-fr {
		display: block;
		position: relative;
		top: -80px;
		right: 0;
		bottom: 0;
		width: 100%;
		text-align: center;
		margin-bottom: -150px;
	}
	.landing-container {
		max-width: 100%
	}
	.overview-box {
		width: 100%;
	}
	.landing-feat3-inner {
		display: block;
		overflow: hidden;
		padding: 0;
		height: auto;
	}
	.landing-feat3-fl img {
		display: block;
		width: 100%;
		max-width: 381px;
		margin: 20px auto;
	}
	.landing-feat3 .temp-title2 {
		font-size: 18px;
	}
}