*, *::before, *::after{
	outline: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
	scroll-behavior: smooth;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img{
	border: none;
}

/* Theme */
#container{
	position: relative;
	width: 100%;
}
.content-area{
	position: relative;
	width: 80%;
	max-width: 1100px;
	margin: auto;
}
.flex-content{
	display: flex
}
#header{
	position: relative;
	border-bottom: 1px solid rgba(62, 84, 96, 0.2);
	padding: 16px 0;
}
#header .flex-content{
	justify-content: space-between;
}
p#callus{
	display: flex;
	flex-direction: column;
	position: flex-end;
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 16px;
	color: #464646;
	background: url(../images/call.svg) left center no-repeat;
	background-size: 32px;
	padding-left: 44px;
	line-height: 25px;
	justify-content: center;
}
p#callus strong{
	display: block;
	font-size: 20px;
}
#navigation{
	text-align: center;
	padding: 24px 0;
}
	#navigation a{
		display: inline-block;
		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 600;
		font-size: 18px;
		color: #161616;
		text-decoration: none;
		margin: 0 22px;
		line-height: 150%;
	}
		#navigation a:hover,
		#navigation a#active{
			border-bottom: 2px solid #161616
		}
		#navigation a#order_online{
			background: #3E5460; 
			border: 2px solid #3E5460;
			color: #fff; 
			padding: 8px 15px; 
			border-radius: 5px; 
			font-size: 16px;
		}
		#navigation a#order_online:hover{
			background: #fff;
			color: #3E5460;
		}
#banner{
	background-image: linear-gradient(to right, #dedede , #d7d3ce);
	width: 100%;
}
	#banner .content-area{
		display: flex;
		height: 460px;
		justify-content: space-between;
	}
	#banner h2{
		display: flex;
		flex-direction: column;
		justify-content: center;
		font-family: "El Messiri";
		font-style: normal;
		font-weight: 500;
		font-size: 40px;
		color: #3E5460;
		line-height: 150%;		
	}
.conten-item{
	padding: 45px 0;
}
	.conten-item.grey-bg{
		background: #f2f2f2;
	}
.conten-item h3{
	position: relative;
	font-family: 'El Messiri';
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 150%;
	color: #000000;
}
	.conten-item h3 span{
		display: inline-block;
		width: 125px;
		height: 2px;
		background: #000;
		position: relative;
		margin-left: 15px;
		top: -6px;
	}
	.section-content{
		display: flex;
		flex-direction: row;
		margin-top: 48px;
	}
	.section-image{
		position: relative;
		flex: 0.8
	}
		.section-image img{
			width: 100%
		}
	.empty-content{
		position: relative;
		flex: 0.4;
	}
	.section-text{
		flex: 1;
		margin-left: 40px
	}
		.section-text.alt-position{
			margin-left: 0px;
			margin-right: 40px;
		}
		.section-text ul{
			margin-top: 20px;
		}
		.section-text p,
		.section-text li{
			font-family: 'Montserrat';
			font-style: normal;
			font-weight: 500;
			font-size: 17px;
			line-height: 180%;
			margin-bottom: 6px;
			/* or 29px */
			color: #464646;			
		}
	.spec-item{
		position: relative;	
		width: 100%;
	}
		.spec-item li{
			display: inline-block;
			width: 49.5%;
			margin-bottom: 20px;
		}
		.spec-item li img{
			display: inline-block;
			width: 45px;
			background: #EDFBE6;
			border-radius: 4px;
			padding: 8px;
			color: #000;
		}
		.spec-item li p{
			display: inline-block;
			font-family: 'Montserrat';
			font-style: normal;
			font-weight: 500;
			font-size: 16px;
			line-height: 150%;
			/* identical to box height, or 24px */
			color: #464646;
			position: relative;
			margin-left: 10px;
			top: -16px;
		}
#footer{
	position: relative;
	background: #3E5460;
	padding: 45px 0;
}
	#footer-blocks{
		position: relative;
		display: flex;
		flex-direction: row;
		padding-bottom: 45px;
	}
		.footer-content{
			flex: 1
		}
		.footer-content h4{
			font-family: 'El Messiri';
			font-style: normal;
			font-weight: 500;
			font-size: 22px;
			line-height: 150%;
			padding-bottom: 16px;
			/* identical to box height, or 36px */
			color: #FFFFFF;			
		}
		.footer-content p,
		.footer-content a{
			display: block;
			text-decoration: none;
			font-family: 'Montserrat';
			font-style: normal;
			font-weight: 400;
			font-size: 15px;
			line-height: 180%;
			margin-bottom: 12px;
			/* or 29px */
			color: #FFFFFF;			
		}
			.footer-content a:hover{
				text-decoration: underline;
			}
		.social-links{
			display: flex;
			flex-direction: row;
			margin-top: 25px;
		}
			.social-links a{
				display: inline-block;
				border-radius: 100%;
				width: 40px;
				height: 40px;
				overflow: hidden;
				margin-right: 12px;
			}
				.social-links a img{
					display: block;
					width: 100%;
				}
	#privacy-block{
		position: relative;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		padding: 35px 0 0 0;
		text-align: center;
	}
		#privacy-block a,
		#privacy-block p{
			display: inline-block;
			text-decoration: none;
			font-family: 'Montserrat';
			font-style: normal;
			font-weight: 400;
			font-size: 15px;
			line-height: 100%;
			color: #fff;
			margin: 0px 26px;
		}
		#privacy-block a:hover{
			text-decoration: underline;
		}
#product-title{
	background: #fff;
	border-top: 1px solid rgba(62, 84, 96, 0.2);
	padding: 25px 0;	
}
	#product-title h2{
		position: relative;
		font-family: 'El Messiri';
		font-style: normal;
		font-weight: 600;
		font-size: 32px;
		line-height: 150%;
		color: #000000;					
	}
	#product-title h2 span{
		display: inline-block;
		width: 125px;
		height: 2px;
		background: #000;
		position: relative;
		margin-left: 15px;
		top: -6px;		
	}
#product-list{
	position: relative;
	background: #E5E5E5;
	padding: 70px 0;
}
	#product-list .content-area{
		display: flex;
		flex-direction: row;
	}
	#product-nav{
		flex: 0.4;
		background: #fff;
		border-radius: 8px;
		overflow: hidden;
	}
		#product-nav a{
			text-decoration: none;
			display: block;
			font-family: 'Montserrat';
			font-style: normal;
			font-weight: 500;
			font-size: 16px;
			line-height: 150%;
			/* identical to box height, or 24px */
			color: #161616;
			border-bottom: 1px solid rgba(62, 84, 96, 0.2);
			padding: 20px;
		}
		#product-nav a:hover,
		#product-nav a#nav-active{
			background: #3E5460;
			color: #fff;
		}
	#products{
		flex: 1;
		margin-left: 30px;
	}
	.products-group{
		position: relative;
		padding-bottom: 50px;
	}
	.products-group h3{
		position: relative;
		font-family: 'El Messiri';
		font-style: normal;
		font-weight: 600;
		font-size: 24px;
		line-height: 150%;
		color: #000000;	
		padding-bottom: 20px;
	}
		.products-group h3 span{
			display: inline-block;
			width: 125px;
			height: 2px;
			background: #000;
			position: relative;
			margin-left: 15px;
			top: -6px;			
		}
	.products-group-items{
		display: flex;
		flex-direction: row;
		gap: 25px;
		flex-wrap: wrap;
	}
		.products-group-items .item{			
			background: #FFFFFF;
			box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
			border-radius: 8px;
			width: 31%;
			padding: 14px 0;
			overflow: hidden;
			text-align: center;
			margin: 5px 0;
		}
		.products-group-items .item img{
			width: 80%;
		}
		.products-group-items .item p{
			font-family: 'Montserrat';
			font-style: normal;
			font-weight: 600;
			font-size: 16px;
			line-height: 150%;
			/* identical to box height, or 24px */
			color: #000000;
			padding: 14px 0;
		}
#sub-banner{
	position: relative;
	height: 350px;
}
	#sub-banner.franchise{
		background: url(../images/franchise_banner.jpg) center center no-repeat;
		background-size: cover;
	}
	#sub-banner.contact{
		background: url(../images/contact_banner.jpg) center center no-repeat;
		background-size: cover;
	}
		#sub-banner h2{
			display: flex;
			height: inherit;
			background: rgba(0, 0, 0, 0.6);
			font-family: 'El Messiri';
			font-style: normal;
			font-weight: 700;
			font-size: 72px;
			line-height: 150%;
			/* identical to box height, or 108px */
			color: #FFFFFF;
			justify-content: center;
			align-items: center;
		}
.franchise-content{
	position: relative;
	text-align: center;
	padding: 75px 0;
}
	.franchise-content h2{
		font-family: 'El Messiri';
		font-style: normal;
		font-weight: 700;
		font-size: 58px;
		line-height: 150%;
		/* identical to box height, or 96px */
		color: #000000;	
		text-decoration: underline		
	}
	.franchise-content p.note{
		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
		/* identical to box height, or 24px */
		color: #848484;
	}
	.franchise-content input[type="text"],
	.franchise-content textarea{
		display: block;
		width: 85%;
		max-width: 650px;
		margin: 25px auto;
		padding: 20px;
		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
		/* identical to box height, or 24px */
		color: #999999;		
		border: 1px solid #B4B4B4;
		border-radius: 8px;		
	}
	.franchise-content input[type="submit"] {
		background: #3E5460;
		border-radius: 29.5px;		
		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 700;
		font-size: 16px;
		line-height: 150%;
		/* identical to box height, or 24px */
		color: #FFFFFF;
		padding: 15px 40px;
	}
h3#outlet-title{
	position: relative;
	font-family: 'El Messiri';
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 150%;
	color: #000000;
	margin: 40px 0;
}
	h3#outlet-title span{
		display: inline-block;
		width: 125px;
		height: 2px;
		background: #000;
		position: relative;
		margin-left: 15px;
		top: -6px;
	}
#outlet-content{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding-bottom: 60px;
}
#outlet-image{
	width: 60%;
	overflow: hidden;
}
	#outlet-image img{
		width: 100%;
		border-radius: 14px !important;
	}
	.skitter .image,
	.skitter .container_skitter{
		border-radius: 14px !important;		
	}
#outlet-contact{
	width: 40%;
	height: 300px;
	background: #3E5460;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}
	#outlet-contact p{
		position: relative;
		font-family: 'El Messiri';
		font-style: normal;
		font-weight: 500;
		font-size: 30px;
		line-height: 150%;
		color: #fff;
		text-align: center;	
	}
#contact-content{
	position: relative;
	display: flex;
	flex-direction: row;
	padding: 75px 0
}
	#contact-content .contact-item{
		flex: 1
	}
		#contact-content .contact-item h2{
			position: relative;
			font-family: 'El Messiri';
			font-style: normal;
			font-weight: 600;
			font-size: 40px;
			line-height: 150%;
			color: #000000;			
		}
		#contact-content .contact-item h2 span{
			display: inline-block;
			width: 125px;
			height: 2px;
			background: #000;
			position: relative;
			margin-left: 15px;
			top: -6px;
		}
		#contact-content .contact-item p{
			font-family: 'Montserrat';
			font-style: normal;
			font-weight: 400;
			font-size: 20px;
			line-height: 150%;
			/* or 36px */
			color: #000000;
			margin-top: 25px;
		}
		#contact-content .contact-item p.location{
			background: url(../images/location.svg) left top no-repeat;
			background-size: 35px;
			padding-left: 42px;
		}
		#contact-content .contact-item p.phone{
			background: url(../images/phone.svg) left top no-repeat;
			background-size: 30px;
			padding-left: 42px;
		}
		
/* Mobile optimizations */
@media only screen and (min-device-width: 320px) and (max-device-width : 1024px) {
	.content-area{
		width: 90%;
		max-width: initial;		
	}
	#header img{
		width: 150px;
		height: auto
	}
	#navigation a{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#banner h2{
		font-size: 30px;
		padding: 35px 0;
	}
	#banner img{
		width: 100%;
	}
	#banner .content-area{
		height: auto;
		justify-content: center;
		flex-direction: column
	}
	.section-content{
		flex-direction: column;
		margin-top: 30px;
	}
	.section-image{
		margin-bottom: 25px;
	}
	.section-text{
		margin-left: 0;
		margin-top: 0px;
	}
	.spec-item li{
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;		
	}
	.spec-item li p{
		top: 0;
	}
	.section-text.alt-position{
		margin-right: 0;
	}
	#footer-blocks{
		flex-direction: column;
		align-items: center;
	}
	.footer-content{
		width: 100%;
		text-align: center;
		padding-bottom: 50px;
	}
	.social-links{
		justify-content: center
	}
	#sub-banner h2,
	.franchise-content h2{
		font-size: 50px;
	}
	#contact-content{
		flex-direction: column
	}
	.contact-item{
		padding-bottom: 50px;
	}
	#product-list .content-area{
		flex-direction: column;
	}
	#products{
		margin-left: 0;
		margin-top: 45px;
	}
	.products-group-items .item{
		width: 46.2%
	}
	.products-group-items .item p{
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
	}
	#outlet-content{
		flex-direction: column
	}
	#outlet-image,
	#outlet-contact{
		width: 100%;
	}
	#outlet-contact{
		border-radius: 8px !important
	}
}