@import url(https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap);



body {
	font-family: Rubik;
}
.display-1 {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 4.25rem;
	font-display: swap;
}
.display-1 > .mbr-iconfont {
	font-size: 6.8rem;
}
.display-2 {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 3rem;
	font-display: swap;
}
.display-2 > .mbr-iconfont {
	font-size: 4.8rem;
}
.display-4 {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 1rem;
	font-display: swap;
}
.display-4 > .mbr-iconfont {
	font-size: 1.6rem;
}
.display-5 {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 1.5rem;
	font-display: swap;
}
.display-5 > .mbr-iconfont {
	font-size: 2.4rem;
}
.display-6 {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 0.8rem;
	font-display: swap;
}
.display-6 > .mbr-iconfont {
	font-size: 1rem;
}
.display-7 {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 1rem;
	font-display: swap;
}
.display-7 > .mbr-iconfont {
	font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)	48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
	.display-1 {
		font-size: 3.4rem;
		font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
		line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
	}
	.display-2 {
		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-4 {
		font-size: 0.8rem;
		font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
		line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
	}
	.display-5 {
		font-size: 1.2rem;
		font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
		line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
	}
}
/* Buttons */
.btn {
	padding: 1rem 3rem;
	border-radius: 3px;
}
.btn-sm {
	padding: 0.6rem 1.5rem;
	border-radius: 3px;
}
.btn-md {
	padding: 1rem 3rem;
	border-radius: 3px;
}
.btn-lg {
	padding: 1.2rem 3.2rem;
	border-radius: 3px;
}
.bg-primary {
	background-color: #149dcc !important;
}
.bg-success {
	background-color: #f7ed4a !important;
}
.bg-info {
	background-color: #82786e !important;
}
.bg-warning {
	background-color: #879a9f !important;
}
.bg-danger {
	background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
	background-color: #149dcc !important;
	border-color: #149dcc !important;
	color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
	color: #ffffff !important;
	background-color: #0d6786 !important;
	border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
	color: #ffffff !important;
	background-color: #0d6786 !important;
	border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
	background-color: #ff3366 !important;
	border-color: #ff3366 !important;
	color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
	color: #ffffff !important;
	background-color: #e50039 !important;
	border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #ffffff !important;
	background-color: #e50039 !important;
	border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
	background-color: #82786e !important;
	border-color: #82786e !important;
	color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
	color: #ffffff !important;
	background-color: #59524b !important;
	border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
	color: #ffffff !important;
	background-color: #59524b !important;
	border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
	background-color: #f7ed4a !important;
	border-color: #f7ed4a !important;
	color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
	color: #3f3c03 !important;
	background-color: #eadd0a !important;
	border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
	color: #3f3c03 !important;
	background-color: #eadd0a !important;
	border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
	background-color: #879a9f !important;
	border-color: #879a9f !important;
	color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
	color: #ffffff !important;
	background-color: #617479 !important;
	border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
	color: #ffffff !important;
	background-color: #617479 !important;
	border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
	background-color: #b1a374 !important;
	border-color: #b1a374 !important;
	color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
	color: #ffffff !important;
	background-color: #8b7d4e !important;
	border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
	color: #ffffff !important;
	background-color: #8b7d4e !important;
	border-color: #8b7d4e !important;
}
.btn-white {
	color: #333333 !important;
}
.btn-white,
.btn-white:active {
	background-color: #ffffff !important;
	border-color: #ffffff !important;
	color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
	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 {
	background-color: #333333 !important;
	border-color: #333333 !important;
	color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
	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 {
	background: none;
	border-color: #0b566f;
	color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
	color: #ffffff;
	background-color: #149dcc;
	border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
	color: #ffffff !important;
	background-color: #149dcc !important;
	border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
	background: none;
	border-color: #cc0033;
	color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
	color: #ffffff;
	background-color: #ff3366;
	border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
	color: #ffffff !important;
	background-color: #ff3366 !important;
	border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
	background: none;
	border-color: #4b453f;
	color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
	color: #ffffff;
	background-color: #82786e;
	border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
	color: #ffffff !important;
	background-color: #82786e !important;
	border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
	background: none;
	border-color: #d2c609;
	color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
	color: #3f3c03;
	background-color: #f7ed4a;
	border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
	color: #3f3c03 !important;
	background-color: #f7ed4a !important;
	border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
	background: none;
	border-color: #55666b;
	color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
	color: #ffffff;
	background-color: #879a9f;
	border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
	color: #ffffff !important;
	background-color: #879a9f !important;
	border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
	background: none;
	border-color: #7a6e45;
	color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
	color: #ffffff;
	background-color: #b1a374;
	border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
	color: #ffffff !important;
	background-color: #b1a374 !important;
	border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
	background: none;
	border-color: #000000;
	color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
	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: #149dcc !important;
}
.text-secondary {
	color: #ff3366 !important;
}
.text-success {
	color: #f7ed4a !important;
}
.text-info {
	color: #82786e !important;
}
.text-warning {
	color: #879a9f !important;
}
.text-danger {
	color: #b1a374 !important;
}
.text-white {
	color: #ffffff !important;
}
.text-black {
	color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
	color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
	color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
	color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
	color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
	color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
	color: #7a6e45 !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: #70c770;
}
.alert-info {
	background-color: #82786e;
}
.alert-warning {
	background-color: #879a9f;
}
.alert-danger {
	background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
	border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
	box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
	-webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
	border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
	background-color: #149dcc;
	border-color: #149dcc;
	color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
	box-shadow: none;
}
.nav-tabs .nav-link {
	border-radius: 100px !important;
}
a,
a:hover {
	color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
	color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
	color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
	color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
	color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
	color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
	border-radius: 100px;
}
.form-control {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 1rem;
	font-display: swap;
}
.form-control > .mbr-iconfont {
	font-size: 1.6rem;
}
blockquote {
	border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
	margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
	border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
	border-radius: 100px !important;
	padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
	border-radius: 100px !important;
}
@media (max-width: 349px) {
	.form2 input[type="email"] {
		border-radius: 100px !important;
	}
	.form2 .input-group-btn a.btn {
		border-radius: 100px !important;
	}
	.form2 .input-group-btn button[type="submit"] {
		border-radius: 100px !important;
	}
}
@media (max-width: 767px) {
	.btn {
		font-size: .75rem !important;
	}
	.btn .mbr-iconfont {
		font-size: 1rem !important;
	}
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
	background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
	color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
	border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
	border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
	border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
	border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
	border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
	border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
	border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
	border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.card-wrapper {
		flex: auto !important;
	}
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
	background-color: #149dcc;
	color: #ffffff;
}
.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-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
	border-top-color: #149dcc;
	border-bottom-color: #149dcc;
}
.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: #ffffff !important;
	background-color: #149dcc !important;
	box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
	color: #ffffff !important;
	background: #ff3366 !important;
	box-shadow: none !important;
}
.lazy-bg {
	background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
	display: block;
	position: relative;
	padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
	content: '';
	position: absolute;
	width: 100px;
	height: 100px;
	background: transparent no-repeat center;
	background-size: contain;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
	opacity: 0.3;
}






/****		menu-topmenu		***************************************/

.menu-topmenu .navbar {
	padding: .5rem 0;
	background: #333333;
	transition: none;
	min-height: 77px;
}
.menu-topmenu .navbar-dropdown.bg-color.transparent.opened {
	background: #333333;
}
.menu-topmenu a {
	font-style: normal;
}
.menu-topmenu .nav-item span {
	padding-right: 0.4em;
	line-height: 0.5em;
	vertical-align: text-bottom;
	position: relative;
	text-decoration: none;
}
.menu-topmenu .nav-item a {
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 0 !important;
	margin: 0rem .65rem !important;
	-webkit-align-items: center;
	-webkit-justify-content: center;
}
.menu-topmenu .nav-item:focus,
.menu-topmenu .nav-link:focus {
	outline: none;
}
.menu-topmenu .btn {
	padding: 0.4rem 1.5rem;
	display: -webkit-inline-flex;
	align-items: center;
	-webkit-align-items: center;
}
.menu-topmenu .btn .mbr-iconfont {
	font-size: 1.6rem;
}
.menu-topmenu .menu-logo {
	margin-right: auto;
}
.menu-topmenu .menu-logo .navbar-brand {
	display: flex;
	margin-left: 5rem;
	padding: 0;
	transition: padding .2s;
	min-height: 3.8rem;
	-webkit-align-items: center;
	align-items: center;
}
.menu-topmenu .menu-logo .navbar-brand .navbar-caption-wrap {
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	word-break: break-word;
	min-width: 7rem;
	margin: .3rem 0;
}
.menu-topmenu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
	line-height: 1.2rem !important;
	padding-right: 2rem;
}
.menu-topmenu .menu-logo .navbar-brand .navbar-logo {
	font-size: 4rem;
	transition: font-size 0.25s;
}
.menu-topmenu .menu-logo .navbar-brand .navbar-logo img {
	display: flex;
}
.menu-topmenu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
	transition: font-size 0.25s;
}
.menu-topmenu .menu-logo .navbar-brand .navbar-logo a {
	display: inline-flex;
}
.menu-topmenu .navbar-toggleable-sm .navbar-collapse {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	padding-right: 5rem;
	width: auto;
}
.menu-topmenu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-left: 0;
}
.menu-topmenu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
	-webkit-align-self: center;
	align-self: center;
}
.menu-topmenu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
	padding-left: 0;
	padding-bottom: 0;
}
.menu-topmenu .dropdown .dropdown-menu {
	background: #333333;
	display: none;
	position: absolute;
	min-width: 5rem;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	text-align: left;
}
.menu-topmenu .dropdown .dropdown-menu .dropdown-item {
	width: auto;
	padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.menu-topmenu .dropdown .dropdown-menu .dropdown-item::after {
	right: 0.5rem;
}
.menu-topmenu .dropdown .dropdown-menu .dropdown-submenu {
	margin: 0;
}
.menu-topmenu .dropdown.open > .dropdown-menu {
	display: block;
}
.menu-topmenu .navbar-toggleable-sm.opened:after {
	position: absolute;
	width: 100vw;
	height: 100vh;
	content: '';
	background-color: rgba(0, 0, 0, 0.1);
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	z-index: 1000;
}
.menu-topmenu .navbar.navbar-short {
	min-height: 60px;
	transition: all .2s;
}
.menu-topmenu .navbar.navbar-short .navbar-toggler-right {
	top: 20px;
}
.menu-topmenu .navbar.navbar-short .navbar-logo a {
	font-size: 2.5rem !important;
	line-height: 2.5rem;
	transition: font-size 0.25s;
}
.menu-topmenu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
	font-size: 2.5rem !important;
}
.menu-topmenu .navbar.navbar-short .navbar-logo a img {
	height: 3rem !important;
}
.menu-topmenu .navbar.navbar-short .navbar-brand {
	min-height: 3rem;
}
.menu-topmenu button.navbar-toggler {
	width: 31px;
	height: 18px;
	cursor: pointer;
	transition: all .2s;
	top: 1.5rem;
	right: 1rem;
}
.menu-topmenu button.navbar-toggler:focus {
	outline: none;
}
.menu-topmenu button.navbar-toggler .hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #ffffff;
}
.menu-topmenu button.navbar-toggler .hamburger span:nth-child(1) {
	top: 0;
	transition: all .2s;
}
.menu-topmenu button.navbar-toggler .hamburger span:nth-child(2) {
	top: 8px;
	transition: all .15s;
}
.menu-topmenu button.navbar-toggler .hamburger span:nth-child(3) {
	top: 8px;
	transition: all .15s;
}
.menu-topmenu button.navbar-toggler .hamburger span:nth-child(4) {
	top: 16px;
	transition: all .2s;
}
.menu-topmenu nav.opened .hamburger span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.menu-topmenu nav.opened .hamburger span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .25s;
}
.menu-topmenu nav.opened .hamburger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .25s;
}
.menu-topmenu nav.opened .hamburger span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.menu-topmenu .collapsed.navbar-expand {
	flex-direction: column;
	-webkit-flex-direction: column;
}
.menu-topmenu .collapsed .btn {
	display: -webkit-flex;
}
.menu-topmenu .collapsed .navbar-collapse {
	display: none !important;
	padding-right: 0 !important;
}
.menu-topmenu .collapsed .navbar-collapse.collapsing,
.menu-topmenu .collapsed .navbar-collapse.show {
	display: block !important;
}
.menu-topmenu .collapsed .navbar-collapse.collapsing .navbar-nav,
.menu-topmenu .collapsed .navbar-collapse.show .navbar-nav {
	display: block;
	text-align: center;
}
.menu-topmenu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.menu-topmenu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
	clear: both;
}
.menu-topmenu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.menu-topmenu .collapsed .navbar-collapse.show .navbar-buttons {
	text-align: center;
}
.menu-topmenu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.menu-topmenu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
	margin-bottom: 1rem;
}
@media (min-width: 1024px) {
	.menu-topmenu .collapsed:not(.navbar-short) .navbar-collapse {
		max-height: calc(98.5vh - 3.8rem);
	}
}
.menu-topmenu .collapsed button.navbar-toggler {
	display: block;
}
.menu-topmenu .collapsed .navbar-brand {
	margin-left: 1rem !important;
}
.menu-topmenu .collapsed .navbar-toggleable-sm {
	flex-direction: column;
	-webkit-flex-direction: column;
}
.menu-topmenu .collapsed .dropdown .dropdown-menu {
	width: 100%;
	text-align: center;
	position: relative;
	opacity: 0;
	overflow: hidden;
	display: block;
	height: 0;
	visibility: hidden;
	padding: 0;
	transition-duration: .5s;
	transition-property: opacity,padding,height;
}
.menu-topmenu .collapsed .dropdown.open > .dropdown-menu {
	position: relative;
	opacity: 1;
	height: auto;
	padding: 1.4rem 0;
	visibility: visible;
}
.menu-topmenu .collapsed .dropdown .dropdown-submenu {
	left: 0;
	text-align: center;
	width: 100%;
}
.menu-topmenu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
	margin-top: 0;
	position: inherit;
	right: 0;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .30em solid;
	border-right: .30em solid transparent;
	border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
	.menu-topmenu .navbar-expand {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.menu-topmenu img {
		height: 3.8rem !important;
	}
	.menu-topmenu .btn {
		display: -webkit-flex;
	}
	.menu-topmenu button.navbar-toggler {
		display: block;
	}
	.menu-topmenu .navbar-brand {
		margin-left: 1rem !important;
	}
	.menu-topmenu .navbar-toggleable-sm {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.menu-topmenu .navbar-collapse {
		display: none !important;
		padding-right: 0 !important;
	}
	.menu-topmenu .navbar-collapse.collapsing,
	.menu-topmenu .navbar-collapse.show {
		display: block !important;
	}
	.menu-topmenu .navbar-collapse.collapsing .navbar-nav,
	.menu-topmenu .navbar-collapse.show .navbar-nav {
		display: block;
		text-align: center;
	}
	.menu-topmenu .navbar-collapse.collapsing .navbar-nav .nav-item,
	.menu-topmenu .navbar-collapse.show .navbar-nav .nav-item {
		clear: both;
	}
	.menu-topmenu .navbar-collapse.collapsing .navbar-buttons,
	.menu-topmenu .navbar-collapse.show .navbar-buttons {
		text-align: center;
	}
	.menu-topmenu .navbar-collapse.collapsing .navbar-buttons:last-child,
	.menu-topmenu .navbar-collapse.show .navbar-buttons:last-child {
		margin-bottom: 1rem;
	}
	.menu-topmenu .dropdown .dropdown-menu {
		width: 100%;
		text-align: center;
		position: relative;
		opacity: 0;
		overflow: hidden;
		display: block;
		height: 0;
		visibility: hidden;
		padding: 0;
		transition-duration: .5s;
		transition-property: opacity,padding,height;
	}
	.menu-topmenu .dropdown.open > .dropdown-menu {
		position: relative;
		opacity: 1;
		height: auto;
		padding: 1.4rem 0;
		visibility: visible;
	}
	.menu-topmenu .dropdown .dropdown-submenu {
		left: 0;
		text-align: center;
		width: 100%;
	}
	.menu-topmenu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
		margin-top: 0;
		position: inherit;
		right: 0;
		top: 50%;
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .3em;
		vertical-align: middle;
		content: "";
		border-top: .30em solid;
		border-right: .30em solid transparent;
		border-left: .30em solid transparent;
	}
}
@media (min-width: 767px) {
	.menu-topmenu .menu-logo {
		flex-shrink: 0;
		-webkit-flex-shrink: 0;
	}
}
.menu-topmenu .navbar-collapse {
	flex-basis: auto;
	-webkit-flex-basis: auto;
}
.menu-topmenu .nav-link:hover,
.menu-topmenu .dropdown-item:hover {
	color: #c1c1c1 !important;
}

/****		menu-topmenu		***************************************/



/****		cid-mp-imgrol		***************************************/

.cid-mp-imgrol .modal-body .close {
	background: #1b1b1b;
}
.cid-mp-imgrol .modal-body .close span {
	font-style: normal;
}
.cid-mp-imgrol .carousel-inner > .active,
.cid-mp-imgrol .carousel-inner > .next,
.cid-mp-imgrol .carousel-inner > .prev {
	display: table;
}
.cid-mp-imgrol .carousel-control .icon-next,
.cid-mp-imgrol .carousel-control .icon-prev {
	margin-top: -18px;
	font-size: 40px;
	line-height: 27px;
}
.cid-mp-imgrol .carousel-control:hover {
	background: #1b1b1b;
	color: #fff;
	opacity: 1;
}
@media (max-width: 767px) {
	.cid-mp-imgrol .container .carousel-control {
		margin-bottom: 0;
	}
}
.cid-mp-imgrol .boxed-slider {
	position: relative;
	padding: 93px 0;
}
.cid-mp-imgrol .boxed-slider > div {
	position: relative;
}
.cid-mp-imgrol .container img {
	width: 100%;
}
.cid-mp-imgrol .container img + .row {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}
.cid-mp-imgrol .mbr-section {
	padding: 0;
	background-attachment: scroll;
}
.cid-mp-imgrol .mbr-table-cell {
	padding: 0;
}
.cid-mp-imgrol .container .carousel-indicators {
	margin-bottom: 3px;
}
.cid-mp-imgrol .carousel-caption {
	top: 50%;
	right: 0;
	bottom: auto;
	left: 0;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cid-mp-imgrol .mbr-overlay {
	z-index: 1;
}
.cid-mp-imgrol .container-slide.container {
	width: 100%;
	min-height: 100vh;
	padding: 0;
}
.cid-mp-imgrol .carousel-item {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	-o-transition: -o-transform 0.6s ease-in-out;
	-webkit-transition: -webkit-transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
@media (max-width: 576px) {
	.cid-mp-imgrol .carousel-item .container {
		width: 100%;
	}
}
.cid-mp-imgrol .carousel-item-next.carousel-item-left,
.cid-mp-imgrol .carousel-item-prev.carousel-item-right {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.cid-mp-imgrol .active.carousel-item-right,
.cid-mp-imgrol .carousel-item-next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.cid-mp-imgrol .active.carousel-item-left,
.cid-mp-imgrol .carousel-item-prev {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.cid-mp-imgrol .mbr-slider .carousel-control {
	top: 50%;
	width: 70px;
	height: 70px;
	margin-top: -1.5rem;
	font-size: 35px;
	background-color: rgba(0, 0, 0, 0.5);
	border: 2px solid #fff;
	border-radius: 50%;
	transition: all .3s;
	z-index: 11;
}
.cid-mp-imgrol .mbr-slider .carousel-control.carousel-control-prev {
	left: 0;
	margin-left: 2.5rem;
}
.cid-mp-imgrol .mbr-slider .carousel-control.carousel-control-next {
	right: 0;
	margin-right: 2.5rem;
}
.cid-mp-imgrol .mbr-slider .carousel-control .mbr-iconfont {
	font-size: 2rem;
}
@media (max-width: 767px) {
	.cid-mp-imgrol .mbr-slider .carousel-control {
		top: auto;
		bottom: 1rem;
	}
}
.cid-mp-imgrol .mbr-slider .carousel-indicators {
	position: absolute;
	bottom: 0;
	margin-bottom: 1.5rem !important;
}
.cid-mp-imgrol .mbr-slider .carousel-indicators li {
	max-width: 20px;
	width: 20px;
	height: 20px;
	max-height: 20px;
	margin: 3px;
	background-color: rgba(0, 0, 0, 0.5);
	border: 2px solid #fff;
	border-radius: 50%;
	opacity: .5;
	transition: all .3s;
}
.cid-mp-imgrol .mbr-slider .carousel-indicators li.active,
.cid-mp-imgrol .mbr-slider .carousel-indicators li:hover {
	opacity: .9;
}
.cid-mp-imgrol .mbr-slider .carousel-indicators li::after,
.cid-mp-imgrol .mbr-slider .carousel-indicators li::before {
	content: none;
}
.cid-mp-imgrol .mbr-slider .carousel-indicators.ie-fix {
	left: 50%;
	display: block;
	width: 60%;
	margin-left: -30%;
	text-align: center;
}
@media (max-width: 576px) {
	.cid-mp-imgrol .mbr-slider .carousel-indicators {
		display: none !important;
	}
}
.cid-mp-imgrol .mbr-slider > .container img {
	width: 100%;
}
.cid-mp-imgrol .mbr-slider > .container img + .row {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	z-index: 2;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cid-mp-imgrol .mbr-slider > .container .carousel-indicators {
	margin-bottom: 3px;
}
@media (max-width: 576px) {
	.cid-mp-imgrol .mbr-slider > .container .carousel-control {
		margin-bottom: 0;
	}
}
.cid-mp-imgrol .mbr-slider .mbr-section {
	padding: 0;
	background-attachment: scroll;
}
.cid-mp-imgrol .mbr-slider .mbr-table-cell {
	padding: 0;
}
.cid-mp-imgrol .carousel-item .container.container-slide {
	position: initial;
	width: auto;
	min-height: 0;
}
.cid-mp-imgrol .full-screen .slider-fullscreen-image {
	min-height: 100vh;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.cid-mp-imgrol .full-screen .slider-fullscreen-image.active {
	display: flex;
}
.cid-mp-imgrol .full-screen .container {
	width: auto;
	padding-right: 0;
	padding-left: 0;
}
.cid-mp-imgrol .full-screen .carousel-item .container.container-slide {
	min-width: 100%;
	min-height: 100vh;
	padding: 0;
}
.cid-mp-imgrol .full-screen .carousel-item .container.container-slide img {
	display: none;
}
.cid-mp-imgrol .mbr-background-video-preview {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.cid-mp-imgrol .mbr-overlay ~ .container-slide {
	z-index: auto;
}

/****		cid-mp-imgrol		***************************************/


/****		cid-mp-imgbg_mn		***************************************/
/*.cid-mp-imgbg_mn {*/
/*	background-image: url("../../../assets/images/img-4271-2000x15000.jpg");*/
/*}*/
.cid-mp-imgbg_mn .icons-media-container {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 4rem;
}
.cid-mp-imgbg_mn .icons-media-container .mbr-iconfont {
	font-size: 96px;
	color: #ffffff;
}
.cid-mp-imgbg_mn .icons-media-container .icon-block {
	padding-bottom: 1rem;
}
.cid-mp-imgbg_mn .mbr-text {
	color: #ffffff;
}
.cid-mp-imgbg_mn .card {
	padding-bottom: 1.5rem;
}

/****		cid-mp-imgbg_mn		***************************************/














/****		cid-mp-imgbg_mov		***************************************/

.cid-mp-imgbg_mov {
	/****		Not Full		****
	padding-top: 90px;
	padding-bottom: 90px;
	****		Not Full		****/
	/*background-image: url("../../../assets/images/img-9082-1280x960.jpg");*/
}
@media (min-width: 992px) {
	.cid-mp-imgbg_mov .mbr-figure {
		padding-left: 4rem;
	}
}
@media (max-width: 991px) {
	.cid-mp-imgbg_mov .mbr-figure {
		padding-top: 3rem;
	}
}

/****		cid-mp-imgbg_mov		***************************************/



/****		cid-mp-imgbg_img		***************************************/

.cid-mp-imgbg_img {
	/****		Not Full		****
	padding-top: 150px;
	padding-bottom: 90px;
	****		Not Full		****/
	/*background-image: url("../../../assets/images/img-8656-2000x1500.jpg");*/
	/*overflow: hidden;*/
}
.cid-mp-imgbg_img svg {
	position: absolute;
	bottom: 6rem;
	left: 50%;
	transform: translate(-50%) scale(2, 1.6);
}
.cid-mp-imgbg_img #e2_shape {
	fill: #ffffff !important;
}
.cid-mp-imgbg_img img {
	border-radius: 10px;
	margin: auto;
	box-shadow: 0 10px 55px 5px rgba(0, 0, 0, 0.5);
}
@media (max-width: 576px) {
	.cid-mp-imgbg_img img {
		width: 90%!important;
	}
}
.cid-mp-imgbg_img H1 {
	color: #ffffff;
}
.cid-mp-imgbg_img H3 {
	color: #ffffff;
}

/****		cid-mp-imgbg_img		***************************************/



/****		cid-mp-slide		***************************************/

.cid-mp-slide {
	overflow-x: hidden !important;
}

.cid-mp-slide,
.cid-mp-slide .scroll-wrapper {
	/****		Not Full		****
	padding-top: 225px;
	padding-bottom: 225px;
	****		Not Full		****/
}

.cid-mp-slide .mbr-section-title {
	color: #ffffff;
}
.cid-mp-slide .mbr-section-title span {
	color: #149dcc;
}
.cid-mp-slide .mbr-text {
	color: #efefef;
	letter-spacing: 5px;
	font-weight: 100;
}
.cid-mp-slide .scroll-wrapper {
	top: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
	position: absolute;
	background-repeat: repeat;
	z-index: 0;
	-webkit-animation-duration: 30s !important;
	animation-duration: 30s;
	/*background-image: url("../../../assets/images/-oahu-1246036-1920-1920x708.jpg");*/
	-webkit-animation: scroll-wrapper linear infinite;
	-moz-animation: scroll-wrapper linear infinite;
	-o-animation: scroll-wrapper linear infinite;
	animation: scroll-wrapper linear infinite;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.cid-mp-slide .scroll-wrapper.second {
	left: calc(100% - 1px);
}
.cid-mp-slide .mbr-overlay {
	z-index: 1;
}
.cid-mp-slide .block-content {
	z-index: 2;
}
@keyframes scroll-wrapper {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}
@-webkit-keyframes scroll-wrapper {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}
@-moz-keyframes scroll-wrapper {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}
@-o-keyframes scroll-wrapper {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

/****		cid-mp-slide		***************************************/



/****		cid-mp-imgbg_movicn		***************************************/

.cid-mp-imgbg_movicn {
	/****		Not Full		****
	padding-top: 120px;
	padding-bottom: 120px;
	****		Not Full		****/
	/*background-image: url("../../../assets/images/img-e8438-2000x1500.jpg");*/
}
.cid-mp-imgbg_movicn .container-fluid {
	padding: 0 3rem;
}
.cid-mp-imgbg_movicn .mbr-media span {
	font-size: 48px;
	cursor: pointer;
	background-color: #ffffff;
	border-radius: 50%;
	width: 6rem;
	height: 6rem;
	line-height: 6rem;
	position: relative;
	display: inline-block;
	transition: all 0.25s;
	color: #353535;
}
.cid-mp-imgbg_movicn .mbr-media span.mbri-play:before {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-35%);
	-moz-transform: translateX(-35%);
	-ms-transform: translateX(-35%);
	-o-transform: translateX(-35%);
	transform: translateX(-35%);
}
.cid-mp-imgbg_movicn .modalWindow {
	display: none;
	position: fixed;
	z-index: 5000;
	left: 0;
	top: 0;
	background-color: rgba(61, 61, 61, 0.65);
	width: 100%;
	height: 100%;
}
.cid-mp-imgbg_movicn .modalWindow .modalWindow-container {
	display: table-cell;
	vertical-align: middle;
}
.cid-mp-imgbg_movicn .modalWindow .modalWindow-video {
	height: 44.9943757vw;
	width: 80vw;
	margin: 0 auto;
}
.cid-mp-imgbg_movicn a.close {
	position: absolute;
	right: 4vw;
	top: 4vh;
	color: #ffffff;
	z-index: 5000000;
	font-size: 37px;
	background: #000;
	padding: 20px;
	border-radius: 50%;
}
.cid-mp-imgbg_movicn a.close:hover {
	color: #ffffff;
}
.cid-mp-imgbg_movicn svg {
	transition: all 0.5s ease-in;
}
.cid-mp-imgbg_movicn svg .blick {
	transiton: opacity 0.5s ease-in;
	opacity: 1;
}
.cid-mp-imgbg_movicn svg:hover {
	cursor: pointer;
	-webkit-transform: rotate(120deg);
	transform: rotate(120deg);
}
.cid-mp-imgbg_movicn svg:hover .blick {
	transition: opacity 0.5s ease-in;
	opacity: 0;
}
@media (max-width: 767px) {
	.cid-mp-imgbg_movicn .container-fluid {
		padding: 0 1rem;
	}
}

/****		cid-mp-imgbg_movicn		***************************************/



/****		cid-mp-imgbg_movicn_mn		***************************************/

.cid-mp-imgbg_movicn_mn {
	/****		Not Full		****
	padding-top: 45px;
	padding-bottom: 90px;
	****		Not Full		****/
	/*background-image: url("../../../assets/images/img-8050-2000x1500.jpg");*/
}
.cid-mp-imgbg_movicn_mn .mbr-icofont {
	font-size: 48px;
	color: #353535;
}
.cid-mp-imgbg_movicn_mn .form-group {
	padding: 0.5rem;
}
.cid-mp-imgbg_movicn_mn .show-modal span {
	cursor: pointer;
	background-color: #149dcc;
	border-radius: 50%;
	width: 6rem;
	height: 6rem;
	position: relative;
	display: inline-block;
	transition: all 0.25s;
}

.cid-mp-imgbg_movicn_mn .mbr-media2 span {
	background-color: #ffffff;
	color: #353535;
}

.cid-mp-imgbg_movicn_mn .show-modal span:before {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.cid-mp-imgbg_movicn_mn .mbr-figure {
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
	margin: auto;
	transition: transform 1s;
	cursor: pointer;
}
.cid-mp-imgbg_movicn_mn .mbr-figure a {
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 100px;
}
.cid-mp-imgbg_movicn_mn .mbr-figure a:before {
	width: 100px;
	height: 100px;
}
.cid-mp-imgbg_movicn_mn .mbr-figure:hover {
	transform: scale(1.15);
	transition: transform 1s;
	-webkit-transform: scale(1.15);
}
.cid-mp-imgbg_movicn_mn .mbri-play:before {
	left: 55% !important;
}
.cid-mp-imgbg_movicn_mn .form-control {
	text-align: center;
}
.cid-mp-imgbg_movicn_mn h3 {
	color: #ffffff;
	text-align: center;
	font-weight: 300;
}
.cid-mp-imgbg_movicn_mn .modalWindow {
	position: fixed;
	z-index: 5000;
	display: none;
	left: 0;
	top: 0;
	background-color: rgba(61, 61, 61, 0.65);
	width: 100%;
	height: 100%;
}
.cid-mp-imgbg_movicn_mn .modalWindow .modalWindow-container {
	display: table-cell;
	vertical-align: middle;
	text-align: -o-center;
}
.cid-mp-imgbg_movicn_mn .modalWindow .modalWindow-container .modalWindow-video-container {
	display: inline-block;
	width: 100%;
}
.cid-mp-imgbg_movicn_mn .modalWindow .modalWindow-container .modalWindow-video-container .modalWindow-video {
	margin: auto;
}
.cid-mp-imgbg_movicn_mn a.close {
	position: absolute;
	right: 4vw;
	top: 4vh;
	color: #ffffff;
	z-index: 5000000;
	font-size: 37px;
	background: #000;
	padding: 20px;
	border-radius: 50%;
}
.cid-mp-imgbg_movicn_mn a.close:hover {
	color: #ffffff;
}
@media (max-width: 500px) {
	.cid-mp-imgbg_movicn_mn .modalWindow-video {
		width: 80%;
		height: 200px;
		position: relative;
	}
}
@media (min-width: 500px) and (max-width: 768px) {
	.cid-mp-imgbg_movicn_mn .modalWindow-video {
		width: 90%;
		height: 340px;
		position: relative;
	}
}
@media (min-width: 768px) and (max-width: 850px) {
	.cid-mp-imgbg_movicn_mn .modalWindow-video {
		width: 700px;
		height: 395px;
		position: relative;
	}
}
@media (min-width: 850px) and (max-width: 1300px) {
	.cid-mp-imgbg_movicn_mn .modalWindow-video {
		width: 800px;
		height: 452px;
		position: relative;
	}
}
@media (min-width: 1300px) {
	.cid-mp-imgbg_movicn_mn .modalWindow-video {
		width: 1200px;
		height: 675px;
		position: relative;
	}
}
.cid-mp-imgbg_movicn_mn .mbr-section-subtitle {
	color: #ffffff;
}
.cid-mp-imgbg_movicn_mn H1 {
	color: #ffffff;
}

/****		cid-mp-imgbg_movicn_mn		***************************************/












/****		cid-submapak		***************************************/

.cid-submapak {
	padding-top: 90px;
	padding-bottom: 90px;
}
.cid-submapak P {
	color: #767676;
}
.cid-submapak H1 {
	color: #ffffff;
}
.cid-submapak .mbr-text,
.cid-submapak .mbr-section-btn {
	color: #efefef;
}

/****		cid-submapak		***************************************/


/****		cid-title		***************************************/
.cid-title {
	padding-top: 70px;
	padding-bottom: 60px;
	background-color: #ffffff;
}
.cid-title .title {
	padding-bottom: 10px;
}
.cid-title .mbr-section-subtitle {
	color: #767676;
}
.cid-title H2 {
	color: #232323;
}
.cid-title .line {
	background-color: #149dcc;
	color: #149dcc;
	align: center;
	height: 2px;
	margin: 0 auto;
}

/****		cid-title		***************************************/



/****		cid-intro		***************************************/

.cid-intro {
	background-color: #ffffff;
}
.cid-intro .mbr-section-subtitle {
	color: #767676;
}
.cid-intro .counter-container {
	color: #767676;
}
.cid-intro .counter-container ul {
	margin-bottom: 0;
}
.cid-intro .counter-container ul li {
	margin-bottom: 1rem;
	list-style: none;
}
.cid-intro .counter-container ul li:before {
	position: absolute;
	left: 0px;
	margin-top: -10px;
	padding-top: 3px;
	content: '';
	display: inline-block;
	text-align: center;
	margin: 5px 10px;
	line-height: 20px;
	transition: all .2s;
	color: #ffffff;
	background: #149dcc;
	width: 25px;
	height: 25px;
	border-radius: 50%;
}
.cid-intro .mbr-text {
	color: #232323;
}
.cid-intro .line {
	background-color: #149dcc;
	color: #149dcc;
	align: center;
	height: 2px;
	margin: 0 auto;
}
.cid-intro .section-text {
	padding: 2rem 0;
}
.cid-intro .inner-container {
	margin: 0 auto;
}
@media (max-width: 768px) {
	.cid-intro .inner-container {
		width: 100% !important;
	}
}

/****		cid-intro		***************************************/



/****		cid-gallery		***************************************/

.cid-gallery {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #ffffff;
}
.cid-gallery .mbr-section-subtitle {
	color: #767676;
	text-align: center;
}
.cid-gallery .mbr-slider .carousel-control {
	background: #1b1b1b;
}
.cid-gallery .mbr-slider .carousel-control-prev {
	left: 0;
	margin-left: 2.5rem;
}
.cid-gallery .mbr-slider .carousel-control-next {
	right: 0;
	margin-right: 2.5rem;
}
.cid-gallery .mbr-slider .modal-body .close {
	background: #1b1b1b;
}
.cid-gallery .mbr-gallery-item > div::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #59585d;
	opacity: 0;
	-webkit-transition: 0.2s opacity ease-in-out;
	transition: 0.2s opacity ease-in-out;
}
.cid-gallery .icon-focus {
	font-size: 2rem !important;
	width: 50px;
	height: 50px;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
}
.cid-gallery .icon-focus:before {
	content: '+';
	border-radius: 100px;
	background: #444444;
	width: 100%;
	height: 100%;
	padding-bottom: 6px;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.cid-gallery .icon-video {
	font-size: 1.5rem !important;
	width: 50px;
	height: 50px;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
}
.cid-gallery .icon-video:before {
	border-radius: 100px;
	background: #444444;
	width: 100%;
	height: 100%;
	padding-left: 6px;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.cid-gallery .mbr-gallery-title {
	transition: all 0.5s ease;
	position: absolute;
	text-align: left;
	display: none;
	width: 100%;
	bottom: 0;
	right: 0;
	padding: 1rem;
	color: #ffffff;
	font-weight: bold;
	background: transparent;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
.cid-gallery ul {
	font-size: 0;
}
.cid-gallery .mbr-gallery-filter ul {
	text-align: left;
}
.cid-gallery .mbr-gallery-filter ul li .btn {
	border: none !important;
	background-color: transparent;
	color: #59585d !important;
	padding: 0.5rem 1rem 0.6rem;
	border-radius: 0;
	margin: 0!important;
	transition: padding, border 0s, transform .2s;
}
.cid-gallery .mbr-gallery-filter ul li .btn.active {
	padding: 0.5rem 1rem 0.5rem;
	border-radius: 0 !important;
}
.cid-gallery .mbr-gallery-filter ul li {
	padding: 0;
	margin: 0 .2rem;
}
.cid-gallery .mbr-gallery-filter ul li:first-child,
.cid-gallery .mbr-gallery-filter ul li:last-child {
	margin: 0;
}
.cid-gallery .mbr-gallery-item > div:hover .mbr-gallery-title {
	display: block;
}
.cid-gallery .mbr-gallery-item > div:hover:before {
	opacity: 0.8 !important;
}
.cid-gallery .btn {
	background: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}
.cid-gallery .btn.active:after {
	animation: none;
}
.cid-gallery .btn:active {
	box-shadow: none !important;
}
.cid-gallery .btn:hover {
	background: transparent !important;
}
.cid-gallery .btn:hover:before {
	background: transparent !important;
}
.cid-gallery .btn:before {
	background-color: transparent !important;
}
.cid-gallery .btn:focus {
	box-shadow: none !important;
}
.cid-gallery .mbr-section-title,
.cid-gallery .mbr-gallery-filter ul {
	text-align: center;
}

/****		cid-gallery		***************************************/



/****		cid-ourfeatures		***************************************/

.cid-ourfeatures {
	background-color: #ffffff;
}
.cid-ourfeatures .row {
	/*border-top: 1px solid #f1f1f1;*/
	padding-top: 3rem;
}
.cid-ourfeatures .mbr-text {
	line-height: 1.5;
}
.cid-ourfeatures .container2 {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.cid-ourfeatures .container2 input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.cid-ourfeatures .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}
.cid-ourfeatures .container2:hover input ~ .checkmark {
	background-color: #ccc;
}
.cid-ourfeatures .container2 input:checked ~ .checkmark {
	background-color: #149dcc;
}
.cid-ourfeatures .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.cid-ourfeatures .container2 input:checked ~ .checkmark:after {
	display: block;
}
.cid-ourfeatures .container2 .checkmark:after {
	left: 10px;
	top: 7px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cid-ourfeatures .mbr-section-title {
	text-align: center;
	color: #484848;
}.cid-ourfeatures .mbr-section-subtitle {
	color: #767676;
	font-weight: 300;
}

/****		cid-ourfeatures		***************************************/



/****		cid-chooseus		***************************************/

.cid-chooseus {
	background-color: #ffffff;
}
.cid-chooseus .mbr-section-title {
	color: #484848;
}
.cid-chooseus .mbr-section-subtitle {
	color: #767676;
	font-weight: 300;
}
.cid-chooseus .mbr-content-text {
	color: #767676;
	margin-bottom: 0;
}
.cid-chooseus .card {
	word-wrap: break-word;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
}
.cid-chooseus .img-text {
	width: 64px;
	height: 64px;
	font-size: 32px;
	border: 2px solid #efefef;
	border-radius: 50%;
}
@media (max-width: 991px) {
	.cid-chooseus .img-text {
		width: 48px;
		height: 48px;
		font-size: 24px;
	}
}
@media (min-width: 992px) {
	.cid-chooseus .cards-block {
		border-top: 2px solid #efefef;
	}
}
.cid-chooseus .cards-block .card {
	border-bottom: 2px solid #efefef;
	border-radius: 0;
}
.cid-chooseus .cards-container {
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	word-break: break-word;
}

.cid-chooseus img {
	transition: all 0.3s;
	object-fit: cover;
	/*height: 100%;*/
}
.cid-chooseus .media-block {
	width: 100%;
}
.cid-chooseus .media-block-img {
	overflow: hidden;
	position: relative;
}
.cid-chooseus .media-block-img:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0;
	left: 0;
	top: 0;
	transition: all 0.3s;
	pointer-events: none;
	z-index: 2;
}
.cid-chooseus .media-block-img:hover:before {
	opacity: 0.4;
}
.cid-chooseus .media-block-img:hover img {
	transform: scale(1.05);
}

.cid-chooseus .media-block {
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
	.cid-chooseus .media-block {
		padding-left: 2rem;
	}
}
.cid-chooseus .cards-block {
	flex-basis: 100%;
	-webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
	.cid-chooseus .media-block {
		flex-basis: 100%;
		-webkit-flex-basis: 100%;
		padding-left: 0;
		padding-bottom: 2rem;
	}
}
.cid-chooseus .media-container-row {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

/****		cid-chooseus		***************************************/








/****		cid-video		***************************************/

.cid-video01 {
	background-color: #ffffff;
}
.cid-video01 h3 {
	width: fit-content;
	display: inline-block;
	position: relative;
}
@keyframes shadow {
	from {
		box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.6);
	}
	to {
		box-shadow: 0px 0px 0px 25px rgba(255, 255, 255, 0);
	}
}
.cid-video01 .box {
	background-size: cover;
	background-position: center;
	height: 600px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cid-video01 .icon-wrap {
	border-radius: 50%;
	margin: auto;
	background: #149dcc;
	height: 90px;
	width: 90px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
	animation: shadow 1s infinite ease-in-out;
}
.cid-video01 .mbr-media span {
	font-size: 2rem;
	cursor: pointer;
	position: relative;
	height: auto;
	display: inline-block;
	padding-left: 6px;
	opacity: 1;
	transition: all 0.25s;
	color: #ffffff !important;
}
.cid-video01 .mbr-media span.mbri-play:before {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-35%);
	-moz-transform: translateX(-35%);
	-ms-transform: translateX(-35%);
	-o-transform: translateX(-35%);
	transform: translateX(-35%);
}
.cid-video01 .modalWindow {
	position: fixed;
	z-index: 5000;
	left: 0;
	top: 0;
	background-color: rgba(61, 61, 61, 0.65);
	width: 100%;
	height: 100%;
}
.cid-video01 .modalWindow .modalWindow-container {
	display: table-cell;
	vertical-align: middle;
}
.cid-video01 .modalWindow .modalWindow-video {
	height: calc(44.9943757vw);
	width: 80vw;
	margin: 0 auto;
}
.cid-video01 a.close {
	position: absolute;
	right: 4vw;
	top: 4vh;
	color: #ffffff;
	z-index: 5000000;
	font-size: 37px;
	background: #000;
	padding: 20px;
	border-radius: 50%;
}
.cid-video01 a.close:hover {
	color: #ffffff;
}
@media (max-width: 576px) {
	.cid-video01 .box {
		height: 250px;
	}
}
.cid-video01 .mbr-section-subtitle,
.cid-video01 H1 {
	color: #484848;
}

.cid-video01 .mbr-section-subtitle {
	color: #767676;
	font-weight: 300;
}
.cid-video01 .box1 {
	background-size: cover;
	background-position: center;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}
.cid-video01 .box2 {
	background-size: cover;
	background-position: center;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}


.cid-video02 {
	/*margin:80px 0px 0px 0px;*/
}
@media (max-width: 992px) {
	.cid-video02 {
		/*
	padding-top: 80px;
		padding-bottom: 90px;
	*/
	}
}
@keyframes shadow {
	from {
		box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.6);
	}
	to {
		box-shadow: 0px 0px 0px 25px rgba(255, 255, 255, 0);
	}
}
.cid-video02 .icon-wrap {
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
	cursor: pointer;
	position: relative;
	z-index: 2;
	background: #149dcc;
	border-radius: 50%;
	animation: shadow 1s infinite ease-in-out;
}
.cid-video02 .mbr-media span {
	font-size: 2rem;
	cursor: pointer;
	color: #f3f7ee;
	position: relative;
	transition: all 0.25s;
}
.cid-video02 .modalWindow {
	position: fixed;
	z-index: 5000;
	left: 0;
	top: 0;
	background-color: rgba(61, 61, 61, 0.65);
}
.cid-video02 .modalWindow .modalWindow-video {
	height: calc(44.9943757vw);
	width: 80vw;
	margin: 0 auto;
}
.cid-video02 a.close {
	position: absolute;
	right: 4vw;
	top: 4vh;
	color: #ffffff;
	z-index: 5000000;
	font-size: 37px;
	background: #000;
	padding: 20px;
	border-radius: 50%;
}
.cid-video02 a.close:hover {
	color: #ffffff;
}
@media (max-width: 576px) {
	.cid-video02 {
		padding-top: 56px;
		padding-bottom: 63px;
	}
	.cid-video02 .box {
		height: 250px;
	}
}

/****		cid-video		***************************************/



/****		cid-goodslist		***************************************/

.cid-goodslist {
	background-color: #ffffff;
}

.cid-goodslist H2 {
	color: #484848;
}

.cid-goodslist H3 {
	color: #767676;
	font-weight: 300;
}

.cid-goodslist .mbr-shop {
	display: table;
	width: 100%;
}
.cid-goodslist .mbr-shop .row {
	margin: 0;
}
.cid-goodslist .container {
	padding: 0rem 0.5rem;
}
.cid-goodslist .col-md-12 {
	padding: 0;
}
.cid-goodslist .mbr-shop .btn-sm {
	margin: 0.2rem;
}
.cid-goodslist .oldprice {
	padding-left: .8rem!important;
	color: #767676;
	text-decoration: line-through;
}
.cid-goodslist .shopItemsModal_wraper {
	left: 0;
}
.cid-goodslist .mbr-shop .btn-secondary {
	background: transparent!important;
	color: #767676 !important;
	border: none;
	border-top: 1px solid #767676;
	border-color: #767676 !important;
	padding-top: .8rem;
	border-radius: 0;
	margin: 0rem;
	margin-top: 0.4rem;
}
.cid-goodslist .mbr-shop .shoppingcart-icons {
	z-index: 105 !important;
}
.cid-goodslist .mbr-shop .galleryItem .sidebar_wraper {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.cid-goodslist .mbr-shop .shop-title {
	margin-bottom: 18px;
	padding-left: 25px;
	padding-right: 25px;
	display: inline-block;
	max-width: 80%;
}
.cid-goodslist .mbr-shop .sidebar-title {
	line-height: 25px;
}
.cid-goodslist .mbr-shop .shopItemsModal_wraper {
	position: fixed;
	display: none;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: rgba(87, 87, 87, 0.4);
	top: 0;
	cursor: pointer;
	z-index: 1040;
}
.cid-goodslist .mbr-shop .card-description {
	cursor: text;
	display: none;
}
.cid-goodslist .mbr-shop .image-modal {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
.cid-goodslist .mbr-shop .image-modal img {
	width: 100%;
	max-width: 100%;
	max-height: 75vh;
}
.cid-goodslist .mbr-shop .hide-modal {
	display: none;
}
.cid-goodslist .mbr-shop .shopItemsModal {
	cursor: default;
	padding: 50px;
	width: 1000px;
	max-width: 100%;
	background-color: #ffffff;
	z-index: 2000;
	overflow: auto;
	position: fixed;
}
.cid-goodslist .mbr-shop .shopItemsModal p {
	margin-bottom: 0;
}
.cid-goodslist .mbr-shop .shopItemsModal ul {
	margin-bottom: 0;
}
.cid-goodslist .mbr-shop .shopItemsModal .card-description {
	display: block;
	width: 100%;
}
.cid-goodslist .mbr-shop .shopItemsModal .close-modal {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 4px;
	background-color: red;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.cid-goodslist .mbr-shop .shopItemsModal .close-modal:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 4px;
	background-color: red;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.cid-goodslist .mbr-shop .test-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
.cid-goodslist .mbr-shop .filter-by-pu,
.cid-goodslist .mbr-shop .filter-by-pd,
.cid-goodslist .mbr-shop .filter-by-d {
	display: inline-block;
	margin-right: 3px;
}
.cid-goodslist .mbr-shop .sort-buttons {
	padding-bottom: 1rem;
	margin-right: 13px;
	text-align: right;
}
.cid-goodslist .mbr-shop .galleryItem:before {
	width: 0 !important;
	height: 0 !important;
}
.cid-goodslist .mbr-shop .modal-dialog {
	max-width: 700px;
}
.cid-goodslist .mbr-shop .mbr-gallery-item {
	left: 0 !important;
	top: 0 !important;
	vertical-align: top;
	position: relative !important;
	-webkit-transform: none !important;
	transform: none !important;
	padding: 25px;
}
.cid-goodslist .mbr-shop .galleryItem h4,
.cid-goodslist .mbr-shop .carousel-item h4 {
	font-style: normal;
	line-height: 1;
	text-transform: none;
	letter-spacing: -1px;
	word-spacing: 0;
	margin-bottom: 0.3rem;
	padding-top: 15px;
	transition: color 0.5s;
}
.cid-goodslist .mbr-shop .galleryItem h5,
.cid-goodslist .mbr-shop .carousel-item h5 {
	font-style: italic;
	font-weight: 400;
	line-height: 22.36px;
	text-transform: none;
	letter-spacing: 0px;
	word-spacing: 0;
}
.cid-goodslist .mbr-shop .galleryItem p,
.cid-goodslist .mbr-shop .carousel-item p {
	font-style: italic;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0px;
	word-spacing: 0px;
	text-align: center;
	display: inline;
}
.cid-goodslist .mbr-shop .item-button {
	text-align: center;
}
.cid-goodslist .mbr-shop .modalButton {
	display: inline-block;
	float: right;
	margin-right: 10px;
}
.cid-goodslist .mbr-shop .modalButton.btn-success {
	right: 15%;
}
.cid-goodslist .mbr-shop .sidebar {
	margin-top: 30px;
	position: relative;
}
.cid-goodslist .mbr-shop .sidebar-block {
	position: relative;
}
.cid-goodslist .mbr-shop .sidebar-background:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 102%;
	background-color: rgba(0, 0, 0, 0.05);
	top: -20px;
	right: 3px;
}
.cid-goodslist .mbr-shop .bestsellers {
	padding-left: 0;
	padding-right: 0;
	position: relative;
	margin-bottom: 20px;
}
.cid-goodslist .mbr-shop .bestsellers .onsale {
	top: -15px;
}
.cid-goodslist .mbr-shop .bestsellers .price-block {
	padding-top: 5px;
	text-align: left;
	line-height: 1;
}
.cid-goodslist .mbr-shop .bestsellers .mbr-gallery-item {
	width: 100%;
}
.cid-goodslist .mbr-shop .bestsellers .mbr-gallery-item img {
	width: 80px;
	float: left;
	margin-right: 20px;
}
.cid-goodslist .mbr-shop .bestsellers .mbr-gallery-item h4 {
	text-align: left;
	padding-bottom: 5px;
	line-height: 1;
	border-bottom: 1px dotted #d6d6d6;
}
.cid-goodslist .mbr-shop .bestsellers .mbr-gallery-item h5 {
	text-align: left;
	display: none;
}
.cid-goodslist .mbr-shop .bestsellers .mbr-gallery-item p {
	text-align: left;
}
.cid-goodslist .mbr-shop .bestsellers .btn {
	display: none;
}
.cid-goodslist .mbr-shop .bestsellers-img {
	display: inline-block;
	width: 80px;
	height: 80px;
	overflow: hidden;
}
.cid-goodslist .mbr-shop .bestsellers-title {
	display: inline-block;
}
.cid-goodslist .mbr-shop .onsale {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	transition: color .3s ease;
	text-align: center;
	z-index: 95;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	background: #29a7c6;
	color: #ffffff;
	border-radius: 30px;
	font-weight: 400;
	font-style: normal;
	text-transform: none;
	letter-spacing: 0px;
}
.cid-goodslist .mbr-shop .youtube {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	transition: color .3s ease;
	text-align: center;
	z-index: 95;
	padding: 5px 10px 2px 10px;
	background: #FFFFFF;
	color: #FD0000;
	border-radius: 25px;
	font-weight: 400;
	font-style: normal;
	text-transform: none;
	letter-spacing: 0px;
}
.cid-goodslist .mbr-shop .mbr-gallery-item__hided {
	display: none;
}
.cid-goodslist .mbr-shop .mbr-gallery-item__hided h4,
.cid-goodslist .mbr-shop .mbr-gallery-item__hided h5,
.cid-goodslist .mbr-shop .mbr-gallery-item__hided p {
	display: none;
}
.cid-goodslist .mbr-shop .mbr-gallery-item__hided .btn {
	display: none;
}
.cid-goodslist .mbr-shop .galleryItem .price-block {
	display: block;
	margin-bottom: 8px;
}
.cid-goodslist .mbr-shop .galleryItem .price-block span {
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	text-transform: none;
	letter-spacing: -1px;
	word-spacing: 0;
}
.cid-goodslist .mbr-shop .mbr-gallery-filter {
	padding-left: 0;
	text-align: left;
	padding-top: 0;
}
.cid-goodslist .mbr-shop .mbr-gallery-filter ul li {
	position: relative;
	padding: 7px 0 7px 25px;
	border-bottom: 1px dotted #d6d6d6;
	margin: 0;
	font-style: normal;
	font-weight: 400;
	line-height: 24.99px;
	text-transform: none;
	letter-spacing: 0px;
	word-spacing: 0;
	direction: ltr;
	border: none;
	display: list-item;
	text-align: left;
	transition: all 0.3s ease-out;
	cursor: pointer;
}
.cid-goodslist .mbr-shop .mbr-gallery-filter ul li.active {
	background-color: transparent;
	font-weight: bold;
}
.cid-goodslist .mbr-shop .mbr-gallery-filter ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2.5px;
	background: rgba(0, 0, 0, 0.3);
	width: 5px;
	height: 5px;
}
.cid-goodslist .mbr-shop .mbr-gallery-filter ul li:hover {
	padding-left: 30px;
	background-color: transparent;
}
.cid-goodslist .mbr-shop .range-slider {
	padding-bottom: 25px;
}
.cid-goodslist .mbr-shop .filter-cost {
	display: block;
	vertical-align: middle;
	max-width: 250px;
	text-align: left;
	position: relative;
	margin-bottom: 30px;
}
.cid-goodslist .mbr-shop .filter-cost p {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 21px;
	color: #666666;
	font-weight: bold;
}
.cid-goodslist .mbr-shop .price-controls {
	position: relative;
	height: 36px;
	margin-bottom: 30px;
	border: 2px solid #666666;
	border-radius: 2px;
	font-size: 0;
}
.cid-goodslist .mbr-shop .price-controls label {
	display: inline-block;
	width: 50%;
	font-size: 14px;
	line-height: 32px;
	color: #666666;
	font-weight: normal;
	cursor: pointer;
	margin-bottom: 0;
}
.cid-goodslist .mbr-shop .price-controls label.min-price {
	border-right: 2px solid #666666;
}
.cid-goodslist .mbr-shop .price-controls input {
	width: 100%;
	background-color: #ffffff;
	border: none;
	line-height: 31px;
	height: 31px;
	text-align: center;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.cid-goodslist .mbr-shop .range-controls {
	position: relative;
}
.cid-goodslist .mbr-shop .range-controls .scale {
	width: 100%;
	height: 2px;
	background-color: rgba(190, 190, 190, 0.3);
}
.cid-goodslist .mbr-shop .range-controls .bar {
	margin-left: 0;
	width: 100%;
	height: 2px;
	background-color: #666666;
}
.cid-goodslist .mbr-shop .toggle {
	position: absolute;
	top: -9px;
	width: 4px;
	height: 4px;
	border: 8px solid #666666;
	border-radius: 100%;
	box-sizing: content-box;
	background-color: #ababab;
	cursor: pointer;
}
.cid-goodslist .mbr-shop .toggle:hover,
.cid-goodslist .mbr-shop .toggle:active {
	background-color: #c0a375;
}
.cid-goodslist .mbr-shop .min-toggle {
	left: 0;
}
.cid-goodslist .mbr-shop .max-toggle {
	right: 0;
}
.cid-goodslist .mbr-shop .hided-by-price {
	display: none;
}
.cid-goodslist .mbr-shop .text-modal {
	padding-right: 30px;
	padding-left: 30px;
}
.cid-goodslist .mbr-shop .text-modal .item-button {
	text-align: left !important;
}
.cid-goodslist .mbr-shop .text-modal .price-block {
	line-height: 1;
	border-bottom: 1px dotted #d6d6d6;
}
.cid-goodslist .mbr-shop .text-modal .price-block p {
	display: inline;
}
.cid-goodslist .mbr-shop .text-modal .price-block span {
	display: inline-block;
	font-weight: 700;
	padding: 10px 0 20px 0;
}
.cid-goodslist .mbr-shop .text-modal .card-description {
	padding-top: 20px;
	display: block;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 50px;
}
.cid-goodslist .mbr-shop .modal-control-panel {
	padding-right: 0;
}
.cid-goodslist .mbr-shop .modal-cb {
	display: inline-block;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}
.cid-goodslist .mbr-shop .shopItemsModalBg {
	width: 100%;
	height: 100%;
}
.cid-goodslist .mbr-shop .close-modal-wrapper {
	cursor: pointer;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
}
.cid-goodslist .mbr-shop .close-modal-wrapper:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 3px;
	background-color: #cccccc;
	top: 50%;
	right: 5%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.cid-goodslist .mbr-shop .close-modal-wrapper:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 40px;
	background-color: #cccccc;
	right: 50%;
	top: 5%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.cid-goodslist .mbr-shop .closeModal {
	position: absolute;
	top: 10px;
	right: 10px;
}
.cid-goodslist .mbr-shop .shopItemsModal .sidebar_wraper {
	text-align: left;
}
.cid-goodslist .mbr-shop .shopItemsModal .onsale {
	top: 10px;
	right: 10px;
	border: 1px solid #e7e7e7;
}
.cid-goodslist .mbr-shop .shop-items .onsale,
.cid-goodslist .mbr-shop .bestseller-block .onsale {
	font-size: 15px !important;
}





.cid-goodslist .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-goodslist .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}



.cid-goodslist .mbr-shop .price-range {
	display: inline-block;
}
.cid-goodslist .mbr-shop .price-range-reset {
	display: inline-block;
}
.cid-goodslist .mbr-shop .bestsellers .item-button {
	display: none !important;
}
.cid-goodslist .mbr-shop .range-slider h4 {
	margin-bottom: 15px;
}
.cid-goodslist .mbr-shop .mbr-gallery-filter ul {
	padding-left: 0px;
	display: inline-block;
	list-style: none;
	margin-bottom: 0px;
}
.cid-goodslist .mbr-shop .categories:after {
	content: "";
	display: table;
	clear: both;
}






.cid-goodslist .mbr-media span {
	font-size: 2rem;
	cursor: pointer;
	position: relative;
	height: auto;
	display: inline-block;
	padding-left: 6px;
	opacity: 1;
	transition: all 0.25s;
	color: #ffffff !important;
}
.cid-goodslist .icon-wrap {
	border-radius: 50%;
	margin: auto;
	background: #149dcc;
	height: 90px;
	width: 90px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
	animation: shadow 1s infinite ease-in-out;
}

.cid-goodslist .modalWindow {
	position: fixed;
	z-index: 5000;
	left: 0;
	top: 0;
	background-color: rgba(61, 61, 61, 0.65);
	width: 100%;
	height: 100%;
}
.cid-goodslist .modalWindow .modalWindow-container {
	display: table-cell;
	vertical-align: middle;
}
.cid-goodslist .modalWindow .modalWindow-video {
	height: calc(44.9943757vw);
	width: 80vw;
	margin: 0 auto;
}
.cid-goodslist a.close {
	position: absolute;
	right: 4vw;
	top: 4vh;
	color: #ffffff;
	z-index: 5000000;
	font-size: 37px;
	background: #000;
	padding: 20px;
	border-radius: 50%;
}
.cid-goodslist a.close:hover {
	color: #ffffff;
}
@media (max-width: 576px) {
	.cid-goodslist .box {
		height: 250px;
	}
}







@media (min-width: 767px) and (max-width: 1100px) {
	.cid-goodslist .mbr-shop .col-md-9 {
		width: 100%;
	}
	.cid-goodslist .mbr-shop .col-md-3 {
		width: 100%;
	}
	.cid-goodslist .mbr-shop .sidebar-background:after {
		top: 0;
	}
	.cid-goodslist .mbr-shop .bestseller-block {
		width: 100%;
		margin: 0;
		display: inline-block;
		float: left;
		padding-top: 15px;
	}
	.cid-goodslist .mbr-shop .range-slider {
		width: 49%;
		margin: 0;
		display: inline-block;
		float: right;
		padding-top: 15px;
	}
	.cid-goodslist .mbr-shop .bestsellers {
		width: 100%;
	}
	.cid-goodslist .mbr-shop .bestsellers .mbr-gallery-item {
		width: 49%;
		display: inline-block;
	}
	.cid-goodslist .mbr-shop .sidebar-categories {
		width: 49%;
		margin: 0;
		display: inline-block;
		padding-top: 15px;
	}
	.cid-goodslist .mbr-shop .price-range {
		max-width: 250px;
		text-align: center;
	}
	.cid-goodslist .clearfix:after {
		content: "";
		display: table;
		clear: both;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.cid-goodslist .mbr-shop .mbr-gallery-item {
		width: 33%;
	}
}
@media (max-width: 500px) {
	.cid-goodslist .mbr-shop .shopItemsModal {
		padding: 50px 10px 10px 10px;
	}
	.cid-goodslist .mbr-shop .shop-title {
		max-width: 100%;
	}
	.cid-goodslist .mbr-shop .mbr-gallery-item {
		width: 100%;
	}
}
@media (max-width: 1200px) {
	.cid-goodslist .mbr-shop .sort-buttons {
		text-align: center;
		margin-right: 0 !important;
	}
}
@media (max-width: 767px) {
	.cid-goodslist .mbr-shop .image-modal {
		text-align: center;
	}
	.cid-goodslist .mbr-shop .image-modal img {
		max-height: 50vh;
		width: auto;
		max-width: 100%;
	}
	.cid-goodslist .mbr-shop .shopItemsModal {
		top: 15%;
		bottom: 70px;
		left: 10%;
		width: 80%;
	}
	.cid-goodslist .mbr-shop .shopItemsModal .image-modal {
		padding-right: 0;
	}
	.cid-goodslist .mbr-shop .sidebar-background:after {
		top: -1%;
	}
}
@media (max-width: 1100px) {
	.cid-goodslist .mbr-shop .shopItemsModal {
		max-height: 85vh;
		width: 90%;
		left: 5%;
		margin-left: 0;
	}
	.cid-goodslist .mbr-shop .sort-buttons {
		margin-right: 21px;
	}
	.cid-goodslist .mbr-shop .sidebar-background:after {
		right: 0;
		width: 100%;
	}
	.cid-goodslist .mbr-shop .text-modal .card-description {
		width: 100%;
	}
	.cid-goodslist .mbr-shop .text-modal .price-block {
		width: 100%;
	}
	.cid-goodslist .mbr-shop .text-modal h4 {
		padding-top: 30px;
	}
}
.cid-goodslist .shopItemsModal_wraper .mbr-section-btn {
	display: block !important;
}
.cid-goodslist .range-slider .mbr-section-btn {
	margin: 0;
}
.cid-goodslist .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
	text-align: left;
}
.cid-goodslist .mbr-gallery-item .sidebar_wraper .item-title {
	text-align: center;
	padding-bottom: .5rem;
	width:100%;
}
.cid-goodslist .mbr-gallery-item .sidebar_wraper .item-subtitle {
	text-align: left;
}
.cid-goodslist .mbr-gallery-item .sidebar_wraper .price-block {
	text-align: left;
}
.cid-goodslist .range-controls {
	display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.cid-goodslist .shopItemsModal.row {
		position: absolute !important;
		top: calc(50% - 300px) !important;
		left: calc(50% - 500px) !important;
	}
}
@media (min-width: 1200px) {
	.cid-goodslist .mbr-gallery-item {
		width: 33.3%!important;
	}
}




.goods-pop.popup-builder {
  background-color: #ffffff;
}
.goods-pop.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.goods-pop.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.goods-pop .modal-content,
.goods-pop .modal-dialog {
  height: auto;
}
.goods-pop .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.goods-pop .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .goods-pop .form-wrapper .mbr-form .form-group,
  .goods-pop .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.goods-pop .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.goods-pop .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.goods-pop .mbr-text {
  text-align: center;
}
.goods-pop .pt-0 {
  padding-top: 0 !important;
}
.goods-pop .pb-0 {
  padding-bottom: 0 !important;
}
.goods-pop .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.goods-pop .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.goods-pop .modal-open {
  overflow: hidden;
}
.goods-pop .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.goods-pop .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.goods-pop .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.goods-pop .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.goods-pop .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.goods-pop .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.goods-pop .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.goods-pop .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.goods-pop .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.goods-pop .modal-backdrop.fade {
  opacity: 0;
}
.goods-pop .modal-backdrop.show {
  opacity: .5;
}
.goods-pop .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.goods-pop .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.goods-pop .modal-header .close:hover {
  opacity: 1;
}
.goods-pop .modal-header .close:focus {
  outline: none;
}
.goods-pop .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.goods-pop .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.goods-pop .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.goods-pop .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .goods-pop .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .goods-pop .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .goods-pop .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .goods-pop .modal-sm {
    max-width: 300px;
  }
  .goods-pop .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .goods-pop .modal-lg,
  .goods-pop .modal-xl {
    max-width: 800px;
  }
  .goods-pop .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .goods-pop .modal-xl {
    max-width: 1140px;
  }
  .goods-pop .container {
    max-width: 1140px;
  }
}
.goods-pop .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .goods-pop .container {
    max-width: 720px;
  }
}
.goods-pop .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.goods-pop .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.goods-pop .form-group {
  margin-bottom: 1rem;
}
.goods-pop .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.goods-pop .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.goods-pop .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}







.goods-pop-mov.popup-builder {
  background-color: #ffffff;
}
.goods-pop-mov.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.goods-pop-mov.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.goods-pop-mov .modal-content,
.goods-pop-mov .modal-dialog {
  height: auto;
}
.goods-pop-mov .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.goods-pop-mov .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .goods-pop-mov .form-wrapper .mbr-form .form-group,
  .goods-pop-mov .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.goods-pop-mov .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.goods-pop-mov .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.goods-pop-mov .mbr-text {
  text-align: center;
}
.goods-pop-mov .pt-0 {
  padding-top: 0 !important;
}
.goods-pop-mov .pb-0 {
  padding-bottom: 0 !important;
}
.goods-pop-mov .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.goods-pop-mov .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.goods-pop-mov .modal-open {
  overflow: hidden;
}
.goods-pop-mov .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.goods-pop-mov .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.goods-pop-mov .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.goods-pop-mov .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.goods-pop-mov .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.goods-pop-mov .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.goods-pop-mov .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.goods-pop-mov .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.goods-pop-mov .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.goods-pop-mov .modal-backdrop.fade {
  opacity: 0;
}
.goods-pop-mov .modal-backdrop.show {
  opacity: .5;
}
.goods-pop-mov .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.goods-pop-mov .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.goods-pop-mov .modal-header .close:hover {
  opacity: 1;
}
.goods-pop-mov .modal-header .close:focus {
  outline: none;
}
.goods-pop-mov .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.goods-pop-mov .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.goods-pop-mov .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.goods-pop-mov .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .goods-pop-mov .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .goods-pop-mov .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .goods-pop-mov .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .goods-pop-mov .modal-sm {
    max-width: 300px;
  }
  .goods-pop-mov .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .goods-pop-mov .modal-lg,
  .goods-pop-mov .modal-xl {
    max-width: 800px;
  }
  .goods-pop-mov .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .goods-pop-mov .modal-xl {
    max-width: 1140px;
  }
  .goods-pop-mov .container {
    max-width: 1140px;
  }
}
.goods-pop-mov .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .goods-pop-mov .container {
    max-width: 720px;
  }
}
.goods-pop-mov .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.goods-pop-mov .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.goods-pop-mov .form-group {
  margin-bottom: 1rem;
}
.goods-pop-mov .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.goods-pop-mov .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.goods-pop-mov .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/****		cid-goodslist		***************************************/



/****		cid-location		***************************************/

.cid-location {
	background-color: #ffffff;
}
.cid-location .google-map {
	height: 25rem;
	position: relative;
}
.cid-location .google-map iframe {
	height: 100%;
	width: 100%;
}
.cid-location .google-map [data-state-details] {
	color: #6b6763;
	font-family: Montserrat;
	height: 1.5em;
	margin-top: -0.75em;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}
.cid-location .google-map[data-state] {
	background: #e9e5dc;
}
.cid-location .google-map[data-state="loading"] [data-state-details] {
	display: none;
}
.cid-location .container-fluid {
	padding: 0;
}
.cid-location .relative {
	position: relative;
	width: 100%;
}
.cid-location .mbr-section-title {
	color: #656565;
}
.cid-location .block {
	background: rgba(50, 50, 50, 0.8);
	position: absolute;
	padding: 2rem;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	width: 400px;
	height: 100%;
	top: 0;
	right: 0;
}
.cid-location .line {
	height: 3px;
	width: 60px;
	background: #ffffff;
	margin: auto;
	margin-bottom: 1rem;
	margin-top: 1rem;
}
.cid-location .title {
	text-align: center;
	color: #ffffff;
}
.cid-location .text {
	text-align: center;
	color: #ffffff;
	line-height: 1.5;
}
@media (max-width: 576px) {
	.cid-location .block {
		position: relative;
		width: 100%;
		height: auto;
		padding: 6rem 2rem;
	}
}

/****		cid-location		***************************************/




/****		cid-faq		***************************************/

.cid-faq {
	position: relative;
	background-color: #ffffff;
}
.cid-faq .mbr-section-title {
	color: #484848;
}
.cid-faq .mbr-section-subtitle {
	color: #767676;
	font-weight: 300;
	margin-bottom: 2rem;
}
.cid-faq .card {
	border-radius: 0px;
	margin-bottom: -1px;
}
.cid-faq .card .card-header {
	border-radius: 0px;
	border: 0px;
	padding: 0;
}
.cid-faq .card .card-header a.panel-title {
	margin-bottom: 0;
	font-style: normal;
	font-weight: 500;
	display: block;
	text-decoration: none !important;
	margin-top: -1px;
	line-height: normal;
}
.cid-faq .card .card-header a.panel-title:focus {
	text-decoration: none !important;
}
.cid-faq .card .card-header a.panel-title h4 {
	padding: 1.3rem 2rem;
	border: 1px solid #dfdfdf;
	margin-bottom: 0;
}
.cid-faq .card .card-header a.panel-title h4 .sign {
	padding-right: 1rem;
}
.cid-faq .card .panel-body {
	color: #767676;
}

/****		cid-faq		***************************************/




/****		cid-copyright		***************************************/

.cid-copyright {
	padding-top: 75px;
	padding-bottom: 35px;
	background-color: #2e2e2e;
}

@media (max-width: 767px) {
	.cid-copyright .content {
		text-align: center;
	}
	.cid-copyright .content > div:not(:last-child) {
		margin-bottom: 2rem;
	}
}

.cid-copyright section {
	position: relative;
}
.cid-copyright .card-img2 span {
	padding-top: 6px;
}
.cid-copyright .soc-item a {
	padding-top: 5px;
}
.cid-copyright .btn {
	padding: 0.4rem 0.6rem;
	margin: 0.5rem!important;
	border-radius: 10px!important;
	letter-spacing: 0px;
}
.cid-copyright .btn .mbr-iconfont {
	margin-top: 0.1rem;
}
.cid-copyright .quote {
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	padding: 1rem;
	position: relative;
	margin-bottom: 1.8rem;
	color: #ffffff;
}
.cid-copyright .quote::after {
	top: 100%;
	left: 36px;
	content: " ";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: rgba(0, 0, 0, 0.3) transparent transparent;
}
.cid-copyright .card-img2 {
	width: 45px;
	height: 45px;
	background: #5580ff;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cid-copyright .soc-item {
	width: 45px;
	height: 45px;
	background: #ffffff;
	border-radius: 100%;
	margin-bottom: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 1rem;
}
.cid-copyright .soc-item span {
	font-size: 1.4rem;
}
.cid-copyright .soc-item:hover span {
	color: #149dcc !important;
}
.cid-copyright .item {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}
.cid-copyright .item h4 {
	padding-left: 10px;
	margin: 0;
}
.cid-copyright .media-wrap {
	margin-bottom: 1rem;
}
.cid-copyright .mbr-iconfont-logo {
	font-size: 7.5rem;
	color: #f36;
}
.cid-copyright img {
	height: 4rem;
}
@media (max-width: 576px) {
	.cid-copyright .item {
		justify-content: center;
	}
	.cid-copyright .quote::after {
		left: 60px;
	}
}
.cid-copyright .social-list {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
@media (max-width: 576px) {
	.cid-copyright .social-list {
		-webkit-justify-content: center;
		justify-content: center;
	}
}
.cid-copyright .text1 {
	color: #ffffff;
}
.cid-copyright .item-title {
	color: #ffffff;
}
.cid-copyright H5 {
	color: #ffffff;
}
.cid-copyright .theme {
	color: #ffffff;
}
.cid-copyright .copyright > p {
	color: #ffffff;
}
.cid-copyright .text2 {
	color: #ffffff;
}

@media (max-width: 767px) {
	.cid-copyright .footer-lower .copyright {
		margin-bottom: 1rem;
		text-align: center;
	}
}
.cid-copyright .footer-lower hr {
	margin: 1rem 0;
	border-color: #fff;
	opacity: .05;
}
.cid-copyright .form-group {
	margin: 0;
}

/****		cid-copyright		***************************************/




/****		cid-poplogin		***************************************/

.cid-poplogin.popup-builder {
	background-color: #ffffff;
}
.cid-poplogin.popup-builder .modal {
	position: relative;
	display: block;
	z-index: 1;
}
.cid-poplogin.popup-builder .modal-dialog {
	margin-top: 60px;
	margin-bottom: 60px;
}
.cid-poplogin .modal-content,
.cid-poplogin .modal-dialog {
	height: auto;
}
.cid-poplogin .form-wrapper .input-group-btn {
	margin-right: auto;
	margin-left: auto;
}
.cid-poplogin .form-wrapper .input-group-btn .btn {
	margin: 0 !important;
}
@media (min-width: 769px) {
	.cid-poplogin .form-wrapper .mbr-form .form-group,
	.cid-poplogin .form-wrapper .mbr-form .input-group-btn {
		padding: 0 .5rem;
	}
}
.cid-poplogin .card-img {
	width: 100%;
	margin: auto;
	border-radius: 0;
}
.cid-poplogin .mbr-figure img {
	display: block;
	width: 100%;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	-webkit-align-self: center;
	align-self: center;
}
.cid-poplogin .mbr-text {
	text-align: center;
}
.cid-poplogin .pt-0 {
	padding-top: 0 !important;
}
.cid-poplogin .pb-0 {
	padding-bottom: 0 !important;
}
.cid-poplogin .form-content {
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}
.cid-poplogin .mbr-overlay {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	pointer-events: none;
}
.cid-poplogin .modal-open {
	overflow: hidden;
}
.cid-poplogin .modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.cid-poplogin .modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}
.cid-poplogin .modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
}
.cid-poplogin .modal.fade .modal-dialog {
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px);
}
.cid-poplogin .modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none;
}
.cid-poplogin .modal-dialog-centered {
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2));
}
.cid-poplogin .modal-dialog-centered::before {
	display: block;
	height: calc(100vh - (.5rem * 2));
	content: "";
}
.cid-poplogin .modal-content {
	background: #ffffff;
	position: relative;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-clip: padding-box;
	border: none;
	outline: 0;
	-webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-poplogin .modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}
.cid-poplogin .modal-backdrop.fade {
	opacity: 0;
}
.cid-poplogin .modal-backdrop.show {
	opacity: .5;
}
.cid-poplogin .modal-header {
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: none;
}
.cid-poplogin .modal-header .close {
	position: absolute;
	top: auto;
	right: 1rem;
	margin: -1rem -1rem -1rem auto;
	padding: 1rem;
	opacity: .75;
}
.cid-poplogin .modal-header .close:hover {
	opacity: 1;
}
.cid-poplogin .modal-header .close:focus {
	outline: none;
}
.cid-poplogin .modal-title {
	line-height: 1.5;
	width: 100%;
	margin: 0;
	text-align: center;
}
.cid-poplogin .modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
	min-height: 100%;
}
.cid-poplogin .modal-footer {
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1rem;
	border-top: none;
	text-align: center;
}
.cid-poplogin .modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
@media (min-width: 576px) {
	.cid-poplogin .modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
	.cid-poplogin .modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2));
	}
	.cid-poplogin .modal-dialog-centered::before {
		height: calc(100vh - (1.75rem * 2));
	}
	.cid-poplogin .modal-sm {
		max-width: 300px;
	}
	.cid-poplogin .container {
		max-width: 540px;
	}
}
@media (min-width: 992px) {
	.cid-poplogin .modal-lg,
	.cid-poplogin .modal-xl {
		max-width: 800px;
	}
	.cid-poplogin .container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.cid-poplogin .modal-xl {
		max-width: 1140px;
	}
	.cid-poplogin .container {
		max-width: 1140px;
	}
}
.cid-poplogin .container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
	.cid-poplogin .container {
		max-width: 720px;
	}
}
.cid-poplogin .row {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.cid-poplogin .col-md-4 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.cid-poplogin .form-group {
	margin-bottom: 1rem;
}
.cid-poplogin .form-control {
	display: block;
	width: 100%;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}
.cid-poplogin .col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.cid-poplogin .col-md-auto {
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

/****		cid-poplogin		***************************************/




/****		cid-bbs-contactus		***************************************/

.cid-bbs-contactus {
	padding-top: 0px;
	padding-bottom: 90px;
	background-color: #ffffff;
}
.cid-bbs-contactus .title {
	margin-bottom: 2rem;
}
.cid-bbs-contactus .mbr-section-subtitle {
	color: #767676;
}
.cid-bbs-contactus a:not([href]):not([tabindex]) {
	color: #fff;
	border-radius: 3px;
}
.cid-bbs-contactus a.btn-white:not([href]):not([tabindex]) {
	color: #333;
}
.cid-bbs-contactus textarea.form-control {
	min-height: 188px;
}
.cid-bbs-contactus P {
	text-align: center;
}

/****		cid-bbs-contactus		***************************************/


