/********************back-to-top-button********************/
#buttonTop {
  display: inline-block;
  background-color: #30b68c;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 10000;
}
#buttonTop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 44px;
  color: #fff;
}
#buttonTop:hover {
  cursor: pointer;
  background-color: #2ba57f;
}
#buttonTop:active {
  background-color: #555;
}
#buttonTop.show {
  opacity: 1;
  visibility: visible;
}
/********************back-to-top-button********************/
section#main .inner {
max-width: 100% !important;
}
section#main.main-ind {
padding-top:0;
background:#f7f7f7;
}
.products .inner{
  width: 1170px!important;
}

/**********************************products-card***********************************/
.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 .product-image img{
  width: 150px;
  height: auto;
}
.product .column-ind-holder .column-content {
  border-radius: 5px;
  padding: 20px!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 0;
}
.product .column-ind-holder .column-content .products-points-holder ul li:before{
  	color: #fecb00;
}
.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;
}
/**********************************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*******/

/*******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: 80px 20px;
}
.feature-headline-fl {
	display: flex;
	align-items: center;
	width: 50%;
  	justify-content: flex-end;
  	width: 585px;
}
.feature-headline-fr {
	width: 50%;
  	align-items: center;
 	display: flex;
}
.feature-headline-fr img {
  	max-width:100%;
  	width: 800px;
}
.feature-headline .temp-title1 {
  	font-family:'Montserrat-Bold';
  	text-transform:uppercase;
	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*******/

.review-description {
  font-size:14px !important; 
}
#jump {
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #fecb00;
	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-bottom: 25px;
}
.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:after {
	content: "";
	background-image: url(/images/landing/corsair/hydrox/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-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: 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-fr img {
  max-width:600px;
  width:100%;
  display:block;
}
.landing-bottom-fl-content {
	padding-right: 30px;
}
.landing-bottom-fl-content img {
	max-width:275px;
	display:block;
}
.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*******/


.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;
}
.navbar-button:hover{
    background-color: #484848;
}
.navbar-button i{
    padding-left: 5px;
}
.navbar-buttons{
    background-color: #eeeeee;
    padding: 80px 0;
    overflow: hidden;
    padding: 10px;
	display:block;
	height:auto;
	margin:0 auto;
}
.navbar-button a{
    margin: 0;
    padding: 0;
    color: #000000;
	text-decoration:none;
}
.navbar-button-inner{
    margin: 10px ;
    background-color: #fecb00;
    padding: 20px 10px;
    cursor: pointer;
}
.navbar-buttons .navbar-button{
    width: 20%;
    padding: 0;
    text-align: center;
    background-color: transparent;
    margin: 0;
}
.navbar-button-inner:hover{
    background-color: #cca300;
}
.navbar-buttons-inner {
		max-width:1500px !important;
		margin: 0 auto;
}


/*******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/hydrox/section2-img.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: #000000;
	background-image: url(/images/landing/corsair/hydrox/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: 40px;
}
.landing-feat3 .temp-title2 {
	color: #000000;
	font-size: 25px;
}
.landing-feat3 p {
	color: #ffffff;
	margin: 0;
	padding-bottom: 15px;
}
.rgb-responsive {
	display: none;
}
.overview-box {
	margin: 200px 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:2px;
	display:inline-block;
}
.lower-list li p span {
	font-family:'Montserrat-Bold';
	font-size:22px;
}
.landing-graph {
	width:750px;
	display:block;
	margin:20px auto 100px auto;
}
.graph{
    display: inline-block;
    height:400px;
    max-height:calc(100vh - 120px);
    position: relative;
    width:33%;
}

.graph-group{
    display: flex;
    flex-wrap:wrap;
}

.graph .graph-bar{
    align-items:flex-end;
    display: flex;
    height:100%;
    margin:0 auto;
    position: relative;
    width:67%;
}

.graph .graph-bar p{
	font-family:'Montserrat-Bold';
	font-size:16px;
    margin:3px auto auto;
    text-align:center;
}

.graph .graph-bar .bar{
    display:inline-block;
    overflow:hidden;
    vertical-align:bottom;
    width:50%;
}

.graph .graph-bar .bar.red{
    background: rgb(244,164,166);
    background: linear-gradient(180deg, rgba(244,164,166,1) 0%, rgba(231,63,67,1) 100%);
    height:0;
}

.graph .graph-bar .bar.red p{
    color:#e73f43 !important;
}

.graph .graph-bar .bar.blue{
    background: rgb(157,230,242);
    background: linear-gradient(180deg, rgba(157,230,242,1) 0%, rgba(33,197,225,1) 100%);
    height:100%;
}

.graph .graph-bar .bar.blue p{
    color:#21c5e1 !important;
}

.graph.gpu .graph-bar .bar.red{
    height:100%;
}

.graph.gpu .graph-bar .bar.blue{
    height:50%;
}

.graph.cpu .graph-bar .bar.red{
    height:85%;
}

.graph.cpu .graph-bar .bar.blue{
    height:55%;
}

.graph.noise .graph-bar .bar.red{
    height:60%;
}

.graph.noise .graph-bar .bar.blue{
    height:30%;
}

.graph .line{
    background:white;
    bottom:0;
    height:1px;
    position: absolute;
    width:100%;
}

.graph .label{
	font-family:'Montserrat-Bold';
    bottom:0;
    margin:auto;
    position: absolute;
    text-align:center;
    transform:translateY(150%);
    width:100%;
	line-height:1;
}

.graph .label small{
	color:#434343;
    font-size:0.8em;
}

.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*******/

    .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;
    }	
  .feature-headline-inner {
   flex-wrap: wrap; 
  }
  .feature-headline-fl {
    width: 100%;
  }
  .feature-headline-fr {
    width: 100%;
    justify-content: center;
  }
/*******END-NAV-SECTION*******/
	.landing-header-top:after {
		background-color:#000000;
		opacity: 0.5;
	}
	.landing-bottom-fl-content img {
margin: 20px auto;
display:block;
}
	#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 {
		
		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;
	}
}
@media screen and (max-width: 1500px) {
	.navbar-buttons .navbar-button{
    width: 50%;
}
}
@media screen and (max-width: 720px) {
.navbar-buttons .navbar-button{
    width: 100%;
} 
.landing-graph {
	width:350px;
	display:block;
	margin:20px auto 100px auto;
}
.graph .label small{
    font-size:0.6em;
}
}