#jump {
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #84329b;
	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;
}
section#main .inner {
max-width: 100% !important;
}
section#main.main-ind {
padding:0;
background:#ffffff;
}
.products {
max-width:1170px;
margin:0 auto;
}
/*******NAV-SECTION*******/
.landing-nav {
    display: flex;
	width:100%;
	background:#84329B;
}
.landing-nav .landing-container {
	max-width:100%;
  margin:0 auto;
}
.landing-nav-inner {
	display:flex;
	align-items:center;
	margin: 0 auto;
	justify-content:center;
	position:relative;
}
.landing-nav ul {
	background:#84329B;
	list-style-type: none;
	text-align:center;
	width:100%;
	overflow:hidden;
	padding:0;
    align-items:center;
}
.landing-nav img {
	padding:0;
	margin-right: 20px;
}
.landing-nav li {
	font-family: Montserrat-Medium, sans-serif;
    font-size: 14px;
    cursor: pointer;
	color:#ffffff;
	padding: 15px 25px;
	margin:0 auto;
    align-items:center;
    float: left;
	font-weight:normal;
}
.landing-nav li#nav-active {
	background:#731d8b;
}
.landing-nav li:hover {
	background:#731d8b;
}
.landing-nav li span {
	font-family:Montserrat-Bold;
	background:#fbdc03;
	color:#000000;
	text-transform:uppercase;
	font-size:8px;
	padding:2px;
	position:relative;
	top:-8px;
}
#hub-nav-bar {
	display:none;
	font-size: 22px;
	color:#ffffff;
}
#navbar-responsive {
	display:block;
}
#logo-hover img:hover {
	opacity:0.8;
}
/**********Nav-icon**********/
#nav-icon{
    width: 28px;
    height: 28px;
    position: absolute;
    top: 13px;
    right: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  
#nav-icon span{
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
#nav-icon span:nth-child(1) {
    top: 0px;
  }
  
  #nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
    top: 9px;
  }
  
  #nav-icon span:nth-child(4) {
    top: 18px;
  }
  
  #nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  
  #nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  #nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
/**********Nav-icon**********/

.mob-menu{
    display: inherit;
    align-items: center;
}

.mob-menu img {
	margin-left:10px;
}
.menu-icon{
    display: none;
    font-size: 28px;
    color: #ffffff;
	float:right;
	cursor:pointer;
}

/*******END-NAV-SECTION*******/
/**********************************products-card***********************************/
.products{
  background-color: #fff !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:#84329b;
    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: #84329b;
  border-color: #84329b;
  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: #84329b;
}
.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: #84329b;
}
.product .column-ind-holder .column-content .config_button_holder .btn:hover{
  color: #ffffff;
  background-color: #731d8b;;
  border-color: #731d8b;;
}
/**********************************products-card***********************************/
.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-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: #84329b;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	padding: 20px;
	cursor: pointer;
	margin-top: 30px;
	display: inline-block;
}
.landing-button:hover {
	background-color: #731d8b;
}
.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/coolermaster/td500/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: #84329b;
	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: 150px;
}
/*******HEADER-SECTION-END*******/

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

.landing-feat1 {
	background-color: #423650;
	overflow: hidden;
	padding: 120px 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: #ffffff;
	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: #eeeeee;
	background-size: cover;
	overflow: hidden;
	padding: 150px 0;
}
.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: #84329b;
	font-size: 26px;
}
/*******FEATURE-TWO-END*******/

.landing-feat3 {
	background-color: #000000;
	background-image: url(/images/landing/coolermaster/td500/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: 250px 0;
	padding: 0;
	width: 60%;
}
.overview-box p.temp-title1 {
	font-size:25px;
	color:#84329b;
}
.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;
}
@media screen and (max-width:1170px) {
  /*******NAV-SECTION*******/
    .landing-nav {
		display:block;
 		height:auto;
    }
    .landing-nav-inner {
        display:block;
		height:auto;
    }
	#navbar-responsive {
		display:none;
	}
    .landing-nav li {
        float: none;
    }
	.landing-nav img {
		margin:0;
		padding:10px;
		display:block;
		float:left;
	}
	#hub-nav-bar {
		display:block;
		float:right;
		padding:15px 10px 10px 10px;
	}
    .menu-icon{
        display: block;
    }
	.mob-menu li {
        display: none;
    }
    .mob-menu.responsive {
        position: relative;
    }
    .mob-menu.responsive li {
      float: none;
      display: block;
    }	
/*******END-NAV-SECTION*******/
	.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: 0 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: 0 auto
	}
	.landing-feat2-fr img {
		margin: 20px auto
	}
	.landing-feat2-fl {
		width: 100%
	}
	.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-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;
	}
	.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;
	}
}