
body {
	font-family: 'Karma', serif;
	font-style: normal;
	font-size: 1.1rem;
	line-height: 1.5;
	color: rgb(45,45,45);
	font-weight: normal;
}
.theme-section-title {
	font-style: normal;
	line-height: 1.2;
    font-family: "Cormorant Garamond", sans-serif;
}
.theme-section-subtitle {
	line-height: 1.3;
    font-family: "Cormorant Garamond", sans-serif;
}
.theme-text {
	font-style: normal;
	line-height: 1.6;
}
.display-1, h1 {
	font-size: 2.7rem;
	font-weight: 500;
	font-family: "Cormorant Garamond", sans-serif;
}
.display-1 > .theme-iconfont {
	font-size: 4.8rem;
}
.display-2, h2 {
	font-size: 2.3rem;
	font-weight: 500;
	font-family: "Cormorant Garamond", sans-serif;
}
.display-3, h3 {
	font-size: 2rem;
	font-weight: 500;
	font-family: "Cormorant Garamond", sans-serif;
}
.display-2 > .theme-iconfont {
	font-size: 3.6rem;
}
.display-4 {
	font-size: 1.2rem;
}
.display-4 > .theme-iconfont {
	font-size: 1.92rem;
}
.display-5 {
	font-size: 1.8rem;
}
.display-5 > .theme-iconfont {
	font-size: 2.88rem;
}
.display-7 {
	font-size: 1.1rem;
}
.display-7 > .theme-iconfont {
	font-size: 2.08rem;
}
@media (max-width: 768px) {
	.display-1 {
		font-size: 2.4rem;
		font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
		line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
	}
	.display-2 {
		font-size: 1.8rem;
		font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
		line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
	}
	.display-4 {
		font-size: 0.96rem;
		font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
		line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
	}
	.display-5 {
		font-size: 1.44rem;
		font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
		line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
	}
}
.btn {
	border-radius: 0;
	font-weight: 600;
	border-width: 1px;
	font-style: normal;
	letter-spacing: 2px;
	white-space: normal;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	word-break: break-word;
	padding: 0.8rem 2rem;
	border-radius: 0px;
}
.btn-sm {
	font-weight: 600;
	letter-spacing: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 0.5rem 1.5rem;
	border-radius: 0px;
}
.btn-md {
	font-weight: 600;
	letter-spacing: 2px;
	margin: .4rem .8rem !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 0.8rem 2rem;
	border-radius: 0px;
}
.btn-lg {
	font-weight: 600;
	letter-spacing: 2px;
	margin: .4rem .8rem !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 0.8rem 2rem;
	border-radius: 0px;
}
.bg-primary {
	background-color: #ffffff !important;
}
.bg-success {
	background-color: #98e38d !important;
}
.bg-info {
	background-color: #44780c !important;
}
.bg-warning {
	background-color: #c1c1c1 !important;
}
.bg-danger {
	background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
	background-color: #ffffff !important;
	border-color: #ffffff !important;
	color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
	color: #808080 !important;
	background-color: #d9d9d9 !important;
	border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
	color: #808080 !important;
	background-color: #d9d9d9 !important;
	border-color: #d9d9d9 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
	background-color: #f5aeb5 !important;
	border-color: #f5aeb5 !important;
	color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
	color: #ffffff !important;
	background-color: #ed6a77 !important;
	border-color: #ed6a77 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #ffffff !important;
	background-color: #ed6a77 !important;
	border-color: #ed6a77 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
	background-color: #44780c !important;
	border-color: #44780c !important;
	color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
	color: #ffffff !important;
	background-color: #072027 !important;
	border-color: #072027 !important;
}
.btn-info.disabled,
.btn-info:disabled {
	color: #ffffff !important;
	background-color: #072027 !important;
	border-color: #072027 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
	background-color: #98e38d !important;
	border-color: #98e38d !important;
	color: #1f5b16 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
	color: #1f5b16 !important;
	background-color: #61d450 !important;
	border-color: #61d450 !important;
}
.btn-success.disabled,
.btn-success:disabled {
	color: #1f5b16 !important;
	background-color: #61d450 !important;
	border-color: #61d450 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
	background-color: #c1c1c1 !important;
	border-color: #c1c1c1 !important;
	color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
	color: #ffffff !important;
	background-color: #9b9b9b !important;
	border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
	color: #ffffff !important;
	background-color: #9b9b9b !important;
	border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
	background-color: #444444 !important;
	border-color: #444444 !important;
	color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
	color: #ffffff !important;
	background-color: #1e1e1e !important;
	border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
	color: #ffffff !important;
	background-color: #1e1e1e !important;
	border-color: #1e1e1e !important;
}
.btn-white {
	color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
	background-color: #ffffff !important;
	border-color: #ffffff !important;
	color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
	color: #808080 !important;
	background-color: #d9d9d9 !important;
	border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
	color: #808080 !important;
	background-color: #d9d9d9 !important;
	border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
	background-color: #333333 !important;
	border-color: #333333 !important;
	color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
	color: #ffffff !important;
	background-color: #0d0d0d !important;
	border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
	color: #ffffff !important;
	background-color: #0d0d0d !important;
	border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
	background: none;
	border-color: #cccccc;
	color: #cccccc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
	color: #808080;
	background-color: #ffffff;
	border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
	color: #808080 !important;
	background-color: #ffffff !important;
	border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
	background: none;
	border-color: #ea5362;
	color: #ea5362;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
	color: #ffffff;
	background-color: #f5aeb5;
	border-color: #f5aeb5;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
	color: #ffffff !important;
	background-color: #f5aeb5 !important;
	border-color: #f5aeb5 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
	background: none;
	border-color: #44780c;
	color: #44780c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
	color: #ffffff;
	background-color: #44780c;
	border-color: #44780c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
	color: #ffffff !important;
	background-color: #44780c !important;
	border-color: #44780c !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
	background: none;
	border-color: #4ecf3b;
	color: #4ecf3b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
	color: #1f5b16;
	background-color: #98e38d;
	border-color: #98e38d;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
	color: #1f5b16 !important;
	background-color: #98e38d !important;
	border-color: #98e38d !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
	background: none;
	border-color: #8e8e8e;
	color: #8e8e8e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
	color: #ffffff;
	background-color: #c1c1c1;
	border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
	color: #ffffff !important;
	background-color: #c1c1c1 !important;
	border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
	background: none;
	border-color: #111111;
	color: #111111;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
	color: #ffffff;
	background-color: #444444;
	border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
	color: #ffffff !important;
	background-color: #444444 !important;
	border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
	background: none;
	border-color: #000000;
	color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
	color: #ffffff;
	background-color: #333333;
	border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
	color: #ffffff !important;
	background-color: #333333 !important;
	border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
	background: none;
	border-color: #ffffff;
	color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
	color: #333333;
	background-color: #ffffff;
	border-color: #ffffff;
}
.text-primary {
	color: #ffffff !important;
}
.text-secondary {
	color: #f5aeb5 !important;
}
.text-success {
	color: #98e38d !important;
}
.text-info {
	color: #44780c !important;
}
.text-warning {
	color: #c1c1c1 !important;
}
.text-danger {
	color: #444444 !important;
}
.text-white {
	color: #ffffff !important;
}
.text-black {
	color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
	color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
	color: #44780c !important;
}
a.text-success:hover,
a.text-success:focus {
	color: #44780c !important;
}
a.text-info:hover,
a.text-info:focus {
	color: #44780c !important;
}
a.text-warning:hover,
a.text-warning:focus {
	color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
	color: #111111 !important;
}
a.text-white:hover,
a.text-white:focus {
	color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
	color: #4d4d4d !important;
}
.alert-success {
	background-color: #98e38d;
}
.alert-info {
	background-color: #44780c;
}
.alert-warning {
	background-color: #c1c1c1;
}
.alert-danger {
	background-color: #444444;
}
.theme-section-btn a.btn:not(.btn-form):hover,
.theme-section-btn a.btn:not(.btn-form):focus {
	box-shadow: none !important;
}
.theme-gallery-filter li.active .btn {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #8c8c8c;
}
.theme-gallery-filter li.active .btn:focus {
	box-shadow: none;
}
.btn-form {
	border-radius: 0;
}
.btn-form:hover {
	cursor: pointer;
}
a,
a:hover {
	color: #44780c;
}
.theme-plan-header.bg-primary .theme-plan-subtitle,
.theme-plan-header.bg-primary .theme-plan-price-desc {
	color: #ffffff;
}
.theme-plan-header.bg-success .theme-plan-subtitle,
.theme-plan-header.bg-success .theme-plan-price-desc {
	color: #ffffff;
}
.theme-plan-header.bg-info .theme-plan-subtitle,
.theme-plan-header.bg-info .theme-plan-price-desc {
	color: #25aed5;
}
.theme-plan-header.bg-warning .theme-plan-subtitle,
.theme-plan-header.bg-warning .theme-plan-price-desc {
	color: #ffffff;
}
.theme-plan-header.bg-danger .theme-plan-subtitle,
.theme-plan-header.bg-danger .theme-plan-price-desc {
	color: #b7b7b7;
}
.scrollToTop_wraper {
	display: none;
}
#scrollToTop a {
	border: 2px solid #ffbc00;
	background: transparent;
}
#scrollToTop a i:before {
	content: '';
	position: absolute;
	height: 40%;
	top: 25%;
	background: #ffbc00;
	width: 2px;
	left: calc(50% - 1px);
}
#scrollToTop a i:after {
	content: '';
	position: absolute;
	display: block;
	border-top: 2px solid #ffbc00;
	border-right: 2px solid #ffbc00;
	width: 40%;
	height: 40%;
	left: 30%;
	bottom: 30%;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.note-check a[data-value=Rubik] {
	font-style: normal;
}
.theme-arrow {
	background-color: transparent;
	opacity: .7;
	transition: .3s;
	text-align: center;
	width: auto;
}
.theme-arrow:hover {
	opacity: 1;
}
.theme-arrow a {
	display: block;
}
.theme-arrow a i {
	color: #ffbc00;
	top: auto !important;
	left: auto !important;
}
@media (max-width: 767px) {
	.theme-arrow {
		display: none;
	}
}
.form-control-label {
	position: relative;
	cursor: pointer;
	margin-bottom: .357em;
	padding: 0;
}
.alert {
	color: #ffffff;
	border-radius: 0;
	border: 0;
	font-size: .875rem;
	line-height: 1.5;
	margin-bottom: 1.875rem;
	padding: 1.25rem;
	position: relative;
}
.alert.alert-form::after {
	background-color: inherit;
	bottom: -7px;
	content: "";
	display: block;
	height: 14px;
	left: 50%;
	margin-left: -7px;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 14px;
}
.form-control {
	background-color: #efefef;
	box-shadow: none;
	color: #565656;
	line-height: 1.43;
	min-height: 53px;
	padding: 10px 20px;
	border: 1px solid #ddd;
	border-radius: 0;
}
.form-control > .theme-iconfont {
	font-size: 2.08rem;
}
.form-control,
.form-control:focus {
	outline: none;
	background-color: #efefef;
	border: 1px solid #e8e8e8;
	box-shadow: none;
}
.form-active .form-control:invalid {
	border-color: red;
}
.theme-overlay {
	background-color: #000;
	bottom: 0;
	left: 0;
	opacity: .6;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
blockquote {
	font-style: italic;
	padding: 10px 0 10px 20px;
	font-size: 1.09rem;
	position: relative;
	border-color: #ffffff;
	border-width: 3px;
}
ul,
ol,
pre,
blockquote {
	margin-bottom: 2.3125rem;
}
pre {
	background: #f4f4f4;
	padding: 10px 24px;
	white-space: pre-wrap;
}
.inactive {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	-webkit-user-drag: none;
	user-drag: none;
}
.theme-section__comments .row {
	-webkit-justify-content: center;
	justify-content: center;
}
.theme-form .btn {
	margin: .4rem 0;
}
@media (max-width: 767px) {
	.btn {
		font-size: .75rem !important;
	}
	.btn .theme-iconfont {
		font-size: 1rem !important;
	}
}
.btn-social {
	font-size: 20px;
	border-radius: 50%;
	padding: 0;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	position: relative;
	border: 2px solid #c0a375;
	border-color: #ffffff;
	color: #232323;
	cursor: pointer;
}
.btn-social i {
	top: 0;
	line-height: 44px;
	width: 44px;
}
.btn-social:hover {
	color: #fff;
	background: #ffffff;
}
.btn-social + .btn {
	margin-left: .1rem;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
	bottom: initial !important;
}
html,
body {
	height: auto;
	min-height: 100vh;
}
.dropup .dropdown-toggle::after {
	display: none;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
	background-color: #ffffff;
	color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
	transition: 0.4s;
	border-top-color: currentColor;
	border-bottom-color: currentColor;
}
.jq-number__spin {
	border-radius: 0;
	background-color: #efefef;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
	color: #000000 !important;
	background-color: #ffffff !important;
	box-shadow: none!important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
	color: #000000 !important;
	background: #f5aeb5 !important;
	box-shadow: none !important;
}
.navigation .nav-item:focus,
.navigation .nav-link:focus {
	outline: none;
}
.navigation .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.navigation .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
}
.navigation .dropdown .dropdown-menu .dropdown-item .theme-iconfont {
	margin-left: -1.8rem;
	padding-right: 1rem;
	font-size: inherit;
}
.navigation .dropdown .dropdown-menu .dropdown-item .theme-iconfont:before {
	display: inline-block;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.navigation .collapsed .dropdown .dropdown-menu .dropdown-item {
	padding: 0.235em 1.5em !important;
	transition: none;
	margin: 0 !important;
}
.navigation .navbar {
	transition: all .3s;
	background: #ffffff;
}
.navigation .navbar.opened {
	transition: all .3s;
	background: #ffffff !important;
}
.navigation .navbar .dropdown-item {
	padding: .235rem 1.5rem;
}
.navigation .navbar .navbar-collapse {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	z-index: 1;
}
.navigation .navbar.collapsed.opened .dropdown-menu {
	top: 0;
}
.navigation .navbar.collapsed .dropdown-menu {
	background: transparent !important;
}
.navigation .navbar.collapsed .dropdown-menu .dropdown-submenu {
	left: 0 !important;
}
.navigation .navbar.collapsed .dropdown-menu .dropdown-item:after {
	right: auto;
}
.navigation .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
	margin-left: .25rem;
	border-top: 0.35em solid;
	border-right: 0.35em solid transparent;
	border-left: 0.35em solid transparent;
	border-bottom: 0;
	top: 55%;
}
.navigation .navbar.collapsed ul.navbar-nav li {
	margin: auto;
}
.navigation .navbar.collapsed .dropdown-menu .dropdown-item {
	padding: .25rem 1.5rem;
	text-align: center;
}
.navigation .navbar.collapsed .icons-menu {
	padding-left: 0;
	padding-top: .5rem;
	padding-bottom: .5rem;
}
@media (max-width: 991px) {
	.navigation .navbar.opened .dropdown-menu {
		top: 0;
	}
	.navigation .navbar .dropdown-menu {
		background: transparent !important;
	}
	.navigation .navbar .dropdown-menu .dropdown-submenu {
		left: 0 !important;
	}
	.navigation .navbar .dropdown-menu .dropdown-item:after {
		right: auto;
	}
	.navigation .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
		margin-left: .25rem;
		border-top: 0.35em solid;
		border-right: 0.35em solid transparent;
		border-left: 0.35em solid transparent;
		border-bottom: 0;
		top: 55%;
	}
	.navigation .navbar .navbar-logo img {
		height: 3.8rem !important;
	}
	.navigation .navbar ul.navbar-nav li {
		margin: auto;
	}
	.navigation .navbar .dropdown-menu .dropdown-item {
		padding: .25rem 1.5rem !important;
		text-align: center;
	}
	.navigation .navbar .navbar-brand {
		-webkit-flex-shrink: initial;
		flex-shrink: initial;
		-webkit-flex-basis: auto;
		flex-basis: auto;
		word-break: break-word;
	}
	.navigation .navbar .navbar-toggler {
		-webkit-flex-basis: auto;
		flex-basis: auto;
	}
	.navigation .navbar .icons-menu {
		padding-left: 0;
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
}
.navigation .navbar.navbar-short {
	background: #ffffff !important;
	min-height: 60px;
}
.navigation .navbar.navbar-short .navbar-logo img {
	height: 3rem !important;
}
.navigation .navbar.navbar-short .navbar-brand {
	padding: 0;
}
.navigation .navbar-brand {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-align-items: center;
	align-items: center;
	margin-right: 0;
	padding: 0;
	transition: all .3s;
	word-break: break-word;
	z-index: 1;
}
.navigation .navbar-brand .navbar-caption {
	line-height: inherit !important;
}
.navigation .navbar-brand .navbar-logo a {
	outline: none;
}
.navigation .dropdown-item.active,
.navigation .dropdown-item:active {
	background-color: transparent;
}
.navigation .navbar-expand-lg .navbar-nav .nav-link {
	padding: 0;
}
.navigation .nav-dropdown .link.dropdown-toggle {
	margin-right: 1.667em;
}
.navigation .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
	margin-right: 0;
	padding: 0.667em 1.667em;
}
.navigation .navbar.navbar-expand-lg .dropdown .dropdown-menu {
	background: #ffffff;
}
.navigation .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
	left: 100%;
}
.navigation .navbar .dropdown.open > .dropdown-menu {
	display: block;
}
.navigation ul.navbar-nav {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.navigation .navbar-buttons {
	text-align: center;
}
.navigation button.navbar-toggler {
	outline: none;
	width: 31px;
	height: 20px;
	cursor: pointer;
	transition: all .2s;
	position: relative;
	-webkit-align-self: center;
	align-self: center;
}
.navigation button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #232323;
}
.navigation button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all .2s;
}
.navigation button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all .15s;
}
.navigation button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all .15s;
}
.navigation button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all .2s;
}
.navigation nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.navigation nav.opened .hamburger span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .25s;
}
.navigation nav.opened .hamburger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .25s;
}
.navigation nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.navigation .navbar-dropdown {
	padding: .5rem 1rem;
	position: fixed;
}
.navigation a.nav-link {
	-webkit-justify-content: center;
	justify-content: center;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.navigation .theme-iconfont {
	font-size: 1.5rem;
	padding-right: .5rem;
}
.navigation .icons-menu {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	padding-left: 1rem;
	text-align: center;
}
.navigation .icons-menu span {
	font-size: 20px;
	color: #232323;
}
.navigation .nav-link:hover,
.navigation .dropdown-item:hover,
.navigation .icons-menu .theme-iconfont:hover {
	color: #000000 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.navigation .navbar {
		height: 77px;
	}
	.navigation .navbar.opened {
		height: auto;
	}
}
.header .theme-overlay, .header2 .theme-overlay {
	background: #232323;
	background: linear-gradient(45deg, #232323, #000000);
}
.header .theme-section-title, .header2 .theme-section-title {
	letter-spacing: .4rem;
	color: #ffffff;
	font-size: 4.5rem;
	line-height: normal;
}
.header .theme-section-subtitle B {
	color: #ffffff;
}
.header .theme-text,
.header .theme-section-btn,
.header2 .theme-text,
.header2 .theme-section-btn{
	color: #ffffff;
}
.header .theme-section-subtitle,
.header2 .theme-section-subtitle{
	color: #ffffff;
}
.main-content {
	padding-top: 45px;
	padding-bottom: 65px;
	background-color: #ffffff;
}
.main-content.no-featured {
	padding-top:100px
}
.main-content-int {
	padding-top: 40px;
}
.evidence {
	padding-top: 90px;
	padding-bottom: 90px;
}
.evidence .img-wrap {
	width: 100% !important;
	height: 100% !important;
}
.evidence .main-reverse {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.evidence .image-element {
	padding: 0;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.evidence .image-element img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.evidence .text-element {
	padding: 1rem;
}
.evidence .main,
.evidence .main-reverse {
	background: #ffffff;
}
@media (max-width: 991px) {
	.evidence .main:first-child {
		padding-top: 1rem;
	}
	.evidence .image-element,
	.evidence .text-element {
		margin-bottom: 1rem;
	}
	.evidence .main-reverse {
		-webkit-flex-direction: row;
		flex-direction: row;
	}
}
@media (max-width: 767px) {
	.evidence .container {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.evidence .image-element,
	.evidence .text-element {
		margin-bottom: 0;
	}
	.evidence .main:first-child {
		padding-top: 0;
	}
}
.evidence .theme-title,
.evidence .underline {
	color: #44780c;
}
.evidence-2 {
	padding-top: 60px;
	padding-bottom: 105px;
	background-color: #ffffff;
}
.evidence-2 .theme-text {
	margin: 0;
}
.evidence-2 .text-element {
	padding: 1rem;
	background-color: #ffffff;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	display: flex;
}
.evidence-2 .row-element,
.evidence-2 .image-element {
	padding: 0;
}
.evidence-2 .image-element {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.evidence-2 .image-element .img-wrap {
	width: 100% !important;
}
.evidence-2 .image-element .img-wrap img {
	width: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: center center;
}
.evidence-2 .carousel-item {
	-webkit-justify-content: center;
	justify-content: center;
}
.evidence-2 .carousel-item.active,
.evidence-2 .carousel-item-next,
.evidence-2 .carousel-item-prev {
	display: flex;
}
.evidence-2 .carousel-indicators {
	margin: 20px auto 0;
	align-items: center;
	bottom: -45px;
}
.evidence-2 .carousel-indicators .active {
	opacity: 1;
	border: 0;
}
.evidence-2 .carousel-indicators li {
	height: 15px;
	width: 15px;
	border-radius: 50%;
	transition: opacity .5s;
	background-color: #191919;
	font-size: 2rem;
	opacity: .3;
}
.evidence-2 .carousel-indicators li:hover {
	opacity: 1;
}
.evidence-2 .carousel-controls {
	display: none;
}
@media (max-width: 991px) {
	.evidence-2 .carousel-controls {
		display: block;
	}
	.evidence-2 .carousel-controls a {
		transition: opacity .5s;
		font-size: 2rem;
	}
	.evidence-2 .carousel-controls a span {
		padding: 10px;
		border-radius: 50%;
		color: #ffffff;
		background: #444444;
		opacity: .9;
	}
	.evidence-2 .carousel-controls a:hover span {
		opacity: 1;
	}
	.evidence-2 .carousel-indicators {
		display: none;
	}
}
@media (max-width: 540px) {
	.evidence-2 .text-element {
		padding: 1rem;
	}
	.evidence-2 .carousel-controls {
		display: none;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.evidence-2 .image-element {
		min-width: 50%;
	}
	.evidence-2 .media-container-row {
		width: 100%;
	}
}
.evidence-2 .theme-text,
.evidence-2 .link {
	text-align: center;
}
.evidence-2 .theme-title,
.evidence-2 .ornament {
	color: #44780c;
}
.evidence-3 {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #44780c;
}
.evidence-3 .text-box {
	position: absolute;
	top: 0px;
	min-height: 100%;
	writing-mode: vertical-rl;
}
.evidence-3 .text-block {
	position: relative;
	z-index: 0;
}
.evidence-3 .box {
	width: 25%;
	height: 40%;
	background: #e2f7df;
	position: absolute;
	top: 4%;
}
.evidence-3 .row {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.evidence-3 .box {
	right: 20%;
}
.evidence-3 .text-box {
	right: 0;
}
.evidence-3 .theme-section-title,
.evidence-3 .theme-section-text {
	margin-right: 31%;
	margin-right: 0;
}
@media (max-width: 991px) {
	.evidence-3 .text-box {
		display: none;
	}
	.evidence-3 .theme-section-title,
	.evidence-3 .theme-section-text {
		margin: auto;
	}
}
@media (max-width: 767px) {
	.evidence-3 .box {
		display: none;
	}
	.evidence-3 .row {
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.evidence-3 .img-block {
		margin-bottom: 1rem;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.evidence-3 .text-box {
		writing-mode: bt-rl;
	}
}
.evidence-3 .theme-section-text DIV {
	text-align: right;
}
.evidence-3 .theme-section-title {
	text-align: right;
}
.footer-1 {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #ffffff;
}
.footer-1 *:focus {
	outline: none;
}
.footer-1 .form-group {
	margin-bottom: 2rem;
}
.footer-1 .form-control {
	width: 100%;
	border: none;
	background: transparent;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	color: #000000;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 1px;
	min-height: 35px;
}
.footer-1 .form-control:focus {
	outline: none;
	box-shadow: none;
}
.footer-1 .form-control::-webkit-input-placeholder {
	color: #000000;
}
.footer-1 .form-control::-moz-placeholder {
	color: #000000;
}
.footer-1 .form-control:-ms-input-placeholder {
	color: #000000;
}
.footer-1 .form-control:-moz-placeholder {
	color: #000000;
}
.footer-1 input.form-control {
	padding: 1px 0;
}
.footer-1 .soc-item {
	display: inline-block;
	margin: 0 .2rem;
}
.footer-1 .soc-item .socicon {
	font-size: 1.5rem;
	color: #000000;
	opacity: 1;
}
.footer-1 .soc-item .socicon:hover {
	opacity: .5;
}
.footer-1 .input-group-btn {
	display: block;
}
@media (max-width: 767px) {
	.footer-1 .first-column,
	.footer-1 .form-1 {
		text-align: center;
	}
}
.footer-bottom {
	padding-top: 45px;
	padding-bottom: 30px;
	background-color: #f7f7f7;
}
h1, h2, h3, h4, h5, h6, .navbar-caption {
	margin-bottom: 0 !important;
	font-family: 'Cormorant Garamond', sans-serif;
}
h1 {
	padding-bottom: 30px;
	font-size: 3rem;
}
h2 {
	padding-bottom: 30px;
	color:#44780c
}
h3 {
	padding-top: 10px;
	padding-bottom: 20px;
	color:#44780c
}
h4 {
	padding-top: 10px;
	padding-bottom: 20px;
	color:#44780c
}
.owl-stage-outer, .owl-stage, .owl-item > .item{
	min-height: 100vh;
	display: flex;
}
.owl-item > .item {
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important
}
.owl-theme .owl-nav, .owl-theme .owl-dots {
	position: absolute
}
.owl-theme .owl-dots {
	bottom: 0;
	width:100%;
	margin:0 auto
}
.owl-theme .owl-dots button {
	display: inline-block;
}
.owl-theme .owl-nav {
	top:50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width:100%;
	margin-top: 0
}
.owl-item > .item > .container  {
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	color:#FFF;
	font-size:72px;
	background: none;
}
.owl-theme .owl-nav [class*="owl-"] {
	margin: 0;
	padding: 0
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: none;
}
.owl-theme .owl-nav .owl-prev {
	float:left;
	margin-left: 10px
}
.owl-theme .owl-nav .owl-next {
	float:right;
	margin-right: 10px
}
.header2 {
	height: 550px;
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.header3 {
	height: 80px;
	background-color: #ffffff;
}
@media (max-width: 768px) {
	.header2 {
		height: 350px;
	}
	.main-content {
		padding-top: 25px;
		padding-bottom: 45px;
	}
}
.booking-form {
	position: absolute;
	bottom: 0;
	z-index: 9;
	width: 100%;
	padding: 25px 0 20px 0;
	background: rgba(0,0,0,0.5);
}
#ITH_MainForm #ITH_dtCheckIn_div,
#ITH_MainForm #ITH_dtCheckOut_div,
#ITH_MainForm #ITH_Pax_div,
#ITH_MainForm button[type=submit]{
	display: inline-block;
	float: left;
	padding: 0px 10px;
	color: #FFF;
}
#ITH_MainForm input,
#ITH_MainForm select,
#ITH_MainForm option,
#ITH_MainForm button[type=submit] {
	min-height: 33px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	vertical-align:top;
	-moz-appearance:none; 
	-webkit-appearance:none; 
	appearance:none;
	padding: 0 10px;
	border: 1px solid #FFF;
}
#ITH_MainForm label {
	padding-right: 10px;
}
#ITH_MainForm button[type=submit], #booking-btn {
	background-color: transparent;
	text-transform: uppercase;
	margin-left: 10px;
	display: block;
	cursor: pointer;
	border: 1px solid #FFF;
}
#booking-btn, #booking-btn:hover {
	margin-left: 0;
	color: #FFF;
}
#ITH_CurrLang_IT, #ITH_CurrLang_EN, #ITH_CurrLang_DE, #ITH_CurrLang_FR, #ITH_CurrLang_NL {
	display: inline-block;
}
.date-picker table {
	font-size: 0.9em !important;
}
.footer-1 h3 {
	padding-bottom: 10px;
    margin-bottom: 15px !important;
	border-bottom: 1px dashed rgba(0,0,0,0.1);
}
.apartment {
	border-bottom: 1px dashed  rgba(0,0,0,0.1);
}
.apartment li {
	list-style-type: none;
}
.apartment h3 {
	text-transform: uppercase;
}
.sl-overlay {
	opacity: 0.9;
}
.wpml-ls-legacy-list-horizontal {
    text-align: center;
}
.wpml-ls-legacy-list-horizontal a {
    padding: 5px 7px;
}
.navbar-collapse {
    padding-right: 20px;
}
.navbar-dropdown .navbar-caption {
	font-weight: normal;
}
.display-logo {
	font-size: 2.3rem;
}
.wpcf7-list-item {
	font-size: 0.9rem;
}
span.wpcf7-list-item {
	margin: 0 0 0 0;
}
.wpcf7-not-valid-tip, .wpcf7-validation-errors, .wpcf7-acceptance-missing, div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
	font-size: 0.9rem !important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
	border:1px transparent;
	color: #f00
}
div.wpcf7-response-output, div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
	margin: 2em 0 1em;
	padding: 0.2em 0;
}
.nav-links {margin: 0 auto }
.page-numbers {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #eee;
	text-decoration: none;
}
.page-numbers.current,
a.page-numbers:hover {
	background: #f9f9f9;
}