@charset "UTF-8";

a:focus,
button:focus {
	outline: none !important;
}

button::-moz-focus-inner {
	border: 0;
}

*:focus {
	outline: none;
}

button {
	outline: none;
}

p {
	margin: 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul li {
	display: block;
}

dl {
	margin: 0;
}

dt,
dd {
	line-height: inherit;
}

dt {
	font-weight: inherit;
}

dd {
	margin-bottom: 0;
}

figure {
	margin-bottom: 0;
}

html p a:hover {
	text-decoration: none;
}

body {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
	font-size: 1.125rem;
	font-weight: 400;
	font-family: Helvetica, Verdana, "LiHei Pro", \5137\9ED1\9AD4,"Microsoft JhengHei",\5FAE\8EDF\6B63\9ED1\9AD4, sans-serif;
    line-height: 1.88889;
	color: #000000;
}

@media (min-width: 768px) {
	body {
		font-size: 1.125empx;
	}
}

@media (min-width: 1200px) {
	body {
		font-size: 1.125empx;
	}
}

a {
	display: inline-block;
	text-decoration: none;
	transition: .33s all ease;
}

a, a:active, a:focus {
	color: #f7817f;
}

a:hover, a:focus {
	color: #547eff;
	text-decoration: none;
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}




/*
*
* title文字顏色設定
* ==================================================
*/
/* .brand-text {
font-size: xxx-large;
font-weight: bold;
background: -webkit-linear-gradient(45deg, rgb(253,18,226) 20%, rgb(164,67,221), rgb(84,126,255) 90% );
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: #978170;
} */

.brand-text {
	font-size: xxx-large;
	font-weight: bold;
	background: -webkit-linear-gradient(45deg, rgb(252, 114, 236) 20%, rgb(164,67,221), rgb(84,126,255) 90% );
	background-size: 400% 400%;
	animation: gradient 8s ease infinite;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #978170;
	}


	@keyframes gradient {
		0% {
			background-position: 0% 50%;
		}
		50% {
			background-position: 100% 50%;
		}
		100% {
			background-position: 0% 50%;
		}
	}


.brand-text-s {
	font-size: xx-large;
	font-weight: bold;
	background: -webkit-linear-gradient(4deg,#f6ca45,#ee7983);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #978170;	
}

.brand-mobile {
	font-size: x-large;
}

#tel-icon::before{
	content: url(../images/tel-icon.webp);
	display: inline-block;
	/* vertical-align:text-bottom; */
	width: 22px;
	height: 22px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	}




/*
*
* Typography
* ==================================================
*/
h1, h2, h3, h4, h5 {
	margin-top: 0;
	margin-bottom: 0;
	font-family: inherit;
	font-weight: 500;
	color: #8b0000;
}

h1 > *, h2 > *, h3 > *, h4 > * {
	display: inline-block;
}

h1 {
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2;
}

@media (min-width: 768px) {
	h1 {
		font-size: 28px;
		line-height: 1.1;
	}
}

@media (min-width: 1200px) {
	h1 {
		font-size: 36px;
	}
}

h2 {
	font-size: 26px;
	line-height: 1.3;
	font-weight: 600;
}

@media (min-width: 768px) {
	h2 {
		font-size: 32px;
		line-height: 1.33333;
	}
}

@media (min-width: 992px) {
	h2 {
		font-size: 44px;
	}
}

@media (min-width: 1200px) {
	h2 {
		font-size: 60px;
	}
}

h3 {
	font-size: 22px;
	line-height: 1.45;
	font-weight: 400;
}

@media (min-width: 768px) {
	h3 {
		font-size: 28px;
	}
}

@media (min-width: 1200px) {
	h3 {
		font-size: 40px;
		line-height: 1.35;
	}
}

h4 {
	font-size: 20px;
	line-height: 1.35;
	font-weight: 400;
}

@media (min-width: 768px) {
	h4 {
		font-size: 24px;
	}
}

@media (min-width: 1200px) {
	h4 {
		font-size: 30px;
		line-height: 1.43333;
	}
}

h5 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.45;
}

@media (min-width: 768px) {
	h5 {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	h5 {
		font-size: 24px;
		line-height: 1.54167;
	}
}

/*** Colors* ==================================================*/

/*** Main layout* ==================================================*/
.page {
	position: relative;
	overflow: hidden;
	min-height: 100vh !important;
}

.page-header {
	position: relative;
	z-index: 1000;
	padding: 0;
	margin: 0;
	border-bottom: none;
}

.cat-img-group {
	position: relative;
	overflow: hidden;
	padding-bottom: 100%;
}

.cat-img-group > div {
	position: absolute;
	bottom: 0;
	max-width: 80%;
}

.cat-img-group > div:first-of-type {
	z-index: 1;
	right: 0;
}

.cat-img-group > div:last-of-type {
	left: 0;
}

.cat-img-group img {
	width: auto;
}

.cat-wrap {
	padding: 60px 0 80px;
}

@media (min-width: 992px) {
	.cat-wrap {
		padding: 120px 0 140px;
	}
}

.cat-mod-1 {
	max-width: 715px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
}

.cat-mod-1 > * {
	color: #fff;
}

/*
*
* Components* ==================================================*/
.icon {
	display: inline-block;
	line-height: 1;
	text-align: center;
}

.icon:before {
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.page .icon-primary {
	color: #2ed3ae;
}

.page .icon-md {
	font-size: 36px;
	line-height: 22px;
}

.button {
	display: inline-block;
	width: auto;
	max-width: 100%;
	border: 1px solid;
	border-radius: 3px;
	padding: 12px 30px;
	font-size: 12px;
	line-height: 24px;
	font-family: Helvetica, Verdana, "LiHei Pro", \5137\9ED1\9AD4,"Microsoft JhengHei",\5FAE\8EDF\6B63\9ED1\9AD4, sans-serif;
	font-weight: 600;
	letter-spacing: .06em;
	transition: .33s all ease;
	white-space: normal;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
}

@media (min-width: 992px) {
	.button {
		padding: 16px 40px;
		font-size: 1.124rem;
		line-height: 24px;
	}
}

.page .button-primary {
	color: #fff;
	background-color: #8b0000;
	border-color: #8b0000;
}

.page .button-primary:hover, .page .button-primary:focus, .page .button-primary:active, .page .button-primary:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.blurb__title {
	font-size: 18px;
	line-height: 1.33;
	color: #000;
}

@media (min-width: 1200px) {
	.blurb__title {
		font-size: 24px;
		line-height: 1.54167;
	}
}

.blurb-minimal {
	text-align: left;
}

.blurb-minimal .unit .blurb-minimal__icon .icon {
	font-size: 32px;
}

.blurb-minimal__icon .icon {
	font-size: 32px;
	color: #e50914;
}

@media (min-width: 1200px) {
	.blurb-minimal__icon .icon {
		font-size: 36px;
	}
}

@media (min-width: 1600px) {
	.blurb-minimal__icon .icon {
		font-size: 44px;
	}
}

.list-xs > li + li {
	margin-top: 16px;
}

.list-terms-modern dt,
.list-terms-modern dd {
	display: block;
}

.list-terms-modern dt {
	color: #fff;
}

.list-terms-modern dt::after {
	display: inline-block;
	margin-right: 3px;
	content: ':';
}

.list-terms-modern dd {
	color: #f7817f;
}

.list-semicolon > li {
	display: inline;
	color: #f7817f;
}

.list-bordered {
	position: relative;
	transform: translate3d(0, -10px, 0);
	margin-bottom: -10px;
	margin-left: -12px;
	margin-right: -12px;
}

.list-bordered > * {
	position: relative;
	margin-top: 10px;
	padding-left: 12px;
	padding-right: 12px;
}

.list-bordered > li {
	position: relative;
	display: inline-block;
}

@media (min-width: 992px) {
	.list-bordered > li:nth-last-child(n + 2)::before {
		content: '';
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 1px;
		height: 46px;
		background: #ececee;
	}
}

figure img {
	display: block;
}

@media (max-width: 767px) {
	.image-sizing-1 {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
}

/*
*
* Tooltip Custom* ==================================================*/

/*
*
* Snackbars* ==================================================*/

.breadcrumbs-custom {
	position: relative;
	background: #f8f8f8;
}

.breadcrumbs-custom__inner {
	padding: 20px 0;
	text-align: center;
}

.breadcrumbs-custom__inner > * + * {
	margin-top: 10px;
}

.breadcrumbs-custom__title {
	font-size: 20px;
	line-height: 1.2;
	color: #000;
}

.breadcrumbs-custom__path > li {
	display: inline-block;
	vertical-align: baseline;
	font-size: 18px;
	line-height: 1.3;
}

.breadcrumbs-custom__path a {
	position: relative;
	top: -1px;
}

.breadcrumbs-custom__path > li.active {
	color: #000;
}

.breadcrumbs-custom__path > li.active a {
	color: inherit;
	pointer-events: none;
}

.breadcrumbs-custom__path > li + li:before {
	position: relative;
	left: -1px;
	display: inline-block;
	padding: 0 5px;
	content: "/";
	vertical-align: baseline;
}

.breadcrumbs-custom__path a {
	display: inline;
	vertical-align: middle;
}

.breadcrumbs-custom__path a, .breadcrumbs-custom__path a:active, .breadcrumbs-custom__path a:focus {
	color: #e50914;
}

.breadcrumbs-custom__path a:hover {
	color: #000;
}

@media (min-width: 768px) {
	.breadcrumbs-custom__inner {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-left: -15px;
		margin-right: -15px;
	}
	.breadcrumbs-custom__inner > * {
		padding: 0 15px;
	}
	.breadcrumbs-custom__inner > * + * {
		margin-top: 0;
	}
	.breadcrumbs-custom__title {
		font-size: 24px;
		line-height: 1.54167;
	}
}
/*
*
* Panels Custom* ==================================================*/

.comment-minimal > * + * {
	margin-top: 5px;
}

.comment-minimal__author {
	font-size: 1.25em;
	color: #000;
	font-weight:600;
}

.comment-minimal__link {
	font-size: 1.25em;
	line-height: 1.71429;
	color: white;
}

.comment-minimal__link a {
	display: inline;
	color: inherit;
}

.comment-minimal__link a:hover {
	color: #2ed3ae;
}

.pre-footer-corporate,
.footer-corporate {
	font-size: 14px;
	line-height: 1.71429;
}

.pre-footer-corporate {
	padding: 50px 0;
	color: white;
	background-color:#0c131a;
}

.footer-corporate {
	padding: 20px 0;
	text-align: center;
	background-color: #111111;
}

@media (min-width: 768px) {
	.footer-corporate {
		text-align: left;
	}
}
/*bg img*/
@media (min-width: 992px) {
	.pre-footer-corporate {
		padding: 80px 0;
	}
}

@media (min-width: 992px) {
	.pre-footer-corporate {
		padding: 80px 0;
	}
}

@media (min-width: 1200px) and (min-height: 800px) {
	.pre-footer-corporate {
		padding: 80px 0;
	}
}

* + .post-classic-body,
.post-classic-title + * {
	margin-top: 30px;
}

* + .post-minimal-footer {
	margin-top: 20px;
}

* + .post-classic-title {
	margin-top: 25px;
}

.post-minimal {
	text-align: left;
}

.post-minimal * + .post-classic-body {
	margin-top: 20px;
}

.post-minimal-footer {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.parallax-header__inner {
	position: relative;
	text-align: center;
}

.parallax-header__inner {
	position: relative;
	z-index: 2;
}

.parallax-header__content {
	width: 100%;
	padding: 50px 0;
}

@media (min-width: 768px) {
	.parallax-header__inner {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		min-height: 33.3333vh;
	}
	.parallax-header__content {
		padding: 100px 0;
	}
}

@media (min-width: 992px) {
	.parallax-header__inner {
		min-height: 33.33333vw;
	}
	.parallax-header__content {
		padding: 120px 0 130px;
	}
}

@media (min-width: 1600px) {
	.parallax-header__inner {
		min-height: 640px;
	}
}

/*
*
* Helpers* ==================================================*/
.context-dark, .bg-accent, .bg-gray-dark {
	color: #fff;
}

.bg-gray-dark h1, .context-dark h2, .bg-accent h2, .bg-accent h3, .bg-gray-dark h3, .context-dark h4, .bg-accent h4, .bg-gray-dark h5 {
	color: #fff;
}

.bg-gray-lighter h3, .bg-gray-lighter h4 {
	color: #151515;
}

.bg-default {
	background-color: #fff;
}

.bg-default + .bg-default.section-xl {
	padding-top: 0;
}

.bg-accent {
	background-color: #49779e;
}

.bg-gray-dark {
	background-color: #333;
}

.bg-gray-lighter {
	background-color: #f8f8f8;
}

.bg-image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.bg-image-3 {
	background-image: url("../images/satisfaction.webp");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

/*
*
* Text Alignment* ==================================================*/

.text-center {
	text-align: center;
}

/*
*
* Text styling* ==================================================*/

/*
*
* Element groups* ==================================================*/

html .page .group-lg {
	margin-bottom: -15px;
	margin-left: -27px;
}

html .page .group-lg > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 27px;
}

html .page .group-middle {
	vertical-align: middle;
}

html .page .group-middle > * {
	vertical-align: middle;
}

.section-lg,
.section-xl {
	padding-top: 60px;
	padding-bottom: 60px;
}

@media (max-width: 767px) {
	.section-xl:first-of-type {
		padding-top: 40px;
	}
}

@media (min-width: 768px) {
	.section-lg {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.section-xl {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media (min-width: 992px) {
	.section-lg {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.section-xl {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media (min-width: 1200px) and (min-height: 800px) {
	.section-lg {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.section-xl {
		padding-top: 90px;
		padding-bottom: 90px;
	}
}

/*
*
* Offsets* ==================================================*/
* + p {
	margin-top: 16px;
}

p + * {
	margin-top: 22px;
}

p + p {
	margin-top: 16px;
}

* + .list-xs {
	margin-top: 16px;
}

* + .group-lg {
	margin-top: 35px;
}

* + .blurb-minimal {
	margin-top: 40px;
}

h1 + h3 {
	margin-top: 20px;
}

.blurb-minimal + .blurb-minimal {
	margin-top: 35px;
}

@media (min-width: 992px) {
	* + p {
		margin-top: 28px;
	}
	* + .group-lg {
		margin-top: 50px;
	}
}

html .row-30 {
	margin-bottom: -30px;
}

html .row-30 > * {
	margin-bottom: 30px;
}

html .row-50 {
	margin-bottom: -50px;
}

html .row-50 > * {
	margin-bottom: 50px;
}

* + .row {
	margin-top: 25px;
}

@media (min-width: 768px) {
	* + .row {
		margin-top: 35px;
	}
}

.block-centered {
	margin-left: auto;
	margin-right: auto;
}

.text-width-2 {
	max-width: 620px;
}

@media (min-width: 1600px) {
	.row {
		margin-left: -25px;
		margin-right: -25px;
	}
	.row > [class*='col-'] {
		padding-left: 25px;
		padding-right: 25px;
	}
	.row.no-gutters {
		margin-left: 0;
		margin-right: 0;
	}
	.row.no-gutters > [class*='col-'] {
		padding-left: 0;
		padding-right: 0;
	}
}

/*
*
* Modules* ==================================================*/
/*
*
* Grid system* ==================================================*/

/*
*
* Responsive unit* ==================================================*/
.unit {
	display: flex;
	flex: 0 1 100%;
}

.unit-body {
	flex: 0 1 auto;
}

.unit-left {
	flex: 0 0 auto;
	max-width: 100%;
}

.unit {
	margin-bottom: -30px;
	margin-left: -20px;
}

.unit > * {
	margin-bottom: 30px;
	margin-left: 20px;
}

.unit-spacing-sm.unit {
	margin-bottom: -20px;
	margin-left: -15px;
}

.unit-spacing-sm.unit > * {
	margin-bottom: 20px;
	margin-left: 0px;
}

@media (min-width: 576px) {
	.unit-spacing-sm.unit {
		margin-bottom: -20px;
		margin-left: -15px;
	}
	.unit-spacing-sm.unit > * {
		margin-bottom: 20px;
		margin-left: 0px;
	}
}

@media (min-width: 768px) {
	.unit-spacing-sm.unit {
		margin-bottom: -20px;
		margin-left: -15px;
	}
	.unit-spacing-sm.unit > * {
		margin-bottom: 20px;
		margin-left: 15px;
	}
}

@media (min-width: 992px) {
	.unit-spacing-sm.unit {
		margin-bottom: -20px;
		margin-left: -15px;
	}
	.unit-spacing-sm.unit > * {
		margin-bottom: 20px;
		margin-left: 15px;
	}
}

@media (min-width: 1200px) {
	.unit-spacing-sm.unit {
		margin-bottom: -20px;
		margin-left: -15px;
	}
	.unit-spacing-sm.unit > * {
		margin-bottom: 20px;
		margin-left: 15px;
	}
}

@media (min-width: 1600px) {
	.unit-spacing-sm.unit {
		margin-bottom: -20px;
		margin-left: -15px;
	}
	.unit-spacing-sm.unit > * {
		margin-bottom: 20px;
		margin-left: 15px;
	}
}

.unit-spacing-md.unit {
	margin-bottom: -30px;
	margin-left: -15px;
}

.unit-spacing-md.unit > * {
	margin-bottom: 30px;
	margin-left: 15px;
}

@media (min-width: 576px) {
	.unit-spacing-md.unit {
		margin-bottom: -30px;
		margin-left: -15px;
	}
	.unit-spacing-md.unit > * {
		margin-bottom: 30px;
		margin-left: 15px;
	}
}

@media (min-width: 768px) {
	.unit-spacing-md.unit {
		margin-bottom: -30px;
		margin-left: -15px;
	}
	.unit-spacing-md.unit > * {
		margin-bottom: 30px;
		margin-left: 15px;
	}
}

@media (min-width: 992px) {
	.unit-spacing-md.unit {
		margin-bottom: -30px;
		margin-left: -15px;
	}
	.unit-spacing-md.unit > * {
		margin-bottom: 30px;
		margin-left: 15px;
	}
}

@media (min-width: 1200px) {
	.unit-spacing-md.unit {
		margin-bottom: -30px;
		margin-left: -15px;
	}
	.unit-spacing-md.unit > * {
		margin-bottom: 30px;
		margin-left: 15px;
	}
}

@media (min-width: 1600px) {
	.unit-spacing-md.unit {
		margin-bottom: -30px;
		margin-left: -15px;
	}
	.unit-spacing-md.unit > * {
		margin-bottom: 30px;
		margin-left: 15px;
	}
}

/*
*
* Plugins* ==================================================*/
/*
*
* Animate.css* ==================================================*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
}

.ios .animated,
.mac-os .animated {
	transition: none !important;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

html:not(.lt-ie10) .not-animated {
	opacity: 0;
}

/**
* FadeIn Keyframes Animation* ==================================================*/
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

/**
* FadeInUp Keyframes Animation
*/
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

/**
* FadeInDown Keyframes Animation* ==================================================*/

/**
* FadeInLeft Keyframes Animation* ==================================================*/

/**
* FadeInRight Keyframes Animation* ==================================================*/

/*
**
* FadeOut Keyframes Animation* ==================================================*/

/**
* SlideInDown Keyframes Animation* ==================================================*/

/**
* SlideInLeft Keyframes Animation* ==================================================*/

/**
* SlideInRight Keyframes Animation* ==================================================*/

/**
* SlideOutDown Keyframes Animation
*/

/**
* FadeInUpSmall Keyframes Animation
*/
.fadeInUpSmall {
	animation-name: fadeInUpSmall;
	transform-origin: 50% 100%;
}

@keyframes fadeInUpSmall {
	0% {
		opacity: 0;
		transform: translateY(60px) scale(0.9);
	}
	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

/**
* FadeInLeftSmall Keyframes Animation
*/
.fadeInLeftSmall {
	animation-timing-function: ease-in-out;
	-webkit-animation-name: fadeInLeftSmall;
	animation-name: fadeInLeftSmall;
}

@keyframes fadeInLeftSmall {
	0% {
		opacity: 0;
		transform: translateX(-100px) scale(0.95);
	}
	100% {
		opacity: 1;
		transform: translateX(0) scale(1);
	}
}

/**
* FadeInRightSmall Keyframes Animation
*/

/*
*
* Owl Carousel
* --------------------------------------------------
*/

/* 
 * 	Owl Carousel - Auto Height Plugin
 */

/* 
 *  Core Owl Carousel CSS File
 */

/* No Js */

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */

/* 
 * 	Owl Carousel - Video Plugin
 */

/*
 * Owl Navigation
 */

/*
 * Owl Pagination
 */

/*
* @subsection   RD Navbar
*
* @description  Describes style declarations for RD Navbar extension
*
* @author       Evgeniy Gusarov
* @link         https://ua.linkedin.com/pub/evgeniy-gusarov/8a/a40/54a
*/
@-webkit-keyframes rd-navbar-slide-down {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}

@keyframes rd-navbar-slide-down {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}

@-webkit-keyframes rd-navbar-slide-up {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-100%);
	}
}

@keyframes rd-navbar-slide-up {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-100%);
	}
}

/*
* @subsection General Styles
*/
.rd-navbar-wrap, .rd-navbar-fixed .rd-navbar-nav-wrap, .rd-navbar-fixed .rd-navbar-submenu {
	transition: 0.32s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.rd-navbar, .rd-navbar.rd-navbar--is-clone {
	display: none;
}

.rd-navbar-fixed,
.rd-navbar-static,
.rd-navbar-fullwidth,
.rd-navbar-sidebar {
	display: block;
}

.rd-navbar--no-transition, .rd-navbar--no-transition * {
	transition: none !important;
}

.rd-navbar,
.rd-navbar-brand,
.rd-navbar-slogan,
.rd-navbar-dropdown,
.rd-navbar-megamenu,
.rd-navbar-collapse-items,
.brand-name,
.rd-navbar-nav,
.rd-navbar-panel,
.rd-navbar-search-form-input,
.rd-navbar-search-form-submit,
.rd-navbar-search-toggle,
.rd-navbar-live-search-results,
.rd-navbar-search-form {
	transition: .3s all ease;
}

.rd-navbar-collapse-toggle {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #222;
	display: none;
}

.rd-navbar-collapse-toggle span {
	top: 50%;
	margin-top: -3px;
}

.rd-navbar-collapse-toggle span, .rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
	position: absolute;
	width: 4px;
	height: 4px;
	line-height: 4px;
	text-align: center;
	background: #222;
	left: 50%;
	margin-left: -2px;
	transition: .3s all ease;
}

.rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
	content: '';
}

.rd-navbar-collapse-toggle span:before {
	bottom: 100%;
	margin-bottom: 3px;
}

.rd-navbar-collapse-toggle span:after {
	top: 100%;
	margin-top: 3px;
}

.rd-navbar-collapse-toggle.active span {
	transform: scale(0.7);
}

.rd-navbar-collapse-toggle.active span:before {
	transform: translateY(16px);
}

.rd-navbar-collapse-toggle.active span:after {
	transform: translateY(-16px);
}

/*
* Navbar components
*/
.rd-navbar {
	background: #fff;
}

.rd-navbar-toggle {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #000;
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: none;
}

.rd-navbar-toggle span {
	position: relative;
	display: block;
	margin: auto;
	transition: .3s all ease;
}

.rd-navbar-toggle span:after, .rd-navbar-toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -6px;
	transition: .3s all ease;
}

.rd-navbar-toggle span:after {
	top: 6px;
}

.rd-navbar-toggle span:after, .rd-navbar-toggle span:before, .rd-navbar-toggle span {
	width: 22px;
	height: 2px;
	background-color: #fff;
	backface-visibility: hidden;
	will-change: transform;
}

.rd-navbar-toggle span:before, .rd-navbar-toggle span:after {
	-webkit-transition-duration: 0.22s, 0.22s;
	transition-duration: 0.22s, 0.22s;
	-webkit-transition-delay: 0.22s, 0s;
	transition-delay: 0.22s, 0s;
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform;
}

.rd-navbar-toggle.active span {
	transition: background .22s 0s ease;
	background: transparent;
}

.rd-navbar-toggle.active span:before, .rd-navbar-toggle.active span:after {
	top: 0;
	-webkit-transition-delay: 0s, 0.22s;
	transition-delay: 0s, 0.22s;
}

.rd-navbar-toggle.active span:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.rd-navbar-toggle.active span:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.rd-navbar-brand {
	line-height: 1;
}

.rd-navbar-search {
	position: relative;
}

.rd-navbar-search .rd-search {
	background: #fff;
}

.rd-navbar-search .rd-search .form-input {
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 48px;
	background-color: transparent;
	border: 0;
}

.rd-navbar-search .rd-search .form-label {
	left: 2px;
	font-size: 12px;
	font-style: normal;
	top: 25px;
}

.rd-navbar-search .rd-search__submit {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 10;
	width: 36px;
	height: 22px;
	line-height: 22px;
	color: #000;
}

.rd-navbar-search .rd-search__submit:hover {
	color: #2ed3ae;
}

.rd-navbar-search .rd-search__submit::before {
	content: '\e922';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: inherit;
	height: inherit;
	font: 400 19px 'Linearicons';
	font-display: swap;
	line-height: inherit;
	text-align: center;
	color: inherit;
}

.rd-navbar .rd-navbar-search__toggle {
	position: relative;
	display: block;
	overflow: hidden;
	color: #c7c7c7;
	width: 26px;
	height: 26px;
	transition: .33s all ease;
}

.rd-navbar .rd-navbar-search__toggle::before, .rd-navbar .rd-navbar-search__toggle::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: inline-block;
	padding: 2px;
	font-family: 'Linearicons';
	font-display: swap;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	will-change: transform;
}

.rd-navbar .rd-navbar-search__toggle::before {
	margin-right: -2px;
	content: '\e922';
	font-size: 19px;
}

.rd-navbar .rd-navbar-search__toggle::after {
	margin-top: -1px;
	content: '\e92a';
	font-size: 22px;
}

.desktop .rd-navbar .rd-navbar-search__toggle:hover {
	color: #000;
}

.rd-navbar .rd-search .form-input {
	padding: 10px;
}

.rd-navbar .rd-search .form-label {
	left: 10px;
}

.rd-navbar .rd-search .form-input,
.rd-navbar .rd-search .form-label {
	font-size: 12px;
	font-weight: 400;
	color: #888;
}

.rd-navbar button.rd-search__submit,
.rd-navbar button.rd-navbar-search__toggle {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
}

.rd-navbar button.rd-search__submit::-moz-focus-inner,
.rd-navbar button.rd-navbar-search__toggle::-moz-focus-inner {
	border: none;
	padding: 0;
}

/*
* @subsection   Hybrid  Styles
*/
.rd-navbar.rd-navbar-fixed + .rd-navbar.rd-navbar--is-clone,
.rd-navbar.rd-navbar-sidebar + .rd-navbar.rd-navbar--is-clone {
	display: none;
}

.rd-navbar .rd-navbar-nav > li > a {
	font-size: 20px;
	line-height: 1.28;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.rd-navbar .rd-navbar-nav > li {
	vertical-align: top;
	text-align: center;
}

.rd-navbar .rd-navbar-nav > li > * {
	vertical-align: top;
}

.rd-navbar .rd-navbar-nav > li .rd-navbar-subtitle {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	font-weight: 300;
	text-transform: none;
	line-height: 1.2;
	color: #888;
}

.rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-megamenu {
	opacity: 0;
	visibility: hidden;
	will-change: opacity, transform;
}

.rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu.focus,
.rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu.focus {
	opacity: 1;
	visibility: visible;
}

.rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-megamenu {
	transform: translateY(30px);
}

.rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu.opened > .rd-navbar-megamenu, .rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu.focus > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu.focus > .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav .rd-navbar-submenu.opened > .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav .rd-navbar-submenu.focus > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav .rd-navbar-submenu.focus > .rd-navbar-megamenu {
	transform: translateY(0);
}

.rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu .rd-navbar-submenu.focus > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav .rd-navbar-submenu .rd-navbar-submenu.focus > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav .rd-navbar-submenu .rd-navbar-submenu.opened > .rd-navbar-dropdown {
	display: block;
}

.rd-navbar-fullwidth .rd-navbar-nav > li,
.rd-navbar-static .rd-navbar-nav > li {
	display: inline-block;
}

.rd-navbar-fullwidth .rd-navbar-nav li.focus > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav li.focus > .rd-navbar-megamenu,
.rd-navbar-fullwidth .rd-navbar-nav li.opened > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav li.opened > .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav li.opened > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav li.opened > .rd-navbar-megamenu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.rd-navbar-fullwidth .rd-navbar-nav .rd-navbar--has-dropdown,
.rd-navbar-static .rd-navbar-nav .rd-navbar--has-dropdown {
	position: relative;
}

.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown {
	position: absolute;
	left: 0;
	z-index: 5;
	display: block;
	text-align: left;
}

.rd-navbar-fullwidth .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-megamenu {
	border: 1px solid #f3f3f3;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li > a,
.rd-navbar-fullwidth .rd-megamenu-list > li > a,
.rd-navbar-static .rd-navbar-dropdown > li > a,
.rd-navbar-static .rd-megamenu-list > li > a {
	position: relative;
	display: block;
	width: 100%;
	padding-left: 0;
	font-size: 13px;
	line-height: 1.7;
	transition: .33s all ease;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li > a, .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:active, .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:focus,
.rd-navbar-fullwidth .rd-megamenu-list > li > a,
.rd-navbar-fullwidth .rd-megamenu-list > li > a:active,
.rd-navbar-fullwidth .rd-megamenu-list > li > a:focus,
.rd-navbar-static .rd-navbar-dropdown > li > a,
.rd-navbar-static .rd-navbar-dropdown > li > a:active,
.rd-navbar-static .rd-navbar-dropdown > li > a:focus,
.rd-navbar-static .rd-megamenu-list > li > a,
.rd-navbar-static .rd-megamenu-list > li > a:active,
.rd-navbar-static .rd-megamenu-list > li > a:focus {
	color: #e0e0e2;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li > a:hover,
.rd-navbar-fullwidth .rd-megamenu-list > li > a:hover,
.rd-navbar-static .rd-navbar-dropdown > li > a:hover,
.rd-navbar-static .rd-megamenu-list > li > a:hover {
	color: #2ed3ae;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li > a, .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:focus, .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:active,
.rd-navbar-fullwidth .rd-megamenu-list > li > a,
.rd-navbar-fullwidth .rd-megamenu-list > li > a:focus,
.rd-navbar-fullwidth .rd-megamenu-list > li > a:active,
.rd-navbar-static .rd-navbar-dropdown > li > a,
.rd-navbar-static .rd-navbar-dropdown > li > a:focus,
.rd-navbar-static .rd-navbar-dropdown > li > a:active,
.rd-navbar-static .rd-megamenu-list > li > a,
.rd-navbar-static .rd-megamenu-list > li > a:focus,
.rd-navbar-static .rd-megamenu-list > li > a:active {
	color: #000;
	background: transparent;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li > a:hover,
.rd-navbar-fullwidth .rd-megamenu-list > li > a:hover,
.rd-navbar-static .rd-navbar-dropdown > li > a:hover,
.rd-navbar-static .rd-megamenu-list > li > a:hover {
	color: #2ed3ae;
	background: transparent;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li + li,
.rd-navbar-fullwidth .rd-megamenu-list > li + li,
.rd-navbar-static .rd-navbar-dropdown > li + li,
.rd-navbar-static .rd-megamenu-list > li + li {
	margin-top: 12px;
}

@media (min-width: 1200px) {
	.rd-navbar-fullwidth .rd-navbar-dropdown > li > a,
	.rd-navbar-fullwidth .rd-megamenu-list > li > a,
	.rd-navbar-static .rd-navbar-dropdown > li > a,
	.rd-navbar-static .rd-megamenu-list > li > a {
		font-size: 18px;
	}
}

.rd-navbar-fullwidth .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-dropdown {
	width: 216px;
	padding: 30px 30px 30px;
	margin-left: -18px;
	background: #fbfbfb;
}

.rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle,
.rd-navbar-static .rd-navbar-dropdown .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle {
	color: #c7c7c7;
}

.rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-dropdown .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle::after {
	display: inline-block;
	width: auto;
	margin-left: 5px;
	content: '\e93c';
	font-family: 'Linearicons';
	font-display: swap;
	font-size: 10px;
	cursor: pointer;
}

.rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle:hover,
.rd-navbar-static .rd-navbar-dropdown .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle:hover {
	color: #2ed3ae;
}

.rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
	position: absolute;
	left: 100%;
	margin-left: 33px;
	top: -31px;
}

.rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-left,
.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-left {
	margin-left: 0;
	margin-right: 33px;
	right: 100%;
	left: auto;
}

.rd-navbar-fullwidth .rd-navbar-dropdown li,
.rd-navbar-static .rd-navbar-dropdown li {
	margin-bottom: -2px;
	transform: translateY(-2px);
}

.rd-navbar-fullwidth .rd-navbar-dropdown li > *,
.rd-navbar-static .rd-navbar-dropdown li > * {
	margin-top: 2px;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li > a,
.rd-navbar-static .rd-navbar-dropdown > li > a {
	display: inline;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li > a, .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:focus, .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:active,
.rd-navbar-static .rd-navbar-dropdown > li > a,
.rd-navbar-static .rd-navbar-dropdown > li > a:focus,
.rd-navbar-static .rd-navbar-dropdown > li > a:active {
	color: #000;
	background: transparent;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li > a:hover,
.rd-navbar-static .rd-navbar-dropdown > li > a:hover {
	color: #2ed3ae;
	background: transparent;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li > a:hover ~ .rd-navbar-submenu-toggle,
.rd-navbar-static .rd-navbar-dropdown > li > a:hover ~ .rd-navbar-submenu-toggle {
	color: #2ed3ae;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li.focus > a,
.rd-navbar-fullwidth .rd-navbar-dropdown > li.opened > a,
.rd-navbar-static .rd-navbar-dropdown > li.focus > a,
.rd-navbar-static .rd-navbar-dropdown > li.opened > a {
	color: #2ed3ae;
	background: transparent;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li.focus > a ~ .rd-navbar-submenu-toggle,
.rd-navbar-fullwidth .rd-navbar-dropdown > li.opened > a ~ .rd-navbar-submenu-toggle,
.rd-navbar-static .rd-navbar-dropdown > li.focus > a ~ .rd-navbar-submenu-toggle,
.rd-navbar-static .rd-navbar-dropdown > li.opened > a ~ .rd-navbar-submenu-toggle {
	color: #2ed3ae;
}

@media (min-width: 1200px) {
	.rd-navbar-fullwidth .rd-navbar-dropdown,
	.rd-navbar-static .rd-navbar-dropdown {
		width: 240px;
	}
}

.rd-navbar-fullwidth .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-megamenu {
	position: absolute;
	z-index: 4;
	display: table;
	table-layout: fixed;
	width: 100%;
	max-height: calc(100vh - 90px);
	left: 0;
	max-width: 1370px;
	margin-top: 25px;
	text-align: left;
	background: #fbfbfb;
}

.rd-navbar-fullwidth .rd-navbar-megamenu > li,
.rd-navbar-static .rd-navbar-megamenu > li {
	position: relative;
	display: table-cell;
	padding: 40px 20px 40px 35px;
}

.rd-navbar-fullwidth .rd-navbar-megamenu > li + li:before,
.rd-navbar-static .rd-navbar-megamenu > li + li:before {
	content: '';
	position: absolute;
	top: 30px;
	bottom: 30px;
	left: 0;
	border-right: 1px solid #ececee;
}

.rd-navbar-fullwidth .rd-navbar-megamenu * + .rd-megamenu-list,
.rd-navbar-static .rd-navbar-megamenu * + .rd-megamenu-list {
	margin-top: 24px;
}

@media (min-width: 1200px) {
	.rd-navbar-fullwidth .rd-navbar-megamenu > li,
	.rd-navbar-static .rd-navbar-megamenu > li {
		padding: 45px 30px 50px 50px;
	}
	.rd-navbar-fullwidth .rd-navbar-megamenu * + .rd-megamenu-list,
	.rd-navbar-static .rd-navbar-megamenu * + .rd-megamenu-list {
		margin-top: 30px;
	}
}

@media (min-width: 1600px) {
	.rd-navbar-fullwidth .rd-navbar-megamenu,
	.rd-navbar-static .rd-navbar-megamenu {
		max-width: 1150px;
	}
	.rd-navbar-fullwidth .rd-navbar-megamenu > li,
	.rd-navbar-static .rd-navbar-megamenu > li {
		padding: 45px 70px 70px 50px;
	}
}

.rd-navbar-fullwidth .rd-megamenu-header,
.rd-navbar-static .rd-megamenu-header {
	position: relative;
	display: block;
	font-size: 17px;
	line-height: 1.2;
	color: #000;
}

@media (min-width: 1200px) {
	.rd-navbar-fullwidth .rd-megamenu-header,
	.rd-navbar-static .rd-megamenu-header {
		font-size: 18px;
	}
}

.rd-navbar-fullwidth * + .rd-megamenu-header,
.rd-navbar-static * + .rd-megamenu-header {
	margin-top: 40px;
}

.rd-navbar-fullwidth .rd-navbar-search-toggled,
.rd-navbar-static .rd-navbar-search-toggled {
	position: relative;
}

.rd-navbar-fullwidth .rd-navbar-search-toggled .rd-search,
.rd-navbar-static .rd-navbar-search-toggled .rd-search {
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
	transition: .33s;
	opacity: 0;
	visibility: hidden;
}

.rd-navbar-fullwidth .rd-navbar-search-toggled .rd-navbar-search-toggle,
.rd-navbar-static .rd-navbar-search-toggled .rd-navbar-search-toggle {
	opacity: 1;
	visibility: visible;
	margin-top: 2px;
}

.rd-navbar-fullwidth .rd-navbar-search-toggled.active .rd-search,
.rd-navbar-static .rd-navbar-search-toggled.active .rd-search {
	opacity: 1;
	visibility: visible;
	width: 300px;
}

.rd-navbar-fullwidth .rd-navbar-search-toggled.active .rd-navbar-search-toggle,
.rd-navbar-static .rd-navbar-search-toggled.active .rd-navbar-search-toggle {
	opacity: 0;
	visibility: hidden;
}

.rd-navbar-static .rd-navbar-top-panel,
.rd-navbar-sidebar .rd-navbar-top-panel {
	position: relative;
	z-index: 10;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 24px;
	line-height: 1.6;
}

.rd-navbar-static .rd-navbar-top-panel::before,
.rd-navbar-sidebar .rd-navbar-top-panel::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 102vw;
	background: #0c131a;
	z-index: -1;
	border-bottom: 3px solid #ae0805;
	box-shadow: 0.5px 0.5px 6px #888;
}

.rd-navbar-static .rd-navbar-top-panel > *,
.rd-navbar-sidebar .rd-navbar-top-panel > * {
	padding: 0 25px;
}

.rd-navbar-static .rd-navbar-top-panel > *:first-child,
.rd-navbar-sidebar .rd-navbar-top-panel > *:first-child {
	padding-left: 0;
}

.rd-navbar-static .rd-navbar-top-panel > *:last-child,
.rd-navbar-sidebar .rd-navbar-top-panel > *:last-child {
	padding-right: 0;
}

.ie-10 .rd-navbar-static .rd-navbar-top-panel__content > *,
.ie-11 .rd-navbar-static .rd-navbar-top-panel__content > *, .ie-10
.rd-navbar-sidebar .rd-navbar-top-panel__content > *,
.ie-11
.rd-navbar-sidebar .rd-navbar-top-panel__content > * {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: inherit;
}

.ie-10 .rd-navbar-static .rd-navbar-top-panel__content > *::after,
.ie-11 .rd-navbar-static .rd-navbar-top-panel__content > *::after, .ie-10
.rd-navbar-sidebar .rd-navbar-top-panel__content > *::after,
.ie-11
.rd-navbar-sidebar .rd-navbar-top-panel__content > *::after {
	content: '';
	display: inline-block;
	min-height: inherit;
	width: 0;
	vertical-align: middle;
}

.ie-10 .rd-navbar-static .rd-navbar-top-panel__content > * > *,
.ie-11 .rd-navbar-static .rd-navbar-top-panel__content > * > *, .ie-10
.rd-navbar-sidebar .rd-navbar-top-panel__content > * > *,
.ie-11
.rd-navbar-sidebar .rd-navbar-top-panel__content > * > * {
	white-space: normal;
}

.ie-10 .rd-navbar-static .rd-navbar-top-panel__content .rd-navbar-top-panel__content-bottom::after,
.ie-10 .rd-navbar-static .rd-navbar-top-panel__content .rd-navbar-top-panel__content-top::after,
.ie-11 .rd-navbar-static .rd-navbar-top-panel__content .rd-navbar-top-panel__content-bottom::after,
.ie-11 .rd-navbar-static .rd-navbar-top-panel__content .rd-navbar-top-panel__content-top::after, .ie-10
.rd-navbar-sidebar .rd-navbar-top-panel__content .rd-navbar-top-panel__content-bottom::after,
.ie-10
.rd-navbar-sidebar .rd-navbar-top-panel__content .rd-navbar-top-panel__content-top::after,
.ie-11
.rd-navbar-sidebar .rd-navbar-top-panel__content .rd-navbar-top-panel__content-bottom::after,
.ie-11
.rd-navbar-sidebar .rd-navbar-top-panel__content .rd-navbar-top-panel__content-top::after {
	display: none;
}

.rd-navbar-static .rd-navbar-top-panel__content,
.rd-navbar-sidebar .rd-navbar-top-panel__content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.rd-navbar-static .rd-navbar-top-panel__content > *,
.rd-navbar-sidebar .rd-navbar-top-panel__content > * {
	padding: 0 25px;
}

.rd-navbar-static .rd-navbar-top-panel__content > *:first-child,
.rd-navbar-sidebar .rd-navbar-top-panel__content > *:first-child {
	padding-left: 0;
}

.rd-navbar-static .rd-navbar-top-panel__content > *:last-child,
.rd-navbar-sidebar .rd-navbar-top-panel__content > *:last-child {
	padding-right: 0;
}

.rd-navbar-static .rd-navbar-items-list,
.rd-navbar-sidebar .rd-navbar-items-list {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0;
	line-height: 0;
}

.rd-navbar-static .rd-navbar-items-list > li,
.rd-navbar-sidebar .rd-navbar-items-list > li {
	position: relative;
	display: inline-block;
	padding: 0 17px;
	font-size: 12px;
	line-height: 1.3;
}

.rd-navbar-static .rd-navbar-items-list > li:last-child,
.rd-navbar-sidebar .rd-navbar-items-list > li:last-child {
	padding-right: 0;
}

.rd-navbar-static .rd-navbar-items-list > li + li::before,
.rd-navbar-sidebar .rd-navbar-items-list > li + li::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -3px;
	width: 1px;
	height: 32px;
	background: #ececee;
}

.rd-navbar-static .rd-navbar-top-panel__main,
.rd-navbar-sidebar .rd-navbar-top-panel__main {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.rd-navbar-static .rd-navbar-top-panel__aside,
.rd-navbar-sidebar .rd-navbar-top-panel__aside {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.rd-navbar-static .rd-navbar-top-panel__aside .rd-navbar-items-list li:last-child,
.rd-navbar-sidebar .rd-navbar-top-panel__aside .rd-navbar-items-list li:last-child {
	padding-right: 5px;
}

.rd-navbar-static .rd-navbar-top-panel__main + .rd-navbar-top-panel__aside,
.rd-navbar-sidebar .rd-navbar-top-panel__main + .rd-navbar-top-panel__aside {
	position: relative;
	padding: 0;
}

.rd-navbar-static .rd-navbar-top-panel__main + .rd-navbar-top-panel__aside::before,
.rd-navbar-sidebar .rd-navbar-top-panel__main + .rd-navbar-top-panel__aside::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 1px;
	height: 32px;
	background: #ececee;
}

.rd-navbar-static .rd-navbar-top-panel__inner,
.rd-navbar-sidebar .rd-navbar-top-panel__inner {
	padding: 10px 0;
}

.rd-navbar-static .rd-navbar-top-panel__content,
.rd-navbar-sidebar .rd-navbar-top-panel__content {
	min-height: 50px;
}

.rd-navbar-static .rd-navbar-search__toggle::after,
.rd-navbar-sidebar .rd-navbar-search__toggle::after {
	display: none;
}

.rd-navbar-static .rd-navbar-search-wrap,
.rd-navbar-sidebar .rd-navbar-search-wrap {
	position: relative;
}

.rd-navbar-static .rd-navbar-search-wrap .rd-navbar-search_collapsable,
.rd-navbar-static .rd-navbar-search-wrap > *:not(.rd-navbar-search_not-collapsable),
.rd-navbar-sidebar .rd-navbar-search-wrap .rd-navbar-search_collapsable,
.rd-navbar-sidebar .rd-navbar-search-wrap > *:not(.rd-navbar-search_not-collapsable) {
	opacity: 1;
	visibility: visible;
	transition: .33s;
}

.rd-navbar-static .rd-navbar-search-wrap .rd-navbar-search::after,
.rd-navbar-sidebar .rd-navbar-search-wrap .rd-navbar-search::after {
	transform: translate3d(0, -100%, 0);
	transition: .5s;
}

.rd-navbar-static .rd-navbar-search-wrap .rd-navbar-search .form-label,
.rd-navbar-sidebar .rd-navbar-search-wrap .rd-navbar-search .form-label {
	transform: translate3d(0, -75%, 0);
	transition: .15s;
	transition-delay: .1s;
}

.rd-navbar-static .rd-navbar-search-wrap .rd-search-results-live,
.rd-navbar-sidebar .rd-navbar-search-wrap .rd-search-results-live {
	visibility: hidden;
	pointer-events: none;
}

.rd-navbar-static .rd-navbar-search-wrap.active .rd-navbar-search_collapsable,
.rd-navbar-static .rd-navbar-search-wrap.active > *:not(.rd-navbar-search_not-collapsable),
.rd-navbar-sidebar .rd-navbar-search-wrap.active .rd-navbar-search_collapsable,
.rd-navbar-sidebar .rd-navbar-search-wrap.active > *:not(.rd-navbar-search_not-collapsable) {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.rd-navbar-static .rd-navbar-search-wrap.active .rd-search-results-live,
.rd-navbar-sidebar .rd-navbar-search-wrap.active .rd-search-results-live {
	visibility: visible;
	pointer-events: auto;
}

.rd-navbar-static .rd-navbar-search-wrap.active .rd-navbar-search,
.rd-navbar-sidebar .rd-navbar-search-wrap.active .rd-navbar-search {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, -50%, 0);
	transition: .1s;
}

.rd-navbar-static .rd-navbar-search-wrap.active .rd-navbar-search::after,
.rd-navbar-sidebar .rd-navbar-search-wrap.active .rd-navbar-search::after {
	transform: translate3d(0, -50%, 0);
}

.rd-navbar-static .rd-navbar-search-wrap.active .rd-navbar-search .form-label,
.rd-navbar-sidebar .rd-navbar-search-wrap.active .rd-navbar-search .form-label {
	transform: translate3d(0, -50%, 0);
}

.rd-navbar-static .rd-navbar-search-wrap.active .rd-navbar-search .rd-search__submit,
.rd-navbar-static .rd-navbar-search-wrap.active .rd-navbar-search .rd-navbar-search__toggle,
.rd-navbar-sidebar .rd-navbar-search-wrap.active .rd-navbar-search .rd-search__submit,
.rd-navbar-sidebar .rd-navbar-search-wrap.active .rd-navbar-search .rd-navbar-search__toggle {
	transform: translate3d(0, -50%, 0);
}

.rd-navbar-static .rd-navbar-top-panel.rd-navbar-search-wrap .rd-navbar-top-panel__main,
.rd-navbar-sidebar .rd-navbar-top-panel.rd-navbar-search-wrap .rd-navbar-top-panel__main {
	overflow: hidden;
}

.rd-navbar-static .rd-navbar-top-panel.rd-navbar-search-wrap .rd-navbar-search_collapsable,
.rd-navbar-static .rd-navbar-top-panel.rd-navbar-search-wrap .rd-navbar-top-panel__content,
.rd-navbar-static .rd-navbar-top-panel.rd-navbar-search-wrap .rd-navbar-top-panel__aside,
.rd-navbar-sidebar .rd-navbar-top-panel.rd-navbar-search-wrap .rd-navbar-search_collapsable,
.rd-navbar-sidebar .rd-navbar-top-panel.rd-navbar-search-wrap .rd-navbar-top-panel__content,
.rd-navbar-sidebar .rd-navbar-top-panel.rd-navbar-search-wrap .rd-navbar-top-panel__aside {
	position: relative;
	transform: translate3d(0, 0, 0);
	transition: .33s;
}

.rd-navbar-static .rd-navbar-top-panel.rd-navbar-search-wrap.active .rd-navbar-search_collapsable,
.rd-navbar-static .rd-navbar-top-panel.rd-navbar-search-wrap.active .rd-navbar-top-panel__content,
.rd-navbar-static .rd-navbar-top-panel.rd-navbar-search-wrap.active .rd-navbar-top-panel__aside,
.rd-navbar-sidebar .rd-navbar-top-panel.rd-navbar-search-wrap.active .rd-navbar-search_collapsable,
.rd-navbar-sidebar .rd-navbar-top-panel.rd-navbar-search-wrap.active .rd-navbar-top-panel__content,
.rd-navbar-sidebar .rd-navbar-top-panel.rd-navbar-search-wrap.active .rd-navbar-top-panel__aside {
	transform: translate3d(0, 50%, 0);
}

.rd-navbar-static .rd-navbar-search,
.rd-navbar-sidebar .rd-navbar-search {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	padding: 0;
	height: 50px;
	font-size: 0;
	line-height: 0;
	transition: transform .33s ease-in-out, opacity .25s ease-in;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, -100%, 0);
}

.rd-navbar-static .rd-navbar-search::after,
.rd-navbar-sidebar .rd-navbar-search::after {
	position: absolute;
	content: '';
	top: 50%;
	transform: translate3d(0, -50%, 0);
	right: 40px;
	width: 1px;
	height: 32px;
	background: #ececee;
}

.rd-navbar-static .rd-navbar-search .form-wrap,
.rd-navbar-sidebar .rd-navbar-search .form-wrap {
	padding-right: 90px;
}

.rd-navbar-static .rd-navbar-search .form-input,
.rd-navbar-sidebar .rd-navbar-search .form-input {
	padding-left: 4px;
}

.rd-navbar-static .rd-navbar-search .form-label,
.rd-navbar-sidebar .rd-navbar-search .form-label {
	left: 4px;
}

.rd-navbar-static .rd-navbar-search .rd-search__submit,
.rd-navbar-static .rd-navbar-search .rd-navbar-search__toggle,
.rd-navbar-sidebar .rd-navbar-search .rd-search__submit,
.rd-navbar-sidebar .rd-navbar-search .rd-navbar-search__toggle {
	position: absolute;
	top: 50%;
	transition: .33s all ease-in-out;
	transform: translate3d(0, -120%, 0);
}

.rd-navbar-static .rd-navbar-search .rd-search__submit,
.rd-navbar-sidebar .rd-navbar-search .rd-search__submit {
	margin-top: 1px;
	right: 52px;
}

.rd-navbar-static .rd-navbar-search .rd-navbar-search__toggle,
.rd-navbar-sidebar .rd-navbar-search .rd-navbar-search__toggle {
	right: 0;
	transition: color .33s ease 0s, transform .4s ease-in-out;
}

.rd-navbar-static .rd-navbar-search .rd-navbar-search__toggle::after,
.rd-navbar-sidebar .rd-navbar-search .rd-navbar-search__toggle::after {
	display: block;
}

.rd-navbar-static .rd-navbar-search .rd-navbar-search__toggle::before,
.rd-navbar-sidebar .rd-navbar-search .rd-navbar-search__toggle::before {
	display: none;
}

.rd-navbar-static .rd-navbar-nav > li > a, .rd-navbar-static .rd-navbar-nav > li > a:active, .rd-navbar-static .rd-navbar-nav > li > a:focus,
.rd-navbar-sidebar .rd-navbar-nav > li > a,
.rd-navbar-sidebar .rd-navbar-nav > li > a:active,
.rd-navbar-sidebar .rd-navbar-nav > li > a:focus {
	color: #000;
}

.rd-navbar-static .rd-navbar-nav > li > a:hover,
.rd-navbar-sidebar .rd-navbar-nav > li > a:hover {
	color: #e50914;
}

.rd-navbar-static .rd-navbar-nav > li.opened > a,
.rd-navbar-static .rd-navbar-nav > li.active > a,
.rd-navbar-sidebar .rd-navbar-nav > li.opened > a,
.rd-navbar-sidebar .rd-navbar-nav > li.active > a {
	color: #e50914;
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle,
.rd-navbar-sidebar .rd-navbar-nav > li > .rd-navbar-submenu-toggle {
	display: inline-block;
	width: 17px;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	color: #000;
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle::after,
.rd-navbar-sidebar .rd-navbar-nav > li > .rd-navbar-submenu-toggle::after {
	content: '\f107';
	position: relative;
	display: inline-block;
	font: 400 20px "FontAwesome";
	text-align: center;
	transition: 0.4s all ease;
	z-index: 2;
	will-change: transform;
	-webkit-filter: blur(0);
}

.rd-navbar-static .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav > li > a:hover + .rd-navbar-submenu-toggle::after,
.rd-navbar-sidebar .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle::after,
.rd-navbar-sidebar .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle::after,
.rd-navbar-sidebar .rd-navbar-nav > li > a:hover + .rd-navbar-submenu-toggle::after {
	transform: rotate(180deg);
}

.mac-os .rd-navbar-static .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle, .mac-os
.rd-navbar-static .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle, .mac-os
.rd-navbar-static .rd-navbar-nav > li > a:hover + .rd-navbar-submenu-toggle, .mac-os
.rd-navbar-sidebar .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle, .mac-os
.rd-navbar-sidebar .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle, .mac-os
.rd-navbar-sidebar .rd-navbar-nav > li > a:hover + .rd-navbar-submenu-toggle {
	margin-top: 2px;
}

.rd-navbar-static .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav > li > a:hover + .rd-navbar-submenu-toggle::after,
.rd-navbar-sidebar .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle::after,
.rd-navbar-sidebar .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle::after,
.rd-navbar-sidebar .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle::after,
.rd-navbar-sidebar .rd-navbar-nav > li > a:hover + .rd-navbar-submenu-toggle::after {
	color: #e50914;
}

.rd-navbar-static.rd-navbar_half-dark .rd-navbar-nav .rd-navbar-dropdown a, .rd-navbar-static.rd-navbar_half-dark .rd-navbar-nav .rd-navbar-dropdown a:active, .rd-navbar-static.rd-navbar_half-dark .rd-navbar-nav .rd-navbar-dropdown a:focus,
.rd-navbar-static.rd-navbar_half-dark .rd-navbar-nav .rd-megamenu-list a,
.rd-navbar-static.rd-navbar_half-dark .rd-navbar-nav .rd-megamenu-list a:active,
.rd-navbar-static.rd-navbar_half-dark .rd-navbar-nav .rd-megamenu-list a:focus,
.rd-navbar-fullwidth.rd-navbar_half-dark .rd-navbar-nav .rd-navbar-dropdown a,
.rd-navbar-fullwidth.rd-navbar_half-dark .rd-navbar-nav .rd-navbar-dropdown a:active,
.rd-navbar-fullwidth.rd-navbar_half-dark .rd-navbar-nav .rd-navbar-dropdown a:focus,
.rd-navbar-fullwidth.rd-navbar_half-dark .rd-navbar-nav .rd-megamenu-list a,
.rd-navbar-fullwidth.rd-navbar_half-dark .rd-navbar-nav .rd-megamenu-list a:active,
.rd-navbar-fullwidth.rd-navbar_half-dark .rd-navbar-nav .rd-megamenu-list a:focus {
	color: #888;
}

.rd-navbar-static.rd-navbar_half-dark .rd-navbar-nav .rd-navbar-dropdown a:hover,
.rd-navbar-static.rd-navbar_half-dark .rd-navbar-nav .rd-megamenu-list a:hover,
.rd-navbar-fullwidth.rd-navbar_half-dark .rd-navbar-nav .rd-navbar-dropdown a:hover,
.rd-navbar-fullwidth.rd-navbar_half-dark .rd-navbar-nav .rd-megamenu-list a:hover {
	color: #2ed3ae;
}

.rd-navbar-static.rd-navbar_half-dark .rd-navbar-nav .rd-navbar-dropdown,
.rd-navbar-static.rd-navbar_half-dark .rd-navbar-nav .rd-navbar-megamenu,
.rd-navbar-fullwidth.rd-navbar_half-dark .rd-navbar-nav .rd-navbar-dropdown,
.rd-navbar-fullwidth.rd-navbar_half-dark .rd-navbar-nav .rd-navbar-megamenu {
	background: #000;
	border-color: #333;
}

.rd-navbar-static.rd-navbar_half-dark .rd-navbar-nav .rd-navbar-dropdown > li.focus > a,
.rd-navbar-fullwidth.rd-navbar_half-dark .rd-navbar-nav .rd-navbar-dropdown > li.focus > a {
	color: #2ed3ae;
}

.rd-navbar-static.rd-navbar_half-dark .rd-navbar-nav .rd-navbar-megamenu .rd-megamenu-header,
.rd-navbar-fullwidth.rd-navbar_half-dark .rd-navbar-nav .rd-navbar-megamenu .rd-megamenu-header {
	color: #fff;
}

.rd-navbar-static.rd-navbar_half-dark .rd-navbar-nav .rd-navbar-megamenu > li + li::before,
.rd-navbar-fullwidth.rd-navbar_half-dark .rd-navbar-nav .rd-navbar-megamenu > li + li::before {
	border-color: rgba(255, 255, 255, 0.2);
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-nav > li > a, .rd-navbar-static.rd-navbar_dark .rd-navbar-nav > li > a:active, .rd-navbar-static.rd-navbar_dark .rd-navbar-nav > li > a:focus,
.rd-navbar-fullwidth.rd-navbar_dark .rd-navbar-nav > li > a,
.rd-navbar-fullwidth.rd-navbar_dark .rd-navbar-nav > li > a:active,
.rd-navbar-fullwidth.rd-navbar_dark .rd-navbar-nav > li > a:focus {
	color: #fff;
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-nav > li > a:hover,
.rd-navbar-fullwidth.rd-navbar_dark .rd-navbar-nav > li > a:hover {
	color: #2ed3ae;
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-nav > li.focus > a,
.rd-navbar-static.rd-navbar_dark .rd-navbar-nav > li.opened > a,
.rd-navbar-static.rd-navbar_dark .rd-navbar-nav > li.active > a,
.rd-navbar-fullwidth.rd-navbar_dark .rd-navbar-nav > li.focus > a,
.rd-navbar-fullwidth.rd-navbar_dark .rd-navbar-nav > li.opened > a,
.rd-navbar-fullwidth.rd-navbar_dark .rd-navbar-nav > li.active > a {
	color: #2ed3ae;
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-nav > li > .rd-navbar-submenu-toggle,
.rd-navbar-fullwidth.rd-navbar_dark .rd-navbar-nav > li > .rd-navbar-submenu-toggle {
	color: #fff;
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-toggle,
.rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-toggle {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #fff;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-toggle span,
.rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-toggle span {
	position: relative;
	display: block;
	margin: auto;
	transition: .3s all ease;
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-toggle span:after, .rd-navbar-static.rd-navbar_dark .rd-navbar-toggle span:before,
.rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-toggle span:after,
.rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -6px;
	transition: .3s all ease;
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-toggle span:after,
.rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-toggle span:after {
	top: 6px;
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-toggle span:after, .rd-navbar-static.rd-navbar_dark .rd-navbar-toggle span:before, .rd-navbar-static.rd-navbar_dark .rd-navbar-toggle span,
.rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-toggle span:after,
.rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-toggle span:before,
.rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-toggle span {
	width: 22px;
	height: 2px;
	background-color: #fff;
	backface-visibility: hidden;
	will-change: transform;
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-toggle span:before, .rd-navbar-static.rd-navbar_dark .rd-navbar-toggle span:after,
.rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-toggle span:before,
.rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-toggle span:after {
	-webkit-transition-duration: 0.22s, 0.22s;
	transition-duration: 0.22s, 0.22s;
	-webkit-transition-delay: 0.22s, 0s;
	transition-delay: 0.22s, 0s;
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform;
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-toggle.active span,
.rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-toggle.active span {
	transition: background .22s 0s ease;
	background: transparent;
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-toggle.active span:before, .rd-navbar-static.rd-navbar_dark .rd-navbar-toggle.active span:after,
.rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-toggle.active span:before,
.rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-toggle.active span:after {
	top: 0;
	-webkit-transition-delay: 0s, 0.22s;
	transition-delay: 0s, 0.22s;
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-toggle.active span:before,
.rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-toggle.active span:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-toggle.active span:after,
.rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-toggle.active span:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-inner .rd-navbar-items-list a,
.rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-inner .rd-navbar-items-list a {
	color: #fff;
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-inner .rd-navbar-items-list a:hover,
.rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-inner .rd-navbar-items-list a:hover {
	color: #2ed3ae;
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-inner .rd-navbar-items-list > li + li::before,
.rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-inner .rd-navbar-items-list > li + li::before {
	background: rgba(255, 255, 255, 0.2);
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-inner .rd-navbar-search::after,
.rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-inner .rd-navbar-search::after {
	background: rgba(255, 255, 255, 0.2);
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-inner .rd-search,
.rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-inner .rd-search {
	background-color: transparent;
}

.rd-navbar-static.rd-navbar_dark .rd-navbar-inner .rd-search .form-input,
.rd-navbar-static.rd-navbar_dark .rd-navbar-inner .rd-search .form-label,
.rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-inner .rd-search .form-input,
.rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-inner .rd-search .form-label {
	color: #fff;
}

.rd-navbar-static.rd-navbar_dark .button-gray-light-outline,
.rd-navbar-sidebar.rd-navbar_inverse .button-gray-light-outline {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}

.rd-navbar-static.rd-navbar_dark .button-gray-light-outline:hover, .rd-navbar-static.rd-navbar_dark .button-gray-light-outline:focus, .rd-navbar-static.rd-navbar_dark .button-gray-light-outline:active, .rd-navbar-static.rd-navbar_dark .button-gray-light-outline:hover,
.rd-navbar-sidebar.rd-navbar_inverse .button-gray-light-outline:hover,
.rd-navbar-sidebar.rd-navbar_inverse .button-gray-light-outline:focus,
.rd-navbar-sidebar.rd-navbar_inverse .button-gray-light-outline:active,
.rd-navbar-sidebar.rd-navbar_inverse .button-gray-light-outline:hover {
	color: #fff;
	background-color: #2ed3ae;
	border-color: #2ed3ae;
}

/*
* Static Layout
*/
.rd-navbar-static {
	display: block;
	padding: 0 15px;
	background-color: #fff;
	box-shadow: 0 2px 12px rgba(136, 136, 136, 0.1);
}

.rd-navbar-static .rd-navbar-inner {
	position: relative;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 21px 0;
	min-height: 100px;
	transition: .33s all ease;
}

.rd-navbar-static .rd-navbar-inner > * + * {
	margin-top: 30px;
}

.rd-navbar-static .rd-navbar-inner .rd-navbar-toggle {
	display: none;
}

.ie-10 .rd-navbar-static .rd-navbar-inner,
.ie-11 .rd-navbar-static .rd-navbar-inner {
	min-height: unset;
}

.rd-navbar-static .rd-navbar-inner,
.rd-navbar-static .rd-navbar-top-panel,
.rd-navbar-static .rd-navbar-bottom-panel {
	max-width: 1370px;
	margin-left: auto;
	margin-right: auto;
}

.rd-navbar-static .rd-navbar-inner,
.rd-navbar-static .rd-navbar-nav-wrap,
.rd-navbar-static .rd-navbar-top-panel__content-top,
.rd-navbar-static .rd-navbar-top-panel__content-bottom {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.rd-navbar-static .rd-navbar-inner > *,
.rd-navbar-static .rd-navbar-top-panel__content-top > *,
.rd-navbar-static .rd-navbar-top-panel__content-bottom > * {
	padding: 0 25px;
}

.rd-navbar-static .rd-navbar-inner > *:first-child,
.rd-navbar-static .rd-navbar-top-panel__content-top > *:first-child,
.rd-navbar-static .rd-navbar-top-panel__content-bottom > *:first-child {
	padding-left: 0;
}

.rd-navbar-static .rd-navbar-inner > *:last-child,
.rd-navbar-static .rd-navbar-top-panel__content-top > *:last-child,
.rd-navbar-static .rd-navbar-top-panel__content-bottom > *:last-child {
	padding-right: 0;
}

.rd-navbar-static .rd-navbar-panel,
.rd-navbar-static .rd-navbar-nav-wrap__element {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.rd-navbar-static .rd-navbar-nav-wrap__element {
	padding-left: 10px;
	padding-right: 10px;
}

.rd-navbar-static .rd-navbar-nav-wrap {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.rd-navbar-static .rd-navbar-nav-wrap > *:first-child {
	padding-right: 0;
}

.rd-navbar-static .rd-navbar-nav-wrap > *:last-child {
	padding-left: 0;
}

.rd-navbar-static .rd-navbar-top-panel_extended::after {
	display: none;
}

.rd-navbar-static .rd-navbar-top-panel_extended .rd-navbar-top-panel__content {
	display: block;
	width: 100%;
}

.rd-navbar-static .rd-navbar-top-panel {
	border-bottom: 1px solid #ececee;
}

.rd-navbar-static .rd-navbar-top-panel.rd-navbar-top-panel_extended > * {
	padding: 0;
}

.rd-navbar-static .rd-navbar-top-panel .rd-navbar-search {
	padding: 0;
}

.rd-navbar-static .rd-navbar-top-panel__content-top,
.rd-navbar-static .rd-navbar-top-panel__content-bottom {
	width: 100%;
}

.rd-navbar-static .rd-navbar-top-panel__content-top .list-bordered,
.rd-navbar-static .rd-navbar-top-panel__content-bottom .list-bordered {
	position: relative;
	transform: translate3d(0, -10px, 0);
	margin-bottom: -10px;
	margin-left: -23px;
	margin-right: -23px;
}

.rd-navbar-static .rd-navbar-top-panel__content-top .list-bordered > *,
.rd-navbar-static .rd-navbar-top-panel__content-bottom .list-bordered > * {
	position: relative;
	margin-top: 10px;
	padding-left: 23px;
	padding-right: 23px;
}

.rd-navbar-static .rd-navbar-top-panel__content-top {
	padding: 15px 0;
}

.rd-navbar-static .rd-navbar-top-panel__content-bottom {
	padding: 10px 0;
}

.rd-navbar-static .rd-navbar-top-panel__content-top + .rd-navbar-top-panel__content-bottom {
	border-top: 1px solid #ececee;
}

.rd-navbar-static .rd-navbar-bottom-panel {
	position: relative;
	padding: 20px 0;
}

.rd-navbar-static .rd-navbar-bottom-panel .rd-navbar-nav-wrap {
	border: 0;
	max-width: 100%;
}

.rd-navbar-static:not(.rd-navbar--is-stuck) * + .rd-navbar-bottom-panel::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	border-top: 1px solid #ececee;
	width: 102vw;
	left: 50%;
	transform: translateX(-50%);
}

.rd-navbar-static .rd-navbar-nav {
	margin: -13px -13px 0;
	font-size: 0;
	line-height: 0;
}

.rd-navbar-static .rd-navbar-nav > li {
	margin-top: 13px;
	padding: 0 13px;
}

.rd-navbar-static .rd-navbar-nav > li.focus > a {
	color: #e50914;
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown {
	margin-top: 25px;
	background: #fbfbfb;
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav > li .rd-navbar-megamenu {
	margin-top: 42px;
}

.rd-navbar-static.rd-navbar_transparent {
	background-color: transparent;
	box-shadow: none;
}

.rd-navbar-static.rd-navbar_transparent .rd-navbar-top-panel {
	margin-bottom: 30px;
	border-bottom: 0;
}

.rd-navbar-static.rd-navbar_transparent .rd-navbar-top-panel::after {
	display: none;
}

.rd-navbar-static.rd-navbar_transparent .rd-navbar-inner {
	padding-left: 30px;
	padding-right: 30px;
	background: #fff;
	border-radius: 3px;
}

.rd-navbar-static.rd-navbar_transparent .rd-navbar-nav > li > .rd-navbar-dropdown,
.rd-navbar-static.rd-navbar_transparent .rd-navbar-nav > li .rd-navbar-megamenu {
	margin-top: 25px;
}

@media (max-width: 1599px) {
	.mac-os .rd-navbar-static.rd-navbar_transparent .rd-navbar-megamenu {
		width: calc(100vw - 30px);
	}
}

@media (min-width: 1200px) {
	.rd-navbar-static.rd-navbar_transparent .rd-navbar-top-panel {
		margin-bottom: 50px;
	}
	.rd-navbar-static.rd-navbar_transparent .rd-navbar-nav > li > .rd-navbar-dropdown,
	.rd-navbar-static.rd-navbar_transparent .rd-navbar-nav > li .rd-navbar-megamenu {
		margin-top: 42px;
	}
}

.rd-navbar-static.rd-navbar_creative:not(.rd-navbar--is-stuck) {
	box-shadow: none;
}

.rd-navbar-static.rd-navbar_creative .rd-navbar-inner {
	padding-top: 58px;
	padding-bottom: 58px;
	transition: none;
	text-align: center;
}

.ie-10 .rd-navbar-static.rd-navbar_creative .rd-navbar-inner,
.ie-11 .rd-navbar-static.rd-navbar_creative .rd-navbar-inner {
	display: block;
}

.rd-navbar-static.rd-navbar_creative .rd-navbar-inner > * {
	width: 100%;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.rd-navbar-static.rd-navbar_creative .rd-navbar-nav-wrap {
	transition: none;
}

.rd-navbar-static.rd-navbar_creative .rd-navbar-nav {
	margin-left: -20px;
	margin-right: -20px;
}

.rd-navbar-static.rd-navbar_creative .rd-navbar-nav > li {
	padding-left: 20px;
	padding-right: 20px;
}

.rd-navbar-static.rd-navbar_creative .rd-navbar-nav > li > .rd-navbar-dropdown,
.rd-navbar-static.rd-navbar_creative .rd-navbar-nav > li .rd-navbar-megamenu {
	margin-top: 58px;
}

.rd-navbar-static.rd-navbar_creative * + .rd-navbar-nav-wrap {
	margin-top: 40px;
}

@media (min-width: 1600px) {
	.rd-navbar-static.rd-navbar_creative .rd-navbar-nav > li {
		padding-left: 25px;
		padding-right: 25px;
	}
}

.rd-navbar-static.rd-navbar_inverse {
	background-color: transparent;
	box-shadow: none;
}

.rd-navbar-static.rd-navbar_inverse .rd-navbar-top-panel {
	border-bottom: 0;
}

@media (max-width: 1199px) {
	.rd-navbar-static.rd-navbar_inverse .rd-navbar-nav > li > .rd-navbar-dropdown,
	.rd-navbar-static.rd-navbar_inverse .rd-navbar-nav > li .rd-navbar-megamenu {
		margin-top: 29px;
	}
}

.rd-navbar-static.rd-navbar_inverse:not(.rd-navbar--is-stuck) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.rd-navbar-static.rd-navbar_inverse:not(.rd-navbar--is-stuck) .rd-navbar-search {
	background-color: transparent;
}

@media (min-width: 1200px) {
	.rd-navbar-static.rd-navbar_inverse:not(.rd-navbar--is-stuck) .rd-navbar-nav > li > .rd-navbar-dropdown,
	.rd-navbar-static.rd-navbar_inverse:not(.rd-navbar--is-stuck) .rd-navbar-nav > li .rd-navbar-megamenu {
		margin-top: 43px;
	}
}

.rd-navbar-static.rd-navbar_corporate .rd-navbar-top-panel {
	border-bottom: 0;
}

.rd-navbar-static.rd-navbar_corporate .rd-navbar-nav > li > .rd-navbar-dropdown,
.rd-navbar-static.rd-navbar_corporate .rd-navbar-nav > li .rd-navbar-megamenu {
	margin-top: 27px;
}

.rd-navbar-static.rd-navbar_corporate .rd-search-results-live {
	margin-top: 11px;
}

.rd-navbar-static.rd-navbar_dark .rd-search__submit,
.rd-navbar-static.rd-navbar_dark .rd-navbar-search__toggle {
	color: #fff;
}

.rd-navbar-static.rd-navbar_dark .rd-search__submit:hover,
.rd-navbar-static.rd-navbar_dark .rd-navbar-search__toggle:hover {
	color: #2ed3ae;
}

@media (max-width: 1199px) {
	.rd-navbar-static .rd-navbar-nav-wrap .rd-navbar-nav-wrap__element + .rd-navbar-nav {
		margin-right: 15px;
	}
	.rd-navbar-static .rd-navbar-top-panel__content-bottom .list-bordered .unit .unit-left {
		display: none;
	}
	.rd-navbar-static .rd-navbar-top-panel__content-bottom .list-bordered .unit .unit-body {
		padding-left: 0;
	}
}

@media (min-width: 1200px) {
	.rd-navbar-static-smooth .rd-navbar-static {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1000;
		transform: translate3d(0, 0, 0);
	}
	[data-x-mode="design-mode"] .rd-navbar-static-smooth .rd-navbar-static {
		position: relative;
	}
	.rd-navbar-static:not(.rd-navbar_creative) .rd-navbar-inner {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.rd-navbar-static:not(.rd-navbar_creative) .rd-navbar-inner > * + * {
		margin-top: 0;
	}
	.rd-navbar-static .rd-navbar-nav-wrap {
		text-align: right;
	}
	.ie-10 .rd-navbar-static .rd-navbar-inner > *,
	.ie-11 .rd-navbar-static .rd-navbar-inner > * {
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
		vertical-align: middle;
		white-space: normal;
	}
	.ie-10 .rd-navbar-static .rd-navbar-inner:after,
	.ie-11 .rd-navbar-static .rd-navbar-inner:after {
		content: '';
		display: inline-block;
		vertical-align: middle;
		margin-top: -25px;
		margin-bottom: -25px;
		min-height: inherit;
		width: 0;
	}
	.ie-10 .rd-navbar-static.rd-navbar--is-stuck .rd-navbar-inner:after, .ie-10 .rd-navbar-static.rd-navbar--is-clone .rd-navbar-inner:after,
	.ie-11 .rd-navbar-static.rd-navbar--is-stuck .rd-navbar-inner:after,
	.ie-11 .rd-navbar-static.rd-navbar--is-clone .rd-navbar-inner:after {
		margin-top: -15px;
		margin-bottom: -15px;
	}
	.rd-navbar-static .rd-navbar-panel + .rd-navbar-nav-wrap {
		width: auto;
		text-align: center;
	}
	.rd-navbar-static .rd-navbar-panel + .rd-navbar-nav-wrap:after {
		content: '';
	}
}

.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-static.rd-navbar--is-clone {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-inner, .rd-navbar-static.rd-navbar--is-clone .rd-navbar-inner {
	min-height: 74px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav > li > .rd-navbar-dropdown,
.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav > li .rd-navbar-megamenu, .rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav > li > .rd-navbar-dropdown,
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav > li .rd-navbar-megamenu {
	margin-top: 29px;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-top-panel, .rd-navbar-static.rd-navbar--is-clone .rd-navbar-top-panel {
	display: none;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-wrap__element .button, .rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-wrap__element .button {
	padding-top: 12px;
	padding-bottom: 12px;
}

.rd-navbar-static.rd-navbar--is-stuck.rd-navbar_transparent, .rd-navbar-static.rd-navbar--is-clone.rd-navbar_transparent {
	background: #fff;
	box-shadow: 0 2px 12px rgba(136, 136, 136, 0.1);
}

.rd-navbar-static.rd-navbar--is-stuck.rd-navbar_transparent .rd-navbar-nav > li > .rd-navbar-dropdown,
.rd-navbar-static.rd-navbar--is-stuck.rd-navbar_transparent .rd-navbar-nav > li .rd-navbar-megamenu, .rd-navbar-static.rd-navbar--is-clone.rd-navbar_transparent .rd-navbar-nav > li > .rd-navbar-dropdown,
.rd-navbar-static.rd-navbar--is-clone.rd-navbar_transparent .rd-navbar-nav > li .rd-navbar-megamenu {
	margin-top: 30px;
}

.rd-navbar-static.rd-navbar--is-stuck.rd-navbar_creative .rd-navbar-panel, .rd-navbar-static.rd-navbar--is-clone.rd-navbar_creative .rd-navbar-panel {
	display: none;
}

.rd-navbar-static.rd-navbar--is-stuck.rd-navbar_creative .rd-navbar-inner, .rd-navbar-static.rd-navbar--is-clone.rd-navbar_creative .rd-navbar-inner {
	padding-top: 17px;
	padding-bottom: 17px;
}

.rd-navbar-static.rd-navbar--is-stuck.rd-navbar_creative .rd-navbar-nav-wrap, .rd-navbar-static.rd-navbar--is-clone.rd-navbar_creative .rd-navbar-nav-wrap {
	margin-top: 0;
}

.rd-navbar-static.rd-navbar--is-stuck.rd-navbar_creative .rd-navbar-nav > li > .rd-navbar-dropdown,
.rd-navbar-static.rd-navbar--is-stuck.rd-navbar_creative .rd-navbar-nav > li .rd-navbar-megamenu, .rd-navbar-static.rd-navbar--is-clone.rd-navbar_creative .rd-navbar-nav > li > .rd-navbar-dropdown,
.rd-navbar-static.rd-navbar--is-clone.rd-navbar_creative .rd-navbar-nav > li .rd-navbar-megamenu {
	margin-top: 16px;
}

.rd-navbar-static.rd-navbar--is-stuck.rd-navbar_corporate .rd-navbar-panel, .rd-navbar-static.rd-navbar--is-clone.rd-navbar_corporate .rd-navbar-panel {
	display: none;
}

.rd-navbar-static.rd-navbar--is-stuck.rd-navbar_corporate.rd-navbar_corporate .rd-navbar-nav > li > .rd-navbar-dropdown,
.rd-navbar-static.rd-navbar--is-stuck.rd-navbar_corporate.rd-navbar_corporate .rd-navbar-nav > li .rd-navbar-megamenu, .rd-navbar-static.rd-navbar--is-clone.rd-navbar_corporate.rd-navbar_corporate .rd-navbar-nav > li > .rd-navbar-dropdown,
.rd-navbar-static.rd-navbar--is-clone.rd-navbar_corporate.rd-navbar_corporate .rd-navbar-nav > li .rd-navbar-megamenu {
	margin-top: 27px;
}

.rd-navbar-static.rd-navbar--is-stuck.rd-navbar_dark, .rd-navbar-static.rd-navbar--is-clone.rd-navbar_dark {
	background: #000;
}

@media (max-width: 1199px) {
	.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-static.rd-navbar--is-clone {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1000;
	}
	.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-inner > * + *, .rd-navbar-static.rd-navbar--is-clone .rd-navbar-inner > * + * {
		margin-top: 0;
	}
	.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-panel, .rd-navbar-static.rd-navbar--is-clone .rd-navbar-panel {
		display: none;
	}
}

.rd-navbar-static .rd-navbar-static--hidden {
	display: none;
}

.rd-navbar-static-linked .rd-navbar-absolute .rd-navbar-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

/*
* Fullwidth Layout
*/
.rd-navbar-fullwidth {
	display: block;
	background-color: #fff;
	box-shadow: 0 2px 12px rgba(136, 136, 136, 0.1);
}

.rd-navbar-fullwidth .rd-navbar-inner {
	position: relative;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 1200px;
	padding: 25px 0;
	margin-left: auto;
	margin-right: auto;
	transition: .33s all ease;
}

.rd-navbar-fullwidth .rd-navbar-inner > * + * {
	margin-top: 20px;
}

.rd-navbar-fullwidth .rd-navbar-inner,
.rd-navbar-fullwidth .rd-navbar-nav-wrap {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.rd-navbar-fullwidth .rd-navbar-inner > *,
.rd-navbar-fullwidth .rd-navbar-nav-wrap > * {
	padding: 0 15px;
}

.rd-navbar-fullwidth .rd-navbar-panel,
.rd-navbar-fullwidth .rd-navbar-nav-wrap__element {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.rd-navbar-fullwidth .rd-navbar-nav-wrap {
	width: 100%;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.rd-navbar-fullwidth .rd-navbar-nav {
	margin-top: -10px;
	font-size: 0;
	line-height: 0;
}

.rd-navbar-fullwidth .rd-navbar-nav > li {
	margin-top: 10px;
	padding: 0 5px;
}

.rd-navbar-fullwidth .rd-navbar-nav > li > a, .rd-navbar-fullwidth .rd-navbar-nav > li > a:active, .rd-navbar-fullwidth .rd-navbar-nav > li > a:focus {
	color: #000;
}

.rd-navbar-fullwidth .rd-navbar-nav > li > a:hover {
	color: #2ed3ae;
}

.rd-navbar-fullwidth .rd-navbar-nav > li.focus > a,
.rd-navbar-fullwidth .rd-navbar-nav > li.opened > a,
.rd-navbar-fullwidth .rd-navbar-nav > li.active > a {
	color: #2ed3ae;
}

.rd-navbar-fullwidth .rd-navbar-nav > li + li {
	margin-left: 20px;
}

.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-dropdown {
	margin-top: 25px;
	background: #fbfbfb;
}

.rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-megamenu {
	border-top: 1px solid #f2f2f2;
}

.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav > li .rd-navbar-megamenu {
	margin-top: 46px;
}

@media (min-width: 1200px) {
	.rd-navbar-fullwidth {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1000;
	}
	.rd-navbar-fullwidth .rd-navbar-inner {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.rd-navbar-fullwidth .rd-navbar-inner > * + * {
		margin-top: 0;
	}
	.rd-navbar-fullwidth .rd-navbar-nav-wrap {
		width: auto;
		text-align: center;
	}
	.rd-navbar-fullwidth .rd-navbar-nav-wrap:after {
		content: '';
	}
}

.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-inner, .rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-inner {
	padding-top: 8px;
	padding-bottom: 8px;
}

.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-nav > li > .rd-navbar-dropdown,
.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-nav > li .rd-navbar-megamenu, .rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-nav > li > .rd-navbar-dropdown,
.rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-nav > li .rd-navbar-megamenu {
	margin-top: 29px;
}

@media (max-width: 1199px) {
	.rd-navbar-fullwidth.rd-navbar--is-stuck, .rd-navbar-fullwidth.rd-navbar--is-clone {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1000;
	}
	.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-inner > * + *, .rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-inner > * + * {
		margin-top: 0;
	}
	.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-brand, .rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-brand {
		display: none;
	}
}

/*
* Fixed Layout
*/
.rd-navbar-fixed {
	display: block;
}

.rd-navbar-fixed .rd-navbar-brand {
	position: fixed;
	text-align: left;
	top: 1px;
	left: 56px;
	height: 56px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	white-space: nowrap;
	overflow: hidden;
	z-index: 17;
}

.rd-navbar-fixed .rd-navbar-brand img {
	height: 38px;
	width: auto;
}

.rd-navbar-fixed .rd-navbar-panel {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	padding: 4px;
	height: 56px;
	z-index: 999;
	border-bottom: 1px solid #ececee;
}

.rd-navbar-fixed .rd-navbar-panel__aside {
	position: relative;
	z-index: 11;
}

.rd-navbar-fixed .rd-navbar-toggle {
	display: inline-block;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	position: fixed;
	z-index: 100;
	top: -56px;
	left: 0;
	width: 280px;
	padding: 112px 0 81px;
	bottom: -56px;
	box-shadow: 0 2px 12px rgba(136, 136, 136, 0.1);
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transform: translateX(-110%);
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
	transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-nav-wrap .rd-navbar-items-list,
.rd-navbar-fixed .rd-navbar-nav-wrap .rd-navbar-search {
	margin-top: 20px;
}

.firefox .rd-navbar-fixed .rd-navbar-nav-wrap > *:last-child {
	margin-bottom: 80px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap__shop {
	position: relative;
}

.rd-navbar-fixed .rd-navbar-nav-wrap__shop > a {
	position: absolute;
	top: 0;
	right: 0;
	height: 48px;
	line-height: 48px;
	width: 48px;
	color: #fff;
	background: #2ed3ae;
}

.rd-navbar-fixed .rd-navbar-nav-wrap__shop > a:hover {
	color: #fff;
	background: #000;
}

.rd-navbar-fixed .rd-navbar-items-list + .rd-navbar-search {
	margin-right: 50px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap__element {
	margin: 20px 10px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap__element .button {
	display: block;
}

.rd-navbar-fixed .rd-navbar-nav {
	display: block;
	margin: 20px 0;
	height: auto;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
}

.rd-navbar-fixed .rd-navbar-nav > li > a {
	font-size: 1.125rem;
	line-height: 1.5;
}

.rd-navbar-fixed .rd-navbar-nav li {
	text-align: left;
}

.rd-navbar-fixed .rd-navbar-nav li > a {
	display: block;
	padding: 11px 56px 11px 18px;
}

.rd-navbar-fixed .rd-navbar-nav li .rd-navbar-subtitle {
	color: inherit;
}

.rd-navbar-fixed .rd-navbar-nav li * + .rd-navbar-subtitle {
	margin-top: 2px;
}

.rd-navbar-fixed .rd-navbar-nav > li + li {
	margin-top: 4px;
}

.rd-navbar-fixed .rd-navbar-submenu {
	position: relative;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown .rd-navbar-submenu-toggle:after {
	height: 34px;
	line-height: 34px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown > li > a {
	padding-left: 30px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li > a,
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li > a {
	padding-left: 46px;
}

.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-megamenu {
	display: block;
}

.rd-navbar-fixed .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-megamenu {
	display: none;
}

.rd-navbar-fixed .rd-navbar-nav-footer {
	padding: 0 15px;
}

.rd-navbar-fixed .rd-megamenu-list > li > a,
.rd-navbar-fixed .rd-navbar-dropdown > li > a {
	padding: 9px 56px 9px 16px;
	font-size: 12px;
	line-height: 1.5;
}

.rd-navbar-fixed .rd-megamenu-list > li + li,
.rd-navbar-fixed .rd-navbar-dropdown > li + li {
	margin-top: 3px;
}

.rd-navbar-fixed .rd-megamenu-list > li > a {
	padding-left: 30px;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-header {
	font-size: 14px;
	line-height: 1.5;
	padding-left: 20px;
	padding-right: 20px;
	color: #000;
}

.rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-list {
	margin-top: 14px;
}

.rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-header {
	margin-top: 25px;
}

.rd-navbar-fixed .rd-navbar-megamenu > li + li {
	margin-top: 15px;
}

.rd-navbar-fixed .rd-navbar-nav li .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-nav li .rd-navbar-megamenu {
	transition: opacity 0.3s, height 0.4s ease;
	opacity: 0;
	height: 0;
	overflow: hidden;
}

.rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-dropdown {
	padding: 4px 0 0;
}

.rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-megamenu {
	padding-top: 15px;
	padding-bottom: 15px;
}

.rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-megamenu {
	opacity: 1;
	height: auto;
}

.rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle::after {
	transform: rotate(180deg);
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
	cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle::after {
	content: '\f107';
	position: absolute;
	top: 0;
	right: 0;
	width: 56px;
	height: 40px;
	font: 400 14px "FontAwesome";
	line-height: 40px;
	text-align: center;
	transition: 0.4s all ease;
	z-index: 2;
	cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-collapse,
.rd-navbar-fixed .rd-navbar-search-toggle {
	position: fixed;
	top: 4px;
	z-index: 1000;
	background-color: transparent;
	border: none;
}

.rd-navbar-fixed.active .rd-navbar-nav {
	transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-top-panel {
	position: absolute;
	left: 0;
	right: 0;
	top: -56px;
	pointer-events: none;
}

.rd-navbar-fixed .rd-navbar-top-panel * {
	pointer-events: auto;
}

.rd-navbar-fixed .rd-navbar-top-panel__main.active .rd-navbar-top-panel__content {
	visibility: visible;
	opacity: 1;
}

.rd-navbar-fixed .rd-navbar-top-panel__toggle {
	top: 4px;
	right: 2px;
	width: 48px;
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #000;
}

.rd-navbar-fixed .rd-navbar-top-panel__toggle span {
	top: 50%;
	margin-top: -3px;
}

.rd-navbar-fixed .rd-navbar-top-panel__toggle span, .rd-navbar-fixed .rd-navbar-top-panel__toggle span:before, .rd-navbar-fixed .rd-navbar-top-panel__toggle span:after {
	position: absolute;
	width: 4px;
	height: 4px;
	line-height: 4px;
	text-align: center;
	background: #ffffff;
	left: 50%;
	margin-left: -2px;
	transition: .3s all ease;
}

.rd-navbar-fixed .rd-navbar-top-panel__toggle span:before, .rd-navbar-fixed .rd-navbar-top-panel__toggle span:after {
	content: '';
}

.rd-navbar-fixed .rd-navbar-top-panel__toggle span:before {
	bottom: 100%;
	margin-bottom: 3px;
}

.rd-navbar-fixed .rd-navbar-top-panel__toggle span:after {
	top: 100%;
	margin-top: 3px;
}

.rd-navbar-fixed .rd-navbar-top-panel__toggle.active span {
	transform: scale(0.7);
}

.rd-navbar-fixed .rd-navbar-top-panel__toggle.active span:before {
	transform: translateY(16px);
}

.rd-navbar-fixed .rd-navbar-top-panel__toggle.active span:after {
	transform: translateY(-16px);
}

.rd-navbar-fixed .rd-navbar-top-panel__content {
	position: fixed;
	top: 55px;
	right: 0;
	z-index: 1001;
	width: auto;
	padding: 25px 35px;
	margin: 0 -1px;
	pointer-events: auto;
	opacity: 0;
	visibility: hidden;
	transition: .23s all ease-out;
	font-size: 1.2em;
	line-height: 1.4;
	background: #000000d1;
	border: 1px solid #ececee;
	text-align: left;
}

.rd-navbar-fixed .rd-navbar-top-panel__content > * + * {
	margin-top: 10px;
}

.rd-navbar-fixed .rd-navbar-top-panel__content .rd-navbar-top-panel__left + .rd-navbar-top-panel__right {
	margin-top: 5px;
}

.rd-navbar-fixed .rd-navbar-top-panel__content .rd-navbar-items-list > li + li {
	margin-top: 25px;
}

.rd-navbar-fixed .rd-navbar-top-panel__content .list-bordered:before {
	content: '';
	display: table;
}

.rd-navbar-fixed .rd-navbar-top-panel__content .list-bordered > li {
	display: block;
}

.rd-navbar-fixed .rd-navbar-top-panel__content .list-bordered > li:nth-last-child(n + 2)::before {
	display: none;
}

.rd-navbar-fixed .rd-navbar-top-panel__content .list-bordered .unit .unit__left {
	display: none;
}

.rd-navbar-fixed .rd-navbar-top-panel__content .list-bordered .unit .unit__body {
	padding-left: 0;
}

.rd-navbar-fixed .rd-navbar-top-panel__content .list-bordered dl dt, .rd-navbar-fixed .rd-navbar-top-panel__content .list-bordered dl dd {
	display: inline-block;
}

.rd-navbar-fixed .rd-navbar-top-panel__content * + .rd-navbar-top-panel__content-bottom {
	margin-top: 25px;
}

.rd-navbar-fixed .rd-navbar-search-collapsable-wrap .rd-search,
.rd-navbar-fixed .rd-navbar-top-panel .rd-search {
	position: fixed;
	top: 56px;
	left: 0;
	right: 0;
	z-index: 998;
	opacity: 0;
	visibility: hidden;
	transition: .33s all ease;
	transform: translateY(-101%);
	border-bottom: 1px solid #ececee;
}

.rd-navbar-fixed .rd-navbar-nav-wrap .rd-search {
	position: relative;
	background: #f8f8f8;
}

.rd-navbar-fixed .rd-navbar-search_toggled {
	position: static;
}

.rd-navbar-fixed .rd-navbar-search_toggled .form-input {
	padding-right: 40px;
}

.rd-navbar-fixed .rd-navbar-search-wrap.active .rd-navbar-search_toggled .rd-search {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.rd-navbar-fixed [class*='rd-navbar-fixed__element'] {
	position: fixed;
	top: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 56px;
	z-index: 1000;
}

.rd-navbar-fixed [class*='rd-navbar-fixed__element'] .rd-navbar-search__toggle {
	top: -1px;
}

.rd-navbar-fixed [class*='rd-navbar-fixed__element'] .rd-navbar-search__toggle::before, .rd-navbar-fixed [class*='rd-navbar-fixed__element'] .rd-navbar-search__toggle::after {
	transform-origin: 50% 50%;
	transition: .22s;
}

.rd-navbar-fixed [class*='rd-navbar-fixed__element'] .rd-navbar-search__toggle::before {
	transform: scale(1) rotate(0deg);
}

.rd-navbar-fixed [class*='rd-navbar-fixed__element'] .rd-navbar-search__toggle::after {
	display: block;
	transform: scale(0) rotate(-90deg);
}

.rd-navbar-fixed [class*='rd-navbar-fixed__element'] .rd-navbar-search__toggle.active::before {
	transform: scale(0) rotate(90deg);
}

.rd-navbar-fixed [class*='rd-navbar-fixed__element'] .rd-navbar-search__toggle.active::after {
	transform: scale(1) rotate(0deg);
}

.rd-navbar-fixed .rd-navbar-fixed__element-1 {
	right: 0;
	width: 44.8px;
}

.rd-navbar-fixed .rd-navbar-fixed__element-2 {
	right: 44.8px;
	width: 28px;
}

.rd-navbar-fixed .rd-navbar-fixed__element-3 {
	right: 84px;
	width: 28px;
}

.rd-navbar-fixed .rd-search-results-live {
	display: none;
}

html .page .rd-navbar-fixed .rd-navbar-fixed--hidden {
	display: none;
}

.rd-navbar-fixed .rd-navbar-panel {
	color: #000;
	box-shadow: none;
	background: #0c131a;
	border-bottom: 1px solid #0c131a;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	color: #fff;
	background: #fff;
	border-color: #f3f3f3;
}

.rd-navbar-fixed .rd-navbar-nav li > a {
	color: #000;
}

.rd-navbar-fixed .rd-navbar-nav li:hover > a, .rd-navbar-fixed .rd-navbar-nav li.focus > a, .rd-navbar-fixed .rd-navbar-nav li.active > a, .rd-navbar-fixed .rd-navbar-nav li.opened > a {
	color: #fff;
	background: #2ed3ae;
}

.rd-navbar-fixed .rd-navbar-nav li:hover > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-navbar-nav li.focus > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-navbar-nav li.active > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle {
	color: #fff;
}

.rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle {
	color: #fff;
}

.rd-navbar-fixed .rd-megamenu-list > li > a,
.rd-navbar-fixed .rd-navbar-dropdown > li > a {
	color: #888;
}

.rd-navbar-fixed .rd-megamenu-list:hover > a, .rd-navbar-fixed .rd-megamenu-list.focus > a, .rd-navbar-fixed .rd-megamenu-list.active > a, .rd-navbar-fixed .rd-megamenu-list.opened > a,
.rd-navbar-fixed .rd-navbar-dropdown:hover > a,
.rd-navbar-fixed .rd-navbar-dropdown.focus > a,
.rd-navbar-fixed .rd-navbar-dropdown.active > a,
.rd-navbar-fixed .rd-navbar-dropdown.opened > a {
	color: #fff;
	background: #2ed3ae;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-header {
	color: #000;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-header a, .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-header a:active, .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-header a:focus {
	color: #000;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-header a:hover {
	color: #2ed3ae;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
	color: #000;
}

.rd-navbar-fixed .rd-navbar-search-toggled .rd-search {
	border-color: #f3f3f3;
}

.rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-nav li > a {
	color: #000;
}

.rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-nav li:hover > a, .rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-nav li.focus > a, .rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-nav li.active > a, .rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-nav li.opened > a {
	color: #fff;
	background: #2ed3ae;
}

.rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-nav li:hover > .rd-navbar-submenu-toggle, .rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-nav li.focus > .rd-navbar-submenu-toggle, .rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-nav li.active > .rd-navbar-submenu-toggle, .rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle {
	color: #fff;
}

.rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle {
	color: #fff;
}

.rd-navbar-fixed.rd-navbar_half-dark .rd-megamenu-list,
.rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-dropdown {
	background: #000;
}

.rd-navbar-fixed.rd-navbar_half-dark .rd-megamenu-list > li > a,
.rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-dropdown > li > a {
	color: #888;
}

.rd-navbar-fixed.rd-navbar_half-dark .rd-megamenu-list:hover > a, .rd-navbar-fixed.rd-navbar_half-dark .rd-megamenu-list.focus > a, .rd-navbar-fixed.rd-navbar_half-dark .rd-megamenu-list.active > a, .rd-navbar-fixed.rd-navbar_half-dark .rd-megamenu-list.opened > a,
.rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-dropdown:hover > a,
.rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-dropdown.focus > a,
.rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-dropdown.active > a,
.rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-dropdown.opened > a {
	color: #fff;
	background: #2ed3ae;
}

.rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-megamenu {
	background: #000;
}

.rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-megamenu .rd-megamenu-header {
	color: #fff;
}

.rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-megamenu .rd-megamenu-header a, .rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-megamenu .rd-megamenu-header a:active, .rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-megamenu .rd-megamenu-header a:focus {
	color: #000;
}

.rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-megamenu .rd-megamenu-header a:hover {
	color: #2ed3ae;
}

.rd-navbar-fixed.rd-navbar_half-dark .rd-navbar-submenu-toggle {
	color: #888;
}

.rd-navbar-fixed.rd-navbar_dark .rd-navbar-toggle,
.rd-navbar-fixed.rd-navbar_inverse .rd-navbar-toggle {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #fff;
}

.rd-navbar-fixed.rd-navbar_dark .rd-navbar-toggle span,
.rd-navbar-fixed.rd-navbar_inverse .rd-navbar-toggle span {
	position: relative;
	display: block;
	margin: auto;
	transition: .3s all ease;
}

.rd-navbar-fixed.rd-navbar_dark .rd-navbar-toggle span:after, .rd-navbar-fixed.rd-navbar_dark .rd-navbar-toggle span:before,
.rd-navbar-fixed.rd-navbar_inverse .rd-navbar-toggle span:after,
.rd-navbar-fixed.rd-navbar_inverse .rd-navbar-toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -6px;
	transition: .3s all ease;
}

.rd-navbar-fixed.rd-navbar_dark .rd-navbar-toggle span:after,
.rd-navbar-fixed.rd-navbar_inverse .rd-navbar-toggle span:after {
	top: 6px;
}

.rd-navbar-fixed.rd-navbar_dark .rd-navbar-toggle span:after, .rd-navbar-fixed.rd-navbar_dark .rd-navbar-toggle span:before, .rd-navbar-fixed.rd-navbar_dark .rd-navbar-toggle span,
.rd-navbar-fixed.rd-navbar_inverse .rd-navbar-toggle span:after,
.rd-navbar-fixed.rd-navbar_inverse .rd-navbar-toggle span:before,
.rd-navbar-fixed.rd-navbar_inverse .rd-navbar-toggle span {
	width: 22px;
	height: 2px;
	background-color: #fff;
	backface-visibility: hidden;
	will-change: transform;
}

.rd-navbar-fixed.rd-navbar_dark .rd-navbar-toggle span:before, .rd-navbar-fixed.rd-navbar_dark .rd-navbar-toggle span:after,
.rd-navbar-fixed.rd-navbar_inverse .rd-navbar-toggle span:before,
.rd-navbar-fixed.rd-navbar_inverse .rd-navbar-toggle span:after {
	-webkit-transition-duration: 0.22s, 0.22s;
	transition-duration: 0.22s, 0.22s;
	-webkit-transition-delay: 0.22s, 0s;
	transition-delay: 0.22s, 0s;
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform;
}

.rd-navbar-fixed.rd-navbar_dark .rd-navbar-toggle.active span,
.rd-navbar-fixed.rd-navbar_inverse .rd-navbar-toggle.active span {
	transition: background .22s 0s ease;
	background: transparent;
}

.rd-navbar-fixed.rd-navbar_dark .rd-navbar-toggle.active span:before, .rd-navbar-fixed.rd-navbar_dark .rd-navbar-toggle.active span:after,
.rd-navbar-fixed.rd-navbar_inverse .rd-navbar-toggle.active span:before,
.rd-navbar-fixed.rd-navbar_inverse .rd-navbar-toggle.active span:after {
	top: 0;
	-webkit-transition-delay: 0s, 0.22s;
	transition-delay: 0s, 0.22s;
}

.rd-navbar-fixed.rd-navbar_dark .rd-navbar-toggle.active span:before,
.rd-navbar-fixed.rd-navbar_inverse .rd-navbar-toggle.active span:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.rd-navbar-fixed.rd-navbar_dark .rd-navbar-toggle.active span:after,
.rd-navbar-fixed.rd-navbar_inverse .rd-navbar-toggle.active span:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.rd-navbar-fixed.rd-navbar_dark .rd-navbar-panel [class*='rd-navbar-fixed__element'] > *,
.rd-navbar-fixed.rd-navbar_inverse .rd-navbar-panel [class*='rd-navbar-fixed__element'] > * {
	color: #fff;
}

.rd-navbar-fixed.rd-navbar_dark .rd-navbar-panel [class*='rd-navbar-fixed__element'] > *:hover,
.rd-navbar-fixed.rd-navbar_inverse .rd-navbar-panel [class*='rd-navbar-fixed__element'] > *:hover {
	color: #2ed3ae;
}

.rd-navbar-fixed.rd-navbar_dark .rd-navbar-top-panel__toggle span, .rd-navbar-fixed.rd-navbar_dark .rd-navbar-top-panel__toggle span::before, .rd-navbar-fixed.rd-navbar_dark .rd-navbar-top-panel__toggle span::after,
.rd-navbar-fixed.rd-navbar_inverse .rd-navbar-top-panel__toggle span,
.rd-navbar-fixed.rd-navbar_inverse .rd-navbar-top-panel__toggle span::before,
.rd-navbar-fixed.rd-navbar_inverse .rd-navbar-top-panel__toggle span::after {
	background: #fff;
}

.rd-navbar-fixed.rd-navbar_dark .rd-navbar-top-panel__toggle span, .rd-navbar-fixed.rd-navbar_dark .rd-navbar-top-panel__toggle span::before, .rd-navbar-fixed.rd-navbar_dark .rd-navbar-top-panel__toggle span::after {
	background: #fff;
}

.rd-navbar-fixed.rd-navbar_dark .rd-navbar-panel {
	color: #000;
	background: #000;
	border-bottom: 0;
}

.rd-navbar-fixed.rd-navbar_inverse .rd-navbar-panel {
	color: #000;
	background: #000;
	border-bottom: 0;
}

html.rd-navbar-fixed-linked .page {
	padding-top: 56px;
}

/*
* Sidebar Layout
*/
.rd-navbar-sidebar {
	display: block;
	width: 100%;
	background-color: transparent;
	border-bottom: 1px solid transparent;
}

.rd-navbar-sidebar .rd-navbar-panel {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: transparent;
	border-bottom: 1px solid transparent;
	padding: 35px;
}

.rd-navbar-sidebar .rd-navbar-panel__aside {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.rd-navbar-sidebar .rd-navbar-brand {
	text-align: center;
	transition: none;
}

.rd-navbar-sidebar .rd-navbar-brand img {
	transition: .22s;
	max-height: 34px;
}

.rd-navbar-sidebar .rd-navbar-nav-wrap {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
	width: 300px;
	transform: translateX(101%);
	transition: .36s all ease-in-out;
	background: #fff;
	padding-top: calc(6% + 1em);
	padding-bottom: calc(1% + 1em);
	text-align: center;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #f3f3f3;
}

.rd-navbar-sidebar .rd-navbar-nav-wrap.active {
	transform: translateX(0);
}

.rd-navbar-sidebar .rd-navbar-nav {
	padding: 12px;
}

.rd-navbar-sidebar .rd-navbar-nav li {
	line-height: 1;
}

.rd-navbar-sidebar .rd-navbar-nav li .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-nav li .rd-navbar-megamenu {
	transition: opacity 0.3s, height 0.4s ease;
	opacity: 0;
	height: 0;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
}

.rd-navbar-sidebar .rd-navbar-nav li:not(.opened):not(.active) > a:hover + .rd-navbar-submenu-toggle::after {
	transform: none;
}

.rd-navbar-sidebar .rd-navbar-nav li.opened > a {
	color: #2ed3ae;
}

.rd-navbar-sidebar .rd-navbar-nav li.opened > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-nav li.opened > .rd-navbar-megamenu {
	opacity: 1;
	height: auto;
	padding-top: 15px;
	padding-bottom: 3px;
}

.rd-navbar-sidebar .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle {
	color: #2ed3ae;
}

.rd-navbar-sidebar .rd-navbar-nav > li > a {
	font-size: 17px;
	font-weight: 400;
}

.rd-navbar-sidebar .rd-navbar-nav > li + li {
	margin-top: 25px;
}

.rd-navbar-sidebar .rd-navbar-dropdown > li,
.rd-navbar-sidebar .rd-megamenu-list > li {
	font-size: 14px;
	color: #000;
}

.rd-navbar-sidebar .rd-navbar-dropdown > li > a,
.rd-navbar-sidebar .rd-megamenu-list > li > a {
	color: inherit;
}

.rd-navbar-sidebar .rd-navbar-dropdown > li > a:hover,
.rd-navbar-sidebar .rd-megamenu-list > li > a:hover {
	color: #2ed3ae;
}

.rd-navbar-sidebar .rd-navbar-dropdown > li > .rd-navbar-submenu-toggle {
	position: relative;
	display: inline-block;
	width: 17px;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	cursor: pointer;
	color: #000;
}

.rd-navbar-sidebar .rd-navbar-dropdown > li > .rd-navbar-submenu-toggle::after {
	content: '\f107';
	position: relative;
	display: inline-block;
	font: 400 14px "FontAwesome";
	text-align: center;
	transition: 0.4s all ease;
	z-index: 2;
	will-change: transform;
	-webkit-filter: blur(0);
}

.rd-navbar-sidebar .rd-navbar-dropdown > li.active > .rd-navbar-submenu-toggle::after,
.rd-navbar-sidebar .rd-navbar-dropdown > li.opened > .rd-navbar-submenu-toggle::after {
	transform: rotate(180deg);
	color: #2ed3ae;
}

.rd-navbar-sidebar .rd-navbar-dropdown > li.opened > .rd-navbar-dropdown {
	padding-top: 15px;
	padding-bottom: 2px;
}

.rd-navbar-sidebar .rd-navbar-dropdown > li + li {
	margin-top: 18px;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar-dropdown {
	padding-left: 10px;
	padding-right: 10px;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar-dropdown > li {
	font-size: 13px;
	color: #888;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar-dropdown > li + li {
	margin-top: 15px;
}

.rd-navbar-sidebar .rd-navbar-megamenu .rd-megamenu-header {
	font-size: 17px;
}

.rd-navbar-sidebar .rd-navbar-megamenu .rd-megamenu-header::after {
	content: '';
	display: block;
	width: 66%;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #ececee;
}

.rd-navbar-sidebar .rd-navbar-megamenu > li + li {
	margin-top: 25px;
}

.rd-navbar-sidebar .rd-megamenu-list > li + li {
	margin-top: 13px;
}

.rd-navbar-sidebar * + .rd-megamenu-list {
	margin-top: 15px;
}

.rd-navbar-sidebar .rd-navbar-top-panel {
	position: relative;
	width: 100%;
	padding-left: 35px;
	padding-right: 35px;
	background-color: transparent;
}

.rd-navbar-sidebar .rd-navbar-top-panel__main {
	overflow: hidden;
}

.rd-navbar-sidebar .rd-navbar-toggle {
	display: block;
}

.rd-navbar-sidebar .rd-navbar-search {
	left: 35px;
	right: 35px;
}

.rd-navbar-sidebar .rd-navbar-search .rd-search-results-live {
	margin-top: 2px;
}

@media (min-width: 1600px) {
	.rd-navbar-sidebar .rd-navbar-search .rd-search-results-live .search_list > li {
		width: 19.8%;
	}
	.rd-navbar-sidebar .rd-navbar-search .rd-search-results-live .search_list .search_all {
		width: 100%;
	}
}

.rd-navbar-sidebar.rd-sidebar_reverse .rd-navbar-panel {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.rd-navbar-sidebar.rd-sidebar_reverse .rd-navbar-panel::after {
	display: none;
}

.rd-navbar-sidebar.rd-sidebar_reverse .rd-navbar-nav-wrap {
	right: auto;
	left: 0;
	transform: translateX(-101%);
}

.rd-navbar-sidebar.rd-sidebar_reverse .rd-navbar-nav-wrap.active {
	transform: translateX(0);
}

.rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-inner .rd-search__submit,
.rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-inner .rd-navbar-search__toggle {
	color: #fff;
}

.rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-inner .rd-search__submit:hover,
.rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-inner .rd-navbar-search__toggle:hover {
	color: #000;
}

.rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-items-list > li + li::before {
	display: none;
}

.rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-panel .rd-navbar-items-list a {
	color: #fff;
}

.rd-navbar-sidebar.rd-navbar_inverse .rd-navbar-panel .rd-navbar-items-list a:hover {
	color: #000;
}

.rd-navbar-sidebar-smooth .rd-navbar-sidebar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

.rd-navbar-sidebar-smooth .rd-navbar-sidebar .rd-navbar-wrap {
	position: absolute;
}

[data-x-mode="design-mode"] .rd-navbar-sidebar-smooth .rd-navbar-sidebar {
	position: relative;
}

.rd-navbar-sidebar.rd-navbar--is-stuck {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	border-bottom-color: #f3f3f3;
}

.rd-navbar-sidebar.rd-navbar--is-stuck .rd-navbar-top-panel {
	display: none;
}

.rd-navbar-sidebar.rd-navbar--is-stuck .rd-navbar-panel {
	padding-top: 6px;
	padding-bottom: 6px;
}

.rd-navbar-sidebar.rd-navbar--is-stuck .rd-navbar-brand img {
	max-height: 26px;
	width: auto;
}

.rd-navbar-sidebar.rd-navbar--is-stuck .rd-navbar-search .rd-search-results-live {
	margin-top: 7px;
}

.rd-navbar-sidebar.rd-navbar--is-stuck.rd-navbar_inverse {
	background: #000;
	border-bottom: 0;
}

.rd-navbar-sidebar.rd-navbar--is-stuck.rd-navbar_inverse .rd-navbar-inner .rd-search__submit:hover,
.rd-navbar-sidebar.rd-navbar--is-stuck.rd-navbar_inverse .rd-navbar-inner .rd-navbar-search__toggle:hover {
	color: #2ed3ae;
}

.rd-navbar-sidebar.rd-navbar--is-stuck.rd-navbar_inverse .rd-navbar-panel .rd-navbar-items-list a:hover {
	color: #2ed3ae;
}

.rd-navbar-sidebar-linked .rd-navbar-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

/*
* @subsection   Page boxed layout style redeclaration
**/
html.boxed .rd-navbar--is-clone {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

.rd-parallax-light h1, .rd-parallax-light h2, .rd-parallax-light h3, .rd-parallax-light h4, .rd-parallax-light h5, .rd-parallax-light h6, .rd-parallax-light .heading-1, .rd-parallax-light .heading-2, .rd-parallax-light .heading-3, .rd-parallax-light .heading-4, .rd-parallax-light .heading-5, .rd-parallax-light .heading-6,
.rd-parallax-light p {
	color: #fff;
}

/*
*
* Material Parallax
* --------------------------------------------------
*/
.parallax-container {
	position: relative;
	overflow: hidden;
}

.material-parallax {
	position: absolute;
	top: 0;
	left: -1px;
	right: -1px;
	bottom: 0;
}

.ipad .material-parallax, .iphone .material-parallax {
	background-attachment: scroll !important;
}

.material-parallax img {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 0;
	min-width: 101%;
	min-height: 101%;
	transform: translate3d(-50%, 0, 0);
	max-width: none;
}

.parallax-content {
	position: relative;
	z-index: 1;
}

/*
*
* Google Map
* --------------------------------------------------
*/

/*
* @subsection   ToTop
* @license      MIT license - http://opensource.org/licenses/MIT
* @version      1.0.0
*/
.ui-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	width: 58px;
	height: 58px;
	border-radius: 100%;
	font-size: 24px;
	line-height: 58px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	z-index: 20;
	transition: .3s all ease;
	transform: translateY(100px);
}

.ui-to-top::before {
	content: '\e941';
	font-family: 'Linearicons';
}

.ui-to-top, .ui-to-top:active, .ui-to-top:focus {
	color: #fff;
	background: #e50914;
}

.ui-to-top:hover {
	color: #fff;
	background: #000;
}

.ui-to-top:focus {
	outline: 0;
}

.ui-to-top.active {
	transform: translateY(0);
}

.mobile .ui-to-top,
.tablet .ui-to-top {
	display: none !important;
}

@media (min-width: 576px) {
	.ui-to-top {
		right: 40px;
		bottom: 40px;
	}
}

/*
*
* Photoswipe
* --------------------------------------------------
*/

/* style is added when JS option showHideOpacity is set to true */

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/

/* Prevent selection and tap highlights */

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/

/*
	div element that matches size of large image
	large image loads on top of it
*/

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
	/* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
}

/* no arrows on touch screens */

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/

/*

	2. Share modal/popup and links

 */

/* increase size of share links on touch devices */

/*

	3. Index indicator ("1 of X" counter)

 */

/*

	4. Caption

 */

/* Fake caption element, used to calculate height of next/prev image */

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */

/*

	6. Additional styles

 */
/* root element of UI */

/* top black bar with buttons and "1 of X" indicator */

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/

/* pswp__ui--one-slide class is added when there is just one item in gallery */

/*
*
* Progress Bars
* --------------------------------------------------
*/

/*
*
* Counter
* --------------------------------------------------
*/
/*
*
* Circle Progress Bars
* --------------------------------------------------
*/

/*
*
* Time Circles
* --------------------------------------------------
*/
/**
 *	This element is created inside your target element
 *	It is used so that your own element will not need to be altered
 **/

/**
 *	This is all the elements used to house all text used
 * in time circles
 **/

/**
 *	Titles (Days, Hours, etc)
 **/

/**
 *	Time numbers, ie: 12
 **/

.swiper-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	min-height: 200px;
	/* Fix of Webkit flickering */
	z-index: 1;
	height: 100vh;
}

.swiper-container-vertical > .swiper-wrapper {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-vertcal {
	height: 450px;
}

@media (min-width: 768px) {
	.swiper-vertcal {
		min-height: 650px;
	}
}

@media (min-width: 1200px) {
	.swiper-vertcal {
		height: 90vh;
	}
}

.swiper-wrapper {
	position: relative;
	z-index: 1;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	height: auto;
	min-height: inherit;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
	will-change: transform;
}

.swiper-container-multirow > .swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

/* a11y */
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1000;
	pointer-events: none;
	opacity: 0;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

/* Arrows */
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
	display: none;
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
	text-align: center;
	margin-top: -25px;
	z-index: 10;
	cursor: pointer;
	color: #c7c7c7;
	background-color: #e50914;
	fill: #fff;
	transition: .33s;
}

.swiper-container .swiper-button-prev::before,
.swiper-container .swiper-button-next::before {
	font-size: 20px;
	line-height: 50px;
}

.swiper-container .swiper-button-prev:hover,
.swiper-container .swiper-button-next:hover {
	fill: #2ed3ae;
	color: #2ed3ae;
}

@media (min-width: 992px) {
	.swiper-container .swiper-button-prev,
	.swiper-container .swiper-button-next {
		display: block;
	}
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev {
	left: 0;
	border-radius: 0 4px 4px 0;
}

.swiper-button-next {
	right: -1px;
	border-radius: 4px 0 0 4px;
}

/* Pagination Styles */
.swiper-pagination {
	position: absolute;
	z-index: 10;
	display: block;
	transition: 300ms;
	text-align: center;
	transform: translate3d(0, 0, 0);
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-bullet {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.3);
	transition: .33s;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
	background: #2ed3ae;
}

.swiper-container-vertical > .swiper-pagination {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
	margin: 5px 0;
	display: block;
}

.swiper-container-horizontal > .swiper-pagination {
	bottom: 20px;
	left: 0;
	width: 100%;
}

@media (min-width: 992px) {
	.swiper-container-horizontal > .swiper-pagination {
		bottom: 70px;
	}
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
	margin: 0 10px;
}

/* 3D Container */
.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
	/* Windows 8 IE 10 fix */
	-ms-perspective: 1200px;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

/* Cube */
.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	visibility: hidden;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}

/* Scrollbar */
.swiper-scrollbar {
	position: relative;
	-ms-touch-action: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	bottom: 0;
	z-index: 50;
	height: 3px;
	width: 100%;
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #2ed3ae;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.swiper-slide > .vide__body,
.swiper-slide > .parallax_cnt {
	height: 100%;
}

.swiper-slide {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	background-position: center center;
}

.swiper-slide.swiper-slide_top {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.swiper-slide.swiper-slide_video {
	min-height: inherit;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 0;
}

.swiper-slide.swiper-slide_video .vide_bg {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.swiper-slide-caption {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	padding: 25px 0 60px;
	min-height: inherit;
}

@media (min-width: 768px) {
	.swiper-slide-caption {
		padding: 60px 0;
	}
}

@media (min-width: 992px) {
	.swiper-slide-caption {
		padding: 100px 0;
	}
}

@media (min-width: 1200px) and (min-height: 800px) {
	.swiper-slide-caption {
		padding: 120px 0px 200px;
	}
}

.swiper-slider-custom.swiper-container {
	max-height: 250px;
}

@media (min-width: 768px) {
	.swiper-slider-custom.swiper-container {
		max-height: 550px;
	}
}

@media (min-width: 1200px) {
	.swiper-slider-custom.swiper-container {
		max-height: 750px;
	}
}

@media (min-width: 992px) {
	.desktop .swiper-slider .swiper-button-prev {
		transform: translateX(-100%);
	}
	.desktop .swiper-slider .swiper-button-next {
		transform: translateX(100%);
	}
	.desktop .swiper-slider:hover .swiper-button-prev,
	.desktop .swiper-slider:hover .swiper-button-next {
		transform: translateX(0);
	}
}

.swiper-slider_fullheight {
	min-height: calc(100vh - 56px);
	height: auto;
}

.swiper-slider_fullheight .swiper-pagination {
	bottom: 15px;
}

@media (max-width: 767px) {
	.swiper-slider_fullheight .swiper-slide.bg-gray-dark {
		background-color: rgba(51, 51, 51, 0.2);
		background-blend-mode: multiply;
	}
	.swiper-slider_fullheight .swiper-slide.bg-secondary-7 {
		background-color: rgba(51, 51, 51, 0.12);
		background-blend-mode: multiply;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.swiper-slider_fullheight {
		min-height: 640px;
	}
}

@media (min-width: 768px) {
	.swiper-slider_fullheight .swiper-slide-caption {
		padding-left: 60px;
		padding-right: 60px;
	}
	.swiper-slider_fullheight .swiper-pagination {
		bottom: 5px;
	}
}

@media (min-width: 1200px) {
	.swiper-slider_fullheight .swiper-pagination {
		bottom: 70px;
	}
}

@media (min-width: 1600px) {
	.swiper-slider_fullheight .swiper-slide-caption {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 992px) {
	.desktop .swiper-slider_fullheight {
		min-height: 100vh;
	}
	.desktop .rd-navbar-default-linked .swiper-slider_fullheight {
		min-height: calc(100vh - 164px);
	}
	.desktop .rd-navbar-corporate-linked .swiper-slider_fullheight {
		min-height: calc(100vh - 215px);
	}
	.desktop .rd-navbar-corporate-linked .swiper-slider_fullheight .swiper-slide-caption {
		padding-top: 80px;
		padding-bottom: 200px;
	}
	.desktop .rd-navbar_transparent-linked .swiper-slider_fullheight .swiper-slide-caption {
		padding-top: 200px;
		padding-bottom: 150px;
	}
}

@media (min-width: 1200px) {
	.desktop .rd-navbar-default-linked .swiper-slider_fullheight {
		min-height: calc(100vh - 100px);
	}
	.desktop .rd-navbar_transparent-linked .swiper-slider_fullheight .swiper-slide-caption {
		padding-top: 300px;
		padding-bottom: 150px;
	}
}


/*
*
* Tabs
* --------------------------------------------------
*/

/*
* @subsection   RD Audio
* @description  Describes style declarations for RD Audio extension
* @author       Rafael Shayvolodyan
* @link         https://ua.linkedin.com/in/rafael-shayvolodyan-3a297b96
* @version      1.0.0
*/

/* Icons */
/* Arrows */

/* Dots */

/*
*
* Select 2
* --------------------------------------------------
*/

.vide_bg {
	width: 100%;
}

.vide_bg .container {
	position: relative;
	z-index: 2;
}

.video-bg-overlay {
	position: relative;
}

.video-bg-overlay:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
}

/*
*
* Jplayer
* --------------------------------------------------
*/

/* jPlayer: Cotrols
----------------------------------------------- */

/* jPlayer: Progress Bar
----------------------------------------------- */

/* jPlayer: Volume Bar
----------------------------------------------- */

/* Diagonal Background Bars */

/* jPlayer: Playlist
----------------------------------------------- */

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

/*
* Arrow
*/

@font-face {
	font-family: lg;
	src: url(../fonts/lg.eot?n1z373);
	src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
	font-display: swap;
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: lg;
	src: url(../fonts/lg.eot?n1z373);
	src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
	font-display: swap;
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Linearicons';
	src: url("../fonts/Linearicons.ttf") format("truetype");
	font-display: swap;
	font-weight: normal;
	font-style: normal;
}

[class*=" linear-icon-"]::before {
	font-family: 'Linearicons';	
	font-display: swap;
	
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Enable Ligatures ================ */
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.linear-icon-chevron-left:before {
	content: "\e93b";
}
.linear-icon-chevron-right:before {
	content: "\e93c";
}
.linear-icon-license:before {
	content: "\e6db";
}
.linear-icon-shield-check:before {
	content: "\e668";
}
.linear-icon-bubble-emoticon:before {
	content: "\e7e2";
}
.linear-icon-headset:before {
	content: "\e6f0";
}
.linear-icon-thumbs-up:before {
	content: "\e919";
}
.linear-icon-hammer2:before {
	content: "\e838";
}
.linear-icon-menu3:before {
	content: "\e931";
}
.linear-icon-feather3:before {
	content: "\e616";
}
.linear-icon-users2:before {
	content: "\e723";
}
.linear-icon-file-check:before {
	content: "\e6b5";
}.linear-icon-phone-wave:before {
	content: "\e76c";
}

/*1heart*/
.phone-color {
    font-size: 45px;
}



/*backgroung*/
.everlasting-sky {
	background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%); 
}
.perfect-white {
	background-image: linear-gradient(-225deg, #E3FDF5 0%, #FFE6FA 100%);
}
.bg-det {
	background: url("../images/bg-det.png") repeat fixed;
	background-position: top;
}
.border-r {
border-right: 3px dashed #3a3a3a;
}
.img-shadow {
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.3)	
}
.img-shadow2{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	border-radius: 10px;
}
.text-shadow2 {
	text-shadow:rgb(3, 3, 3) 4px 4px 4px;
}
.white {
	color: white;
}
.red {
	color: #e50914;
	background-color: #ffff0036
}
.cat-img{
	    border-radius: 50%;
}

/*
*
* Fonts
* ==================================================
*/
/*
*
* Font Awesome Icons 4.7.0
* --------------------------------------------------
*/
@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.fa {
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*='fa-']:before {
	font-weight: 400;
	font-family: 'FontAwesome';
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eeeeee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-angle-down:before {
	content: "\f107";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
/*customs*/
.footer-badge {
    background-color: #ac3f1c;
    padding: 0.15em 0.44em;
    border-radius: 0.375rem;
    font-weight: 600;
    font-size: 20px;
}
.toll-free {
    background-color: #c22020;
    padding: 0.15em 0.44em;
    border-radius: 0.375rem;
    font-weight: 600;
    font-size: 20px;
}
.line {
	background-color: #00c300;
    padding: 0.15em 0.44em;
    border-radius: 0.375rem;
    font-weight: 600;
    font-size: 20px;
}
.wechat {
	background-color: #7bb32e;
    padding: 0.15em 0.44em;
    border-radius: 0.375rem;
    font-weight: 600;
    font-size: 20px;
}	

.copyright {
    font-size: 0;
    text-align: center;
    margin: 15px;
}
.copy {
    display: inline-block;
    line-height: 22px;
    font-size: .9375rem;
    color: rgba(255,255,255,.75);
    vertical-align: top;
    margin: 5px 5px 0;
}
.font-num {
	font-size: 26px;
}	
.qrcode-min::after {
	content: url(../images/gmap_marker.png);
	display: inline-block;
	width: 50px;
	height: 50px;
}