@font-face {
font-family: 'Klavika Bold';
src: url('/fonts/Klavika-Bold.woff');
}
@font-face {
font-family: 'Klavika Light';
src: url('/fonts/Klavika-Light.woff');
}
section#main .inner {
max-width: 100% !important;
}
section#main.main-ind {
padding:0;
background:#ffffff;
}
.products {
max-width:1170px;
margin:0 auto;
}
#jump {
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #f26522;
	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;
}

/*******NAV-SECTION*******/
.landing-nav {
  	position: relative;
    display: flex;
	width:100%;
	background:#dd0031;
}
.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:#ffffff;
	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:#c7002c;
}
.landing-nav li:hover {
	background:#c7002c;
}
.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{
    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: #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;
}
.responsive-dropdown {
	display:none;
}
/* Style The Dropdown Button */
.dropbtn {
  background-color: #dd0031;
	font-family: Montserrat-Medium, sans-serif;
    font-size: 14px;
    cursor: pointer;
	padding: 15px 25px;
	color:#ffffff;
	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: #dd0031;
  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:#ffffff;
	font-weight:normal;
	text-decoration:none;
    display: block;
}

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

/* 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: #c7002c;
}
/*******END-NAV-SECTION*******/
/************************spec-cards*******************/
.sep {
  height:3px;
  background-color:#f16827;
  width:100%;
}
.products{
	padding-top: 0;
  	animation: Fade 2s ease;
  	margin-top: 40px;
}
.product .column-ind-holder .column-ind-header {
	background: #f16827;
    border-radius: 5px 5px 0 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:5px;
  padding: 0 0 20px 0!important;
  background: #000000;
	border-left: 1px solid	#4d4d4d;
	border-right: 1px solid	#4d4d4d;
	border-bottom: 1px solid #4d4d4d;
}
.product .column-ind-holder .column-ind-header h3 {
  color: #ffffff;
  font-weight:normal;
}

.product .column-ind-holder .column-content .products-points-holder ul li {
  font-size: 14px;
  color: #ffffff;
}
.product .column-ind-holder .column-content .config_button_holder .btn {
  background-color: #f16827;
  border-color: #f16827;
  color: #ffffff;
}
.product .column-ind-holder .column-content .products-points-holder {
 	padding: 5px 20px 20px 20px;
  	background-color: #000000;
  	margin-top: 0;
}
.product .column-ind-holder .column-content .products-points-holder ul li:before{
  	color: #f16827;
	background-color: #000;
}
.product .column-ind-holder .column-content .from-inc-price{
  	color: #ffffff;
   margin: 0 20px;
}
.product .column-ind-holder .column-content .from-inc-price span {
  	color: #f16827;
}
.product .column-ind-holder .column-content .config_button_holder .btn:hover{
  	color: #ffffff;
  	background-color: #e04800;
  	border-color: #e04800;
}
.product .config_button_holder{
  	margin: 0 20px;
  	margin-top: auto;
}
.product .column-ind-holder .column-content .product-image-holder .product-image{
	padding-top: 20px;
   height: auto;
}
/**********************************products-card***********************************/
.blurb-terms {
	font-size:14px !important;
	color:#ffffff !important;
}
.landing-terms {
	background-color:#000000;
	display:block;
	margin:0;
	padding: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: #ffffff;
	color: #000000;
	text-align: center;
	font-size: 18px;
	padding: 20px;
	width: auto;
	cursor: pointer;
	margin-top: 10px;
	display: block;
	margin-top:50px;
	border:2px solid #ffffff;
}
.landing-button:hover{
	background-color: #000000;
	border:2px solid #ffffff;
	color:#ffffff;
}
.landing-button i {
	padding-left:5px;
}
/*******END-GLOBAL*******/
/*******HEADER-SECTION*******/
.landing-header-top{
    position: relative;
    background-color: #000000;
    background-image: url(/images/landing/amd/amd-5000/landing-bg.jpg);
    background-size: cover;
	background-position:100% 0;
    background-repeat: no-repeat;
    z-index: 0;
	padding: 0 20px;
}
.landing-row-top {
    display: flex;
	position: relative;
    align-items: center;
    padding: 175px 0 0 0;
}
.landing-top-fl {
    width: 60%;
	margin-bottom:50px;
}
.landing-top-fl .temp-title1{
	font-family:'Klavika Bold';
	font-weight:normal;
	font-size:35px;
    color: #ffffff;
	text-transform:uppercase;
}
.landing-top-fl .temp-title2{
    color: #ffffff; 
	font-family:'Klavika Light';
	font-size: 28px;
	text-transform:uppercase;
}
.landing-top-fl .temp-title2:nth-child(3){
	font-size: 18px;
	margin-top: 10px;
	margin-bottom:50px;
}
.landing-header-bottom{
    padding: 0 0 175px 0;
}
.landing-header-content {
    position: relative;
    display: flex;
}
.landing-bottom-fl{
    display: flex;
    align-items: center;
    width: 60%;
}
.landing-bottom-fl-content{
	padding-right: 30px;
}
.landing-bottom-fl .terms-top{
    font-family: 'Open Sans';
    font-size: 12px;
    color: #6a6a6a;
}
.landing-bottom-fl p{
    color: #ffffff;
}
.landing-bottom-fr{
    width: 40%;
    text-align: right;
}
.landing-bottom-fr img{
    margin-top: -100px;
}
.vend-logo{
    position: absolute;
    top: 20px;
    right: 0;
}
.vend-logo img{
	width: 140px;
}
/*******HEADER-SECTION-END*******/
/*******FEATURE-ONE*******/
.landing-feat1 {
    background-image:url('/images/landing/amd/amd-5000/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: 200px 0;
}
.landing-feat1-fr-inner img {
	margin:30px 0;
	display:block;
}
.landing-feat1-fr .temp-title1{
	font-family:'Klavika Bold';
	font-weight:normal;
    color: #ffffff;
    font-size: 40px;
	line-height:1;
}
.landing-feat1-fr .temp-title1a{
	font-family:'Klavika Bold';
	font-weight:normal;
    color: #ffffff;
    font-size: 30px;
	margin:0;
	line-height:1;
}
.landing-feat1-fr p{
    color: #ffffff;
}
.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%;
}
#featcenter {
    background-image:url('/images/landing/amd/amd-5000/featcenter-bg.jpg');
	background-size:cover;
    overflow: hidden;
}
#featcenter .landing-feat1-inner {
	text-align:center;
	display:block;
	max-width:1000px;
	margin:0 auto;
}
#featcenter .landing-feat1-inner p {
	color:#ffffff !important;
		font-family:'Klavika Light' !important;
		font-weight:normal;
	font-size:24px;
	margin:100px auto;
	line-height:1.5;
}

#feat3 .landing-feat1-fr-inner {
    padding: 200px 0;
}
#feat3 .temp-title1, #feat5 .temp-title1 {
	font-family:'Klavika Bold';
	font-weight:normal;
    color: #ffffff;
    font-size: 38px;
}
#feat3 .landing-feat1-fr p, #feat5 .landing-feat1-fr p{
    color: #ffffff;
}
#feat3 {
    background-image:url('/images/landing/amd/amd-5000/feature3-bg.jpg');
	background-size:cover;
    overflow: hidden;
}

#feat5 .landing-feat1-fr-inner {
    padding: 200px 0;
}
#feat5 .temp-title1 {
	font-family:'Klavika Bold';
	font-weight:normal;
    color: #ffffff;
    font-size: 38px;
}
#feat5 .landing-feat1-fr p{
    color: #000000;
}
#feat5 {
    background-image:url('/images/landing/amd/amd-5000/feature5-bg.jpg');
	background-size:cover;
    overflow: hidden;
}
/*******FEATURE-ONE-END*******/
.landing-feat2{
    background-image:url('/images/landing/amd/amd-5000/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: 150px 0;
}
.landing-feat2-fl .temp-title1{
	font-family:'Klavika Bold';
	font-weight:normal;
    color: #ffffff;
    font-size: 40px;
}
.landing-feat2-fl p{
    color: #ffffff;
}
#feat4 {
    background-image:url('/images/landing/amd/amd-5000/feature4-bg.jpg');
	background-size:cover;
    overflow: hidden;
	background-position:50% 0;
}
#feat4 .landing-feat2-fl-inner {
	padding:175px 0;
}
#feat4 .landing-feat2-fr {
	width:50%;
}
#responsive-img {
	display:none;
}
/*******FEATURE-TWO-END*******/

.landing-terms {
	background-color:#000000;
	display:block;
	margin:0;
	padding:0;
	overflow:hidden;
}
.accordion {
	border-radius: 3px;
	position: relative;
	max-width:1170px;
	margin:0 auto;
}
.accordion-section-title {
	width: 100%;
	display: inline-block;
	margin:0;
	transition: all linear 0.15s;
	font-size: 12pt;
	font-family: 'Klavika Light', sans-serif;
	color: #fff;
	text-align: left;
	text-decoration:none;
	text-transform:uppercase;
}
.accordion-section-title:before {
	float: left;
	font-family: 'FontAwesome', sans-serif;
	content: "\f0d7 ";
	color: #ffffff;
	font-size:18px;
	padding-right:10px; 
}
.accordion-section-title.active:before {
	float: left;
	font-family: 'FontAwesome';
	content: "\f0d8";
	color: #ffffff;
	font-size:18px;
	padding-right:10px; 
}
.accordion-section-content {
	display: none;
}
.accordion-section {
	margin:45px 0;
}
.accordion, .accordion * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width:1920px) {
	#feat5 {
      background-position: 45% 0;
  }
}
@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-header-top{
		background-image: url('/images/landing/amd/amd-5000/landing-bg2.jpg');
	}
	#feat3 .landing-feat1-fr-inner {
		padding: 150px 0;
	}
	#feat5 .landing-feat1-fr-inner {
		padding: 100px 0;
	}
	#feat4 .landing-feat2-fl-inner {
		padding: 100px 0;
	}
}
@media screen and (max-width:1920px) {
  #feat5, #feat3 {
    background-position:35% 0;
  }
  .landing-row-top {
    padding: 80px 0 0 0;
}
.landing-header-bottom{
    padding: 0 0 80px 0;
}
}
@media screen and (max-width: 1170px) {
	.landing-header-top{
		background-image: url('/images/landing/amd/amd-5000/landing-bg-responsive2.jpg');
		padding:80px 0;
  	    background-position: 50% 0;
		border-bottom: 2px solid #555;
	}
	/*******HEADER-SECTION*******/
	.vend-logo{
			position: static;
			margin-bottom: 20px;
	}
		.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: 0 20px;
			text-align: center;
		}
		.landing-top-fl{
			display: block;
			align-items: center;
			width: 100%;
		}
		.landing-header-content{
			display: block;
		}
		.landing-header-bottom{
			padding: 0 20px 40px 20px;
		}
		.landing-bottom-fl{
			display: block;
			padding-right: 0px;
			overflow: hidden;
			text-align: center;
          margin:0 auto;
		}
		.landing-bottom-fl-content{
			padding: 0px;
		}
 		.landing-bottom-fl-content img{
			margin-bottom: 35px;
		}
		.landing-bottom-fr{
			display: block;
			position: relative;
			top: -80px;
			right: 0;
			bottom: 0;
			width: 100%;
			text-align: center;  
			margin-bottom: -150px;
		}  
		.landing-bottom-fr img{
			max-width: 100%;
		}
	/*******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;
	}
	#feat4 .landing-feat2-fl-inner {
    padding: 0;
}
	.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, #feat6, #feat7 { 
		width:100%;
	}
  #feat5 .landing-feat1-fr-inner p{
	color:#ffffff;
	}
	.landing-feat1, .landing-feat2 {
		background-image:none !important;
		background-color:#000000 !important;
		border-bottom:1px #575757 solid !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;
	}
	.landing-feat2-fr {
		text-align: left;
		width: 100% !important;
	}
	.landing-feat2-fl {
		width: 100% !important;
		margin: 20px;
	}
	.landing-feat2-fl-inner {
		padding:0;
	}
	#featcenter, #featcenter2 {
    background-image:url('/images/landing/amd/amd-5000/featcenter-bg.jpg') !important;
	background-size:cover;
    overflow: hidden;
}
}