@charset "UTF-8";
/* CSS Document */

/*@import url('https://fonts.googleapis.com/css?family=Spinnaker&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Spinnaker&family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

.bdr {border: 1px solid #000;}

.bdr-636 {
	border: 2px solid #969;
}

.bdr-fcf {
	border: 1px solid #fcf;
}

html {
    font-family: sans-serif;
    /*line-height: 1.15;
    -webkit-text-size-adjust: 100%;*/
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    font-family: "Spinnaker", Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.875;
    color: #778498;
    text-align: left;
}

h1, h2, h3, h4, h5 {
	font-family: "Spinnaker", Arial, sans-serif;
}

p, span {
	color: #333;
}

a, a:visited {
    /*color: #1b2e5a;*/
	color: #303;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    /*color: #13a3dd;*/
	color: #636;
    text-decoration: underline;
}

.line-hgt {
	line-height: 1.5;
}

.line-hgt-no {
	line-height: 0;
}

.uk-input,
.uk-select,
.uk-textarea {
	color: #969;
	border: 1px solid #c9c;
}

hr {
	background-color: #969;
	height: 1px;
	border: 0;
}

.anchor {
	display: block;
	position: relative;
	top: -75px;
	visibility: hidden;
}

.tdu {
	text-decoration:underline;
}

/* ========================================================================
	Addons
 ========================================================================== */
.uk-padding-xsmall {
	padding: 5px;
}

@media (min-width:768px) {
	.uk-hidden\@k {
		display: none !important
	}
}

@media (max-width:767px) {
	.uk-visible\@k {
		display: none !important
	}
}

.mrg-top {
	margin-top: 10px;
}

.mrg-bottom {
	margin-bottom: 10px;
}

.mrg-top-med {
	margin-top: 15px;
}

.uk-grid-divider > :not(.uk-first-column)::before {
	/*border-left: 1px solid #e5d6a8;*/
	border-left: 1px solid #969;
}

.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
	/*border-left: 1px solid #e5d6a8;*/
	border-left: 1px solid #969;
}

.uk-height-hp {
	height: 1000px;
}

.km-border-rad {
	border-radius: 0.625rem;
	/*background-color: #F3D250;*/
}

/* ========================================================================
	Layout
 ========================================================================== */
.km-wrapper {
	 width: 960px;
	 margin: 5px auto;
	 padding: 5px 25px;
	 border-left: 1px solid #efe0b2;
	 border-right: 1px solid #efe0b2;
 }

.km-layout-header {
	/*background: #FDFBE8;*/
	/*background: #f3f0eb;*/
	background: #4c194c;
	/*height: 55px;*/
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /*border-bottom: 1px solid #636;*/
	margin: 0 auto;
    padding: 5px 30px;
}

/*@media (min-width: 768px) {
	.km-layout-header {
		height: 65px;
	}
}*/

.km-layout-header_hamburger .line {
	width: 20px;
	height: 2px;
	border-radius: 1px;
	/*background-color: #13a3dd;*/
	background-color: #fcf;
	margin: 3px auto;;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.km-layout-header_logo {
	background-image: url(../images/logo-4.svg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 250px;
	height: 65px;
}

.km-layout-header_logo-xs {
	background-image: url(../images/logo-4.svg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 200px;
	height: 45px;
}

.swatch p {
	font-size: 14px;
	line-height: 1.25em;
}

.swatch div a p {
	color: #303;
}

.swatch-underline a {
	text-decoration: underline;
	background-color: #fdfbe8;
}

.swatch-underline a:hover {
	text-decoration: none;
}

/*
 === COLORS === */
 
.bg-disc {
	background-color:#fff5ff;
}
 
.bg-lightY {
	background-color: #FDFBE8;
}
 
.bg-lty {
	background-color: #f9f4e5;
}

.bg-signup {
	background-color: #fffdea;
}

.bg-wht {
	background-color: #fff;
}

.bg-dark {
	background-color: #630;
}

.bg-636 {
	background-color: #636;
}

.bg-303 {
	background-color: #303;
}

.bg-gradient {
	background: linear-gradient(to top, #000, #303);
}

.bg-hp-1 {
	background-color: #f3f0eb;
}

.bg-fcf {
	background-color: #fcf;
}

.bg-highlite {
	background-color: #ffebff;	
}

.clr-wht {
	color: #fff;
}

.clr-gry {
	color: #999;
}

.clr-midgry {
	color: #666;
}

.clr-dkgry {
	color: #333;
}

.clr-c90 {
	color: #c90;
}

.clr-960 {
	color: #960;
}

.clr-630 {
	color: #630;
}

.clr-300 {
	color: #300;
}

.clr-969 {
	color: #969;
}

.clr-636 {
	color: #636;
}

.clr-303 {
	color: #303;
}

.clr-fcf {
	color: #fcf;
}

.clr-fc0 {
	color: #fc0;
}

.lnk a, .lnk a:visited {
	color: #630;
}

.lnk a:hover {
	color: #960;
	text-decoration: none;
}
 
/*.uk-offcanvas-close {
	 background-color: #960;
 }*/

/* ========================================================================
	Font
 ========================================================================== */
.uc {
	 text-transform: uppercase;
 }
 
 .lc {
	 text-transform: lowercase;
 }
 
.tt-no {
	text-transform: none;
}

.fsz-8 {
	font-size: 8px;
}

.fsz-9 {
	font-size: 9px;
}
 
 .fsz-10 {
	 font-size: 10px;
 }
 
 .fsz-11 {
	 font-size: 11px;
 }

.fsz-12 {
	font-size: 12px;
}

.fsz-13 {
	font-size: 13px;
}
.fsz-14 {
	font-size: 14px;
}
.fsz-15 {
	font-size: 15px;
}
.fsz-16 {
	font-size: 16px;
}
.fsz-17 {
	font-size: 17px;
}
.fsz-18 {
	font-size: 18px;
}
.fsz-19 {
	font-size: 19px;
}
.fsz-20 {
	font-size: 20px;
}

.fsz-21 {
	font-size: 21px;
}

.fsz-22 {
	font-size: 22px;
}
.fsz-23 {
	font-size: 23px;
}
.fsz-24 {
	font-size: 24px;
}

.fsz-30 {
	font-size: 30px;
}

.fsz-32 {
	font-size: 32px;
}

.fsz-36 {
	font-size: 36px;
}

.fsz-title {
	font-size: 42px;
	line-height: 1.25em;
}

.fsz-subtitle {
	font-size: 30px;
	line-height: 1.25em;
}

.fsz-fancy-title {
	font-family: "Zilla Slab", serif;
	font-style: italic;
	font-weight: 600;
	font-size: 36px;
	line-height: 1.5em;
	border-bottom: 1px solid #969;
	color:#636;
}

.fsz-fancy-subtitle {
	font-family: "Zilla Slab", serif;
	font-style: italic;
	/*font-weight: 600;*/
	font-size: 36px;
	line-height: 1.5em;
	/*border-top: 1px solid #969;*/
	color:#636;
}

.fsz-fancy-sub-title {
	/*font-family: "Zilla Slab", serif;
	font-style: italic;
	font-weight: 400;*/
	font-size: 20px;
	line-height: 1.5em;
	text-transform: uppercase;
	/*border-bottom: 1px solid #999;*/
	color:#666;
}

.fsz-subtext {
	font-family: "Zilla Slab", serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 1.5em;
	color:#333;
}

.fsz-subtext-small {
	font-family: "Zilla Slab", serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.5em;
	color:#333;
}

.fsz-subtext-link {
	font-size: 14px;
	letter-spacing: .0625em;
	text-transform: uppercase;
}

.fsz-text-hero, fsz-text-hero p {
	font-family: "Zilla Slab", serif;
	font-weight: 300;
	line-height: 1.5em;
	color: #303;
}

.fsz-text p {
	font-family: "Zilla Slab", serif;
	font-weight: 303;
	font-size: 16px;
	line-height: 1.5em;
	color:#303;	
}

.fsz-text p a {
	font-weight: 500;
	text-decoration: underline;
}

.fsz-text .big {
	font-size: 20px;
	color: #303;
}

.fsz-912 {
	font-size: 12px;
}

.fsz-callout, .fsz-callout p {
	color: #fff;
}

.fsz-callout-head {
	font-size: 14px;
	letter-spacing: .125em;
	text-transform: uppercase;
}

.fsz-callout-title {
	font-family: "Zilla Slab", serif;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.25em;
}

.fsz-callout-text {
	font-size:14px;
	line-height: 1.25em;
}

.fsz-callout-blurb-head {
	font-size: 18px;
	color: #fff;
}

.fsz-callout-blurb-text {
	font-size: 16px;
	line-height: 1.25em;
	color: #303;
}

.fsz-callout-blurb-text a {
	text-decoration: underline;
	color: #636;
}

@media (max-width:960px) {
	.fsz-title {
		font-size: 30px;
	}
	.fsz-fancy-subtitle {
		font-size:30px;
	}
	.fsz-subtext {
		font-size: 18px;
	}
	.fsz-subtext-small {
		font-size: 18px;
	}
	.fsz-callout-head {
		font-size: 10px;
	}
	.fsz-callout-title {
		font-size: 30px;
	}
	.fsz-callout-text {
		font-size: 14px;
	}
	/*.fsz-subtext-link {
		font-size: 10px;
	}*/
	
}

@media (max-width:414px) {
	.fsz-912 {
		font-size: 9px;
	}
}

.lsp-0625 {
	letter-spacing: .0625em;
}

.lsp-125 {
	letter-spacing: .125em
}

.lsp-25 {
	letter-spacing: .25em;
}

.lsp-375 {
	letter-spacing: .375em;
}

.lsp-50 {
	letter-spacing: .5em;
}

.ws-no {
	white-space: normal;
}

.fw-600 {
	font-weight: 600;
}

/* ========================================================================
	Navigation
 ========================================================================== */
.nav_active {
	color: #636;
	padding-bottom: 5px;
	border-bottom: 3px solid #969;
}
  
.nav_dropdown {
	display: none;
	position: absolute;
	z-index: 1020;
	box-sizing: border-box;
	/*min-width: 800px;*/
	padding: 10px;
	background: #fff;
	box-shadow: none;
	border: 1px solid #d1dde1;
	border-top: none;
}
 
/*.bdr_nav {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #e5d6a8;
	border-bottom: 1px solid #e5d6a8
	border-bottom: 1px solid #efe0b2;
}*/

.bdr_nav-btm {
	border-bottom: 1px solid  #f3f1de;
}

.pd_nav {
	padding: 0 20px 10px;
}
 
.km-layout-nav a {
	 padding: 0 15px 0 0;
}

.km-layout-nav .no-underline {
	text-decoration: none;
}
 
.km-nav_icon i {
	font-size: 20px;
	vertical-align: middle;
}
 
.km-nav_icon a, .km-nav_icon span {
	color: #fcf;
}

.km-nav_icon span {
	color: #fff;
}

.km-nav_icon a:hover {
	color: #969;
	text-decoration: none;
 }
 
.scrollmenu {
	overflow: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.scrollmenu::-webkit-scrollbar {
	display: none;
}
 
.pd-rt {
	padding-right: 10px;
}
 
.pd-lft {
	padding-left: 10px;
}

.pd-top-xs {
	padding-top: 5px;
}
 
.pd-top {
	padding-top: 10px;
}

.pd-top-md {
	padding-top: 25px;
}

.pd-top-xl {
	padding-top: 50px;
}

.pd-btm {
	padding-bottom: 10px;
}

.pd-btm-xl {
	padding-bottom: 25px;
}

.pd-top-btm {
	padding-top: 25px;
	padding-bottom: 25px;
}
 
.pd-btm-xs {
	 padding-bottom: 5px;
}

.mgn-top-xl {
	margin-top: 50px;
}

.nav_shadow {
	/*box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.08)*/
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
 
 /* ======================================================================
	Dropdown
 ========================================================================= */
.uk-dropdown {
	 padding: 15px 50px;
	 box-shadow: none;
	 border-bottom: 1px solid #e5d6a8
}

.uk-dropdown-nav li a {
	color: #636;
	letter-spacing: .0625em;
	line-height: 150%;
}

.uk-dropdown-nav li a:hover {
	color: #303;
	text-decoration: underline;
}

.uk-dropdown-nav .uk-nav-divider {
	border-top: 1px solid e5d6a8;
}

.uk-nav-header, .uk-nav-header a {
	text-transform: uppercase;
}

.mega-menu .link a {
	color: #FFF;
	background: #636;
	padding-left: 10px;
	font-size:12px;
	text-transform: uppercase;
}

.mega-menu .link a:hover {
	color: #fff;
	background: #969;
	text-decoration: none;
}

/* ========================================================================
	Offcanvas
 ========================================================================== */
.uk-offcanvas-close {
	top: 15px;
	color: #630;
}

.uk-button-offcanvas {
	color: #fff;
	background-color: #960;
}

.uk-off-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    /*padding: 20px 20px;*/
    background: #f3f0eb;
	/*background: #303;*/
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(-100%)
}

.uk-open > .uk-off-bar {
    transform: translateX(0)
}

.uk-off-bar-animation {
    transition: transform .3s ease-out
}

.uk-off-reveal {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    overflow: hidden;
    transition: width .3s ease-out
}

.uk-off-reveal .uk-off-bar {
    transform: translateX(0)
}

.uk-open > .uk-off-reveal {
    width: 275px
}

.uk-off-bar div > ul > li,
.uk-off-bar div > ul > li > ul > li {
	padding: 10px 20px;
	border-bottom: 1px dashed #e5d6a8;
}

.uk-off-bar div > ul > li > ul > li:last-child {
	border-bottom: none;
}

.uk-off-bar div > ul > li > a,
.uk-off-bar .uk-nav-sub a {
	color: #303;
	font-size: 18px;
}

.uk-off-bar div > ul > li > a:hover,
.uk-off-bar .uk-nav-sub a:hover {
	color: #300;
}

ul.uk-nav-sub {
	padding: 5px 0 5px 0;
}

.uk-off-bar .sub-nav i {
	font-size: 24px;
}

.uk-off-bar .sub-nav a {
	font-size: 16px;
	text-decoration: none;
}

.uk-offcanvas-bar {
	/*background-color: #f3f0eb;*/
	background-color: #636;
	width: 100%;
}

.uk-offcanvas-bar a,
.uk-offcanvas-bar .uk-nav-default > li > a,
.uk-offcanvas-bar .uk-nav-default > li > a:hover,
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub > li > a {
	color: #fff;
	font-size: 20px;
}

.uk-offcanvas-bar .uk-nav-default .uk-nav-sub > li > a {
	color: #fcf;
}

/* ========================================================================
	Breadcrumb
 ========================================================================== */
 .km-breadcrumb {
	 font-size:14px;
	 color: #969;
 }
 
.uk-breadcrumb {
	font-size: 14px;
	color: #969;
	/*padding: 0 15px 10px 15px;*/
}
 
.uk-breadcrumb > * > * {
	font-size: 14px;
	color: #969;
}
 
.uk-breadcrumb > * > :hover,
.uk-breadcrumb > * > :focus {
	color: #969;
	text-decoration: underline;
}
 
.uk-breadcrumb > :last-child > * {
	color: #303;
}

.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: ">";
  margin: 0 10px;
  color: #c9c;
}

@media (max-width: 599px) {
	.uk-breadcrumb {
		font-size: 12px;
		/*padding: 0 0 10px 5px;*/
	}
	.uk-breadcrumb > * > * {
		font-size: 12px;
	}
	.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
		/*margin: 0 5px;*/
	}
}

/* ========================================================================
	Product
 ========================================================================== */
.product-container {
	margin: 0 auto;
	padding: 0;
}
 
.product {
	margin: 0 15px 0;
}

.product h1 {
	font-family: "Zilla Slab", serif;
	font-size: 30px;
	color: #636;
}

.product .price {
	padding-right: 10px;
}

.product .img-pd img {
	padding-bottom: 20px;
}

.modal-bdr {
	border: 1px solid #ccc;
	padding: 5px;
}

.product-details {
	padding: 0 10px 10px 25px;
}

.product-details .modal-link {
	font-size: 12px;
}

.product-details .modal-link a,
.content .modal-link a {
	text-decoration: underline;
	background-color: #fdfbe8;
}

.product-details .help-button {
	background-color: #fff;
	color: #300;
	border-left: 1px solid #e5d6a8;
}

.product-table {
	/*padding-top: 25px;*/
	border-bottom: 1px solid #c9c;
}

.product-table table th {
	font-size: 14px;
	color: #fff;
	background-color: #636;
}

.product-table table tr {
	font-size: 14px;
	color: #303;
}

.product-details-text {
	/*padding: 0 20px;*/
	padding: 25px 100px 10px;
}

.product-details-text p {
	font-size: 14px;
	color: #636;
}

@media (max-width:599px) {
	.product-details-text {
	padding: 20px 10px 0 50px;
	}
	.product-table table th,
	.product-table table tr,
	.product-details-text p {
		font-size: 11px;
	}
}

.product-yaml p {
	font-size: 16px;
	color: #300;
	margin: 5px 0 0;
	padding: 0;
}

.product-yaml span {
	font-size: 14px;
	color: #300;
	margin: 0;
	padding: 0;
}

.product-bullet-head {
	font-size: 18px;
	color: #636;
}

.product-bullet-list {
	font-family: "Zilla Slab", serif;
	font-size: 16px;
	line-height: 1.25em;
	color: #666;
}

.product-bullet-list li {
	margin-bottom: 15px;
}

/* ========================================================================
	Form
 ========================================================================== */
.product-radio,
.product-radio-alt {
	margin-top: 5px;
}

.product-radio input[type="radio"],
.product-radio-alt input[type="radio"] {
	opacity: 0;
	position: fixed;
	width: 0;
}

.product-radio label {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: #fff;
	margin-right: 10px;
	padding: 10px;
	font-size: 14px;
	color: #636;
	border: 1px solid #c9c;
}

.product-radio-alt label {
	display: inline-block;
	background: #fff;
	margin-right: 10px;
	padding: 10px;
	font-size: 14px;
	color: #636;
	border: 1px solid #c9c;
}

.product-radio label:hover, .product-radio-alt label:hover {
	border: 1px solid #300;
}

.product-radio input[type="radio"]:checked + label,
.product-radio-alt input[type="radio"]:checked + label {
	background-color: #303;
	color: #fff;
}

.uk-form-label {
	color: #222;
}

.product-submit {
	margin: 25px 0;
	/*background: #c90;*/
	background: #636;
	color: #fff;
}

.product-submit:hover {
	background: #303;
}

.product-submit i {
	font-size: 20px;
}

/* ========================================================================
	DECOR
 ========================================================================== */
.bdr_nav {
	border-top: 1px solid #ccc;
	/*border-bottom: 1px solid #ccc;
	 border-top: 1px solid #e5d6a8;
	 border-bottom: 1px solid #e5d6a8;*/
}

.bdr_nav_dropdown {
	border-top: 2px solid #dfdcd7;
	border-bottom: 1px solid #969;
}

.bdr-gry {
	border-bottom: 1px solid #999;
}

.bdr-lighty {
	border-bottom: 1px solid #e5d6a8;
}

.bdr-side {
	border-left: 1px solid #e5d6a8;
	border-right: 1px solid #e5d6a8;
}

.bdr-footer {
	/*border-top: 1px solid #e5d6a8;*/
	border-bottom: 1px solid #969;
}

.bdr-footer-subnav {
	border-top: 1px solid #969;
	border-bottom: 1px solid #969;
}

.bdr-hero-title {
	border-top: 1px solid #ccc;
}

.bdr-order-pad {
	border-left: 1px dashed #c9c;
}

/* ========================================================================
	Modal
 ========================================================================== */
.product-modal {
	padding: 0;
	background: none;
}

.product-modal .product-modal-dialog {
	margin: 0;
	width: 100%;
	max-width: 100%;
	transform: translateY(0);
}

/* ========================================================================
	Footer
 ========================================================================== */ 
 .footer p {
	font-size: 16px;
	color: #fff;
 }
 
 .footer .subtext {
	 color: #fcf;
 }
 
 .footer i {
	 font-size: 30px;
	 color: #fcf;
 }
 
 .footer .alt i {
	 font-size: 14px;
	 padding: 0 10px;
 }
 
 .footer .divider {
	 border-right: 1px solid #969;
 }
 
 .footer .button a {
	 font-size: 12px;
	 color: #fff;
	 padding: 10px 20px;
	 letter-spacing: .0625em;
	 /*background: #636;*/
	 background: rgb(2,0,36);
	 background: linear-gradient(270deg, rgba(2,0,36,1) 0%, rgba(51,0,51,1) 0%, rgba(153,102,153,1) 100%);
	 border: 2px solid #303;
	 text-transform: uppercase;
}

.footer .button a:hover {
	background: #636;
	color: #fc0;
	text-decoration: none;
}
 
.uk-footer-bottom {
	height: 65px;
}

@media (max-width: 640px) {
	.uk-footer-bottom {
		height: 110px;
	}
	.footer i {
		font-size: 20px;
	}
	.footer p, .subtext, .footer .subtext .button a {
		font-size:10px;
	}
	.footer .subtext p {
		font-size: 8px;
	}
}

.uk-footer-bottom .uk-footer-text {
	font-size: 12px;
	color: #300;
}

.uk-footer-bottom a {
	color: #630;
	font-size: 12px;
}

.footer-divider {
	border-top: 1px solid #969;
}

.footer-divider {
	height: 0;
}

.footer-logo {
	/*background-color: #e5d6a8;*/
	background-color: #303;
}

.footer-logo {
	position: relative;
	top: -18px;
}

.footer-logo {
	height: 32px;
	width: 89px;
}

/*.footer-logo {
	background-color: #fdfbe8;
}*/

 .footer-logo-banner dt {
	font-size: 18px;
	color: #630;
 }

.footer-logo-banner dd {
	font-size: 14px;
	color: #630;
	letter-spacing: .125em;
}

.footer-links {
	color: #fff;
}

.footer-links .links {
	margin: 0 auto;
	/*padding-left: -15px;*/
}

.footer-links ul li {
	font-size: 14px;
	/*color:#fcf;*/
}

.footer-links ul li a {
	line-height: 1.5;
	color:#fff;
}

.footer-links dt {
	font-size: 16px;
	color: #630;
}

.footer-links dd a {
	font-size: 16px;
	line-height: 36px;
	color: #960;
}

.footer-links dd a:hover {
	text-decoration: underline;
}

.footer-sm a i {
	font-size: 30px;
	color: #969;
	padding-right: 20px;
	padding-top: 20px;
}

.footer-sm a {
	color: #300;
}

.footer-icon li i, .footer-icon a i {
	color: #fcf;
	font-size: 18px;
	padding-right: 10px;
}

.footer-icon dt i {
	color: #630;
	font-size: 18px;
	padding-right: 10px;
}

@media (max-width: 480px) {
	.footer-links ul li,
	.footer-links ul li a,
	.footer-links dt,
	.footer-links dd a {
		font-size: 12px;
	}
	.footer-sm a i {
		font-size: 24px;
	}
	
}

.footer-icon dd {
	font-size: 15px;
	color: #630;
}

.footer-btn, .footer-btn a {
	/*background-color: #c90;*/
	background: #636;
	color: #fff;
}

.footer-btn:hover, .footer-btn a:hover {
	background-color: #636;
	color: #fc0;
}

.footer-i i {
	color: #fcf;
	padding: 0 10px;
	font-size: 14px;
}

.footer-social-media {
	margin: 25px 0 0;
	/*border-bottom: 1px solid #e5d6a8;*/
}

.footer-social-media ul li {
	padding: 0;
}

.footer-search-button {
	font-family: "Spinnaker", Arial, sans-serif;
	text-transform: none;
	display: inline;
}

.footer-search-button div a {
	font-size: 14px;
	border:1px solid #969;
	border-radius: 5px;
	margin-right: 5px;
}

@media (max-width: 600px) {
	.footer-search-button p a {
		font-size: 12px;
	}
}

/* ========================================================================
	Sign up
 ========================================================================== */
.sign-up {
	/*margin: 0 auto;*/
}

.sign-up .sign-up-hd {
	font-size: 20px;
	color: #630;
	letter-spacing: .0625em;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}

.sign-up .sign-up-text {
	font-size: 14px;
	color: #300;
	padding-bottom: 15px;
	text-align: center;
}

@media (max-width: 599px) {
	.sign-up .sign-up-hd {
	font-size: 14px;
	}
	.sign-up .sign-up-text {
	font-size: 10px;
	}
}

/* ========================================================================
   Component: Dotnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-dotnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -12px;
}
/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 */
.uk-dotnav > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 12px;
}
/* Items
 ========================================================================== */
/*
 * Items
 * 1. Hide text if present
 */
.uk-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 0;
  background: transparent;
  background-color: rgba(204, 153, 0, 0.2);
  /* 1 */
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid rgba(153, 102, 0, 0.4);
  transition: 0.2s ease-in-out;
  transition-property: background-color, border-color;
}
/* Hover + Focus */
.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
  /*background-color: rgba(153, 102, 0, 0.6);*/
  background-color: #636;
  outline: none;
  border-color: transparent;
}
/* OnClick */
.uk-dotnav > * > :active {
  background-color: rgba(153, 102, 0, 0.2);
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: rgba(102, 51, 102, 1);
  border-color: transparent;
}
/* Modifier: 'uk-dotnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-dotnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -12px;
}
/* 2 */
.uk-dotnav-vertical > * {
  padding-left: 0;
  padding-top: 12px;
}

/* ========================================================================
	Category
 ========================================================================== */
.section-category {
	padding-top: 10px;
	padding-bottom: 0;
}

.category-title {
	padding-top: 10px;
	padding-bottom: 10px;
}

.category h1 {
	font-size: 30px;
	color: #630;
}

.category .sub-category h1 {
	font-size: 18px;
	letter-spacing: 0.0625em;
	text-transform: uppercase;
}

.category p {
	font-size: 14px;
	line-height: 1.5em;
}

.category .button a {
	color: #636;
	padding: 5px 15px;
	text-transform: uppercase;
	letter-spacing: .0625em;
	border: 2px solid #636;
	text-decoration: none;
}

.category .button a:hover {
	color: #fff;
	background: #636;
}

.category .sidebar {
	font-size: 12px;
	line-height: 1.5em;
}

.category .sidebar li {
	margin: 5px 0;
}

.category .sidebar li a {
	color: #666;
}

.category .sidebar .head {
	padding: 10px 0;
	/*border-top: 1px solid #e5d6a8;*/
}

.category .sidebar li a.head {
	font-size: 12px;
	color: #636;
}

.category .first-level span i {
	padding-right: 5px;
}
.category-header-box {
	margin-top: 20px;
	padding: 0 20px;
}

/*.category-header-box p {
	font-family: "Zilla Slab", serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.5em;
	color:#333;
	font-size: 18px;
}

.category-header-box p a {
	text-decoration: underline;
}*/

.category-header-text {
	margin-top: 20px;
	padding: 0 20px;
	/*border-left: 2px solid #e5d6a8;*/
}

.category-header-text p {
	font-size: 18px;
}

.category-header-text p a {
	text-decoration: underline;
}

/* Overlay
 ========================================================================== */
.category-overlay {
	border: 1px solid #969;
	background: transparent;
}

.category-overlay-position {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
}
.category-overlay-dash {
	border-top: 1px dashed #303;
	bottom: 35px;
}

.category-overlay-alt {
	border: 1px solid #e5d6a8;
}

.category-overlay-position-alt {
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
}

.category-overlay-header {
	position: relative;
	height: 95%;
	width: 95%;
	border: 1px solid #630;
	background: none;
}

.uk-overlay-small {
	padding: 15px 25px;
}

.uk-overlay-alt {
	padding: 10px 0;
	margin: 0 5px 5px 5px;
	/*background: rgba(255, 204, 0, 0.1);*/
}

.uk-overlay-category {
  background: rgba(51, 0, 51, 0.5);
  margin: 0 0 25px;
}

.overlay-category-alt {
	background: rgba(51, 0, 51, 0.75);
	padding: 10px 20px;
}

.overlay-category-alt a,
.fix-link a p {
	color: #fff;
}

.fix-link a:hover p {
	text-decoration: underline;
}

.category .column-links li a {
	font-size: 12px;
	color: #630;
	line-height: 1.5em;
}

.category .fsz-text p {
	font-family: "Zilla Slab", serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5em;
	color:#303;	
}

/* Category Hilite
 ========================================================================== */
.category-bottom-hilite i {
	font-size: 30px;
	color: #636;
}

.category-bottom-hilite .head {
	font-size: 16px;
	color: #636;
}

.category-bottom-hilite .divider-vertical {
	border-right: 1px solid #e5d6a8;
}

.category-bottom-hilite .padding {
	padding: 0 15px;
}

.category-bottom-hilite .button a {
	font-size: 12px;
	color: #636;
	padding: 5px 10px;
	letter-spacing: .0625em;
	border: 2px solid #636;
	text-decoration: none;
	background-color: #fff;
	text-transform: uppercase;
}

.category-bottom-hilite .button a:hover {
	background-color: #636;
	color: #fff;
}

.category-bottom-hilite .no-margin {
	margin: 0;
	margin-top: 0;
}
/* Category Links
 ========================================================================== */
.category-links a {
	font-size: 14px;
	color: #333;
	padding: 15px 0 0 0;
}
.category-links .halo {
	border: 1px solid #e5d6a8;
	/*box-shadow: 0 0 0 5px #faf5e6;*/
}
.category-links .halo:hover {
	border: 1px solid #e5d6a8;
}
.category-links .border {
	margin: 10px 0 0;
	border-top: 5px solid #636;
	width: 50px;
}
.category-links .price {
	font-size: 14px;
	color: #666;
}
.category-background {
	background-color: #faf5e6;
	padding: 5px;
}

@media (max-width: 599px) {
	.category h1 {
		font-size: 16px;
	}
	.category p {
		font-size: 12px;
	}
	/*.category .fsz-text p {
		font-size: 14px;	
	}*/
	.section-category {
	padding-top: 5px;
	}
	.uk-overlay {
		padding: 25px 25px;
	}
	.uk-overlay-small {
		padding: 15px 30px;
	}
	.category-bottom-hilite i {
	font-size: 20px;
	}

	.category-bottom-hilite .head {
	font-size: 10px;
	}
	
	.category-bottom-hilite p {
		font-size: 8px;
	}
	.category-bottom-hilite .padding {
	padding: 0 5px;
	}
	.category-bottom-hilite .button a {
		font-size: 10px;	
	}
	.category-overlay-dash {
		bottom: 25px;
	}
	.uk-overlay-category {
		margin: 0 0 15px;
	}
}

/* ========================================================================
	Category Navigation
 ========================================================================== */
.category-nav {
	padding: 0;
	list-style: none;
}
/* Item
 ========================================================================== */
.catgeory-nav > :nth-child(n+2) {
	margin-top: 20px;
}
/* Title
 ========================================================================== */
.category-nav-title {
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	color: #636;
	text-transform: uppercase;
	font-weight: 600;
	overflow: hidden;
}

/*.category-nav-title:hover {
	color: #630;
	text-decoration: underline;
	outline: none;
}*/
/* Content
 ========================================================================== */
 .category-nav-content {
	 margin-top: 20px;
 }
 /*
  * Micro clearfix
  */
.category-nav-content::before,
.category-nav-content::after {
	content: "";
	display: table;
}
.category-nav-content::after {
	clear: both;
}
/*
 * Remove margin from last-child
 */
.category-nav-content >:last-child {
	margin-bottom: 0;
}

/* ========================================================================
	Component: Category Overlay
 ========================================================================== */
.category-cover-container {
	overflow: hidden;
	position: relative;
}

/* HERO */

.hero .overlay-text {
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .125em;
}

.hero .button a {
	color: #fff;
	background: #636;
	padding: 5px 5px;
	text-transform: uppercase;
	letter-spacing: .125em;
	border: 2px solid #303;
	text-decoration: none;
}

.hero .button a:hover {
	color: #969;
	background: #303;
	border: 2px solid #636;
}

.hero .button-alt a {
	color: #303;
	/*background: #ffefff;
	padding: 5px;
	text-transform: uppercase;*/
	text-decoration: underline;
}

.hero .button-alt-white a {
	color: #fff;
}

.hero .button-alt a:hover {
	text-decoration: none;
}

.hero .button-buy span a {
	background: #636;
	color: #FFF;
	padding: 5px 40px;
	text-transform:uppercase;
	font-size:12px;
	text-decoration:none;
}

.hero-gradient {
	background: rgb(2,0,36);
	background: linear-gradient(270deg, rgba(2,0,36,1) 0%, rgba(51,0,51,1) 0%, rgba(255,255,255,1) 100%);
}

.hero-link a {
	color: #303;
	text-decoration: underline;
}

.hero-link a:hover {
	text-decoration: none;
}

.hero-link .button a {
	color: #fff;
	/*background: #636;*/
	background: rgb(2,0,36);
	background: linear-gradient(270deg, rgba(2,0,36,1) 0%, rgba(51,0,51,1) 0%, rgba(153,102,153,1) 100%);
	margin: 5px;
	text-transform: uppercase;
	border: 2px solid #303;
	text-decoration: none;
}

.hero-link .button a:hover {
	color: #fc0;
	background: #636;
}

.uk-hero-box {
	height: 350px;
	/*border-top: 1px solid #960;
	border-bottom: 3px solid #c90;*/
}

@media (min-width: 640px) {
	.uk-hero-box {
		height: 450px;
	}
}

@media (min-width: 960px) {
	.uk-hero-box {
		height: 600px;
	}
}

@media (min-width: 1280px) {
	.uk-hero-box {
		height: 750px;
	}
}

.uk-height-max-xlarge {
	height: 550px;
}

.hero-carousel-slide-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
	padding-top: 100px;
}

.hero-carousel-heading, .hero-carousel-subheading {
    text-shadow: 0 0 3px rgba(0, 0, 0, .3), 0 3px 6px rgba(0, 0, 0, .3);
    text-align: center
}

.hero-carousel-heading, .hero-carousel-subheading {
    color: #fff;
    font-weight: 700;
    /*text-transform: uppercase;*/
    line-height: 1;
    display: block
}

.hero-carousel-heading {
    letter-spacing: .05em;
    margin: -.05em 0 -.2em;
    padding: 0 20px;
    /*font-family: "Raleway", sans-serif;*/
    font-size: 24px
}

.hero-carousel-heading.small {
	font-size: 24px;
}

.hero-carousel-subheading {
    letter-spacing: .05em;
    /*margin: -.1em 0 -.2em;*/
	margin: 10px 0;
    font-size: 14px
}

.hero-carousel-text {
	/*letter-spacing: .05em;
    margin: -.1em 0 -.2em;*/
	margin: 10px 0;
    font-size: 14px;
	line-height: 22px;
	color: #fff;
	text-align: center;
}

@media (max-width: 480px) {
	.hero-carousel-slide-content {
		padding-top: 75px;
	}
}

@media (min-width: 640px) {
	.hero-carousel-heading {
		font-size: 24px;
	}
	
	.hero-carousel-subheading {
		font-size: 14px;
	}
}


@media (min-width: 960px) {
	.hero-carousel-heading {
		font-size: 30px;
	}
	
	.hero-carousel-subheading {
		font-size: 16px;
		margin: 20px 0;
	}
}

@media (min-width: 1024px) {
	.hero-carousel-heading {
		font-size: 36px;
	}
	
	.hero-carousel-subheading {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.hero-carousel-heading {
		font-size: 42px;
	}
	
	.hero-carousel-subheading {
		font-size: 20px;
	}
}

.anchor-nav {
	padding: 25px;
	background-color:#FFF;
	
}

.anchor-nav a {
	font-size: 16px;
	padding-right: 20px;
}

@media (max-width: 599px) {
	.anchor-nav {
		padding: 15px;
	}
	.anchor-nav a {
		font-size: 12px;
	}
}
/* ===============
BUTTON
==================*/
.uk-button-primary {
	background-color: #636;
	color: #fff;
	letter-spacing: .125em;
}
.uk-button-primary:hover {
	background-color: #636;
	color: #c90;
}
.uk-button-alternate {
	background-color: #969;
	color: #fff;
	letter-spacing: .125em;
	border: 1px solid #303;
}
.uk-button-alternate:hover {
	background-color: #636;
	color: #c90;
}
.uk-card-bg-lt-km {
	background: #fff;
	border-top: 5px solid #969;
}
.uk-card-fa {
	font-size:48px;
	color: #969;
}

.uk-card-title {
	line-height: 14px;
}
.uk-card-body h3 {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: .125em;
	font-weight: 700;
	color: #fc0;
}
.feat-copy, .sub {
	font-family: "Zilla Slab", serif;
	line-height: 1.5;
}
.feat-copy p {
	color: #303;
	font-size: 16px;
}
.feat-copy tbody tr td {
	color: #636;
}

.feat-copy th {
	font-size: 12px;
}
.feat-copy a, .story a {
	color: #969;
	text-decoration: underline;
}

.feat-copy h3 {
	font-size: 20px;
	letter-spacing: .0625em;
	color: #636;
	text-transform: uppercase;
}

.feat-copy .sub {
	font-size: 30px;
	font-weight: 700;
	color: #969;
	padding: 15px 0px;
}

.feat-copy .quote {
	font-size: 20px;
	font-weight: 500;
	color: #636;
	padding-bottom: 15px;
	border-bottom: 1px solid #fcf;
}

.feat-copy dt, .feat-copy tr td {
	font-size: 18px;
	color: #636;
	font-weight: 600;
	text-transform: none;
}
.feat-copy em {
	color: #636;
	font-weight: 700;
}

.feat-copy dd {
	font-size: 16px;
	color: #303;
	line-height: 1.5em;
	padding-top: 15px;
}
.feat-copy button {
	font-family: "Spinnaker", Arial, sans-serif;
}

.feat-copy .uk-card-body .fix {
	padding: 20px 20px;
}
.feat-copy .uk-card-body .fix .clr {
	font-weight: 700;
	color: #636;
}

.feat-copy .lhead, .lcount {
	color: #303;
	font-weight: 700;
	text-transform: uppercase;
}

.feat-copy li, .feat-copy li a {
	color: #303;
}

.feat-copy ul li .state {
	text-transform: uppercase;
	font-weight: 700;
}

.feat-copy .maplist {
	padding: 20px 0;
	margin-bottom: 25px;
	border-bottom: 1px solid #fcf;
}

.feat-copy .maplist a {
	padding: 0 10px;
	font-weight: 700;
}

.story, .story h1, .story h2, .story h3 {
	font-family: "Zilla Slab", serif;
	line-height: 1.5;
}

.story h1 {
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
	padding: 25px 0;
	color: #636;
}

.story h2 {
	font-size: 24px;
	font-weight: 700;
}

.story h3 {
	font-size: 18px;
	font-weight: 700;
}

.story .line {
	border-top: 4px solid #636;
}

.story p, .story li, .story dl {
	font-size: 18px;	
}

.story li, .story dl {
	color: #303;	
}

.story li b, .story dl dd b {
	font-weight: 700;
}

.story .product-card .card-bdr {
	border: 1px solid #fcf;
}

.story .product-card .bdr-line {
	margin: 3px;
	border: 1px solid #fcf;
}

.story .product-card p {
	font-size: 16px;
}

.story .product-card h3 {
	border-bottom: 1px solid #636;
}

.story .product-card .uk-card-title {
	color: #636;
	text-transform:capitalize;
	letter-spacing: .0625em;
}

.story .product-card .article-badge-buy {
	font-family: "Spinnaker", Arial, sans-serif;
	font-weight: 700;
	font-size: 12px;
	background-color: #636;
	padding: 5px 10px;
	border: 1px solid #969;
}

.story .product-card .article-badge-buy a {
	color: #fff5ff;
	text-decoration: none;
}

.story-link a  {
	text-decoration: none;
}

.story-blurb h2 a {
	color: #636;
	text-decoration: none;
}

.story-blurb h2 a:hover {
	text-decoration: underline;
}

.story-nav {
	margin-top: 10px;
	padding: 10px;
	background-color: #fff5ff;
}

.story-nav ul li, .story-nav p {
	font-family: "Spinnaker", Arial, sans-serif;
	font-size: 14px;
}

.story-nav ul li a {
	color: #303;
	text-decoration: underline;
}

.story-nav .content-nav {
	display: none;
}

.story-nav .content-nav:target {
	display: block;
}

.story-offset {
	margin-top: -45px;
}

.story-header-ht {
	height: 175px;
}

.story button {
	font-family: "Spinnaker", Arial, sans-serif;
}

.story .publish {
	font-size: 16px;
	color: #303;
	margin-bottom: 25px;
	padding: 10px 0;
	border-bottom: 1px solid #969;
	border-top: 1px solid #969;
}

.story .tip {
	font-size: 20px;
	color: #303;
	font-weight: 700;
	padding: 25px;
	background-color: #fff5ff;
}

.story .overlay-text {
	font-family: "Spinnaker", Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	letter-spacing: .0625em;
	text-transform: uppercase;
}

.story .subnav {
	color: #636;
	font-family: "Spinnaker", Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

.story .story-blurb h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25em;
	color: #636;
}

.story .story-blurb .byline {
	font-size: 14px;
}

.story .story-blurb .story-divider {
	margin-top: 20px;
	background-color: #969;
	height: 1px;
	width: 100px;
}

.example, .example h3 {
	font-family: "Zilla Slab", serif;
	font-size: 20px;
	color: #636;
}

.example p a {
	text-decoration: underline;
}

.example ul li {
	color: #303;
}

.uk-alert-success {
    background: #fff5ff;
    color: #636;
}

.uk-alert-success p {
	font-family: "Zilla Slab", serif;
	font-size: 20px;
	line-height: 1.25em;
	color: #636;
	font-weight: 700;
}

.cart32 {
	background-color: #ffffff;
}

@media (max-width:960px) {
	.feat-copy p {
		font-size: 14px;
	}
	.feat-copy h3  {
		font-size:18px;
	}
	.feat-copy dd {
		font-size: 14px;
	}
	.feat-copy .sub {
		font-size: 22px;
	}
	.feat-copy .quote {
		font-size: 16px;
	}
	.story-header-ht {
	height: 125px;
	}
	.story .overlay-text {
		font-size: 10px;
	}
	.story h1 {
		padding-top: 0px;
	}
}