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;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

body {
	min-height: 280px;
	font-family: 'Arial', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.4;
	cursor: default;
	color: #000;
	fill: #000;
	background-color: #fff;

	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-o-hyphens: none;
	hyphens: none;
}

#wrapper.fixed-footer {
	position: relative;
	min-height: 100vh;
	padding-bottom: 200px; /* footer starting height */

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	width: 100%;
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
svg {
	width: 100%;
	height: auto;
	fill: inherit;
}

a {
	text-decoration: none;
	outline: none;
	color: inherit;
	fill: inherit;

	-o-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
a svg {
	-o-transition: fill 0.2s;
	-moz-transition: fill 0.2s;
	-webkit-transition: fill 0.2s;
	transition: fill 0.2s;
}
a:hover {
	color: #666 !important;
	fill: #666 !important;
}

hr {
	height: 1px;
	border: 0;
	background-color: #000;
}

ol, ul, li {
	list-style: none;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

strong, b, .strong {
	font-weight: bold;
}
em, i, .italic {
	font-style: italic;
}
u, .underline {
	text-decoration: underline;
}
strike, .strike, .strikethrough {
	text-decoration: line-through;
}
.lowercase {
	text-transform: lowercase;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
.preserve-line-breaks {
	white-space: pre-line;
}
sup {
	vertical-align: super;
	font-size: 0.7em;
}
sub {
	vertical-align: sub;
	font-size: 0.7em;
}

p {
	margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
}

.highlight {
	color: #666;
}
.alt-font {
	font-family: serif;
}

.btn,
button,
input,
input[type=search], /* for safari styling */
textarea,
select {
	width: 100%;
	padding: 8px 10px;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	color: #000;
	background: none;
	border: 1px solid #000;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-o-transition: border-color 0.2s;
	-moz-transition: border-color 0.2s;
	-webkit-transition: border-color 0.2s;
	transition: border-color 0.2s;

	-webkit-border-radius: 0; /* remove osx safari styling */
	-moz-border-radius: 0;
	border-radius: 0;

	margin: 0; /* remove ios styling */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea {
	max-width: 100%;
	min-height: 2.2em;
	max-height: 20em;
	resize: vertical;
	vertical-align: top; /* remove space under textarea */
}
input[type="submit"]::-moz-focus-inner { /* firefox extra submit padding */
	padding: 0;
	border: 0
}
input[type="radio"],
input[type="checkbox"] {
	width: auto;
	margin-left: 0;
	margin-right: 0.4em;
	padding: 0.5em;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
}
input[type="radio"] {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.input-group > * { /* radio/checkbox + span group (inside a label) */
	vertical-align: middle;
}
input:focus,
textarea:focus {
	outline: none; /* remove chrome outline */
}
input:not([type="submit"]):focus,
textarea:focus {
	border-color: #666;
}
.btn,
.text-content .btn,
button,
input[type="submit"] {
	color: #fff;
	background-color: #000;
	border-color: #000;
	cursor: pointer;

	-o-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
	-moz-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
	-webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
	transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
.btn,
.text-content .btn {
	display: inline-block;
	width: auto;
}
.btn:hover,
.text-content .btn:hover,
button:hover,
input[type="submit"]:hover {
	background-color: #666;
	border-color: #666;
}
.btn:hover,
.text-content .btn:hover {
	color: #fff !important;
	fill: #fff !important;
}
.search-form > div {
	white-space: nowrap;
}
.search-form .search-field {
	max-width: 300px;
}
.search-form .search-submit {
	width: auto;
	margin-left: 0.4em;
}
.search-form .screen-reader-text {
	display: none;
}
@media all and (max-width: 600px) {
	.search-form .search-field {
		width: 60%;
	}
}

/* remove X from chrome*/
input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.table-center {
	display: table;
	width: 100%;
	height: 100%;
}
.table-center.inline {
	display: inline-table;
}
.table-center > * {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.h-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.v-center {
	position: relative;
	top: 50%;

	-webkit-transform: perspective(1px) translateY(-50%);
	-ms-transform: perspective(1px) translateY(-50%);
	transform: perspective(1px) translateY(-50%);
}
@media all and (max-width: 1200px) {
	.v-center.v-center-no-tablet {
		top: auto;

		-webkit-transform: perspective(0) translateY(0);
		-ms-transform: perspective(0) translateY(0);
		transform: perspective(0) translateY(0);
	}
}
@media all and (max-width: 800px) {
	.v-center.v-center-no-mobile {
		top: auto;

		-webkit-transform: perspective(0) translateY(0);
		-ms-transform: perspective(0) translateY(0);
		transform: perspective(0) translateY(0);
	}
}

.over {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	pointer-events: none;
}
.over > * {
	pointer-events: all;
}
@media all and (max-width: 1200px) {
	.over.over-no-tablet {
		position: relative;
		height: auto;
		left: auto;
		top: auto;
	}
}
@media all and (max-width: 800px) {
	.over.over-no-mobile {
		position: relative;
		height: auto;
		left: auto;
		top: auto;
	}
}

.pull-left {
	float: left;
}
.pull-right {
	float: right;
}

.full-height {
	height: 100vh;
}

.border-box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.round {
	font-size: 0;
	overflow: hidden;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.hide,
.hidden {
	display: none !important;
}

.no-font-size {
	font-size: 0;
	letter-spacing: 0;
}

.no-pointer-events {
	pointer-events: none;
}
.all-pointer-events {
	pointer-events: all;
}

.disabled {
	pointer-events: none !important;
	opacity: 0.5;
}

.background-image {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}
.background-contain {
	background-repeat: no-repeat;
	background-position: center;

	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
.background-cover {
	background-repeat: no-repeat;
	background-position: center;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.background-fixed { /* not working on ios */
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.img-span > *,
.svg-span > * {
	display: inline-block;
	vertical-align: middle;
}
.img-span > img,
.svg-span > svg {
	width: auto;
	height: 1.4em;
}
.img-span > img {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.img-span > *:first-child,
.svg-span > *:first-child {
	margin-right: 0.7em;
}

.aspect-ratio {
	position: relative;
}
.aspect-ratio:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 100%; /* (height/width)*100 */
}
.aspect-ratio.ratio-2-3:before {
	padding-top: 150%;
}
.aspect-ratio.ratio-3-4:before {
	padding-top: 133.333%;
}
.aspect-ratio.ratio-4-3:before {
	padding-top: 75%;
}
.aspect-ratio.ratio-3-2:before {
	padding-top: 66.667%;
}
.aspect-ratio.ratio-16-10:before {
	padding-top: 62.5%;
}
.aspect-ratio.ratio-16-9:before {
	padding-top: 56.25%;
}
.aspect-ratio.ratio-2-1:before {
	padding-top: 50%;
}
.aspect-ratio.ratio-3-1:before {
	padding-top: 33.333%;
}
.aspect-ratio > * {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.aspect-ratio > img {
	object-fit: cover;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}

.hide-scrollbar {
	overflow-y: auto;
	scrollbar-width: none; /* remove scrollbar for Firefox */
	-ms-overflow-style: none;  /* remove scrollbar for IE 10+ */
}
.hide-scrollbar::-webkit-scrollbar { /* remove scrollbar for webkit */
	width: 0px;
	background: transparent; /* optional */
}

/* ticker animation */
@keyframes scrollio {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

.blink-animation {
	-webkit-animation: blink-animation 1s alternate infinite;
	animation: blink-animation 1s alternate infinite;
}
@keyframes blink-animation {
	from { opacity: 0.5; }
	to { opacity: 1; }
}
@-webkit-keyframes blink-animation {
	from { opacity: 0.5; }
	to { opacity: 1; }
}

.bounce-animation {
	animation: bounce-animation 1s infinite;
}
@keyframes bounce-animation {
	0%, 50%, 100% {
		transform: translateY(-3px);
		-webkit-animation-timing-function: ease-in;
	}
	10%, 30% {
		transform: translateY(2px);
		-webkit-animation-timing-function: ease-out;
	}
	20% {
		transform: translateY(3px) scaleY(0.9);
		-webkit-animation-timing-function: ease-in;
	}
}

.spin-animation {
	transform-origin: 50% 50%;

	-webkit-animation: spin-animation 1s infinite linear;
	animation: spin-animation 1s infinite linear;
}
@-webkit-keyframes spin-animation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spin-animation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.scroll-me-down-animation {
	-webkit-animation: scroll-me-down-animation 5s 1s infinite;
	animation: scroll-me-down-animation 5s 1s infinite;
}
@keyframes scroll-me-down-animation {
	0% {
		transform: translateY(0);
	}
	5% {
		transform: translateY(0.4em);
	}
	12% {
		transform: translateY(0);
	}
	15% {
		transform: translateY(0);
	}
	20% {
		transform: translateY(0.4em);
	}
	27% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(0);
	}
}
@-webkit-keyframes scroll-me-down-animation {
	0% {
		transform: translateY(0);
	}
	5% {
		transform: translateY(0.4em);
	}
	12% {
		transform: translateY(0);
	}
	15% {
		transform: translateY(0);
	}
	20% {
		transform: translateY(0.4em);
	}
	27% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(0);
	}
}

/* loading system */
.loadme {
	opacity: 0;
	visibility: hidden;

	-o-transition: opacity 0.4s, transform 0.6s;
	-moz-transition: opacity 0.4s, transform 0.6s;
	-webkit-transition: opacity 0.4s, -webkit-transform 0.6s;
	transition: opacity 0.4s, transform 0.6s;
}
.loadme:not(.loadme-static) {
	-ms-transform: translateY(35px);
	-webkit-transform: translateY(35px);
	transform: translateY(35px);
}
.loadme.loaded {
	opacity: 1;
	visibility: visible;
}
.loadme.loaded:not(.loadme-static) {
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
footer.loadme.loaded { /* fix 1 bottom px bug */
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
}

/* loader */
#h-loader {
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	font-size: 0;
}
#h-loader.on-top {
	z-index: 9999;
}
#h-loader svg {
	width: 60px;
	stroke: #666;
	stroke-width: 2px;

	-webkit-animation: loader 1s infinite linear;
	animation: loader 1s infinite linear;
}
@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* archive pages */
body.search #title-block {
	z-index: 1;
}
body.error404 #title-block .head-search,
body.search #title-block .head-search {
	margin-top: 1em;
}
body.search .search-excerpt,
body.search .search-highlight {
	background-color: rgba(255, 255, 0, 0.8);
}

/* blocks */
section {
	position: relative;
	margin-bottom: 60px;
}
section.small-margin {
	margin-bottom: 20px;
}
section.large-margin {
	margin-bottom: 120px;
}
section.largest-margin {
	margin-bottom: 160px;
}
section.no-margin {
	margin-bottom: -1px;
}
.container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 80px;
}
.container.full-width {
	max-width: none;
}
.container.limited-width {
	max-width: 720px;
}
.container.no-padding {
	padding-left: 0;
	padding-right: 0;
}
@media all and (max-width: 1600px) {
	.container {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media all and (max-width: 800px) {
	section {
		margin-bottom: 40px;
	}
	section.small-margin {
		margin-bottom: 20px;
	}
	section.large-margin {
		margin-bottom: 60px;
	}
	section.largest-margin {
		margin-bottom: 100px;
	}
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* pagination */
#bottom-pagination {
	font-size: 16px;
	text-align: center;
}
#bottom-pagination > hr {
	display: none;
	width: 160px;
	margin: 0 auto 40px auto;
	background-color: #666;
}
#bottom-pagination a {
	text-decoration: none;
}
#bottom-pagination .page-numbers,
#bottom-pagination .page-arrows {
	margin-bottom: 0;
	color: #666;
	font-weight: bold;
	font-size: 1.2em;
	vertical-align: middle;
}
#bottom-pagination .page-numbers {
	margin: 0 0.25em;
}
#bottom-pagination .page-numbers.current {
	color: #333;
}
#bottom-pagination .page-arrows.prev-page {
	float: left;
}
#bottom-pagination .page-arrows.next-page {
	float: right;
}
#bottom-pagination .page-arrows {
	font-weight: normal;
	text-transform: lowercase;
}
@media all and (max-width: 600px) {
	#bottom-pagination .page-numbers,
	#bottom-pagination .page-arrows {
		font-size: 1.1em;
	}
	#bottom-pagination .page-arrows .letter {
		display: none;
	}
}

/* top/bottom info notice */
.h-info-notice {
	display: none;
	position: fixed;
	z-index: 111;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	color: #333;
}
.h-info-notice > .container {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: var(--padding-l-r);
	padding-bottom: var(--padding-l-r);
	padding-left: calc(var(--sidebar-height) + var(--padding-l-r));
}
.h-info-notice > .container > .cookie-content {
	max-width: 30rem;
	border: 1px solid #000;
}
.h-info-notice > .container > .cookie-content::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;

	-o-transition: background-color 1s, 0.4s;
	-moz-transition: background-color 1s, 0.4s;
	-webkit-transition: background-color 1s, 0.4s;
	transition: background-color 1s, 0.4s;
}
.h-info-notice.show > .container > .cookie-content::before {
	background-color: rgba(0, 0, 0, 0.7);
}
.h-info-notice > .container > .cookie-content > .text-content {
	font-size: 2rem;
	letter-spacing: 0;
	padding: 0.9rem 1.25rem;
}
.h-info-notice > .container > .cookie-content > .text-content:not(:last-child) {
	border-bottom: 1px solid #000;
}
.h-info-notice > .container > .cookie-content > .text-content.title {
	background-color: #000;
	color: #fff;
}
.h-info-notice > .container > .cookie-content > .text-content.title h5 {
	font-size: 1em;
	font-weight: normal;
}
.h-info-notice > .container > .cookie-content > .text-content.text {
	background-color: var(--yellow);
}
.h-info-notice > .container > .cookie-content > .text-content.bottom {
	padding: 0;
	display: flex;
	flex-direction: row;
	background-color: #fff;
}
.h-info-notice > .container > .cookie-content > .text-content.bottom > a {
	padding: 0.9rem 1.25rem;
	width: 50%;
	margin: 0;
	text-align: center;
	white-space: nowrap;

	-o-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
.h-info-notice > .container > .cookie-content > .text-content.bottom > a:hover {
	background-color: var(--blue);
}
.h-info-notice > .container > .cookie-content > .text-content.bottom > a:first-child {
	border-right: 1px solid #000;
}
.h-info-notice > .container > .cookie-content > .text-content.bottom .svg-span svg {
	height: 0.55em;
}
.h-info-notice .text-content > * {
	line-height: 1.1;
}
.h-info-notice .text-content .accept-btn {
	white-space: nowrap;
}
@media all and (max-width: 800px) {
	.h-info-notice > .container > .cookie-content > .text-content {
		font-size: 1.55rem;
		padding: 0.8rem 1.1rem;
	}
	.h-info-notice > .container > .cookie-content > .text-content.bottom > a {
		padding: 0.8rem 1.1rem;
	}
}
@media all and (max-width: 600px) {
	.h-info-notice > .container > .cookie-content > .text-content {
		font-size: 1.3rem;
	}
}

/* popup notice */
.h-popup-notice {
	display: none;
	position: fixed;
	z-index: 112;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 0.9);
}
.h-popup-notice .container > div {
	position: relative;
	background-color: #eee;
}
.h-popup-notice .container .text-content {
	padding: 40px;
}
.h-popup-notice .close-btn {
	position: absolute;
	width: 18px !important;
	height: 18px !important;
	right: 20px;
	top: 20px;
	stroke: #333;
	text-decoration: none !important;
}
@media all and (max-width: 600px) {
	.h-popup-notice .container .text-content {
		padding: 30px 20px;
	}
}

/* full-screen notice */
.h-full-screen-notice {
	display: none;
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
}
.h-full-screen-notice.active,
.h-full-screen-notice#javascript-notice {
	display: table;
}
.h-full-screen-notice div {
	display: table-cell;
	width: 100%;
	height: 100%;
	padding: 4%;
	font-size: 30px;
	font-family: Arial, sans-serif;
	color: #000;
	text-align: center;
	vertical-align: middle;
}
.h-full-screen-notice div p {
	font-size: inherit;
	color: inherit;
}
.h-full-screen-notice div a {
	font-size: inherit;
	color: inherit;
	text-decoration: underline;
}

/* hamburger and close buttons */
.h-btn {
	display: inline-block;
	z-index: 1000;
	width: 22px;
	height: 22px;
	font-size: 0;
	cursor: pointer;
	/* stroke: #000; */
	stroke-width: 1px;
	text-decoration: none !important;

	-o-transition: stroke 0.2s;
	-moz-transition: stroke 0.2s;
	-webkit-transition: stroke 0.2s;
	transition: stroke 0.2s;
}
.h-btn:hover {
	/* stroke: #666; */
}
.hamburger-btn {
	width: 27px;
	height: 21px;
}

/* social shares/links */
.social-shares > * {
	display: inline-block;
	vertical-align: middle;
}
.social-shares > h4 {
	margin-right: 0.5em;
	margin-bottom: 0 !important;
	font-size: 1em;
}
.social-shares:not(.text) > ul,
.social-links:not(.text) > ul {
	font-size: 0;
}
.social-shares:not(.text) > ul > li,
.social-links:not(.text) > ul > li {
	display: inline-block;
	width: 1.37rem;
	margin-left: 1.8rem;
}
.social-shares > ul > li:first-child,
.social-links > ul > li:first-child {
	margin-left: 0;
}
.social-shares ul > li a,
.social-links ul > li a {
	display: block;

	-o-transition: color 0.2s, border-color 0.2s;
	-moz-transition: color 0.2s, border-color 0.2s;
	-webkit-transition: color 0.2s, border-color 0.2s;
	transition: color 0.2s, border-color 0.2s;
}
.social-links:not(.text) > ul > li a {
	-o-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.social-links:not(.text) > ul > li a:hover {
	opacity: 0.7;
}
.social-shares.text ul > li a,
.social-links.text ul > li a {
	display: inline-block;
}
.social-shares.rounded ul > li a,
.social-links.rounded ul > li a {
	padding: 6px;
	border: 1px solid #000;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.social-shares ul > li a svg,
.social-links ul > li a svg {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.social-shares.text ul > li a svg,
.social-links.text ul > li a svg {
	display: none;
}
.social-shares ul > li a span,
.social-links ul > li a span {
	display: none;
	vertical-align: middle;
}
.social-shares.text ul > li a span,
.social-links.text ul > li a span {
	display: block;
}

/* embeded youtube/vimeo video */
.video-link {
	position: relative;
	display: block;
	font-size: 0;
}
.video-link img,
.video-link .image {
	-o-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.video-link:not(.disabled):hover img,
.video-link:not(.disabled):hover .image {
	opacity: 0.8;
}
.video-link .video-container {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	background-color: #000;
}

/* background vimeo video */
.background-vimeo-video {
	width: 100%;
	height: 56.25vw;
	overflow: hidden;
	background-color: #000;
}

/* html video */
.html-video {
	position: relative;
	padding-top: 56.25%; /* 16:9 */
	background-color: #000;
}
.html-video video {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

/* background html video */
.background-html-video {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background-color: #000;
}
.background-html-video video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
}
/* no object-fit support */
@media(min-aspect-ratio: 16/9) {
	.background-html-video > video {
		height: 300%;
		top: -100%;
	}
}
@media(max-aspect-ratio: 16/9) {
	.background-html-video > video {
		width: 300%;
		left: -100%;
	}
}
/* 2. object-fit support */
@supports(object-fit: cover) {
	.background-html-video > video {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		object-fit: cover;
	}
}

body.under-construction #main-block .logo {
	max-width: 300px;
	margin: 0 auto 40px auto;
}

div.leaflet-bottom.leaflet-left, /* mapbox logo */
div.leaflet-bottom.leaflet-right, /* mapbox terms */
div:not([class]) > .gmnoprint:not(.gm-bundled-control), /* gmaps terms and policy stuff */
div:not([class]) > .gm-style-cc {
	display: none;
}
div.leaflet-bottom,
div.leaflet-top {
	z-index: 90;
}

.otgs-development-site-front-end { /* wpml developement notice */
	display: none !important;
}

/* text content */
.text-content {
	font-size: 18px;
}
.text-content > * {
	margin-bottom: 1.6em;
}
.text-content *.no-margin {
	margin-bottom: 0 !important;
}
.text-content *.smaller-font {
	font-size: 0.85em;
}
.text-content.smaller-font {
	font-size: 15px;
}
.text-content *.larger-font {
	font-size: 1.2em;
}
.text-content.larger-font {
	font-size: 22px;
}

.text-content h1 {
	font-size: 1.6em;
	margin-bottom: 1em;
}
.text-content h2 {
	font-size: 1.4em;
	margin-bottom: 1em;
}
.text-content h3 {
	font-size: 1.3em;
	margin-bottom: 1em;
}
.text-content h4 {
	font-size: 1.2em;
	margin-bottom: 1em;
}
.text-content h5 {
	font-size: 1.1em;
	margin-bottom: 1em;
}
.text-content h6 {
	font-size: 1.1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #333;
}

.text-content p {
	font-size: inherit;
}
.text-content * p {
	font-size: inherit;
}
.text-content hr {
	margin: 1.6em auto;
}
.text-content a {
	color: inherit;
}

.text-content .lead-block {
	font-family: inherit;
	font-size: 1.4em;
	color: #666;
}
.text-content .left-block {
	display: block;
	width: 50%;
}
.text-content .two-column-block {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;

	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}
.text-content .three-column-block {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;

	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}
.text-content .two-column-block > *:last-child,
.text-content .three-column-block > *:nth-child(2) {
	display: inline-block; /* fix firefox/safari breaking columns randomly */
}
.text-content .two-column-block > *,
.text-content .three-column-block > * {
	margin-bottom: 1em;
}

.text-content ul:not(.no-style):not(.menu):not(.woocommerce-error),
.text-content ol:not(.no-style):not(.menu) {
	padding-left: 1.4em;
}
.text-content ul:not(.no-style):not(.menu):not(.woocommerce-error) li {
	margin-bottom: 0.2em;
	list-style: disc;
}
.text-content ol:not(.no-style):not(.menu) li {
	margin-bottom: 0.2em;
	list-style: decimal;
}
.text-content ul:not(.no-style):not(.menu):not(.woocommerce-error) li:last-child,
.text-content ol:not(.no-style):not(.menu) li:last-child {
	margin-bottom: 0;
}

.text-content blockquote,
.text-content q {
	margin: 1.6em 1em;
	font-style: italic;
	text-align: center;
	quotes: none;
}
.text-content blockquote p:last-child,
.text-content q p:last-child {
	margin-bottom: 0;
}
.text-content blockquote,
.text-content q {
	quotes: none;
}
.text-content blockquote:before,
.text-content blockquote:after,
.text-content q:before,
.text-content q:after {
	content: '';
}
.text-content blockquote hr {
	width: 40%;
	background-color: #999;
}

.text-content img,
.text-content .wp-caption:not(.slick-item) {
	width: auto;
	max-width: 100%;
	height: auto;
	margin-top: 2.8em;
	margin-bottom: 2.8em;
}
.text-content .wp-caption img {
	display: block;
	/* width: 100%; */
	margin-top: 0;
	margin-bottom: 0;
}
.text-content img.alignleft,
.text-content img.alignright,
.text-content .wp-caption.alignleft,
.text-content .wp-caption.alignright {
	display: block;
	margin-top: 0.2em;
	margin-bottom: 0.4em;
}
.text-content img.alignnone {
	display: block;
}
.text-content img.alignleft,
.text-content .wp-caption.alignleft {
	float: left;
	/*width: 47%;*/
	max-width: 47%;
	margin-right: 3%;
}
.text-content img.alignright,
.text-content .wp-caption.alignright {
	float: right;
	/*width: 47%;*/
	max-width: 47%;
	margin-left: 3%;
}
.text-content img.aligncenter,
.text-content .wp-caption.aligncenter {
	display: block;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.text-content .wp-caption.alignleft img,
.text-content .wp-caption.alignright img,
.text-content .wp-caption.aligncenter img {
	float: none;
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
}

.text-content .wp-caption {
	/* width: auto !important; */ /* fix wp inline width */
}
.text-content .wp-caption a {
	display: block;
}
.text-content .wp-caption-text {
	margin-top: 1.2em;
	text-align: center;
	font-style: italic;
	color: #666;
}

.text-content > .gallery,
.text-content > .wp-gallery {
	margin-top: 2.8em !important;
	margin-bottom: 2.8em !important;
}
.text-content .gallery img,
.text-content .gallery .wp-caption,
.text-content .wp-gallery img,
.text-content .wp-gallery .wp-caption {
	margin-top: 0;
	margin-bottom: 0;
}
.text-content .gallery .gallery-icon { /* default wp gallery images */
	font-size: 0;
}
.text-content .gallery .gallery-icon img {
	border: none !important;
}
.text-content .grid-gallery .gallery-item > a img {
	-o-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.text-content .grid-gallery .gallery-item > a:hover > img {
	opacity: 0.8;
}

.text-content iframe {
	display: block;
	max-width: 100%;
	margin-top: 2.8em;
	margin-bottom: 2.8em;
}

.text-content > *:first-child,
.text-content > *:first-child > *:not(.wp-caption-text) {
	margin-top: 0;
}
.text-content > *:last-child,
.text-content > *:last-child:not(ul):not(ol) > *:last-child {
	margin-bottom: 0 !important;
}

.text-content > .post-password-form > *:not(:last-child) {
	margin-bottom: 1em !important;
}
.text-content > .post-password-form input {
	margin-top: 0.6em;
}

@media all and (max-width: 800px) {
	.text-content img.alignleft,
	.text-content img.alignright,
	.text-content .wp-caption.alignleft,
	.text-content .wp-caption.alignright {
		/* width: 100%; */
		max-width: 100%;
		float: none;
		display: block;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 2.8em;
		margin-bottom: 2.8em;
	}

	.text-content .left-block {
		width: auto;
	}
	.text-content .two-column-block,
	.text-content .three-column-block {
		-webkit-column-count: auto;
		-moz-column-count: auto;
		column-count: auto;
	}
	.text-content .two-column-block > *:not(:last-child),
	.text-content .three-column-block > *:not(:last-child) {
		margin-bottom: 1em !important;
	}
}



/* grid */
.grid {
	font-size: 0;
	letter-spacing: 0;
	margin-left: -20px;
	margin-top: -40px;
}
.grid.no-h-margin {
	margin-left: 0;
}
.grid.no-v-margin {
	margin-top: 0;
}
.grid.flex,
.grid.flex-s,
.grid.flex-m,
.grid.flex-l,
.grid.flex-xl {
	display: flex;
	flex-wrap: wrap;
}
.grid.flex.flex-center,
.grid.flex-s.flex-center,
.grid.flex-m.flex-center,
.grid.flex-l.flex-center,
.grid.flex-xl.flex-center {
	align-items: center; /* vertical align */
}
.grid.flex.flex-bottom,
.grid.flex-s.flex-bottom,
.grid.flex-m.flex-bottom,
.grid.flex-l.flex-bottom,
.grid.flex-xl.flex-bottom {
	align-items: flex-end; /* vertical align */
}
.grid > * {
	display: inline-block;
	padding-left: 20px;
	padding-top: 40px;
	text-align: left;
	vertical-align: top;
	background-clip: content-box; /* ignore padding */

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.grid.align-middle > *,
.grid > *.align-middle {
	vertical-align: middle;
}
.grid.align-bottom > *,
.grid > *.align-bottom {
	vertical-align: bottom;
}
.grid.center > *,
.grid > *.center {
	text-align: center;
}
.grid.align-right > *,
.grid > *.align-right {
	text-align: right;
}
.grid.no-overflow > *,
.grid > *.no-overflow {
	overflow: hidden;
}

.grid > *.col-1 {
	width: 8.33%;
}
.grid > *.col-2 {
	width: 16.66%;
}
.grid > *.col-3 {
	width: 25%;
}
.grid > *.col-4 {
	width: 33.33%;
}
.grid > *.col-5 {
	width: 41.66%;
}
.grid > *.col-6 {
	width: 50%;
}
.grid > *.col-7 {
	width: 58.33%;
}
.grid > *.col-8 {
	width: 66.66%;
}
.grid > *.col-9 {
	width: 75%;
}
.grid > *.col-10 {
	width: 83.33%;
}
.grid > *.col-11 {
	width: 91.66%;
}
.grid > *.col-12 {
	width: 100%;
}

.grid > *.col-s-1 {
	width: 8.33%;
}
.grid > *.col-s-2 {
	width: 16.66%;
}
.grid > *.col-s-3 {
	width: 25%;
}
.grid > *.col-s-4 {
	width: 33.33%;
}
.grid > *.col-s-5 {
	width: 41.66%;
}
.grid > *.col-s-6 {
	width: 50%;
}
.grid > *.col-s-7 {
	width: 58.33%;
}
.grid > *.col-s-8 {
	width: 66.66%;
}
.grid > *.col-s-9 {
	width: 75%;
}
.grid > *.col-s-10 {
	width: 83.33%;
}
.grid > *.col-s-11 {
	width: 91.66%;
}
.grid > *.col-s-12 {
	width: 100%;
}

.grid > *.col-m-1 {
	width: 8.33%;
}
.grid > *.col-m-2 {
	width: 16.66%;
}
.grid > *.col-m-3 {
	width: 25%;
}
.grid > *.col-m-4 {
	width: 33.33%;
}
.grid > *.col-m-5 {
	width: 41.66%;
}
.grid > *.col-m-6 {
	width: 50%;
}
.grid > *.col-m-7 {
	width: 58.33%;
}
.grid > *.col-m-8 {
	width: 66.66%;
}
.grid > *.col-m-9 {
	width: 75%;
}
.grid > *.col-m-10 {
	width: 83.33%;
}
.grid > *.col-m-11 {
	width: 91.66%;
}
.grid > *.col-m-12 {
	width: 100%;
}

.grid > *.col-l-1 {
	width: 8.33%;
}
.grid > *.col-l-2 {
	width: 16.66%;
}
.grid > *.col-l-3 {
	width: 25%;
}
.grid > *.col-l-4 {
	width: 33.33%;
}
.grid > *.col-l-5 {
	width: 41.66%;
}
.grid > *.col-l-6 {
	width: 50%;
}
.grid > *.col-l-7 {
	width: 58.33%;
}
.grid > *.col-l-8 {
	width: 66.66%;
}
.grid > *.col-l-9 {
	width: 75%;
}
.grid > *.col-l-10 {
	width: 83.33%;
}
.grid > *.col-l-11 {
	width: 91.66%;
}
.grid > *.col-l-12 {
	width: 100%;
}

.grid > *.col-xl-1 {
	width: 8.33%;
}
.grid > *.col-xl-2 {
	width: 16.66%;
}
.grid > *.col-xl-3 {
	width: 25%;
}
.grid > *.col-xl-4 {
	width: 33.33%;
}
.grid > *.col-xl-5 {
	width: 41.66%;
}
.grid > *.col-xl-6 {
	width: 50%;
}
.grid > *.col-xl-7 {
	width: 58.33%;
}
.grid > *.col-xl-8 {
	width: 66.66%;
}
.grid > *.col-xl-9 {
	width: 75%;
}
.grid > *.col-xl-10 {
	width: 83.33%;
}
.grid > *.col-xl-11 {
	width: 91.66%;
}
.grid > *.col-xl-12 {
	width: 100%;
}

.grid.no-h-margin > * {
	padding-left: 0;
}
.grid.no-v-margin > * {
	padding-top: 0;
}

@media all and (max-width: 1600px) { /* L */
	.grid.flex-xl {
		display: block;
	}

	.grid > *.col-xl-1,
	.grid > *.col-xl-2,
	.grid > *.col-xl-3,
	.grid > *.col-xl-4,
	.grid > *.col-xl-5,
	.grid > *.col-xl-6,
	.grid > *.col-xl-7,
	.grid > *.col-xl-8,
	.grid > *.col-xl-9,
	.grid > *.col-xl-10,
	.grid > *.col-xl-11 {
		width: 100%;
	}

	.grid > *.col-1 {
		width: 8.33%;
	}
	.grid > *.col-2 {
		width: 16.66%;
	}
	.grid > *.col-3 {
		width: 25%;
	}
	.grid > *.col-4 {
		width: 33.33%;
	}
	.grid > *.col-5 {
		width: 41.66%;
	}
	.grid > *.col-6 {
		width: 50%;
	}
	.grid > *.col-7 {
		width: 58.33%;
	}
	.grid > *.col-8 {
		width: 66.66%;
	}
	.grid > *.col-9 {
		width: 75%;
	}
	.grid > *.col-10 {
		width: 83.33%;
	}
	.grid > *.col-11 {
		width: 91.66%;
	}
	.grid > *.col-12 {
		width: 100%;
	}

	.grid > *.col-s-1 {
		width: 8.33%;
	}
	.grid > *.col-s-2 {
		width: 16.66%;
	}
	.grid > *.col-s-3 {
		width: 25%;
	}
	.grid > *.col-s-4 {
		width: 33.33%;
	}
	.grid > *.col-s-5 {
		width: 41.66%;
	}
	.grid > *.col-s-6 {
		width: 50%;
	}
	.grid > *.col-s-7 {
		width: 58.33%;
	}
	.grid > *.col-s-8 {
		width: 66.66%;
	}
	.grid > *.col-s-9 {
		width: 75%;
	}
	.grid > *.col-s-10 {
		width: 83.33%;
	}
	.grid > *.col-s-11 {
		width: 91.66%;
	}
	.grid > *.col-s-12 {
		width: 100%;
	}

	.grid > *.col-m-1 {
		width: 8.33%;
	}
	.grid > *.col-m-2 {
		width: 16.66%;
	}
	.grid > *.col-m-3 {
		width: 25%;
	}
	.grid > *.col-m-4 {
		width: 33.33%;
	}
	.grid > *.col-m-5 {
		width: 41.66%;
	}
	.grid > *.col-m-6 {
		width: 50%;
	}
	.grid > *.col-m-7 {
		width: 58.33%;
	}
	.grid > *.col-m-8 {
		width: 66.66%;
	}
	.grid > *.col-m-9 {
		width: 75%;
	}
	.grid > *.col-m-10 {
		width: 83.33%;
	}
	.grid > *.col-m-11 {
		width: 91.66%;
	}
	.grid > *.col-m-12 {
		width: 100%;
	}

	.grid > *.col-l-1 {
		width: 8.33%;
	}
	.grid > *.col-l-2 {
		width: 16.66%;
	}
	.grid > *.col-l-3 {
		width: 25%;
	}
	.grid > *.col-l-4 {
		width: 33.33%;
	}
	.grid > *.col-l-5 {
		width: 41.66%;
	}
	.grid > *.col-l-6 {
		width: 50%;
	}
	.grid > *.col-l-7 {
		width: 58.33%;
	}
	.grid > *.col-l-8 {
		width: 66.66%;
	}
	.grid > *.col-l-9 {
		width: 75%;
	}
	.grid > *.col-l-10 {
		width: 83.33%;
	}
	.grid > *.col-l-11 {
		width: 91.66%;
	}
	.grid > *.col-l-12 {
		width: 100%;
	}
}
@media all and (max-width: 1200px) { /* M */
	.grid.flex-l {
		display: block;
	}

	.grid > *.col-l-1,
	.grid > *.col-l-2,
	.grid > *.col-l-3,
	.grid > *.col-l-4,
	.grid > *.col-l-5,
	.grid > *.col-l-6,
	.grid > *.col-l-7,
	.grid > *.col-l-8,
	.grid > *.col-l-9,
	.grid > *.col-l-10,
	.grid > *.col-l-11 {
		width: 100%;
	}

	.grid > *.col-1 {
		width: 8.33%;
	}
	.grid > *.col-2 {
		width: 16.66%;
	}
	.grid > *.col-3 {
		width: 25%;
	}
	.grid > *.col-4 {
		width: 33.33%;
	}
	.grid > *.col-5 {
		width: 41.66%;
	}
	.grid > *.col-6 {
		width: 50%;
	}
	.grid > *.col-7 {
		width: 58.33%;
	}
	.grid > *.col-8 {
		width: 66.66%;
	}
	.grid > *.col-9 {
		width: 75%;
	}
	.grid > *.col-10 {
		width: 83.33%;
	}
	.grid > *.col-11 {
		width: 91.66%;
	}
	.grid > *.col-12 {
		width: 100%;
	}

	.grid > *.col-s-1 {
		width: 8.33%;
	}
	.grid > *.col-s-2 {
		width: 16.66%;
	}
	.grid > *.col-s-3 {
		width: 25%;
	}
	.grid > *.col-s-4 {
		width: 33.33%;
	}
	.grid > *.col-s-5 {
		width: 41.66%;
	}
	.grid > *.col-s-6 {
		width: 50%;
	}
	.grid > *.col-s-7 {
		width: 58.33%;
	}
	.grid > *.col-s-8 {
		width: 66.66%;
	}
	.grid > *.col-s-9 {
		width: 75%;
	}
	.grid > *.col-s-10 {
		width: 83.33%;
	}
	.grid > *.col-s-11 {
		width: 91.66%;
	}
	.grid > *.col-s-12 {
		width: 100%;
	}

	.grid > *.col-m-0 {
		display: none;
	}
	.grid > *.col-m-1 {
		width: 8.33%;
	}
	.grid > *.col-m-2 {
		width: 16.66%;
	}
	.grid > *.col-m-3 {
		width: 25%;
	}
	.grid > *.col-m-4 {
		width: 33.33%;
	}
	.grid > *.col-m-5 {
		width: 41.66%;
	}
	.grid > *.col-m-6 {
		width: 50%;
	}
	.grid > *.col-m-7 {
		width: 58.33%;
	}
	.grid > *.col-m-8 {
		width: 66.66%;
	}
	.grid > *.col-m-9 {
		width: 75%;
	}
	.grid > *.col-m-10 {
		width: 83.33%;
	}
	.grid > *.col-m-11 {
		width: 91.66%;
	}
	.grid > *.col-m-12 {
		width: 100%;
	}
}

@media all and (max-width: 800px) { /* S */
	.grid.flex-m {
		display: block;
	}

	.grid > *,
	.grid.align-middle > *,
	.grid.align-bottom > *,
	.grid > *.align-middle,
	.grid > *.align-bottom {
		vertical-align: top;
	}

	.grid > *.col-m-1,
	.grid > *.col-m-2,
	.grid > *.col-m-3,
	.grid > *.col-m-4,
	.grid > *.col-m-5,
	.grid > *.col-m-6,
	.grid > *.col-m-7,
	.grid > *.col-m-8,
	.grid > *.col-m-9,
	.grid > *.col-m-10,
	.grid > *.col-m-11 {
		width: 100%;
	}

	.grid > *.col-1 {
		width: 8.33%;
	}
	.grid > *.col-2 {
		width: 16.66%;
	}
	.grid > *.col-3 {
		width: 25%;
	}
	.grid > *.col-4 {
		width: 33.33%;
	}
	.grid > *.col-5 {
		width: 41.66%;
	}
	.grid > *.col-6 {
		width: 50%;
	}
	.grid > *.col-7 {
		width: 58.33%;
	}
	.grid > *.col-8 {
		width: 66.66%;
	}
	.grid > *.col-9 {
		width: 75%;
	}
	.grid > *.col-10 {
		width: 83.33%;
	}
	.grid > *.col-11 {
		width: 91.66%;
	}
	.grid > *.col-12 {
		width: 100%;
	}

	.grid > *.col-s-0 {
		display: none;
	}
	.grid > *.col-s-1 {
		width: 8.33%;
	}
	.grid > *.col-s-2 {
		width: 16.66%;
	}
	.grid > *.col-s-3 {
		width: 25%;
	}
	.grid > *.col-s-4 {
		width: 33.33%;
	}
	.grid > *.col-s-5 {
		width: 41.66%;
	}
	.grid > *.col-s-6 {
		width: 50%;
	}
	.grid > *.col-s-7 {
		width: 58.33%;
	}
	.grid > *.col-s-8 {
		width: 66.66%;
	}
	.grid > *.col-s-9 {
		width: 75%;
	}
	.grid > *.col-s-10 {
		width: 83.33%;
	}
	.grid > *.col-s-11 {
		width: 91.66%;
	}
	.grid > *.col-s-12 {
		width: 100%;
	}
}
@media all and (max-width: 600px) { /* XS */
	.grid.flex-s {
		display: block;
	}

	/*.grid > *,
	.grid.right > *,
	.grid > *.right {
		text-align: center;
	}*/

	.grid > *.col-s-1,
	.grid > *.col-s-2,
	.grid > *.col-s-3,
	.grid > *.col-s-4,
	.grid > *.col-s-5,
	.grid > *.col-s-6,
	.grid > *.col-s-7,
	.grid > *.col-s-8,
	.grid > *.col-s-9,
	.grid > *.col-s-10,
	.grid > *.col-s-11 {
		width: 100%;
	}

	.grid > *.col-0 {
		display: none;
	}
	.grid > *.col-1 {
		width: 8.33%;
	}
	.grid > *.col-2 {
		width: 16.66%;
	}
	.grid > *.col-3 {
		width: 25%;
	}
	.grid > *.col-4 {
		width: 33.33%;
	}
	.grid > *.col-5 {
		width: 41.66%;
	}
	.grid > *.col-6 {
		width: 50%;
	}
	.grid > *.col-7 {
		width: 58.33%;
	}
	.grid > *.col-8 {
		width: 66.66%;
	}
	.grid > *.col-9 {
		width: 75%;
	}
	.grid > *.col-10 {
		width: 83.33%;
	}
	.grid > *.col-11 {
		width: 91.66%;
	}
	.grid > *.col-12 {
		width: 100%;
	}
}
