﻿/*----- START NAVIGATION -----*/
nav {
	background-color: #7e0006;
}
nav ul {
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
nav ul li {
	display: inline;
}
nav li a {
	white-space: nowrap;
	font-weight: bold;
	padding-right: 0px;
	color: white;
	font-size: 18px;
}
nav a {
	text-decoration: none;
}
nav a:hover {
	color: black;
}
/*----- START BREADCRUMB NAVIGATION -----*/
.breadcrumbDiv {
	width: 100%;
	margin-left: 10px;
	padding-bottom: 15px;
}
#breadcrumb a {
	color: navy;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.breadcrumb .liveBreadcrumb {
	font-size: medium;
}
#beadcrumb a:visited {
	color: purple;
}
#breadcrumb ul {
	padding-left: 5px;
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
}
#breadcrumb li {
	display: inline;
}
#breadcrumb li + li:before {
	color: navy;
	content: "» ";
}
#breadcrumb a:hover {
	color: #032242;
}
/*----- START ACCORDIAN MENU -----*/
h4 {
	font-size: 18px;
	margin: 0 0 0 0;
	padding: 0px;
}
.hamburger {
	position: relative;
	display: inline-block;
	width: 1.75em;
	height: 0.8em;
	margin-right: 0.3em;
	border-top: 0.2em solid #fff;
	border-bottom: 0.2em solid #fff;
	margin-top: 15px;
	margin-bottom: 7px;
}
.hamburger:before {
	content: "";
	position: absolute;
	top: 0.3em;
	left: 0px;
	width: 100%;
	border-top: 0.2em solid #fff;
}
/*MainMenu*/
.mainMenuContainer {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	width: 100%;
	background-color: #7e0006;
}
/*Toggle Menu*/
.menuToggleContainer {
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	align-items: center;
	-webkit-align-items: center;
	background-color: #7e0006;
	width: 100%;
	display: none;
	height: 40px;
}
.menuToggleContainer a {
	color: white;
}
.menuToggleContainer a:hover {
	color: white;
}
.menuToggleContainer a:visited {
	color: white;
}
.mobileToggleColumn, .mobileHomeColumn, .mobileContactColumn {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	background-color: #7e0006;
	border-radius: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
.mobileToggleColumn {
	width: 33%;
}
.mobileHomeColumn {
	width: 33%;
}
.mobileContactColumn {
	width: 33%;
}
.mobileToggleColumn:hover, .mobileHomeColumn:hover, .mobileContactColumn:hover {
	background-color: #7e0006;
	color: white;
}
.mobileToggleColumn:hover, .mobileHomeColumn:hover, .mobileContactColumn:visited {
	background-color: #7e0006;
	color: white;
}
.mobileToggleColumn a, .mobileHomeColumn a,   {
	padding: 10px 20px 9px 20px;
}
/*Main Nav*/
.mobile-down {
	display: block;
}
.navWrapper {
	display: flex;
	display: -webkit-flex;
	width: 100%;
	display: inline;
}
#vertical-menu {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	font-family:Arial, Helvetica, sans-serif;
}
#vertical-menu ul, #vertical-menu li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}
#vertical-menu ul li {
	float: left;
	position: relative;
	padding-right: 10px;
    padding-left: 10px;
}
#vertical-menu ul li a {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	line-height: 35px;
	padding-left: 5px;
	cursor: pointer;
	color: white;
	font-size: 18px;
	font-weight: bold;
}
#vertical-menu ul li a:hover {
	color: black;
}
#vertical-menu ul li hover {
	color: black;
}
#vertical-menu ul ul {
	position: absolute;
	top: -99999px;
	left: 0;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	z-index: 497;
	background: silver;
	border-top: none;
	width: 200px;
}
#vertical-menu ul li ul li {
	display: -webkit-flex;
	display: flex;
	width: 200px;
}
#vertical-menu ul li ul li a {
	padding-left: 15px;
	color: black;
}
#vertical-menu ul li > ul {
	opacity: 1;
	position: absolute;
	top: 99%;
	left: 0;
}
/*heading styles*/
#vertical-menu h4 {
	display: -webkit-flex;
	display: flex;
	line-height: 35px;
	padding-left: 5px;
	cursor: pointer;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}
/*heading hover effect*/
#vertical-menu h4:hover {
	background-color: #808080;
	color: black;
}
#vertical-menu h4.open {
	background-color: #808080;
}
/*iconfont styles*/
#vertical-menu h4.plus {
	display: none;
}
/*hover effect on links*/
#vertical-menu ul ul li a:hover {
}
/*Lets hide the non active LIs by default*/
#vertical-menu ul ul {
	display: none;
}
#vertical-menu li.active ul {
	display: block;
}
/*home button styling*/
#vertical-menu .homeLink {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	line-height: 35px;
	padding-left: 0px;
	cursor: pointer;
	width: 100%;
}
#vertical-menu .homeLink:hover {
	color: black;
}
#vertical-menu .homeLink:visited {
	color: white;
}
/*REGULAR button styling*/
#vertical-menu .normalLink {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	line-height: 35px;
	padding-left: 0px;
	cursor: pointer;
	width: 100%;
}
#vertical-menu .homeLink:hover {
	color: black;
}
#vertical-menu .homeLink:visited {
	color: white;
}
/*
#vertical-menu .poolLink:hover {
	color: white;
	background-color:#0066cc;
}
#vertical-menu .poolLink:visited {
	color: white;
}
#vertical-menu .poolLink:hover {
	color: white;
}

#vertical-menu .poolLink {
	color: white;
	background-color:#0066cc;
}
*/
.plus {
	display: none;
	width: 0px;
}
.before {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
/*

#poolul li {
	background-color: #0066cc;
	color:white !important;
}

#poolul li a{
	background-color: #0066cc;
	color:white !important;
}
*/
/* ------- MOBILE VIEW  ---------*/
@media screen and (max-width: 600px) {
#vertical-menu .no-sub {
	display: none;
}
.desktopCartContainer {
	display: none;
}
.navWrapper {
	width: 100%;
}
.menuToggleContainer {
	display: -webkit-flex;
	display: flex;
}
#vertical-menu.mobile-down {
	display: block;
}
#vertical-menu {
	display: none;
}
#vertical-menu ul ul {
	position: absolute;
	top: -99999px;
	left: 0;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	z-index: 497;
	background: silver;
	border-top: none;
	width: 100%;
}
#vertical-menu ul li {
	border-top: 1px solid #808080;
	width: 100%;
}
#vertical-menu ul li ul li a {
	background: silver;
}
#vertical-menu ul li ul li {
	border-top: 1px solid #808080;
	background: silver;
	width: 100%;
}
#vertical-menu ul li > ul {
	opacity: 1;
	position: relative;
	top: 99%;
	left: 0;
}
.tag h4 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	width: 100%;
}
.before {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	width: 80%;
}
.plus {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	padding-right: 10px;
	font-size: 18px;
	margin-left: 10px;
	width: 20%;
	margin-right: 20px;
	content: 'Unusual.';
}
/*
#poolul li {
	background: #0066cc !important;

}
#poolul li a {
	background: #0066cc !important;
	color:white !important;


}

*/
}
/* ------- BOTTOM NAVIGATION  ---------*/
.bottomDiv {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	width: 100%;
}
.bottomAddressDiv {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	width: 40%;
}
.bottomAddress {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	text-align: center;
	font-weight: bold;
	font-size: large;
	color: #7e0006;
}
.bottomRightColumn {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	width: 30%;
	margin-top: 15px;
}
.socialDiv {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.creditcardDiv {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.bottomLeftColumn {
	display: flex;
	display: -webkit-flex;
	width: 30%;
}
#bottomNav {
	display: flex;
	display: -webkit-flex;
	background-color: transparent;
	width: 48%;
}
#bottomNav ul {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	list-style: none;
	padding-left: 30px;
	float: left;
}
#bottomNav ul li {
	padding-top: 1px;
	padding-bottom: 1px;
}
#bottomNav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: medium;
	white-space: nowrap;
	color: black;
	font-size: 18px;
	padding-left: 4px;
	padding-right: 4px;
}
#bottomNav a {
	text-decoration: underline;
}
#bottomNav a:hover {
	color: #7e0006;
}
@media(max-width:800px){
.bottomRightColumn {
	flex-direction: column;
	-webkit-flex-direction: column;
	padding-bottom: 15px;
	width: 100%;
	order: 1;
	-webkit-order: 1;
}
.bottomText {
	font-size: 18px;
}
.bottomDiv {
	flex-direction: column;
	-webkit-flex-direction: column;
}
.bottomLeftColumn {
	flex-direction: column;
	-webkit-flex-direction: column;
	width: 100%;
	order: 0;
	-webkit-order: 0;
}
#bottomNav {
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	width: 100%;
}
#bottomNav ul {
	-webkit-justify-content: center;
	justify-content: center;
	flex-direction: row;
	-webkit-flex-direction: row;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 0;
}
.bottomAddressDiv {
	width: 100%;
	order: -1;
	-webkit-order: -1;
}
}
@media(max-width:600px){
.bottomLeftColumn {
	flex-direction: row;
	-webkit-flex-direction: row;
}
#bottomNav {
	width: 100%;
	flex-direction: row;
	-webkit-flex-direction: row;
}
#bottomNav ul {
	flex-direction: column;
	-webkit-flex-direction: column;
}
.bottomAddress p {
	font-size: large;
}
}
@media(max-width:400px){
.bottomRightColumn {
	flex-direction: column;
	-webkit-flex-direction: column;
	width: 100%;
}
#bottomNav li a {
	font-size: 16px;
}
#bottomNav li a {
	font-size: 18px;
	font-weight: bold;
}
#bottomNav ul li {
	padding-top: 3px;
	padding-bottom: 3px;
}
}
