section#main .inner {
max-width: 100% !important;
}
section#main.main-ind {
padding-top:0;
background:#ffffff;
}
.products {
max-width:1170px;
margin:0 auto;
}
#terms {
	font-size:12px;
}
#hidenav {
  display:none;
}
#jump {
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #484848;
	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-terms {
	background-color:#000000;
	display:block;
	margin:0;
	padding:25px 0;
	overflow:hidden;
}
.landing-terms-inner p, .landing-terms-inner li {
	font-family:'Open Sans' !important;
	color:#575757 !important;
	font-size:12px !important;
}
.landing-terms-inner ol {
	padding-left:10px;
}
.landing-terms-inner li {
	padding:5px 0;
}
.landing-terms img {
	margin:20px auto;
	display:block;
}
.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: none;
    color: #000000;
    margin: 0;
    line-height: 1.2;
}
.landing-container .temp-title2{
    font-family: 'Montserrat-Light';
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
    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: #484848;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	padding: 20px;
	width: auto;
	cursor: pointer;
	margin-top: 10px;
	display: inline-block;
}
.landing-button:hover{
	background-color: #717171;
}
.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%,#2b2e31 20%);
	padding: 0 20px;
}
.landing-header-top:after{ 
    content: "";
    background-image: url(/images/landing/samsung/qvo/landing-bg.jpg);
    background-position: 20%;
    background-repeat: no-repeat;
    background-color: #36393c;
	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{
	font-family:'Montserrat-Bold';
	font-weight:bold;
	font-size:36px;
    color: #ffffff;
	text-transform:uppercase;
}
.landing-top-fl .temp-title2{
    color: #ffffff; 
	font-family:'Montserrat-Light';
	font-size: 28px;
	text-transform:uppercase;
}
.landing-top-fl .temp-title2:nth-child(3){
	font-size: 18px;
	margin-top: 10px;
}
.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-fl img {
	margin-bottom:20px;
}
	
.landing-bottom-fr{
	justify-content: center;
    position: relative;
    top: -220px;
    bottom: 0;
    width: 50%;
	margin-bottom:-250px;
}
.landing-bottom-fl-content{
	padding-right: 30px;
}
.vend-logo{
    position: absolute;
    top: 40px;
    right: 40px;
	padding-bottom:25px;
}
.vend-logo img{
	width: 250px;
}
/*******HEADER-SECTION-END*******/
/*******FEATURE-ONE*******/
.landing-feat1 {
    background-image:url('/images/landing/samsung/qvo/feature1-bg.jpg');
	background-size:cover;
    overflow: hidden;
}
.landing-feat1-inner{
     display: flex;
	 align-items:center;
}
.landing-feat1-fl{
    width: 40%;
}
.landing-feat1-fl img{
    max-width: 100%;
    display: block;
}
.landing-feat1-fr{
    width: 60%;
    display: flex;
    align-items: center;
}
.landing-feat1-fr-inner {
    padding: 300px 0;
}
.landing-feat1-fr-inner img {
	margin:30px 0;
	display:block;
}
.landing-feat1-fr .temp-title1{
	font-family:'Montserrat-Bold';
	text-transform:uppercase;
    color: #ffffff;
    font-size: 40px;
    word-break: break-word;
}
.landing-feat1-fr p{
    color: #ffffff;
    word-break: break-word;
}
.landing-sep {
background: rgb(0,0,0); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(0,0,0,1) 20%, rgba(79,79,79,1) 50%, rgba(0,0,0,1) 80%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 20%,rgba(79,79,79,1) 50%,rgba(0,0,0,1) 80%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,1) 20%,rgba(79,79,79,1) 50%,rgba(0,0,0,1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
	height:3px;
	width:100%;
}
#feat3 .landing-feat1-fr-inner {
    padding: 175px 0;
}
#feat3 .temp-title1, #feat5 .temp-title1 {
	font-family:'Montserrat-Bold';
	text-transform:uppercase;
    color: #ffffff;
    font-size: 40px;
    word-break: break-word;
}
#feat3 .landing-feat1-fr p, #feat5 .landing-feat1-fr p{
    color: #ffffff;
    word-break: break-word;
}
#feat3 {
    background-image:url('/images/landing/samsung/qvo/feature3-bg.jpg');
	background-size:cover;
    overflow: hidden;
}
#feat5 .landing-feat1-fl{
    width: 55%;
}
#feat5 .landing-feat1-fr-inner {
	padding:150px 0;
}
#feat5 .landing-feat1-fr{
    width: 45%;
    display: flex;
    align-items: center;
}
#feat5 .landing-feat1-fl img {
	padding:20px 0;
	display:block;
}
#feat5 {
    background-image:url('/images/landing/samsung/qvo/feature5-bg.jpg');
	background-size:cover;
    overflow: hidden;
}
/*******FEATURE-ONE-END*******/
.landing-feat2{
    background-image:url('/images/landing/samsung/qvo/feature2-bg.jpg');
	background-size:cover;
    overflow: hidden;
}
.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: 175px 0;
}
.landing-feat2-fl .temp-title1{
	font-family:'Montserrat-Bold';
	text-transform:uppercase;
    color: #ffffff;
    font-size: 40px;
    word-break: break-word;
    margin-right: 20px;
}
.landing-feat2-fl p{
    color: #ffffff;
    word-break: break-word;
    margin-right: 20px;
}
#feat4 {
    background-image:url('/images/landing/samsung/qvo/feature4-bg.jpg');
	background-size:cover;
    overflow: hidden;
}
#feat4 .landing-feat2-fl-inner {
	padding:200px 0;
}
#feat4 .landing-feat2-fr {
	width:60%;
}
#feat4 .landing-feat2-fl img {
	padding:20px 0;
	display:block;
}
#responsive-img {
	display:none;
}
@media screen and (max-width: 1170px) {
/*******HEADER-SECTION*******/
.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-top-fl{
    display: block;
    align-items: center;
    width: 100%;
}
.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;
}  
/*******HEADER-SECTION-END*******/
/*******FEATURE-ONE*******/
.landing-feat1-inner{
    display: block;
	text-align:left;
}
.landing-feat1-fl{
    width: 100% !important;
}
.landing-feat1-fr-inner{
	text-align: left;
	margin: 0 auto;
	padding:20px !important;
}
.landing-feat1-fl img {
	max-width:450px !important;
	width:100%;
    margin: 20px auto;
	padding:0 !important;
	text-align:center;
}

.landing-feat1-fr{
    width: 100% !important;
}
#feat3, #feat4, #feat5 { 
	width:100%;
}
.landing-feat1, .landing-feat2 {
	background-image:none !important;
	background-color:#000000 !important;
	border-bottom:1px #575757 solid !important;
}
#gearspromo {
	background-color:#c3d2df !important;
}
#responsive-img {
	display:block;
	padding:0 !important;
	margin:0 !important;
	max-width:1170px !important;
	width:100% !important;
}
/*******FEATURE-ONE-END*******/
.landing-feat2-fr img{
	max-width:450px !important;
	width:100%;
    margin: 0 auto;
	padding:0 !important;
	text-align:center;
}
.landing-feat2-inner {
    display: block;
	margin:0 auto;
}
#feat4 .landing-feat2-fl-inner {
	padding:0;
}
.landing-feat2-fr {
    text-align: left;
    width: 100% !important;
}
.landing-feat2-fl {
    width: 100% !important;
    margin: 20px;
}
.landing-feat2-fl-inner {
	padding:0;
}
}
