@font-face {
	font-family: "Bayshore W05 Regular";
	src: url("../Fonts/5a6b2a00-7f3a-40cd-aa93-6be8a774deab.woff2") format("woff2"),url("../Fonts/e28a8e8f-6381-4543-a147-cc98fee86ec3.woff") format("woff");
}
@font-face{
	font-family:"Stone Serif ITC W01 Medium";
	src:url("../Fonts/13039205-c5b9-47ac-bcfd-978a4eae0485.woff2") format("woff2"),url("../Fonts/19c44e05-5d82-46e5-99eb-b728767da561.woff") format("woff");
}
@font-face{
	font-family:"Stone Serif ITC W01 Medium It";
	src:url("../Fonts/37fa7409-0c29-4231-bfdd-38cf8963297d.woff2") format("woff2"),url("../Fonts/a3fa53f8-294f-447b-8a0e-e151391509e9.woff") format("woff");
}
@font-face{
	font-family:"Stone Sans ITC W01 Medium";
	src:url("../Fonts/34f949f6-7f8e-4d9d-a42f-be3100591cba.woff2") format("woff2"),url("../Fonts/b935f06a-431b-421b-b06b-7d76f1de8fb0.woff") format("woff");
}
@font-face{
	font-family:"Stone Sans ITC W01 Medium It";
	src:url("../Fonts/38909deb-1fca-4ac9-89eb-b00d138344f7.woff2") format("woff2"),url("../Fonts/7a283adc-ec62-4d6d-aaae-d7dda0fcd4c8.woff") format("woff");
}
@font-face{
	font-family:"Stone Sans ITC W01 Bold";
	src:url("../Fonts/3ac03ace-1e84-45f0-9b09-def4d1f4b560.woff2") format("woff2"),url("../Fonts/b94288f1-4b9c-4028-b946-f4e99ea082f9.woff") format("woff");
}

/* #Reset & Basics 
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, 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, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,  q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
select::-ms-expand {
    display: none;
}


/* #Basic Styles
================================================== */

html {
	/*scroll-behavior: smooth;*/
}

body {
	font-family: "Stone Sans ITC W01 Medium", sans-serif;
	font-size: 17px;
	line-height: 1.7;
	color: #58585a;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
	background: #f8f8f8;
}


/* #Typography
================================================== */
	
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	color: #111;
	margin-bottom: 28px;
}
h1, h2, h3 {
	font-family: "Stone Serif ITC W01 Medium", serif;
}
h1 {
	font-size: 2.7em;
}
h2 {
	font-size: 1.9em;
}
#mainContent h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
	margin-bottom: 0.7rem;
}
h4 {
	font-size: 1.2em;
}
p {
	margin: 0 0 29px 0;
}
.disclaimer {
	font-size: 0.7em;
}
p.icon {
	border-bottom: none;
	margin: 0 0 0 0 !important;
}
a p.icon.left::before, a p.icon::after,
p.icon.left a::before, p.icon a::after {
	content:'';
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 16px;
	margin-top: 8px;
	margin-left: 10px;
	margin-bottom: 10px;
	transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

	a p.icon,
	p.icon a {
		text-decoration: none !important;
		border: none;
		color: #58585a;
		/*color: #76881d;*/
		padding: 0;
		background: none;
	}
	p.icon a:hover, 
	a:hover p.icon {
		color: #58585a;
	}
	a p.icon.left::after,	
	p.icon.left a::after {
		display: none;
	}
	
	a p.icon::after,	
	p.icon a::after, p.icon.left a::before {
		background: url('../images/icons/arrow-right.svg');
		background-size: 10px 16px;
	}
	a:hover p.icon::after,
	p.icon a:hover::after, p.icon.left a:hover::before,
	.iconItem:hover p.icon a::after, .iconItem:hover p.icon.left a::before{
		transform: translateX(5px);
		filter: grayscale(1)
	}
	p.icon.left a::before {
		margin-right: 10px;
		margin-left: 0;
		transform: rotate(-180deg)
	}
		p.icon.left a:hover::before {
			transform: translateX(-5px) rotate(-180deg)
		}
p.icon.open a::after {
	transform: rotate(90deg)
}
.iconItem:hover p.icon a {
	color: #222;
}
	
p.lead {
	font-size: 1.125em;
}

p.subtext {
	font-size: 0.9em;
	text-transform: uppercase;
	color: #777;
	margin-bottom: 0.8em
}
em {
	font-family: "Stone Serif ITC W01 Medium It", 'Times New Roman', serif;
	font-style: normal;
}
strong {
	font-family:"Stone Sans ITC W01 Bold", sans-serif;
	font-weight: normal;
}
small {
	font-size: 0.75em;
}

/*	Blockquotes  */

blockquote {
	font-family: "Stone Serif ITC W01 Medium It", 'Times New Roman', serif;
	font-style: normal;
	font-size: 1.1em;
	margin-bottom: 5px;
}
blockquote p {
	margin-bottom: 10px;
}
	blockquote cite {
		font-size: 0.75em;
		font-style: normal;
		color: #58585a;
		/*color: #76881d;*/
		margin-bottom: 10px;
	}

hr {
	display: block;
	border: none;
	clear: both;
	margin: 60px 10px 60px;
	height: 1px;
	background: rgba(129,130,133,0.3);
	background: linear-gradient(90deg, rgba(129,130,133,0) 0%, rgba(129,130,133,0.3) 6%, rgba(129,130,133,0.3) 94%, rgba(129,130,133,0) 100%);
}
hr.mini {
	width: 300px;
	margin: 40px auto 40px !important;
}
	hr.underTitle {
		padding-top: 0px;
		margin: 0 10px 40px;
		height: 0;
		border-top: 1px solid rgba(129,130,133,0.3);
	}

.column hr, .columns hr {
	margin-left: 0;
	margin-right: 0;
}

	hr.narrow {
		margin: 35px 10px 35px;
	}
	.column hr.narrow , .columns hr.narrow  {
		margin-left: 0;
		margin-right: 0;
	}




/* #Links
================================================== */

a {
	color: #58585a;
	/*color: #76881d;*/
	/*color: rgba(132,143,138,1);*/
	text-decoration: none;
	outline: 0;
	transition: transform 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000), color 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000), background 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000), border 0.3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	cursor: pointer;
}
	a:hover {
		color: #fff;
		background: #3a403d;
		text-decoration: none;
	}
p > a,
li > a {
	padding: 3px 5px;
	border-bottom: 1px solid #58585a;
}


/* #Lists
================================================== */

ul, ol {
	margin-bottom: 20px;
	margin-left: 20px;
}
ul {
	list-style: square outside;
}
ol {
	list-style: decimal outside;
}
ol > li > ul {
	list-style: lower-alpha outside;
	margin-bottom: 15px;
}
	ol > li > ul li {
		font-size: 0.9em;
	}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}

ul ul, ul ol,  ol ol, ol ul {
	margin: 4px 0 5px 18px;
}
ul ul li, ul ol li,  ol ol li, ol ul li {
	margin-bottom: 6px;
}
li {
	margin-bottom: 3px;
}

/* linklist */

ul.linklist {
	padding: 0;
	list-style: none;
	margin: 0 0 25px !important;
}
ul.linklist li {
	margin-bottom: 10px;
	padding-left: 32px;
}
ul.linklist li a {
	padding: 0;
	border-bottom: none;
}
ul.linklist li a:hover {
	background: transparent;
	color: #3a403d;
	/*color: #76881d;*/
}
ul.linklist li::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin-top: 3px;
	margin-left: -32px;
	background-size: cover;
}
	ul.linklist li.download::before {
		background: url('../images/icons/download.svg');
	}
	ul.linklist li.email::before {
		background: url('../images/icons/email.svg');
	}
	ul.linklist li.hours::before {
		background: url('../images/icons/hours.svg');
	}
	ul.linklist li.product::before {
		background: url('../images/icons/product.svg');
	}
	ul.linklist li.location::before {
		background: url('../images/icons/location.svg');
	}
	ul.linklist li.size::before {
		background: url('../images/icons/size.svg');
	}
	ul.linklist li.tel::before {
		background: url('../images/icons/tel.svg');
	}
	ul.linklist li.whatsapp::before {
		background: url('../images/icons/logo-whatsapp-alt.svg');
	}
	
ul.linklist.inline li::before {
	display: inline-block;
	float: none;
	transform: translateY(3px);
	margin-right: 8px;
}

/* sitemap */

ul.sitemap {
	margin: 0 0 30px;
}
ul.sitemap, ul.sitemap ul {
	margin-left: 30px;
	list-style: none;
	padding: 0;
}
ul.sitemap li {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 30px;
}
	ul.sitemap li a {
		padding: 0 5px;
	}
	ul.sitemap li:before {
		position: absolute;
		left: -25px;
		top: 0px;
		content: '';
		display: block;
		border-left: 1px solid #ccc;
		height: 15px;
		border-bottom: 1px solid #ccc;
		width: 20px;
	}
	ul.sitemap li:after {
		position: absolute;
		left: -25px;
		bottom: -7px;
		content: '';
		display: block;
		border-left: 1px solid #ccc;
		height: 100%;
	}
ul.sitemap li.root {
	margin: 0px 0px 0px -30px;
}
	ul.sitemap li.root:before {
		display: none;
	}
	ul.sitemap li.root:after {
		display: none;
	}
	ul.sitemap li:last-child:after {
		display: none;
	}
	

/* pagination */

nav.pagination {
	max-width: 100%;
	background-color: #fff;
	border-radius: 10px;
	margin: 40px auto 30px;
}
nav.pagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	list-style: none;
	margin: 0;
}
nav.pagination li {
	position: relative;
	max-width: 120px;
	flex: 1;
	text-align: center;
	transition: all 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	margin-bottom: 0;
}
nav.pagination li:not(:last-child):after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 60%;
	transform: translateY(-50%);
}
nav.pagination li:not(:last-child):after:hover {
	border-color: transparent;
}
nav.pagination li:hover {
	color: #fff;
}
nav.pagination li:first-of-type a {
	border-radius: 10px 0 0 10px;
}
nav.pagination li:last-of-type a {
	border-radius: 0 10px 10px 0;
}
nav.pagination a {
	display: block;
	padding: 0.8em;
	color: inherit;
	text-decoration: none;
	border: none;
}
nav.pagination li.active ,
nav.pagination li.active a:hover {
	background: #cfdedd;
	color: #234a59
}
nav.pagination img {
	width: 12px;
	transform: translateY(3px)
}

/* accordion */

.accordion h2 {
	font-size: 1em;
	line-height: 1;
}

.accordion * {
	text-align: left;
	font-size: 1rem;
}

.accordion h2 button {
	font-family: "Stone Sans ITC W01 Medium", sans-serif;
	font-size: 1.2em;
	position: relative;
	background: #fff;
	width: 100%;
	color: #58585a;
	border: none;
	padding: 10px 10px 20px 44px;
	box-sizing: border-box;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
}
	.accordion h2 button[aria-expanded="true"]{
		color: #111;
	}
.accordion h2 button:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 17px;
	width: 24px;
	height: 11px;
	background: url("../images/icons/arrow-down.svg") center no-repeat;
	background-size: 24px 11px;
	transition: transform 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
	.accordion h2 button[aria-expanded="true"]:before {
		transform: rotate3d(1,0,0, 180deg)
	}
.accordion .accordion-panel {
	padding-left: 44px;
	padding-bottom: 10px;
}
.accordion .twoCol {
	margin-bottom: 20px;
}
.accordion.filled {
	margin-bottom: 30px;
}
.accordion.filled h2 {
	margin-bottom: 0;
}
.accordion.filled .accordion-panel {
	padding: 5px 30px 10px;
	margin: 0 0 30px;
	background: #e8eeea;
}
.noPad .accordion.filled,
.noPad .accordion.filled h2,
.noPad .accordion.filled .accordion-panel {
	margin-bottom: 0 !important;
}
	
	
/* #Images
================================================== */

img.scale,
.insetL img,
.insetR img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-bottom: 20px;
}
.insetL,
.insetR {
	max-width: calc(50% - 40px);
	height: auto;
	display: block;
}
.insetL {
	float: left;
	margin: 0 40px 30px 0;
}
.insetR {
	float: right;
	margin: 0 0 30px 40px;
}
.center img {
	margin-left: auto;
	margin-right: auto;
}
figure {
	position: relative;
	text-align: center;
}


/* #Buttons
================================================== */

.button, input[type="submit"], input[type="button"], .ms-options-wrap button {
	font-family: "Stone Sans ITC W01 Medium", sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	background: #58585a;
	border: 2px solid #58585a;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	padding: 10px 12px 8px;
	transition: background 0.2s ease-out, color 0.2s ease-out, border 0.2s ease-out;
	-webkit-appearance: none;
	box-sizing: border-box;
	border-radius: 4px;
}
form .button, form input[type="submit"], form input[type="button"], form .ms-options-wrap button {
	margin-top: 0;
}
.button.alt, input[type="submit"].alt, input[type="button"].alt {
	border: 2px solid #899593;
	background: #899593;
	color: #fff;
}
.button.outlined, input[type="submit"].outlined, input[type="button"].outlined {
	background: transparent;
	color: #58585a;
}
.button.full-width, input[type="submit"].full-width, input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}
.button:hover, input[type="submit"]:hover, input[type="button"]:hover {
	color: #fff;
	background-color: #3E3E40;
	border: 2px solid #3E3E40;
}

/* #Forms
================================================== */

form {
	margin-bottom: 30px;
}

form * {
	font-family: "Stone Sans ITC W01 Medium", sans-serif;
}

fieldset {
	margin-bottom: 20px;
}

legend {
	display: block;
	font-family: "Stone Serif ITC W01 Medium", 'Times New Roman', serif;
	font-size: 1.5rem;
	line-height: 1.2;
	color: #58585a;
	margin: 0 0 2rem;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #cfdedd;
	box-sizing: border-box;
	width: 100%;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea,
select {
	font-size: 1em;
	border: 1px solid #d1d1d1;
	padding: 10px;
	outline: none;
	margin: 0;
	width: 100%;
	display: block;
	margin-bottom: 20px;
	-webkit-appearance: none;
	float: left;
	box-sizing: border-box;
	border-radius: 3px;
}

::-webkit-input-placeholder {
	color: #777;
}
::-moz-placeholder {
	color: #777;
}
:-ms-input-placeholder {
	color: #777;
}
:-moz-placeholder {
	color: #777;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
	border: 1px solid #58585a;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}

textarea {
	min-height: 190px;
	padding: 10px;
}

label {
	display: block;
	padding-top: 3px;
	margin: 0 0 20px;
	color: #111;
}
	label.forCheck {
		width: 100%;
		padding-top: 0;
	}

input.full-width, textarea.full-width {
	width: 100% !important;
}

select.full-width, label.full-width {
	width: 100% !important;
}

select {
	background: #fff url('../images/icons/arrow-down.svg') calc(100% - 10px) center no-repeat;
	background-size: 16px 8px;
}

input[type="checkbox"], input[type="radio"] {
	display: inline;
	vertical-align: middle;
	margin: 0;
	margin-right: 10px;
}

span.field-validation-error {
	color: #c00;
	display: block;
	font-size: 87.5%;
	margin: -10px 0 10px;
}

div.error input, div.error select, div.error textarea,
input.input-validation-error, select.input-validation-error, textarea.input-validation-error {
	border: 1px solid #e50004;
	background: #ffe6e6 !important;
	color: #e50004;
	margin: 0 0 20px 0;
}

select.input-validation-error {
	background: #ffe6e6 url('../images/icons/arrow-down.svg') center right no-repeat !important;
}

/* Contour form fixes */
.umbraco-forms-form {
	clear: both;
}

.radiobuttonlist {
	display: block;
	float: left;
	margin-bottom: 10px;
}

.checkboxlist {
	display: inline-block;
}

	.checkboxlist input,
	.radiobuttonlist input {
		display: inline-block;
		margin-right: 10px;
		clear: left;
		vertical-align: middle;
		transform: translateY(-2px);
	}

.umbraco-forms-label {
	display: inline-block;
	padding: 0 1% 0 0;
	text-align: left;
}

.umbraco-forms-page .checkboxlist label,
.umbraco-forms-page .radiobuttonlist label {
	float: none;
	display: inline-block;
	clear: right;
	width: auto;
	padding: 0
}

.umbraco-forms-field {
	clear: both;
	text-align: left;
}

	.umbraco-forms-field .shortanswer {
		text-align: left;
	}

.dataconsent .umbraco-forms-field-wrapper input[type="checkbox"] {
	float: left;
	margin-right: 10px;
	position: relative;
	top: 10px;
}

.umbraco-forms-field-wrapper label {
	width: auto;
	margin-bottom: 0;
}
.umbraco-forms-submitmessage,
.help-block {
	display: block;
	padding: 10px 15px;
	border: 1px solid #eee;
	background: #f9f9f9;
	display: block;
	margin: -20px 0 30px !important;
}
.help-block {
	font-size: 87.5%;
}
.umbraco-forms-submitmessage {
	border: 1px solid #d0dd8b;
	background: #fbffe9;
	color: #76881d;
}

/* Contour contact form */

.umbraco-forms-container input,
.umbraco-forms-container textarea {
	margin-bottom: 1em;
}

.umbraco-forms-container textarea {
	min-height: auto;
	display: flex;
	height: calc(100% - 1em);
}

.umbraco-forms-navigation input[type=submit] {
	min-width: calc(50% - 0.75em)
}

.contactform .umbraco-forms-container.col-md-12 {
	display: grid;
	gap: 0.5em 1.5em;
	grid-template-columns: calc(50% - 0.75em) calc(50% - 0.75em);
	grid-template-rows: auto;
	grid-template-areas:
		"name message"
		"email message"
		"contactnumber message"
		"dataconsent dataconsent"
		"recaptcha recaptcha";
}
.contactform .umbraco-forms-field.name {
	grid-area: name;
}

.contactform .umbraco-forms-field.email {
	grid-area: email;
}

.contactform .umbraco-forms-field.contactnumber {
	grid-area: contactnumber;
}

.contactform .umbraco-forms-field.message {
	grid-area: message;
}

.contactform .umbraco-forms-field.dataconsent {
	grid-area: dataconsent;
}
.contactform .umbraco-forms-field.recaptcha {
	grid-area: recaptcha;
}

		.umbraco-forms-field.dataconsent > label {
			font-family: "Stone Serif ITC W01 Medium", serif;
			font-size: 1.4em;
			margin-bottom: 0.2em;
		}

.umbraco-forms-field-wrapper {
	display: flex;
	flex-direction: column;
	height: 100%
}
.longanswer .umbraco-forms-field-wrapper {
	display: flex;
	height: 100%
}
.dataconsent .umbraco-forms-field-wrapper {
	flex-direction: row;
	height: auto;
}
.dataconsent span.field-validation-error {
	margin: 5px 0 10px 10px;
}

/* #Tables
================================================== */

/* info grid */

table.infogrid {
	margin-bottom: 30px;
}
table.infogrid input, table.infogrid .button {
	margin-bottom: 0;
}

.infogrid th, .infogrid td {
	padding: 5px;
	font-size: 0.9em;
}

.infogrid th {
	background: #58585a;
	border-right: 1px solid #333;
	color: #fff;
	text-align: left;
	padding: 10px 5px;
}
	.infogrid th.right {
		text-align: right !important;
	}
	.infogrid th.center {
		text-align: center !important;
	}
.infogrid td {
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
	.infogrid td:first-child {
		border-left: 1px solid #ddd;
	}
	.infogrid td:last-child {
		border-right: 1px solid #ddd;
	}
	.infogrid td.empty {
		border: none !important;
		background: #fff !important;
	}
.infogrid img {
	width: 24px;
}
.infogrid .button {
	padding: 8px 8px 6px;
}

/* side th */

.infogrid.side th {
	background: #fff;
	border-right: 1px solid #bfcecd;
	border-bottom: 1px solid #d6e7cf;
	color: #004621;
	text-align: left;
	padding: 10px;
}
.infogrid.side td {
	background: #fff;
	border-bottom: 1px solid #d6e7cf;
	padding: 10px;
}
	.infogrid.side tr:first-child th,
	.infogrid.side tr:first-child td {
		border-left: none;
	}
	.infogrid.side td:last-child {
		border-right: none;
	}
	.infogrid.side tr:last-child td,
	.infogrid.side tr:last-child th {
		border-bottom: none;
	}


/* #Misc
================================================== */

.twoCol {
	column-count: 2;
	column-gap: 3em;
}
	.twoCol li {
		break-inside: avoid-column;
	}

.animateIn {
    transform: translateY(0);
    opacity: 1.0;
}
.animateOut {
    transform: translateY(50px);
    opacity: 0;
}
@keyframes fadeIn {
	0% {opacity:0;}
	25% {opacity:0;}
	100% {opacity:1;}
}
.m-0 {
	margin: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-25 {
	margin-bottom: 25px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-60 {
	margin-bottom: 60px !important;
}

.mt-0 {
	margin-top: 0 !important;
}
.mt-5 {
	margin-top: 5px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-40 {
	margin-top: 40px !important;
}

.mr-10 {
	margin-right: 10px !important;
}
.mr-20 {
	margin-right: 20px !important;
}

.m-0 {
	margin: 0 !important;
}

.flo-l {
	float: left !important;
}
.flo-r {
	float: right !important;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
    text-align: right;
}

.mob-only, .mob-only-p, .mob-only-all, .tab-only, .hidden {
	display: none !important;
}

.divider {
	margin: 0 10px 0 12px;
	color: #999
}

::selection {
	/*background: #76881d;*/ /* Safari */
	background: #58585a; /* Safari */
	color: #fff;
}
::-moz-selection {
	background: #58585a; /* Firefox */
	color: #fff;
}

.price {
	font-size: 1.25em;
	color: #b91e1e;
}
.sold,
.offer {
	font-size: 0.8125rem;
	text-transform: uppercase;
	display: inline-block;
	padding: 1px 5px 0;
	color: #fff;
	background: #b91e1e;
}
.offer {
	background: #360;
}

/*  Cookie law  */

#cookie-law {
    width: 100%;
    background: #000; 
    margin: 0;
	padding: 40px 0;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 2000;
}
 
#cookie-law p { 
    padding: 0 30px 0 0; 
    font-size: 15px; 
    color: #fff; 
    margin: 0;
}

#cookie-law a { 
	color: #fff;
	text-decoration: underline;
    border-bottom: none;
}

#cookie-law a.close-cookie-banner { 
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	display: block;
	width: 24px;
	height: 24px;
	opacity: 0.6;
}
	#cookie-law a.close-cookie-banner:hover { 
		opacity: 1;
		transform: rotate(90deg);
		background: none;
	}
a.close-cookie-banner:before,
a.close-cookie-banner:after {
  position: absolute;
  left: 11px;
  content: " ";
  display: block;
  height: 24px;
  width: 2px;
  background-color: #fff;
}
a.close-cookie-banner:before {
  transform: rotate(45deg);
}
a.close-cookie-banner:after {
  transform: rotate(-45deg);
}

.vAlign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.grecaptcha-badge {
	box-shadow: none !important
}

