@font-face {
font-family: 'Klavika Bold';
src: url('/fonts/Klavika-Bold.woff');
}
@font-face {
font-family: 'Klavika';
src: url('/fonts/Klavika-Regular.woff');
}
@font-face {
font-family: 'Klavika Light';
src: url('/fonts/Klavika-Light.woff');
}

section#main.main-ind{
	padding: 0
}
section#main .inner{
 	max-width: 100%; 
}
.config_button_holder {
    margin-top: auto;
    padding: 0 20px 20px;
}
.product .column-ind-holder .column-ind-header {
	background: #0000e1;
    border-radius: 5px 5px 0 0;
  	padding: 20px;
  }
.product .column-ind-holder .column-content .product-image-holder .product-image {
  height:auto;
  padding:10px 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;
  border: none;
  padding: 0px!important;
  background: #e1e1e2;
}
.product .column-ind-holder .column-ind-header h3 {
  color: #ffffff;
  text-transform: uppercase;
}
.product .column-ind-holder .column-content .products-points-holder ul li {
  font-size: 14px;
  color: #000000;
}
.product .column-ind-holder .column-content .config_button_holder .btn {
  background-color: #0000e1;
  border-color: #0000e1;
  color: #ffffff;
}
.product .column-ind-holder .column-content .products-points-holder {
  padding: 10px 20px 20px 20px;
  background: #e1e1e2;
  margin-top: 0;
}
.product .column-ind-holder .column-content .products-points-holder ul li:before{
  	color: #0000e1;
}
.product .column-ind-holder .column-content .from-inc-price{
  	color: #000000;
  	padding: 0 20px;
  	font-size: 16px;
}
.product .column-ind-holder .column-content .from-inc-price span {
  	color: #0000e1;
}
.product .column-ind-holder .column-content .config_button_holder .btn:hover{
  color: #ffffff;
  background-color: #0000e1;
  border-color: #0000e1;
}
.product .column-ind-holder .column-content .config_button_holder .btn p{
  font-size: 16px;
}


.rec-specs{
    background-color: #0000e1;
    padding: 20px 0;
	text-align: center;
	color: #fff;
}

.rec-specs h2 {
	font-family: 'Klavika Bold';
	font-size: 36px;
	margin-bottom: 0px;
	text-transform: uppercase;
}


/**fonts**/
.landing-wrapper h1, .landing-wrapper h2, .landing-wrapper h3{
    font-family: 'Klavika-web-condensed', sans-serif;/***change to required font***/
	font-weight: bold;
    line-height: 1.2;
	text-transform: none;
}
.landing-wrapper h1{
    font-size: 50px;
}
.landing-wrapper h2{
    font-size: 30px;
}
.landing-wrapper .vas {
  align-items: normal;
}
.landing-container{
    max-width: 1170px;
    margin: 0 auto;
}
/**larger-container to replace .landing-container**/
.lg-container{
    max-width: 1920px;
    margin: 0 auto;
}
.landing-button{
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 20px;
    background-color: none;
	border: 2px solid #fff;
    color: #ffffff;
    margin-top: 20px;
}


/**columns**/
.pcs_col-2{ /**2columns**/
    width: 50%;
}
.pcs_col-3{ /**3columns**/
    width: 33.33%;
}
.pcs_col-4{ /**4columns**/
    width: 25%;
}

/*************for more padding inside div**********/
.col_inner{
    padding: 20px;
}


/**sections**/
.feature{
    padding: 40px;
    background-color: #214847;
}
.feature:nth-child(even){
    background-color: #ffffff;
}
/**feat1**/
#feat1{
    background-color: #000;
    color: #fff;
}
#feat1alt {
    background-color: #fff;
    color: #000;
}
#feat1alt h1 {
	font-size: 34px;
	font-weight: bold;
}
/**feat2**/
#feat2{
    background-color: #000;
}
#feat2{
    margin: 0;
    position: relative;
    padding: 0;
}
#feat2 video{
    width: 100%;
    object-fit: cover;
}
/**feat3**/
#feat3 {
    background-color: #000;
	color: #fff;
	text-align: center;
}
#feat3 h2 {
	font-family: 'Klavika';
	font-weight: bold;
	font-size: 36px;
}
/**feat4**/
#feat4 {
    background-color: #fff;
	color: #000;
}
#feat4 h3 {
	font-size: 26px;
	font-weight: normal;
}
#feat4 img{
	padding-top: 40px;
}

#feat4 .video {
	text-align: center;
    position: relative;
    /**padding-bottom: 56.25%; /add to responsive**/
    position: relative;
    padding-bottom: 30.25%;
    overflow: hidden;
}
#feat4 .video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#feat4 .vas {
  align-items: center;
}

#feat5{
	padding-top: 120px;
    color: #fff;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 10%);
	text-align: center;
}
#feat5 h2{
	padding-bottom: 60px;
}
#feat5 .pcs_col-2 {
	text-align: left;
	padding: 20px;
}
#feat5 .pcs_col-2 h2{
	font-size: 24px;
	padding: 60px 0 20px 0;
}
#feat5 li{
	font-family: 'Klavika';
	font-size: 16px;
	color: #fff;
	list-style-type: circle;
	list-style-position: inside;
	padding-bottom: 10px;
	line-height: 1.2;
}
#feat6 {
	background-image: url('/images/landing/amd/radeonpro7000/hexagon-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #000;
	text-align: center;
	color: #fff;
}
#feat6 .pcs_col-3 {
	text-align: left;
	padding: 20px;
}
#feat6 .pcs__row {
	align-items: normal;
}
#feat6 h3 {
	font-size: 22px;
	padding: 20px 0;
}
#feat7 {
	background-color: #e1e1e2;
}
#feat7 h2{
	padding-bottom: 60px;
	text-align: center;
}
#feat7 .pcs_col-3 {
	text-align: left;
}
#feat7 .pcs_col-3 h2{
	font-size: 24px;
	padding: 60px 0 20px 0;
	text-align: left;
}
#feat7 li{
	font-family: 'Klavika';
	font-size: 16px;
	color: #000;
	list-style-type: circle;
	list-style-position: inside;
	padding-bottom: 10px;
}
#feat7 .landing-button {
	color: #000;
	background-color: #fff;
	border: solid 2px #000;
}
#feat7 img {
	margin: 0 auto;
    display: block;
}
#feat8{
	padding-top: 120px;
	background-color: #000;
    color: #fff;
}
#feat8 h2{
	padding-bottom: 20px;
}
#feat8 p{
   margin-bottom: 20px; 
}
#feat8 .pcs_col-2, #feat8 .pcs_col-3 {
    padding: 20px;
}

#feat8 .pcs_col-3, #feat8 .pcs_col-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#feat8 .pcs_col-2 h2, .pcs_col-3 h2{
	font-size: 24px;
	padding-top: 20px;
}
#feat8 img {
	margin: 0 auto;
    display: block;
	width: 100%;
}
#feat8 a {
	margin-top: auto;
}
#feat9 {
	background-color: #e1e1e2;
	color: #000;
	text-align: left;
}
#feat9 img {
	display: inline;
	vertical-align: revert;
}
#feat9 p {
	font-size: 10px;
	color: #7b7b7b;
	padding-top: 20px;
}
#feat9 h2 {
	display: inline-block;
	vertical-align: middle;
}



/***background-images in html****/
.landing-wrapper picture{ /**include position relative on the parent div.**/
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    width: 100%;
}
.landing-wrapper picture img {
    object-fit: cover;
    height: 100%;
    user-select: none;
    width: 100%;
}
/***youtube video lightbox****/
.pcs_vid_btn {
    font-family: 'montserrat';
    font-weight: bold;
    color: #76b900;
    cursor: pointer;
	margin: 50px auto;
	display:block;
}
.vid_lightbox {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    display: none;
    z-index: 999;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
  }
.vid_lightbox-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1500px;
    z-index: 10;
}
.vid_lightbox-content {
	padding: 40px;
}
.vid_lightbox-close {
	cursor: pointer;
	color: #fff;
	background: transparent;
	font-size: 31px;
	font-weight: bold;
	display: inline-block;
	line-height: 20px;
	padding: 6px 10px 10px 10px;
	position: absolute;
	right: 40px;
	top: 3px;
	border: none;
	z-index: 999;
	outline: none;
}
.vid_lightbox-close:before{
  content: "×";
}
.pcs_video-container {
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}
.pcs_video-container iframe,
.pcs_video-container object,
.pcs_video-container embed {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}





/*******************************vid*******************************/
.lp-vid-wrap{
    padding: 35px;
}
.lp-vid-wrap a{
    max-width: 700px;
    margin: 0 auto;
    display: block;
}

.lp-lightbox-inner{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 40px;
}
#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}
.lp-video video{
    width: 100%;
    height: auto;
}
#lp-lightBox{
  display: none;
  position: fixed;
  max-width: 1170px;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1002;
  overflow: visible;
  z-index: 999;
}
#boxclose {
  cursor: pointer;
  color: #fff;
  background: #31b28b;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 18px 10px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1002;
  opacity: 0.9;
}
.boxclose:before {
  content: "×";
}
#fade:hover ~ #boxclose {
  display:none;
}





@media screen and (max-width: 1170px){
    .landing-wrapper .vas {
        flex-wrap: wrap;
    }
    .pcs_col-4{
        width: calc(50% - 10px);
    }
	#feat4 img {
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 900px){
    .pcs_col-2, .pcs_col-3{
        width: 100%;
    }
	#feat5 li{
	list-style-position: outside;
	}

	#feat4 .video {
		padding-bottom: 56.25%;
	}
}
@media screen and (max-width: 720px){
    .pcs_col-2, .pcs_col-3{
        width: 100%;
    }
    .pcs_col-4{
        width: 100%;
    }
}