@charset "utf-8";
/*
Theme Name: MyWP Theme
Author: Beyond Marketing, LLC
Author URI: http://amazethecustomer.com/
Description: Developed specifically for client use only.
Version: 1.0
*/
/* SETUP */
	html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, em, img, strike, strong, 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, section, summary, button, input, select, textarea, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-family: inherit;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
		transition-duration: 200ms;
		transition-property: none;
		transition-timing-function: ease;
		}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
		}
	body {
		line-height: 1;
		}
	table {
		border-collapse: collapse;
		border-spacing: 0;
		}
	ol, ul {
		list-style: none;
		}
	:focus {
		outline: 0;
		}
/* HTML */
	html, body, #top, #header, #menu-mobile {
		min-width: 320px;
		}
	html {
		background-color: #222;
		font-size: 10px;
		margin: 0 auto;
		max-width: 2400px;
		overflow-y: scroll;
		position: relative;
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		}
	body {
		color: #222;
		font-family: 'Nunito Sans', sans-serif;
		font-weight: 400;
		}
	a {
		color: #2a76d5;
		text-decoration: none;
		transition-property: background, border, color;
		}
	a:hover {
		color: #0d4386;
		}
	strong,b {
		font-weight: 700;
		}
	em,i {
		font-style: italic;
		}
	img {
		height: auto;
		max-width: 100%;
		}
	button,
	input,
	select,
	textarea {
		border-radius: 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing:border-box;
		box-sizing: border-box;
		}
	button,
	input[type=text],
	input[type=password],
	input[type=email],
	input[type=search],
	input[type=submit],
	select,
	textarea {
		-webkit-appearance: none;
		}
	input[type=text],
	input[type=password],
	input[type=email],
	select,
	textarea {
		border-radius: 0;
		}
	sup {
		vertical-align: baseline;
		position: relative;
		top: -0.4em;
		}
	@media screen and (max-width: 1280px), screen and (max-height: 900px) {
		html {
			font-size: 9px;
			}
	}
	@media screen and (max-width: 900px) {
		html {
			font-size: 8.5px;
			}
	}
/* HEADERS */
	h1,
	h2,
	h2.a.f {
		font-size: 4.5em;
		}
	h2.a,
	h3 {
		font-size: 3em;
		}
	h4,
	.header-group h3.g {
		font-size: 2.5em;
		}
	h5 {
		font-size: 2em;
		}
	h6 {
		font-size: 1.5em;
		}
	h2.s,
	.header-group.s {
		margin: 75px 0;
		}
	h2.w,
	.header-group.w {
		margin: 50px 0;
		}
	.header-group.n {
		margin: 25px 0;
		}
	h3.m,
	h4.m,
	h5.m,
	h6.m {
		margin: 25px 0 10px;
		}
	h3.m.k,
	h4.m.k,
	h5.m.k,
	h6.m.k {
		margin-top: 0;
		}
	.header-group>h2.g {
		font-weight: 700;
		}
	h2.a.f,
	.header-group>h3.g.f {
		font-weight: 300;
		}
	h2.a:not(.f),
	.header-group>h3.g {
		text-transform: uppercase;
		}
	h2.c,
	.header-group.c {
		text-align: center;
		}
	h2.a.f>strong,
	.header-group>h3.g.f>strong {
		color: #2a76d5;
		}
	h2.f br,
	h3.f br {
		content: ' ';
		display: none;
		}
	.header-group>h2.g {
		margin-bottom: 5px;
		}
	.header-group>h3.g {
		color: #ff984b;
		line-height: 1.2em;
		}
	h2.a:not(.f) {
		position: relative;
		padding-bottom: 30px;
		margin-bottom: 25px;
		}
	h2.a:not(.f):after {
		background-color: #2a76d5;
		bottom: 0;
		content: '';
		height: 5px;
		left: 0;
		position: absolute;
		width: 50px;
		}
	h2.a.c:not(.f):after {
		left: 50%;
		margin-left: -25px;
		}
	@media screen and (max-width: 1280px), screen and (max-height: 900px) {
		h1,
		h2,
		h2.a.f {
			font-size: 3.6em;
			}
		h2.a,
		h3 {
			font-size: 2.4em;
			}
		h4,
		.header-group h3.g {
			font-size: 2em;
			}
		h5 {
			font-size: 1.6em;
			}
		h6 {
			font-size: 1.2em;
			}
	}
	@media screen and (max-width: 920px) {
		h1,
		h2,
		h2.a.f {
			font-size: 2.9em;
			}
		h2.a,
		h3 {
			font-size: 1.9em;
			}
		h4,
		.header-group h3.g {
			font-size: 1.6em;
			}
		h5 {
			font-size: 1.3em;
			}
		h6 {
			font-size: 1.1em;
			}
		h2.s,
		.header-group.s {
			margin: 50px 0;
			}
		h2.w,
		.header-group.w {
			margin: 25px 0;
			}
	}
/* LAYOUT */
	#header,
	#header-object {
		height: 100px;
		}
	#header {
		position: absolute;
		width: 100%;
		z-index: 500;
		}
	#header-padding {
		background-color: rgba(255,255,255,0);
		border-top: 5px solid #2a76d5;
		height: 95px;
		position: relative;
		}
	#header-logo {
		float: left;
		height: 60px;
		padding-top: 15px;
		width: 350px;
		}
	#header-logo a {
		background: url(assets/images/logo.png) center center no-repeat;
		background-size: 100% auto;
		display: block;
		height: 100%;
		overflow: hidden;
		text-indent: -9180px;
		width: 100%;
		}
	#header-navigation {
		float: right;
		padding-top: 25px;
		}
	#header-navigation>ul,
	#header-navigation>ul>li,
	#header-navigation>p,
	#header-navigation>form,
	#header-navigation>form>button,
	#header-navigation>form>div {
		display: inline-block;
		vertical-align: top;
		}
	#header-menu li {
		position: relative;
		}
	#header-menu>li {
		margin-right: 30px;
		}
	#header-menu>li>a {
		color: #fff;
		display: block;
		font-size: 14px;
		font-weight: 700;
		height: 20px;
		line-height: 20px;
		padding: 10px 0;
		text-transform: uppercase;
		}
	#header-menu>li>a:hover,
	#header-menu>li:hover>a {
		color: #ff984b;
		}
	#header-menu>li.current-menu-item>a:before,
	#header-menu>li.current-menu-ancestor>a:before,
	#header-menu>li.current-page-ancestor>a:before,
	#header-menu>li.current_page_parent>a:before {
		border-color: transparent transparent #bbb transparent;
		border-style: solid;
		border-width: 6px;
		bottom: 0;
		content: '';
		display: block;
		left: 50%;
		margin-left: -6px;
		pointer-events: none;
		position: absolute;
		}
	#header-menu>li>ul,
	#header-menu>li>ul>li>ul {
		background: #222;
		border-radius: 4px;
		box-shadow: 0 0 4px rgba(0,0,0,0.3);
		font-size: 12px;
		font-weight: 400;
		left: 50%;
		opacity: 0;
		margin: 0 0 0 -80px;
		position: absolute;
		text-align: center;
		text-transform: none;
		transition-property: opacity;
		visibility: hidden;
		width: 160px;
		z-index: 10;
		}
	#header-menu>li>ul>li>ul {
		left: 155px;
		margin: -40px 0 0 0;
		z-index: 11;
		}
	#header-menu>li>ul:before,
	#header-menu>li>ul>li>ul:before {
		border-color: transparent transparent #222 transparent;
		border-style: solid;
		border-width: 6px;
		content: '';
		display: block;
		left: calc(50% - 6px);
		pointer-events: none;
		position: absolute;
		top: -12px;
		}
	#header-menu>li>ul>li>ul:before {
		border-color: transparent #222 transparent transparent;
		left: -12px;
		top: 15px;
		}
	#header-menu>li:hover>ul,
	#header-menu>li>ul>li:hover>ul {
		visibility: visible;
		opacity: 1;
		}
	#header-menu>li>ul>li+li,
	#header-menu>li>ul>li>ul>li+li {
		border-top: 1px solid rgba(0,0,0,0.1);
		}
	#header-menu>li>ul>li>a,
	#header-menu>li>ul>li>ul>li>a {
		color: #fff;
		display: block;
		line-height: 1.4em;
		padding: 10px;
		}
	#header-menu>li>ul>li:hover>a,
	#header-menu>li>ul>li>ul>li:hover>a {
		background: rgba(0,0,0,0.1);
		color: #ffc396;
		}
	#header-sub a {
		color: #fff;
		display: block;
		font-size: 14px;
		font-weight: 700;
		height: 20px;
		line-height: 20px;
		padding: 10px 0;
		position: relative;
		text-align: center;
		text-transform: uppercase;
		width: 40px;
		}
	#header-sub a:hover {
		color: #ff984b;
		}
	#header-sub>li {
		margin-right: 10px;
		}
	#header-sub>li>a {
		font-size: 16px;
		padding-left: 0 !important;
		padding-right: 0 !important;
		}
	#header-cart>a>.cart-contents-count {
		background: #2a76d5;
		border-radius: 18px;
		color: #fff;
		display: block;
		line-height: 18px;
		font-size: 9px;
		height: 18px;
		position: absolute;
		right: -4px;
		text-align: center;
		top: 0;
		width: 18px;
		transition-property: background, color;
		}
	html.no-touchevents #header-cart>a:hover>.cart-contents-count {
		background: #2a76d5;
		color: #fff;
		}
	#header-cta {
		margin-left: 20px;
		}
	#header-cta>a {
		background-color: #2a76d5;
		border-radius: 5px;
		color: #fff;
		display: block;
		font-size: 14px;
		font-weight: 700;
		padding: 13px 20px;
		text-transform: uppercase;
		}
	#header-cta>a:hover {
		background-color: #ff984b;
		}
	#contentholder {
		background-color: #fff;
		position: relative;
		}
/* SEARCH */
	#header-search-button {
		background: none;
		border-radius: 4px;
		color: #bbb;
		cursor: pointer;
		font-size: 16px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		text-transform: uppercase;
		transition: color 200ms ease;
		width: 40px;
		}
	#header-search-button:hover {
		color: #2a76d5;
		}
	#header-search-field {
		padding: 5px;
		}
	#header-search-field>input {
		background: rgba(0,0,0,0.25);
		border: 1px solid rgba(0,0,0,0.75);
		border-radius: 4px;
		color: #fff;
		display: inline-block;
		font-size: 14px;
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		width: 200px;
		}
	#header-search ::-webkit-input-placeholder {color: rgba(255,255,255,0.3);}
	#header-search :-moz-placeholder {color: rgba(255,255,255,0.3);}
	#header-search ::-moz-placeholder {color: rgba(255,255,255,0.3);opacity: 1;}
	#header-search :-ms-input-placeholder {color: rgba(255,255,255,0.3);}
	#header-navigation>form>div {
		display: none;
		}
	html.search-open #header-navigation>form>div {
		display: inline-block;
		}
	html.search-open #header #header-menu,
	html.search-open #header #header-sub {
		display: none;
		}
/* MENU SIZES */
	@media screen and (min-width: 1381px) {
		#header-navigation>ul>li#header-mobile {
			display: none;
			}
	}
	@media screen and (max-width: 1380px) {
		#header-secondary,
		#header-navigation>ul#header-menu {
			display: none;
			}
		#header,
		#header-object {
			height: 45px;
			}
		#header-padding {
			height: 40px;
			padding-right: 0;
			}
		#header-logo {
			height: 30px;
			padding-top: 5px;
			width: 175px;
			}
		#header-navigation {
			padding-top: 0;
			}
		#header-search-field>input {
			font-size: 12px;
			width: 150px;
			}
		#header-cta {
			margin-left: 10px;
			}
		#header-cta>a {
			border-radius: 0;
			}
	}
	@media screen and (max-width: 767px) {
		#header-navigation>#header-search {
			display: none;
			}
	}
	@media screen and (max-width: 420px) {
		#header-sub>li {
			margin-right: 0;
			}
		#header-cta>a {
			font-size: 12px;
			padding: 14px 10px;
			}
	}
	@media screen and (max-width: 379px) {
		#header-logo {
			height: 18px;
			padding-top: 11px;
			width: 105px;
			}
	}
/* SCROLLED */
	body.scrolled #header {
		max-width: 2400px;
		position: fixed;
		}
	body.scrolled #header-padding {
		background-color: rgba(255,255,255,0.98);
		box-shadow: 0 0 10px rgba(0,0,0,0.3);
		}
	body.scrolled #header-logo a {
		background-image: url(assets/images/logo-alt.svg);
		}
	body.scrolled #header-object {
		position: relative;
		top: -125px;
		-webkit-transition: top 250ms ease-out;
		-moz-transition: top 250ms ease-out;
		-o-transition: top 250ms ease-out;
		transition: top 250ms ease-out;
		}
	body.scrolled #header-navigation>#header-mobile>a,
	body.scrolled #header-menu>li>a,
	body.scrolled #header-sub a {
		color: #333;
		}
	body.scrolled #header-menu>li>a:hover,
	body.scrolled #header-menu>li:hover>a,
	body.scrolled #header-sub a:hover {
		color: #2a76d5;
		}
	body.scrolled-menu #header-object {
		top: 0;
		}
/* MOBILE */
	.modal {
		background: #fff;
		height: 0;
		left: 0;
		overflow: hidden;
		overflow-y: scroll;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1000;
		}
	.modal-holder {
		margin: 50px auto;
		max-width: 700px;
		position: relative;
		}
	.modal-title {
		height: 50px;
		margin: 10px 20px;
		position: relative;
		}
	.modal-logo>a {
		display: block;
		padding: 5px 0;
		}
	.modal-logo>a>img {
		height: 40px;
		width: auto;
		}
	.modal-close {
		position: absolute;
		right: 0;
		top : 0;
		}
	.modal-close>a {
		color: #b2b2b2;
		display: block;
		font-size: 20px;
		height: 50px;
		line-height: 50px;
		text-align: right;
		width: 50px;
		}
	.modal-close>a:hover {
		color: #535353;
		}
	.modal-objects {
		margin: 10px 20px;
		}
	.modal-icons {
		font-size: 12px;
		margin: 10px 0;
		}
	.modal-icons>li {
		display: inline-block;
		vertical-align: top;
		width: calc(50% - 10px);
		}
	.modal-icons>li:first-child {
		padding-right: 10px;
		}
	.modal-icons>li:last-child {
		padding-left: 10px;
		}
	.modal-icons>li>a,
	.modal-icons>li>span {
		border: 1px solid #eee;
		border-radius: 4px;
		color: #434343;
		display: block;
		font-size: 12px;
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		text-align: center;
		}
	.modal-icons>li>a:hover {
		color: #2a76d5;
		}
	.modal-icons>li i {
		color: #ff984b;
		font-size: 16px;
		padding-right: 5px;
		vertical-align: middle;
		}
	.modal-cta,
	.modal-items {
		font-size: 18px;
		}
	.modal-items>li a {
		border-bottom: 1px solid #eee;
		color: #333;
		display: block;
		padding: 15px 40px 15px 0;
		}
	.modal-items>li a:hover {
		color: #2a76d5;
		}
	.modal-items>li>a {
		font-weight: 700;
		position: relative;
		text-transform: uppercase;
		}
	.modal-items>li a>i.fam {
		color: #2a76d5;
		right: 20px;
		position: absolute;
		}
	.modal-items>li ul {
		display: none;
		font-size: 0.9em;
		font-weight: 400;
		}
	.modal-items>li ul.mm-show {
		display: block;
		}
	.modal-items>li>ul>li>a {
		padding-left: 40px;
		}
	.modal-items>li>ul>li>ul>li>a {
		padding-left: 80px;
		}
	.modal-cta {
		margin: 10px 0;
		}
	.modal-cta>a {
		background-color: #2a76d5;
		border-bottom: none;
		border-radius: 5px;
		color: #fff;
		display: block;
		font-weight: 300;
		padding: 15px 0;
		text-align: center;
		text-transform: uppercase;
		}
	.modal-cta>a:hover {
		background-color: #0d4386;
		}
	.modal-search {
		margin: 10px 0;
		}
	.modal-search input {
		-webkit-appearance: none;
		-webkit-border-radius: 0;
		background: #ccc;
		border: none;
		border-radius: 4px !important;
		color: #222;
		font-size: 14px;
		font-weight: 400;
		line-height: 22px;
		padding: 10px 20px;
		text-align: center;
		width: 100%;
		}
	.modal-search ::-webkit-input-placeholder {color: #f5f5f5;}
	.modal-search :-moz-placeholder {color: #f5f5f5;}
	.modal-search ::-moz-placeholder {color: #f5f5f5;opacity: 1;}
	.modal-search :-ms-input-placeholder {color: #f5f5f5;}
	.modal .menu-social {
		margin: 10px 0;
		}
	html.menu-open {
		overflow: hidden;
		}
	html.menu-open #menu-mobile {
		height: 100%;
		}
	@media screen and (max-width: 768px) {
		.modal-holder {
			margin: 0;
			max-width: none;
			}
	}
/* HERO */
	#hero {
		background-color: #535353;
		color: #fff;
		display: block;
		height: 100vh;
		min-height: 400px;
		}
	#hero-items,
	#hero-items:after,
	.hero-image,
	#hero-text {
		left: 0;
		height: 100%;
		overflow: hidden;
		position: absolute;
		top: 0;
		width: 100%;
		}
	.hero-image {
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 0;
		z-index: 0;
		transition: opacity 350ms ease-in-out;
		}
	.hero-image.hero-current {
		opacity: 1;
		z-index: 1;
		}
	html.no-csstransforms .hero-image.hero-current {
		display: block;
		}
	#hero-items:after {
		content: '';
		background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
		background-size: 100% 200px;
		background-repeat: repeat-x;
		z-index: 2;
		}
	#hero-text {
		bottom: 0;
		height: auto;
		top: auto;
		width: 100%;
		text-align: center;
		text-transform: uppercase;
		z-index: 3;
		}
	#hero-text-content h1,
	#hero-text-content h2 {
		line-height: 1em;
		text-shadow: 0 0 10px rgba(0,0,0,0.4);
		}
	#hero-text-content h1 {
		font-size: 6em;
		font-weight: 600;
		}
	#hero-text-content h1>strong {
		font-weight: 900;
		}
	#hero-text-content h2 {
		font-size: 3em;
		font-weight: 900;
		margin: 25px 0 50px;
		opacity: 0.75;
		}
	#hero-text-content p {
		margin-bottom: 50px;
		}
	#hero-text-content a {
		background: url('assets/images/arrow.svg') center top / 50px 25px no-repeat;
		color: #fff;
		display: inline-block;
		font-weight: 900;
		font-size: 1.4em;
		padding-top: 40px;
		transition-property: opacity;
		}
	#hero-text-content a:hover {
		opacity: 0.75;
		}
	@media screen and (max-width: 1380px) {
		#hero-text-content h1 {
			font-size: 4.5em;
			}
		#hero-text-content h2 {
			font-size: 2.25em;
			}
	}
	@media screen and (max-width: 920px), screen and (max-height: 768px) {
		#hero-text-content h1 {
			font-size: 3em;
			}
		#hero-text-content h2 {
			font-size: 1.5em;
			}
	}
	@media screen and (max-width: 600px) {
		#hero-text-content h1 {
			font-size: 2.5em;
			}
		#hero-text-content h2 {
			font-size: 1.25em;
			}
	}
	@media screen and (max-width: 480px) {
		#hero-text-content h2,
		#hero-text-content p {
			margin-bottom: 25px;
			}
		#hero-text-content a {
			background-size: 30px 15px;
			font-size: 1.2em;
			padding-top: 20px;
			}
	}
	@media screen and (max-width: 399px) {
		#hero-text-content h1 {
			font-size: 2em;
			}
		#hero-text-content h2 {
			font-size: 1em;
			}
	}
/* MAP */
	#map {
		background-color: #f5f5f5;
		border: 1px solid #b2b2b2;
		height: 200px;
		width: 100%;
		}
	#map.map-big {
		height: 500px;
		margin: 25px 0;
		max-height: 75vh;
		}
	#map img {
		max-width: inherit !important;
		}
	#map>.marker {
		height: 0;
		overflow: hidden;
		}
	.mapitems {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		}
	.mapitems-location {
		background-color: #fff;
		border: 1px solid #ccc;
		border-radius: 5px;
		margin-bottom: 20px;
		overflow: hidden;
		width: calc(33.3333% - 10px);
		}
	.mapitems-header {
		background-color: #222;
		color: #fff;
		font-weight: 700;
		font-size: 2em;
		padding: 5px 10px;
		}
	.mapitems-header>span {
		color: #ff984b;
		display: inline-block;
		font-weight: 400;
		padding-right: 10px;
		}
	.mapitems-buffer {
		margin: 15px;
		}
	.mapitems-buffer-image > .mapitems-image,
	.mapitems-buffer-image > .mapitems-details {
		display: inline-block;
		vertical-align: top;
		}
	.mapitems-buffer-image > .mapitems-image {
		border-radius: 5px;
		font: normal 0/0 sans-serif;
		margin-right: 15px;
		overflow: hidden;
		width: 75px;
		}
	.mapitems-buffer-image > .mapitems-details {
		width: calc(100% - 90px);
		}
	.mapitems-text,
	.mapitems-detail,
	.mapitems-info {
		margin: 0 0 3px;
		}
	.mapitems-detail {
		font-size: 1.4em;
		line-height: 1.3em;
		}
	.mapitems-detail i {
		vertical-align: top;
		}
	.mapitems-info {
		font-size: 1.2em;
		line-height: 1.3em;
		position: relative;
		}
	.mapitems-info i {
		position: relative;
		vertical-align: middle;
		top: -1px;
		}
	.mapitems-info>em {
		display: inline-block;
		font-size: 10px;
		width: 40px;
		}
	@media screen and (max-width: 920px) {
		.mapitems-location {
			width: calc(50% - 10px);
			}
	}
	@media screen and (max-width: 768px) {
		#map.map-big {
			height: 300px;
			}
	}
	@media screen and (max-width: 480px) {
		.mapitems {
			display: block;
			}
		.mapitems-location {
			overflow: hidden;
			width: auto;
			}
	}
/* SECTION */
	.section {
		display: block;
		position: relative;
		width: 100%;
		}
	.section-padding {
		padding: 0 150px;
		}
	.section.section-padding {
		width: calc(100% - 300px);
		}
	.section-padding-left {
		padding-left: 150px;
		}
	.section-padding-right {
		padding-right: 150px;
		}
	.section-content {
		margin: 0 auto;
		max-width: 1280px;
		position: relative;
		z-index: 2;
		}
	.section-builder {
		z-index: 2;
		}
	.section-noflow {
		overflow: hidden;
		}
	.section-container {
		margin: 0 120px;
		}
	.section-header {
		background: #eaeaea;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		position: static;
		z-index: 1;
		}
	.section-border {
		border-bottom: 1px solid #eaeaea;
		}
	.section-image {
		font: normal 0/0 sans-serif;
		}
	.section-meta {
		background: #eaeaea;
		}
	.section-comments {
		background: #dedede;
		}
	.section-sub {
		border-left: 1px solid #eaeaea;
		padding-left: 50px;
		position:  relative;
		}
	.section-side-left .section-sub {
		border-left: 0;
		border-right: 1px solid #e7e7e7;
		padding-left: 0;
		padding-right: 50px;
		}
	.section-box {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		margin: 100px 0;
		}
	.shading-margin-less .section-box {
		margin: 50px 0;
		}
	.section-highlightbox-content_left .section-box,
	.section-highlightbox-content_right .section-box {
		display: flex;
		justify-content: center;
		min-height: 300px;
		}
	.section-highlightbox-content_right .section-box {
		align-items: flex-end;
		}
	.section-box-item {
		max-width: 640px;
		overflow: hidden;
		position: relative;
		width: 100%;
		}
	.section-box-holder {
		margin: 50px;
		position: relative;
		z-index: 2;
		}
	@media screen and (max-width: 1600px) {
		.section-padding {
			padding: 0 50px;
			}
		.section.section-padding {
			width: calc(100% - 100px);
			}
		.section-padding-left {
			padding-left: 50px;
			}
		.section-padding-right {
			padding-right: 50px;
			}
	}
	@media screen and (max-width: 920px) {
		.section-side-left .section-sub,
		.section-sub {
			border: none;
			margin: 50px 0;
			padding: 0;
			}
		.section-side-left .section-sub {
			margin-top: 0;
			}
		.section-padding {
			padding-left: 25px;
			padding-right: 25px;
			}
		.section.section-padding {
			width: calc(100% - 50px);
			}
		.section-padding-left {
			padding-left: 25px;
			}
		.section-padding-right {
			padding-right: 25px;
			}
		.section-quote .section-content {
			background-size: 100px auto;
			}
		.section-box-holder {
			margin: 25px;
			}
	}
	@media screen and (max-width: 768px) {
		.section-box {
			margin: 50px 0;
			}
		.section-box-item {
			max-width: none;
			}
	}
	@media screen and (max-width: 600px) {
		.section {
			display: block;
			}
		.section-noflow {
			overflow: hidden;
			}
	}
	@media screen and (max-width: 480px) {
		.section-padding {
			padding-left: 15px;
			padding-right: 15px;
			}
		.section.section-padding {
			width: calc(100% - 30px);
			}
		.section-padding-left {
			padding-left: 15px;
			}
		.section-padding-right {
			padding-right: 15px;
			}
	}
/* CONTENT */
	.content,
	.inner {
		position: relative;
		}
	.content-main,
	.content-sub,
	.content-half,
	.inner-half {
		display: inline-block;
		position: relative;
		vertical-align: top;
		}
	.content-main {
		width: 75%;
		}
	.content-half,
	.inner-half {
		width: 50%;
		}
	.content-sub {
		width: 25%;
		}
	.content-full {
		margin: 75px 0;
		}
	.shading-margin-more .content-full {
		margin: 100px 0;
		}
	.shading-margin-less .content-full {
		margin: 25px 0;
		}
	.content-left {
		margin: 75px 50px 75px 0;
		}
	.content-type-store .content-left {
		margin: 75px 0 75px 50px;
		}
	.content-right {
		margin: 75px 0;
		}
	.inner-left {
		margin: 0 25px 0 0;
		}
	.inner-right {
		margin: 0 0 0 25px;
		}
	.inner-pad {
		margin-bottom: 50px;
		margin-top: 50px;
		}
	@media screen and (max-width: 1280px) {
		.content-full {
			margin: 50px 0;
			}
		.shading-margin-more .content-full {
			margin: 75px 0;
			}
	}
	@media screen and (max-width: 920px) {
		.content-type-contact .content-half,
		.content-type-main .content-main,
		.content-type-main .content-sub,
		.content-type-store .content-main,
		.content-type-store .content-sub {
			display: block;
			width: auto;
			}
		.content-type-store {
			display: flex;
    		flex-direction: row-reverse;
			flex-wrap: wrap-reverse;
			}
		.content-type-store .content-main,
		.content-type-store .content-sub {
			display: block;
			flex-grow: 1;
			}
		.content-type-contact .content-half .content-left,
		.content-type-contact .content-half .content-right,
		.content-type-main .content-main .content-left,
		.content-type-main .content-sub .content-right,
		.content-type-store .content-main .content-left,
		.content-type-store .content-sub .content-right {
			margin: 25px 0;
			}
	}
	@media screen and (max-width: 768px) {
		.inner-type-split .inner-half {
			display: block;
			width: auto;
			}
		.inner-type-split .inner-half .inner-left,
		.inner-type-split .inner-half .inner-right {
			margin: 25px 0;
			}
	}
/* CONTENT HEADER */
	.content-header {
		padding: 200px 0 50px;
		position: relative;
		text-align: center;
		}
	.content-header>h1 {
		font-size: 6em;
		font-weight: 700;
		margin-bottom: 10px;
		text-shadow: 0 0 10px rgba(0,0,0,0.2);
		}
	.content-header>h2 {
		color: #ff984b;
		font-size: 3em;
		font-weight: 300;
		text-transform: uppercase;
		}
	@media screen and (max-width: 1280px) {
		.content-header {
			padding: 160px 0 40px;
			}
		.content-header>h1 {
			font-size: 4.2em;
			}
		.content-header>h2 {
			font-size: 2.1em;
			}
	}
	@media screen and (max-width: 920px) {
		.content-header {
			padding: 120px 0 30px;
			}
		.content-header>h1 {
			font-size: 3.4em;
			}
		.content-header>h2 {
			font-size: 1.7em;
			}
	}
	@media screen and (max-width: 768px) {
		.content-header {
			padding: 80px 0 20px;
			}
		.content-header>h1 {
			font-size: 2.8em;
			}
		.content-header>h2 {
			font-size: 1.4em;
			}
	}
/* CONTENT FOOTER */
	.content-type-footer {
		margin: 0 -50px;
		}
	.content-footer {
		margin: 50px 50px 0;
		}
	.footer {
		color: #ccc;
		}
	.footer h5 {
		border-bottom: 1px solid #191919;
		font-size: 1.5em;
		font-weight: 700;
		margin: 0 0 10px;
		padding-bottom: 10px;
		text-transform: uppercase;
		}
	.footer h5,
	.footer h5>a {
		color: #eaeaea;
		}
	.footerlinks a {
		color: #848484;
		}
	.footerlinks a:hover {
		color:  #fff;
		}
	.section-by {
		background-color: #191919;
		}
	@media screen and (max-width: 919px) {
		.content-type-footer .content-sub {
			width: 50%;
			}
		.content-type-footer .content-half {
			display: block;
			width: auto;
			}
	}
	@media screen and (max-width: 768px) {
		.content-type-copyright .content-half {
			display: block;
			width: auto;
			}
	}
	@media screen and (max-width: 480px) {
		.content-type-footer {
			margin: 0;
			}
		.content-type-footer .content-sub {
			display: block;
			width: auto;
			}
		.content-footer {
			margin: 25px 0;
			}
	}
/* SHADING */
	.shading-box {
		position: relative;
		}
	.shading-box:before {
		content: '';
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 0;
		}
	.shading-area.shading-none:not(.shading-bg) {
		border-bottom: 1px solid #f2f2f2;
		border-top: 1px solid #f2f2f2;
		}
	.shading-area.shading-blank:not(.shading-bg) .section-content {
		border-bottom: 1px solid #f2f2f2;
		}
	.shading-area.shading-white,
	.shading-image.shading-other-white,
	.shading-white:before {
		background-color: #fff;
		}
	.shading-area.shading-light,
	.shading-image.shading-other-light,
	.shading-light:before {
		background-color: #eaeaea;
		}
	.shading-area.shading-highlight,
	.shading-image.shading-other-highlight,
	.shading-highlight:before {
		background-color: #ff984b;
		}
	.shading-area.shading-color,
	.shading-image.shading-other-color,
	.shading-color:before {
		background-color: #2a76d5;
		}
	.shading-area.shading-dark,
	.shading-image.shading-other-dark,
	.shading-dark:before {
		background-color: #222;
		}
	.shading-gradient:before {
		background: -moz-linear-gradient(left, #ff984b 0%, #2a76d5 100%);
		background: -webkit-linear-gradient(left, #ff984b 0%, #2a76d5 100%);
		background: linear-gradient(to right, #ff984b 0%, #2a76d5 100%);
		}
	.shading-bg {
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		}
	.shading-position-top,
	.shading-position-center,
	.shading-position-bottom {
		background-size: 100% auto;
		}
	.shading-position-covertop,
	.shading-position-top {
		background-position: center top;
		}
	.shading-position-center {
		background-position: center center;
		}
	.shading-position-bottom {
		background-position: center bottom;
		}
	.shading-box.shading-opacity-90:before {
		opacity: 0.9;
		}
	.shading-box.shading-opacity-75:before {
		opacity: 0.75;
		}
	.shading-box.shading-opacity-50:before {
		opacity: 0.5;
		}
	.shading-box.shading-opacity-25:before {
		opacity: 0.25;
		}
	.shading-box.shading-opacity-0:before {
		opacity: 0;
		}
	.shading-area.shading-bg.shading-opacity-full:before {
		opacity: 1;
		}
	.shading-opacity-0 .section-box-holder,
	.shading-none>.section-box-holder {
		margin: 0;
		}
	.shading-none.shading-bg,
	.shading-color,
	.shading-dark,
	.shading-gradient {
		color: #fff;
		}
	.shading-white .contentblock {
		color: #848484;
		}
	.shading-none.shading-bg .contentlinks a,
	.shading-highlight .contentlinks a,
	.shading-color .contentlinks a,
	.shading-dark .contentlinks a,
	.shading-gradient .contentlinks a {
		color: #fff;
		}
	.shading-none.shading-bg .contentlinks a:hover,
	.shading-dark .contentlinks a:hover {
		color: #dedede;
		}
	.shading-highlight .contentlinks a:hover,
	.shading-color .contentlinks a:hover,
	.shading-gradient .contentlinks a:hover {
		color: #fff;
		}
	.shading-highlight .contentlinks a {
    	text-decoration-color: #bf5a0f;
		}
	.shading-color .contentlinks a {
		color: #0d4386;
    	text-decoration-color: #0d4386;
		}
	.shading-color .header-group h3.g {
		color: #ff984b;
		}
	.shading-highlight .button {
		background-color: #bf5a0f;
		color: #fff;
		}
	.shading-highlight .button:hover {
		background-color: #fff;
		color: #bf5a0f;
		}
	.shading-highlight .header-group h3.g {
		color: #ff984b;
		}
	.shading-color .header-group h2.g {
		color: #fff;
		}
	.shading-dark h2.f strong,
	.shading-dark .header-group h3 strong {
		color: #2a76d5;
		}
	.shading-color .button {
		border-color: #222;
		color: #fff;
		}
	.shading-dark .button {
		color: #fff;
		}
	.shading-highlight h2.a.b.f {
		border-left: 5px solid #fff;
		padding-left: 25px;
		}
	.shading-highlight h2.a.b.f>em>strong {
		color: #bf5a0f;
		}
	.color-light {
		color: #848484;
		}
	.color-highlight {
		color: #2a76d5;
		}
	.shading-gradient .header-group h3.g {
		color: #eaeaea;
		}
	.shading-gradient .header-group h3.g.f>strong {
		color: #ff984b;
		}
/* CONTENT DISPLAY */
	.disclaimer {
		opacity: 0.5;
		}
	.contentps p {
		font-size: 1em;
		line-height: 1.6em;
		margin: 15px 0;
		}
	.contenttext {
		font-size: 1.35em;
		font-weight: 300;
		}
	.contenttext.c {
		text-align: center;
		}
	.contenttext p {
		line-height: 1.6em;
		margin: 10px 0;
		}
	.contentblock-holder {
		margin: 25px 0;
		}
	.contentblock-holder .contentblock {
		margin: 0 120px;
		}
	.contentblock.w.c {
		margin: 0 auto;
		max-width: 768px;
		text-align: center;
		}
	.contentblock.contentblock-impact {
		color: #333;
		font-size: 1.8em;
		font-weight: 700;
		}
	.contentblock.contentblock-impact strong {
		font-weight: 900;
		}
	.contentblock.contentblock-impact br {
		content: ' ';
		display: none;
		}
	.header-group+.contentblock-impact {
		margin-top: -25px;
		}
	.contentblock {
		font-size: 1.5em;
		}
	.contentblock h1,
	.contentblock h2,
	.contentblock h3,
	.contentblock h4,
	.contentblock h5,
	.contentblock h6 {
		border: none;
		font-weight: 700;
		margin: 25px 0 10px;
		padding: 0;
		text-transform: uppercase;
		}
	.contentblock h1 {
		font-size: 1.4rem;
		}
	.contentblock h2 {
		color: #848484;
		font-size: 3.5rem;
		font-weight: 300;
		}
	.contentblock h3 {
		font-size: 2.5rem;
		}
	.contentblock h4 {
		font-size: 2rem;
		}
	.contentblock h5 {
		font-size: 1.6rem;
		}
	.contentblock h6 {
		font-size: 1.4rem;
		}
	.contentblock p {
		line-height: 1.8em;
		margin: 10px 0;
		}
	.contentlinks a {
		text-decoration: underline;
    	text-decoration-color: #2a76d5;
		}
	.contentblock ul,
	.contentblock ol,
	.contenttext ul,
	.contenttext ol {
		margin: 10px 0;
		padding: 0;
		text-align: left;
		}
	.contentblock li,
	.contenttext li {
		line-height: 1.4em;
		margin: 5px 0 5px 50px;
		padding: 0 0 0 10px;
		}
	.contentblock img[align="left"],
	.contentblock img.alignleft {
		float: left;
		margin: 25px 50px 25px -120px;
		}
	.contentblock img[align="right"],
	.contentblock img.alignright {
		float: right;
		margin: 25px -120px 25px 50px;
		}
	.contentblock img[align="middle"],
	.contentblock img[align="center"] {
		display: block;
		margin: 25px auto;
		}
	.contentblock blockquote {
		background: #f5f5f5;
		border-left: 5px solid #2a76d5;
		float: left;
		font-weight: 300;
		margin: 25px 50px 25px 0;
		max-width: calc(50% - 45px);
		padding: 15px 20px;
		font-size: 1.2em;
		line-height: 1.5em;
		text-align: left;
		}
	.contentblock blockquote p {
		line-height: 1.3em;
		}
	.contentblock blockquote p:first-child,
	.contentblock blockquote p:last-child {
		display: inline;
		}
	.contentblock blockquote.alignleft,
	.contentblock img.alignleft,
	.contentblock .wp-caption.alignleft,
	.contentblock blockquote.alignright,
	.contentblock img.alignright,
	.contentblock .wp-caption.alignright {
		max-width: 50%;
		}
	.contentblock blockquote.alignleft,
	.contentblock img.alignleft,
	.contentblock .wp-caption.alignleft {
		margin: 25px 50px 25px 0;
		}
	.contentblock blockquote.alignright,
	.contentblock img.alignright,
	.contentblock .wp-caption.alignright {
		margin: 25px 0 25px 50px;
		}
	.contentblock blockquote.aligncenter,
	.contentblock img.aligncenter,
	.contentblock .wp-caption.aligncenter {
		margin-top: 25px;
		margin-bottom: 25px;
		}
	.contentblock-holder .contentblock blockquote,
	.contentblock-holder .contentblock blockquote.alignleft,
	.contentblock-holder .contentblock img.alignleft,
	.contentblock-holder .contentblock .wp-caption.alignleft {
		margin-left: -120px;
		}
	.contentblock-holder .contentblock blockquote.alignright,
	.contentblock-holder .contentblock img.alignright,
	.contentblock-holder .contentblock .wp-caption.alignright {
		margin-right: -120px;
		}
	.contentblock embed,
	.contentblock iframe,
	.contentblock object,
	.contentblock video {
		margin-bottom: 25px;
		max-width: 100%;
		}
	.contentblock p > embed,
	.contentblock p > iframe,
	.contentblock p > object,
	.contentblock span > embed,
	.contentblock span > iframe,
	.contentblock span > object {
		margin-bottom: 0;
		}
	.contentblock a:hover,
	.contenttext a:hover {
		text-decoration: underline;
		}
	@media screen and (max-width: 1024px) {
		.section-container,
		.contentblock-holder .contentblock {
			margin: 0 60px;
			}
		.contentblock-holder .contentblock blockquote,
		.contentblock-holder .contentblock blockquote.alignleft,
		.contentblock-holder .contentblock img.alignleft,
		.contentblock-holder .contentblock .wp-caption.alignleft {
			margin-left: -60px;
			}
		.contentblock-holder .contentblock blockquote.alignright,
		.contentblock-holder .contentblock img.alignright,
		.contentblock-holder .contentblock .wp-caption.alignright {
			margin-right: -60px;
			}
		.contentblock img.alignleft,
		.contentblock .wp-caption.alignleft,
		.contentblock img.alignright,
		.contentblock .wp-caption.alignright {
			max-width: 50%;
			}
	}
	@media screen and (max-width: 768px) {
		.contentblock img.alignleft,
		.contentblock img.alignright {
			max-width: 40%;
			}
		.contentps p {
			margin: 10px;
			text-align: center !important;
			}
		.contentblock-holder {
			margin: 25px 0;
			}
		.section-container,
		.contentblock-holder .contentblock {
			margin: 0;
			}
		.contentblock blockquote,
		.contentblock blockquote.alignleft,
		.contentblock img.alignleft,
		.contentblock .wp-caption.alignleft,
		.contentblock blockquote.alignright,
		.contentblock img.alignright,
		.contentblock .wp-caption.alignright,
		.contentblock blockquote.aligncenter {
			float: none !important;
			margin: 25px 0 !important;
			max-width: 100%;
			width: auto !important;
			}
		.contentblock.contentblock-center {
			font-size: 1.6em;
			}
	}
	@media screen and (max-width: 480px) {
		.contentblock table td,
		.contentblock table th,
		.listtable td,
		.listtable th {
			font-size: 1.2rem;
			padding: 10px;
			}
		.contentblock.contentblock-center {
			font-size: 1.4em;
			}
	}
/* PAGEMENU */
	.pagemenu,
	.section-sub>aside.woocommerce {
		margin: 25px 0;
		}
	.pagemenu h4,
	.section-sub>aside.woocommerce h4 {
		background-color: #222;
		border: none;
		color: #fff;
		font-size: 13px;
		font-weight: 600;
		line-height: 1em;
		margin: 0;
		padding: 9px;
		text-transform: uppercase;
		}
	.pagemenu>ul,
	.section-sub>aside.woocommerce>ul.product-categories,
	.section-sub>aside.woocommerce>ul.woocommerce-widget-layered-nav-list {
		font-size: 1.2em;
		margin: 0 10px;
		}
	.pagemenu>ul>li,
	.section-sub>aside.woocommerce>ul.product-categories>li,
	.section-sub>aside.woocommerce>ul.woocommerce-widget-layered-nav-list>li {
		border-bottom: 1px solid #dedede;
		position: relative;
		}
	.pagemenu li:before,
	.section-sub>aside.woocommerce>ul.product-categories>li:before,
	.section-sub>aside.woocommerce>ul.woocommerce-widget-layered-nav-list>li:before {
		border-width: 3px;
		border-style: solid;
		border-color: transparent transparent transparent #2a76d5;
		border-image: none;
		content: '';
		display: inline-block;
		left: -10px;
		padding-left: 5px;
		position: absolute;
		top: 11px;
		}
	.pagemenu>ul>li a,
	.pagemenu>ul>li span,
	.section-sub>aside.woocommerce>ul.product-categories a,
	.section-sub>aside.woocommerce>ul.woocommerce-widget-layered-nav-list>li  {
		display: block;
		line-height: 1.5em;
		padding: 5px 0;
		}
	.section-sub>aside.woocommerce>ul.woocommerce-widget-layered-nav-list>li.chosen {
		font-weight: 700;
		}
	.pagemenu>ul>li.recentcomments {
		padding: 5px 0;
		}
	.pagemenu>ul>li.recentcomments>a,
	.pagemenu>ul>li a,
	.section-sub>aside.woocommerce>ul.product-categories a,
	.section-sub>aside.woocommerce>ul.woocommerce-widget-layered-nav-list a {
		color: #535353;
		}
	.pagemenu>ul>li.recentcomments a {
		display: inline !important;
		padding: 0 !important;
		margin: 0 !important;
		}
	.pagemenu>ul>li a:hover,
	.section-sub>aside.woocommerce>ul.product-categories a:hover,
	.section-sub>aside.woocommerce>ul.woocommerce-widget-layered-nav-list a:hover {
		color: #2a76d5;
		}
	.pagemenu>ul ul {
		font-size: 0.9em;
		margin: 10px;
		}
	.pagemenu>ul ul>li {
		margin: 10px;
		}
	.pagemenu-current>a,
	.pagemenu .current_page_item>a,
	.pagemenu .current-cat>a,
	.section-sub>aside.woocommerce .current-cat>a {
		font-weight: 700;
		}
	.pagemenu>ul>li.recentcomments>a {
		display: inline;
		padding: 0;
		}
	.pagemenu>ul>li.recentcomments>a:hover {
		background: none;
		color: #2a76d5;
		display: inline;
		padding: 0;
		}
	.pagemenu>ul>li.recentcomments>span {
		color: #535353;
		display: inline;
		padding: 0;
		}
	.pagemenu input,
	.pagemenu select {
		background: none;
		border: 1px solid #dedede;
		color: #535353;
		font-size: 1.2em;
		line-height: 1.2em;
		margin: 10px 0;
		padding: 5px;
		width: 100%;
		}
	.pagemenu select option {
		margin: 0;
		padding: 5px;
		}
	.pagemenu-sub {
		margin: 0;
		}
	@media screen and (min-width: 921px) {
		.section-sub>aside.woocommerce>ul.product-categories>li:not(.current-cat):not(.current-cat-parent) ul {
			background: #eaeaea;
			box-shadow: 0 0 4px rgba(0,0,0,0.3);
			font-weight: 400;
			left: 100%;
			opacity: 0;
			position: absolute;
			text-transform: none;
			top: 0;
			transition: opacity 250ms;
			visibility: hidden;
			width: 160px;
			z-index: 10;
			}
		.section-sub>aside.woocommerce>ul.product-categories>li:not(.current-cat):not(.current-cat-parent) ul:before {
			border-color: transparent #eaeaea transparent transparent;
			border-style: solid;
			border-width: 10px;
			content: '';
			display: block;
			left: -20px;
			pointer-events: none;
			position: absolute;
			top: 5px;
			}
		.section-sub>aside.woocommerce>ul.product-categories>li:not(.current-cat):not(.current-cat-parent):hover>ul {
			opacity: 1;
			visibility: visible;
			}
		.section-sub>aside.woocommerce>ul.product-categories>li:not(.current-cat):not(.current-cat-parent)>ul a:hover {
			background-color: #eaeaea;
			}
	}
	@media screen and (max-width: 920px) {
		.section-sub>aside.woocommerce>ul.product-categories>li:not(.current-cat):not(.current-cat-parent) ul {
			display: none;
			}
	}
	.section-sub>aside.woocommerce>ul.product-categories>li.current-cat ul a,
	.section-sub>aside.woocommerce>ul.product-categories>li.current-cat-parent ul a {
		padding-left: 15px;
		}
	.section-sub>aside.woocommerce>ul.product-categories>li.current-cat ul a,
	.section-sub>aside.woocommerce>ul.product-categories>li.current-cat-parent ul a {
		font-size: 0.9em;
		}
	.section-sub>aside.woocommerce>ul.product-categories>li>ul a {
		padding-left: 10px;
		padding-right: 5px;
		}
/* STATS */
	.stats {
		margin: 25px 0;
		text-align: center;
		}
	.stats-item {
		display: inline-block;
		vertical-align: top;
		width: 33.3333%;
		}
	.stats-4 .stats-item {
		width: 25%;
		}
	.stats-5 .stats-item {
		width: 20%;
		}
	.stats-holder {
		display: block;
		margin: 0 15px;
		text-transform: uppercase;
		}
	.stats-image {
		font: normal 0/0 sans-serif;
		margin: 0 auto;
		max-width: 75px;
		}
	.stats-number {
		font-size: 4.8em;
		font-weight: 700;
		margin: 10px 0;
		position: relative;
		}
	.stats-title {
		font-weight: 300;
		font-size: 1.6em;
		}
	@media screen and (max-width: 1024px) {
		.stats-number {
			font-size: 3em;
			}
		.stats-title {
			font-size: 1.3em;
			}
	}
	@media screen and (max-width: 768px) {
		.stats-item {
			width: 33.3%;
			}
		.stats-holder {
			margin: 0 5px;
			}
		.stats-image {
			max-width: 40px;
			}
		.stats-number {
			font-size: 2.5em;
			}
		.stats-title {
			font-size: 1.1em;
			}
	}
	@media screen and (max-width: 479px) {
		.stats-number {
			font-size: 1.8em;
			}
		.stats-title {
			font-size: 1em;
			}
	}
/* ICONS */
	.icons {
		margin: 50px -20px;
		text-align: center;
		}
	.icons-item {
		display: inline-block;
		vertical-align: top;
		}
	.icons-2 .icons-item,
	.icons-3 .icons-item {
		width: 33.3333%;
		}
	.icons-4 .icons-item {
		width: 25%;
		}
	.icons-5 .icons-item {
		width: 20%;
		}
	.icons-holder {
		margin: 0 20px;
		}
	.icons-image {
		border-radius: 100%;
		box-shadow: 0 0 10px rgba(0,0,0,0.1);
		font: normal 0/0 sans-serif;
		margin: 0 auto 20px;
		max-width: 100px;
		}
	.icons-header {
		font-size: 2em;
		font-weight: 700;
		margin: 10px 0;
		text-transform: uppercase;
		}
	.icons-text {
		font-size: 1.6em;
		line-height: 1.4em;
		opacity: 0.5;
		}
	@media screen and (max-width: 768px) {
		.icons {
			margin: 25px 0;
			}
		.icons-item,
		.icons-5 .icons-item {
			width: 33.3%;
			}
		.icons-4 .icons-item {
			width: 50%;
			}
		.icons-image {
			max-width: 50px;
			}
		.icons-header {
			font-size: 1.5em;
			}
		.icons-text {
			font-size: 1.2em;
			}
	}
	@media screen and (max-width: 480px) {
		.icons-2 .icons-item,
		.icons-3 .icons-item,
		.icons-4 .icons-item,
		.icons-5 .icons-item {
			width: auto;
			}
		.icons-holder {
			margin: 20px 0;
			}
	}
/* ICONS */
	.imagegrid {
		font: normal 0/0 sans-serif;
		overflow: hidden;
		}
	.imagegrid-image {
		display: inline-block;
		vertical-align: top;
		width: 25%;
		}
	@media screen and (max-width: 600px) {
		.imagegrid-image {
			width: 50%;
			}
	}
/* LOGOS */
	.logos {
		margin: 25px 0;
		text-align: center;
		}
	.logos-item {
		display: inline-block;
		margin: 25px;
		vertical-align: middle;
		}
	@media screen and (max-width: 600px) {
		.logos-item {
			display: inline-block;
			margin: 10px;
			max-width: 80px;
			vertical-align: middle;
			}
	}
/* ICONLIST */
	.iconlist {
		margin: 25px 0;
		text-align: center;
		}
	.iconlist-item {
		max-width: 250px;
		display: inline-block;
		vertical-align: top;
		width: 20%;
		}
	.iconlist-holder {
		color: #434343;
		display: block;
		margin: 25px;
		}
	.iconlist-holder:hover {
		color: #2a76d5;
		}
	.iconlist-image {
		background: #fff;
		border: 1px solid #eaeaea;
		padding: 10px;
		}
	.iconlist-header {
		border: none;
		font-size: 1.6em;
		font-weight: 700;
		margin: 0;
		padding: 10px 0 0;
		}
	@media screen and (max-width: 900px) {
		.iconlist-item {
			width: 25%;
			}
		.iconlist-header {
			font-size: 1.2em;
			}
	}
	@media screen and (max-width: 600px) {
		.iconlist-item {
			width: 33.3%;
			}
		.iconlist-header {
			font-size: 1.2em;
			}
	}
/* ICONMENU */
	.iconmenu,
	.iconmenu-icon,
	.iconmenu>p {
		display: inline-block;
		vertical-align: top;
		}
	.iconmenu {
		font-size: 1.3em;
		margin: 10px 0;
		overflow: hidden;
		}
	.iconmenu + .iconmenu {
		border-left: 1px solid #555;
		margin-left: 20px;
		padding-left: 20px;
		}
	.iconmenu-icon {
		color: #2a76d5;
		font-size: 18px;
		}
	.iconmenu p {
		line-height: 1.4em;
		padding-left: 10px;
		}
/* LINEMENU */
	.linemenu {
		border-top: 1px solid #191919;
		font-size: 1em;
		margin: 20px 0;
		padding-top: 20px;
		}
	.linemenu>li {
		display: inline-block;
		}
	.linemenu>li>em {
		color: #2a76d5;
		}
	.linemenu>li+li:before {
		content: '/';
		color: #434343;
		padding: 0 5px;
		}
	@media screen and (max-width: 600px) {
		.linemenu>li {
			padding-bottom: 5px;
			}
	}
/* ARROWMENU */
	.arrowmenu {
		font-size: 1.4em;
		margin: 10px;
		}
	.arrowmenu>li {
		margin: 10px 0;
		}
	.arrowmenu>li em {
		color: #848484;
		font-weight: 300;
		}
	.arrowmenu>li>a,
	.arrowmenu>li>span {
		display: inline-block;
		line-height: 1.3em;
		padding-left: 10px;
		position: relative;
		}
	.arrowmenu>li>a:before,
	.arrowmenu>li>span:before {
		border-width: 3px;
		border-style: solid;
		border-color: transparent transparent transparent #2a76d5;
		border-image: none;
		content: '';
		display: inline-block;
		left: 0;
		position: absolute;
		top: 4px;
		}
/* SOCIAL */
	.menu-social {
		margin: 10px 0;
		text-align: center;
		}
	.menu-social>li {
		display: inline-block;
		padding: 0 5px;
		}
	.menu-social>li>a {
		background-color: #ff984b;
		border-radius: 100%;
		color: #fff;
		display: block;
		font-size: 16px;
		height: 40px;
		line-height: 40px;
		position: relative;
		text-align: center;
		width: 40px;
		}
	.menu-social>li>a:hover {
		background-color: #333;
		color: #fff;
		}
	.content-footer .menu-social {
		text-align: left;
		}
	.content-footer .menu-social>li {
		padding: 0 10px 0 0;
		}
	.content-footer .menu-social>li>a {
		background-color: #111;
		color: #2a76d5;
		}
	.content-footer .menu-social>li>a:hover {
		background-color: #ff984b;
		color: #fff;
		}
/* CONTACTINFO */
	.contactinfo {
		background-color: #fff;
		border: 1px solid #b2b2b2;
		border-radius: 4px;
		font-size: 1.6em;
		margin: 25px 0;
		}
	.contactinfo-item {
		display: inline-block;
		line-height: 1.2em;
		width: 50%;
		vertical-align: top;
		}
	.contactinfo-details {
		padding: 10px 20px;
		}
	.contactinfo-item:first-child .contactinfo-details {
		border-right: 1px solid #b2b2b2;
		}
	.contactinfo-details>strong,
	.contactinfo-details>a {
		display: block;
		}
	.contactinfo-details>strong {
		font-size: 11px;
		}
	@media screen and (max-width: 768px) {
		.contactinfo-item {
			display: block;
			width: auto;
			}
		.contactinfo-item:first-child .contactinfo-details {
			border-bottom: 1px solid #b2b2b2;
			border-right: none;
			}
	}
/* BOXES */
	.boxes {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		}
	html.no-flexbox .boxes {
		display: block;
		}
	.boxes-inline {
		margin: 50px auto;
		}
	.boxes-inline-slim {
		max-width: 920px;
		}
	.boxes-inline.boxes-same,
	.boxes-inline.boxes-different.boxes-image-equal,
	.boxes-inline.boxes-different .boxes-other-none img {
		box-shadow: 0 0 10px rgba(0,0,0,0.1);
		}
	.boxes-left,
	.boxes-right {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		width: 50%;
		}
	html.no-flexbox .boxes-left,
	html.no-flexbox .boxes-right {
		display: inline-block;
		}
	.boxes-full-right .boxes-right,
	.boxes-inline-right .boxes-right,
	.boxes-full-left .boxes-left,
	.boxes-inline-left .boxes-left {
		width: 70%;
		}
	.boxes-full-right .boxes-left,
	.boxes-inline-right .boxes-left,
	.boxes-full-left .boxes-right,
	.boxes-inline-left .boxes-right {
		width: 30%;
		}
	.boxes-content {
		display: block;
		flex-grow: 1;
		position: relative;
		z-index: 2;
		}
	.boxes-map #map {
		border: none;
		border-right: 1px solid #eaeaea;
		height: 100%;
		min-height: 33.33vh;
		}
	a.boxes-content {
		font: normal 0/0 sans-serif;
		}
	.boxes-full .boxes-content {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		}
	.boxes-full .boxes-left .boxes-content {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: flex-end;
		}
	.boxes-different .boxes-text .boxes-content {
		-webkit-align-items: center;
		align-items: center;
		}
	.boxes-image {
		font: normal 0/0 sans-serif;
		position: relative;
		}
	.boxes-image-equal .boxes-image img {
		height: 100%;
		object-fit: cover;
		width: 100%;
		}
	html.no-objectfit .boxes-image-equal .boxes-image img {
		height: auto;
		width: 100%;
		}
	.boxes-match-text .boxes-image .boxes-content {
		height: 100%;
		overflow: hidden;
		position: absolute;
		width: 100%;
		}
	.boxes-buffer {
		width: 100%;
		}
	.boxes-holder {
		margin: 100px;
		}
	.shading-margin-less .boxes-holder {
		margin: 50px;
		}
	.boxes-holder>*:first-child {
		margin-top: 0;
		}
	.boxes-holder>*:last-child {
		margin-bottom: 0;
		}
	.boxes-inline-slim .boxes-holder {
		margin-left: 50px;
		margin-right: 50px;
		}
	.boxes-different .boxes-left.shading-none .boxes-holder,
	.boxes-different .boxes-right.shading-none .boxes-holder {
		margin-bottom: 0;
		margin-top: 0;
		}
	.boxes-full.boxes-full-left .boxes-buffer,
	.boxes-full.boxes-full-right .boxes-buffer {
		max-width: 1024px;
		}
	.boxes-full.boxes-full-equal .boxes-buffer {
		max-width: 640px;
		}
	.boxes-full.boxes-full-equal .boxes-content-full .boxes-buffer {
		max-width: 100%;
		}
	.boxes-full.boxes-full-equal .boxes-content-full .boxes-buffer .boxes-holder {
		margin: 50px 100px;
		}
	@media screen and (max-width: 1280px) {
		.boxes-inline {
			margin: 50px auto;
			}
		.shading-box.shading-white.shading-opacity-100 .boxes-holder,
		.boxes-holder {
			margin: 50px;
			}
		.boxes-full.boxes-full-equal .boxes-content-full .boxes-buffer .boxes-holder {
			margin: 50px;
			}
	}
	@media screen and (min-width: 919px) {
		.boxes-different .boxes-left.shading-none .boxes-holder,
		.boxes-full .boxes-left .boxes-holder {
			margin-left: 0;
			}
		.boxes-different .boxes-right.shading-none .boxes-holder,
		.boxes-full .boxes-right .boxes-holder {
			margin-right: 0;
			}
	}
	@media screen and (max-width: 919px) {
		.boxes,
		.boxes-left,
		.boxes-right,
		.boxes-content,
		.boxes-full .boxes-content {
			display: block;
			width: auto !important;
			}
		.boxes-content {
			padding: 0;
			}
		.boxes-image {
			font: normal 0/0 sans-serif;
			position: relative;
			}
		.boxes-image-equal .boxes-image img {
			height: auto;
			width: 100%;
			}
		.boxes-match-text .boxes-image .boxes-content {
			position: relative;
			}
		.boxes-same .boxes-text,
		.boxes-text.shading-box {
			overflow: hidden;
			}
		.boxes-full.boxes-full-left .boxes-buffer,
		.boxes-full.boxes-full-right .boxes-buffer,
		.boxes-full.boxes-full-equal .boxes-buffer {
			max-width: none;
			}
		.boxes-same .boxes-left.boxes-text.shading-blank,
		.boxes-right.boxes-text.shading-blank {
			border-bottom: 1px solid #f2f2f2;
			}
		.boxes .boxes-left.shading-box.shading-white.shading-opacity-100 {
			border-top: 1px solid #f2f2f2;
			}
		.boxes .shading-box.shading-white.shading-opacity-100:before {
			background-color: #fff;
			}
	}
	@media screen and (max-width: 767px) {
		.boxes-full.boxes-full-equal .boxes-content-full .boxes-buffer .boxes-holder {
			margin: 25px;
			}
		.shading-box.shading-white.shading-opacity-100 .boxes-holder,
		.boxes-different .boxes-left.shading-none .boxes-holder,
		.boxes-different .boxes-right.shading-none .boxes-holder {
			margin-bottom: 25px;
			margin-top: 25px;
			}
		.boxes-inline.boxes-different .boxes-other-none.boxes-right {
			margin-top: 50px;
			}
		.shading-box.shading-white.shading-opacity-100 .boxes-holder,
		.boxes-different .boxes-left.shading-none .boxes-holder,
		.boxes-full .boxes-left .boxes-holder {
			margin-right: 25px;
			}
		.shading-box.shading-white.shading-opacity-100 .boxes-holder,
		.boxes-different .boxes-right.shading-none .boxes-holder,
		.boxes-full .boxes-right .boxes-holder {
			margin-left: 25px;
			}
	}
	@media screen and (max-width: 600px) {
		.shading-margin-less .boxes-holder,
		.boxes-holder {
			margin: 25px;
			}
	}
/* PAGINATION */
	.woocommerce-pagination,
	.site-navigation {
		border-top: 1px solid rgba(0,0,0,0.1);
		clear: both;
		color: #949494;
		font-size: 1.3em;
		margin: 40px 0;
		}
	.woocommerce-pagination>ul,
	.site-navigation-pages {
		margin-top: -1px;
		text-align: center;
		}
	.woocommerce-pagination>ul>li {
		display: inline-block;
		}
	.woocommerce-pagination>ul>li>a,
	.woocommerce-pagination>ul>li>span,
	.site-navigation-pages>span.page-numbers,
	.site-navigation-pages>a,
	.site-navigation-pages>div.page-numbers {
		border-top: 1px solid transparent;
		display: inline-block;
		font-weight: 400;
		padding: 5px 10px;
		text-transform: uppercase;
		}
	.woocommerce-pagination a,
	.site-navigation-pages a {
		color: #949494;
		}
	.site-navigation-pages>a i {
		vertical-align: bottom;
		}
	.woocommerce-pagination>ul>li>span.current,
	.site-navigation-pages>span.page-numbers.current,
	.site-navigation-pages>a:hover,
	.site-navigation-pages>div.page-numbers:hover {
		border-top: 1px solid #2a76d5;
		color: #2a76d5;
		}
	.woocommerce-pagination a:hover,
	.site-navigation-pages>div.page-numbers:hover>a {
		color: #2a76d5;
		}
/* QUICKLINKS */
	.quicklinks {
		display: flex;
		flex-wrap: wrap;
		position: relative;
		width: 100%;
		}
	.quicklinks-item {
		background-position: center;
		background-size: cover;
		display: flex;
		position: relative;
		width: 33.3333%;
		}
	.quicklinks-holder {
		align-items: center;
		display: flex;
		flex: 1;
		overflow: hidden;
		position: relative;
		text-align: center;
		}
	.quicklinks-holder:after {
		border: 1px solid rgba(0,0,0,0.05);
		border-radius: 10px;
		bottom: 25px;
		content: '';
		left: 25px;
		position: absolute;
		right: 25px;
		top: 25px;
		z-index: 3;
		}
	.quicklinks-content {
		display: block;
		flex: 1;
		margin: 75px 100px;
		}
	.quicklinks-white .quicklinks-holder,
	.quicklinks-light .quicklinks-holder,
	.quicklinks-highlight .quicklinks-holder {
		color: #434343;
		}
	.quicklinks-color .quicklinks-holder,
	.quicklinks-dark .quicklinks-holder,
	.quicklinks-image .quicklinks-holder {
		color: #fff;
		}
	.quicklinks-white .quicklinks-more>span,
	.quicklinks-light .quicklinks-more>span,
	.quicklinks-highlight .quicklinks-more>span {
		border-color: #434343;
		color: #434343;
		}
	.quicklinks-color .quicklinks-more>span,
	.quicklinks-dark .quicklinks-more>span,
	.quicklinks-image .quicklinks-more>span {
		border-color: #fff;
		color: #fff;
		}
	@media screen and (min-width: 1281px) {
		.quicklinks-white .quicklinks-holder:hover .quicklinks-more>span,
		.quicklinks-light .quicklinks-holder:hover .quicklinks-more>span,
		.quicklinks-highlight .quicklinks-holder:hover .quicklinks-more>span {
			border-color: #ff984b;
			color: #ff984b;
			}
		.quicklinks-white .quicklinks-holder:hover .quicklinks-more>span,
		.quicklinks-light .quicklinks-holder:hover .quicklinks-more>span,
		.quicklinks-color .quicklinks-holder:hover .quicklinks-more>span,
		.quicklinks-dark .quicklinks-holder:hover .quicklinks-more>span,
		.quicklinks-image .quicklinks-holder:hover .quicklinks-more>span {
			border-color: #ff984b;
			color: #ff984b;
			}
	}
	.quicklinks-header,
	.quicklinks-text,
	.quicklinks-more {
		margin: 10px 0;
		}
	.quicklinks-header {
		font-size: 3em;
		font-weight: 700;
		text-transform: uppercase;
		}
	.quicklinks-text {
		font-size: 1.5em;
		line-height: 1.4em;
		opacity: 0.65;
		}
	.quicklinks-more {
		margin-top: 20px;
		}
	.quicklinks-more>span {
		border: 2px solid transparent;
		border-radius: 4px;
		display: inline-block;
		font-size: 1.2em;
		font-weight: 900;
		padding: 1em;
		text-transform: uppercase;
		transition: background-color 200ms ease;
		}
	@media screen and (max-width: 1500px) {
		.quicklinks-content {
			margin: 50px;
			}
		.quicklinks-header {
			font-size: 2.8em;
			}
		.quicklinks-text {
			font-size: 1.4em;
			}
	}
	@media screen and (max-width: 1280px) {
		.quicklinks-content {
			margin: 40px;
			}
		.quicklinks-header {
			font-size: 2.4em;
			}
		.quicklinks-text {
			font-size: 1.2em;
			}
	}
	@media screen and (max-width: 768px) {
		.quicklinks {
			display: block;
			}
		.quicklinks-item {
			display: block;
			width: auto;
			}
	}
/* CARDS */
	.cards {
		display: flex;
		position: relative;
		}
	.cards .slick-list {
		background-color: #fafafa;
		}
	.cards .slick-track {
		display: flex;
		}
	.cards-item {
		background-color: #fafafa;
		display: block;
		overflow: hidden;
		width: 25vw;
		}
	.cards-item.slick-slide {
		float: none;
		flex: 1;
		height: auto;
		}
	.cards-item:nth-child(odd) {
		background-color: #f0f0f0;
		}
	.cards-image {
		margin: 25px 20% 0;
		}
	.cards-holder {
		text-align: center;
		}
	.cards-content {
		display: block;
		flex: 1;
		margin: 25px;
		}
	.cards-header,
	.cards-text,
	.cards-button {
		margin: 10px 0;
		}
	.cards-header {
		color: #222;
		font-size: 1.75em;
		font-weight: 900;
		text-transform: uppercase;
		}
	.cards-text {
		color: #555;
		font-size: 1.25em;
		font-weight: 300;
		line-height: 1.4em;
		}
	@media screen and (min-width: 1281px) {
		.cards-item:hover .cards-header {
			color: #2a76d5;
			}
	}
	@media screen and (max-width: 1024px) {
		.cards-item {
			width: 33.3333vw;
			}
	}
	@media screen and (max-width: 768px) {
		.cards-item {
			width: 50vw;
			}
	}
	@media screen and (max-width: 480px) {
		.cards-item {
			width: 100vw;
			}
	}
/* HIGHLIGHTS */
	.highlights {
		display: flex;
		flex-wrap: wrap;
		margin: 50px 0;
		position: relative;
		}
	.highlights:after {
		background: rgba(0,0,0,0.1);
		content: '';
		height: 100%;
		left: 50%;
		overflow: hidden;
		position: absolute;
		top: 0;
		width: 1px;
		z-index: -1;
		}
	.highlights-item {
		width: 50%;
		}
	.highlights-holder {
		margin: 50px 100px;
		text-align: center;
		}
	.highlights-image {
		font: normal 0/0 sans-serif;
		margin: 0 auto;
		max-width: 150px;
		overflow: hidden;
		padding: 6px;
		}
	.highlights-image-round {
		background: #fff;
		border: 1px solid #ccc;
		border-radius: 50%;
		padding: 5px;
		}
	.highlights-image-round img {
		border-radius: 50%;
		display: block;
		}
	.highlights-header {
		font-size: 2em;
		font-weight: 700;
		margin-top: 10px;
		text-transform: uppercase;
		}
	@media screen and (max-width: 900px) {
		.highlights-holder {
			margin: 25px;
			}
	}
	@media screen and (max-width: 600px) {
		.highlights {
			display: block;
			}
		.highlights:after {
			display: none;
			}
		.highlights-item {
			width: 100%;
			}
		.highlights-holder {
			margin: 50px 25px;
			}
	}
/* PROFILES */
	.profiles {
		display: block;
		margin: 25px -25px;
		}
	.profiles-item,
	.profiles-image,
	.profiles-holder {
		display: inline-block;
		vertical-align: top;
		}
	.profiles-item {
		margin: 0 25px 50px 25px;
		width: calc(50% - 50px);
		}
	.profiles-image {
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
		font: normal 0/0 sans-serif;
		width: 25%;
		}
	.profiles-holder {
		margin-left: 50px;
		width: calc(75% - 50px);
		}
	.profiles-header {
		font-weight: 700;
		line-height: 1.3em;
		margin: 10px 0;
		}
	@media screen and (max-width: 768px) {
		.profiles {
			margin: 25px 0;
			}
		.profiles-item {
			display: block;
			margin: 25px 0;
			width: auto;
			}
		.profiles-holder {
			margin-left: 25px;
			width: calc(75% - 25px);
			}
	}
/* ITEMS */
	.items {
		margin: 0 -20px;
		text-align: center;
		}
	.items-wide {
		margin-bottom: 50px;
		margin-top: 50px;
		overflow: hidden;
		white-space: nowrap;
		width: 100%;
		}
	.items-item {
		display: inline-block;
		vertical-align: top;
		text-align: left;
		}
	.items-item,
	.items.items-even .items-item {
		width: 50%;
		}
	.items-alt .items-item,
	.items.items-odd .items-item,
	.items-wide .items-item {
		width: 33.3333%;
		}
	.items-wide .items-item {
		padding: 10px 0;
		}
	.items-holder {
		margin: 20px;
		white-space: normal;
		}
	.items-wide .items-holder {
		margin-bottom: 0;
		margin-top: 0;
		}
	.items-sizer {
		overflow: hidden;
		}
	.items-link {
		display: block;
		position: relative;
		}
	.items-image {
		font: normal 0/0 sans-serif;
		overflow: hidden;
		position: relative;
		}
	.items-image:before,
	.items-image:after {
		content: '';
		height: 100%;
		pointer-events: none;
		position: absolute;
		top: 0;
		width: 100%;
		}
	.items-image:before {
		background-color: rgba(255,255,255,0);
		transition: background-color 200ms ease;
		z-index: 2;
		}
	a.items-link:hover .items-image:before {
		background-color: rgba(255,255,255,0.1);
		}
	.items-image:after {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 20%;
		z-index: 3;
		}
	.format-gallery .items-image:after {
		background-image: url(assets/images/post-gallery.svg);
		}
	.format-video .items-image:after {
		background-image: url(assets/images/post-video.svg);
		}
	.items-inside .items-link,
	.items-default .items-holder {
		background-color: #fff;
		box-shadow: 0 0 10px rgba(0,0,0,0.1);
		overflow: hidden;
		}
	.items-default .items-category {
		color: #2a76d5;
		font-size: 1.2em;
		font-weight: 300;
		margin-bottom: 5px;
		}
	.items-default .items-header {
		color: #222;
		font-size: 1.8em;
		font-weight: 700;
		text-transform: uppercase;
		transition-property: color;
		}
	.items-default a.items-link:hover .items-header {
		color: #2a76d5;
		}
	.items-default .items-info {
		padding: 20px;
		}
	.items-details {
		border-top: 1px solid #eaeaea;
		font-size: 1.1em;
		overflow: hidden;
		padding: 5px 10px;
		}
	.items-details,
	.items-details a {
		color: #696969;
		}
	.items-details a:hover {
		color: #2a76d5;
		}
	.items-details .items-date {
		float: left;
		}
	.items-details .items-date i {
		padding-left: 1px;
		}
	.items-details .items-meta {
		float: right;
		}
	.items-details .items-meta a {
		display: inline-block;
		padding: 0 5px;
		}
	.items-text p {
		margin: 0;
		}
	.items-text p+p {
		margin-top: 5px;
		}
	.items-alt {
		margin: 50px -10px 0;
		}
	.items-alt .items-holder {
		margin: 10px;
		}
	.items-alt .items-header {
		font-size: 1.5em;
		}
	.items-alt .items-info {
		padding: 10px;
		}
	@media screen and (max-width: 759px) {
		.items-wide .items-item {
			width: 50%;
			}
	}
	@media screen and (max-width: 479px) {
		.items-wide .items-item {
			width: 100%;
			}
	}
	@media screen and (max-width: 920px) {
		.items.items-alt.items-grid .items-item {
			width: 50%;
			}
	}
	@media screen and (max-width: 600px) {
		.items.items-grid .items-item {
			width: 50% !important;
			}
	}
	@media screen and (max-width: 480px) {
		.items.items-grid {
			margin: 25px 0 !important;
			}
		.items.items-grid .items-item {
			margin: 0 0 20px 0;
			width: auto !important;
			}
		.items.items-grid .items-holder {
			margin: 0 !important;
			}
	}
/* ITEMBLOCKS */
	.itemblocks {
		background-color: #fcfcfc;
		}
	.itemblocks-item {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		}
	.itemblocks-image,
	.itemblocks-holder {
		position: relative;
		}
	.itemblocks-image {
		width: 55%;
		}
	.itemblocks-holder {
		width: 45%;
		}
	.itemblocks-holder {
		z-index: 2;
		}
	.itemblocks-image img {
		height: 100%;
		object-fit: cover;
		width: 100%;
		}
	html.no-objectfit .itemblocks-image img {
		height: auto;
		width: 100%;
		}
	.itemblocks-content {
		margin: 100px;
		}
	.itemblocks-header {
		font-size: 2em;
		font-weight: 700;
		text-transform: uppercase;
		}
	.itemblocks-text {
		color: #535353;
		}
	.itemblocks-item:nth-child(even) .itemblocks-image {
		order: 2;
		}
	.itemblocks-item:nth-child(even) .itemblocks-holder {
		order: 1;
		}
	@media screen and (max-width: 1280px) {
		.itemblocks-content {
			margin: 75px;
			}
	}
	@media screen and (max-width: 920px) {
		.itemblocks-content {
			margin: 50px;
			}
	}
	@media screen and (min-width: 769px) {
		.itemblocks-header>h2.g.f:after {
			width: 85%;
			}
		.itemblocks-item:nth-child(odd) .itemblocks-header>h2.g.f:after {
			left: auto;
			margin-left: 0;
			margin-right: -25px;
			right: 50%;
			}
	}
	@media screen and (max-width: 768px) {
		.itemblocks {
			background: none;
			margin: 0;
			}
		.itemblocks-item {
			background: #fff;
			display: block;
			}
		.itemblocks-image,
		.itemblocks-holder {
			flex: unset;
			width: 100%;
			}
		.itemblocks-image img {
			height: auto;
			width: 100%;
			}
		.itemblocks-holder {
			overflow: hidden;
			}
		.itemblocks-content {
			margin: 25px;
			}
	}
/* ITEMSLIST */
	.itemlist {
		margin: 10px 0;
		}
	.itemlist-item {
		margin: 10px 0;
		padding: 0 10px;
		}
	.itemlist-item + .itemlist-item {
		border-top: 1px solid #eaeaea;
		padding-top: 10px;
		}
	.itemlist-link {
		color: #222;
		display: block;
		overflow: hidden;
		transition: color 250ms;
		}
	.itemlist-link:hover {
		color: #2a76d5;
		}
	.itemlist-image {
		float: left;
		max-width: 75px;
		}
	.itemlist-info {
		margin-left: 100px;
		}
	.itemlist-header {
		line-height: 1.3em;
		margin: 5px 0;
		}
	.itemlist-text {
		color: #696969;
		line-height: 1.2em;
		}
/* TABLES */
	.simpletable,
	.contentblock table,
	.listtable {
		border: none;
		margin: 10px 0;
		}
	.simpletable,
	.listtable-fancy {
		empty-cells: show;
		overflow: hidden;
		table-layout: fixed;
		width: 100%;
		}
	.contentblock table td,
	.contentblock table th,
	.listtable td,
	.listtable th {
		border: 1px solid #eaeaea;
		font-size: 1.4rem;
		padding: 15px;
		position: relative;
		vertical-align: top;
		}
	.listtable-fancy td {
		padding-bottom: 5px;
		padding-top: 5px;
		}
	.contentblock table th,
	.listtable th {
		vertical-align: bottom;
		}
	.contentblock table thead tr,
	.listtable thead tr {
		background: #222;
		}
	.contentblock table thead td,
	.contentblock table thead th,
	.listtable thead td,
	.listtable thead th {
		color: #fff;
		font-weight: 700;
		}
	.listtable-fancy thead th:first-child {
		text-align: left;
		}
	.contentblock table tbody td,
	.listtable tbody td {
		line-height: 1.3em;
		}
	.listtable tbody td p {
		margin: 0;
		}
	.listtable tbody td p+p {
		margin-top: 5px;
		}
	.contentblock table tbody tr,
	.contentblock table tbody tr:nth-child(odd),
	.listtable tbody tr,
	.listtable tbody tr:nth-child(odd) {
		background-color: #fafafa;
		}
	.listtable.listtable-fancy tbody tr,
	.listtable.listtable-fancy tbody tr:nth-child(odd),
	.listtable.listtable-fancy tbody tr:nth-child(even) {
		background: none;
		}
	.listtable-fancy tbody tr td {
		text-align: center;
		position: relative;
		}
	.listtable-fancy tbody tr td:first-child,
	.listtable-fancy tbody tr:nth-child(odd) td:first-child {
		background-color: #2a76d5;
		color: #fff;
		font-weight: 800;
		text-align: left;
		}
	.contentblock table tbody tr:nth-child(even),
	.listtable tbody tr:nth-child(even) {
		background-color: #f7f7f7;
		}
	.listtable-fancy tbody tr:nth-child(even) td:first-child {
		background-color: #0d4386;
		color: #fff;
		}
	.contentblock table tbody tr:hover,
	.listtable tbody tr:hover {
		background-color: #eaeaea !important;
		}
	.listtable-fancy td:hover::after,
	.listtable-fancy thead th:not(:empty):hover::after { 
		content: '';  
		height: 10000px;
		left: 0;
		position: absolute;  
		top: -5000px;
		width: 100%;
		z-index: -1;
		}
	.listtable-fancy td:hover::after,
	.listtable-fancy th:hover::after {
		background-color: #eaeaea;
		}
	.simpletable>thead>tr>th,
	.simpletable>tbody>tr>td {
		border: 1px solid #f2f2f2;
		text-align: center;
		}
	.simpletable>thead>tr>th {
		background-color: #f2f2f2;
		padding: 5px;
		text-align: center;
		}
	.simpletable>tbody>tr>td {
		font-size: 1.6em;
		font-weight: 700;
		padding: 10px;
		}
	@media screen and (max-width: 1024px) {
		.contentblock table td,
		.contentblock table th,
		.listtable td,
		.listtable th {
			font-size: 1.2rem;
			padding: 5px;
			}
	}
	@media screen and (max-width: 768px) {
		.contentblock table td,
		.contentblock table th,
		.listtable td,
		.listtable th {
			font-size: 1rem;
			}
	}
	@media screen and (max-width: 600px) {
		.listtable-fancy-scroll {
			box-shadow: inset -10px 0 5px -5px rgba(0,0,0,0.2);
			overflow-x: scroll;
			padding: 15px 0;
			}
		.listtable-fancy {
			width: 700px;
			}
	}
/* LISTS */
	.contentblock ul,
	.contenttext ul,
	.sitemap {
		list-style-type: disc;
		}
	.contentblock ol,
	.contenttext ol {
		list-style-type: decimal;
		}
	.sitemap ul,
	.contentblock ul ul,
	.contentblock ol ul,
	.contenttext ul ul,
	.contenttext ol ul {
		list-style-type: circle;
		}
	.contentblock ol ol,
	.contentblock ul ol,
	.contenttext ol ol,
	.contenttext ul ol {
		list-style-type: lower-latin;
		}
	.sitemap {
		font-size: 1.4em;
		margin: 10px 0;
		padding: 0;
		text-align: left;
		}
	.sitemap>li>a {
		font-size: 1.1em;
		font-weight: 700;
		}
	.sitemap li {
		margin: 5px 0 5px 25px;
		padding: 0 0 0 5px;
		}
	.titlelist {
		margin: 50px auto;
		max-width: 960px;
		}
	.titlelist dt {
		background-color: #fcfcfc;
		border-left: 2px solid #222;
		font-size: 1.5em;
		font-weight: 600;
		line-height: 1.2em;
		margin: 30px 0 10px;
		padding: 10px;
		}
	.titlelist dd {
		margin: 10px 0 10px 10px;
		}
	.titlelist dd.l {
		font-size: 1.2em;
		}
	.titlelist dd p+p {
		margin-top: 5px;
		}
	.taglist ul {
		font-size: 1.1em;
		font-weight: 600;
		margin: 10px 0;
		}
	.taglist ul>li {
		display: inline-block;
		padding: 0 5px 5px 0;
		}
	.taglist ul>li>a {
		background: #fff;
		color: #222;
		padding: 0.5em 1em;
		display: inline-block;
		transition: color 250ms, background 250ms;
		}
	.taglist ul>li>a:hover {
		background: #2a76d5;
		color: #fff;
		}
/* WOO */
	.woocommerce h2,
	.woocommerce h3 {
		font-weight: 700;
		}
	.woocommerce.add_to_cart_inline {
		margin: 25px 0;
		text-align: center;
		}
	.woocommerce.add_to_cart_inline .amount {
		font-size: 1.3rem;
		}
	.woocommerce.add_to_cart_inline .button {
		display: inline-block;
		margin-left: 10px;
		margin-top: 10px;
		}
	.woocommerce.add_to_cart_inline .added_to_cart {
		margin-left: 10px;
		}
	.woocommerce ul.products {
		display: block;
		margin: 0 -20px;
		text-align: left;
		}
	.woocommerce ul.products.columns-180 {
		margin: 0;
		overflow: hidden;
		white-space: nowrap;
		width: 100%;
		}
	.woocommerce ul.products.columns-180 .product {
		margin: 20px 20px 0;
		white-space: normal;
		width: auto !important;
		}
	.woocommerce ul.products .product {
		display: inline-block;
		margin: 20px;
		position: relative;
		vertical-align: top;
		width: calc(25% - 40px);
		}
	.woo-products-grid .woocommerce ul.products .product {
		width: calc(20% - 40px);
		}
	.woocommerce ul.products .product .button {
		background-color: rgba(36,36,36,0.5);
		border-color: transparent;
		color: #fff;
		left: 20px;
		opacity: 0;
		position: absolute;
		right: 20px;
		top: 20px;
		transition: opacity 200ms ease;
		}
	.woocommerce ul.products .product .button:hover {
		background-color: #2a76d5;
		color: #fff;
		}
	.woocommerce ul.products .product:hover .button {
		opacity: 1;
		}
	@media screen and (max-width: 1024px) {
		.woo-products-grid .woocommerce ul.products .product {
			width: calc(25% - 40px);
			}
	}
	@media screen and (max-width: 920px) {
		.woocommerce ul.products .product,
		.woocommerce ul.products .product.product-category {
			width: calc(25% - 40px);
			}
	}
	@media screen and (max-width: 919px) {
		.woocommerce ul.products.columns-180 .product.type-product {
			width: calc(33.3333% - 40px);
			}
	}
	@media screen and (max-width: 768px) {
		.woocommerce ul.products {
			margin: 0 -10px;
			}
		.woo-products-grid .woocommerce ul.products .product,
		.woocommerce ul.products .product,
		.woocommerce ul.products .product.product-category {
			margin: 10px;
			width: calc(33.333% - 20px);
			}
	}
	@media screen and (max-width: 599px) {
		.woocommerce ul.products.columns-180 .product.type-product {
			width: calc(50% - 20px);
			}
	}
	@media screen and (max-width: 480px) {
		.woocommerce ul.products .product,
		.woocommerce ul.products .product.product-category {
			width: calc(50% - 20px);
			}
	}
	.woocommerce ul.products .product>a.woocommerce-loop-product__link,
	.woocommerce ul.products .product-category>a {
		color: #2c2c2c;
		display: block;
		}
	.woocommerce ul.products .product>a.woocommerce-loop-product__link:hover,
	.woocommerce ul.products .product-category>a:hover {
		color: #2a76d5;
		}
	.woocommerce ul.products .product>a.woocommerce-loop-product__link>h2,
	.woocommerce ul.products .product-category>a>h2 {
		font-size: 1.6em;
		font-weight: 900;
		margin: 10px 0 0;
		text-align: center;
		}
	.woocommerce ul.products .product-category>a>h2>mark {
		background: none;
		color: #848484;
		font-size: 0.75em;
		font-weight: 300;
		}
	.woocommerce ul.products .product>a>.price,
	.woocommerce ul.products .product>a>.sku {
		display: block;
		font-size: 1.4em;
		margin: 10px 0;
		text-align: center;
		}
	.woocommerce ul.products .product>a>.price {
		font-weight: 700;
		}
	.woocommerce .product_list_widget del,
	.woocommerce.add_to_cart_inline del,
	.woocommerce .price del {
		color: #848484;
		font-weight: 300;
		}
	.woocommerce .product_list_widget ins,
	.woocommerce.add_to_cart_inline ins,
	.woocommerce .price ins {
		color: #2a76d5;
		font-weight: 900;
		text-decoration: none;
		}
	.woocommerce div.product .onsale,
	.woocommerce .products .product>a>.onsale {
		/*background: url('assets/images/sale.svg') left top no-repeat;
		display: block;
		height: 60px;
		overflow: hidden;
		position: absolute;
		text-indent: -9180px;
		width: 60px;*/
		display: none;
		}
	.woocommerce .products .product>a.added_to_cart {
		bottom: -15px;
		display: block;
		position: absolute;
		text-align: center;
		text-transform: uppercase;
		width: 100%;
		}
	@media screen and (max-width: 1024px) {
		.woo-products-grid .woocommerce ul.products .product>a.woocommerce-loop-product__link>h2,
		.woo-products-grid .woocommerce ul.products .product-category>a>h2 {
			font-size: 1.4em;
			}
	}
	.woocommerce-ordering {
		margin: 20px 0;
		}
	.woocommerce .variations select,
	.woocommerce-ordering>select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: none;
		background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiDQoJIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOmE9Imh0dHA6Ly9ucy5hZG9iZS5jb20vQWRvYmVTVkdWaWV3ZXJFeHRlbnNpb25zLzMuMC8iDQoJIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iOHB4IiBoZWlnaHQ9IjRweCIgdmlld0JveD0iMCAwIDggNCIgc3R5bGU9Im92ZXJmbG93OnNjcm9sbDtlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDggNDsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6Izk5OTk5OTt9DQo8L3N0eWxlPg0KPGRlZnM+DQo8L2RlZnM+DQo8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjQsNCA4LDAgMCwwICIvPg0KPC9zdmc+");
		background-position: right 5px center;
		background-repeat: no-repeat;
		}
	body .woocommerce .variations select {
		padding-right: 20px !important;
		}
	.woocommerce-ordering>select {
		border: none;
		border-bottom: 1px solid #c2c2c2;
		color: #848484;
		font-size: 12px;
		font-weight: 300;
		height: 30px;
		padding: 0 20px 0 5px;
		}
	.woocommerce .product-addon {
		background-color: rgba(0,0,0,0.01);
		border: 1px solid rgba(0,0,0,0.1);
		margin: 20px 0;
		padding: 15px;
		}
	.woocommerce .product-addon .clear {
		display: none;
		}
	.woocommerce .product-addon .addon-name {
		font-size: 1.3em;
		}
	.woocommerce .product-addon .addon-name abbr {
		color: #2a76d5;
		text-decoration: none;
		}
	.woocommerce .product-addon .form-row {
		margin-bottom: 0;
		}
	.woocommerce dl.product-addon-totals {
		font-size: 1.3em;
		margin: 20px 0;
		max-width: 300px;
		text-align: right;
		}
	.woocommerce dl.product-addon-totals dd {
		padding-bottom: 5px;
		width: 50%;
		}
	.woocommerce div.product .woocommerce-product-gallery,
	.woocommerce div.product .summary {
		display: inline-block;
		width: calc(50% - 25px);
		vertical-align: top;
		}
	.woocommerce div.product .woocommerce-product-gallery {
		padding-right: 25px;
		}
	.woocommerce div.product div.images .woocommerce-product-gallery__image:first-child {
		display: block;
		margin: 0 0 25px;
		}
	.woocommerce div.product div.images .woocommerce-product-gallery__image:first-child>a {
		display: block;
		}
	.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
		width: 20%;
		display: inline-block;
		vertical-align: top;
		}
	.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2)>a {
		border: 1px solid #fff;
		box-shadow: 0 0 5px rgba(0,0,0,0.1);
		display: block;
		margin: 10px;
		}
	@media screen and (max-width: 600px) {
		.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
			width: 33.3%;
			}
		.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2)>a {
			margin: 5px;
			}
	}
	.woocommerce div.product .summary {
		padding-left: 25px;
		}
	.woocommerce div.product .summary .price {
		font-size: 2.5em;
		margin: 0 0 10px;
		}
	.woocommerce div.product .summary .woocommerce-product-details__short-description {
		}
	.woocommerce div.product .summary .woocommerce-product-details__short-description>p {
		font-size: 1.6em;
		line-height: 1.4em;
		margin: 10px 0;
		}
	.woocommerce div.product .summary .stock.in-stock {
		color: #ff984b;
		font-size: 1.3em;
		font-weight: 700;
		margin: 10px 0;
		}
	.woocommerce div.product .summary form.cart {
		margin: 25px 0;
		}
	.woocommerce div.product .summary form.cart .variations,
	.woocommerce div.product .summary form.cart .variations>tbody,
	.woocommerce div.product .summary form.cart .variations>tbody>tr,
	.woocommerce div.product .summary form.cart .variations>tbody>tr>td {
		display: block;
		}
	.woocommerce div.product .summary form.cart .variations {
		margin: 10px 0;
		}
	.woocommerce div.product .summary form.cart .variations td.label {
		color: #848484;
		font-size: 1.1em;
		font-weight: 700;
		margin: 5px 0;
		}
	.woocommerce div.product .summary form.cart .variations a.reset_variations {
		display: inline-block;
		font-size: 1.1em;
		padding-left: 5px;
		}
	.woocommerce div.product .summary form.cart .single_variation,
	.woocommerce div.product .summary form.cart .single_variation>div {
		margin: 10px 0;
		}
	.woocommerce div.product .summary form.cart .single_variation>div .price {
		font-size: 1.6em;
		font-weight: 700;
		}
	.woocommerce div.product .summary form.cart .single_variation>div.woocommerce-variation-availability {
		font-size: 1.3em;
		font-style: italic;
		}
	.woocommerce div.product .summary form.cart .single_variation>div.woocommerce-variation-availability .out-of-stock {
		color: #2a76d5;
		}
	.woocommerce div.product .summary form.cart .quantity {
		margin: 10px 0;
		}
	.woocommerce div.product .summary form.cart .quantity>input,
	.woocommerce div.product .summary form.cart .variations select,
	.woocommerce div.product .summary form.cart .variations input {
		border: 1px solid #eaeaea;
		font-size: 1.4em;
		line-height: 1.4em;
		padding: 5px 10px;
		}
	.woocommerce div.product .summary form.cart .quantity>input,
	.woocommerce div.product .summary form.cart .button {
		width: 150px;
		}
	.woocommerce div.product .summary .product_meta {
		color: #848484;
		font-size: 1.1em;
		line-height: 1.4em;
		margin: 10px 0;
		}
	.woocommerce div.product .summary .product_meta>span {
		display: block;
		margin: 5px 0;
		}
	.woocommerce div.product .summary .product_meta span span,
	.woocommerce div.product .summary .product_meta div span {
		color: #2c2c2c;
		}
	@media screen and (max-width: 600px) {
		.woocommerce div.product .woocommerce-product-gallery,
		.woocommerce div.product .summary {
			display: block;
			width: auto;
			}
		.woocommerce div.product .woocommerce-product-gallery,
		.woocommerce div.product .summary {
			margin: 25px 0;
			padding: 0;
			}
	}
	.woocommerce-message .button {
		display: inline-block;
		margin-right: 15px;
		}
	.woocommerce .woocommerce-MyAccount-navigation ul,
	.woocommerce div.product .tabs {
		border-bottom: 1px solid #eaeaea;
		font-size: 1.1em;
		margin-top: 25px;
		position: relative;
		text-transform: uppercase;
		}
	.woocommerce .woocommerce-MyAccount-navigation ul>li,
	.woocommerce div.product .tabs>li {
		border: 1px solid #eaeaea;
		border-bottom-color: transparent;
		display: inline-block;
		margin-right: 5px;
		position: relative;
		top: 1px;
		}
	.woocommerce .woocommerce-MyAccount-navigation ul>li.is-active,
	.woocommerce div.product .tabs>li.active {
		background: #fff;
		border-bottom-color: #fff;
		z-index: 1;
		}
	.woocommerce .woocommerce-MyAccount-navigation ul>li>a,
	.woocommerce div.product .tabs>li>a {
		color: #848484;
		font-weight: 700;
		display: block;
		padding: 10px;
		}
	.woocommerce .woocommerce-MyAccount-navigation ul>li.is-active>a,
	.woocommerce div.product .tabs>li.active>a {
		color: #2c2c2c;
		}
	.woocommerce .woocommerce-MyAccount-navigation ul>li>a:hover,
	.woocommerce div.product .tabs>li>a:hover {
		color: #2a76d5;
		}
	@media screen and (max-width: 600px) {
		.woocommerce .woocommerce-MyAccount-navigation ul,
		.woocommerce div.product .tabs {
			font-size: 8px;
			}
		.woocommerce .woocommerce-MyAccount-navigation ul>li,
		.woocommerce div.product .tabs>li {
			margin-right: 2px;
			}
		.woocommerce .woocommerce-MyAccount-navigation ul>li>a,
		.woocommerce div.product .tabs>li>a {
			font-weight: 300;
			padding: 2px;
			}
	}
	.woocommerce div.product .panel {
		background: #fff;
		border: 1px solid #eaeaea;
		border-top: none;
		overflow: hidden;
		padding: 10px 20px;
		}
	.woocommerce div.product .panel>h2 {
		display: none;
		}
	.woocommerce div.product .panel>p,
	.woocommerce-MyAccount-content>p,
	.woocommerce-variation-description>p {
		font-size: 1.4em;
		line-height: 1.8em;
		margin: 10px 0;
		}
	.woocommerce div.product .shop_attributes {
		font-size: 1.2em;
		line-height: 1.8em;
		margin: 10px 0;
		width: 100%;
		}
	.woocommerce div.product .shop_attributes>tbody>tr+tr {
		border-top: 1px solid #f2f2f2;
		}
	.woocommerce div.product .shop_attributes>tbody>tr>th,
	.woocommerce div.product .shop_attributes>tbody>tr>td {
		padding: 5px;
		}
	.woocommerce div.product .shop_attributes>tbody>tr>th {
		border-right: 1px solid #f2f2f2;
		font-weight: 700;
		text-align: right;
		width: 25%;
		}
	.woocommerce div.product .shop_attributes>tbody>tr>td {
		width: 75%;
		}
	.woocommerce .related.products {
		border-top: 1px solid #eaeaea;
		margin-top: 50px;
		}
	.woocommerce .related.products>h2 {
		font-size: 3em;
		margin: 25px 0 0;
		text-transform: uppercase;
		}
	.woocommerce.widget_recently_viewed_products .product_list_widget>li {
		display: inline-block;
		font-size: 1.05em;
		line-height: 1.3em;
		padding-top: 10px;
		text-align: center;
		vertical-align: top;
		width: calc(50% - 5px);
		}
	.woocommerce.widget_recently_viewed_products .product_list_widget>li:nth-child(even) {
		margin-left: 10px;
		}
	.woocommerce.widget_recently_viewed_products .product_list_widget>li>a {
		display: block;
		margin-bottom: 3px;
		}
	.woocommerce .shop_table {
		margin: 10px 0;
		width: 100%;
		}
	.woocommerce .shop_table>thead {
		font-size: 1.2em;
		font-weight: 700;
		text-transform: uppercase;
		}
	.woocommerce .shop_table>thead>tr {
		border-bottom: 1px solid #eaeaea;
		color: #848484;
		}
	.woocommerce .shop_table>thead>tr>th {
		padding: 10px;
		text-align: left;
		}
	.woocommerce .shop_table>thead>tr>th.product-remove {
		width: 50px;
		}
	.woocommerce .shop_table>thead>tr>th.product-thumbnail {
		width: 50px;
		}
	.woocommerce .cart_totals .wc-proceed-to-checkout {
		text-align: right;
		}
	.woocommerce .cart_totals .wc-proceed-to-checkout .button {
		display: inline-block;
		}
	.woocommerce .shop_table>thead>tr>th.product-price,
	.woocommerce .shop_table>thead>tr>th.product-quantity,
	.woocommerce .shop_table>thead>tr>th.product-subtotal,
	.woocommerce .shop_table.customer_details>tbody>tr>th {
		width: 100px;
		}
	.woocommerce .shop_table>thead>tr>th.product-total {
		width: 150px;
		}
	.woocommerce .shop_table.woocommerce-checkout-review-order-table>thead>tr>th.product-total {
		width: 300px;
		}
	.woocommerce .shop_table>tbody,
	.woocommerce .shop_table>tfoot {
		font-size: 1.4em;
		}
	@media screen and (max-width: 900px) {
		.woocommerce .shop_table.woocommerce-checkout-review-order-table>thead>tr>th.product-total {
			width: 150px;
			}
		.woocommerce .shop_table.woocommerce-checkout-review-order-table>thead {
			display: none;
			}
		.woocommerce .shop_table.woocommerce-checkout-review-order-table>tbody,
		.woocommerce .shop_table.woocommerce-checkout-review-order-table>tfoot,
		.woocommerce .shop_table.woocommerce-checkout-review-order-table tr,
		.woocommerce .shop_table.woocommerce-checkout-review-order-table th,
		.woocommerce .shop_table.woocommerce-checkout-review-order-table td {
			display: block;
			width: auto !important;
			}
	}
	@media screen and (max-width: 600px) {
		.woocommerce .shop_table>tbody,
		.woocommerce .shop_table>tfoot {
			font-size: 1.2em;
			}
	}
	.woocommerce .shop_table>tbody>tr+tr,
	.woocommerce .shop_table>tfoot>tr {
		border-top: 1px solid #eaeaea;
		}
	.woocommerce .shop_table>tbody>tr>td,
	.woocommerce .shop_table>tbody>tr>th,
	.woocommerce .shop_table>tfoot>tr>td,
	.woocommerce .shop_table>tfoot>tr>th {
		padding: 10px;
		vertical-align: middle;
		}
	.woocommerce .shop_table>tbody>tr>th,
	.woocommerce .shop_table>tfoot>tr>th {
		font-weight: 700;
		vertical-align: top;
		}
	.woocommerce .shop_table>tfoot>tr>td,
	.woocommerce .shop_table>tfoot>tr>th,
	.woocommerce .shop_table>tbody>tr>td.product-price,
	.woocommerce .shop_table>tbody>tr>td.product-subtotal,
	.woocommerce .shop_table>tbody>tr>td.product-total,
	.woocommerce .shop_table.customer_details>tbody>tr>th {
		text-align: right;
		}
	.woocommerce .shop_table>tbody>tr>td.product-remove,
	.woocommerce .shop_table>tbody>tr>td.product-thumbnail,
	.woocommerce .shop_table>tbody>tr>td.product-quantity {
		text-align: center;
		}
	.woocommerce .shop_table>tbody>tr>td.product-quantity input {
		text-align: center;
		width: 100%;
		}
	.woocommerce .shop_table>tbody>tr>td.product-name,
	.woocommerce .shop_table>tbody>tr>td.product-subtotal {
		font-weight: 700;
		}
	.woocommerce .shop_table>tbody>tr>td.product-name .variation {
		font-size: 0.8em;
		font-weight: 400;
		overflow: hidden;
		}
	.woocommerce .shop_table>tbody>tr>td.product-name .variation>dt {
		clear: both;
		float: left;
		font-style: italic;
		padding-top: 5px;
		}
	.woocommerce .shop_table>tbody>tr>td.product-name .variation>dd {
		float: left;
		padding-left: 5px;
		padding-top: 5px;
		}
	.woocommerce .shop_table>tbody>tr>td.actions {
		overflow: hidden;
		}
	.woocommerce .checkout_coupon,
	.woocommerce .shop_table>tbody>tr>td.actions>.coupon {
		overflow: hidden;
		white-space: nowrap;
		}
	.woocommerce .shop_table>tbody>tr>td.actions>.coupon {
		float: left;
		}
	.woocommerce .shop_table>tbody>tr>td.actions>.coupon>label {
		display: none;
		}
	.woocommerce .checkout_coupon>p,
	.woocommerce .shop_table>tbody>tr>td.actions>.coupon>input {
		float: left;
		}
	.woocommerce .checkout_coupon>p:not(.form-row):first-child {
		float: none;
		font-size: 1.3em;
		margin-bottom: 10px;
		}
	.woocommerce .checkout_coupon>p {
		padding: 0 !important;
		width: auto !important;
		}
	.woocommerce .checkout_coupon>p>input.input-text,
	.woocommerce .shop_table>tbody>tr>td.actions>.coupon>input.input-text {
		border: 1px solid #848484;
		border-radius: 4px 0 0 4px;
		color: #2c2c2c;
		font-size: 1.3rem;
		height: 33px;
		line-height: 1.4em;
		padding: 0 10px;
		width: 120px;
		}
	.woocommerce .checkout_coupon>p>button.button,
	.woocommerce .shop_table>tbody>tr>td.actions>.coupon>button.button {
		border: none;
		border-radius: 0 4px 4px 0;
		background-color: #848484;
		font-weight: 300;
		height: 33px;
		padding: 0 10px;
		}
	.woocommerce .shop_table>tbody>tr>td.actions>.coupon>button.button:hover {
		background-color: #2a76d5;
		}
	.woocommerce .shop_table>tbody>tr>td.actions>button.button {
		float: right;
		}
	.woocommerce #shipping_method>li+li {
		margin-top: 10px;
		}
	.woocommerce #shipping_method>li>label>span {
		display: inline-block;
		margin-left: 10px;
		}
	.woocommerce .cart-collaterals {
		margin: 25px 0;
		overflow: hidden;
		}
	.woocommerce .cart_totals {
		border: 1px solid #eaeaea;
		border-radius: 4px;
		float: right;
		padding: 20px;
		width: calc(50% - 42px);
		}
	.woocommerce .cart_totals>h2 {
		border-bottom: 1px solid #eaeaea;
		font-size: 2em;
		font-weight: 900;
		margin: 0;
		padding-bottom: 10px;
		text-transform: uppercase;
		}
	.woocommerce .cart_totals .shop_table>tbody>tr>th {
		text-align: left;
		width: 75px;
		}
	.woocommerce .cart_totals .shop_table>tbody>tr>td {
		text-align: right;
		}
	.woocommerce-shipping-calculator {
		margin: 10px 0;
		}
	.woocommerce-shipping-calculator>p {
		font-size: 10px;
		margin: 10px 0;
		}
	.woocommerce-shipping-calculator>section>p {
		margin: 5px 0 !important;
		}
	.woocommerce-shipping-calculator>section>p .button {
		width: 100%;
		}
	.woocommerce-mini-cart {
		font-size: 1.2em;
		}
	.woocommerce-mini-cart a.remove,
	.woocommerce-mini-cart .wp-post-image {
		display: none;
		}
	.woocommerce-mini-cart>li.mini_cart_item {
		border-bottom: 1px solid #eaeaea;
		line-height: 1.3em;
		overflow: hidden;
		padding: 5px 0;
		position: relative;
		}
	.woocommerce-mini-cart>li>a,
	.woocommerce-mini-cart>li>dl.variation {
		float: left;
		width: 70%;
		}
	.woocommerce-mini-cart>li>a img {
		border-radius: 2px;
		display: inline-block;
		max-width: 50px;
		margin-right: 10px;
		vertical-align: bottom;
		}
	.woocommerce-mini-cart>li>dl.variation {
		font-size: 0.9em;
		}
	.woocommerce-mini-cart>li>dl.variation>dt {
		clear: both;
		float: left;
		font-style: italic;
		padding: 2px 5px 0;
		}
	.woocommerce-mini-cart>li>dl.variation>dd {
		float: left;
		padding-top: 2px;
		}
	.woocommerce-mini-cart>li>span {
		position: absolute;
		right: 0;
		text-align: right;
		top: 5px;
		width: calc(30% - 10px);
		}
	.woocommerce-mini-cart__total {
		font-size: 1.2em;
		padding: 5px 0;
		text-align: right;
		}
	.woocommerce-mini-cart__buttons {
		margin: 10px 0;
		}
	.woocommerce-mini-cart__buttons a {
		background-color: #eaeaea;
		border: none;
		border-color: transparent;
		border-radius: 4px;
		font-size: 1.2rem;
		display: inline-block;
		padding: 5px 0;
		width: calc(50% - 5px);
		}
	.woocommerce-mini-cart__buttons a.checkout {
		margin-left: 10px;
		}
	@media screen and (max-width: 900px) {
		.woocommerce .cart_totals {
			float: none;
			width: auto;
			}
	}
	@media screen and (max-width: 600px) {
		.woocommerce .shop_table>tbody>tr>td.actions>.coupon {
			float: none;
			margin: 10px 0;
			}
		.woocommerce .shop_table>tbody>tr>td.actions>input.button {
			float: none;
			}
		.woocommerce .cart .product-thumbnail {
			display: none;
			}
		.woocommerce .shop_table>thead>tr>th.product-price,
		.woocommerce .shop_table>thead>tr>th.product-quantity,
		.woocommerce .shop_table>thead>tr>th.product-subtotal {
			width: 50px;
			}
		.woocommerce .shop_table>thead>tr>th.product-remove {
			width: 24px;
			}
	}
	.woocommerce .u-columns h2,
	.woocommerce-checkout h3,
	.woocommerce-MyAccount-content h3 {
		border-bottom: 1px solid #f2f2f2;
		font-size: 3em;
		font-weight: 900;
		margin: 50px 0 25px 0;
		padding-bottom: 5px;
		text-transform: uppercase;
		}
	.woocommerce-checkout h3 input {
		margin-right: 10px;
		vertical-align: middle;
		}
	.woocommerce-checkout-payment {
		background: #f2f2f2;
		border-radius: 4px;
		margin: 25px 0;
		overflow: hidden;
		}
	.woocommerce-checkout #payment ul.payment_methods {
		border-bottom: 1px solid #fff;
		margin: 25px 0;
		padding: 0 25px;
		}
	.woocommerce-checkout #payment ul.payment_methods li {
		font-size: 1.4em;
   	line-height: 2em;
		margin: 10px 0;
		}
	.woocommerce-checkout #payment ul.payment_methods li label {
		display: inline-block;
		padding-left: 5px;
		}
	.woocommerce-checkout #payment div.payment_box {
		background-color: #dedede;
		border-radius: 4px;
		color: #535353;
		font-size: .9em;
		line-height: 1.5;
		margin: 1em 0;
		padding: 1em;
		position: relative;
		}
	.woocommerce-checkout #payment div.payment_box::before {
		border: 1em solid #dedede;
		border-right-color: transparent;
		border-left-color: transparent;
		border-top-color: transparent;
		content: '';
		display: block;
		left: 0;
		margin: -1em 0 0 2em;
		position: absolute;
		top: -0.5em;
		}
	.woocommerce-checkout #payment div.payment_box p:last-child {
		margin-bottom: 0;
		}
	.woocommerce-checkout #payment .payment_method_paypal img {
		background: #fff;
		border-radius: 4px;
		display: inline-block;
		margin: 0 10px;
		max-height: 50px;
		padding: 0 5px;
		vertical-align: middle;
		}
	.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    	font-size: .8em;
		}
	.woocommerce-checkout #payment .form-row.place-order {
		margin: 0;
		width: auto;
		}
	.woocommerce-checkout #payment .form-row.terms {
		border-bottom: 1px solid #fff;
		padding: 0 25px 25px;
		margin: 25px 0;
		width: auto;
		}
	.woocommerce-checkout #payment .form-row.terms {
		border-bottom: 1px solid #fff;
		padding: 0 25px 25px;
		margin: 25px 0;
		width: auto;
		}
	.woocommerce-checkout #payment .woocommerce-terms-and-conditions {
		background: #fff;
		border: 1px solid #eaeaea;
		margin: 0 25px 25px;
		overflow: hidden;
		padding: 0 10px;
		}
	.woocommerce-checkout #payment .woocommerce-terms-and-conditions p,
	.woocommerce .addresses address {
		font-size: 1.4em;
		line-height: 1.4em;
		margin: 10px 0;
		}
	.woocommerce-checkout #payment .form-row.place-order .button {
		float: right;
		margin: 0 25px 25px;
		}
	.woocommerce-order>p:nth-child(3) {
		font-size: 1.3em;
		margin: 10px 0;
		}
	.woocommerce-order-overview {
		font-size: 1.3em;
		margin: 25px 0;
		}
	.woocommerce-order-overview>li {
		margin: 10px 0;
		}
	.woocommerce-MyAccount-content {
		margin: 25px 0;
		}
	.woocommerce-page .woocommerce-columns {
		margin: 50px 0;
		}
	.woocommerce-page .col2-set {
		overflow: hidden;
		}
	.woocommerce-page .col-1,
	.woocommerce-page .col-2 {
		float: left;
		width: calc(50% - 25px);
		}
	.woocommerce-page .col-1 h3,
	.woocommerce-page .col-2 h3 {
		margin-top: 0;
		}
	.woocommerce-page .col-1 {
		padding-right: 25px;
		}
	.woocommerce-page .col-2 {
		padding-left: 25px;
		}
	@media screen and (max-width: 600px) {
		.woocommerce-page .col2-set {
			overflow: visible;
			}
		.woocommerce-page .col-1,
		.woocommerce-page .col-2 {
			float: none;
			width: auto;
			}
		.woocommerce-page .col-1,
		.woocommerce-page .col-2 {
			margin: 25px 0;
			padding: 0;
			}
	}
	/* WOO FORM */
	.woocommerce-page .form-row {
		padding: 15px 0 5px 0;
		}
	.woocommerce-page .form-row.address-field#billing_address_2_field,
	.woocommerce-page .form-row.address-field#shipping_address_2_field {
		padding-top: 5px;
		}
	.woocommerce-page fieldset legend {
		display: none;
		}
	.woocommerce-page .form-row.form-row-first,
	.woocommerce-page .form-row.form-row-last {
		float: left;
		width: calc(50% - 10px);
		}
	.woocommerce-page .form-row.form-row-first {
		padding-right: 10px;
		}
	.woocommerce-page .form-row.form-row-last {
		padding-left: 10px;
		}
	@media screen and (max-width: 480px) {
		.woocommerce-page .form-row.form-row-first,
		.woocommerce-page .form-row.form-row-last {
			float: none;
			padding: 0;
			width: auto;
			}
	}
	.woocommerce-page .woocommerce-address-fields > p,
	.woocommerce-page .woocommerce-EditAccountForm > p:last-child {
		padding-top: 115px;
		}
	.woocommerce-page .woocommerce-form-login p.form-row:not(.form-row-wide) > .woocommerce-button {
		margin-top: 15px;
		}
	.woocommerce-page .woocommerce-form-login .lost_password {
		font-size: 1.2em;
		margin-top: 15px;
		}
    .woocommerce-password-strength,
    .woocommerce-password-hint {
		display: block;
		font-size: 1.2em;
		line-height: 1.4em;
		margin-top: 10px;
        }
    .woocommerce-password-strength.bad {
		color: #ff984b;
        }
    .woocommerce-password-strength.strong {
		font-weight: 700;
		text-transform: uppercase;
        }
	.woocommerce-page .form-row-wide,
	.woocommerce-page .form-row.notes {
		clear: both;
		width: 100%;
		}
	.woocommerce-page .form-row label {
		display: block;
		font-size: 1.4em;
		font-weight: 700;
		margin: 5px 0;
		text-transform: uppercase;
		}
	.woocommerce-page .form-row > span {
		display: block;
		font-size: 1.2em;
		opacity: 0.7;
		padding-top: 5px;
		}
	.woocommerce-page .form-row label abbr,
	.woocommerce-page .form-row label .required {
		color: #2a76d5;
		padding-left: 5px;
		text-decoration: none;
		}
	.woocommerce-page .form-row select,
	.woocommerce-page .form-row input.input-text,
	.woocommerce-page .form-row textarea {
		border: 1px solid #dedede;
		border-radius: 4px;
		font-size: 15px;
		line-height: 1.8em;
		padding: 7px 10px;
		width: 100%;
		}
	.woocommerce-page .select2-container--default .select2-selection--single {
		border: 1px solid #dedede;
		border-radius: 4px;
		font-size: 13px;
		}
	.woocommerce-page .select2-container .select2-selection--single {
    	height: 40px;
		}
	.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    	line-height: 40px;
		}
	.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 38px;
		}
	.woocommerce-page .select2-search,
	.woocommerce-page .select2-results {
		font-size: 12px;
		}
	.woocommerce-page .select2-container--default .select2-results__option--highlighted[aria-selected] {
    	background-color: #2a76d5;
		}
	.woocommerce-page .form-row.woocommerce-validated select,
	.woocommerce-page .form-row.woocommerce-validated input.input-text,
	.woocommerce-page .form-row.woocommerce-validated textarea,
	.woocommerce-page .form-row.woocommerce-validated .select2-container--default .select2-selection--single {
		border-color: #dedede;
		}
	.woocommerce-page .form-row.woocommerce-invalid select,
	.woocommerce-page .form-row.woocommerce-invalid input.input-text,
	.woocommerce-page .form-row.woocommerce-invalid textarea {
		border-color: #2a76d5;
		}
	/* WOO MESSAGES */
	.woocommerce .cart-empty,
	.woocommerce-error,
	.woocommerce-info,
	.woocommerce-notice,
	.woocommerce-message {
		background-color: #f2f2f2;
		border: 1px solid #eaeaea;
		border-top: 3px solid #c2c2c2;
		color: #535353;
		font-size: 14px;
		margin: 25px 0;
		overflow: hidden;
		padding: 10px 10px 10px 40px;
		position: relative;
		}
	.woocommerce-error li+li,
	.woocommerce-info li+li,
	.woocommerce-notice li+li,
	.woocommerce-message li+li {
		padding-top: 10px;
		}
	.woocommerce .cart-empty::before,
	.woocommerce-error::before,
	.woocommerce-info::before,
	.woocommerce-notice::before,
	.woocommerce-message::before {
		display: inline-block;
		font-family: 'myfonts';
		left: 15px;
		position: absolute;
		top: 10px;
		}
	.woocommerce-error .button,
	.woocommerce-info .button,
	.woocommerce-notice .button,
	.woocommerce-message .button {
		float: right;
		}
	.woocommerce-message,
	.woocommerce-notice {
		border-top-color: #2a76d5;
		}
	.woocommerce-message::before,
	.woocommerce-notice::before {
		color: #2a76d5;
		content: '\65';
		}
	.woocommerce-info {
		border-top-color: #2a76d5;
		}
	.woocommerce-info::before {
		content: '\6f';
		color: #2a76d5;
		}
	.woocommerce .cart-empty,
	.woocommerce-error {
		border-top-color: #2a76d5;
		}
	.woocommerce .cart-empty::before,
	.woocommerce-error::before {
		color: #2a76d5;
		content:'\6e';
		}
	.woocommerce .cart-empty::before {
		content:'\6f';
		}
	@-webkit-keyframes spin {
		100% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg)
		}
	}
	@keyframes spin {
		100% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg)
		}
	}
	.woocommerce .blockUI.blockOverlay {
		position:relative
		}
	.woocommerce .loader::before,
	.woocommerce .blockUI.blockOverlay::before {
		height:1em;
		width:1em;
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		margin-left:-.5em;
		margin-top:-.5em;
		content:'';
		-webkit-animation:spin 1s ease-in-out infinite;
		animation:spin 1s ease-in-out infinite;
		background:url('assets/images/loader.svg') center center;
		background-size:cover;
		line-height:1;
		text-align:center;
		font-size:2em;
		color:rgba(0,0,0,.75)
		}
/* GRIDS */
	.grid {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 50px;
		-moz-column-gap: 50px;
		column-gap: 50px;
		margin: 50px 0;
		transform: translateZ(0);
		-webkit-column-break-inside: avoid;
		break-inside: avoid-column;
		}
	.grid .grid-cell {
		display: inline-block;
		padding-bottom: 25px;
		margin-bottom: 25px;
		border-bottom: 1px solid #f7f7f7;
		width: 100%;
		}
	.grid .grid-box {
		background: #fff;
		border: 1px solid #aaa;
		border-top-color: #2a76d5;
		position: relative;
		}
	.grid .grid-content {
		padding: 20px;
		}
	.grid .grid-quote {
		right: 0;
		position: absolute;
		top: 0;
		}
	.grid .grid-quote>span {
		background-color: #2a76d5;
		border-radius: 0 0 0 5px;
		color: #fff;
		display: inline-block;
		font-size: 12px;
		padding: 5px;
		}
	.grid .grid-header {
		border: none;
		font-size: 1.6em;
		font-weight: 700;
		line-height: 1.3em;
		margin: 10px 0;
		padding: 0;
		}
	.grid .grid-text {
		text-align: left;
		}
	.grid .grid-text p {
		margin: 0;
		}
	.grid .grid-text p+p {
		margin-top: 5px;
		}
	@media screen and (max-width: 768px) {
		.grid {
			-moz-column-count: 2;
			-webkit-column-count: 2;
			column-count: 2;
			}
	}
	@media screen and (max-width: 480px) {
		.grid {
			-moz-column-count: 1;
			-moz-column-gap: 0;
			-webkit-column-count: 1;
			-webkit-column-gap: 0;
			column-count: 1;
			column-gap: 0;
			}
		.grid .grid-cell {
			border-bottom: 0;
			}
	}
/* Slider */
	.slick-prev,
	.slick-next,
	.slick-dots li button {
		background: transparent;
		border: none;
		color: transparent;
		cursor: pointer;
		display: block;
		font-size: 0;
		line-height: 0;
		outline: none;
		}
	.slick-prev:before,
	.slick-next:before,
	.slick-dots li button:before {
		font: normal normal normal 14px "myfonts";
		font-size: 20px;
		line-height: 1;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-transform: none;
		}
	.slick-prev,
	.slick-next {
		height: 50px;
		position: absolute;
		top: 50%;
		width: 50px;
		z-index: 50;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.slick-prev:before,
	.slick-next:before {
		color: #222;
		font-size: 50px;
		opacity: 0.25;
		}
	.slick-prev {
		left: 25px;
		text-align: left;
		}
	.slick-prev:before {
		content: "\6c";
		}
	.slick-next {
		right: 25px;
		text-align: right;
		}
	.slick-next:before {
		content: "\6d";
		}
	.slick-slider .slick-prev:before,
	.slick-slider .slick-next:before {
		opacity: 0;
		}
	.slick-slider:hover .slick-prev:before,
	.slick-slider:hover .slick-next:before {
		opacity: 0.5;
		}
	.slick-slider:hover .slick-prev:hover:before,
	.slick-slider:hover .slick-next:hover:before {
		opacity: 1;
		}
	.slick-slider:hover .slick-prev.slick-disabled:before,
	.slick-slider:hover .slick-next.slick-disabled:before {
		opacity: .15;
		}
	.slick-dots {
		display: block;
		padding-top: 20px;
		text-align: center;
		width: 100%;
		}
	.slick-dots li {
		cursor: pointer;
		display: inline-block;
		height: 20px;
		margin: 0;
		position: relative;
		width: 20px;
		}
	.slick-dots li button {
		height: 20px;
		padding: 5px;
		width: 20px;
		}
	.slick-dots li button:hover:before,
	.slick-dots li button:focus:before {
		opacity: 1;
		}
	.slick-dots li button:before {
		color: #222;
		content: '\29';
		font-size: 10px;
		height: 20px;
		left: 0;
		line-height: 20px;
		opacity: .15;
		position: absolute;
		text-align: center;
		top: 0;
		width: 20px;
		}
	.slick-dots li.slick-active button:before {
		opacity: .75;
		}
	.slick-slider {
		box-sizing: border-box;
		display: block;
		overflow: visible;
		position: relative;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-touch-callout: none;
		-khtml-user-select: none;
		-ms-touch-action: pan-y;
		touch-action: pan-y;
		-webkit-tap-highlight-color: transparent;
		width: auto;
		}
	.slick-list {
		display: block;
		overflow: hidden;
		position: relative;
		}
	.slick-list:focus {
		outline: none;
		}
	.slick-list.dragging {
		cursor: pointer;
		cursor: hand;
		}
	.slick-slider .slick-track,
	.slick-slider .slick-list {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		}
	.slick-track {
		display: block;
		left: 0;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		top: 0;
		}
	.slick-track:before,
	.slick-track:after {
		display: table;
		content: '';
		}
	.slick-track:after {
		clear: both;
		}
	.slick-loading .slick-track {
		visibility: hidden;
		}
	.slick-slide {
		display: none;
		float: left;
		height: 100%;
		min-height: 1px;
		}
	.slick-slide img {
		display: block;
		}
	.slick-slide.slick-loading img {
		display: none;
		}
	.slick-slide.dragging img {
		pointer-events: none;
		}
	.slick-initialized .slick-slide {
		display: block;
		}
	.slick-loading .slick-slide {
		visibility: hidden;
		}
	.slick-vertical .slick-slide {
		border: 1px solid transparent;
		display: block;
		height: auto;
		}
	.slick-arrow.slick-hidden {
		display: none;
		}
/* FRAME */
	.frame {
		background: #fff;
		margin: 50px 0;
		max-width: 100%;
		overflow: hidden;
		}
	.frame-pad {
		margin: 10px;
		}
	.objectframe {
		font: normal 0/0 sans-serif;
		max-width: 100%;
		overflow: hidden;
		padding-bottom: 56.25%;
		position: relative;
		}
	.objectframe iframe,
	.objectframe embed,
	.objectframe object,
	.objectframe div {
		height: 100% !important;
		left: 0 !important;
		position: absolute !important;
		top: 0 !important;
		width: 100% !important;
		z-index: 3;
		}
/* ALIGNMENT */
	.alignleft {
		float: left;
		}
	.alignright {
		float: right;
		}
	.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}
	@media screen and (max-width: 500px) {
		.alignleft,
		.alignright {
			float: none !important;
			}
	}
/* ASSISTIVE TEXT */
	.screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute;
		}
	.screen-reader-text:focus {
		background-color: #ccc;
		border-radius: 3px;
		clip: auto;
		color: #222;
		display: block;
		font-size: 14px;
		font-weight: bold;
		height: auto;
		line-height: normal;
		padding: 15px 23px 14px;
		position: absolute;
		left: 5px;
		top: 5px;
		text-decoration: none;
		text-transform: none;
		width: auto;
		z-index: 100000;
		}
/* CAPTION */
	.wp-caption {
		margin-bottom: 10px;
		}
	.wp-caption img[class*="wp-image-"] {
		display: block;
		margin: 0;
		}
	.wp-caption {
		color: #434343;
		}
	.wp-caption-text {
		box-sizing: border-box;
		font-size: 10px;
		font-style: italic;
		line-height: 1.5;
		margin: 9px 0;
		padding-right: 10px;
		text-align: center !important;
		}
/* OEMBED */
	.twitter-tweet {
		float: left;
		margin: 25px 50px 20px -120px !important;
		}
/* GALLERY */
	.gallery {
		margin: 50px -10px;
		overflow: hidden;
		text-align: center;
		}
	.gallery br {
		display: none;
		}
	.gallery-item {
		display: inline-block;
		overflow: hidden;
		width: 16.6666666%;
		}
	.gallery-icon {
		font: normal 0/0 sans-serif;
		display: block;
		margin: 10px;
		}
	.gallery-icon a {
		background: #fff;
		border: 1px solid #eaeaea;
		border-radius: 4px;
		display: block;
		padding: 5px;
		}
	.gallery-icon a>img {
		border-radius: 3px;
		}
	.gallery-icon a:hover {
		border-color: #696969;
		}
	.gallery-caption {
		display: none;
		}
	@media screen and (max-width: 750px) {
		.gallery-item {
			width: 20% !important;
			}
		.gallery-item dt {
			padding: 10px 10px 5px 10px;
			}
	}
	@media screen and (max-width: 500px) {
		.gallery-item {
			width: 25% !important;
			}
	}
	@media screen and (max-width: 400px) {
		.gallery-item {
			width: 33.3% !important;
			}
	}
/* POST */
	.post-info {
		font-size: 1.1em;
		font-style: italic;
		list-style: none;
		margin: 0;
		overflow: hidden;
		padding: 0;
		}
	.post-info li {
		display: inline-block;
		line-height: 1.3em;
		margin: 0;
		padding: 0 10px 0 0;
		}
	.post-info li+li {
		border-left: 2px solid #eaeaea;
		padding-left: 10px;
		}
	.post-object,
	.post-holder {
		margin: 20px 0;
		}
/* AUTHOR */
	.author-description {
		margin: 25px 0;
		}
	.author-avatar {
		float: left;
		}
	.author-text {
		margin-left: 125px;
		}
/* COMMENTS */
	.comments-area {
		margin: 0;
		}
	.comment-list {
		margin: 50px 0;
		}
	.comment {
		border-top: 1px solid #ccc;
		margin: 20px 0;
		padding-top: 20px;
		}
	.comment-author {
		font-size: 1.4em;
		}
	.comment-metadata {
		font-size: 1.1em;
		margin: 5px 0;
		}
	.comment-list .reply {
		margin-top: 10px;
		}
	.comment-author .fn {
		font-weight: 900;
		}
	.comment-author a {
		color: #222;
		}
	.comment-reply-link,
	.comment-edit-link,
	.comment-list .trackback a,
	.comment-list .pingback a,
	.comment-metadata a {
		color: #696969;
		}
	.comment-reply-link:hover,
	.comment-edit-link:hover,
	.comment-author a:hover,
	.comment-list .pingback a:hover,
	.comment-list .trackback a:hover,
	.comment-metadata a:hover {
		color: #2a76d5;
		}
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		padding: 0 20px;
		}
	.comment-author {
		position: relative;
		text-transform: uppercase;
		}
	.comment-author .avatar {
		background: #fff;
		border: 1px solid #ccc;
		padding: 2px;
		position: absolute;
		top: 0;
		left: 0;
		}
	.bypostauthor > article {
		background: #fff;
		padding-bottom: 20px;
		padding-top: 20px;
		}
	.says {
		display: none;
		}
	.comment-author,
	.comment-awaiting-moderation,
	.comment-content,
	.comment-list .reply,
	.comment-metadata {
		padding-left: 75px;
		}
	.comment-reply-link,
	.comment-edit-link {
		border: 1px solid #ccc;
		background: #fff;
		display: inline-block;
		font-size: 1rem;
		padding: 6px;
		text-transform: uppercase;
		}
	.comment-edit-link {
		margin-left: 5px;
		}
	.comment-content {
		font-size: 1.4em;
		line-height: 1.5em;
		word-wrap: break-word;
		}
	.comment-content p {
		margin: 0 0 10px 0;
		}
	.comment-content ul,
	.comment-content ol {
		margin: 0 0 20px 20px;
		}
	.comment-content li > ul,
	.comment-content li > ol {
		margin-bottom: 0;
		}
	.comment-content > :last-child {
		margin-bottom: 0;
		}
	.comment-list .children {
		list-style: none;
		margin-left: 70px;
		}
	@media screen and (max-width: 750px) {
		.comment-author .avatar {
			display: none;
			}
		.comment-list article,
		.comment-list .pingback,
		.comment-list .trackback {
			margin-bottom: 10px;
			padding: 10px 5px px;
			}
		.comment-author,
		.comment-awaiting-moderation,
		.comment-content,
		.comment-list .reply,
		.comment-metadata {
			padding-left: 0;
			}
		.comment-list .children {
			margin-left: 30px;
			}
	}
/* COMMENTS REPLY */
	.comment-respond {
		margin: 20px 0;
		}
	#comments-count,
	.comment-respond h3 {
		background: #434343;
		border: none;
		color: #fff;
		font-size: 1.4em;
		margin: 0;
		padding: 10px;
		text-transform: uppercase;
		}
	.comment-respond h3:after {
		display: none;
		}
	.comment-form {
		background: #ccc;
		margin: 0;
		overflow: hidden;
		padding: 10px 20px;
		}
	.comment-form p {
		line-height: 1.3em;
		margin: 15px 0;
		}
	.comment-notes,
	.comment-form .form-allowed-tags {
		font-size: 1.2em;
		}
	.comment-form label {
		display: block;
		font-size: 14px;
		margin: 5px 0;
		}
	.comment-form-comment label {
		display: none;
		}
	.comment-form .logged-in-as,
	.comment-form .form-allowed-tags,
	.comment-form .form-submit {
		margin: 10px 0;
		}
/* IMAGES */
	.img {
		display: block;
		font: normal 0/0 sans-serif;
		margin: 20px auto;
		overflow: hidden;
		}
	.image-box {
		margin: 25px 0;
		}
	.img-circle {
		border: 1px solid #eaeaea;
		border-radius: 50%;
		padding: 4px;
		}
	.img-icon {
		background-color: #2a76d5;
		border-radius: 50%;
		display: inline-block;
		font: normal 0/0 sans-serif;
		height: 50px;
		width: 50px;
		}
	.img-circle img {
		border-radius: 50%;
		}
	.img-small {
		max-width: 100px;
		}
	.img-line {
		margin: 0 auto;
		}
	.imagebox {
		display: block;
		font: normal 0/0 sans-serif;
		margin: 25px 0;
		overflow: hidden;
		position: relative;
		}
	.image-shadow {
		font: normal 0/0 sans-serif;
		}
	.image-shadow img {
		box-shadow: 0 0 5px rgba(0,0,0,0.15);
		}
/* QUOTE */
	.quote-box {
		margin: 25px auto;
		max-width: 900px;
		overflow: hidden;
		position: relative;
		}
	.centered .quote-box {
		text-align: center;
		}
	.quote-text {
		font-weight: 300;
		font-size: 2em;
		line-height: 1.5em;
		}
	.quote-by {
		font-size: 1.4em;
		font-weight: 700;
		line-height: 1.3em;
		margin-top: 10px;
		text-transform: uppercase;
		}
	@media screen and (max-width: 768px) {
		.quote-text {
			font-size: 1.5em;
			}
		.quote-by {
			font-size: 1.1em;
			}
	}
/* GENERAL */
	.relative {
		position: relative;
		}
	.overflow {
		overflow: hidden;
		}
	.fi {
		margin-top: 0;
		}
	.nowrap {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		}
	.mobile {
		display: none !important;
		}
	.hide {
		display: none;
		}
	.gap {
		margin: 50px 0;
		}
	.gap-medium {
		margin: 25px 0;
		}
	.gap-small {
		margin: 10px 0;
		}
	.clear {
		font: normal 0/0 sans-serif;
		clear: both;
		}
	.clearfix:after,
	.contenttext:after,
	.contentblock:after {
		content: '';
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
		}
	@media screen and (max-width: 750px) {
		.not-mobile {
			display: none !important;
			}
		.mobile {
			display: block !important;
			}
	}
/* BUTTONS */
	input.submit,
	.button,
	.formbutton {
		background-color: #2a76d5;
		border-radius: 10px;
		color: #fff;
		cursor: pointer;
		display: block;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1em;
		padding: 1em 1.5em;
		position: relative;
		text-align: center;
		text-transform: uppercase;
		transition-property: background, color;
		}
	input.submit:hover,
	.button:hover,
	.formbutton:hover {
		background-color: #ff984b;
		color: #fff;
		}
	.buttons-group {
		margin: 25px 0;
		}
	.buttons-group.c {
		text-align:  center;
		}
	.buttons-group .button,
	.formbutton {
		display: inline-block;
		}
	.buttons-group .button {
		margin: 0 10px 10px 0;
		}
	.buttons-group.c .button {
		margin: 0 5px 10px 5px;
		}
	.button-simple {
		font-size: 1.4rem;
		font-weight: 300;
		margin: 10px 0;
		}
	.button-simple>a>i {
		vertical-align: top;
		}
	.centered .button-simple {
		text-align: center;
		}
/* FORMS */
	.gform_wrapper .gform_fields {
		margin: 20px 0;
		}
	.gform_wrapper .gfield {
		margin: 20px 0;
		padding: 0;
		}
	.gform_wrapper .gfield h3 {
		font-size: 1.4em;
		}
	.gform_wrapper .gfield.gf-half,
	.gform_wrapper .gfield.gf-five,
	.gform_wrapper .gfield.gf-third {
		display: inline-block;
		margin: 0;
		padding: 0;
		vertical-align: top;
		}
	.gform_wrapper .gfield.gf-half {
		width: 50%;
		}
	.gform_wrapper .gfield.gf-third {
		width: 33.222%;
		}
	.gform_wrapper .gfield.gf-five {
		width: calc(20% - 4px);
		}
	.gform_wrapper .gfield.gf-five.gf-five-1 {
		padding-right: 5px;
		}
	.gform_wrapper .gfield.gf-half.gf-half-pad,
	.gform_wrapper .gfield.gf-third.gf-third-pad {
		padding-left: 20px;
		}
	.gform_wrapper .gfield.gf-half.gf-half-first {
		padding-right: 10px;
		}
	.gform_wrapper .gfield.gf-half.gf-half-second {
		padding-left: 10px;
		}
	.gform_wrapper .gfield.gf-half.gf-half-first,
	.gform_wrapper .gfield.gf-half.gf-half-second {
		width: calc(50% - 10px);
		}
	.gform_wrapper .gfield.gf-half.gf-half-pad {
		width: calc(50% - 20px);
		}
	.gform_wrapper .gfield.gf-third.gf-third-pad {
		width: calc(33.222% - 20px);
		}
	.gform_wrapper .gfield_label {
		display: block;
		font-size: 1.4rem;
		font-weight: 700;
		margin: 10px 0 5px;
		text-transform: uppercase;
		}
	.gform_wrapper .gfield_required {
		color: #2a76d5;
		padding-left: 4px;
		}
	.gform_wrapper .ginput_container {
		margin: 5px 0;
		}
	.gform_wrapper .ginput_container input,
	.gform_wrapper .ginput_container select {
		vertical-align: middle;
		}
	.gform_wrapper .ginput_container .instruction,
	.gform_wrapper .gfield_description {
		color: #222;
		font-size: 1rem;
		margin: 5px 0;
		}
	.gform_wrapper .ginput_container .instruction.validation_message,
	.gform_wrapper .gfield_description.validation_message {
		color: #2a76d5;
		font-weight: 700;
		}
	.gform_wrapper .ginput_container input,
	.gform_wrapper .ginput_container select,
	.gform_wrapper .ginput_container textarea,
	.comment-form input[type=text],
	.comment-form input[type=email],
	.comment-form input[type=url],
	.comment-form textarea,
	.forminput,
	.formselect {
		background: #fff;
		border: 1px solid #eaeaea;
		border-radius: 5px;
		color: #222;
		font-size: 1.3rem;
		font-weight: 400;
		line-height: 1.3em;
		padding: 0.75em;
		}
	.gform_wrapper .ginput_container input,
	.gform_wrapper .ginput_container select,
	.gform_wrapper .ginput_container textarea,
	.comment-form input[type=text],
	.comment-form input[type=email],
	.comment-form input[type=url],
	.comment-form textarea {
		width: 100%;
		}
	input[value="gf_other_choice"] ~ input[type="text"] {
		background: none;
		border-width: 0;
		border-radius: 0;
		border-bottom-width: 1px;
		font-size: 1em;
		line-height: 1em;
		margin-left: 8px;
		padding: 0;
		width: 200px;
		}
	input[type=checkbox],
	input[type=radio] {
		min-width: auto !important;
		width: auto !important;
		}
	.forminput option,
	.formselect option {
		color: #222;
		}
	.gform_wrapper .validation_error {
		color: #2a76d5;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1.3em;
		}
	.gfield_checkbox,
	.gfield_radio {
		font-size: 1.2em;
		margin: 10px 0;
		}
	.gfield_checkbox>li,
	.gfield_radio>li {
		margin: 10px;
		}
	.gfield_checkbox label,
	.gfield_radio label {
		padding-left: 10px;
		}
	.ginput_container_date > .clear-multi > .ginput_container_date {
		display: inline-block;
		padding-right: 10px;
		width: 80px;
		}
	.gform_validation_container {
		position: absolute;
		height: 0;
		left: 0;
		overflow: hidden;
		top: 0;
		width: 0;
		}
	.gform_confirmation_wrapper {
		margin: 20px 0;
		}
	.gform_confirmation_message {
		font-size: 1.4rem;
		font-weight: 800;
		}
	.ginput_container_name span,
	.ginput_container_address span {
		display: inline-block;
		}
	.ginput_container_name > .name_first,
	.ginput_container_name > .name_last {
		width: calc(50% - 10px);
		}
	.ginput_container_name > .name_first {
		padding-right: 10px;
		}
	.ginput_container_name > .name_last {
		padding-left: 7px;
		}
	.ginput_container_address > .address_line_1,
	.ginput_container_address > .address_line_2,
	.ginput_container_address > .address_country {
		width: 100%;
		}
	.ginput_container_address > .address_line_1,
	.ginput_container_address > .address_line_2 {
		padding-bottom: 10px;
		}
	.ginput_container_address > .address_country {
		padding-top: 10px;
		}
	.ginput_container_address > .address_city {
		width: 33.3%;
		}
	.ginput_container_address > .address_state,
	.ginput_container_address > .address_zip {
		padding-left: 20px;
		width: calc(33.3% - 20px);
		}
	@media screen and (max-width: 920px) {
		.gform_wrapper .gfield.gf-half,
		.gform_wrapper .gfield.gf-third {
			display: block;
			margin: 20px 0;
			padding: 0 !important;
			width: 100% !important;
			}
	}
	@media screen and (max-width: 480px) {
		.ginput_container_name > .name_first,
		.ginput_container_name > .name_last,
		.ginput_container_address > .address_city,
		.ginput_container_address > .address_state,
		.ginput_container_address > .address_zip {
			padding-left: 0;
			padding-right: 0;
			width: 100%;
			}
		.ginput_container_name > .name_last,
		.ginput_container_address > .address_state,
		.ginput_container_address > .address_zip {
			padding-top: 10px;
			}
	}
	::-webkit-input-placeholder {color: #ccc;}
	:-moz-placeholder {color: #ccc;}
	::-moz-placeholder {color: #ccc;opacity: 1;}
	:-ms-input-placeholder {color: #ccc;}
	input:invalid {
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		}
/* WIDTHS */
	.w5 {width: 5%;}
	.w10 {width: 10%;}
	.w15 {width: 15%;}
	.w20 {width: 20%;}
	.w25 {width: 25%;}
	.w30 {width: 30%;}
	.w35 {width: 35%;}
	.w40 {width: 40%;}
	.w45 {width: 45%;}
	.w50 {width: 50%;}
	.w60 {width: 60%;}
	.w70 {width: 70%;}
	.w75 {width: 75%;}
	.w80 {width: 80%;}
	.w90 {width: 90%;}
	.w100 {width: 100%;}
/* TEXT COLORS */
	.dark {color: #222;}
	.light {color: #848484;}
	.highlight {color: #2a76d5;}
	.sep {color: #2a76d5;font-weight: 700;}
/* TEXT */
	.normalcase {text-transform: none;}
	.uppercase {text-transform: uppercase;}
	.italics {font-style: italic;}
	.normal {font-style: normal;}
	.bold {font-weight: 700;}
	.unbold {font-weight: 400;}
	.thin {font-weight: 300;}
	.strike {text-decoration: line-through;}
	.xsmall {font-size: .8em;}
	.small {font-size: .9em;}
	.medium {font-size: 1em;}
	.large {font-size: 1.2em;}
	.xlarge {font-size: 1.3em;}
	.xxlarge {font-size: 1.5em;}
	.big {font-size: 2em;}
	.left, .left p {text-align: left !important;}
	.right, .right p {text-align: right !important;}
	.center, .center p {text-align: center !important;}
	.justify, .justify p {text-align: justify !important;}
@media \0screen {
	html.no-backgroundsize #top,
	html.no-backgroundsize #header {
		min-width: 1280px;
		}
	img {
		width: auto;
		}
}
/* FIXES */
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
	}