﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border-bottom:#efefef 1px solid; border-top: unset; border-right: unset; border-left: unset;}

/*--- HEADER STYLES ---------------------*/
header {}
#cs-logo{
	z-index: 401;
	position: relative;
}
.cs-header{
	position: absolute;
	top: 48px;
	left: 0;
	right: 0;
	color: #fff;
	font-family: "jaf-bernina-sans-condensed", sans-serif;
	background-color: #000;
}
.cs-preheader{
	color: #fff;
	z-index: 99;
	font-family: "jaf-bernina-sans-condensed", sans-serif;
	font-weight: 300;
	font-style: normal;
	position: relative;
}
.cs-preheader > .col-row{
	background: #000;
}

.cs-preheader p, .cs-preheader p a{
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: normal;
}
.cs-preheader p a{
	font-weight: 700;
}

.te-breadcrumbs{
    padding: 30px;
    font-size: 13px;
	color: #888 !important;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
	font-family: "jaf-bernina-sans-condensed", sans-serif !important;
	position: relative;
}
.te-breadcrumbs a {
	display: inline-block;
    color: #343436;
	font-family: "jaf-bernina-sans-condensed", sans-serif !important;
}
.te-breadcrumbs a:hover {
    color: #00369a;
	text-decoration: underline;
}

/*---BODY--------------------------------*/

.padding-vertical{
	padding-top: min(12vw, 100px);
	padding-bottom: min(12vw, 100px);
}
.nopad-top{
	padding-top: unset !important;
}
.nopad-bottom{
	padding-bottom: unset !important;
}

.bg-offwhite{
	background: #d6d6d6;
}
.bg-red{
	background: #cf2426;
}
.white{
	color: #fff;
}
.offwhite{
	color: #d6d6d6;
}
.light-red{
	color: #ff383a;
}
.red{
	color: #cf2426;
}

.heading{
	
	font-family: "jaf-bernina-sans-condensed", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: clamp(24px, 3vw, 54px);
	letter-spacing: -0.025em;
	line-height: 1;
	display: block;
	text-transform: uppercase;
}
.heading-sm{
	
	font-family: "jaf-bernina-sans-condensed", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: clamp(24px, 3vw, 30px);
	letter-spacing: -0.025em;
	line-height: 1;
	display: block;
	text-transform: uppercase;
}

.red-divider{
	margin-top: 6px;
	margin-bottom: 6px;
	clip-path: polygon(0 0, 0 100%, 100% 100%);
	background: #cf2426;
	height: 8px;
	width: 100%;
	max-width: 600px;
}
@media screen and (min-width: 1080px){
	.red-divider.flipped{
		margin-left: auto;
		transform: scaleX(-1);
	}
}
.heading-xs{
	
	font-family: "jaf-bernina-sans-condensed", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	letter-spacing: -0.025em;
	line-height: 1.2;
	display: block;
	text-transform: uppercase;
}
.paragraph{
	
	font-family: "jaf-bernina-sans-condensed", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
}
.paragraph strong{
	
	font-weight: 700;
}

.cta-red i, .cta-black i, .cta-outline i, .cta-offwhite i{
	padding-left: 5px;
}
.cta-red{
	
	background: #cf2426;
	color: #fff;
	
	font-family: "jaf-bernina-sans-condensed", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	line-height: 48px;
	display: inline-block;
	text-transform: uppercase;
padding: 0 20px;
	border-radius: 5px;
	text-align: center;
}
.cta-black{
	
	background: #000;
	color: #fff;
	
	font-family: "jaf-bernina-sans-condensed", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	line-height: 48px;
	display: inline-block;
	text-transform: uppercase;
padding: 0 20px;
	border-radius: 5px;
	text-align: center;
}
.cta-offwhite{
	
	background: #efefef;
	color: #000;
	
	font-family: "jaf-bernina-sans-condensed", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	line-height: 48px;
	display: inline-block;
	text-transform: uppercase;
padding: 0 20px;
	border-radius: 5px;
	text-align: center;
}
.cta-outline{
	border: solid 1px #fff;
	color: #fff;
	
	font-family: "jaf-bernina-sans-condensed", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	line-height: 48px;
	display: inline-block;
	text-transform: uppercase;
padding: 0 20px;
	border-radius: 5px;
	text-align: center;
}
.cta-simple{
	color: #fff;
	
	font-family: "jaf-bernina-sans-condensed", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	line-height: 48px;
	display: inline-block;
	text-transform: uppercase;

}
.cta-simple i{
	padding-right: 12px;
}

.bg-img{
	background-size: cover;
	background-position: center center;
}
.img-overlay{
	position: relative;
}
.img-overlay:before{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	height: 240px;
	background: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0));
}
/* BRAND SLIDER */

.brandslider{
	padding: 50px 0;
}
.brandslider a{
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-height: 100px;
}
.brandslider a img{
	max-height: 70px;
	height: auto;
	margin: 0 auto;
}

/* ABOUT US */

.value-box{
	padding: 30px 20px 30px 110px;
	position: relative;
	box-sizing: border-box;
}
.value-box i{
	font-size: 48px;
	position: absolute;
	left: 20px;
	top: 33px;
}
.value-box .paragraph{	
	margin-top: 10px;
}


/* MISC */

.btn-grid{
	display: flex; flex-wrap: wrap; gap: 10px;
}


/*--------FORM STYLES--------------------*/


.custom-form input{
	padding: 10px;
	font-weight: 300;
	font-size: 14px;
	color: #454a49;
	line-height: 24px;
	resize: none;
	outline: none;
	border: none;
	background: #efefef;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;    
	border-radius: 5px;
	font-family: "jaf-bernina-sans-condensed", sans-serif !important;
}
.custom-form input[type="radio"], .custom-form input[type="checkbox"]{
	width: 24px;
}
.custom-form .flex{
	gap: 10px;
	display: flex;
}
.custom-form textarea{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	font-weight: 300;
	font-size: 14px;
	color: #454a49;
	line-height: 24px;
	resize: none;
	margin-bottom: 10px; 
	border-radius: 5px;
	outline: none;
	border: none;
	background: #efefef;
	font-family: "jaf-bernina-sans-condensed", sans-serif !important;
}
.custom-form button{
	border: unset !important;
	outline: none !important;
	cursor: pointer;
}

.CaptchaPanel{
	text-align: left !important;
	font-family: "jaf-bernina-sans-condensed", sans-serif !important;
}
.CaptchaPanel img{
	border: unset !important;
	border-radius: 5px;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a{
	color: #454a49 !important;
}




/*-------- FOOTER STYLES ----------------*/
footer{}

.icons-list{
	padding: unset;
}
.icons-list li{
	position: relative;
	padding-left: 30px;
	margin-bottom: 0;
}
.icons-list li i{
	position: absolute;
	left: 0;
	top: 6px;
}

.cs-footer{
	background: #000;
	color: #fff;
	
	
	font-family: "jaf-bernina-sans-condensed", sans-serif;
	font-weight: 300;
	font-style: normal;
	
}
.cs-footer ul li a{
	font-size: 18px;
	line-height: 30px;
}
.cs-footer a{
	color: #fff;
}
.cs-footer .heading-sm{
	margin-bottom: 24px;
}
.social-icons{
	margin-top: 30px;
}
.social-icons a{
	font-size: 30px;
}
/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 1440px) {

	#product-categories .col-row > div{
		min-height: 340px;
	}

	.btn-grid a{
		width: calc(50% - 10px);
		box-sizing: border-box;
	}
}
@media only screen and (max-width: 1439px) {


	.btn-grid a{
		font-size: 12px;
		line-height: 24px;
		padding: 10px;
		width: calc(50% - 10px);
		box-sizing: border-box;
	}
}
@media only screen and (min-width: 1280px) {

	.hero .bg-img{
		box-sizing: border-box;
	}
	.hero > div > .col-row{
		min-height: 70vh;
		box-sizing: border-box;
		padding-bottom: 60px;
		padding-top: 60px;
	}
	#cs-logo{
		margin-left: 30px;
        margin-top: 10px;
        display: block;
	}
}
@media only screen and (max-width: 1279px) {

	.hero .col-row{
		min-height: 375px;
		padding: 40px 0;
		box-sizing: border-box;
	}
	.hero .bg-img.img-overlay{

		background-position: 20% 100% !important;
		background-size: 1440px !important;
	}
	
.img-overlay:before{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: unset;
	background: rgba(0,0,0,0.5);
}
	
	#cs-logo{
        margin-top: 10px;
        display: block;
	}
	#cs-logo img{
		width: 180px !important;
	}
}
@media only screen and (max-width: 1399px) {

	.cs-footer{
		padding: 8.33333%;
	}
	.nopad-sm{
		padding: unset !important;
	}
}

@media only screen and (max-width:1079px)  {

.cs-header{
	position: unset;
}
}
@media only screen and (min-width:991px)  {
	#product-categories + .padding-vertical .col-row .col-lg-5 img{
		border-radius: 0 5px 5px 0;
	}
}


@media only screen and (max-width: 767px) {
	#product-categories .col-row > div{
		box-sizing: border-box;
		width: calc(50% - 1px);
		min-height: unset;
		padding: 0 20px 20px;
	}
	#product-categories .col-row > div > div {
		transform: unset !important;
		opacity: 1;
		pointer-events: unset !important;
        position: unset !important;
        width: 100%;
        padding-top: 20px;
	}
	#product-categories .col-row > div > img {
		transform: unset !important;
	}
	#product-categories .col-row > div .heading-xs {
		transform: unset !important;
	}
	
	.heading{
		font-size: 36px;
	}
	.custom-form .flex{flex-wrap: wrap; gap: 0px;}
}






