/*
Theme Name: cmhammar
Theme URI: https://modena.se
Author: Gabriel Westington
Author URI: https://modena.se
Description: A custom template created by Gabriel Westington.
Version: 1.2
Text Domain: starter
*/

*,
*:before,
*:after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}

article,
footer,
header,
main,
menu,
nav,
section {
	display: block;
}

strong {
	font-weight: bold;
}

img,
.wp-caption {
	max-width: 100%;
	height: auto;
	border: 0;
}

ul,
ol,
li > ul,
li > ol {
	margin: 0;
	padding: 0;
}

ul,
ol {
	margin-left: 20px;
	margin-bottom: 20px;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

/*--------------------------------------------------------------
# Code below makes footer sticky
Source: https://codepen.io/chriscoyier/pen/RRbKrL
--------------------------------------------------------------*/
html,
body {
	/* IE 10-11 didn't like using min-height */
	height: 100%;
}
body {
	display: flex;
	flex-direction: column;
}
.site-content {
	flex: 1 0 auto; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
}
/* This is footer template for BB  */
.fl-builder-content-3747 {
	flex-shrink: 0; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

@font-face {
	font-family: 'Futura Condensed';
	src: url(/wp-content/themes/cmhammar/fonts/FuturaCondMedium.woff2) format('woff2'),
		url(/wp-content/themes/cmhammar/fonts/FuturaCondMedium.woff) format('woff');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Futura';
	src: url(/wp-content/themes/cmhammar/fonts/Futura-CondensedExtraBold.woff2) format('woff2'),
		url(/wp-content/themes/cmhammar/fonts/Futura-CondensedExtraBold.woff) format('woff');
	font-weight: 800;
	font-style: normal;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 24px;
}

.product_title {
	font-size: 32px;
	color: #004470;
	text-transform: uppercase;
	font-weight: 800;
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 800;
	clear: both;
}

h1 {
	font-family: 'Futura';
	font-size: 50px;
	line-height: 1.1;
}

h2 {
	font-size: 27px;
	line-height: 1.1;
}

h3 {
	font-size: 20px;
	line-height: 1.2;
}

h4 {
	font-size: 19px;
	line-height: 1.4;
}

h5 {
	font-size: 15px;
	line-height: 1.4;
}

p {
	margin: 0 0 20px 0;
}

/*
h1,
h2,
h3,
h3.fl-heading .fl-heading-text,
h4,
p {
	color: rgb(0 0 0 / 80%) !important;
}
*/
@media (max-width: 768px) {
	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 24px;
	}
}

@media (max-width: 468px) {
	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 22px;
	}

	h3 {
		font-size: 20px;
	}
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
	color: #0092bb;
	text-decoration: none;
	-webkit-transition: all 0.125s ease-in-out 0s;
	-moz-transition: all 0.125s ease-in-out 0s;
	transition: all 0.125s ease-in-out 0s;
}

a:hover,
a:focus,
a:active {
	color: #004470;
	text-decoration: none;
	outline: 0;
}

/*
.site-content p a:hover,
.site-content .author-email a:hover {
	color: #004470;
	border-bottom: 1px dashed #0092bb;
}*/

/*--------------------------------------------------------------
# Gradients & Colors
--------------------------------------------------------------*/
.dark {
	color: #212121;
}

.orbit {
	color: #0092bb;
}

.cloud {
	color: #ededed;
}

.space {
	color: #3c3c3c;
}

.turkoise {
	color: #0092bb;
}

.green {
	color: #3bd42e;
}

.yellow {
	color: #ffe839;
}

.orange {
	color: #f44911;
}

.blue {
	color: #28335f;
}

.purple {
	color: #a258ab;
}

.turkoise-orbit {
	background-image: linear-gradient(to right top, #69cfca, #59ced8, #4ecde5, #4dcaf1, #58c7fc);
}

.yellow-orbit {
	background-image: linear-gradient(to right top, #ffe839, #97f176, #00ecbe, #00ddf1, #58c7fc);
}

.orange-orbit {
	background-image: linear-gradient(to right top, #f44911, #ff448a, #de7ce3, #8caaff, #58c7fc);
}

.orbit-space {
	background-image: linear-gradient(to right top, #58c7fc, #689fcc, #657a99, #565969, #3c3c3c);
}

/* .oceanblue-turquoise{

  background-image: linear-gradient(to right top, #004470, #005784, #006a97, #007ea9, #0092bb);
} */

.oceanblue-turquoise {
	background-image: linear-gradient(to right bottom, #004470, #005784, #006a97, #007ea9, #0092bb);
}

.turquoise {
	background: #0092bb;
}

.oceanblue-dark-single {
	background: #004470 !important;
}

.oceanblue-dark {
	background-image: linear-gradient(to right bottom, #004470, #00475a, #1b4542, #344037, #3c3c3b);
}
.oceanblue-yellow {
	background-image: linear-gradient(to right bottom, #004470, #007497, #00a187, #63c64c, #ffd600);
}
.turquoise-green {
	background-image: linear-gradient(to right bottom, #0092bb, #00a5b7, #00b496, #32be5f, #96bf0d);
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
	background: transparent;
	transition: background 0.3s ease;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1030;
	padding: 0;
}

header .top-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 8px;
	padding-bottom: 8px;
}

header .logo img {
	width: 200px;
	height: auto;
	display: block;
}

header .top-items {
	display: flex;
	align-items: center;
}

header .top-items .ham {
	height: 64px;
}

@media (max-width: 768px) {
	header .logo img {
		width: 170px;
	}
	header .top-items .ham {
		height: 60px;
	}
}

@media (max-width: 568px) {
	header .logo img {
		width: 140px;
	}
}

@media (min-width: 769px) {
	header .logo {
		margin-left: 20px;
	}
}

/*--------------------------------------------------------------
# Framework
--------------------------------------------------------------*/
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1800px;
	}
}

.small-container {
	max-width: 700px;
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.3333333333%;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.6666666667%;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 576px) {
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-sm-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-sm-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-sm-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 1024px) {
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
}

/*--------------------------------------------------------------
# Spacing & Aligning
--------------------------------------------------------------*/
.center-block {
	text-align: center;
	margin: 0 auto;
}

.mx-auto {
	margin: 0 auto;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.edge-to-edge {
	padding: 0;
}

.all-4 {
	padding: 25px;
}

/* bottom */
.pb-50 {
	padding-bottom: 50px;
}

.pb-100 {
	padding-bottom: 100px;
}

/* right/left */
.pr-4 {
	padding-right: 25px !important;
	padding-left: 25px !important;
}

/* top/bottom */
.tb-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.tb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.tb-150 {
	padding-top: 150px;
	padding-bottom: 150px;
}

/* Large - no padding */
.pr-l-4 {
	padding-right: 25px !important;
	padding-left: 25px !important;
}

.m-20 {
	margin: 20px;
}

@media (min-width: 1200px) {
	.pr-l-4 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}

@media (max-width: 1024px) {
	.tb-150 {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

@media (max-width: 768px) {
	.tb-150 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

/*--------------------------------------------------------------
# Header & Menu
--------------------------------------------------------------*/
.main-menu {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	overflow: auto;
	transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	background-color: #212121;
	z-index: -1;
}

.main-menu > ul {
	opacity: 1;
	display: block;
	-webkit-transform: translateY(25px);
	-ms-transform: translateY(25px);
	transform: translateY(25px);
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	list-style: none;
	clear: both;
	margin: 0 auto;
	padding: 160px 0 0 0;
	width: 50%;
}

.main-menu > ul > li {
	display: block;
	position: relative;
}

.main-menu > ul.menu > li:before {
	display: block;
	content: '';
	width: auto;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
}

.main-menu > ul > li:first-child:before {
	height: 0;
}

.main-menu ul.menu > li > a {
	position: relative;
	width: calc(100%);
	display: block;
	font-size: 22px;
	height: auto;
	line-height: 1.5;
	letter-spacing: 0.0025rem;
	padding-bottom: 0.8125rem;
	padding-left: 1.25rem;
	padding-top: 0.875rem;
	padding-right: 0.4375rem;
	text-decoration: none;
	outline: 0;
	color: #fff;
}

/* Removes scrollbar */
body.open-main-menu {
	overflow: hidden;
	height: 100%;
	width: 100%;
}

body.open-main-menu nav.main-menu {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-overflow-scrolling: touch;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	/*overflow: scroll;*/
	-webkit-overflow-scrolling: touch;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

body.open-main-menu nav.main-menu ul {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.main-menu .sub-menu {
	margin: 0;
	padding: 0;
	display: none;
}

.main-menu ul,
.main-menu li {
	list-style: none;
}

.main-menu li.menu-item-has-children a {
	line-height: 30px;
}

.main-menu li.menu-item-has-children i {
	float: right;
	color: #ffffffc4;
	vertical-align: middle;
	font-size: 26px;
	cursor: pointer;
	padding: 0;
}

.main-menu li.show-sub-menu > .sub-menu {
	display: block;
}

.main-menu .js-menu-accordion {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 3.75rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 3.75rem;
	transition: -webkit-transform 0.2s cubic-bezier(0.77, 0, 0.175, 1);
	cursor: pointer;
}

.main-menu .sub-menu > li > a {
	font-size: 1.125rem;
	display: block;
	color: #fff;
	padding-left: 1.25rem;
	padding-bottom: .4375rem;
	outline: 0;
}

.collapse-icon {
	position: relative;
	width: 26px;
	height: 26px;
}
.collapse-icon:before,
.collapse-icon:after {
	content: "";
	position: absolute;
	background-color: #bbb;
	border-radius: 1px;
	transition: transform 300ms cubic-bezier(0.4, 0, 0.4, 1);
}
.collapse-icon:before {
	top: 0;
	left: 50%;
	width: 4px;
	border-radius: 2px;
	height: 100%;
	margin-left: -2px;
}
.collapse-icon:after {
	top: 50%;
	left: 0;
	width: 100%;
	height: 4px;
	border-radius: 2px;
	margin-top: -2px;
}
.collapse-icon:hover {
	cursor: pointer;
}
.collapse-icon.rotate.down:before {
	transform: rotate(270deg);
}
.collapse-icon.rotate.down:after {
	transform: rotate(180deg);
}

@media (max-width: 768px) {
	.main-menu > ul {
		width: 100%;
		padding: 100px 0 0 0;
	}
	.main-menu ul.menu > li > a {
		font-size: 18px;
		line-height: 1.3;
	}
}

@media (min-width: 769px) {
	.main-menu ul.menu > li > a:hover {
		font-weight: 800;
	}
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.section {
	text-align: left;
	color: #fff;
	font-size: 50px;
}

.fp-bg {
	top: 0;
	bottom: 0;
	width: 100%;
	position: absolute;
	z-index: -1;
	background-size: cover;
	background-position: center 80%;
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Video */
.myVideo {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	z-index: -2;
}

/*width: 100vw;
  height: 100vh;*/

/* IE11 - Make video stretch */
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop,
	.myVideo {
		width: auto;
	}
}

/* Layer with position absolute in order to have it over the video
* --------------------------------------- */
.layer {
	z-index: 4;
	width: 100%;

	/*
    * Preventing flicker on some browsers
    * See http://stackoverflow.com/a/36671466/1081396  or issue #183
    */
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.bg-color {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
}

.bg-color.op-0 {
	opacity: 0;
}
.bg-color.op-20 {
	opacity: 0.2;
}
.bg-color.op-25 {
	opacity: 0.25;
}
.bg-color.op-30 {
	opacity: 0.3;
}
.bg-color.op-35 {
	opacity: 0.35;
}
.bg-color.op-40 {
	opacity: 0.4;
}
.bg-color.op-45 {
	opacity: 0.45;
}
.bg-color.op-50 {
	opacity: 0.5;
}
.bg-color.op-55 {
	opacity: 0.55;
}
.bg-color.op-60 {
	opacity: 0.6;
}

.bg-color.op-65 {
	opacity: 0.65;
}
.bg-color.op-70 {
	opacity: 0.7;
}
.bg-color.op-75 {
	opacity: 0.75;
}
.bg-color.op-80 {
	opacity: 0.8;
}

.bg-color.op-85 {
	opacity: 0.85;
}
.bg-color.op-90 {
	opacity: 0.9;
}
.bg-color.op-95 {
	opacity: 0.95;
}
.bg-color.op-100 {
	opacity: 1.0;
}

/*solves problem with overflowing video in Mac with Chrome */
#section0 {
	overflow: hidden;
}

/* Hiding video controls
* See: https://css-tricks.com/custom-controls-in-html5-video-full-screen/
 * --------------------------------------- */
video::-webkit-media-controls {
	display: none !important;
}

.section h1,
.section h2 {
	font-size: 47px;
	line-height: 1.1;
	color: #fff;
	margin-top: 0;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-family: "Futura";
}

.section .desc {
	color: #fff;
	font-size: 22px;
	line-height: 1.6;
	font-weight: 400;
	margin: 0 0 30px 0;
}

@media (max-width: 1024px) {
	.section h1,
	.section h2 {
		font-size: 42px;
	}

	.section .desc {
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	.section h1,
	.section h2 {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.section .desc {
		font-size: 19px;
		margin: 0 0 20px 0;
	}
}

@media (max-width: 468px) {
	.section h1,
	.section h2 {
		font-size: 26px;
		margin-bottom: 10px;
	}

	.section .desc {
		font-size: 16px;
		margin: 0 0 10px 0;
	}
}

/*--------------------------------------------------------------
## Fade in animation
--------------------------------------------------------------*/
.section-content {
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(10px);
	transform: translateY(100px);
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	list-style: none;
	opacity: 0;
}

.fp-table.active .section-content {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
/* BB button module */
.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
	background: #ffd600;
	color: rgba(0, 0, 0, 0.8);
	border: 0;
}

.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	display: inline-block;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	padding: 12px 24px;
}

/*
.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out,
		box-shadow .15s ease-in-out;
}

.btn-primary {
	color: #fff;
	background-color: #58c7fc;
	border-color: #58c7fc;
}

.btn-primary:hover {
	color: #fff;
	background-color: #46aada;
	border-color: #46aada;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.btn:focus,
.btn:hover {
	text-decoration: none;
	color: #fff;
}
*/

.wire-btn {
	display: inline-block;
	width: auto;
}

.wire-btn a {
	background: #ffd600;
	color: rgba(0, 0, 0, 0.8);
	font-size: 18px;
	padding: 9px 18px;
	/* border-radius: 100px; */
	line-height: 1.4;
	display: block;
	font-weight: 700;
	white-space: nowrap;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

/* .wire-btn a {
    background: #fff;
    color: #212121;
    font-size: 18px;
    padding: 9px 18px;
    border-radius: 100px;
    line-height: 1.4;
    display: block;
    font-weight: 700;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
} */

.wire-btn span:after {
	content: "\f345";
	font-family: dashicons;
	display: inline-block;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	color: rgba(0, 0, 0, 0.8);
	font-size: 24px;
	height: auto;
	margin-left: 6px;
	margin-right: 0;
	margin-top: -3px;
	vertical-align: middle;
	width: auto;
	transition: margin 200ms;
}

/* for BB */
.wire-btn-bb {
	display: inline-block;
	width: auto;
}

/* .wire-btn-bb a {
    background: #0092BB;
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    padding: 9px 22px;
    display: block;
    font-weight: 700;
    white-space: nowrap;
    border-radius: 100px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
} */

.wire-btn-bb a {
	background: #ffd600;
	color: rgba(0, 0, 0, 0.8);
	font-size: 20px;
	line-height: 1.4;
	padding: 9px 22px;
	display: block;
	font-weight: 700;
	white-space: nowrap;

	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

/* 
.wire-btn-bb i {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  margin-left: 15px;
  transition: all 200ms;
} */

.wire-btn-bb i {
	color: rgba(0, 0, 0, 0.8);
	font-size: 20px;
	line-height: 26px;
	margin-left: 15px;
	transition: all 200ms;
}

/* Hotspot - Image with multiple links inside */
.hotspot .wire-btn-bb a {
	width: 40px;
	height: 40px;
	font-size: 22px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	padding: 0;
}

.hotspot .wire-btn-bb i {
	margin-left: 0;
	width: 40px;
}

/* Hotspot textlinks */
/* .popup-textlink .wire-btn-bb a {
	background: transparent;
    color: #0092BB;
    font-size: inherit;
    line-height: inherit;
    padding: 0;
    border-radius: inherit;
    width: auto;
    height: auto;
    text-align: left;
    vertical-align: inherit;
    white-space: normal;
} */

.popup-textlink .wire-btn-bb a {
	background: transparent;
	color: #ffd600;
	font-size: inherit;
	line-height: inherit;
	padding: 0;
	border-radius: inherit;
	width: auto;
	height: auto;
	text-align: left;
	vertical-align: inherit;
	white-space: normal;
}

.popup-textlink .wire-btn-bb a i {
	display: none;
}

@media (min-width: 769px) {
	.wire-btn a {
		font-size: 20px;
		padding: 12px 22px;
	}
	/* this is roll back */
	/* .wire-btn a:hover {
		background: #0092BB;
  } */

	.wire-btn a:hover {
		background: #ffd600;
	}
	.wire-btn span:after {
		font-size: 26px;
	}

	.wire-btn a:hover,
	.wire-btn a:hover span:after {
		/* color: #fff; */
		color: black;
	}
	/* backup */
	/* .wire-btn-bb a:hover {
		background: #0092BB;
  } */
	.wire-btn-bb a:hover {
		background: #ffd600;
		color: rgba(0, 0, 0, 0.8);
	}

	/* .popup-textlink .wire-btn-bb a:hover {
		background: transparent !important;
		color: #0092BB;
	}  */

	.popup-textlink .wire-btn-bb a:hover {
		background: transparent !important;
		color: black;
	}
	.wire-btn-bb a:hover i {
		margin-left: 22px;
		transform: rotate(90deg);
	}
	.hotspot .wire-btn-bb a:hover i {
		margin-left: 0;
	}
	.wire-btn a:hover span:after {
		margin-left: 11px;
	}
	.hotspot .wire-btn a:hover span:after {
		margin-left: 0;
	}
}

/*--------------------------------------------------------------
## Hotspot
--------------------------------------------------------------*/
.hotspot {
	position: relative;
}

.hotspot .hotspot-link-1,
.hotspot .hotspot-link-2,
.hotspot .hotspot-link-3,
.hotspot .hotspot-link-4 {
	position: absolute;
	width: 40px !important;
}

.hotspot .hotspot-link-1 .fl-module-content,
.hotspot .hotspot-link-2 .fl-module-content,
.hotspot .hotspot-link-3 .fl-module-content,
.hotspot .hotspot-link-4 .fl-module-content {
	margin: 0;
}

.hotspot .hotspot-link-1 {
	top: calc(31.21% - 20px);
	left: calc(22.52% - 20px);
}

.hotspot .hotspot-link-2 {
	top: calc(18.33% - 20px);
	left: calc(49.94% - 20px);
}

.hotspot .hotspot-link-3 {
	top: calc(67.92% - 20px);
	left: calc(40.28% - 20px);
}

.hotspot .hotspot-link-4 {
	top: calc(29.9% - 20px);
	left: calc(81.28% - 20px);
}

.fl-builder-edit .hotspot .hotspot-link-1,
.fl-builder-edit .hotspot .hotspot-link-2,
.fl-builder-edit .hotspot .hotspot-link-3,
.fl-builder-edit .hotspot .hotspot-link-4 {
	width: 100% !important;
	position: relative;
	top: 0;
	left: 0;
}

/*--------------------------------------------------------------
## Counter
--------------------------------------------------------------*/
.counter {
	list-style: none;
	margin-bottom: 20px;
}

.counter-wrap {
	font-size: 22px;
	line-height: 1.6;
}

.counter-val,
.counter-txt {
	font-size: inherit;
}

.counter-txt {
	font-style: italic;
}

.counter-val {
	font-weight: 700;
}

@media (max-width: 1024px) {
	.counter-wrap {
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	.counter-wrap {
		font-size: 17px;
	}
}

@media (max-width: 468px) {
	.counter-wrap {
		font-size: 15px;
	}
}

/*--------------------------------------------------------------
## Accordion
--------------------------------------------------------------*/
.accordion--faq {
	max-width: 550px;
	margin: 1em auto;
}
.accordion--faq .accordion__question:last-child {
	border-bottom: 1px solid white;
}
.accordion--faq .accordion__header {
	border-top: 1px solid white;
	cursor: pointer;
	display: inline-block;
	letter-spacing: 0.031em;
	line-height: 2.3;
	padding: 0.5em 1em;
	width: 100%;
}
.accordion--faq .accordion__header:hover span,
.accordion--faq .accordion__header:focus span {
	color: white;
}
.accordion--faq .accordion__header.is-active span {
	color: white;
}
.accordion--faq .accordion__header.is-active span:before {
	content: "\e0c4";
}
.accordion--faq .accordion__header span {
	display: inline-block;
	color: #4e606d;
	line-height: 2.3;
	float: right;
}
.accordion--faq .accordion__heading {
	display: inline-block;
	margin: 0;
}
.accordion--faq .accordion__content {
	display: none;
	padding: 1em;
}

/*--------------------------------------------------------------
# Distributors - Bing Map
--------------------------------------------------------------*/
#list-template {
	max-height: 500px;
}

#list-template h2 {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 25px;
	color: #3c3c3b;
}

.country-selector {
	margin-right: 10px;
}

@media (max-width: 1200px) {
	#myMap {
		margin-right: 20px;
	}
}

@media (max-width: 1024px) {
	#myMap {
		margin-right: 0;
	}

	#list-template {
		margin-top: 50px;
	}

	#themap {
		padding: 0;
	}
}
/*--------------------------------------------------------------
## Blog & Category Pages
--------------------------------------------------------------*/
.category .blog-entry {
	margin-bottom: 30px;
}

.blog-entry {
	position: relative;
}

.blog-thumb {
	margin-bottom: 20px;
}

.blog-thumb img {
	display: block;
}

.blog-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 75%;
}

.blog-date {
	font-size: 12px;
}

.blog-content h2 {
	margin: 0 0 15px 0;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
}

/* News  */
.news .row {
	flex-direction: column;
    flex-wrap: inherit;
    margin-bottom: 70px;
    margin-right: 0;
    margin-left: 0;
    overflow: hidden;
}

.news .news-excerpt {
    margin-bottom: 15px;
}

.news .blog-content {
    padding: 0 30px;
	position: static;
	transform: none;
}

.news-back .dashicons-arrow-left-alt::before {
	color: #fff;
	font-size: 30px;
}
/* End News */

.blog-cat {
    background: #004470;
    padding: 7px 13px 6px 13px;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.7px;
    line-height: 1.1;
}

.blog-cat a {
	color: #fff;
}

.blog-cat .post-categories {
	list-style: none;
	margin: 0;
}

.cat-filter {
	display: block;
	padding: 10px 20px 30px;
	display: flex;
	justify-content: center;
}

.cat-menu {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cat-menu a {
	border: 1px solid rgba(0, 0, 0, 0.8);
	padding: 0 10px;
	display: block;
	font-size: 16px;
	line-height: 1.4;
    background: #ffd600;
    color: rgba(0, 0, 0, 0.8);
    border: 1px solid #ffd600;
	font-weight: 700;
}

.cat-menu li:not(:last-child) {
	margin-right: 10px;
	margin-bottom: 10px;
}

.cat-menu li.active a {
    background: transparent
}

@media (max-width: 1024px) {
	.blog-content h2 {
		font-size: 24px;
	}
}

@media (min-width: 576px) {
	.news .row {
		flex-direction: row;
		flex-wrap: inherit;
	}
	.blog-thumb {
		margin-bottom: 0;
	}
}

@media (min-width: 769px) {
	.cat-filter {
		padding: 10px 30px 30px;
	}

	.cat-menu {
		text-align: center;
		width: 100%;
	}

	.cat-menu a {
		padding: 7px 22px;
		font-size: 16px;
	}

	.cat-menu a:hover {
    	background: #ffd600;
    	border: 1px solid rgba(0, 0, 0, 0.8);
	}
	.cat-menu li:not(:last-child) {
		margin-right: 15px;
	}
}

/* Posts modulen */
.fl-post-grid-post {
	border: 0;
	background: transparent;
}

.fl-post-grid-post .fl-post-grid-title {
	margin-top: 10px;
	font-size: 18px;
	line-height: 1.3;
}
.fl-post-grid-post .fl-post-grid-image {
	position: relative;
}
.fl-post-grid-post .fl-post-grid-image img {
	display: block;
}
.fl-post-grid-post .fl-post-grid-text {
	padding: 0;
}
.fl-post-grid-post .fl-post-grid-title a {
	color: #212121;
}
.fl-post-grid-post .fl-post-grid-date {
	font-size: 12px;
}

/*--------------------------------------------------------------
## Hero
.hero 			   Blog Posts
.hero-small    Search Pages
.hero-bb		   Pages
--------------------------------------------------------------*/
.hero {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}

.hero .container {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	z-index: 2;
}

.hero h1 {
	margin: 10px 0 15px 0;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

/* cat & blogpage */
.hero h1 a {
	color: #fff;
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}

.hero-small .fl-col-group-nested .fl-col-content {
	padding-top: 120px;
	padding-bottom: 120px;
}

.hero-bb .fl-row-content-wrap {
	padding-top: 150px;
	padding-bottom: 150px;
}

.hero-bb h1 {
	font-size: 47px !important;
	line-height: 1.1 !important;
	text-transform: uppercase !important;
}

.hero-bb p {
	font-size: 24px !important;
	line-height: 1.4 !important;
}

@media (max-width: 1024px) {
	.hero-small .fl-col-group-nested .fl-col-content {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.hero-bb .fl-row-content-wrap {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.hero-bb h1 {
		font-size: 40px !important;
	}
}

@media (max-width: 768px) {
	.hero-small .fl-col-group-nested .fl-col-content {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.hero-bb .fl-row-content-wrap {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.hero-bb h1 {
		font-size: 36px !important;
	}
	.hero-bb p {
		font-size: 20px !important;
		line-height: 1.4 !important;
	}
}

@media (max-width: 468px) {
	.hero-bb h1 {
		font-size: 30px !important;
	}
	.hero-bb p {
		font-size: 18px !important;
		line-height: 1.4 !important;
	}
}

/*--------------------------------------------------------------
## Background Colors on Background Images
--------------------------------------------------------------*/
.hero .bg-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.bg-img::before {
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	opacity: 0.4;
	background-image: linear-gradient(
		to left top,
		#3c3c3b,
		#3b3e3b,
		#38413d,
		#334343,
		#30454b,
		#2d4651,
		#2c4657,
		#2e455c,
		#274561,
		#1f4566,
		#14446b,
		#004470
	);
}

/* ONLY Posts! */
.bg-img.op-0::before {
	opacity: 0;
}
.bg-img.op-20::before {
	opacity: 0.2;
}
.bg-img.op-40::before {
	opacity: 0.4;
}
.bg-img.op-60::before {
	opacity: 0.6;
}

.turkoise-orbit .bg-img::before,
.turkoise-orbit .fl-row-content-wrap::after {
	background-image: linear-gradient(to right top, #69cfca, #59ced8, #4ecde5, #4dcaf1, #58c7fc);
}

.yellow-orbit .bg-img::before,
.yellow-orbit .fl-row-content-wrap::after {
	background-image: linear-gradient(to right top, #ffe839, #97f176, #00ecbe, #00ddf1, #58c7fc);
}

.orange-orbit .bg-img::before,
.orange-orbit .fl-row-content-wrap::after {
	background-image: linear-gradient(to right top, #f44911, #ff448a, #de7ce3, #8caaff, #58c7fc);
}

.orbit-space .bg-img::before,
.orbit-space .fl-row-content-wrap::after {
	background-image: linear-gradient(to right top, #58c7fc, #689fcc, #657a99, #565969, #3c3c3c);
}

.none .bg-img::before {
	display: none;
}

.no-img.bg-img::before {
	display: block;
	opacity: 1;
}

/* ONLY Pages! */
.fl-row-bg-overlay .fl-row-content-wrap:after {
	opacity: 0.4;
}

.op-0 .fl-row-content-wrap:after {
	opacity: 0;
}
.op-20 .fl-row-content-wrap:after {
	opacity: 0.2;
}
.op-40 .fl-row-content-wrap:after {
	opacity: 0.4;
}
.op-60 .fl-row-content-wrap:after {
	opacity: 0.6;
}

/*--------------------------------------------------------------
## Blog Feed
--------------------------------------------------------------*/
.blog-feed {
	background: #fff;
	padding: 20px 0 40px 0;
	color: #212121;
}

.blog-feed .feed-headline {
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 40px;
}

.blog-feed .feed-thumb {
	height: 100px;
	width: 100px;
	position: relative;
}

.blog-feed img {
	height: 100px;
	width: 100px;
}

.blog-feed .blog-item {
	display: flex;
	flex-wrap: nowrap;
	background: transparent;
}

.blog-feed img {
	max-width: inherit;
}

.blog-feed h3.feed-title {
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 2px;
	margin-top: 0;
}

.blog-feed h3.feed-title a {
	color: #212121;
}

.blog-feed .feed-thumb a {
	display: inline-block;
}

.blog-feed .feed-thumb a img {
	display: block;
}

.blog-feed .feed-date {
	color: #212121;
	font-size: 12px;
	margin-bottom: 15px;
}

.blog-feed .feed-desc {
	font-size: 14px;
	line-height: 1.5;
}

/* Singlepage only */
.blog-feed ul.feed-cat {
	display: flex;
	justify-content: center;
	align-items: center;
}

.blog-feed ul.feed-cat,
.blog-feed ul.feed-cat li {
	list-style: none;
	margin: 0;
}

.blog-feed ul.feed-cat {
	margin-top: 0;
}

.blog-feed ul.feed-cat li {
	display: inline-block;
	margin-right: 15px;
}

.blog-feed ul.feed-cat li:last-child {
	margin-right: 0;
}

@media (max-width: 1024px) {
	.blog-feed .blog-item {
		margin-bottom: 40px;
	}
}

@media (max-width: 768px) {
	.blog-feed .col-lg-4 {
		margin-bottom: 20px;
	}
	.blog-feed .blog-item {
		margin-bottom: 10px;
	}
	.blog-feed h3.feed-title {
		font-size: 16px;
	}
	.blog-feed .feed-headline {
		font-size: 20px;
	}
	.blog-feed .feed-date {
		margin-bottom: 0;
	}
	.feed-cat li {
		font-size: 14px;
	}
	.feed-cat .blog-cat {
		font-size: 12px;
		padding: 10px 13px 7px 13px;
	}
	.blog-feed ul.feed-cat {
		align-items: baseline;
		flex-direction: column;
	}
	.blog-feed ul.feed-cat li {
		margin-right: 0;
		margin-bottom: 5px;
	}
}

@media (max-width: 468px) {
	.blog-feed .blog-item {
		margin-bottom: 0;
	}
	.blog-feed .feed-headline {
		font-size: 18px;
		margin-bottom: 20px;
	}
}

@media (min-width: 769px) {
	.blog-feed {
		padding: 40px 0 60px 0;
	}
	.blog-feed h3.feed-title a:hover {
		color: #a258ac;
	}
	.blog-feed ul.feed-cat {
		margin-top: 40px;
	}
}

/*--------------------------------------------------------------
## Hamburger animation
--------------------------------------------------------------*/
.ham {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: transform 400ms;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ham .top {
	stroke-dasharray: 40 121;
}

.ham .bottom {
	stroke-dasharray: 40 121;
}

.line {
	fill: none;
	transition: stroke-dasharray 800ms, stroke-dashoffset 400ms;
	stroke: #fff;
	stroke-width: 5;
	stroke-linecap: round;
}

.ham .middle {
	stroke-dasharray: 40 121;
	stroke-dashoffset: 10px;
}

/* When clicked - active */
.ham.active {
	transform: rotate(45deg);
}

.ham.active .middle {
	stroke-dashoffset: 0;
}

.ham.active .top {
	stroke-dashoffset: -68px;
}

.ham.active .bottom {
	stroke-dashoffset: -68px;
}

.ham:hover .line.middle {
	stroke-dasharray: 80 121;
}

@media (max-width: 768px) {
	.ham {
		margin-right: -20px;
	}
}

/*--------------------------------------------------------------
## Language Switcher
--------------------------------------------------------------*/
.lang-switcher {
	padding: 0 5px;
}

.lang-switcher ul,
.lang-switcher li {
	list-style: none;
	margin: 0;
}

.lang-switcher li.current-lang {
	display: block;
}

.lang-switcher:hover li {
	display: block;
}

.lang-switcher .drop a {
	text-decoration: none;
}

.lang-switcher .drop a:hover {
	border: 0;
}

.lang-switcher i {
	transition: all .2s ease-in-out;
}

.lang-switcher .fa-globe {
	font-size: 24px;
}

.lang-switcher li.drop > a:hover i {
	transform: scale(1.1);
}

.lang-switcher .drop [data-toggle="dropdown"] {
	display: block;
	position: relative;
	padding: 10px 10px;
	margin: 0;
	outline: 0;
	font-size: 13px;
	letter-spacing: 1px;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
}

.lang-switcher .drop .dropdown-menu {
	margin: 0;
	position: absolute;
	background: #212121;
	padding: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	transition: opacity 0.2s ease-out;
	opacity: 0;
	height: 0;
	overflow: hidden;
}

.lang-switcher .drop .dropdown-menu li a,
.lang-switcher .drop .dropdown-menu li span {
	padding: 17px 30px 15px 17px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.3;
	display: block;
	border-bottom: 1px solid #3c3c3c;
	text-align: right;
}

.lang-switcher .drop .dropdown-menu li:last-child a {
	border-bottom: 0;
}

.lang-switcher .drop .show {
	display: block;
	opacity: 1;
	height: auto;
}

.lang-switcher span > i {
	padding-right: 10px;
}

@media (max-width: 768px) {
	.lang-switcher .fa-globe {
		font-size: 20px;
	}
}

/*--------------------------------------------------------------
## Search Icon
--------------------------------------------------------------*/
.search-menu {
	padding: 0 5px 0 10px;
}

.search-menu .fa-search {
	font-size: 24px;
}

.search-menu a i {
	color: #fff;
}

.search-menu i {
	transition: all .2s ease-in-out;
}

.search-menu a:hover i {
	transform: scale(1.1);
}

.navbar-sticky .search-menu i {
	color: #212121;
}

@media (max-width: 768px) {
	.search-menu {
		padding: 0 10px;
	}
	.search-menu .fa-search {
		font-size: 18px;
	}
}

/*--------------------------------------------------------------
## Sticky header
--------------------------------------------------------------*/
.navbar-sticky {
	background: rgba(255, 255, 255, 0.9);
}

.navbar-sticky .drop [data-toggle="dropdown"] {
	color: #212121;
}

.navbar-sticky .line {
	stroke: #212121;
}

.logo.color-logo {
	display: none;
}

.navbar-sticky .logo.white-logo {
	display: none;
}

.navbar-sticky .logo.color-logo {
	display: block;
}

/* Open Hamburger Menu */
.open-main-menu .navbar-sticky .drop [data-toggle="dropdown"],
.open-main-menu .navbar-sticky .search-menu i {
	color: #fff;
}

.open-main-menu .navbar-sticky .line {
	stroke: #fff;
}

.open-main-menu .logo.color-logo {
	display: none;
}

.open-main-menu .logo.white-logo {
	display: block;
}

/*--------------------------------------------------------------
## Form
--------------------------------------------------------------*/
/* For mobile and chrome browser. To get correct style */
input[type=submit] {
	-webkit-appearance: button;
}

.wpcf7-form .wpcf7-textarea,
.wpcf7-form .wpcf7-text {
	box-sizing: border-box;
	padding: 6px 10px 6px 0;
	font-size: 14px;
	line-height: 1.3;
	font-family: 'Open Sans', sans-serif;
	outline: 0;
}
.wpcf7-text {
	background: transparent;
}

.wpcf7-textarea {
	background: transparent;
	min-height: 200px;
}

div.wpcf7-response-output {
	margin: 10px 0;
}

/* Contact button */
.wpcf7-form .wpcf7-submit {
	font-family: 'Open Sans', sans-serif;
	color: #2f2f2f;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.4;
	padding: 0 0 5px 0;
	background: transparent;
	border: 0;
	border-bottom: 2px solid #dc3c42;
	outline: 0;
	cursor: pointer;
	-webkit-transition: all 0.125s ease-in-out 0s;
	-moz-transition: all 0.125s ease-in-out 0s;
	transition: all 0.125s ease-in-out 0s;
}

.wpcf7-form .wpcf7-submit:hover {
	border-bottom: 2px solid #2f2f2f;
}

.wpcf7-text,
.wpcf7-textarea {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #bbb;
}

.wpcf7-textarea {
	min-height: 100px;
}

div.wpcf7-response-output {
	margin-bottom: 60px;
	margin-top: -30px;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
	border: 1px solid #2f2f2f;
	color: #2f2f2f;
	padding: 10px 20px;
}

.wpcf7-form > p:last-child {
	margin: 0;
	padding: 0;
}

span.wpcf7-not-valid-tip {
	font-weight: bold;
	font-size: 12px;
}

.contact-policy {
	font-size: 13px;
	line-height: 1.6;
	margin: -15px 0 40px 0;
	font-weight: 600;
	font-style: italic;
}

@media (max-width: 468px) {
	.wpcf7-form .wpcf7-text,
	.wpcf7-textarea {
		width: 100%;
	}
}

/*--------------------------------------------------------------
## Catalogue
--------------------------------------------------------------*/
a.login-btn {
	background-color: #ffd600;
	border-color: #ffd600;
	color: black !important;
	padding: 3px 16px;
}

a.login-btn:hover {
	background-color: #333;
	border-color: #333;
	color: white !important;
}

.product-name-title,
.product-spec {
	display: block;
	color: #333;
}

/* Hide sub-sub categories in catalog page */

/* This hides bolts/rods products when viewing https://www.cmhammar.com/product-category/h20/epirb/ 
Only category link should be visible. */
.tax-product_cat.term-88 #loop .cat-96 {
	display: none;
}

/* This hides release hooks from H20 R for Raft. */
.tax-product_cat.term-91 #loop .cat-94 {
	display: none;
}

/* Special cat */
.tax-product_cat.term-115 .category-box {
	display: none;
}

/*--------------------------------------------------------------
## Single Product
--------------------------------------------------------------*/
ul.download-items,
ul.meta-description {
	list-style: none;
	margin-left: 0px;
}
ul.meta-description li {
	border-bottom: 1.2px solid rgba(0, 0, 0, .1);
	clear: both;
	overflow: auto;
}

ul.meta-description strong {
	width: 24%;
	margin-bottom: 4px;
	line-height: 24px;
	display: inline-block;
	color: #272727;
}

ul.meta-description,
ul.download-items i {
	color: #58595b;
}

@media (max-width: 768px) {
	ul.meta-description strong {
		width: 100%;
		display: block;
	}
}

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
.cta-content {
	padding: 50px 0;
	color: #fff;
}

.cta-content .row {
	align-content: center;
}

.cta-content h3 {
	font-weight: 700;
	margin-bottom: 5px;
}

.cta-content p {
	font-size: 20px;
	line-height: 1.3;
}

.cta-content .col-lg-3 {
	display: flex;
	align-items: center;
}

@media (max-width: 768px) {
	.cta-content p {
		font-size: 22px;
	}
}

@media (max-width: 468px) {
	.cta-content p {
		font-size: 20px;
	}
}

/*--------------------------------------------------------------
## Career
--------------------------------------------------------------*/
.tablepress {
	font-size: 16px;
	line-height: 1.3;
}

.tablepress tfoot th,
.tablepress thead th {
	background-color: #ededed !important;
}

.tablepress tbody td {
	vertical-align: middle !important;
}

.tablepress tbody a {
	font-weight: 600;
}

/*--------------------------------------------------------------
## Page scroller
--------------------------------------------------------------*/
.page-scroller {
	cursor: pointer;
	position: absolute;
	width: 70px;
	left: 50%;
	text-align: center;
	bottom: 30px;
	margin-left: -35px;
}

.page-scroller-arrow {
	font-size: 38px;
	color: #fff;
	-moz-animation: linear bounce 1s infinite;
	-webkit-animation: linear bounce 1s infinite;
	animation: linear bounce 1s infinite;
}

@keyframes bounce {
	0%,
	100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

@media (max-width: 768px) {
	.page-scroller-arrow {
		font-size: 32px;
	}
	.page-scroller {
		bottom: 15px;
	}
}

/*--------------------------------------------------------------
## Modal
--------------------------------------------------------------*/
.modal-open {
	overflow: hidden;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}

.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none;
}

.modal-dialog-scrollable {
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none;
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.fade.show {
	opacity: 0.5;
}

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-body li {
	margin-bottom: 20px;
}

.modal-body img.alignright {
	float: right;
}

.modal-body img.alignleft {
	float: left;
}

.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
	margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
	margin-right: .25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

.modal-title {
	font-size: 25px;
	line-height: 1.2;
	font-weight: 400;
	color: #3c3c3b;
	margin-bottom: 30px;
}

.modal-content h3,
.modal-content h4 {
	font-size: 20px;
	line-height: 1.2;
	color: #3c3c3b;
}

.modal-body .wp-caption {
	max-width: 100%;
}

@media (min-width: 576px) {
	/*
	.modal-title {
		font-size: 25px;
		line-height: 1.3;
	}*/

	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem);
	}
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem);
	}
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
	}
	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width: 992px) {
	.modal-lg,
	.modal-xl {
		max-width: 800px;
	}

	/*
	.modal-title {
		font-size: 25px;
		line-height: 1.3;
	}*/
}

@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.fade.show {
	opacity: 1;
	padding: 0 !important;
}

.portfolio-modal .modal-dialog {
	margin: 4rem auto;
	max-width: 800px;
}

.portfolio-modal .modal-content {
	padding: 70px 0 40px 0;
}

.portfolio-modal .modal-content p {
	font-size: 16px;
	line-height: 24px;
	color: #3c3c3b;
	margin-bottom: 30px;
}

/*
.portfolio-modal .modal-title {
	text-align: center;
}*/

.portfolio-modal .modal-content p.item-intro {
	font-size: 16px;
	font-style: italic;
	margin: 20px 0 30px;
	font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
		sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.portfolio-modal .modal-content ul {
	margin-top: 0;
	margin-bottom: 30px;
	text-align: left;
}

.portfolio-modal .modal-content img {
	margin-bottom: 30px;
}

.portfolio-modal .modal-content button {
	cursor: pointer;
}

.portfolio-modal .close-modal {
	position: absolute;
	top: 18px;
	right: 30px;
	cursor: pointer;
	background-color: transparent;
}

.portfolio-modal .close-modal:hover {
	opacity: 0.3;
}

.portfolio-modal .close-modal i {
	font-size: 40px;
}

@media (max-width: 1024px) {
	.portfolio-modal .modal-dialog {
		max-width: 70%;
	}
}

@media (max-width: 768px) {
	.portfolio-modal .modal-dialog {
		max-width: 80%;
	}
}

@media (max-width: 568px) {
	.portfolio-modal .modal-dialog {
		max-width: 90%;
	}
}

/*--------------------------------------------------------------
## Make embedded video in WP editor responsive
--------------------------------------------------------------*/
.wp-video,
video.wp-video-shortcode,
.mejs-container,
.mejs-overlay.load {
	width: 100% !important;
	height: 100% !important;
}
.mejs-container {
	padding-top: 56.25%;
}
.wp-video,
video.wp-video-shortcode {
	max-width: 100% !important;
}
video.wp-video-shortcode {
	position: relative;
}
.mejs-mediaelement {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.mejs-controls {
	display: none;
}
.mejs-overlay-play {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto !important;
	height: auto !important;
}

/*--------------------------------------------------------------
## Lets Connect
--------------------------------------------------------------*/
.employer p {
	font-size: 16px;
	line-height: 1.6;
}

.employer h3 {
	margin: 10px 0;
	font-size: 20px;
	line-height: 1.2;
}

.employer .fl-module-rich-text {
	text-align: center;
}

.employer img.fl-photo-img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	max-width: 200px;
}

/*--------------------------------------------------------------
## Lifejacket Single
--------------------------------------------------------------*/
.single-lifejacket .hammar-oceanblue-btn {
	display: block;
}

/*--------------------------------------------------------------
# Single Product
--------------------------------------------------------------*/
section.related {
	width: 100%;
}

section.related .content-box img {
	padding: 40px;
	padding-bottom: 0;
}

.hammar-oceanblue-btn {
	padding: 10px 20px;
	border: 1px solid #ffd600;
	color: #212121;
	background: #ffd600;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
	margin-top: 5px;
}

.hammar-oceanblue-btn a {
	color: #212121 !important;
}

/*--------------------------------------------------------------
# Catalogue Customer Portal login
--------------------------------------------------------------*/
.customer-portal-form .yellow-btn {
	background: #ffd600;
	color: #212121 !important;
	width: auto;
	padding: 10px 20px;
	border: 0;
	border-radius: 0.25rem;
	cursor: pointer;
}

.customer-portal-form .forgot-pass {
	font-size: 13px;
	color: #fff;
	padding: 0;
}

/* Override plugin Wooocomerce Proudcts Filter. Removes tags after selecting dropdonwn sorting */
.woof_products_top_panel {
	display: none !important;
}

.oem-login-col .fl-module-content {
	margin: 0 20px;
}

@media (min-width: 769px) {
	.oem-login {
		text-align: right;
		display: block;
	}
	.oem-login-col .fl-module-content {
		margin: 20px;
	}
}

/*--------------------------------------------------------------
## Author section on Blog Posts
--------------------------------------------------------------*/
.author-section {
	border-top: 1px solid #e6e6e6;
	padding: 30px 30px 90px 30px;
	display: flex;
	align-items: center;
}

.author-section img {
	border-radius: 50px;
	width: 70px;
	display: inline-block;
	margin-right: 15px;
}

.author-details {
	display: inline-block;
}

.author-details h5 {
	font-size: 22px;
	margin: 0;
}

.author-details h5 a {
	color: #212121;
}

.author-details h5 a:hover {
	color: #a258ab;
}

.author-details .author-desc,
.author-details .author-email {
	font-size: 16px;
	font-weight: 600;
}

/*--------------------------------------------------------------
## Author template
--------------------------------------------------------------*/
.author-results {
	margin-top: 60px;
}
/*--------------------------------------------------------------
## Searchpage & Searchform
--------------------------------------------------------------*/

.searchform {
	height: 52px;
	background-color: #ffffff;
	border-radius: 30px;
	padding: 0;
	max-width: 100%;
	border: 1px solid #aaa;
	overflow: hidden;
	margin: 70px 0 40px 0;
	display: flex;
	justify-content: space-between;
}

.searchpage .searchform {
	margin: 100px 0 100px 0;
}

.search-input {
	color: #212121;
	border: 0;
	outline: 0;
	background: none;
	font-size: 15px;
	line-height: 40px;
	padding: 0 30px 0 30px;
	max-width: 100%;
	width: 100%;
}

.search-icon {
	height: 52px;
	width: 80px;
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #212121;
	font-size: 20px;
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: 0;
}

.search-results h4 {
	font-size: 25px;
	line-height: 1.2;
	margin: 10px 0 10px 0;
	font-weight: 400;
	color: #3c3c3b;
	text-transform: uppercase;
}

.search-results p {
	font-size: 16px;
	margin-bottom: 0;
}

.search-results h4 a {
	color: #212121;
}

.search-results .product-search h4 a {
	color: #777;
}

.search-results h4 a:hover {
	color: #004470;
}

.search-results > .row {
	margin-bottom: 40px;
}

h3.search-title {
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 80px;
}

.search-results .prod-name {
	font-weight: 600;
	display: block;
}

/*--------------------------------------------------------------
## Cookie Notice
--------------------------------------------------------------*/
#cookie-notice .cookie-notice-container {
	max-width: 1100px;
	padding: 12px;
	margin: 0 auto;
}

#cookie-notice a.cn-button {
	background-color: #0092bb;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
	padding: 2px 10px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
}

#cookie-notice a.cn-button:hover {
	background-color: #2581ad;
}

#cookie-notice .cookie-notice-container #cn-notice-text {
	line-height: 2;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.pagination {
	margin-bottom: 60px;
	text-align: center;
}

.pagination a,
.pagination a:hover {
	color: #212121;
}

.pagination .page-numbers {
	padding-right: 5px;
}

.pagination i.fa-chevron-left {
	margin-right: 10px;
}

.pagination i.fa-chevron-right {
	margin-left: 10px;
}

.pagination .current {
	font-weight: 700;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer {
	background: #212121;
	font-size: 12px;
}

.footer,
.footer a {
	color: #ededed;
}

.footer a:hover {
	color: #fff;
}

.footer .copy {
	margin: 10px 0;
}

.footer .social {
	margin: 0;
}

.footer .footer-links {
	margin: 10px 0;
}

/* Social media icons */
.social ul {
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
}

.social ul li {
	display: inline-block;
	font-size: 22px;
	margin: 0 8px;
}

.social ul li a i {
	display: block;
}

@media (min-width: 769px) {
	.footer .social {
		margin: 20px 0;
	}
	.footer .row > div {
		align-items: center;
		display: flex;
	}
	.footer .row > div:nth-child(2) {
		justify-content: center;
	}
	.footer .row > div:nth-child(3) {
		justify-content: flex-end;
	}
}

/*--------------------------------------------------------------
# BB overrules
--------------------------------------------------------------*/
.fl-module-content .fl-number .fl-number-text {
	text-align: left;
}

/* Make mobileview wider */
@media (max-width: 768px) {
	.fl-col-small:not(.fl-col-small-full-width),
	.fl-col {
		max-width: 500px; /* default is max-width: 400px; */
	}

	.fl-photo-caption-below {
		padding: 20px;
	}
}

/*--------------------------------------------------------------
# Adminbar
--------------------------------------------------------------*/
.admin-bar .top {
	top: 32px;
}

#wpadminbar {
	position: fixed !important;
}

@media screen and (max-width: 782px) {
	.admin-bar .top {
		top: 46px;
	}
}
form.woocommerce-ordering::after {
	content: "\25BC";
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 1em;
	background: #212121;
	cursor: pointer;
	pointer-events: none;
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
	color: white;
}

.btn-wrapper {
	text-align: center;
}

/*--------------------------------------------------------------
# margins
--------------------------------------------------------------*/

.margin-t-20px {
	margin-top: 20px;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.mw-100 {
	max-width: 100% !important;
}

.mh-100 {
	max-height: 100% !important;
}

.min-vw-100 {
	min-width: 100vw !important;
}

.min-vh-100 {
	min-height: 100vh !important;
}

.vw-100 {
	width: 100vw !important;
}

.vh-100 {
	height: 100vh !important;
}

.m-0 {
	margin: 0 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-right: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
	margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
	margin-left: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
	margin-left: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3,
.my-3 {
	margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5,
.my-5 {
	margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
	margin-right: 3rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
	margin-left: 3rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
	padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
	padding-left: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
	padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
	padding-left: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3,
.py-3 {
	padding-top: 1rem !important;
}

.pr-3,
.px-3 {
	padding-right: 1rem !important;
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5,
.py-5 {
	padding-top: 3rem !important;
}

.pr-5,
.px-5 {
	padding-right: 3rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
	padding-left: 3rem !important;
}

.m-n1 {
	margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
	margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
	margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
	margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
	margin-left: -0.25rem !important;
}

.m-n2 {
	margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
	margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
	margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
	margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
	margin-left: -0.5rem !important;
}

.m-n3 {
	margin: -1rem !important;
}

.mt-n3,
.my-n3 {
	margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
	margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
	margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
	margin-left: -1rem !important;
}

.m-n4 {
	margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
	margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
	margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
	margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
	margin-left: -1.5rem !important;
}

.m-n5 {
	margin: -3rem !important;
}

.mt-n5,
.my-n5 {
	margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
	margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
	margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
	margin-left: -3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto,
.my-auto {
	margin-top: auto !important;
}

.mr-auto,
.mx-auto-b4 {
	margin-right: auto !important;
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}

.ml-auto {
	margin-left: auto !important;
}

@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important;
	}
	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important;
	}
	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important;
	}
	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important;
	}
	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important;
	}
	.m-sm-1 {
		margin: 0.25rem !important;
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: 0.25rem !important;
	}
	.mr-sm-1,
	.mx-sm-1 {
		margin-right: 0.25rem !important;
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 0.25rem !important;
	}
	.m-sm-2 {
		margin: 0.5rem !important;
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important;
	}
	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 0.5rem !important;
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 0.5rem !important;
	}
	.m-sm-3 {
		margin: 1rem !important;
	}
	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important;
	}
	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important;
	}
	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important;
	}
	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important;
	}
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important;
	}
	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	.m-sm-5 {
		margin: 3rem !important;
	}
	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important;
	}
	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important;
	}
	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important;
	}
	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important;
	}
	.p-sm-0 {
		padding: 0 !important;
	}
	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important;
	}
	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important;
	}
	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important;
	}
	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important;
	}
	.p-sm-1 {
		padding: 0.25rem !important;
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.25rem !important;
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-right: 0.25rem !important;
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: 0.25rem !important;
	}
	.p-sm-2 {
		padding: 0.5rem !important;
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.5rem !important;
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-right: 0.5rem !important;
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: 0.5rem !important;
	}
	.p-sm-3 {
		padding: 1rem !important;
	}
	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important;
	}
	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important;
	}
	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important;
	}
	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important;
	}
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important;
	}
	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important;
	}
	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important;
	}
	.p-sm-5 {
		padding: 3rem !important;
	}
	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important;
	}
	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important;
	}
	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important;
	}
	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important;
	}
	.m-sm-n1 {
		margin: -0.25rem !important;
	}
	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -0.25rem !important;
	}
	.m-sm-n2 {
		margin: -0.5rem !important;
	}
	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -0.5rem !important;
	}
	.m-sm-n3 {
		margin: -1rem !important;
	}
	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -1rem !important;
	}
	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -1rem !important;
	}
	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -1rem !important;
	}
	.m-sm-n4 {
		margin: -1.5rem !important;
	}
	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -1.5rem !important;
	}
	.m-sm-n5 {
		margin: -3rem !important;
	}
	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -3rem !important;
	}
	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -3rem !important;
	}
	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -3rem !important;
	}
	.m-sm-auto {
		margin: auto !important;
	}
	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important;
	}
	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important;
	}
	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important;
	}
	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important;
	}
	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important;
	}
	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important;
	}
	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important;
	}
	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important;
	}
	.m-md-1 {
		margin: 0.25rem !important;
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: 0.25rem !important;
	}
	.mr-md-1,
	.mx-md-1 {
		margin-right: 0.25rem !important;
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-md-1,
	.mx-md-1 {
		margin-left: 0.25rem !important;
	}
	.m-md-2 {
		margin: 0.5rem !important;
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: 0.5rem !important;
	}
	.mr-md-2,
	.mx-md-2 {
		margin-right: 0.5rem !important;
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-md-2,
	.mx-md-2 {
		margin-left: 0.5rem !important;
	}
	.m-md-3 {
		margin: 1rem !important;
	}
	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important;
	}
	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important;
	}
	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important;
	}
	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important;
	}
	.m-md-4 {
		margin: 1.5rem !important;
	}
	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important;
	}
	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important;
	}
	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important;
	}
	.m-md-5 {
		margin: 3rem !important;
	}
	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important;
	}
	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem !important;
	}
	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important;
	}
	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem !important;
	}
	.p-md-0 {
		padding: 0 !important;
	}
	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important;
	}
	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important;
	}
	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important;
	}
	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important;
	}
	.p-md-1 {
		padding: 0.25rem !important;
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: 0.25rem !important;
	}
	.pr-md-1,
	.px-md-1 {
		padding-right: 0.25rem !important;
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: 0.25rem !important;
	}
	.p-md-2 {
		padding: 0.5rem !important;
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: 0.5rem !important;
	}
	.pr-md-2,
	.px-md-2 {
		padding-right: 0.5rem !important;
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: 0.5rem !important;
	}
	.p-md-3 {
		padding: 1rem !important;
	}
	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important;
	}
	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important;
	}
	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important;
	}
	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important;
	}
	.p-md-4 {
		padding: 1.5rem !important;
	}
	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important;
	}
	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important;
	}
	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important;
	}
	.p-md-5 {
		padding: 3rem !important;
	}
	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important;
	}
	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important;
	}
	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important;
	}
	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important;
	}
	.m-md-n1 {
		margin: -0.25rem !important;
	}
	.mt-md-n1,
	.my-md-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -0.25rem !important;
	}
	.m-md-n2 {
		margin: -0.5rem !important;
	}
	.mt-md-n2,
	.my-md-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -0.5rem !important;
	}
	.m-md-n3 {
		margin: -1rem !important;
	}
	.mt-md-n3,
	.my-md-n3 {
		margin-top: -1rem !important;
	}
	.mr-md-n3,
	.mx-md-n3 {
		margin-right: -1rem !important;
	}
	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-md-n3,
	.mx-md-n3 {
		margin-left: -1rem !important;
	}
	.m-md-n4 {
		margin: -1.5rem !important;
	}
	.mt-md-n4,
	.my-md-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -1.5rem !important;
	}
	.m-md-n5 {
		margin: -3rem !important;
	}
	.mt-md-n5,
	.my-md-n5 {
		margin-top: -3rem !important;
	}
	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -3rem !important;
	}
	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -3rem !important;
	}
	.m-md-auto {
		margin: auto !important;
	}
	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important;
	}
	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important;
	}
	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important;
	}
	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important;
	}
	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important;
	}
	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important;
	}
	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important;
	}
	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important;
	}
	.m-lg-1 {
		margin: 0.25rem !important;
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: 0.25rem !important;
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: 0.25rem !important;
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 0.25rem !important;
	}
	.m-lg-2 {
		margin: 0.5rem !important;
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.5rem !important;
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 0.5rem !important;
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 0.5rem !important;
	}
	.m-lg-3 {
		margin: 1rem !important;
	}
	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important;
	}
	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important;
	}
	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important;
	}
	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important;
	}
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important;
	}
	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important;
	}
	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important;
	}
	.m-lg-5 {
		margin: 3rem !important;
	}
	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important;
	}
	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important;
	}
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important;
	}
	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important;
	}
	.p-lg-0 {
		padding: 0 !important;
	}
	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important;
	}
	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important;
	}
	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important;
	}
	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important;
	}
	.p-lg-1 {
		padding: 0.25rem !important;
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: 0.25rem !important;
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: 0.25rem !important;
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: 0.25rem !important;
	}
	.p-lg-2 {
		padding: 0.5rem !important;
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.5rem !important;
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: 0.5rem !important;
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: 0.5rem !important;
	}
	.p-lg-3 {
		padding: 1rem !important;
	}
	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important;
	}
	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important;
	}
	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important;
	}
	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important;
	}
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important;
	}
	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important;
	}
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important;
	}
	.p-lg-5 {
		padding: 3rem !important;
	}
	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important;
	}
	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important;
	}
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important;
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important;
	}
	.m-lg-n1 {
		margin: -0.25rem !important;
	}
	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -0.25rem !important;
	}
	.m-lg-n2 {
		margin: -0.5rem !important;
	}
	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -0.5rem !important;
	}
	.m-lg-n3 {
		margin: -1rem !important;
	}
	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -1rem !important;
	}
	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -1rem !important;
	}
	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -1rem !important;
	}
	.m-lg-n4 {
		margin: -1.5rem !important;
	}
	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -1.5rem !important;
	}
	.m-lg-n5 {
		margin: -3rem !important;
	}
	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -3rem !important;
	}
	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -3rem !important;
	}
	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -3rem !important;
	}
	.m-lg-auto {
		margin: auto !important;
	}
	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important;
	}
	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important;
	}
	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important;
	}
	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}
	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important;
	}
	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important;
	}
	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important;
	}
	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important;
	}
	.m-xl-1 {
		margin: 0.25rem !important;
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: 0.25rem !important;
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: 0.25rem !important;
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: 0.25rem !important;
	}
	.m-xl-2 {
		margin: 0.5rem !important;
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.5rem !important;
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 0.5rem !important;
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 0.5rem !important;
	}
	.m-xl-3 {
		margin: 1rem !important;
	}
	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important;
	}
	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important;
	}
	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important;
	}
	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important;
	}
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important;
	}
	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important;
	}
	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important;
	}
	.m-xl-5 {
		margin: 3rem !important;
	}
	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important;
	}
	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important;
	}
	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important;
	}
	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important;
	}
	.p-xl-0 {
		padding: 0 !important;
	}
	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important;
	}
	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important;
	}
	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important;
	}
	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important;
	}
	.p-xl-1 {
		padding: 0.25rem !important;
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: 0.25rem !important;
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-right: 0.25rem !important;
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: 0.25rem !important;
	}
	.p-xl-2 {
		padding: 0.5rem !important;
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: 0.5rem !important;
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-right: 0.5rem !important;
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: 0.5rem !important;
	}
	.p-xl-3 {
		padding: 1rem !important;
	}
	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important;
	}
	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important;
	}
	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important;
	}
	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important;
	}
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important;
	}
	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important;
	}
	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important;
	}
	.p-xl-5 {
		padding: 3rem !important;
	}
	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important;
	}
	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important;
	}
	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important;
	}
	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important;
	}
	.m-xl-n1 {
		margin: -0.25rem !important;
	}
	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -0.25rem !important;
	}
	.m-xl-n2 {
		margin: -0.5rem !important;
	}
	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -0.5rem !important;
	}
	.m-xl-n3 {
		margin: -1rem !important;
	}
	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -1rem !important;
	}
	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -1rem !important;
	}
	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -1rem !important;
	}
	.m-xl-n4 {
		margin: -1.5rem !important;
	}
	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -1.5rem !important;
	}
	.m-xl-n5 {
		margin: -3rem !important;
	}
	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -3rem !important;
	}
	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -3rem !important;
	}
	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -3rem !important;
	}
	.m-xl-auto {
		margin: auto !important;
	}
	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important;
	}
	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important;
	}
	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important;
	}
	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important;
	}
}

#prodcut-content h6 {
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#prodcut-content p {
	margin: 0px 0 5px 0;
}
#prodcut-content h4 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.blog-entry {
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
## Row with 4 random lifejackets
--------------------------------------------------------------*/
.lifejacket-random h4 {
	font-size: 16px;
	text-align: center;
	font-weight: 800;
}
