/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/*font-size: 100%;*/
	font-weight: normal;
}

h1,
.h1 {
	font-size: 2rem;
}

h2,
.h2 {
	font-size: 1.75rem;
}

h3,
.h3 {
	font-size: 1.5rem;
}

h4,
.h4 {
	font-size: 1.25rem;
}

h5,
.h5 {
	font-size: 1rem;
}

h6,
.h6 {
	font-size: 0.75rem;
}

button,
input,
select,
textarea {
	margin: 0;
}

html {
	box-sizing: border-box;
}

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

img,
audio,
video {
	height: auto;
	max-width: 100%;
}

iframe {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
	text-align: left;
}

html {
	background-color: white;
	font-size: 16px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	min-width: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
	display: block;
}

body,
button,
input,
select,
textarea {
	font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

code,
pre {
	-moz-osx-font-smoothing: auto;
	-webkit-font-smoothing: auto;
	font-family: monospace;
}

body {
	color: #343434;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

a {
	color: var(--theme-color2-dim);
	cursor: pointer;
	text-decoration: underline;
}

a strong {
	color: currentColor;
}

a:hover {
	color: #363636;
}

code {
	background-color: whitesmoke;
	color: #ff3860;
	font-size: 0.875em;
	font-weight: normal;
	padding: 0.25em 0.5em 0.25em;
}

hr {
	background-color: whitesmoke;
	border: none;
	display: block;
	height: 2px;
	margin: 1.5rem 0;
}

img {
	height: auto;
	max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
	vertical-align: baseline;
}

small {
	font-size: 0.875em;
}

span {
	font-style: inherit;
	font-weight: inherit;
}

strong {
	color: #363636;
	font-weight: 700;
}

pre {
	-webkit-overflow-scrolling: touch;
	background-color: whitesmoke;
	color: #4a4a4a;
	font-size: 0.875em;
	overflow-x: auto;
	padding: 1.25rem 1.5rem;
	white-space: pre;
	word-wrap: normal;
}

pre code {
	background-color: transparent;
	color: currentColor;
	font-size: 1em;
	padding: 0;
}

a sup {
	display: inline-block;
	text-decoration: none !important;
}

table td,
table th {
	text-align: left;
	vertical-align: top;
}

/*** end of the minireset ***/
body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #343434;
	margin: 0px;
}

p {
	/*margin-bottom: 15px;*/
}

::-webkit-input-placeholder {

	/* Chrome/Opera/Safari */
	color: inherit;
}

::-moz-placeholder {

	/* Firefox 19+ */
	color: inherit;
}

:-ms-input-placeholder {

	/* IE 10+ */
	color: inherit;
}

:-moz-placeholder {

	/* Firefox 18- */
	color: inherit;
}

/** font family ***/
.font-lato {
	font-family: 'Lato' !important;
}

.font-playfair {
	font-family: 'Playfair Display', serif !important;
}

.font-playfair-sc {
	font-family: 'Playfair Display SC', serif !important;
}


/** border radius ***/
.h-rounded {
	border-radius: 290486px;
	-moz-border-radius: 290486px;
	-webkit-border-radius: 290486px;
}

.h-rounded:before {
	border-radius: 290486px;
	-moz-border-radius: 290486px;
	-webkit-border-radius: 290486px;
}

/** box shadow ***/
.box-shadow {
	-webkit-box-shadow: -7px 6px 35px -8px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: -7px 6px 35px -8px rgba(0, 0, 0, 0.55);
	box-shadow: -7px 6px 35px -8px rgba(0, 0, 0, 0.55);
}

.image-box-shadow>figure {
	-webkit-box-shadow: -8px 10px 30px -5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: -8px 10px 30px -5px rgba(0, 0, 0, 0.25);
	box-shadow: -8px 10px 30px -5px rgba(0, 0, 0, 0.25);
}

.hyper-shadow.top {
	box-shadow: 0px -15px 10px -15px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0px -15px 10px -15px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px -15px 10px -15px rgba(0, 0, 0, 0.75);
}

.hyper-shadow.bottom {
	-webkit-box-shadow: 0px 5px 15px -2px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 5px 15px -2px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 5px 15px -2px rgba(0, 0, 0, 0.75);
}

.hyper-shadow.left {
	box-shadow: -15px 0px 10px -15px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: -15px 0px 10px -15px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -15px 0px 10px -15px rgba(0, 0, 0, 0.75);
}

.hyper-shadow.right {
	box-shadow: 15px 0px 10px -15px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 15px 0px 10px -15px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 15px 0px 10px -15px rgba(0, 0, 0, 0.75);
}

/*** position ***/
.hyper-absolute {
	position: absolute !important;
}

.hyper-absolute.left {
	left: 0px !important;
}

.hyper-absolute.right {
	right: 0px !important;
}

.hyper-absolute.top {
	top: 0px !important;
}

.hyper-absolute.bottom {
	bottom: 0px !important;
}

.hyper-absolute.center {
	left: 0px !important;
	right: 0px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
}

/*** ul li list ***/

.list-type-circle ul,
.list-type-plus ul,
.list-type-minus ul,
.list-type-tick ul {
	list-style: none;
	padding-left: 0px;
}

.list-type-circle ul li {
	position: relative;
	padding-left: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.list-type-circle ul li:before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: var(--theme-color2);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 10px;
}

.list-type-plus li,
.list-type-minus li,
.list-type-tick li {
	margin-bottom: 12px;
	position: relative;
	padding-left: 38px;
}

.list-type-plus li:before,
.list-type-minus li:before,
.list-type-tick li:before {
	content: "";
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	/*background-size: contain;*/
	background-position: center;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.list-type-plus li:before {
	background-image: url(../images/icon-plus.png);
}

.list-type-minus li:before {
	background-image: url(../images/icon-minus.png);
}

.list-type-tick li:before {
	background-image: url(../images/icon-tick.png);
}

.green-border-with-zigzag-bg {
	position: relative;
	border: 1px solid var(--theme-color2);
	background-image: url(../images/long-green-zigzag-2.png);
	background-repeat: repeat;
	background-position: center;
	margin: 0 auto;
	margin-bottom: 40px;
}

.green-border-with-zigzag-bg>span {
	content: "" !important;
	position: absolute;
	background-color: #fff;
}

.green-border-with-zigzag-bg>span.left-border {
	width: 30px;
	height: 100%;
	left: 0px;
	top: 0px;
	bottom: 0px;
}

.green-border-with-zigzag-bg>span.right-border {
	width: 30px;
	height: 100%;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

.green-border-with-zigzag-bg>span.top-border {
	width: 100%;
	height: 30px;
	left: 0px;
	right: 0px;
	top: 0px;
}

.green-border-with-zigzag-bg>span.bottom-border {
	width: 100%;
	height: 30px;
	left: 0px;
	right: 0px;
	bottom: -31px;
	background-image: url(../images/long-green-zigzag-2.png);
	background-repeat: repeat;
	background-position: center;
}

.green-border-with-zigzag-bg>span.bottom-border:before,
.green-border-with-zigzag-bg>span.bottom-border:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: #fff;
	top: 0px;
}

.green-border-with-zigzag-bg>span.bottom-border:before {
	left: 0px;
}

.green-border-with-zigzag-bg>span.bottom-border:after {
	right: 0px;
}

.green-border.shift-border-up:before {
	content: "";
	border: 1px solid var(--theme-color2);
}

/*** switch input ***/

.h-switch {
	position: relative;
	display: inline-block;
	width: 65px;
	height: 35px;
}

.h-switch input {
	display: none;
}

.h-switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--theme-color1);
	-webkit-transition: .4s;
	transition: .4s;
}

.h-switch .slider:before {
	position: absolute;
	content: "";
	height: 35px;
	width: 35px;
	left: 1px;
	bottom: 0px;
	background-color: var(--theme-color2-dim);
	-webkit-transition: .4s;
	transition: .4s;
}

.h-switch input:checked+.slider {
	background-color: var(--theme-color1);
}

.h-switch input:focus+.slider {
	box-shadow: 0 0 1px var(--theme-color1);
}

.h-switch input:checked+.slider:before {
	-webkit-transform: translateX(35px);
	-ms-transform: translateX(35px);
	transform: translateX(35px);
}

.h-switch .slider.round {
	border-radius: 290486px;
	-moz-border-radius: 290486px;
	-webkit-border-radius: 290486px;
}

.h-switch .slider.round:before {
	border-radius: 50%;
}

/*** padding ***/
body .pl-15 {
	padding-left: 15px !important;
}

body .pr-15 {
	padding-right: 15px !important;
}

/** visual composer override **/

body .wpb_video_widget .wpb_video_wrapper {
	padding-top: 0px !important;
}

body .wpb_video_widget .wpb_wrapper iframe {
	min-height: 300px;
	position: relative;
}

body .vc_row[data-vc-full-width] {
	overflow: inherit !important;
}

body .wpb_animate_when_almost_visible {
	opacity: 1;
}

body .wpb_button,
body .wpb_content_element,
body ul.wpb_thumbnails-fluid>li {
	margin-bottom: 15px;
}

body .wpb_content_element.wpb_single_image. {
	margin-bottom: 0px;
}

body .vc_col-has-fill>.vc_column-inner,
body .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
body .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
body .vc_row-has-fill>.vc_column_container>.vc_column-inner {
	padding-top: 0px;
}

body .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
	border-radius: 290486px;
	-moz-border-radius: 290486px;
	-webkit-border-radius: 290486px;
	border: 2px solid #fff;
	background-color: inherit;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}

/*****/

body .atss {
	z-index: 4 !important;
}

.h-theme-container {
	margin: 0 auto;
}

header #desktop-header {
	display: block;
}

header #mobile-header {
	display: none;
}

header.is-sticy {
	z-index: 2;
}

.hyper-toolbar {
	background-color: #fff;
}

.hyper-toolbar>.container {
	/*max-width: 1280px;*/
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.hyper-toolbar .hyper-toolbar-inner {
	display: flex;
	justify-content: flex-end;
}

.hyper-toolbar .navbar-nav {
	display: flex;
	justify-content: flex-end;
}

.hyper-toolbar .navbar-item,
.hyper-toolbar .menu-item {
	padding: 0.5rem 0.8rem;
}

.hyper-toolbar .navbar-item a,
.hyper-toolbar .menu-item a {
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

.hyper-toolbar .icon {
	display: inline-flex;
	height: 24px;
	width: 24px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.hyper-toolbar .icon.tel {
	background-image: url(../images/icon-tel.png);
}

.hyper-toolbar .icon.quote-request {
	background-image: url(../images/icon-quote-request.png);
}

.hyper-toolbar .icon.customer-area {
	background-image: url(../images/icon-customer-area.png);
}

.hyper-toolbar .icon.search {
	background-image: url(../images/icon-search.png);
}

.hyper-toolbar .wpml-ls.wpml-ls-legacy-dropdown {
	min-width: 100px;
	text-align: center;
	position: relative;
	width: auto;
}

.hyper-toolbar .wpml-ls:before,
.hyper-toolbar .wpml-ls:after {
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #33c6c7;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.6;
}

.hyper-toolbar .wpml-ls:before {
	left: 0px;
}

.hyper-toolbar .wpml-ls:after {
	right: 0px;
}

header .wpml-ls ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.hyper-toolbar .wpml-ls .wpml-ls-current-language a.wpml-ls-item-toggle {
	position: relative;
	padding-right: 25px;
	background-color: unset;
	border: 0px;
	display: inline-block;
}

.hyper-toolbar .wpml-ls a img {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.hyper-toolbar .wpml-ls .wpml-ls-current-language a.wpml-ls-item-toggle:after {
	content: "";
	position: absolute;
	width: 13px;
	height: 6px;
	background-image: url(../images/arrow-green.png);
	background-size: cover;
	background-position: center;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	border: 0px;
}

.hyper-toolbar .wpml-ls .wpml-ls-sub-menu {
	position: absolute;
	border: 1px solid #fff !important;
	text-align: center;
	background-color: #fff;
	/*margin-top: 5px;*/
	padding: 5px;
	z-index: 6;
}

.hyper-toolbar .wpml-ls .wpml-ls-sub-menu li.wpml-ls-item {
	padding-bottom: 5px;
}

.hyper-toolbar .wpml-ls .wpml-ls-sub-menu li.wpml-ls-item a {
	border: 0px;
}

/*** bootstrap wpml dropdown ***/
.wpml.dropdown {
	min-width: 100px;
	text-align: center;
	position: relative;
	width: auto;
	max-width: 100%;
}

.wpml.dropdown:before,
.wpml.dropdown:after {
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #33c6c7;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.6;
}

.wpml.dropdown:before {
	left: 0px;
}

.wpml.dropdown:after {
	right: 0px;
}

.wpml.dropdown a.dropdown-toggle {
	position: relative;
	padding-right: 25px;
	background-color: unset;
	border: 0px;
	display: inline-block;
}

.wpml.dropdown .dropdown-toggle::after {
	content: "";
	position: absolute;
	width: 13px;
	height: 6px;
	background-image: url(../images/arrow-green.png);
	background-size: cover;
	background-position: center;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	border: 0px;
}

.wpml.dropdown img {
	display: inline;
	vertical-align: middle;
	width: 18px;
	height: auto;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.wpml.dropdown .dropdown-menu {
	min-width: unset;
	border: 0px;
	text-align: center;
	background-color: #fff;
	padding: 5px;
	top: 100% !important;
	right: 0;
	transform: unset !important;
	border-radius: 0px;
}

.wpml.dropdown .dropdown-menu a {
	display: block;
	text-decoration: none;
	color: #444;
	background-color: #fff;
	padding: 5px;
	line-height: 1;
}

.wpml.dropdown .dropdown-menu a:hover {
	color: #000;
	background: #eee;
}

@media(max-width: 1024px) {
	.wpml.dropdown {
		min-width: 20px;
	}

	.wpml.dropdown:before,
	.wpml.dropdown:after {
		display: none;
	}

	.wpml.dropdown .dropdown-toggle:after {
		background-image: url(../images/arrow-white.png);
	}

	.wpml.dropdown .dropdown-menu {
		position: absolute;
		border: 1px solid var(--theme-color2-dim) !important;
		text-align: center;
		background-color: #fff;
		margin-top: 5px;
		padding: 0px;
	}

	.wpml.dropdown .dropdown-menu a {
		padding-top: 6px;
		padding-bottom: 6px;
		border-bottom: 1px solid var(--theme-color2-dim);
	}

	.wpml.dropdown .dropdown-menu a:last-child {
		border-bottom: 0px;
	}

	.wpml.dropdown img {
		width: 25px;
	}
}

.hyper-toolbar .myaccount-menu {
	display: none;
}

.hyper-toolbar #topbar-myaccount-nav:hover .myaccount-menu {
	display: block;
}

#mega-menu-wrap-topbar-menu {
	background-color: #fff;
}

#mega-menu-wrap-topbar-menu #mega-menu-topbar-menu>li.mega-menu-item>a.mega-menu-link {
	color: #000;
}

#mega-menu-wrap-topbar-menu #mega-menu-topbar-menu>li.mega-menu-item.font-weight-bold>a.mega-menu-link {
	font-weight: bold;
}

#mega-menu-wrap-topbar-menu #mega-menu-topbar-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
#mega-menu-wrap-topbar-menu #mega-menu-topbar-menu>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-topbar-menu #mega-menu-topbar-menu>li.mega-menu-item>a.mega-menu-link:focus {
	background-color: #fff;
	color: #000;
}

#fullscreen-menu #mega-menu-wrap-topbar-mobile-menu #mega-menu-topbar-mobile-menu {
	display: flex;
	flex-wrap: wrap;
}

#fullscreen-menu #mega-menu-wrap-topbar-mobile-menu #mega-menu-topbar-mobile-menu>li.mega-menu-item {
	flex-basis: 50%;
	display: block;
	margin: 25px auto;
}

#fullscreen-menu #mega-menu-wrap-topbar-mobile-menu #mega-menu-topbar-mobile-menu>li.mega-menu-item:first-child {
	flex-basis: 100%;
}

#mega-menu-wrap-topbar-mobile-menu #mega-menu-topbar-mobile-menu>li.mega-menu-item>a.mega-menu-link {
	text-align: center;
}

#fullscreen-menu #mega-menu-wrap-topbar-mobile-menu #mega-menu-topbar-mobile-menu li.mega-menu-item a.mega-menu-link:before {
	display: block;
	text-align: center;
	margin: 0 auto;
}

#mega-menu-wrap-topbar-menu #mega-menu-topbar-menu li.mega-menu-item-has-children>a.mega-menu-link:after {
	display: none;
}

#mega-menu-wrap-topbar-menu #mega-menu-topbar-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

header .navbar {
	background-color: var(--theme-color2-dim);
	position: relative;
	z-index: 5;
	padding-top: 0px;
	padding-bottom: 0px;
}

.navbar:before {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	transition: opacity .15s linear;
	opacity: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	background-color: var(--theme-color2-dim);
}

header .navbar .navbar-toggler-bar {
	display: block;
	position: relative;
	width: 24px;
	height: 1px;
	border-radius: 1px;
	background: #FFFFFF;
}

header .navbar .navbar-toggler-bar+.navbar-toggler-bar {
	margin-top: 5px;
}

header .navbar .navbar-toggler:hover .navbar-toggler-bar.bar2 {
	width: 24px;
}

header .navbar-toggler:not(:disabled):not(.disabled) {
	height: 100px;
	outline: none;
}

#h-main-nav-sticky-wrapper {
	height: 77px;
}

header .navbar>.container {
	/*max-width: 1280px;*/
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

header .navbar .navbar-brand.logo img {
	max-width: 200px;
}

header #primary-nav ul li a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}

header #primary-nav .navbar-item.is-tab:hover {
	border-color: #000;
}

header a.reserve-btn,
header a.reserve-btn:hover {
	background-color: var(--theme-color1);
	color: #fff !important;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid var(--theme-color1) !important;
	padding: 5px 25px;
	min-height: 44px;
	margin-left: 15px;
	height: 44px;
}

header a.reserve-btn:hover {
	transform: translateY(-3px);
	animation: none;
	-webkit-animation: none;
	-moz-animation: none;
}

header a.reserve-btn {
	display: flex;
	justify-content: center;
	align-items: center;
}

header a.reserve-btn i {
	height: 20px;
	width: 26px;
	background-image: url(../images/icon-reserve.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-right: 15px;
}

#mega-menu-wrap-main-menu {
	width: 100%;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-reserve-btn>a.mega-menu-link {
	background-color: var(--theme-color1);
	color: #fff !important;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid var(--theme-color1) !important;
	padding: 5px 25px;
	min-height: 44px;
	margin-left: 15px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 290486px;
	-moz-border-radius: 290486px;
	-webkit-border-radius: 290486px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-reserve-btn>a.mega-menu-link:before {
	content: "";
	height: 20px;
	width: 26px;
	background-image: url(../images/icon-reserve.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-right: 15px;
}

header #primary-nav ul li .dropdown-menu a {
	color: #343434;
}

header #primary-nav ul li .dropdown-menu>a:hover {
	background-color: var(--theme-color2-dim);
	color: #fff;
}

header #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu,
header #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-flyout ul.mega-sub-menu {
	-webkit-box-shadow: -8px 10px 20px -11px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -8px 10px 20px -11px rgba(0, 0, 0, 0.75);
	box-shadow: -8px 10px 20px -11px rgba(0, 0, 0, 0.75);
	padding: 50px 20px 70px 20px;
}

body #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children>a.mega-menu-link:after,
body #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children>a.mega-menu-link span.mega-indicator:after {
	display: none;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title,
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item .mega-block-title {
	position: relative;
}


/*#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:after, 
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .mega-block-title:after{
	content: "";
    background-image: url(../images/footer-sep.png);
    background-repeat: repeat-x;
    background-position: center;
    width: 6;
    height: 100%;
    display: block;
    padding: 10px;
}*/

.menu-vertical-sep {
	/*margin-top: 50px;*/
}

#mega-menu-wrap-main-menu #mega-menu-main-menu .menu-vertical-sep {
	position: relative;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu .menu-vertical-sep:after {
	content: "";
	background-image: url(../images/menu-vert-sep.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 6px;
	height: calc(100% - 65px);
	display: block;
	padding: 10px;
	position: absolute;
	left: 0px;
	top: 65px;
	transform: translate(-50%);
}

#mega-menu-wrap-main-menu #mega-menu-main-menu .menu-vertical-sep.dest-menu:after {
	top: 38px;
	height: calc(100% - 60px);
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link {
	border-bottom: 6px solid #fff;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
	background-color: var(--theme-color2);
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
	max-width: 1200px;
	margin: 0 auto 15px auto;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item:first-child {
	padding-bottom: 15px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column.no-padding-bottom>ul.mega-sub-menu>li.mega-menu-item:first-child {
	padding-bottom: 0px;
}

.qa-menu-item {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.qa-menu-item span {
	display: inline-block;
}

.qa-menu-item .text {
	padding-right: 10px;
}

.qa-menu-item .q-mark,
.qa-menu-item .e-mark {
	font-size: 20px;
}

.qa-menu-item .q-mark {
	transform: rotate(-20deg);
	display: inline-block;
	position: relative;
	top: 2px;
}

.qa-menu-item .e-mark {
	font-weight: bolder;
	position: relative;
	top: -2px;
	left: -2px;
	transform: rotate(10deg);
}

.force-long-title-width>ul>li:first-child {
	width: 320px !important;
}

.hyper_empty_space_widget {
	padding: 0px !important;
}

.emtpy_space_widget {
	display: block;
}

.empty-title {}

/*** transparent header ***/

#sticky-wrapper {
	height: 140px !important;
}

@media(max-width: 1024px) {
	#sticky-wrapper {
		height: 100px !important;
	}
}

@media(max-width: 575px) {
	#sticky-wrapper {
		height: 70px !important;
	}
}

body.hyper-transparent-header header .navbar,
body.hyper-transparent-header header .navbar:before {
	background-color: transparent;
}

body.hyper-transparent-header #h-content:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	background-color: transparent;
	background-image: url(../images/menu-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-position: 100%;
	min-height: 180px;
	background-size: cover;
	z-index: 2;
}

body.hyper-transparent-header #h-content {
	margin-top: -100px;

}

/*** sticky header ***/
body.hyper-transparent-header #sticky-wrapper.is-sticky header .navbar,
body.hyper-transparent-header #sticky-wrapper.is-sticky header .navbar:before {
	background-color: var(--theme-color3);
	background-image: none;
}

/** search ***/
.hyper-fullscreen-search-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0, 0, 0, .94);
	text-align: center;
	transition: all ease-in-out .25s;
}

.hyper-fullscreen-search-overlay.hyper-fullscreen-search-overlay-show {
	visibility: visible;
	opacity: 1;
	z-index: 99999;
}

.hyper-fullscreen-search-overlay:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -.25em;
}

.hyper-fullscreen-search-overlay .hyper-fullscreen-close {
	position: absolute;
	right: 50px;
	top: 70px;
	transition: -webkit-transform ease-out .2s;
	transition: transform ease-out .2s;
	transition: transform ease-out .2s, -webkit-transform ease-out .2s;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	font-size: 30px;
	color: var(--theme-color2-dim);
}

.hyper-fullscreen-search-overlay .hyper-fullscreen-search-wrapper {
	display: inline-block;
	max-width: 1000px;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
	-ms-transform: scale(.9);
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out .3s;
}

.hyper-fullscreen-search-overlay.hyper-fullscreen-search-overlay-show .hyper-fullscreen-search-wrapper {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-transform: scale(1);
}

.hyper-fullscreen-search-overlay .hyper-fullscreen-search-wrapper p {
	font-size: 14px;
	margin-bottom: 40px;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.hyper-fullscreen-search-overlay .hyper-fullscreen-search-wrapper #hyper-fullscreen-searchform {
	position: relative;
}

.hyper-fullscreen-search-overlay .hyper-fullscreen-search-wrapper #hyper-fullscreen-searchform #hyper-fullscreen-search-input {
	width: 800px;
	background-color: transparent;
	box-shadow: 0 3px 0 0 rgba(255, 255, 255, 1);
	border: 0;
	text-align: center;
	font-size: 35px;
	padding: 20px;
	color: #fff;
	outline: none;
	transition: all .3s ease-out;
}

.hyper-fullscreen-search-overlay .hyper-fullscreen-search-wrapper #hyper-fullscreen-searchform .fullscreen-search-icon {
	font-size: 25px;
	position: absolute;
	right: 15px;
	top: 30px;
	color: #fff;
	color: rgba(255, 255, 255, 1);
	transition: all .2s ease-out;
}

.hyper-search-loop .widget_search {
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.hyper-search-loop .widget_search .hyper-searchform {
	margin: 0 auto;
	position: relative;
	max-width: 550px;
}

.widget .hyper-searchform .text-input {
	margin: 0;
	padding: 12px 28px 12px 15px;
	width: 100%;
	border: 2px solid rgba(0, 0, 0, .12);
}

.widget .hyper-searchform i {
	position: absolute;
	top: 13px;
	right: 14px;
	opacity: .4;
	font-size: 20px;
}

.widget .hyper-searchform i .search-button {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	outline: 0;
	border: none;
	background-color: transparent;
}

.search-result-item {
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(128, 128, 128, .2);
}

.search-result-item h4 {
	font-size: 18px;
	color: #343434;
	font-weight: 600;
	text-transform: uppercase;
}

.search-result-item h4 a {
	color: #343434;
	text-decoration: none;
}

.search-result-item .search-loop-meta a {
	color: var(--theme-color2-dim);
}

body.archive .archive-heading {
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
}

body.archive.tag .hyper-blog-container {
	display: block;
	margin: 0px;
}

.archive-item h3 {
	font-size: 18px;
	color: #343434;
	font-weight: 600;
	text-transform: uppercase;
}

.archive h3 a {
	color: #343434;
}


.the-excerpt {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	white-space: unset;
}

/*** font color ***/
.font-white {
	color: #fff !important;
}

.font-pink {
	color: var(--theme-color1) !important;
}

.font-green {
	color: var(--theme-color2) !important;
}

.font-black {
	color: #002222 !important;
}

/** buttons **/
body .pink-bordered-btn button.vc_general {
	border: 2px solid var(--theme-color1) !important;
	background-color: transparent !important;
	text-transform: uppercase !important;
	font-size: 12px !important;
	color: var(--theme-color1) !important;
	padding: 12px 30px !important;
	border-radius: 290486px;
	-moz-border-radius: 290486px;
	-webkit-border-radius: 290486px;
}

body .pink-bordered-btn button.vc_general:hover {
	background-color: var(--theme-color1) !important;
	color: #fff !important;
}

body .green-bordered-btn button.vc_general {
	border: 2px solid var(--theme-color2) !important;
	background-color: transparent !important;
	text-transform: uppercase !important;
	font-size: 12px !important;
	color: var(--theme-color2) !important;
	padding: 12px 30px !important;
	border-radius: 290486px;
	-moz-border-radius: 290486px;
	-webkit-border-radius: 290486px;
}

body .green-bordered-btn button.vc_general:hover {
	background-color: var(--theme-color2) !important;
	color: #fff !important;
}

.vc_btn3.vc_btn3-size-md {
	min-width: 140px;
}

.green-b-btn {
	border: 2px solid var(--theme-color2);
	background-color: transparent;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: var(--theme-color2) !important;
	padding: 12px 30px;
	margin-bottom: 20px;
	border-radius: 290486px;
	-moz-border-radius: 290486px;
	-webkit-border-radius: 290486px;
}

.btn-white-color {
	color: #fff !important;
}

.btn-pink-color {
	color: var(--theme-color1) !important;
}

.btn-green-color {
	color: var(--theme-color2) !important;
}

.hyper-button span.hyper-button--text {
	position: relative;
	white-space: normal;
}

.btn-pink-bg,
.btn-green-bg {
	position: relative;
	border: 0px!important;
}

.btn-pink-bg:before,
.btn-green-bg:before {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

.btn-pink-bg:before {
	background-color: var(--theme-color1) !important;
	border: 2px solid var(--theme-color1) !important;
}

.btn-pink-bg:hover:before {
	background-color: var(--theme-color1) !important;
	border: 2px solid var(--theme-color1) !important;
}

.btn-green-bg:before {
	background-color: var(--theme-color2) !important;
	border: 2px solid var(--theme-color2) !important;
}

.btn-green-bg:hover:before {
	background-color: var(--theme-color2) !important;
	border: 2px solid var(--theme-color2) !important;
}

.btn-pink-border-transparent-bg {
	background-color: transparent !important;
	border: 2px solid var(--theme-color1) !important;
}

.btn-pink-border-transparent-bg:hover {
	background-color: transparent !important;
	border: 2px solid var(--theme-color1) !important;
}

.btn-green-border-transparent-bg {
	background-color: transparent !important;
	border: 2px solid var(--theme-color2) !important;
}

.btn-green-border-transparent-bg:hover {
	background-color: transparent !important;
	border: 2px solid var(--theme-color2) !important;
}

.btn-white-border-transparent-bg {
	background-color: transparent !important;
	border: 2px solid #fff !important;
}

.btn-white-border-transparent-bg:hover {
	background-color: transparent !important;
	border: 2px solid #fff !important;
}

.btn-pink-border-transparent-bg.hover-effect:hover {
	background-color: var(--theme-color1) !important;
	color: #fff !important;
}

.btn-green-border-transparent-bg.hover-effect:hover {
	background-color: var(--theme-color2) !important;
	color: #fff !important;
}

.btn,
.button {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	word-spacing: normal;
}

.btn:hover,
.button:hover {
	-moz-animation: mover 0.5s linear infinite alternate;
	-webkit-animation: mover 0.5s infinite alternate;
	animation: mover 0.5s infinite alternate;
}

img {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}

.card {
	margin-bottom: 30px;
}

#h-content {
	position: relative;
}

#h-content>.container {
	position: relative;
	z-index: 1;
}

.site-content-bg {
	position: absolute;
	width: 100%;
	top: -20px;
	min-height: 187px;
	background-image: url(../images/menu-bg.png);
	background-repeat: no-repeat;
	/*background-position: top center;*/
	background-position: 100%;
	background-size: cover;
	z-index: 1;
	opacity: 0.8;
}

.h-before-content {
	position: absolute;
	z-index: 1;
	top: 20px;
}

.hyper-transparent-header .h-before-content {
	display: none;
}

.blur-bg {
	position: relative !important;
	z-index: 1;
}

.blur-bg:before {
	content: "";
	width: 100%;
	min-height: 300px;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	background-image: url(../images/blur-bg-half.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-filter: blur(25px);
	-moz-filter: blur(25px);
	-o-filter: blur(25px);
	-ms-filter: blur(25px);
	filter: blur(25px);
	/*opacity: 0.8;*/
	z-index: -1
}

.opacity1 {
	opacity: 0.1 !important;
}

.opacity2 {
	opacity: 0.2 !important;
}

.opacity3 {
	opacity: 0.3 !important;
}

.opacity4 {
	opacity: 0.4 !important;
}

.opacity5 {
	opacity: 0.5 !important;
}

.opacity6 {
	opacity: 0.6 !important;
}

.opacity7 {
	opacity: 0.7 !important;
}

.opacity8 {
	opacity: 0.8 !important;
}

.opacity9 {
	opacity: 0.9 !important;
}

.opacity10 {
	opacity: 10 !important;
}

#hyper-breadcrumbs {
	position: relative;
	padding: 10px 0px;
}

#hyper-breadcrumbs ul#breadcrumbs {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}

#hyper-breadcrumbs ul#breadcrumbs li {
	padding-right: 10px;
}

#hyper-breadcrumbs ul#breadcrumbs li span,
#hyper-breadcrumbs a {
	color: #000;
	font-size: 14px;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

#hyper-breadcrumbs a:hover {
	text-decoration: none;
}

#hyper-breadcrumbs i.breadcrum-home-icon {
	width: 17px;
	height: 17px;
	background-image: url(../images/icon-home-black.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 12px;
	display: inline-block;
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

body.search.search-results #h-content .main-content-wrapper,
body.search.search-no-results #h-content .main-content-wrapper {
	padding-top: 120px;
}

.site-content.page-title-off .site-content-bg,
.site-content.no-page-title-bg .site-content-bg,
body.single.single-post .site-content-bg {
	display: none;
}

/*body:not(.blog) .site-content.page-title-off .h-before-content,
body:not(.blog) .site-content.no-page-title-bg .h-before-content{
	position: relative;
	top: unset;
	margin-top: 20px;
	margin-bottom: 20px;
}*/

/*body:not(.blog) .site-content.page-title-off #hyper-breadcrumbs a,
body:not(.blog) .site-content.no-page-title-bg #hyper-breadcrumbs a, 
body:not(.blog) .site-content.no-page-title-bg #hyper-breadcrumbs a, 
body:not(.blog) .site-content.page-title-off #hyper-breadcrumbs span,
body:not(.blog) .site-content.no-page-title-bg #hyper-breadcrumbs span{
	color: #000;
}*/

body .site-content.page-title-off #hyper-breadcrumbs a,
body .site-content.no-page-title-bg #hyper-breadcrumbs a,
body .site-content.no-page-title-bg #hyper-breadcrumbs a,
body .site-content.page-title-off #hyper-breadcrumbs span,
body .site-content.no-page-title-bg #hyper-breadcrumbs span,
body.single.single-post #hyper-breadcrumbs a,
body.single.single-post #hyper-breadcrumbs span {
	color: #000;
}

.site-content.page-title-off #hyper-breadcrumbs a i.breadcrum-home-icon,
.site-content.no-page-title-bg #hyper-breadcrumbs a i.breadcrum-home-icon {
	position: relative;
	top: 2px;
}

.site-content.page-title-off #hyper-breadcrumbs:before,
.site-content.no-page-title-bg #hyper-breadcrumbs:before {
	display: none;
}

/*** page title ***/
.page-title {
	text-align: center;
	padding: 30px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 600px;
	position: relative;
}

.no-page-title-bg .page-title {
	min-height: 210px;
}

.page-title .page-title-inner {
	position: absolute;
	bottom: 50px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
}

.no-page-title-bg .page-title .page-title-inner {
	position: relative;
	bottom: unset;
}

.page-title .page-title-blur-bg {
	content: "";
	width: 100%;
	height: 120px;
	position: absolute;
	bottom: 40px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	background-color: #000000;
	-webkit-filter: blur(25px);
	-moz-filter: blur(25px);
	-o-filter: blur(25px);
	-ms-filter: blur(25px);
	filter: blur(25px);
	opacity: 0.4;
}

.no-page-title-bg .page-title .page-title-blur-bg {
	display: none;
}

.page-title h1 {
	font-size: 60px;
	font-weight: 300;
	line-height: 85%;
	color: #fff;
}

.page-title .pre-text {
	font-size: 40px;
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	font-style: italic;
	line-height: 100%;
	display: block;
	color: #fff;
	position: relative;
	/*top: 5px;*/
}

.page-title .bg-image{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.page-title .bg-image img {
    object-fit: cover;
	object-position: center;
    width: 100%;
    height: 100%;
}

.page-title .bg-image img.img-desktop{
	display: block;
}

.page-title .bg-image img.img-mobile{
	display: none;
}

.no-page-title-bg .page-title h1,
.no-page-title-bg .page-title .pre-text {
	color: #000;
}

.page-title h1 sup,
.page-title .pre-text sup {
	font-size: 50%;
	top: -0.6em;
}

.page-title .page-title-inner .button-wrapper {
	margin-top: 25px;
}

.page-title .hyper-button {
	padding: 10px 20px !important;
}

.page-title .hyper-button span {
	font-size: 12px;
	font-weight: 900;
}

/*** boat detail ***/

.boat-detail-right .list-type-circle ul li {
	margin-bottom: 8px;
}

body .characteristic-plus-link {
	display: block;
	margin-bottom: 15px;
}

body .characteristic-plus-link a {
	color: var(--theme-color2);
	position: relative;
	font-weight: 900;
	font-size: 14px;
	border-bottom: 2px solid var(--theme-color2);
}

body .characteristic-plus-link a:hover {
	text-decoration: none;
	color: #363636 !important;
	border-color: #363636;
}


body .boat-detail-price-container {
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 25px 30px 18px 30px;
	background-color: var(--theme-color2);
}

body .boat-detail-price-container .wpb_raw_code {
	margin-bottom: 0px;
	max-width: 280px;
	margin: 0 auto;
}

.boat-detail-price-container .price {
	color: #fff;
	font-size: 39px;
	font-weight: 900;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 100%;
}

.boat-detail-price-container .price span {
	font-size: 14px;
}

.boat-detail-price-container .pretext {
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	padding: 8px 10px;
	line-height: 100%;
}

body .zig-zag-style-1 {
	background-position: 15% 0% !important;
}

/** home page **/
.home-region-box.hyper-content-box-wrapper {
	position: absolute;
	left: 8%;
	top: 8%;
	max-width: 380px;
}

/** error 404 page ***/
.error-404 {
	max-width: 800px;
	margin: 0 auto;
	padding: 60px 20px;
}

.error-404 .pre-error-title {
	font-size: 35px;
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	color: #000;
	line-height: 100%;
	font-style: italic;
}

.error-404 h1 {
	font-size: 60px;
	font-weight: 300;
	color: #000;
	line-height: 100%;
}

/*** svg support ***/

.hyper-is-svg img {
	width: 100%;
}

/** gravity form ***/

body .gform_wrapper div.validation_error {
	/*display: none;*/
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	font-size: 16px;
}

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	border: 0px;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 0px;
}

body .gform_wrapper {
	margin-top: 0px;
}

body .gform_wrapper ul.gform_fields {
	display: flex;
	flex-wrap: wrap;
}

body .gform_wrapper ul li.gfield {
	margin-top: 0px;
	margin-bottom: 10px;
}

body .gform_wrapper label.gfield_label {
	color: var(--theme-color2);
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0px;
}

body .gform_wrapper ul li.gfield select,
body .gform_wrapper .ginput_complex span.ginput_left.address_country {
	width: 100% !important;
	background-color: transparent;
}

body .gform_wrapper ul li.gfield select {
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}

body .gform_wrapper ul li.gfield select {
	background-image: url(../images/arrow-1.png);
	background-position: calc(100% - 15px) 0.5em, calc(100% - 20px) 0.5em, 100% 0;
	background-size: 15px 8px, 5px 5px, 2.5em 2.5em;
	background-repeat: no-repeat;
}

body .gform_wrapper ul li.gfield select {
	background-image: url(../images/arrow-1.png);
	background-position: calc(100% - 15px) 0.5em, calc(100% - 20px) 0.5em, 100% 0;
	background-size: 15px 8px, 5px 5px, 2.5em 2.5em;
	background-repeat: no-repeat;
	border-color: grey;
	outline: 0;
}

body .gform_wrapper ul li.gfield input,
body .gform_wrapper ul li.gfield textarea,
body .gform_wrapper ul li.gfield select {
	width: 100%;
	border: 0px;
	padding: 0px !important;
	color: var(--theme-color2);
	font-size: 16px;
	outline: none;
}

body .gform_wrapper ul li.gfield input,
body .gform_wrapper ul li.gfield select,
body .gform_wrapper .ginput_complex .ginput_full,
body .gform_wrapper .ginput_complex .ginput_left,
body .gform_wrapper .ginput_complex .ginput_right {
	min-height: 23px;
}

body .gform_wrapper .ginput_complex .ginput_right select,
body .gform_wrapper .ginput_complex select {
	margin-bottom: 0px;
}

body .contact-gform_wrapper .ginput_complex .ginput_left {
	padding-right: 0px;
}

body .contact-gform_wrapper ul li.gfield input,
body .contact-gform_wrapper ul li.gfield textarea,
body .contact-gform_wrapper ul li.gfield select {
	width: 100% !important;
}

body .contact-gform_wrapper .selectize-dropdown {
	border: 1px solid var(--theme-color2);
}

body .contact-gform_wrapper .gfield_checkbox li input[type=checkbox]
	{
	vertical-align: top;
}

body .gform_wrapper .ginput_complex span.ginput_left.address_country label {
	display: none;
}

body .gform_wrapper .top_label div.ginput_container {
	position: relative;
	margin-top: 0px;
	padding-bottom: 12px;
}

body .gform_wrapper .top_label div.ginput_container:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url(../images/form-input-bg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 5px;
	z-index: 0;
}

body .gform_wrapper .top_label div.ginput_container.ginput_container_checkbox:after {
	display: none;
}

body .no-zigzag div.ginput_container:after {
	display: none;
}

body .no-bg-image div.ginput_container:after {
	display: none;
}

body .gform_wrapper ul.gform_fields li.gfield.font-weight-bold div.ginput_container li label {
	font-weight: bold !important;
	color: var(--theme-color2);
}

body .gform_wrapper .top_label div.ginput_container.ginput_recaptcha>div {
	margin: 0 auto;
}

body .gform_wrapper .gfield_checkbox li input[type=checkbox],
body .gform_wrapper .gfield_radio li input[type=radio] {
	margin-top: 0px;
	display: none;
}

body .gform_wrapper .gfield_checkbox li label,
body .gform_wrapper .gfield_radio li label {
	position: relative;
	padding-left: 40px;
	line-height: 25px;
	font-size: 14px;
	font-weight: 300 !important;
}

body .gform_wrapper .gfield_checkbox li label:before,
body .gform_wrapper .gfield_radio li label:before {
	content: "";
	width: 24px;
	height: 24px;
	border: 1px solid var(--theme-color2);
	position: absolute;
	left: 0px;
}

body .gform_wrapper .gfield_radio li label:before {
	border-radius: 50%;
}

body .gform_wrapper .gfield_checkbox li input:checked+label:after,
body .gform_wrapper .gfield_radio li input:checked+label:after {
	content: "";
	width: 10px;
	height: 10px;
	border: 1px solid var(--theme-color2);
	background-color: var(--theme-color2);
	border-radius: 50%;
	position: absolute;
	left: 7px;
	top: 7px;
}

body .gform_wrapper .gform_footer {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 35px;
}

body .gform_wrapper .gform_footer input {
	border: 2px solid var(--theme-color2);
	background-color: transparent;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: var(--theme-color2) !important;
	padding: 12px 30px;
	margin-bottom: 20px;
	border-radius: 290486px;
	-moz-border-radius: 290486px;
	-webkit-border-radius: 290486px;
	margin-right: 0px;
	min-width: 172px;
	margin-bottom: 20px !important;
}

body .gform_wrapper .gfield_required {
	color: #002222;
}

body .gform_confirmation_wrapper .gform_confirmation_message {
	text-align: center;
	font-size: 20px;
	font-weight: 300;
}

body .gform_wrapper .required-fields-msg {
	text-align: right;
	margin-top: -33px;
	font-size: 14px;
}

body .gform_wrapper .gfield_description {
	font-size: 14px;
}

body .gform_wrapper .gf-inline-radio-box .gfield_radio {}

body .gform_wrapper .field_description_below .gfield_description {
	padding-top: 0px;
}

/*** styled form ***/

body .style-form .invalid {
	border-left: 3px solid red;
	padding-left: 5px;
}

body .style-form .form-group {
	margin-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 12px;
	position: relative;
}

body .style-form .form-group:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url(../images/form-input-bg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 5px;
	z-index: 0;
}

body .style-form .form-group.no-zigzag:after {
	display: none;
}

body .style-form .form-group label {
	margin-bottom: 0px;
	color: #002222;
	font-size: 16px;
}

body .style-form input,
body .style-form textarea {
	border: 0px;
	width: 100%;
	background-color: transparent;
	outline: none;
	color: var(--theme-color2);
}

body .style-form textarea {
	min-height: 100px;
}

aside#secondary {
	display: none;
}

/** post single page ***/
body.single.single-post {}

body.single.single-post #hyper-breadcrumbs:before {
	display: none;
}

body.single.single-post .site-content-bg {
	min-height: 245px;
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
}

body.single.single-post .main-content-wrapper article.post {
	max-width: 780px;
	margin: 0 auto;
	/*padding-top: 100px;*/
}

body.single.single-post .main-content-wrapper article.post .entry-header {
	text-align: center;
	padding: 30px;
	min-height: 210px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

body.single.single-post .main-content-wrapper article.post .entry-title {
	font-size: 60px;
	font-weight: 700;
	line-height: 100%;
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

body.single.single-post .main-content-wrapper article.post .post-thumbnail,
body.single.single-post .main-content-wrapper article.post .entry-meta,
body.single.single-post .main-content-wrapper article.post .entry-content,
body.single.single-post .main-content-wrapper article.post .entry-footer {
	padding-left: 20px;
	padding-right: 20px;
}

body.single.single-post .main-content-wrapper article.post .post-thumbnail {
	text-align: center;
	margin: 40px auto 60px auto;
}

body.single.single-post .main-content-wrapper article.post .post-thumbnail .post-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	min-height: 440px;
	text-align: center;
}

body.single.single-post .main-content-wrapper article.post .entry-meta {
	margin: 15px auto;
}

body.single.single-post .main-content-wrapper article.post .hyper-blog-tags {
	display: block;
	text-align: center;
	margin-bottom: 15px;
}

body.single.single-post .main-content-wrapper article.post .hyper-blog-tags .tag {
	display: inline-block;
	background-color: var(--theme-color2-dim);
	color: #fff;
	border-radius: 40px;
	padding: 5px 20px 8px 20px;
	margin: 5px;
	line-height: 100%;
	font-size: 20px;
}

body.single.single-post .main-content-wrapper article.post .category-time {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 16px;
}

body.single.single-post .main-content-wrapper article.post .category-time .hyper-categories,
body.single.single-post .main-content-wrapper article.post .category-time time {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 16px;
}

body.single.single-post .main-content-wrapper article.post .category-time .hyper-categories a,
body.single.single-post .main-content-wrapper article.post .category-time .hyper-categories a:hover {
	color: #343434;
	text-decoration: none;
}

body.single.single-post .main-content-wrapper article.post .category-time .hyper-categories a:hover {
	text-decoration: underline;
}

body.single.single-post .main-content-wrapper article.post .entry-content {
	margin-bottom: 40px;
}

body.single.single-post .main-content-wrapper article.post .entry-content p,
body.single.single-post .main-content-wrapper article.post .entry-content ul {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 15px;
	color: #343434;
}

body.single.single-post .main-content-wrapper .related-post .related-header {
	margin-bottom: 30px;
}

body .comments-area {
	max-width: 740px;
	margin: 0 auto;
}

.grey-zigzag-sep {
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}

body .reset-blog-filter {
	display: block;
	padding: 15px 0px;
}

body .reset-blog-filter a.btn {
	padding: 5px 15px;
	background-color: var(--theme-color2);
	border-color: var(--theme-color2);
}

/*** comments ***/
body .comments-area .gform_wrapper {
	margin-top: 20px;
}

.comment-form {
	display: flex;
	flex-wrap: wrap;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email {
	clear: both;
	margin-top: 16px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 16px;
	box-sizing: border-box !important;
}

.comment-form .comment-form-email {}

.comment-form label {
	color: #002222;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0px;
	display: inline-block;
	line-height: 1.3;
	clear: both;
}

.comment-form .input-container {
	display: block;
	margin-top: 8px;
	position: relative;
	padding-bottom: 12px;
}

#comments {
	clear: both;
	padding: 2em 0 0.5em;
}

.comments-header {
	background-color: #f4f4f4;
	padding: 25px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.comments-header h2 {
	color: #002222;
	font-size: 20px;
	margin-bottom: 0px;
}

.comments-header a {
	color: var(--theme-color2);
	font-size: 12px;
	font-weight: bold;
}

.comments-title {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list li:before {
	display: none;
}

.comment-body {
	margin-left: 65px;
}

.comment-author {
	font-size: 20px;
	margin-bottom: 0.4em;
	position: relative;
	z-index: 2;
}

.comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}

.comment-author .says {
	display: none;
}

.comment-meta {
	margin-bottom: 1.5em;
}

.comment-meta {
	color: #c4c4c4;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	text-transform: uppercase;
}

.comment-meta a {
	color: #c4c4c4;
	font-size: 12px;
	text-transform: none;
}

.comment-meta a.comment-edit-link {
	color: #222;
	margin-left: 1em;
}

.comment-body {
	color: #000;
	padding-bottom: 40px;
	margin-bottom: 40px;
	position: relative;
}

.comment-body:before {
	content: "";
	position: absolute;
	left: -65px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 2px;
	background-color: #ccc;
}

.comment-body p {
	color: #000;
	font-size: 20px;
	max-width: 85%;
}

.comment-reply-link {
	color: var(--theme-color2);
	font-weight: 800;
	position: relative;
}

.comment-reply-link .icon {
	color: #222;
	left: -2em;
	height: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}

.children .comment-author .avatar {
	height: 30px;
	left: -45px;
	width: 30px;
}

.children .reply {
	display: none;
}

.bypostauthor>.comment-body>.comment-meta>.comment-author .avatar {
	border: 1px solid #333;
	padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
}

.comments-pagination {
	margin: 2em 0 3em;
}

/*** Offers single page ***/

body.single.single-offers .site-content-bg {
	min-height: 245px;
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
}

body.single.single-offers .main-content-wrapper .single-offer {
	max-width: 780px;
	margin: 0 auto;
	padding-top: 100px;
}

body.single.single-offers .main-content-wrapper .single-offer .entry-title {
	font-size: 60px;
	line-height: 100%;
	font-weight: 300;
	text-align: center;
}

body.single.single-offers .main-content-wrapper .single-offer .post-thumbnail,
body.single.single-offers .main-content-wrapper .single-offer .entry-content
	{
	padding-left: 20px;
	padding-right: 20px;
}

body.single.single-offers .main-content-wrapper .single-offer .post-thumbnail {
	text-align: center;
	margin: 40px auto 60px auto;
}

body.single.single-offers .main-content-wrapper .single-offer .post-thumbnail .post-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	min-height: 440px;
	text-align: center;
}

body.single.single-offers .main-content-wrapper .single-offer .entry-content {
	margin-bottom: 40px;
	text-align: center;
}

body.single.single-offers .main-content-wrapper .single-offer .entry-content p {
	font-size: 20px;
	font-weight: 300;

}

body.single.single-offers .main-content-wrapper .single-offer .card-body .number_of_people {
	font-size: 14px;
	color: var(--theme-color2);
	font-weight: 900;
}

body.single.single-offers .main-content-wrapper .single-offer .card-body .card-text {
	font-size: 16px;
	line-height: 20px;
	color: #343434;
	font-weight: normal;
}

body.single.single-offers .main-content-wrapper .single-offer .sep {
	content: "";
	width: 112px;
	height: 15px;
	background-image: url(../images/sep-zigzag.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: 20px auto;
}

body.single.single-offers .main-content-wrapper .single-offer.price-heading {
	color: var(--theme-color2);
	font-size: 14px;
	font-weight: 900;
	margin-bottom: 10px;
}

body.single.single-offers .main-content-wrapper .single-offer .card.normal-card .price-heading {
	margin-bottom: 0px;
}

body.single.single-offers .main-content-wrapper .single-offer .card.normal-card .price-offer {
	display: block;
	text-align: center;
}

body.single.single-offers .main-content-wrapper .single-offer .card.discount-card .price-offer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}

body.single.single-offers .main-content-wrapper .single-offer .card.normal-card .price-offer span {
	display: block;
}

body.single.single-offers .main-content-wrapper .single-offer .price-pretext {
	color: var(--theme-color2);
	font-size: 14px;
	font-weight: normal;
}

body.single.single-offers .main-content-wrapper .single-offer .discounted-price {
	color: var(--theme-color2);
	font-size: 39px;
	font-weight: 900;
	padding-left: 10px;
	padding-right: 10px;
}

body.single.single-offers .main-content-wrapper .single-offer .original-price {
	color: #000000;
	font-size: 16px;
	font-weight: normal;
}

body.single.single-offers .main-content-wrapper .single-offer .price {
	color: var(--theme-color2);
	font-size: 39px;
	font-weight: 900;
	padding: 5px 10px;
	line-height: 100%;
}

body.single.single-offers .main-content-wrapper .single-offer .price-msg {
	color: var(--theme-color2);
	font-size: 14px;
	font-weight: 900;
}

/*** selectbox ***/
.bootstrap-select>select {
	height: 0px;
	width: 0px;
	opacity: 0;
	visibility: hidden;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
	outline: none;
}

.bootstrap-select .dropdown-menu {
	max-height: 300px;
}

.bootstrap-select .dropdown-menu .bs-searchbox input {
	border: 1px solid rgba(0, 0, 0, .15);
}

.bootstrap-select>.dropdown-toggle {
	border: 0px;
	background-color: unset;
}

.bootstrap-select>.dropdown-toggle,
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
	transition: unset;
	font-weight: normal !important;
}

.bootstrap-select .dropdown-toggle:before {
	content: '';
	display: inline-block;
}

.bootstrap-select .dropdown-toggle:after {
	content: '';
	display: inline-block;
	background: url(../images/arrow-1.png) 0px 0px no-repeat;
	width: 13px;
	height: 7px;
	outline: none;
	border-style: none;
	border: 0px;
	vertical-align: middle;
}

.bootstrap-select.dropup.show .dropdown-toggle:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}

.bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
}

.bootstrap-select>.dropdown-toggle:hover,
.bootstrap-select>.dropdown-toggle:hover {
	-moz-animation: none;
	-webkit-animation: none;
	animation: none;
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox input {
	padding-left: 15px;
	padding-right: 15px;
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: var(--theme-color2);
}

.bootstrap-select .dropdown-menu .notify {
	box-shadow: none;
	-webkit-box-shadow: none;
	border: 0px;
}

.bootstrap-select .btn-light.focus,
.bootstrap-select .btn-light:focus {
	box-shadow: none !important;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
	background-color: inherit;
	border: 0px;
}

.contact-page .bootstrap-select>.dropdown-toggle,
.contact-page .btn-light:not(:disabled):not(.disabled).active,
.contact-page .btn-light:not(:disabled):not(.disabled):active,
.contact-page .show>.btn-light.dropdown-toggle {
	background-color: #fff;
	border: 0px;
	outline: none;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: inherit !important;
	font-weight: normal !important;
	padding: inherit !important;
}

.contact-page .bootstrap-select .dropdown-toggle .filter-option {
	padding-left: 0px;
}

.contact-page .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	color: var(--theme-color2);
}

/*.selectize-control{
	height: 23px;
}

.selectize-input{
	border: 0px;
    padding: 5px 0px; 
    -webkit-box-shadow: none; 
}

.selectize-dropdown, .selectize-input, .selectize-input input{
	color: var(--theme-color2);
	font-size: 14px;
	font-weight: normal;
}

.selectize-input.full, .selectize-input, .selectize-control.single .selectize-input.input-active{
	background-color: transparent;
}

.selectize-input, .selectize-input.focus{
	box-shadow: none;
}

.selectize-control.single .selectize-input:after{
	content: "";
	background: url(../images/arrow-1.png) 0px 0px no-repeat;
	display: block;
	width: 13px;
	height: 7px;
	outline: none;
	position: absolute;
	border-style: none;
}

.selectize-control.single .selectize-input.dropdown-active:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}

.selectize-dropdown {
    border: 1px solid #fff;
    background: #fff;
    margin: 2px 0px 0px 0px;
    border-top: 1px solid var(--theme-color2);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 15px 0px;
}

.selectize-dropdown .active{
	background-color: var(--theme-color2);
	color: #fff;
}

.selectize-input.dropdown-active::before{
	display: none;
}

body .contact-gform_wrapper .selectize-control.single .selectize-input:after{
	margin-top: -12px;
}
*/

/*** datepicker  **/

.airpicker--nav-action path {
	stroke: var(--theme-color2);
}

.airpicker-inline .airpicker {
	background-color: transparent;
}

.airpicker-inline .airpicker,
.airpicker--nav {
	border: 0px;
	width: 100%;
}

.airpicker--nav,
.airpicker--content {
	padding: 0px;
}

.airpicker--nav-title,
.airpicker--nav-action {
	justify-content: flex-start;
	padding-left: 0px;
	padding-right: 0px;
}

.airpicker--nav-title,
.airpicker--nav-title i {
	width: 85%;
	font-size: 16px;
	font-weight: 800;
	color: #000;
}

.airpicker--day-name {
	font-size: 16px;
	color: #2a2a2a;
	text-transform: none;
}

.airpicker--cell {
	font-size: 16px;
	height: 37px;
	color: var(--theme-color2);
}

.airpicker--cell.-selected- {
	position: relative;
	background-color: transparent;
	color: #fff;
}

.airpicker--cell.-selected-:hover,
.airpicker--cell.-selected-.-current- {
	background-color: transparent;
}

.airpicker--cell.-selected-:before {
	content: "";
	position: absolute;
	width: 32px;
	height: 32px;
	left: 0px;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	border-radius: 50%;
	background-color: var(--theme-color2);
	color: #fff;
	z-index: -1;
}

.airpicker--nav>div:nth-child(1) {
	order: 2;
}

.airpicker--nav>div:nth-child(2) {
	order: 1;
	padding-left: 10px;
}

.airpicker--nav>div:nth-child(3) {
	order: 3;
}

.airpicker-container {
	position: relative;
}

.airpicker-icon {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/calendar.png);
	background-repeat: no-repeat;
	width: 21px;
	height: 21px;
}


.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder{
	color: var(--theme-color2);
}


/*** gravity form datepicker */
body #ui-datepicker-div.gform-legacy-datepicker[style]{
	max-width: 350px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5) !important;
}

body .gform-legacy-datepicker.ui-datepicker .ui-datepicker-header, .gform-legacy-datepicker.ui-datepicker .ui-datepicker-header .ui-datepicker-header{
	background-color: #ffffff;
}

body .gform-legacy-datepicker.ui-datepicker .ui-datepicker-prev:before, .gform-legacy-datepicker.ui-datepicker .ui-datepicker-next:after{
	background-image: none;
}

body .gform-legacy-datepicker.ui-datepicker .ui-datepicker-prev:before {
	position: absolute;
    top: 28px;
    left: 15px;
}

/** spinner **/
.load-more-scroll {
	padding: 15px;
}

.hyper-loading-indicator {
	margin-top: 20px;
	position: relative;
	height: 50px;
	width: 50px;
	margin: 0 auto;
	background-image: url(../images/spinner.gif);
	background-position: center;
	background-size: contain;
}

.animated-bg {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: placeHolderShimmer;
	animation-name: placeHolderShimmer;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	background: #f6f7f8;
	background: #eeeeee;
	background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
	background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
	background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
	-webkit-background-size: 800px 104px;
	background-size: 200px 104px;
	height: 10px;
	position: relative;
	width: 150px;
	margin: 0 auto;
}

@keyframes placeHolderShimmer {
	0% {
		background-position: -50px 0
	}

	100% {
		background-position: 200px 0
	}
}


/*** chat ***/

body #wp-live-chat-header {
	background-color: var(--theme-color2) !important;
	z-index: 6;
}

body #wp-live-chat-1 {
	background-color: var(--theme-color2) !important;
}

body #wp-live-chat-1 strong {
	color: #fff;
}

body #speeching_button,
body #wplc_start_chat_btn,
body #wplc_na_msg_btn {
	background-color: var(--theme-color2) !important;
}

body .wplc_left_logo {
	background-image: url(../images/iconmicro-green.png) !important;
}

body #wp-live-chat-2 {
	z-index: 5;
}

/*** ***/
body .card-header,
body .card-body,
body .card-footer {
	background-color: inherit;
	border: 0px;
}

.pourquoi-row>div .wpb_single_image .vc_single_image-wrapper.hyper-is-svg img {
	height: 60px;
	width: auto;
}

/** Footer ***/
footer {
	margin-top: 40px;
	background-color: #fafaf9;
	position: relative;
}

footer:before {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	top: -6px;
	height: 27px;
	width: 100%;
	background-image: url(../images/footer-grey-sep.png);
	background-repeat: repeat-x;
	background-position: center;
}

footer .footer-sep {
	background-image: url(../images/footer-sep.png);
	background-repeat: repeat-x;
	background-position: center;
	width: 100%;
	height: 7px;
	margin-bottom: 40px;
}

footer a {
	color: var(--theme-color2);
}

footer .widget-title {
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 22px;
	margin-bottom: 15px;
}

footer .footer-a {
	padding: 40px 0px;
}

footer .footer-a .til a {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	text-decoration: none;
}

footer .footer-a .til a:hover {
	color: var(--theme-color2);
}

footer .footer-a .til a:hover img {
	-moz-animation: mover 1s linear infinite alternate;
	-webkit-animation: mover 1s infinite alternate;
	animation: mover 1s infinite alternate;
}

footer .footer-a .til a span {
	padding-left: 20px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 800;
}

footer .footer-b {
	padding: 10px 0px 20px 0px;
}

footer .footer-b .first>section {
	margin-bottom: 15px;
}

footer .footer-b .first>section ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

footer .footer-b .first .menu li {
	margin-bottom: 5px;
}

footer .footer-b .first .menu li a {
	font-size: 18px;
}

footer .footer-b .first .widget_media_gallery .gallery img {
	border: 0px !important;
}

footer .footer-b .first .widget_media_gallery .gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

footer .footer-b .first .widget_media_gallery .gallery .gallery-item {
	flex-basis: 25%;
	text-align: left !important;
}

footer .footer-b .first .sale-btn {
	display: inline-block;
}

footer .footer-b .first .sale-btn a {
	border: 2px solid var(--theme-color2);
	background-color: var(--theme-color2);
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 10px 25px;
	margin-bottom: 0px;
	border-radius: 290486px;
	-moz-border-radius: 290486px;
	-webkit-border-radius: 290486px;
	display: flex;
	justify-content: center;
	align-items: center;
}

footer .footer-b .first .sale-btn a:hover {
	text-decoration: none;
}

footer .footer-b .first .sale-btn a .icon {
	height: 25px;
	width: 40px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url(../images/sale-btn.png);
}

footer .footer-b .second {}

footer .footer-b .third>section {
	margin-bottom: 20px;
}

footer .footer-b .third .gform_wrapper form {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

footer .footer-b .third .gform_wrapper form .gform_body {
	width: auto;
}

footer .footer-b .third .gform_wrapper form .ginput_container {
	margin-top: 0px !important;
}

footer .footer-b .third .gform_wrapper form .ginput_container input {
	width: 100%;
	height: 46px;
	padding-left: 20px !important;
	padding-right: 20px !important;
	border: 1px solid #fff !important;
	color: var(--theme-color2);
	-webkit-border-top-left-radius: 290486px;
	-webkit-border-bottom-left-radius: 290486px;
	-moz-border-radius-topleft: 290486px;
	-moz-border-radius-bottomleft: 290486px;
	border-top-left-radius: 290486px;
	border-bottom-left-radius: 290486px;
	outline: none;
}

footer .footer-b .third .gform_wrapper form .gform_footer {
	width: auto;
	margin: 0px !important;
	padding: 0px !important;
	margin-left: -5px;
}

footer .footer-b .third .gform_wrapper form .gform_footer input {
	height: 46px;
	min-width: 50px;
	background-color: var(--theme-color2);
	border: 1px solid var(--theme-color2);
	font-size: 16px;
	line-height: 16px !important;
	font-weight: 400;
	color: #fff !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-border-top-right-radius: 290486px;
	-webkit-border-bottom-right-radius: 290486px;
	-moz-border-radius-topright: 290486px;
	-moz-border-radius-bottomright: 290486px;
	border-top-right-radius: 290486px;
	border-bottom-right-radius: 290486px;
	cursor: pointer;
}

footer .gform_wrapper ul li.gfield {
	margin: 0px !important;
	padding: 0px !important;
}

footer .footer-b .third .gform_wrapper .gfield_label {
	display: none;
}

footer .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
	width: 100% !important;
}

footer .gform_wrapper li.gfield.gfield_error,
footer .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent;
	border: 0px;
}

body footer .gform_wrapper .top_label div.ginput_container:after {
	display: none;
}

body footer .gform_wrapper .gform_footer input {}

body footer .gform_confirmation_wrapper .gform_confirmation_message {
	text-align: left;
	color: var(--theme-color2);
	font-size: 16px;
	line-height: 18px;
}

body footer .gform_wrapper .required-fields-msg {
	display: none;
}

footer .footer-b .third .widget.hyper_social_icon_widget ul {
	list-style: none;
}

footer .footer-b .third .widget.hyper_social_icon_widget li {
	display: inline-block;
	padding: 0px 20px;
}

footer .footer-b .third .widget.hyper_social_icon_widget li:first-child {
	padding-left: 0px;
}

footer .footer-b .third .widget.hyper_social_icon_widget li a {
	font-size: 25px;
}

footer .footer-c {
	padding: 5px 0px 30px 0px;
}

footer .footer-c .first p {
	color: #000;
}

footer .footer-c .second {
	margin-left: 13px;
}

footer .footer-c .second ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

footer .footer-c .second ul li {
	padding: 0px 13px;
}

/** magnific popup **/
.mfp-bg,
.mfp-wrap {
	z-index: 999999;
}

.hyper-bg-lightbox {
	cursor: pointer;
}

.go-top {
	display: none!important;
	width: 70px;
	height: 70px;
	position: fixed;
	bottom: 70px;
	right: 20px;
	background-image: url(../images/go-to-top.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: 1;
}

.trustpilot-widget .load-more {
	color: red !important;
}

.visible-mobile {
	display: none !important;
}

.bootstrap-select>.select-wrapper>select,
.bootstrap-select>select {
	height: 0px !important;
	display: none !important;
}


/*** blog overrides ***/

body.blog h2,
body.blog .h2,
body.single-post h2,
body.single-post .h2 {
	font-size: 1.50rem;
}

body.blog h3,
body.blog .h3,
body.single-post h3,
body.single-post .h3 {
	font-size: 1.25rem;
}

body.blog h2,
body.blog .h2,
body.single-post h2,
body.single-post .h2,
body.blog h3,
body.blog .h3,
body.single-post h3,
body.single-post .h3,
body.blog h4,
body.blog .h4,
body.single-post h4,
body.single-post .h4,
body.blog h5,
body.blog .h5,
body.single-post h5,
body.single-post .h5,
body.blog h6,
body.blog .h6,
body.single-post h6,
body.single-post .h6 {
	padding-bottom: 15px;
}

/*** hack ***/
body .hack-equal-height .wpb_content_element {
	margin-bottom: 0px;
}

body .wpb_content_element.wpb_single_image {
	margin-bottom: 0px;
}

.hack-equal-height .wpb_wrapper,
.hack-equal-height .hyper-content-box-wrapper.layout3,
.hack-equal-height .hyper-content-box-wrapper.layout3 .content-box {
	height: 100%;
}

body .tooltip-inner {
	background-color: var(--theme-color2);
	color: #fff;
}

body .bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
	border-top-color: var(--theme-color2) !important;
}

@-webkit-keyframes mover {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-3px);
	}

}

@keyframes mover {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-3px);
	}

}

body .mobile-reverse-col-order {
	display: flex;
	flex-wrap: wrap;
}

body .cli-plugin-button,
body .cli-plugin-button:visited,
body .medium.cli-plugin-button,
body .medium.cli-plugin-button:visited {
	text-decoration: none !important;
}

body .mfp-bottom-bar .mfp-title {
	text-align: center;
	padding-right: 0px;
	font-weight: bold;
	padding-top: 15px;
}

body .mfp-close {
	font-size: 40px;
	opacity: 1;
}

/*** custom css ***/
.max_h_600 img {
	max-height: 600px !important;
	width: auto !important;
}


/* Image with 'data' attribute is hidden */
img[data-lazy-src] {
	/* we set the opacity to 0 */
	opacity: 0;
}

/* Image without 'data' attribute is (or becomes) visible */
img.lazyloaded {
	/* prepare the future animation */
	-webkit-transition: opacity .5s linear 0.2s;
	-moz-transition: opacity .5s linear 0.2s;
	transition: opacity .5s linear 0.2s;
	/* we set the opacity to 1 to do the magic */
	opacity: 1;
}

.h_row_green_bg {
	background-color: var(--theme-color2) !important;
}

.h_row_light_green_bg {
	background-color: #e5f8f8 !important;
}

/*** cookie notice overrides ***/


#cookie-notice {
	font-size: 15px;
}

#cookie-notice .cn-button {
	background-color: var(--theme-color1);
	font-size: 15px;
}

.cn-close-icon{
	margin-top: 0px;
	top: 15px;
	right: 10px;
}
