﻿/***** 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;
}
.cs-header{
	background: #000;
	color: #fff;
	
	font-family: "elza", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.cs-header #header-phone{
	color: #fff;
	font-weight: 900;
	font-size: max(2vw, 18px);
}


.te-breadcrumbs{
    padding: 30px;
    font-size: 13px;
	color: #888 !important;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
	font-family: "Elza", sans-serif !important;
}
.te-breadcrumbs a {
	display: inline-block;
    color: #343436;
	font-family: "Elza", 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: #efefef;
}
.bg-blue{
	background: #00369a;
}
.white{
	color: #fff;
}
.offwhite{
	color: #efefef;
}
.light-blue{
	color: #aef5f9;
}
.blue{
	color: #00369a;
}

.heading{
	
	font-family: "elza", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 42px;
	letter-spacing: -0.01em;
	line-height: 1;
	display: block;
	text-transform: uppercase;
}
.heading-sm{
	
	font-family: "elza", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 24px;
	letter-spacing: -0.01em;
	line-height: 1;
	display: block;
	text-transform: uppercase;
}
.teams-tabs-content .heading-sm{
	font-size: 18px;
}
.heading-xs{
	
	font-family: "elza", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0.3em;
	line-height: 1.2;
	display: block;
	text-transform: uppercase;
}
.paragraph{
	
	font-family: "elza", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
}
.paragraph strong{
	
	font-weight: 700;
}

.cta-blue i, .cta-black i, .cta-outline i, .cta-offwhite i{
	padding-left: 5px;
}
.cta-blue{
	
	background: #00369a;
	color: #fff;
	
	font-family: "elza", 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: "elza", 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: "elza", 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: "elza", 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;
}

.bg-img{
	background-size: cover;
	background-position: center center;
}
.img-overlay{
	position: relative;
}
.img-overlay:before{
	position: absolute;
	content: '';
	left: 0;
	right: 33.3333333%;
	top: 0;
	bottom: 0;
	background: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0));
}

/* PRODUCTS */

#product-categories{
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
}
#product-categories .col-row{
	flex-wrap: nowrap;
	gap: 1px;
	background: #e7e7e7;
}
#product-categories .col-row > div{
	background: #fff;
	text-align: center;
	position: relative;
	padding: 40px 20px;
	min-height: 280px;
	display: flex; align-items: center;
	flex-direction: column;
	justify-content: center;
	flex-grow: 1;
	box-sizing: border-box;
}
#product-categories .col-row > div > img{
	transition: ease all 0.45s;
}
#product-categories .col-row > div .heading-xs{
	transition: ease all 0.45s;
}
#product-categories .col-row > div > div{
	transition: ease all 0.3s;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	bottom: 16px;
	left: 20px;
	right: 20px;
	gap: 5px;
}
#product-categories .col-row > div > div a{
	background: #00369a;
	color: #fff;
	
	font-family: "elza", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	line-height: 48px;
	display: block;
	text-transform: uppercase;
	width: 100%;
	border-radius: 5px;
}
#product-categories .col-row > div > div a:nth-of-type(2){
	background: #000;
}
#product-categories .col-row > div:hover > img{
	transform: translateY(-48px);
}
#product-categories .col-row > div:hover > div{
	transform: translateY(-24px);
	opacity: 1;
	pointer-events: unset;
}
#product-categories .col-row > div:hover .heading-xs{
	transform: translateY(-48px);
}

/* 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 LANO */

.value-box{
	padding: 30px 20px 30px 84px;
	position: relative;
	box-sizing: border-box;
}
.value-box i{
	font-size: 48px;
	position: absolute;
	left: 20px;
	top: 40px;
}
.value-box .paragraph{	
	margin-top: 10px;
}


/* TEAM */


	@keyframes ToggleFadeOut {
	  from {opacity: 1;}
	  to {opacity: 0;}
	}
	.team-box{
		border-radius: 10px;
		display: flex;
		gap: 20px;
		align-items: center;
		margin: 10px;
		background: #fff;
    	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 12px;
		transition: ease all 0.2s;
		overflow: hidden;
	}
	
	.team-box > p{margin: 0 !important;}
	.team-box:hover{
		box-shadow: 0 0 12px rgba(0,0,0,0.3);
	}
	.teams-tabs{
		display: flex; flex-wrap: wrap; gap: 10px;
		margin-bottom: 20px;
	}
	.teams-tabs button{
		display: inline-block;
		padding: 14px 24px;
		border-radius: 100px;
		color: #000;
		border: solid 1px #eee;
		font-size: 14px;
	}
	
	.teams-tabs button.active {
		background: #d71921;
		color: #fff;
		border-color: #d71921;
	}

	
	.teams-tabs-content .team-grid{
		display: none;
	}
	.teams-tabs-content .team-grid.active{
		display: flex;
		flex-wrap: wrap;
		clear: both;
		position: relative;
	}
	.teams-tabs-content .team-grid.active:before{
		content: '';
		z-index: 100;
		position: absolute;
		
		opacity: 1;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: #fff;
		  animation: ToggleFadeOut 0.2s normal forwards ease-in-out;
		  animation-iteration-count: 1;
		
		pointer-events: none;
		
	}
	
	.team-info-btn, .team-box a, .team-popup a{

		background: unset;
		color: #003fc1 !important;

		cursor: pointer;
		font-size: 18px !important;
		line-height: 24px !important;

		font-family: "Elza", sans-serif !important;
		font-weight: 300 !important;
		font-style: normal !important;
		padding-left: 0 !important;
		box-shadow: none !important;

		width: 200px;
		max-width: 100%;
		text-align: left;
		border: none !important;
		outline: none !important;
		position: relative;
	}
	.team-info-btn:hover, .team-box a:hover{

		color: #000 !important;
	}
	
	@media screen and (max-width: 767px){
		
		.team-popup-padding{
			padding: 50px 20px;
		}
	}

/* 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: "elza", 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: "elza", sans-serif !important;
}
.custom-form button{
	border: unset !important;
	outline: none !important;
	cursor: pointer;
}

.CaptchaPanel{
	text-align: left !important;
	font-family: "elza", 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: 30px;
}
.icons-list li i{
	position: absolute;
	left: 0;
	top: 6px;
}

.cs-footer{
	background: #000;
	color: #fff;
	
	
	font-family: "elza", 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 .col-row{
		min-height: 440px;
		padding: 40px 0;
		box-sizing: border-box;
	}
}
@media only screen and (max-width: 1279px) {

	.hero .col-row{
		min-height: 240px;
		padding: 40px 0;
		box-sizing: border-box;
	}
	#product-categories .col-row{
		flex-wrap: wrap;
	}	
	#cs-logo{
		
		margin-bottom: -8px;
		display: block;
	}
	#cs-logo img{
		width: 200px !important;
	}
}
@media only screen and (max-width: 1399px) {

	.cs-footer{
		padding: 8.33333%;
	}
	.nopad-sm{
		padding: unset !important;
	}
}

@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;}
}






