/**********************************products-card***********************************/
.product .column-ind-holder .column-content .products-points-holder::after {
    background-image: url("/images/landing/corsair/icue/pc/icue-logo.png");
    background-size: 150px auto;
    width: 150px;
    height: 77px;
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
    margin-top: 20px;
}
.btn, .config_button_green {
    font-weight: normal;
    font-family: Montserrat-Bold,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.products{
max-width:1170px;
margin:0 auto;
  background-color: #f7f7f7 !important;
}
.product .column-ind-holder .column-ind-header {
      background: #ea0000;
  }
.product .column-ind-holder .column-ind-header {
  background: #000000;
  border-radius: 5px 5px 0 0;
}
.product .column-ind-holder .column-content .product-image-holder{
  padding-top: 20px;
}
.product .column-ind-holder .column-content .product-image-holder .product-image{
  	height: auto;
}
.product .column-ind-holder .column-content .product-image-holder .product-image img{
  width: 150px;
  height: auto;
}
.product .column-ind-holder .column-content {
  border-radius: 0 0 5px 5px;
  padding: 0 0 20px 0!important;
  background: #e6e6e6;
  border: none;
}
.product .column-ind-holder .column-ind-header h3 {
  color: #ffffff;
}

.product .column-ind-holder .column-content .products-points-holder ul li {
  font-size: 14px;
}
.product .column-ind-holder .column-content .config_button_holder .btn {
  background-color: #fecb00;
  border-color: #fecb00;
  color: #000000;
}
.product .column-ind-holder .column-content .products-points-holder {
 	padding: 20px;
  margin:0;
}
.product .column-ind-holder .column-content .products-points-holder ul li:before{
  	color: #fecb00;
}
.product .column-ind-holder .column-content .from-inc-price{
  	margin: 0 20px;
}
.product .column-ind-holder .column-content .from-inc-price span {
  	color: #000000;
}
.product .column-ind-holder .column-content .config_button_holder .btn:hover{
  	color: #000000;
  background-color: #eabb00;
  border-color: #eabb00;
}
.config_button_holder{
  margin: 0 20px;
}

/**********************************products-card***********************************/

/*******NAV-SECTION*******/
.landing-nav {
  	position: relative;
    display: flex;
	width:100%;
	background:#fecb00;
}
.landing-nav .landing-container {
	max-width:100%;
}
.landing-nav-inner {
	display:flex;
	align-items:center;
	margin: 0 auto;
	justify-content:center;
}
.landing-nav ul {
	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:#000000;
	padding: 15px 25px;
	margin:0 auto;
    align-items:center;
    font-weight:normal;
    list-style: none;
}
.landing-nav li sup {
	font-size:6px;
}
.dropdown sup {
	font-size:6px;
}
.landing-nav li#nav-active {
	background:#e5b700;
}
.landing-nav li:hover {
	background:#e5b700;
}
.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:#000000;
}
#navbar-responsive {
	display:block;
}
#logo-hover{
    float: left;
}
#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: #000000;
    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: #000000;
	float:right;
	cursor:pointer;
}
.responsive-dropdown {
	display:none;
}
/* Style The Dropdown Button */
.dropbtn {
  background-color: #fecb00;
	font-family: Montserrat-Medium, sans-serif;
    font-size: 14px;
    cursor: pointer;
	padding: 15px 25px;
	color:#000000;
	font-weight:normal;
	border:none;
}
.dropbtn span {
	font-family:Montserrat-Bold;
	background:#fbdc03;
	color:#000000;
	text-transform:uppercase;
	font-size:8px;
	padding:2px;
	position:relative;
	top:-8px;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fecb00;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
	font-family: Montserrat-Medium, sans-serif;
    font-size: 14px;
	padding:18px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #e5b700}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #e5b700;
}
/*******END-NAV-SECTION*******/
section#main .inner {
max-width: 100% !important;
}
section#main.main-ind {
padding-top:0;
background:#f7f7f7;
}
.products {
max-width:1170px;
margin:0 auto;
}
#jump {
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #f7f7f7;
	margin: 0;
	display: block;
}
#jump p {
	font-family: 'Montserrat-Bold';
	font-size: 32px;
	text-transform: uppercase;
	color: #000000;
	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-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: #fecb00;
	color: #000000;
	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:before {
	content: "";
	background-image: url(/images/landing/corsair/icue/pc/landing-bg.jpg);
	background-position: 20%;
	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: 60%;
}
.landing-top-fl .temp-title1 {
	color: #ffffff;
	text-shadow: 2px 2px #000000;
}
.landing-top-fl .temp-title2 {
	color: #fecb00;
	font-size: 28px;
	text-shadow: 2px 2px #000000;
}
.landing-top-fl .temp-title1 span {
	text-transform:lowercase;
}
.landing-top-fl .temp-title2 span {
	text-transform:lowercase;
}
.landing-top-fl .temp-title2:nth-child(3) {
	font-size: 18px;
	margin-top: 10px;
	color:#ffffff;
}
.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: 30%;
}
.landing-bottom-fr {
	display: flex;
	justify-content: center;
	position: relative;
	right: 0;
	bottom: 0;
	width: 70%;
	text-align: center;
   margin-bottom: -150px;
  top: -120px;
}
.landing-bottom-fl-content {
	padding-right: 30px;
}
.landing-bottom-fl-content p {
  font-size:14px;
}
.landing-bottom-fl-content img {
	max-width:275px;
	display:block;
  	margin-top:30px;
}
.landing-bottom-fl-content p#liquid-shout {
	font-family:'Montserrat-Bold';
	font-size:14px;
}
.vend-logo {
	position: absolute;
	top: 20px;
	right: 0;
}
.vend-logo img {
	width: 100%;
	max-width:450px;
}
/*******HEADER-SECTION-END*******/
/*******HEADLINE-SECTION*******/
.feature-headline {
	background-color:#fecb00;
	width: 100%;
	height: auto;
}
.feature-headline-fl-inner img {
	width:100%;
	max-width:500px;
	margin:50px 0;
	display:block;
}
.feature-headline-inner {
	display: flex;
	flex-direction: row-reverse;
	padding: 20px 20px
}
.feature-headline-fl {
	display: flex;
	align-items: center;
	width: 50%
}
.feature-headline-fr {
	width: 50%;
}
.feature-headline-fr img {
	width:900px;
}
.feature-headline .temp-title1 {
	color: #000000;
	font-size: 50px;
}
.feature-headline .temp-title1 span {
	font-family:'Montserrat-Light';
}
.feature-headline p {
	color: #000;
}
.feature-headline-fl-middle img {
	display: inline-block;
	float: left
}

.feature-headline-fl-inner ul {
	color: #000;
	font-family: 'Open Sans';
	font-size: 14px;
	list-style: none;
	padding-left: 25px
}
.feature-headline-fl-inner li {
	padding-bottom: 5px
}

.feature-headline-fl-inner li:before {
	content: "\f0da";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.3em;
	color: #000;
}
.landing-button2 {
	font-family: 'Montserrat-bold';
	text-transform: uppercase;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	padding: 20px;
	cursor: pointer;
	margin-top: 30px;
	display: inline-block;
}
.landing-button2:hover {
	background-color: #4b4b4b;
}
.landing-button2 i {
	padding-left: 5px;
}
p.pricingcurrency {
	font-family: Montserrat-Bold!important;
	text-transform: uppercase;
	font-size: 50px!important;
	margin: 0!important;
	color: #000!important
}
p.pricingnote {
	font-family: Montserrat-Bold!important;
	text-transform: uppercase;
	font-size: 12px!important;
	color: #000;
	display: inline-block;
	margin: 0 10px 0 0;
	float: left;
	position: relative;
	top: 15px
}
#review-line {
	background-color:#000;
}
/*******HEADLINE-SECTION-END*******/

.hr-line {
	background-color:#fecb00;
    height: 5px;
    max-width: 80px;
    border-radius: 3px;
    margin: 15px 0;
}
.hr-line2 {
	background-color:#fecb00;
    height: 5px;
    max-width: 80px;
    border-radius: 3px;
    margin: 15px auto;
}
/*******NAVBAR*******/
.navbar-button{
    background-color: #000000;
    border: none;
    color: #fff;
    padding: 10px;
    margin: 20px 0 0 0;
    text-transform: uppercase;
    font-family: Montserrat-Bold,sans-serif;
    font-size: 16px;
    float:left;
	overflow:hidden;
}
.navbar-button:hover{
    background-color: #484848;
}
.navbar-button i{
    padding-left: 5px;
}
.navbar-buttons{
    background-color: #eeeeee;
    padding: 50px 0;
    overflow: hidden;
	display:block;
	height:auto;
	margin:0 auto;
}
.navbar-button img#config-prod {
	position:relative;
}
.navbar-button a{
    margin: 0;
    padding: 0;
    color: #000000;
	text-decoration:none;
}
.navbar-button p {
	font-size:20px;
	max-width:350px;
	text-transform:none;
	margin:30px auto;
}
.navbar-button-inner{
    background-color: #fecb00;
    padding: 20px 10px;
    cursor: pointer;
	border-radius: 10px;
	margin:0 50px;
	height:450px;
}
.navbar-button-inner img {
	display:block;
	margin:20px auto;
}
.navbar-buttons .navbar-button{
    width: 50%;
    padding: 0;
    text-align: center;
    background-color: transparent;
    margin: 0;
}
.navbar-button-inner:hover{
    background-color: #cca300;
}
.navbar-buttons-inner {
		max-width:1170px !important;
		margin: 0 auto;
}
/*******FEATURE-WINDOWS*******/
.feature-five{
	background: #eeeeee;
	padding: 20px;
}
.tab-container {
	width: 100%;
	height: auto;
	padding: 80px 0;
	background-color: #eeeeee;
	text-align: center;
	overflow: hidden;
	margin:0 auto;
}
.tab-button-wrap{
	padding: 0 10px;
}
.tab {
    display: flex;
    flex-wrap: wrap;
    max-width: 1500px;
    margin: 0 auto;
    overflow: hidden;
}
.tablink-button{
    display: flex;
    width: 20%;
    justify-content: center;
}
.tablinks:hover { 
  background:#fecb00;
}
.tablinks {
    display: flex;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    font-size: 12px;
    color: #000000;
    cursor: pointer;
    border: 0;
    background-color: #fff;
    padding: 10px;
    width: 100%;
    margin: 10px;
    align-items: center;
    justify-content: center;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.tabcontent {
	width:100%;
	display: none;
}
.tabcontent p {
	font-family:'Open Sans';
	color:#000000;
	font-size:18px;
	max-width:850px;
	text-align:center;
	margin: 0 auto;
	padding:50px 0;
}
.tabcontent img {
	max-width: 100%;
}
.feature-five .tablink-button .tab-active{
    background-color: #fecb00!important;
}

.tab button:focus {
	outline:0;
}
.tab-content-holders div:first-of-type {
  display: block;
}
.tab-content-container {
	background-color:#bdbdbd;
	max-width:1500px;
	margin:30px auto 0 auto;
}
.tab-container #windows-header {
	font-family:'Montserrat-Bold';
	font-size:30px;
	color:#000000;
	text-align:center;
	margin:0 auto;
	padding:15px 0;
}
.tab-container p {
	font-family:'Open Sans';
	color:#000000;
	font-size:18px;
	max-width:850px;
	text-align:center;
	margin: 0 auto;
	padding:15px 0;
}
#mid-line {
	margin:10px auto;
}
.video-box {
	display: inline-block;
	height: 100%;
	position: relative;
	vertical-align: top;
	width: 100%;
}
.videoarea {
	background: #000;
	height: 100%;
	width: 100%;
}

/*******FEATURE-WINDOWS-END*******/

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

.landing-feat1 {
	background-color: #ffffff;
	overflow: hidden;
	padding: 40px 20px;
}
.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: #000000;
	font-size: 24px;
}
.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%;
}
#feat1bg {
	background-image:url('/images/landing/corsair/icue/pc/section2-imgb.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
#feat1bga {
	background-color:#eeeeee;
}
#feat1-center1 {
	display: block;
	text-align: center;
}
#feat1-center1 img {
	padding: 10px;
}
#feat1-center1 p {
	max-width: 750px;
	margin: 15px auto;
	color:#000000;
}
#feat1-center2 {
	display: block;
	text-align: center;
}
#feat1-center2 img {
	padding: 10px;
}
#feat1-center2 p {
	max-width: 750px;
	margin: 15px auto;
	color:#ffffff;
}
/*******FEATURE-ONE-END*******/

.landing-feat2 {
	background-color: #eeeeee;
	background-size: cover;
	overflow: hidden;
	padding: 40px 20px;
}
.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: #000000;
	font-size: 24px;
}
/*******FEATURE-TWO-END*******/

.landing-feat3 {
	background-color: #ffffff;
	background-image: url(/images/landing/corsair/icue/pc/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: #000000 !important;
	font-size: 40px;
}
.landing-feat3 .temp-title2 {
	color: #000000 !important;
	font-size: 25px;
}
.landing-feat3 p {
	color: #000000;
	margin: 0;
	padding-bottom: 15px;
}
.rgb-responsive {
	display: none;
}
.overview-box {
	margin: 300px 0;
	padding: 0;
	width: 60%;
}
.overview-box p.temp-title1 {
	font-size:25px;
	color:#ffffff;
}
.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;
}
.performance-list {
	margin:0 auto;
	display:block;
	text-align:center;
	width:400px;
}
.lower-list {
	list-style-type:none;
	margin:0 auto;
	display:block;
}
.lower-list li {
	text-align:left;
	padding-left:0;
	margin-left:0;
}
.lower-list li p {
	font-family: 'Montserrat';
	font-size:16px;
	color:#000000;
	position:relative;
	top:-25px;
	display:inline-block;
}
.lower-list li p span {
	font-family:'Montserrat-Bold';
	font-size:22px;
}

.landing-disclaimer{
    display: block;
	margin:10px auto;
}

.landing-disclaimer p {
    line-height:1.4em;
	font-size:12px;
	color:#9b9b9b !important;
}
@media screen and (max-width:1170px) {
  /*******NAV-SECTION*******/
    .landing-nav {
		display:block;
         height:auto;
         overflow: auto;
    }
    .landing-nav-inner {
        display:block;
		height:auto;
    }
	#navbar-responsive {
		display:none;
    }
    .landing-nav a {
        display: block;
        overflow: hidden;
        clear: both;
    }
    .landing-nav li {
        text-align: center;
    }
	.landing-nav img {
		margin:0;
		padding:10px 20px;
		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;
    }
	.responsive-promos {
		display:block;
	}
	.dropdown {
		display:none;
	}
/*******END-NAV-SECTION*******/
	/*******HEADLINE-SECTION*******/
	.feature-headline-inner {
		display: block;
		padding: 20px 0;
	}
	.feature-headline-fl {
		display: block;
		align-items: center;
		width: 100%;
		padding:20px;
	}
	.feature-headline-fr {
		width: 100%;
		padding:20px;
	}
	.feature-headline-fr img {
		width:100%;
		max-width:500px;
		display:block;
		margin: 0 auto;
		padding:0;
		text-align:center;
	}
	/*******HEADLINE-SECTION-END*******/
	.landing-header-top:after {
		background-color:#000000;
		opacity: 0.5;
	}
	.landing-bottom-fl-content img {
margin: 20px auto;
display:block;
}
.hr-line {
    margin: 15px auto;
}
	#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;
		max-width:100px;
		margin:50px auto;
	}
	.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%;
		padding:20px;
		text-align:center;
	}
	.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;
	}
	.landing-feat3 {
	background-image: none;
	}
}
@media screen and (max-width: 1500px) {
	.navbar-buttons .navbar-button{
    width: 50%;
	display:block;
	}
	.navbar-buttons .navbar-button #config-prod {
		width:100%;
		max-width:285px;
	}
}
@media screen and (max-width: 650px) {
	.navbar-buttons .navbar-button {
    width: 100%;
	margin:30px auto;
	text-align:center;
}
	.tablink-button{
		width: 50%;
	}
}

@media screen and (max-width:400px) {
		.tablink-button{
		width: 100%;
		}
}