
/***********************************************************************************
 * HEADER, HOMEPAGE, FOOTER STYLES
 **********************************************************************************/


#divworkspacearea {
	max-width: 1320px;
	padding: 20px 10px 20px 10px;
	margin: 0 auto;
	margin-top: 150px;
}

.grid-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1320px;
	padding-left: 10px;
	padding-right: 10px;
}

.HomePageForm #divworkspacearea {
	max-width: 100%;
	position: relative;
	z-index: 100;
	padding: 0;
}

.LoginPageContainer {
	margin: 10vh auto;
}

*:focus {
	outline: none;
}

img {
	border: 0;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
}

h3 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	background-color: #fff;
	font-family: Arial, sans-serif;
}

.hidden {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

#headercontainer {
	width: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
}

#logo {
	width: 300px;
	text-align: center;
	box-sizing: border-box;
	padding: 20px 15px 10px;
	float: left;
}

#logo img {
	max-width: 100%;
	height: auto;
}

#mainnav {
	padding-top: 48px;
	float: left;
}

.nav a {
    text-decoration: none;
}

.nav li {
    list-style: none;
}

.nav {
    display: inline-block;
    cursor: default;
    z-index: 500;
    font-family: 'Lato', Arial, sans-serif;
}

.nav > li {
    display: block;
    float: left;
}

.nav > li > a {
	text-transform: uppercase;
    display: block;
    z-index: 510;
    padding-left: 2vw;
    height: 30px;
    font-size: 16px;
    color: #2a2a2a;
    font-family: 'Libre Baskerville', Times, serif;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.nav > li:hover > a {
    color: #909090;
}

.nav > li > ul {
	visibility: hidden;
	position: absolute;
	padding: 0 10px 15px 10px;
    opacity: 0;
    background: #f8f8f8;
    border-top: #fff solid 35px;
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}

.nav > li:hover > ul {
	visibility: visible;
    opacity: 1;
}

.nav > li > ul > li {
	padding: 0 10px;
}

.nav > li > ul a {
	display: block;
	padding: 10px 50px 10px 10px;
}

.nav > li > ul a {
    color: #000;
}

.nav > li > ul a:hover {
    text-decoration: underline;
    color: #909090;
}

#mobilenav {
    width: 38%;
    padding-top: 34px;
    padding-left: 2%;
    background-color: #FFF;
    float: left;
}

#mobilenav ul {
    list-style: none;
}

#mobilenav ul li {
    display: block;
    position: relative;
    font-weight: 700;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    z-index: 9999;
}

#mobilenav > ul > li > a {
	display: inline-block;
	padding: 10px;
}

#mobilenav > ul > li > ul {
    position: absolute;
}

#accountnav li ul,
#mobilenav li ul {
    display: none;
}

#mobilenav ul li a {
    color: #000;
    white-space: nowrap;
    text-decoration: none;
}

#mobilenav ul ul li a {
    display: block;
}

#mobilenav ul ul li a {
    padding: 5px 50px 5px 25px;
    background-color: #efefef;
    position: relative;
    height: 35px;
    text-transform: none;
    font-weight: 400;
    font-size: 17px;
    line-height: 35px;
    left: 0;
    top: 0;
    z-index: 200;
}

#mobilenav li:hover li a:hover {
    text-decoration: underline;
}

#mobilenav ul ul ul li a {
	padding-left: 40px;
}

#accountsearch {
	width: 15%;
	padding-top: 15px;
	float: right;
}

#accountnav {
	margin-top: 15px;
	position: relative;
	float: right;
}

#accountnav ul {
	margin-right: 20px;
    list-style: none;
}

#accountnav ul li {
    display: block;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	float: right;
}

#accountnav li ul {
    display: none;
}

#accountnav ul li a {
    display: block;
    text-decoration: none;
	color: #2a2a2a;
	height: 16px;
	margin-right: 8px;
	margin-left: 8px;
    white-space: nowrap;
}

#accountnav ul li:hover > a {
	text-decoration: none;
	color: #909090;
}

#accountnav li:hover ul {
    display: block;
    position: absolute;
    right: 0;
	top: 20px;
	padding-top: 10px;
	z-index: 9999;
	cursor: pointer;
}

#accountnav li:hover li {
	width: 140px;
    font-size: 14px;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 700;
	text-align: right;
	clear: both;
}

#accountnav li:hover li a {
	background-color: #fff;
	color: #2a2a2a;
	position: relative;
	height: 25px;
	line-height: 25px;
	z-index: 800;
	border: 0;
	text-transform: none;
	padding-right: 10px;
}

#accountnav li:hover li a:hover {
    text-decoration: underline;
}

.headerquantity {
	font-size: 18px;
}

#accountsearch .fa-times {
	color: #8b0000;
}

#searchbar {
	width: 50%;
	padding-top: 24px;
	padding-left: 2%;
	float: left;
	display: none;
}

#searchbox {
	height: 50px;
}

#searchboxfield {
	width: 100%;
	float: left;
}

#searchboxfield input {
	width: 97%;
	height: 36px;
	line-height: 36px;
	background-color: #fff;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #686868;
	padding: 5px;
	border: 1px solid #fff;
}

#homeslide {
	width: 100%;
	margin-bottom: .4%;
}

#homeslide img {
	width: 100%;
	height: auto;
	display: block;
}

#homeslide .owl-pagination {
	display: none;
}

#homebannersleft {
	width: 66%;
	float: left;
}

.homebannercopy {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s 2s, opacity .2s linear;
	background-color: rgba(0, 0, 0, .65);
	text-align: center;
}

.homebannercopy p {
	width: 96%;
	font-family: 'Libre Baskerville', Times, serif;
	color: #FFF;
	font-size: 22px;
	font-weight: 300;
	text-transform: uppercase;
	display: inline-block;
    position: relative;
    padding: 0 2%;
}

.homebannercopy a {
	font-family: 'Lato', Arial, sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #000;
	text-decoration: none;
	display: inline-block;
	background-color: #fff;
	padding: 12px 25px 12px 25px;
	margin-top: 35px;
	position: relative;
}

.homebannercopy a:hover {
	background-color: #ccc;
}

#homebannerone {
	width: 49.7%;
	position: relative;
	margin-right: .3%;
	float: left;
}

#homebannerone img {
	width: 100%;
	height: auto;
	display: block;
}

#homebannerone > .homebannercopy > p {
	margin: 35% auto 0 auto;
}

#homebannerone:hover > .homebannercopy {
	visibility: visible;
	opacity: 1;
	transition: opacity .2s linear;
}

#homebannertwo {
	width: 49.7%;
	position: relative;
	margin-left: .3%;
	float: left;
}

#homebannertwo img {
	width: 100%;
	height: auto;
	display: block;
}

#homebannertwo > .homebannercopy > p {
	margin: 35% auto 0 auto;
}

#homebannertwo:hover > .homebannercopy {
	visibility: visible;
	opacity: 1;
	transition: opacity .2s linear;
}

#homebannerthree {
	width: 100%;
	position: relative;
	margin-top: .6%;
}

#homebannerthree img {
	width: 100%;
	height: auto;
	display: block;
}

#homebannerthree > .homebannercopy > p {
	margin: 15% auto 0 auto;
}

#homebannerthree:hover > .homebannercopy {
	visibility: visible;
	opacity: 1;
	transition: opacity .2s linear;
}

#homebannersright {
	width: 34%;
	float: right;
}

#homebannerfour {
	width: 98.8%;
	position: relative;
	margin-left: 1.2%;
}

#homebannerfour img {
	width: 100%;
	height: auto;
	display: block;
}

#homebannerfour > .homebannercopy > p {
	margin: 80% auto 0 auto;
}

#homebannerfour:hover > .homebannercopy {
	visibility: visible;
	opacity: 1;
	transition: opacity .2s linear;
}

#homebannersbottom {
	width: 100%;
}

#homebannerfive {
	width: 100%;
	position: relative;
	margin-top: .35%;
}

#homebannerfive img {
	width: 100%;
	height: auto;
	display: block;
}

#homebannerfive > .homebannercopy > p {
	margin: 10% auto 0 auto;
}

#homebannerfive:hover > .homebannercopy {
	visibility: visible;
	opacity: 1;
	transition: opacity .2s linear;
}

.homesubbanner {
	width: 33.2%;
	height: 280px;
	padding-top: 40px;
	padding-bottom: 130px;
	float: left;
	text-align: center;
}

.homesubbanner p {
	max-width: 400px;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 17px;
	line-height: 22px;
	color: #2a2a2a;
	margin: 0 auto;
	padding: 0 20px;
}

.homesubbannertitle,
.homesubbannerlarge {
	font-size: 25px;
	line-height: 30px;
	text-transform: uppercase;
	font-family: 'Libre Baskerville', Times, serif;
	display: inline-block;
	padding-top: 50px;
	padding-bottom: 30px;
}

.homesubbannertitle {
	padding-top: 50px;
	padding-bottom: 30px;
}

.homesubbannerlarge {
	padding-top: 30px;
}

.homesubbanner a {
	font-family: 'Lato', Arial, sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	background-color: #393434;
	padding: 12px 25px 12px 25px;
	margin-top: 30px;
	position: relative;
}

.homesubbanner a:hover {
	background-color: #524F4F;
}

.borderright {
	border-right: 1px solid #d0d0d0;
}

.borderleft {
	border-left: 1px solid #d0d0d0;
}

#about-container {
	width: 100%;
	background-color: #ececec;
	padding-bottom: 90px;
	text-align: center;
}

#about-container p {
	max-width: 1050px;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #2a2a2a;
	padding: 0 20px;
	margin: 0 auto;
}

.about-title {
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
	font-family: 'Libre Baskerville', Times, serif;
	display: inline-block;
	padding-top: 50px;
	padding-bottom: 30px;
}

#footercontainer {
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

#footercontentcontainer {
	padding: 10px 5vw;
	background-color: #292525;
}

.footerheading {
	font-family: 'Lato', Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 15px;
	margin-top: 20px;
	display: inline-block;
}

#footercontainer li {
	list-style: none;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 14px;
	line-height: 25px;
}

#footercontainer li a {
	color: #bfbfbf;
	text-decoration: none;
}

#footercontainer li a:hover {
	text-decoration: underline;
	color: #fff;
}

#footercontainer p {
	font-family: 'Lato', Arial, sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #bfbfbf;
}

#footerlogo {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

#footerlogo img {
	max-width: 100%;
	height: auto;
}

#copyrightcontainer {
	width: 98%;
	padding: 14px 1%;
	background-color: #1c1919;
}

#footersocial {
	width: 50%;
	float: left;
}

#footersocial ul {
	margin-top: 10px;
	margin-left: 10px;
}

#footersocial li {
	list-style: none;
	display: inline;
	padding-right: 10px;
}

#footersocial li a {
	color: #bfbfbf;
	text-decoration: none;
}

#footersocial li a:hover {
	color: #a99679;
}

#copyright {
	width: 50%;
	float: right;
	text-align: right;
	padding-top: 12px;
	padding-bottom: 12px;
}

#copyright p {
	font-family: 'Lato', Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #bfbfbf;
}

#copyright a {
	color: #bfbfbf;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

#seocontentbox {
	display: none;
	max-width: 100%;
	text-align: left;
	margin-top: 0;
	margin-bottom: 15px;
	margin-top: 15px;
}

#seocontentbox p {
	font-family: 'Lato', Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #bfbfbf;
}

#scrolldiv {
	display: none;
}


@media screen and (max-width: 400px) {

	#headercontainer {
		position: relative;
		padding-bottom: 20px;
	}

	#divworkspacearea {
		margin-top: 0;
	}

	#logo {
		padding: 15px 20px 0;
		width: 70%;
		margin: 0 auto;
		float: none;
	}

	#mobilenav {
		padding-top: 24px;
	}

	#searchbar {
		width: 95%;
		padding-left: 2%;
		float: none;
		position: absolute;
		bottom: -60px;
		left: 0;
	}

	#accountsearch {
		width: 60%;
		padding-top: 6px;
		float: left;
	}

	#homeslide {
		margin-bottom: 35px;
	}

	.homebannercopy {
		position: static;
		visibility: visible;
		opacity: 1;
		transition: none;
		background-color: #fff;
		margin-bottom: 35px;
	}

	.homebannercopy p {
		color: #2a2a2a;
	}

	#homebannersleft {
		width: 100%;
		float: none;
	}

	#homebannerone {
		width: 100%;
		margin-right: 0;
		float: none;
	}

	#homebannerone > .homebannercopy > p {
		margin: 30px auto 0 auto;
	}

	#homebannerone:hover > .homebannercopy {
		visibility: visible;
		opacity: 1;
		transition: opacity .2s linear;
	}

	#homebannerone img {
		max-width: 100%;
		width: auto;
		height: auto;
		margin: 0 auto;
	}

	#homebannertwo {
		width: 100%;
		margin-left: 0;
		float: none;
	}

	#homebannertwo > .homebannercopy > p {
		margin: 30px auto 0 auto;
	}

	#homebannertwo:hover > .homebannercopy {
		visibility: visible;
		opacity: 1;
		transition: opacity .2s linear;
	}

	#homebannertwo img {
		max-width: 100%;
		width: auto;
		height: auto;
		margin: 0 auto;
	}

	#homebannerthree {
		width: 100%;
		margin-top: 0;
	}

	#homebannerthree > .homebannercopy > p {
		margin: 30px auto 0 auto;
	}

	#homebannerthree:hover > .homebannercopy {
		visibility: visible;
		opacity: 1;
		transition: opacity .2s linear;
	}

	#homebannerthree img {
		max-width: 100%;
		width: auto;
		height: auto;
		margin: 0 auto;
	}

	#homebannersright {
		width: 100%;
		float: none;
	}

	#homebannerfour {
		width: 100%;
		margin-left: 0;
	}

	#homebannerfour > .homebannercopy > p {
		margin: 30px auto 0 auto;
	}

	#homebannerfour:hover > .homebannercopy {
		visibility: visible;
		opacity: 1;
		transition: opacity .2s linear;
	}

	#homebannerfour img {
		max-width: 100%;
		width: auto;
		height: auto;
		margin: 0 auto;
	}

	#homebannerfive {
		margin-top: 0;
	}

	#homebannerfive > .homebannercopy > p {
		margin: 30px auto 0 auto;
	}

	#homebannerfive:hover > .homebannercopy {
		visibility: visible;
		opacity: 1;
		transition: opacity .2s linear;
	}

	#homebannerfive img {
		max-width: 100%;
		width: auto;
		height: auto;
		margin: 0 auto;
	}

	.homesubbanner {
		width: 100%;
		height: auto;
		padding-top: 0px;
		padding-bottom: 60px;
		border-top: 1px solid #d0d0d0;
		float: none;
	}

	.borderright {
		border-right: 0;
	}

	.borderleft {
		border-left: 0;
	}

	#footercontentcontainer {
		text-align: center;
		padding: 10px;
	}

	.footercolumn {
		width: 100%;
		text-align: center;
		float: none;
	}

	#copyrightcontainer {
		text-align: center;
	}

	#footersocial {
		width: 100%;
		text-align: center;
		float: none;
	}

	#copyright {
		width: 100%;
		float: none;
		text-align: center;
	}
}

@media screen and (min-width: 401px) and (max-width: 767px) {

	#headercontainer {
		position: relative;
		padding-bottom: 20px;
	}

	#divworkspacearea {
		margin-top: 0;
	}

	#logo {
		padding: 15px 20px 0;
		width: 70%;
		margin: 0 auto;
		float: none;
	}

	#mobilenav {
		padding-top: 24px;
	}

	#searchbar {
		width: 95%;
		padding-left: 2%;
		float: none;
		position: absolute;
		bottom: -60px;
		left: 0;
	}

	#accountsearch {
		width: 60%;
		padding-top: 6px;
		float: left;
	}

	#homeslide {
		margin-bottom: 35px;
	}

	.homebannercopy {
		position: static;
		visibility: visible;
		opacity: 1;
		transition: none;
		background-color: #fff;
		margin-bottom: 35px;
	}

	.homebannercopy p {
		color: #2a2a2a;
	}

	#homebannersleft {
		width: 100%;
		float: none;
	}

	#homebannerone {
		width: 100%;
		margin-right: 0;
		float: none;
	}

	#homebannerone > .homebannercopy > p {
		margin: 30px auto 0 auto;
	}

	#homebannerone:hover > .homebannercopy {
		visibility: visible;
		opacity: 1;
		transition: opacity .2s linear;
	}

	#homebannerone img {
		max-width: 100%;
		width: auto;
		height: auto;
		margin: 0 auto;
	}

	#homebannertwo {
		width: 100%;
		margin-left: 0;
		float: none;
	}

	#homebannertwo > .homebannercopy > p {
		margin: 30px auto 0 auto;
	}

	#homebannertwo:hover > .homebannercopy {
		visibility: visible;
		opacity: 1;
		transition: opacity .2s linear;
	}

	#homebannertwo img {
		max-width: 100%;
		width: auto;
		height: auto;
		margin: 0 auto;
	}

	#homebannerthree {
		width: 100%;
		margin-top: 0;
	}

	#homebannerthree > .homebannercopy > p {
		margin: 30px auto 0 auto;
	}

	#homebannerthree:hover > .homebannercopy {
		visibility: visible;
		opacity: 1;
		transition: opacity .2s linear;
	}

	#homebannerthree img {
		max-width: 100%;
		width: auto;
		height: auto;
		margin: 0 auto;
	}

	#homebannersright {
		width: 100%;
		float: none;
	}

	#homebannerfour {
		width: 100%;
		margin-left: 0;
	}

	#homebannerfour > .homebannercopy > p {
		margin: 30px auto 0 auto;
	}

	#homebannerfour:hover > .homebannercopy {
		visibility: visible;
		opacity: 1;
		transition: opacity .2s linear;
	}

	#homebannerfour img {
		max-width: 100%;
		width: auto;
		height: auto;
		margin: 0 auto;
	}

	#homebannerfive {
		margin-top: 0;
	}

	#homebannerfive > .homebannercopy > p {
		margin: 30px auto 0 auto;
	}

	#homebannerfive:hover > .homebannercopy {
		visibility: visible;
		opacity: 1;
		transition: opacity .2s linear;
	}

	#homebannerfive img {
		max-width: 100%;
		width: auto;
		height: auto;
		margin: 0 auto;
	}

	.homesubbanner {
		width: 100%;
		height: auto;
		padding-top: 0px;
		padding-bottom: 60px;
		border-top: 1px solid #d0d0d0;
		float: none;
	}

	.borderright {
		border-right: 0;
	}

	.borderleft {
		border-left: 0;
	}

	#footercontentcontainer {
		text-align: center;
	}

	.mobiletabletclear {
		clear: both;
	}

	#footercontentcontainer {
		padding: 10px;
	}

	.footercolumn {
		width: 48%;
		padding-right: 2%;
		float: left;
	}

	#copyrightcontainer {
		width: 96%;
		padding: 14px 2%;
	}

	#footersocial {
		width: 100%;
		text-align: center;
		float: none;
	}

	#copyright {
		width: 100%;
		float: none;
		text-align: center;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

	#logo {
		float: left;
	}

	#mainnav {
		float: left;
	}

	#searchbar {
		width: 38%;
		padding-left: 2%;
		float: left;
	}

	.nav>li>.nav-shop {
	    left: 0;
	}

	#homebannerone > .homebannercopy > p {
		margin-top: 25%
	}

	#homebannertwo > .homebannercopy > p {
		margin-top: 25%
	}

	#homebannerthree > .homebannercopy > p {
	    margin-top: 12%;
	}

	#homebannerfour > .homebannercopy > p {
	    margin-top: 75%;
	}

	#homebannerfive > .homebannercopy > p {
	    margin-top: 8%;
	}

	#footercontentcontainer .footerdealer {
		margin-top: 0;
	}
}

@media screen and (min-width: 1350px) {

	#scrolldiv {
		display: block;
	}

	#scrolldiv a {
		font-family: Arial, sans-serif;
		font-size: 14px;
		font-weight: normal;
	}

	.scrolltotop {
		width:30px;
		height:30px;
		padding:10px;
		text-align:center;
		color: #cfcfcf;
		text-decoration: none;
		position:fixed;
		bottom:80px;
		right:20px;
		z-index: 500;
		display:none;
	}

	.scrolltotop:hover{
		color: #a2a2a2;
		text-decoration:none;
	}
}

/***********************************************************************************
 * END HEADER, HOMEPAGE, FOOTER STYLES
 **********************************************************************************/

 /*Ticket #47107*/
.ProductDetailsHeading {
	display: none!important;
}

.PDFAttachments a {
	color: #9b1817;
	font-weight: bolder;
	text-decoration: none;
}
.PDFAttachments a:hover {
	text-decoration: underline;
}