/* Reset styles */
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, p, 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;
}
table {
	border-collapse: collapse;
}
table, th, td {
	border: 1px solid #E9E9E9;
	font-size:13px;
	font-weight:500;
	line-height: 1.5em;
	padding:10px;
	margin:20px 0px;
}
ul {padding-left:17px;}
li {
  display: list-item;
	
}
h1,h2,h3,h4 {line-height:20px;}
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size: 11pt;
	line-height: 1.5em;
	letter-spacing:1.3px;
	overflow-x: hidden;
}
input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
}
/* layout */
.row {
	display: flex;
}
.col {
	flex: 1;
	margin: 0px 20px;
}
a {
	text-decoration:none;
	color:#000;
}

.white { color:#FFF;}
.blue {color:#30d5c7;}
.orange {color:#b86313;}
.img-pad {padding:10px;}
.ul-pad {padding-left:20px;}
.td-pad {
	padding:15px;
	text-align:center;
}
.td-pad-left {
	padding:15px;
	text-align:left;
}
.td-pad img {
	max-width:100%;
	height:auto;
}
.td-pad a:hover {
	color:#366;
}
.td-pad-h2 {
	padding-top:15px;
}
#image-box {
	float:left;
	width:100%;
	height:auto;
	padding:25 0;
}

/* 
Navigation
*/
#top {
	display: flex;
	position: sticky;
	width: 100%;
	margin-top: 0px;
	background: #ff0000;
	height: 35px;
}
#top-text {
	width:100%;
	height:30px;
	display:block;
	text-align:center;
	padding-top:7px;
	color:#FFF;
}
/* logo */
nav img.logo {
	align-self: center;
	padding-left: 10%;
}
/* white bar */
nav {
	display: flex;
	align-content: center;
	position: sticky;
	width: 100%;
	border-bottom: #666;
	border-bottom:solid 2px #30d5c7;
	background: white;
	height: 130px;
	z-index:1;

}
/* group of menu items */
ul.main-nav {
	margin: 0px;
	padding: 0px;
	text-align: right;
	margin-left: auto;
	margin-right:50px;
	padding-right: 10px;
	height: 100%;
	display: flex;
	justify-content: center;
	list-style-type: none;
}
/* menu list items */

ul.main-nav > li {
	margin-left: 15px;
	height: 100%;
	display: flex;
}
ul.main-nav li:hover > a {
	color: #30d5c7;
		text-decoration:underline;
}
/* menu list items link styles */
ul.main-nav li a {
	text-decoration: none;
	color: #525252;
	font-size: 15px;
	font-weight:500;
	align-self: center;
	padding:10px;

}
/* Mega menu */

ul.main-nav li .mega-menu {
	position: absolute;
	background: white;
	width: 100%;
	left: 0;
	top: 70;
	padding: 35px 12px;
	display: none;
	box-sizing: border-box;
	border-top: 1px solid #dddddd;
	z-index:1;
}
ul.main-nav li:hover .mega-menu {
	display: flex;
}
input {
	border: 1px solid #eeeeee;
	padding: 10px 10px 10px 50px;
	border-radius: 300px;
	font-size: 14px;
	background: none;
}
a#locationselector {
	margin: 0px auto;
	margin-top: 34px;
	padding: 15px 39px;
	display: table;
	clear: both;
	border-radius: 30px;
	font-size: 15px;
	color: #ffffff;
	background: #f87573;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
}
a#locationselector:hover {
	background: #da5654;
}
i.fa-search {
	margin-right: -40px;
	padding-left: 20px;
	font-size: 16px;
}
i.fa-map-marker-alt {
	padding-right: 10px;
}
a.imgbounds {
	overflow: hidden;
	display: block;
	height: 150px;
	width: 100%;
	position: relative;
	background: black;
}
a.imgbounds p {
	color: white;
	font-size: 22px;
	position: absolute;
	text-align: center;
	margin: auto;
	width: 100%;
	top: 46%;
}
a.imgbounds img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	transition: all 1s ease-in-out;
}
a.imgbounds:hover img {
	opacity: 0.6;
	transform: scale(1.2);
	transition: all 1s ease-in-out;
}
/*dropdown menu */

ul.dropdownmenu {
	padding: 0px;
	margin: 0px;
	position: absolute;
	background:  #30d5c7;
	width: auto;
	top: 91px;
	display: none;
	box-sizing: border-box;
	text-align: left;
	margin-left: -19px;

}
ul.main-nav li:hover .dropdownmenu {
	display: block;

}
ul.dropdownmenu li {
	flex-direction: column;
	border-top: 1px solid #dddddd;
	width: 100%;
	list-style: none;
	padding: 12px 39px 12px 20px;
	box-sizing: border-box;
	font-size: 14px;

}
ul.dropdownmenu li a:hover {
color:#FFF;


}
/* Mobile nav */

.menu-toggle-button {
	cursor: pointer;
	display: none;
	user-select: none;
	margin-left: auto;
	align-self: center;
	padding-right: 30px;
}
.menu-toggle-button:hover {
	color: #f87573;
}
.menu-toggle {
	opacity: 0;
	pointer-events: none;
	position: absolute;
}
/* Header */
header {
	background-image: url(../images/slide-bg-1.jpg);
	background-size: cover;
	background-position: center center;
	width: 100vw;
	height: 80vh;
	display: flex;
}
.headercontent {
	margin: auto;
}
header h1 {
	color: white;
	text-align: center;
	font-size: 40px;
	font-weight: 400;
}
#container {

	width:100%;
	min-height:800px;
	margin:0;
	overflow:hidden;

}
#content {
	margin-left: auto;
	margin-right:auto;
	padding:25px 0px 25px 20px;
	width:70%;
	overflow: hidden;
    text-overflow: ellipsis;
	text-align:inherit;
	z-index:-999;
}
.Product-Left {width:50%; height:370px; float:left;}
.Product-Right {width:50%; height:380px; float:right; text-align:center; margin-top:0;}
.Product-detail {float:left; clear:both;}


.Col-Left {width:50%; height:260px; float:left; padding-top:20px;}
.Col-Right {width:50%; height:280px; float:right; text-align:center;}

#footer {
	width:100%;
	height:160px;
	background-color:#30d5c7;
}
#footer-text {
	text-align:center;
	padding-top:10px;
	color:#000;
}
.ref-div {width:19%; height:200px; float:left; text-align:center;}
.font-s{font-size:10px;}
.f-xxl {font-size:46px;}
.f-xl {font-size:33px;}
.x-line {width:100%; height:1px; background-color:#999; margin:10px 0px;}


/* EVERYTHING BELOW THIS IS FOR MOBILE MENU BREAK */

@media screen and (max-width: 767px) {
body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 12px;
	letter-spacing:1px;
	}
#content {
	margin-left: auto;
	margin-right:auto;
	padding:25px 0px 25px 20px;
	width:95%;
	overflow: hidden;
    text-overflow: ellipsis;
	text-align:justify;
	z-index:-999;
}
	
 .col {
 margin: 0px;
}
 nav {
 border-bottom: 1px solid #dddddd;
}
 nav img.logo {
 align-self: center;
 padding-left: 10px;
}
 ul.main-nav {
 display: block;
 flex-direction: column;
 position: absolute;
 width: 100%;
 top: 131px;
 height: 100vh;
 overflow-y: scroll;
 margin-bottom: 70px;
}
 ul.main-nav li {
 height: auto;
 position: relative;
 background: white;
 width: 100%;
 margin: 0px;
 padding: 15px 30px;
 box-sizing: border-box;
 text-align: left;
 border-bottom: 1px solid #dddddd;
 display: block;
}
 ul.main-nav > li:last-child {
 border-bottom: 0px;
 padding-bottom: 130px;
}
 .menu-toggle:not(:checked) ~ ul {
 display: none;
}
 input:checked + label {
 color: #f87573;
}
 input:checked + label:before {
 content: "\f00d";
 font-size: 20px;
}
 .menu-toggle-button {
 display: inline-flex;
}
 ul.main-nav li:hover .mega-menu {
 display: inline-flex;
 flex-direction: column;
}
 ul.main-nav li .mega-menu {
 position: relative;
 width: 100%;
}
 ul.main-nav li .mega-menu {
 padding: 0px;
 border-top: 0px;
 top: 0px;
 display: inline-block;
}
 a.imgbounds {
 margin-top: 30px;
}
 ul.main-nav li:hover .mega-menu {
 display: inline-block;
}
 ul.dropdownmenu {
 padding: 0px;
 margin: 0px;
 position: relative;
 width: 100%;
 top: 0px;
 margin-top: 10px;
 display: block;
}
 ul.dropdownmenu li {
 border: 0px;
 padding: 8px 40px;
}
 ul.main-nav li:hover .dropdownmenu {
 display: block;
}
.Col-Left {width:100%; height:260px; float:left; padding-top:20px; clear:both;}
.Col-Right {width:100%; height:280px; float:left;}
.Product-Right {width:50%; height:380px; float:right; text-align:center; margin-top:0; float:left; clear:both;}
.Product-Left {width:auto; height:360px; float:left; padding-top:20px; }
.Product-detail {float:left; clear:both;}
.f-xxl {font-size:38px;}
.f-xl {font-size:28px;}

}
