.landing-intro-fl-inner span{
	color:red;
}
h2.bfred {
	color:#d00000 !important;
}
.landing-container a:visited {
	color:#ffffff;
}
.landing-container a:link {
	color:#ffffff;
}
.landing-intro-fl a {
    margin-right: 15px;
}
.sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
section#main.inner {
	max-width: 100% !important;
}
section#main.main-ind {
	padding: 0;
	background: #ffffff;
}
.landing-container {
	max-width: 1170px;
	margin: 0 auto;
}
.landing-container a {
  	display: inline-block;
}
h1#temp-title1 {
	font-family: 'Montserrat-Bold';
	font-size: 36px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 20px;
	line-height: 1.2;
  	padding-bottom:0;
}
h2#temp-title2 {
	font-family: 'Montserrat-Light';
	font-size: 18px;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	margin: 0 0 15px 0;
  	padding-bottom:0;
}
.landing-container p {
	font-family: 'Open Sans';
	font-size: 18px;
	color: #ffffff;
	line-height: 1.5;
  	padding-bottom:15px;
}
.landing-button {
	background-color: #d00000;
	border: none;
	color: #ffffff;
	padding: 15px;
	margin: 20px 0;
	text-transform: uppercase;
	font-family: Montserrat-Bold, sans-serif;
	font-size: 18px;
	cursor: pointer;
	display:inline-block;
}
.landing-button:hover {
	background-color: #9d0000;
}
.landing-button i {
	padding-left: 5px;
}
.landing-top {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #000000;
	z-index: 0;
}
.landing-top:after {
	content: "";
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #000000;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	background-attachment: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.landing-top-inner {
  	position: relative;
	display: flex;
	align-items: center;
	padding: 60px 0;
}
.landing-top-fl {
	display: flex;
	align-items: center;
	width: 60%;
}
.landing-intro {
	background-color: #333333;
	padding: 20px;
}
.landing-intro-wrap {
	position: relative;
	display: flex;
  	align-items: center;
	flex-direction: row-reverse;
}
.landing-intro-fr {
	display: flex;
	position: relative;
	top: -150px;
	right: 0;
	bottom: 0;
	width: 50%;
	text-align: center;
	margin-bottom: -150px;
}
.landing-intro-fr img {
	display: block;
}
.landing-intro-fl{
 	width: 50%; 
}
.header-image {
	margin: 0 auto;
}
.vend-logo {
	position: absolute;
	top: 50px;
	right: 50px;
}
/*******END-FEATURE*******/
@media screen and (max-width: 1170px) {
	.tablink-button{
		display: flex;
		width: 50%;
}
	.vend-logo {
		position: static;
		margin: 0;
      	margin-bottom: 40px;
	}
	.landing-intro-fl .landing-button {
		margin: 0 auto;
		float: none;
		display: inline-block;
		padding: 20px 40px;
		margin-top: 20px;
	}
	.landing-intro-fr img {
		margin: 0 auto;
	}
	.landing-top-inner {
		display: block;
		align-items: center;
		padding: 40px 20px;
		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%;
		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;
	}
}
@media screen and (max-width: 768px){
   .landing-button{
  width:100%;
  }
}