/* GENERAL */

body{
	font-family: 'Open Sans', sans-serif;
}

*{
	outline: none;
}

a{
	color: #317d9f;
}

img{
	width: 100%;
	height: auto;
}

strong{
	color: #000;
}


h1{
	font-weight: 600;
	color: #000;
	font-size: 3.5rem;
}

h3{
	color: #000;
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: .9rem;
}

h4{
	color: #000;
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: .7rem;
}

hr{
	margin: 25px auto;
	width: 85%;
	max-width: 1000px;
	border-top: 1px solid #7f7f7f;
	display: block;
}

hr.is-style-wide{
	width: 100%;
	max-width: none;
}

.text-white{
	color: #fff;
}

/* BUTTONS */



.white-text{
	color: #fff !important;
}

.btn-trans{
	background-color: transparent;
	border: 1px solid #fff;
}

.btn-round{
	border-radius: 25px;
}

.btn-orange{
	background-color: #ee652e;
	border: 1px solid #ee652e;
	color: #000;
}

.btn-orange:hover{
	background-color: #ee652e;
}

.btn-red{
	background-color: #e82102;
	border: 1px solid #e82102;
}

.btn-red:hover{
	background-color: #d71d00;
}

.btn-blue{
	background-color: #0096f2;
	border: 1px solid #0096f2;
	color: #fff;
}

.btn-blue:hover{
	background-color: #0083d4;
}

.btn{
	display: inline-block;
	font-weight: 600;
	transition: .5s;
}


.btn-round{
    border-radius: 25px;
    padding: 15px 15px;
    font-size: .8rem;
}

.plugged-buttons .btn-trans:hover{
	background-color: #fff;
	color: #1a1f23;
}

.plugged-buttons .btn-orange:hover{
	background-color: #1a1f23;
	color: #fff;
}

/* Youtube */


.wp-block-embed-youtube .wp-block-embed__wrapper{
    overflow: hidden;
    position: relative;
    width:100%;
}

.wp-block-embed-youtube .wp-block-embed__wrapper::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}






/* NEXTGEN GALLERY PLUGIN & MEDIA BANK */



.page-id-9795 .brandassets img{
	width: auto;
}

.media_title{
	position: relative;
	padding-top: 25px;
	margin-bottom: 50px;
}

.media_title:before{
	content: "";
	position: absolute;
	top: -10px;
	width: 75px;
	left: 50%;
	transform: translateX(-50%);
	border: 2px solid #000;
}

.page-id-9795 .wp-block-embed-youtube .wp-block-embed__wrapper{
	margin-bottom: 10px;
}

.page-id-9795 .wp-block-group .wp-block-group__inner-container{
	padding: 5px 15px;
}

.no_padd_top, .no_padd_top .wp-block-group__inner-container{
	padding-top: 0 !important;
}

.page-id-9795 .basic-content{
	padding: 15px 0;
}

.ngg-galleryoverview{
	margin-bottom: 10px !important;
	margin-top: 50px  !important;
}

.ngg-galleryoverview h3{
	margin-bottom: 1rem !important;
	font-size: 1rem;
	color: #868686;
	font-weight: 500;
}

.slideshowlink{
	margin-bottom: 25px;
}

.slideshowlink a{
	color: #33bff1;
	font-weight:600;
	font-size:.9rem;	
	text-transform: uppercase;
}

.zip-download{
	margin-top: 10px;
	background-color: #6f6f6f;
	border: 1px solid #6f6f6f;
	color: #fff;
	font-weight: 500;
	padding: 5px 10px;
}

.zip-download:hover{
	color: #fff;
	text-decoration: none;
}

.ngg-download-frm .button{
	margin-bottom: 5px;
	background-color: #6f6f6f;
	border: 1px solid #6f6f6f;
	color: #fff;
	font-weight: 500;
	padding: 5px 10px;
}

.ngg-download-separator{
	margin-bottom: 50px;
	visibility:hidden !important;
}

.ngg-download-frm{
	padding-bottom:90px;
	border-bottom: 1px solid #868686;
}


/* DEFAULT BLOCKS */

.wp-block-column{
	padding-right: 15px;
}

.wp-block-image{
	margin-bottom: 0;
}

.wp-block-group__inner-container{
	width: 100%;
	max-width: 1140px;
	margin: auto;
	padding: 50px 15px;    
}

.wp-block-group__inner-container p{
	line-height: 1.8rem;
    color: #7e7e7e;
}

.wp-block-group__inner-container .container{
	padding-left: 0;	
	padding-right: 0;	
}


.brandassets .ngg-download-frm{
	padding-bottom: 0px;
    border-bottom: 0;
}

.brandassets .line-brand{
	width: 100%;
	display: block;
	padding-bottom: 90px;
    border-bottom: 1px solid #868686;
}

/* BLOG */



.archive-content, .blog-content{
	padding: 50px 0;
}

.archive-item{
	padding: 50px 0;
	border-bottom: 1px solid #e4e3e4;
}

.archive-item img, .single-featured-img img{
	width: auto;
	max-width:100%; 
	height:auto;
}

.archive-featured-img{
	text-align: center;
}

.blog_title_link:hover{
	text-decoration: none;
}

.news-title{
	font-size: 2rem;
}




/* NAV */



.has-megamenu:hover > .dropdown-menu{
	
	display: block;
}

.logo{
	max-width: 200px;
	height: 46px;
}


.main_nav .navbar{
	padding-bottom: 0;
}

#bs4navbar a:hover{
	color: #000 !important;
}

#bs4navbar > ul > li{
	margin-left: 1rem; 
	margin-right: 1rem; 
}

#bs4navbar > ul > li > a{
	position: relative;
	color: rgba(0, 0, 0, 0.9);
	transition: .5s;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #fff;
}

#bs4navbar > ul > li > a:hover, #bs4navbar > ul > li.active > a{
	border-bottom: 2px solid #969696;
}


nav.navbar{
	padding-left: 0;
	padding-right: 0;
	 
}

.top_header{
	background-color: #f0edf0;
	padding: 5px 25px;
	border-bottom: 1px solid #e4e3e4;
}

.top_header a{
	color: #317d9f;
	font-weight: 600;
}

.top_header ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.top_header li{
	display: inline-block;
	position: relative;
	font-size: .9rem;
}

.top_header li:after{
	content: "";
	position: absolute;
	right: -3px;
	top: 5px;
	height: 15px;
	border-left: 1px solid #dedede;
}

.top_header li:last-child:after{
	display: none;
}

.top_header li a{
	padding: 5px 15px;
}

.top_header li a:hover{
	text-decoration: none;
}

.top-right-nav{
	text-align: right;
}

.top_header li{
	position: relative;
}

.top_header .sub-menu{
	transition: .5s;
	padding: 5px 0;
	background-color: #f0edf0;
	width: 160px;
	text-align: left;
	display: none;
	position: absolute;
	z-index: 999;
}

.top_header .sub-menu li{
	display: block;
	margin: 2px 0;
}

.top_header .sub-menu li:after{
	display: none;
}

.top_header li:hover .sub-menu {
  	display: block;
}


.social-media ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.social-media ul li{
	display: inline-block;
	padding: 0 10px;
}

.social-media ul li a{
	color: #4c4c4c;
	font-size: 1.2rem;
}

.social-media li a img{
	width: 20px;
	height: auto;
	position: relative;
	top: -2px;
	left: -1px;
}


.primary-menu a{
	color: #939393;
	font-weight: 600;
	font-size: 13px;
}

.navbar-light .dropdown-menu .menu-item a, #menu-primary li.menu-item a.nav-link{
	 color: rgba(0,0,0,.5); 
}

.dropdown-toggle::after{
	display: none !important; /* Remove Carot on dropdown items */
}

.dropdown-menu{
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.dropdown-menu a{
	line-height: 23px;
	font-size: 12px;
	font-weight: 400;
}

/* Multi level bootstrap dropdowns */

ul.dropdown-menu li > ul.dropdown-menu{
    left: -249px;
    top: 0;
    width: 250px;
}

ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu{
    display: block
}

 ul.dropdown-menu .dropdown-toggle{
	padding: .25rem 1.5rem !important; 
	
} 

 ul.dropdown-menu .dropdown-menu a{
 	white-space: normal;
 }


/* MEGA MENU PATCHES */

.navbar .has-megamenu{
	position:static!important;
}
	
.has-megamenu .dropdown-menu{
	width: 1100px;
	margin-top: -1px;
	border-radius: 0;
	padding: 0 150px;
	left: 50%;
	transform: translateX(-50%);
}

.has-megamenu .dropdown-menu li{
	width: 32%;
	display: inline-block;
	padding: .5rem 1rem 1rem 1rem;
	text-align: center;
	position: relative;
}


.has-megamenu.menu-4 .dropdown-menu li{
	width: 24%;
	
}

.has-megamenu .dropdown-menu li:after{
	top: 0;
	content: "";
	position: absolute;
	right: 0;
	height: 70%;
	top: 50%;
	transform: translateY(-50%);
	border-right: 1px dotted #cacaca;
}

.has-megamenu .dropdown-menu li:last-child:after{
	display: none;
}

.has-megamenu .dropdown-menu li img{
	width: 100%;
	max-width: 150px;
	display: block;
	margin-top: 1rem;
	margin-left: auto;
	margin-right: auto;
}

.has-megamenu .dropdown-menu li a{
	padding: 0;
	font-weight: 600;
}

.has-megamenu .dropdown-menu li a:hover{
	background-color: #fff;
}


/* END MEGA MENU PATCHES */


/* SUB NAV */

.media-sub-nav .sub-nav ul .nav-link{
	padding: .5rem .8rem;
}

.sub-navigation{
	border-top: 1px solid #e4e4e4;
}

.sub-nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.sub-nav ul li{
	position: relative;
	display: inline-block;
	font-size: .9rem;
}

.sub-nav ul li:after{
	position: absolute;
	right: -3px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	height: 1rem;
	border-right: 1px solid #888888;
}

.sub-nav ul li:last-child:after{
	display: none;
}

.sub-nav ul li a{
	display: block;
	color: #888888;
}

/* ICONS */

.icons-left{
	padding: 50px 0;
}

.icon-row{
	margin-top: 70px; 
	margin-bottom: 70px; 
}

.icons-title{
	margin-top: .7rem;
	font-weight: 700;
}

.icons-content{
	padding: .1rem 0 0 .7rem;
}







/* Product Details */

.product-details{
	padding: 50px 0;
}

.tab-items{
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
}

.tab-items li{
	position: relative;
	margin: 0;
	display: inline-block;
	cursor: pointer;
	border-right: 1px solid #e7e7e7;
	border-left: none;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 10px;
	position: relative;
	z-index: 2;
}

.tab-items li:first-child{
	border-left: 1px solid #e7e7e7;
}

.tab-items li.active{
	border-bottom: 1px solid #f8f8f8;
	background-color: #f8f8f8;
}

.tab-content-wrapper{
	background-color: #f8f8f8;
	z-index: 1;
	position: relative;
	top: -1px;
	border: 1px solid #e7e7e7;
	padding: 50px 25px;
}


.tab-content ul{
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

.tab-content ul li{
	padding-right: 15px;
}



.tab-content{
	display: none;
}

.tab-content.active{
	display: block;
}

.table-striped tbody tr:nth-of-type(odd){
	background-color: #fff;
}

.tab-content table tr td{
	text-align: left;
}

.tab-content table tr td:first-child{
	text-align: right;
	width: 20%;
}

.products_downloads{
	border: 1px solid #e1e1e1;
	text-align: center;
}

.tab-content .products_downloads ul{
	margin: 0;
	padding: 0;
	list-style: none;
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1;
}

.products_downloads .head{
	font-weight: 500;
	padding: 15px;
	border-bottom: 1px solid #e1e1e1;
}

.products_downloads ul li{
	display: block;
	padding: 15px 5px 25px 5px;
	border-bottom: 1px solid #e1e1e1;
}

.products_downloads ul li:last-child{
	border-bottom: none;
}

.products_downloads ul li a{
	background-color: #077589;
	display: inline-block;
	padding: 12px 16px 10px;
	color: #fff;
	border-radius: 5px;
	transition: .5s;
}

.products_downloads a .fa-download{
	opacity: 0%;
	width: 0;
	transition: all .5s;
}

.products_downloads a:hover .fa-download{
	opacity: 100%;
	width: 20px;
}

.products_downloads a:hover{
	text-decoration: none;
}



.products_downloads ul li:nth-child(odd) {
  background: #fff;
}

.products_downloads ul li:nth-child(even) {
  background: #f8f8f8;
}


/* MAP */

.map iframe{
	width: 100%;
	height: 450px;
}

/* FAQS */

.faqs{
	padding: 50px 0;
}

.faq-list{
	list-style: none;
	padding: 0;
	margin: 0;
}

.faq-list li{
	position: relative;
	display: block;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	padding: 8px;
	cursor: pointer;
}

.faq-list li span{
	display: inline-block;
	text-align: center;
	padding: 0px 5px;
	border: 1px solid #e1e1e1;
	margin-right: 8px;
}

.faq-list li:last-child{
	border-bottom: 1px solid #e1e1e1;
}

.faq-list li .answer{
	display: none;
	margin-top: 15px;
}

.faq-list li .answer.active{
	display: block;
}

.faq-list li .question{
	font-weight: 600;
}

.faq-list li span i{
	color: #e1e1e1;
}


/* hero-style-2 */

.hero-style-2{
	position: relative;
	background-size: cover; 
	height: calc(100vh - 120px); 
	background-position: center;
}

.photo_credit{
	position: absolute;
	bottom: 5px;
	left: 5px;
	color: #fff;
	font-size: 10px;
	z-index: 3;
	max-width: 48%;
}

.tint-50{
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	z-index: 3;
}

.corporate-caption-wrap{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

/* products-columns */

.products-columns{
	position: relative;
	padding: 50px 0;
}

.products-columns:before{
	content: "";
	margin-left: 40px;
	position: absolute;
	left: 50%;
	top: 5%;
	transform: translateX(-50%);
	border-right: 1px solid #7f7f7f;
	height: 90%;
}

.products-columns img{
	max-width: 100%;
	width: auto;
}

.column-content{
	padding-top: 50px;
}

.column-products{
	margin-top: 100px;
}

.column-products h3{
	text-align: center;
}

/* BRANDS BAR */

.brands-carousel{
	padding: 15px;
}

.brand-item{
	cursor: pointer;
	width: 150px;
	height: 105px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}


/* FOOTER */

.upload_btn{
	margin-top: -15px;
	width: 118px;
	height: 116px;
	background-image: url(../img/upload-btn.jpg);
	background-repeat: no-repeat;
}

.upload_btn input{
	opacity: 0;
   z-index: -1;
   width: 118px;
	height: 116px;
}



.black-area{
	background-color: #000000;
	padding: 50px 0 25px 0;
}

.black-area h3{
	color: #d57230;
	font-weight: 300;
}

.black-area p, .black-area li, .black-area a{
	color: #999999;
}

.black-area .btn-orange{
	color: #000;
}

.button-center{
	text-align: center;
}

.black-area label{
	color: #d57230;
	font-size: .8rem;
	margin-bottom: 2px;
}

.black-area .wpcf7-radio .wpcf7-list-item-label{
	color: #999999;
    display: inline-block;
    top: -1px;
    left: 3px;
    margin: 0 15px 0 5px;
    position: relative;
    font-size: .8rem;
}

.black-area .customer-type{
	display: block;
	margin-top: 5px;
}

.black-area .wpcf7-checkbox .wpcf7-list-item-label{
	font-size: .8rem;
	position: relative;
	top: -1px;
	margin-left: 5px;
	color: #999999;
}

.black-area span.wpcf7-list-item{
	margin: 0;
}

.black-area label.required:after{
	content: "*";
	color: #fff;
	display: inline-block;
	margin-left: 3px;
}

.black-area input[type=text], .black-area input[type=email], .black-area textarea, .black-area select{
	width: 100%;
	border: none;
	padding: 5px;
}

.black-area input[type=submit]{
	background-color: #d57230;
	border: 1px solid #d57230;
	display: inline-block;
	padding: 5px 15px;
	color: #000;
	border-radius: 3px;
}

.black-area .wpcf7-form p{
	font-size: .8rem;
	color: #999999;
}

.black-area section.widget{
	margin-bottom: 25px;
}

.gray-area{
	background-color: #1a1f23;
	padding: 75px 0;
	text-align: center;
}


.gray-img-wrap{
	display: inline-block;
}

.gray-img-wrap img{
	max-width: 350px;
}

.gray-area .social-media{
	margin-top: 25px;
}


.gray-area .social-media li a{
	font-size: 1.4rem;
	display: inline-block;
	color: #fff;
	background-color: #e1702b;
	border: 2px solid #e1702b;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	transition: .5s;
}

.gray-area .social-media li a img{
	width: 25px;
	height: auto;
	position: relative;
	top: -4px;
	left: -1px;
}


.gray-area .social-media li a:hover{
	background-color: transparent;
	
}


.white-area{
	background-color: #e0e0e0;
	padding: 50px 0;
	
}

.white-area h3{
	font-size: 1.1rem;
	font-weight: 600;
}

.footer-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 25px;
}

.footer-menu ul.sub-menu{
	margin-top: 5px;
}

.footer-menu ul.sub-menu li{
	line-height: 1.3rem;
	padding-left: 15px;
	position: relative;
	margin-bottom: 10px;
}

.footer-menu ul.sub-menu li:before{
	content: '-';
	position: absolute;
	left: 0;
}

.footer-menu ul li{
	margin-bottom: 20px
}

.footer-menu ul li a{
	font-weight: 400;
	color: #4f5052;
	
}



.copyright{
	background-color: #111111;
}

.copyright p{
	color: #fff;
	margin: 0;
}

.copyright .social-media{
	
	text-align: right;
}

.copyright .social-media ul{
	display: inline-block;
	background-color: #000;
	padding: 10px;
}

.copyright .social-media a{
	display: block;
	color: #fff;
	padding: 10px 10px;
	transition: .5s;
	transition: all .2s ease-in-out;
}

.copyright .social-media a:hover{
	transform: scale(1.5);
}

/* hero-style-1 */

.hero-style-1{
	position: relative;
	z-index: 2;
}

.hero-style-1 .cat-hero-img{
	position: relative;
	z-index: 2;
}

.hero-style-1:after{
	content: "";
	position: absolute;
	width: 50%;
	left: 50%;
	bottom: 0;
	height: 40%;
	background-color: #ee652e;
}


.hero-style-1 .caption-wrap{
	width: 100%;
	position: absolute;
	bottom: 10rem;
}

.hero-style-1 .cat-caption{
	position: relative;
	z-index: 3;
	max-width: 400px;
}


/* hero-style-3 TEMP TO REPLACE 1 */

.hero-style-3{
	position: relative;
	min-height: 600px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.hero-style-3 .cat-hero-img{
	position: relative;
	z-index: 2;
}



.hero-style-3 .caption-wrap{
	width: 100%;
	position: absolute;
	bottom: 10rem;
}

.hero-style-3 .cat-caption{
	position: relative;
	z-index: 3;
	max-width: 400px;
}

/* INTRO */

.cat-caption p{
	color: #7e7e7e;
}

.intro h3{
	margin-bottom: 0;
}

.intro{
	position: relative; 
	top:-2.6rem;
	overflow: hidden;
}

.intro-left{
	padding-top: 3.6rem;
	padding-right: 25px;
}

.intro-left h3{
	margin-bottom: 20px;
}

.intro-left ul{
	padding-left: 15px;

}

.intro-left p, .intro-left li{
	line-height: 2rem;
	color: #7e7e7e;
}

.connect-no-padd{
	padding-left: 0;
}

.connect{
	text-align: center;
	background: #ee652e;
    position: relative;
    padding: 100px 0;
}

.connect:after {
    right: -999em;
    background: #ee652e;
    content: '';
    display: block;
    position: absolute;
    width: 999em;
    top: 0;
    bottom: 0;
}

.connect h4, .plugged h4{
	color: #fff;
	font-size: 1.4rem;
	margin-bottom: 25px;
}

.connect-social{
	list-style: none;
	margin: 0;
	padding: 0;
}

.connect-social li{
	display: inline-block;
	margin: 0 5px;
}

.connect-social li a{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #fff;
	display: inline-block;
	color: #fff;
	transition: .5s;	
}

.connect-social li a img{
	width: 22px;
	height: auto;
	position: relative;
	top: -3px;
	left: 0px;
}

.connect-social li a:hover{
	background-color: #1a1f23;
	color: #fff;
}

.plugged{
	text-align: center;
	background: #1a1f23;
    position: relative;
    padding: 100px 0;
}

.plugged:after {
    right: -999em;
    background: #1a1f23;
    content: '';
    display: block;
    position: absolute;
    width: 999em;
    top: 0;
    bottom: 0;
}

.plugged-buttons .btn{ /* Used for multiple sections */
	border-radius: 25px;
	padding: 15px 15px;
	color: #fff;
	display: inline-block;
	min-width: 150px;
	font-size: .8rem;
	margin: 0 5px;
}

/* SEARCH */

.search-content{
	padding: 50px;
}

.search-content .search-heading{
	font-weight: 400;
}

.search-content .search-heading span{
	font-weight: 700;
}

/* BASIC CONTENT */

.basic-content h3{
	margin-bottom: 2rem;
}

.basic-content .section-title{
	text-align: center;
}

.basic-content{
	padding: 50px 0;
}

.basic-content p{
	line-height: 2rem;
}

/* KEY FEATURES */

.fixed-image{
	padding-top: 300px;
	
	background-position: center top;
	background-repeat: no-repeat;
}

.key-features{
	padding: 50px 0;
	position: relative;
}

.key-features:before{
	position: absolute;
	content: "";
	height: 83%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-48%);
	border: 1px solid #7f7f7f;
}

.key-features .content-wrapper{
	padding: 0 50px 50px 50px;
}


.key-features p{
	color: #868686;
	font-size: .9rem;
}

.features-row{
	position: relative;
	padding-top: 50px;

}

.features-row:after{
	bottom: 0px;
	content: "";
	width: 90%;
	position: absolute;
	border: 1px solid #7f7f7f;
	left: 50%;
	transform: translateX(-50%);
}



.features-row:last-child:after{
	display: none;
}

/* PRODUCT BLOCKS */

.product-block{
	padding: 50px 0;
}

.product-thumb-wrap{
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
}

.product-thumb{
	background-position: center;
	background-size: cover;
	width: 100%;
  	padding-bottom: 65%;
  	transition: .5s;
}

.product-thumb:hover{
	transform: scale(1.1);
}

.product-item{
	text-align: center;
	margin: 25px 0;
	display: block;
}

.product-title{
	color: #000;
	font-weight: 700;
	font-size: 1.5rem;
}

.product-sub{
	font-size: .7rem;
	color: #747474;
}

.product-item:hover{
	text-decoration: none !important;
}


/* HELPFUL INFORMATION */

.helpful_information{
	padding: 50px 0;
	background-color: #cccccc;
}

.info-box{
	background-color: #fff;
	border: 1px solid #b8b8b8;
	padding: 150px 25px 25px 25px;
	background-size: 60%;
	background-image: url(../img/kp-logo.jpg);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	display: block;
	text-decoration: none;
	color: #000000;
	font-weight: 600;
	margin: 25px 0;
	transition: all .2s ease-in-out;
}

.info-box:hover{
	text-decoration: none;
	color: #000000;
	transform: scale(1.1);
}

.helpful_title{
	font-size: 2.2rem;
	line-height: 2.2rem;
	margin-bottom: 15px;
}

.downloads{
	color: #f27522;
}



/* DOWNLOADS PAGE */

.download-block{
	margin: 50px 0;
	font-size: .8rem;
	padding: 50px 15px 50px 15px;
	position: relative;
	width: 100%;
	max-width: 1140px;
	margin: auto;
}




.download-block:before{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	border-bottom: 3px solid #000;
}

.download-block a{
	color: #666666;
}

.table-style-1{
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.no-left-border{
	border-left: none !important;
}

.no-right-border{
	border-right: none !important;
}

.table-content h5, .table-content p{
	font-size: .8rem;
	line-height: .8rem;
}

.table-content h5 a{
	color: #000;
	font-weight: 600;
}

.table-content p a{
	color: #666666;
}

.table-content p{
	margin-bottom: 1.5rem;
}

.table-content p:last-child{
	margin-bottom: 0;
}

.dots{
	color: #ee652e;
}

.dots i{
	margin: 0 3px;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.match-height{
	height: 100%;
}
.social-small{
	display: block;
	margin-bottom: 15px;
}

.social-small div{
	margin: 0 auto 5px auto;
	font-size: 1.3rem;
	line-height: 1.6rem;
	background-color: #000;
	color: #fff;
	border-radius: 50%;
	width: 1.6rem;
	height: 1.6rem;
}

.social-small img{
	width: 20px;
}

.social-small span{
	color: #888888;
}

div.social-wrap{
	padding-top: 30px;
}

.table-content{
	padding: 40px 25px;
	border-top: 1px solid #ddd;
}

.table-heading{
	border-top: 1px solid #ddd;
	text-align: center;
	padding: 7px 5px;
	font-weight: 700;
}

.table-subheading{
	border-top: 1px solid #ddd;
	text-align: center;
}

.table-subheading ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.table-subheading ul li{
	padding: 7px 5px;
	display: inline-block;
}

.table-subheading ul li:after{
	content: "|";
	padding-left: 10px;
	
}

.table-subheading ul li:last-child:after{
	content: "";
	display: none;
	padding-left: 0px;
}


table{
	width: 100%;
}

th span{
	display: inline-block;
	border-bottom: 1px solid #959595;
	line-height: 1rem;
}

th, td{
	text-align: center;
	border: 1px solid #ddd;
	padding: 7px 5px;
}

tr:nth-child(even) {background-color: #f2f2f2;}

.battery_chart, .application_chart, .charger_chart{
	padding: 0;
}

.chart_img{
	width: 100%;
}
#chart-download{
	display: none;
}



/* HOMEPAGE */

.home-hero{
	
	/*
	background-image: url(../img/home-hero-img.jpg);
	background-size: cover;
	height: 100vh;
	*/
}

.home-order{
	order: 1;
}

.home-left{
	order: 0;
}

.hero-content{
	text-align: left;
	position: absolute;
	top: 50%;
	left: 100px;
	transform: translateY(-50%);
	color: #fff;
	z-index: 4;
}

span.caption{
	font-size: 1.8rem;
	display: block;
	margin-bottom: 15px;
}

.hero-content h1{
	font-weight: 800;
	font-size: 6.6rem;
	line-height: 6.6rem;
	color: #fff;
}

.hero-content h1 span{
	font-size: 6rem;
	display: block;
	font-weight: 200;
	margin-bottom: 25px;
}

.home-block img{
	width: 100%;
}

.home-block-content{
	padding: 100px;
}

/* COUNTER */

.home-block-counter-wrap{
	height: 100%;
	padding: 50px;
}

.home-block-counter{
	background-color: #fff;
	padding: 50px 0px;
	text-align: center;
	height: 100%;
}

.counter-wrap{
	padding: 25px 15px;
}

.counter-wrap i{
	font-size: 2.6rem;
}

.counter-wrap .counter{
	margin-top: 1rem;
	font-size: 2rem;
	color: #f25934;
	font-weight: 600;
}

.counter-wrap p{
	color: #000;
	font-size: .9rem;
}

/* LOADER */

.loader{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background-color: #1e4ba0;
}

.loader .loader_content{
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.loader .loader_content .loading_logo{
	display: inline-block;  
	
}

.loader .loader_content .loading_gif{
	display: inline-block; 
	width: 25px;
}

/* SEARCH FORM */

.search{
	position: relative;
}

.search input[type=search]{
	width: 100%;
	height: 40px;
	border: 1px solid #e5e5e5;
	text-indent: 5px;
}

.search .search-submit{
	position: absolute;
	right: 2px;
	top: 2px;
	background-color: #317d9f;
	color: #fff;
	border: none;
	height: 36px;
	width: 36px;
}


/* MODALS */

.modal-header{
	display: block;
	text-align: center;
	border-bottom: none;
}

.modal-header .close{
	position: absolute;
	right: 20px;
	top: 20px;
}

.modal-title{
	color: #317d9f;
	font-weight: 700;
}

.modal-content{
	padding-bottom: 30px;
	border-bottom: 10px solid #317d9f;
}


@media (pointer: coarse) and (hover: none) {
 
}

@media only screen and (max-width: 1400px) {
	
	.home-block-content {
		padding: 25px 15px;
	}
	
	.hero-style-1 .caption-wrap h1{
		line-height: 3.5rem;
	}
	
	.hero-style-1 .caption-wrap{
		bottom: 4.5rem;
	}
	
	
}

@media only screen and (max-width: 1200px) {
	
	.wp-block-group__inner-container{
		max-width: 960px;  
	}
	
	
	
	
	
}


@media only screen and (max-width: 991px) {
	
	.photo_credit{
		max-width: none;
	}
	
	.hero-style-2 .tint-50{
		display: none;
	}
	
	.wp-block-group__inner-container{
		max-width: 720px;  
	}
	
	.copyright{
		text-align: center;
		padding: 15px 0;
	}
	
	.copyright .social-media{
		text-align: center;
		margin-top: 15px;
	}
	
	.copyright .social-media ul{
		background-color: transparent;
	}
	
	.page-template-template-chart .chart_nav{
		display: none;
	}
	
	.chart_img{
		display: none;
	}
	#chart-download{
		margin: 150px auto;
		display: block;
		max-width: 300px;
	}
	
	/* MOBILE NAV */
	
	#bs4navbar > ul > li > a{
		font-weight: 800;
		color: #000 !important;
	}
	
	#bs4navbar.show .dropdown-menu{
		display: block;
		left: 0;
		transform: none;
	}
	
	.has-megamenu .dropdown-menu{
		width: auto;
		padding: 0 15px;
		
	}
	
	.dropdown-menu{
		border: none;
		box-shadow: none;
	}
	
	.has-megamenu .dropdown-menu li:after{
		border: none;
	}
	
	.has-megamenu .dropdown-menu li, .has-megamenu.menu-4 .dropdown-menu li{
		width: 100%;
		text-align: left;
		padding: .1rem 1rem;;
	}
	
	.has-megamenu .dropdown-menu li .dropdown-item{
		padding: 0;
	}
	
	.has-megamenu .dropdown-menu li img{
		display: none;
	}
	
	
	ul.dropdown-menu li > ul.dropdown-menu{
		width: 100%;
		border: none;
		padding: 0 0 0 15px;
	}
	
	#bs4navbar > ul > li > ul > li a:before{
		color: #317d9f;
		content:"\f0da";
		font-family: fontawesome;
		display: inline-block;
		margin-right: 5px;
	}
	
	#menu-primary li.menu-item a.nav-link, #bs4navbar > ul > li > a:hover, #bs4navbar > ul > li.active > a{
		border-bottom: none !important;
	}
	
	#bs4navbar > ul > li > a{
		padding-bottom: 10px;
		padding-top: 10px;
	}
	
	/* PRODUCTS MENU ONLY */
	#menu-item-100 .dropdown-menu{
		padding-top: 0;
	}
	
	/* HERO CAPTIONS */
	
	.hero-style-2{
		height: auto;
		padding: 50px 0;
	}
	
	.hero-style-2:before{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		background-color: rgba(0,0,0,.7);
		z-index: 1;
		width: 100%;
		height: 100%;
	}
	
	.hero-content h1, .hero-content h1 span{
		font-size: 3rem;
		line-height: 3.5rem;
		margin-bottom: 25px;
	}
	
	.hero-style-1{
		padding: 50px 0;
		background-image: none;
		background-size: cover;
		background-repeat: no-repeat;
		
	}
	
	.hero-style-1 h1{
		font-size: 2rem;
	}
	
	.hero-style-1:before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		background-color: rgba(255,255,255,.7);
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	
	.hero-style-1:after{
		display: none;
	}
	
	
	.hero-style-1 .caption-wrap{
		position: static;
	}
	
	.hero-style-1 .cat-hero-img{
		display: none;	
	}
	
	.hero-content{
		position: relative;
		transform: none;
		top: auto;
		left: auto;
		width: 100%;
		padding: 25px;
		text-align: center;
	}
	
	.hero-contant .caption{
		font-size: 1.2rem;
	}
	
	.plugged-buttons .btn{
		margin-bottom: 15px;
	}
	
	
	.intro{
		position: static;
	}
	
	.intro-left{
		padding: 50px 0 50px 0;
	}
 	
 	.connect:before {
	    left: -999em;
	    background: #ee652e;
	    content: '';
	    display: block;
	    position: absolute;
	    width: 999em;
	    top: 0;
	    bottom: 0;
	}
 	
 	.plugged:before {
	    left: -999em;
	    background: #1a1f23;
	    content: '';
	    display: block;
	    position: absolute;
	    width: 999em;
	    top: 0;
	    bottom: 0;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.top_header{
		padding: 5px 5px;
	}
	
	.tab-content ul{
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
	
	.products-columns:before{
		display: none !important;
	}
	
	.home-order{
		order: 2;
	}
	
	.home-left{
		order: 1;
	}
	
	.wp-block-group__inner-container{
		max-width: 540px;  
	}
	
	.features-row:after, .key-features:before {
	   display: none;
	}
	
	.key-features{
		text-align: center;
	}
	
	.key-features .content-wrapper{
		margin-bottom: 4rem;
	}
	
	.key-features .fixed-image{
		padding-top: 280px;
	}
	
	.key-features .content-wrapper{
		padding: 0;
		text-align: center;
	}
	
	
	
 	
  .top_header .top-right-nav, .top_header .top-left-nav{
  	text-align: center;
  }
  

  
}

@media only screen and (max-width: 525px) {
 
  
  
}

@media only screen and (max-width: 415px) {
 
	.navbar-brand img{
		max-width: 150px;
	}
  
}

