html {
	background: #404041;
}

.container {
	margin: 0 auto;
	max-width: 1280px;
	width: 100%;
}

/*
 @media only screen and (min-width: 601px) {
   .container {
     width: 85%;
   }
 }

 @media only screen and (min-width: 993px) {
   .container {
     width: 70%;
   }
 }
 */
.m0 {
	margin: 0;
}
h3,
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 500;
	color: #c02028;
}
h3 {
	font-size: 21px;
	margin: 0;
	padding: 0;
}
h4 {
	font-size: 18px;
	margin: 15px 0 15px 0;
	color: #c02028;
}

header.container nav {
	height: 177px;
}

.content-area {
	padding-left: 290px;
}

.featured-container .feature-header img {
	display: block;
	margin: 0 auto;
}

.featured-container .feature-header {
	background: #2a5269;
	padding: 5px 0;
}

.featured-container {
	border: solid 2px #2a5269;
}

.top-absolute-right-menu {
	position: absolute;
	z-index: 123;
	top: 0;
	right: 0;
}

.top-absolute-right-menu a {
	display: block;
	padding: 0 10px;
	height: 36px;
	color: #000;
	font-weight: 700;
	font-size: 13px;
	line-height: 34px;
}

.top-absolute-right-menu i.fa {
	display: inline-block;
	margin-right: 3px;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	font-size: 16px;
	color: #ff7621;
}

.no-padding {
	padding: 0;
}

.product .meta-data {
	font-size: 0.9em;
}

.nav-wrapper {
	background-image: url("/assets/img/header_bg.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.home header.header {
	height: 81px;
}

.home header nav {
	text-transform: uppercase;
	font-size: 0.8rem;
}

html {
	font-family: "Roboto", sans-serif;
}

a {
	color: black;
}

.relative {
	position: relative;
}

.free-shipping-notice {
	position: absolute;
	right: 10px;
	bottom: 0;
	color: white;
	font-size: 0.8rem;
}

.left-navigation-wrapper {
	width: 250px;
	background: black;
	height: 900px;
}

.leftNavigation {
	width: 200px;
	left: 0;
	top: 0;
	margin: 0;
	height: 100%;
	padding-bottom: 60px;
}

.leftNavigation li:hover {
	background: #222;
	border-left: 4px solid white;
}

.leftNavigation li {
	float: none;
	line-height: 30px;
}

.leftNavigation a,
.leftNavigation input {
	color: white;
}

.push-content-top td {
	vertical-align: top;
}

.p20 {
	padding: 20px !important;
}

nav .nav-wrapper ul li.hasSubNav:hover div {
	display: block;
}

nav .nav-wrapper ul ul {
	padding-top: 15px;
	background-color: white;
}

nav .nav-wrapper ul div {
	position: absolute;
	padding: 10px;
	left: -20px;
	z-index: 2;
	display: none;
	transition: all 0.5s ease;
}

nav .nav-wrapper ul li {
	position: relative;
}

nav .nav-wrapper ul li .activeVertBar {
	transition: all 0.5s ease;
	display: none;
}

/*nav .nav-wrapper ul li:hover .activeVertBar,*/
nav .nav-wrapper ul li.active .activeVertBar {
	position: absolute;
	background-color: lightgrey;
	width: 15px;
	height: 40px;
	left: 43%;
	top: 55px;
	display: block;
	z-index: 3;
}

nav .nav-wrapper ul ul li:hover {
	background-color: #e3e3e3;
}

nav .nav-wrapper ul ul li {
	float: none;
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: left;
}

.hero.parallax-container {
	height: 80vh;
}

nav.top-nav li.about {
	background-image: url(/assets/img/layout/about_roll.png);
	width: 70px;
}

nav.top-nav li.about a {
	background-image: url(/assets/img/layout/about.png);
}

nav.top-nav li.vip {
	background-image: url(/assets/img/layout/vip_roll.png);
	width: 85px;
}

nav.top-nav li.vip a {
	background-image: url(/assets/img/layout/vip.png);
}

nav.top-nav li.shipping {
	background-image: url(/assets/img/layout/shipping_roll.png);
	width: 180px;
}

nav.top-nav li.shipping a {
	background-image: url(/assets/img/layout/shipping.png);
}

nav.top-nav li.reference {
	background-image: url(/assets/img/layout/reference_roll.png);
	width: 110px;
}

nav.top-nav li.reference a {
	background-image: url(/assets/img/layout/reference.png);
}

nav.top-nav li.contact {
	background-image: url(/assets/img/layout/contact_roll.png);
	width: 85px;
}

nav.top-nav li.contact a {
	background-image: url(/assets/img/layout/contact.png);
}

nav.top-nav li.creative {
	background-image: url(/assets/img/layout/creative_roll.png);
	width: 135px;
}

nav.top-nav li.creative a {
	background-image: url(/assets/img/layout/creative.png);
}

nav.top-nav li a:hover {
	background: none;
}

@media only screen and (max-width: 1100px) {
	nav.top-nav li.about {
		width: 50px;
	}

	nav.top-nav li.vip {
		width: 65px;
	}

	nav.top-nav li.shipping {
		width: 150px;
	}

	nav.top-nav li.reference {
		width: 80px;
	}

	nav.top-nav li.contact {
		width: 65px;
	}

	nav.top-nav li.creative {
		width: 115px;
	}

	header.container nav {
		height: 100px;
	}

	.nav-wrapper {
		background-size: auto 100%;
		background-color: white;
		background-image: none;
	}

	header.container nav .brand-logo img {
		height: 100px;
	}

	header nav,
	header nav .nav-wrapper i,
	header nav a.sidenav-trigger,
	header nav a.sidenav-trigger i {
		height: 90px;
		font-size: 60px;
		line-height: 90px;
	}
}

nav.top-nav li a,
nav.top-nav li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	height: 30px;
	background-repeat: no-repeat;
	padding: 0;
	background-position: center;
	background-size: 75%;
}

nav.top-nav li {
	padding: 0;
	margin: 0;
	margin-right: 0px;
	height: 30px;
	margin-right: 12px;
	list-style: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 75%;
}

.main-loader {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #2a5269;
}

#_frontNav li.about {
	background-image: url(/assets/img/layout/about_roll.png);
	width: 70px;
}

#_frontNav li.about a {
	background-image: url(/assets/img/layout/about.png);
}

#_frontNav li.vip {
	background-image: url(/assets/img/layout/vip_roll.png);
	width: 85px;
}

#_frontNav li.vip a {
	background-image: url(/assets/img/layout/vip.png);
}

#_frontNav li.shipping {
	background-image: url(/assets/img/layout/shipping_roll.png);
	width: 180px;
}

#_frontNav li.shipping a {
	background-image: url(/assets/img/layout/shipping.png);
}

#_frontNav li.reference {
	background-image: url(/assets/img/layout/reference_roll.png);
	width: 110px;
}

#_frontNav li.reference a {
	background-image: url(/assets/img/layout/reference.png);
}

#_frontNav li.contact {
	background-image: url(/assets/img/layout/contact_roll.png);
	width: 85px;
}

#_frontNav li.contact a {
	background-image: url(/assets/img/layout/contact.png);
}

#_frontNav li.creative {
	background-image: url(/assets/img/layout/creative_roll.png);
	width: 135px;
}

#_frontNav li.creative a {
	background-image: url(/assets/img/layout/creative.png);
}

#_frontNav li a:hover {
	background: none;
}

#contentArea {
	min-height: 800px;
	margin-bottom: 0;
	color: #404041;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
#contentArea a {
	color: #b00000;
}

#products-list .product {
	min-height: 150px;
}
.main-title {
	color: #c02028;
	background: #d3ccbc;
	padding: 15px 50px 15px 50px;
	position: absolute;
	bottom: 20px;
	left: 0;
	opacity: 0.8 !important;
}
.col.s12 {
	position: relative;
}
.main-title h1,
h1#comments,
h3#reply-title {
	color: #c02028;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-style: italic !important;
	margin: 0;
	font-size: 2em;
}

.dicStyle li {
	list-style-type: disc !important;
	margin-left: 15px;
	margin-bottom: 8px;
}

.overlay,
.form-panel.one:before {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
}

.form {
	z-index: 15;
	position: relative;
	background: #ffffff;
	width: 100%;
	border-radius: 4px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	margin: 50px auto 10px;
	overflow: hidden;
}

.form-toggle {
	z-index: 10;
	position: absolute;
	top: 60px;
	right: 60px;
	background: #ffffff;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	transform-origin: center;
	transform: translate(0, -25%) scale(0);
	opacity: 0;
	cursor: pointer;
	transition: all 0.3s ease;
}

.form-toggle:before,
.form-toggle:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 4px;
	background: #4285f4;
	transform: translate(-50%, -50%);
}

.form-toggle:before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.form-toggle:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.form-toggle.visible {
	transform: translate(0, -25%) scale(1);
	opacity: 1;
}

.form-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 20px;
}

.form-group:last-child {
	margin: 0;
}

.form-group label {
	display: block;
	margin: 0 0 10px;
	color: rgba(0, 0, 0, 0.6);
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.two .form-group label {
	color: #ffffff;
}

.form-group input {
	outline: none;
	display: block;
	background: rgba(0, 0, 0, 0.1);
	width: 100%;
	border: 0;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 12px 20px;
	color: rgba(0, 0, 0, 0.6);
	font-family: inherit;
	font-size: inherit;
	font-weight: 500;
	line-height: inherit;
	transition: 0.3s ease;
}

.form-group input:focus {
	color: rgba(0, 0, 0, 0.8);
}

.two .form-group input {
	color: #ffffff;
}

.two .form-group input:focus {
	color: #ffffff;
}

.datatable td {
	vertical-align: top;
}

.form-group button {
	outline: none;
	background: #4285f4;
	width: 100%;
	border: 0;
	border-radius: 4px;
	padding: 12px 20px;
	color: #ffffff;
	font-family: inherit;
	font-size: inherit;
	font-weight: 500;
	line-height: inherit;
	text-transform: uppercase;
	cursor: pointer;
}

.two .form-group button {
	background: #ffffff;
	color: #4285f4;
}

.form-group .form-remember {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

.form-group .form-remember input[type="checkbox"] {
	display: inline-block;
	width: auto;
	margin: 0 10px 0 0;
}

.form-group .form-recovery {
	color: #4285f4;
	font-size: 12px;
	text-decoration: none;
}

.form-panel {
	padding: 10px calc(5% + 60px) 0 60px;
	box-sizing: border-box;
}

.form-panel .form-content {
	padding-bottom: 60px;
}

.form-panel.one:before {
	content: "";
	display: block;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease;
}

.form-panel.one.hidden:before {
	display: block;
	opacity: 1;
	visibility: visible;
}

.form-panel.two {
	z-index: 5;
	position: absolute;
	top: 0;
	left: 95%;
	background: #4285f4;
	width: 100%;
	min-height: 100%;
	padding: 60px calc(10% + 60px) 60px 60px;
	transition: 0.3s ease;
	cursor: pointer;
}

.form-panel.two:before,
.form-panel.two:after {
	content: "";
	display: block;
	position: absolute;
	top: 60px;
	left: 1.5%;
	background: rgba(255, 255, 255, 0.2);
	height: 30px;
	width: 2px;
	transition: 0.3s ease;
}

.form-panel.two:after {
	left: 3%;
}

.form-panel.two:hover {
	left: 93%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.form-panel.two:hover:before,
.form-panel.two:hover:after {
	opacity: 0;
}

.form-panel.two.active {
	left: 10%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	cursor: default;
}

.form-panel.two.active:before,
.form-panel.two.active:after {
	opacity: 0;
}

.form-header {
	margin: 0 0 40px;
}

.form-header h1 {
	padding: 4px 0;
	color: #4285f4;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

.two .form-header h1 {
	position: relative;
	z-index: 40;
	color: #ffffff;
}

.pen-footer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 600px;
	margin: 20px auto 100px;
}

.pen-footer a {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.pen-footer a .material-icons {
	width: 12px;
	margin: 0 5px;
	vertical-align: middle;
	font-size: 12px;
}

.cp-fab {
	background: #ffffff !important;
	color: #4285f4 !important;
}

.a-box.first-address-tile {
	border-style: dashed;
	height: 266px;
	width: 320px;
	border-width: 2px;
	box-sizing: border-box;
	border-color: #c7c7c7;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.a-box a:hover {
	text-decoration: underline;
}

.a-box a {
	color: #0066c0;
}

.a-box {
	display: block;
	border-radius: 4px;
	border: 1px #ddd solid;
	background-color: #fff;
	position: relative;
	margin: auto auto 50px;
}

.a-box .a-box-inner {
	border-radius: 4px;
	position: relative;
	padding: 14px 18px;
}

.a-padding-extra-large {
	padding: 20px 26px !important;
}

.normal-address-tile {
	height: 266px;
	max-width: 320px;
	border-width: 1px;
	box-sizing: border-box;
	border-color: #c7c7c7;
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16);
	border-style: solid;
	margin: auto auto 50px;
}

.edit-address-desktop-link {
	position: absolute;
	bottom: 20px;
	left: 22px;
}

.default-section {
	height: 40px;
	border-bottom: 1px solid #c7c7c7;
	padding-left: 20px;
	padding-top: 11px;
}

.serviceinfo {
	background-color: #404041;
	width: 100%;
	height: auto;
	min-height: 300px;
	padding: 5% 5% 10% 5%;
	font-size: small;
	color: #d3ccbc;
	line-height: 14px;
	text-align: center;
}
.serviceinfo {
	margin: 20px 0 0 0;
	text-align: center !important;
}
.service {
	margin: 0 0 10px 0 !important;
}
.service_name {
	font-size: 14px;
	font-weight: 700;
	color: #d3ccbc;
	text-transform: uppercase;
}
.adjFooterLogos {
	text-align: right;
}
.title-bar {
	padding: 0px 20px;
	color: white;
	font-weight: bold;
	line-height: 40px;
}
.show-on-small {
	display: none;
}
.condolence {
	border-bottom: 1px solid black;
}
.condolence:last-child {
	border-bottom: 0px solid black;
}
@media only screen and (max-width: 600px) {
	.content-area {
		padding-left: 0;
	}

	#sidebar {
		display: none;
	}
	.show-on-small {
		display: block;
	}
	.adjCopyRight {
		text-align: center;
	}
	.adjFooterLogos {
		text-align: center;
	}
	.main-title h1,
	h1#comments,
	h3#reply-title {
		font-size: 1.5em;
	}
	.condolence {
		border-bottom: 1px solid black;
	}
	.condolence:last-child {
		border-bottom: 0px solid black;
	}
}
