/* ==============================================================
   COMBINED STYLESHEET — Priority: event > custom > style
   ============================================================== */

/* --- 1. BASE: style.css --- */
@charset "UTF-8";
/*
* Trunk version 2.0.1
*/
/*
* Contexts
*/
.context-dark, .bg-gray-700, .bg-primary,
.context-dark h1,
.bg-gray-700 h1,
.bg-primary h1, .context-dark h2, .bg-gray-700 h2, .bg-primary h2, .context-dark h3, .bg-gray-700 h3, .bg-primary h3, .context-dark h4, .bg-gray-700 h4, .bg-primary h4, .context-dark h5, .bg-gray-700 h5, .bg-primary h5, .context-dark h6, .bg-gray-700 h6, .bg-primary h6, .context-dark [class^='heading-'], .bg-gray-700 [class^='heading-'], .bg-primary [class^='heading-'] {
	color: #ffffff;
}

a:focus,
button:focus {
	outline: none !important;
}

button::-moz-focus-inner {
	border: 0;
}

*:focus {
	outline: none;
}

input,
button,
select,
textarea {
	outline: none;
}

label {
	margin-bottom: 0;
}

p {
	margin: 0;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul li,
ol li {
	display: block;
}

dl {
	margin: 0;
}

dt,
dd {
	line-height: inherit;
}

dt {
	font-weight: inherit;
}

dd {
	margin-bottom: 0;
}

form {
	margin-bottom: 0;
}

address {
	margin-top: 0;
	margin-bottom: 0;
}

figure {
	margin-bottom: 0;
}

html p a:hover {
	text-decoration: none;
}

/*
* Typography
*/
/* ========================= Variables ========================= */
:root {
  /* === Variables (merged: custom_style.css + event.css; event wins on conflicts) === */
  --black: #0b0b0d;
  --black-dark: #0a0a0a;
  --black-light: #111111;
  --black-soft: #1a1a1a;

  --gold: #d4af37;
  --gold-light: #FFD700;
  --gold-medium: #D4AF37;
  --gold-dark: #B8860B;
  --gold-pale: #F6EAC2;

  --burgundy: #6b0f1a;
  --burgundy-dark: #3b0710;

  --text: #e9e9e9;
  --muted: #b5b5b5;
  --white: #ffffff;
  --gray: #888888;
}

/* ========================= Reset/Base ========================= */
body {
  background: var(--black);
  color: var(--text);
  font-family: "Montserrat", sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, [class^='heading-'] {
	font-family: "Oswald", sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 500;
	color: #333333;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, [class^='heading-'] a {
	color: inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, [class^='heading-'] a:hover {
	color: #6f43d6;
}

h1 {
	font-size: 32px;
	line-height: 1.5;
}

@media (min-width: 1200px) {
	h1 {
		font-size: 65px;
		line-height: 1.1;
	}
}

h2 {
	font-size: 38px;
	line-height: 1.5;
}

@media (min-width: 1200px) {
	h2 {
		font-size: 60px;
		line-height: 80px;
	}
}

h3 {
	font-size: 26px;
	line-height: 29px;
}

@media (min-width: 1200px) {
	h3 {
		font-size: 36px;
		line-height: 1.33333;
	}
}

h4 {
	font-size: 22px;
	line-height: 1.5;
}

@media (min-width: 1200px) {
	h4 {
		font-size: 24px;
		line-height: 1.25;
	}
}

h5,
.heading-5 {
	font-size: 20px;
	line-height: 1.5;
}

@media (min-width: 1200px) {
	h5,
	.heading-5 {
		font-size: 18px;
		line-height: 1.44444;
	}
}

h6,
.heading-6 {
	font-size: 18px;
	line-height: 1.5;
}

@media (min-width: 1200px) {
	h6,
	.heading-6 {
		font-size: 14px;
		line-height: 1.71429;
	}
}

small,
.small {
	display: block;
	font-size: 12px;
	line-height: 1.5;
}

mark,
.mark {
	padding: 3px 5px;
	color: #ffffff;
	background: #6f43d6;
}

.big {
	font-size: 50px;
	font-weight: 700;
	text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.49);
}

@media (min-width: 576px) {
	.big {
		font-size: 100px;
	}
}

@media (min-width: 768px) {
	.big {
		font-size: 140px;
	}
}

@media (min-width: 992px) {
	.big {
		font-size: 170px;
		font-weight: 700;
	}
}

.lead {
	font-size: 24px;
	line-height: 34px;
	font-weight: 300;
}

code {
	padding: 3px 5px;
	border-radius: 0.2rem;
	font-size: 90%;
	color: #111111;
	background: #edeff4;
}

p [data-toggle='tooltip'] {
	padding-left: .25em;
	padding-right: .25em;
	color: #6f43d6;
}

p [style*='max-width'] {
	display: inline-block;
}

/* ========================= Typography ========================= */
::selection {
	background: var(--gold);
	color: var(--black);
}

::-moz-selection {
	background: var(--gold);
	color: var(--black);
}

.parallax-text {
	font-size: 40px;
	line-height: 1.5em;
	font-weight: 500;
	color: #333333;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
}

@media (min-width: 992px) {
	.parallax-text {
		font-size: 48px;
	}
}

.parallax-title {
	font-size: 55px;
	font-weight: 500;
	color: #4fd5ed;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	.parallax-title {
		font-size: 100px;
	}
}

.text-xl {
	font-size: 80px;
	line-height: 1;
	font-weight: 700;
	color: #333333;
}

@media (min-width: 768px) {
	.text-xl {
		font-size: 120px;
	}
}

@media (min-width: 1200px) {
	.text-xl {
		font-size: 180px;
	}
}

.title-decorated {
	position: relative;
	padding-left: 40px;
	text-align: left;
}

.title-decorated::before {
	content: '';
	position: absolute;
	left: 0;
	top: .8em;
	width: 30px;
	border-bottom: 1px solid;
}

@media (min-width: 768px) {
	.title-decorated {
		padding-left: 70px;
	}
	.title-decorated::before {
		width: 50px;
		top: .7em;
		border-bottom-width: 2px;
	}
}

@media (min-width: 768px) {
	.title-decorated-lg {
		padding-left: 80px;
	}
	.title-decorated-lg::before {
		width: 62px;
	}
	.title-decorated-lg + p {
		margin-top: 32px;
	}
}

.text-extra-large {
	font-size: 60px;
	line-height: .8;
	font-weight: 900;
}

@media (min-width: 768px) {
	.text-extra-large {
		font-size: 80px;
	}
}

@media (min-width: 992px) {
	.text-extra-large {
		font-size: 100px;
	}
}

@media (min-width: 1600px) {
	.text-extra-large {
		font-size: 180px;
	}
}

.text-extra-large-title {
	font-size: 60px;
	line-height: .8;
	font-weight: 700;
}

.ie-10 .text-extra-large-title, .ie-11 .text-extra-large-title {
	line-height: 1;
}

@media (min-width: 768px) {
	.text-extra-large-title {
		font-size: 80px;
	}
}

@media (min-width: 992px) {
	.text-extra-large-title {
		font-size: 100px;
	}
}

@media (min-width: 1600px) {
	.text-extra-large-title {
		font-size: 120px;
	}
}

.text-width-2 {
	display: inline-block;
	max-width: 440px;
}

/*
* Brand
*/
.brand {
	display: inline-block;
}

.brand .brand-logo-light {
	display: none;
}

.brand .brand-logo-dark {
	display: block;
}

/*
* Links
*/
a {
	transition: all 0.3s ease-in-out;
}

a, a:focus, a:active, a:hover {
	text-decoration: none;
}

a, a:focus, a:active {
	color: #6f43d6;
}

a:hover {
	color: #4c25a8;
}

a[href*='tel'], a[href*='mailto'] {
	white-space: nowrap;
}

.link-hover {
	color: #4c25a8;
}

.privacy-link {
	display: inline-block;
}

* + .privacy-link {
	margin-top: 25px;
}

html a.link-social-1 {
	display: inline-flex;
	font-size: 21px;
}

.link-social-1 {
	align-items: center;
	justify-content: center;
	width: 2.3em;
	height: 2.3em;
	line-height: 2.3em;
	background: #cccccc;
	border-radius: 50%;
	transition: .2s all ease-in-out;
}

.link-social-1, .link-social-1:active, .link-social-1:focus, .link-social-1:hover {
	color: #ffffff;
}

.link-social-1[class*='facebook']:hover {
	background: #4d70a8;
}

.link-social-1[class*='linkedin']:hover {
	background: #2881a8;
}

.link-social-1[class*='google']:hover {
	background: #e2411e;
}

.context-dark .link-social-1:not(:hover), .bg-gray-700 .link-social-1:not(:hover), .bg-primary .link-social-1:not(:hover) {
	color: #111111;
	background: #9b9b9b;
}

/*
* Blocks
*/

/*
* Boxes
*/
.box-minimal {
	text-align: center;
}

.box-minimal .box-minimal-icon {
	font-size: 50px;
	line-height: 50px;
	color: #6f43d6;
}

.box-minimal-divider {
	width: 36px;
	height: 4px;
	margin-left: auto;
	margin-right: auto;
	background: #6f43d6;
}

.box-minimal-text {
	width: 100%;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

* + .box-minimal {
	margin-top: 30px;
}

* + .box-minimal-title {
	margin-top: 10px;
}

* + .box-minimal-divider {
	margin-top: 20px;
}

* + .box-minimal-text {
	margin-top: 15px;
}

.context-dark .box-minimal p, .bg-gray-700 .box-minimal p, .bg-primary .box-minimal p {
	color: #909090;
}

.box-counter {
	position: relative;
	text-align: center;
	color: #2c343b;
}

.box-counter-title {
	display: inline-block;
	font-family: "Merriweather", serif;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: -.025em;
}

.box-counter-main {
	font-family: "Merriweather", serif;
	font-size: 45px;
	font-weight: 400;
	line-height: 1.2;
}

.box-counter-main > * {
	display: inline;
	font: inherit;
}

.box-counter-main .small {
	font-size: 28px;
}

.box-counter-divider {
	font-size: 0;
	line-height: 0;
}

.box-counter-divider::after {
	content: '';
	display: inline-block;
	width: 80px;
	height: 2px;
	background: #6f43d6;
}

* + .box-counter-title {
	margin-top: 10px;
}

* + .box-counter-main {
	margin-top: 20px;
}

* + .box-counter-divider {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.box-counter-title {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.box-counter-main {
		font-size: 60px;
	}
	.box-counter-main .small {
		font-size: 36px;
	}
	* + .box-counter-main {
		margin-top: 30px;
	}
	* + .box-counter-divider {
		margin-top: 15px;
	}
	* + .box-counter-title {
		margin-top: 18px;
	}
}

.text-border {
	position: relative;
}

@media (min-width: 992px) {
	.text-border:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 3px;
		height: 276px;
		background-color: #000000;
		transform: translateY(-50%);
	}
}

.section-button-style {
	position: relative;
	z-index: 3;
	margin-top: -170px;
}

.box-icon-modern {
	text-align: center;
	max-width: 370px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 15px 10px;
	background: #ffffff;
	transition: all .3s ease;
}

.box-icon-modern-2 {
	padding-top: 42px;
	padding-bottom: 35px;
}

.box-icon-modern-2 .box-icon-modern-decor {
	margin-top: 18px;
	margin-bottom: 15px;
}

.box-icon-modern-2 .box-icon-modern-text {
	letter-spacing: .025em;
}

.box-icon-modern-2 * + .box-icon-modern-title {
	margin-top: 18px;
}

.box-icon-modern-3 {
	padding-top: 46px;
	padding-bottom: 30px;
}

.box-icon-modern-3 .box-icon-modern-decor {
	margin-top: 18px;
	margin-bottom: 15px;
}

.box-icon-modern-3 .box-icon-modern-text {
	letter-spacing: .025em;
}

.box-icon-modern-3 * + .box-icon-modern-title {
	margin-top: 28px;
}

.box-icon-modern-custom {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100%;
	padding-top: 36px;
	padding-bottom: 38px;
}

.box-icon-modern-icon {
	position: relative;
	font-size: 80px;
	line-height: 1;
	color: #4fd5ed;
	z-index: 1;
}

.box-icon-2 .box-icon-modern-icon {
	font-size: 120px;
}

.box-icon-modern-title {
	font-family: "Merriweather", serif;
	font-style: italic;
}

.box-icon-modern-title a, .box-icon-modern-title a:focus, .box-icon-modern-title a:active {
	color: inherit;
}

.box-icon-modern-title a:hover {
	color: #6f43d6;
}

.box-icon-modern-big-title {
	line-height: 1.04;
}

.box-icon-modern-decor {
	position: relative;
	max-width: 126px;
	width: 100px;
	height: 2px;
	margin: 20px auto 22px;
}

.box-icon-modern-decor::before {
	position: absolute;
	content: '';
	height: 100%;
	left: 15px;
	right: 15px;
	background: #d7d7d7;
	transition: all .3s ease;
}

.box-icon-modern-decor::after {
	position: absolute;
	content: '';
	height: 100%;
	left: 50%;
	right: 50%;
	background: #6f43d6;
	transition: all .3s ease;
}

.box-icon-modern-text {
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

* + .box-icon-modern-title {
	margin-top: 30px;
}

.box-icon-modern-decor + .button {
	margin-top: 8px;
}

.box-icon-modern-decor + .box-icon-modern-text {
	margin-top: 0;
}

@media (min-width: 992px) {
	.desktop .box-icon-modern:hover {
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
	}
	.desktop .box-icon-modern:hover .box-icon-modern-icon:after {
		transform: translate3d(-50%, 0, 0) rotate(0deg);
	}
	.desktop .box-icon-modern:hover .box-icon-modern-decor::before {
		left: 50%;
		right: 50%;
		transition-duration: .2s;
	}
	.desktop .box-icon-modern:hover .box-icon-modern-decor::after {
		left: 0;
		right: 0;
	}
}

@media (min-width: 1200px) {
	.box-icon-modern-3 {
		padding: 66px 30px 50px;
	}
}

.ie-edge .box-icon-modern-custom,
.ie-10 .box-icon-modern-custom,
.ie-11 .box-icon-modern-custom {
	height: 100%;
}

.ie-edge .rd-form .button,
.ie-10 .rd-form .button,
.ie-11 .rd-form .button {
	border: none;
}

.ie-edge .rd-form .button-2,
.ie-10 .rd-form .button-2,
.ie-11 .rd-form .button-2 {
	padding-top: 16px;
}

.button-style {
	position: absolute;
	bottom: -25px;
	right: calc(50% - 71px);
}

@media (min-width: 768px) {
	.button-style {
		right: calc(50% - 85px);
		bottom: 0px;
	}
}

.button-style-2 {
	position: absolute;
	bottom: -70px;
	right: calc(50% - 71px);
}

@media (min-width: 768px) {
	.button-style-2 {
		right: calc(50% - 85px);
		bottom: -90px;
	}
}

@media (min-width: 992px) {
	.button-style-2 {
		bottom: -40px;
	}
	.ipad .button-style-2 {
		bottom: -61px;
	}
}

.box-pricing {
	position: relative;
	overflow: hidden;
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 15px 40px 15px;
	box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.09);
	text-align: center;
	transition: 1.3s all ease;
}

@media (min-width: 768px) {
	.box-pricing {
		padding: 70px 15px 83px 15px;
	}
}

.box-pricing-popular {
	background-color: #4fd5ed;
}

.box-pricing-popular .box-pricing-title, .box-pricing-popular .box-pricing-price, .box-pricing-popular .box-pricing-list {
	color: #ffffff;
}

.box-pricing-black {
	color: #ffffff;
	background: #909090;
}

.box-pricing-black .divider {
	background: rgba(144, 144, 144, 0.2);
}

.box-pricing-black .box-pricing-list > li {
	color: #909090;
}

.box-pricing-black .box-pricing-list > li::before {
	color: #909090;
}

.box-pricing-black .box-pricing-list > li.active {
	color: inherit;
}

.box-pricing-black .box-pricing-list > li.active::before {
	color: #6f43d6;
}

.box-pricing-black .button-gray-4, .box-pricing-black .button-gray-4:focus {
	color: #ffffff;
	background-color: #909090;
	border-color: #909090;
}

.box-pricing-divider {
	position: relative;
	padding: 35px 0;
}

.box-pricing-divider > span {
	display: inline-block;
	position: absolute;
	top: 60%;
	left: 50%;
	font-size: 75px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: uppercase;
	font-family: "Merriweather", serif;
	color: rgba(255, 255, 255, 0.05);
	transform: translate3d(-50%, -50%, 0);
	will-change: transform;
}

.box-pricing-popular .box-pricing-badge {
	display: inline-block;
}

.box-pricing-body {
	max-width: 260px;
	margin-left: auto;
	margin-right: auto;
}

.box-pricing-title {
	font-size: 24px;
	font-family: "Merriweather", serif;
	font-style: italic;
	letter-spacing: .025em;
}

.box-pricing-price {
	color: #4fd5ed;
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	line-height: 1.33333;
}

.box-pricing-price .light {
	font-size: 30px;
	display: inline-block;
	vertical-align: top;
	padding-top: 20px;
}

.box-pricing-time {
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: .2em;
	text-transform: uppercase;
	font-family: "Merriweather", serif;
}

.box-pricing-button {
	margin-top: 40px;
	margin-left: -15px;
	margin-right: -15px;
}

.box-pricing-list {
	text-align: center;
	font-size: 18px;
	line-height: 48px;
	color: #909090;
}

.box-pricing-badge {
	position: absolute;
	top: 15px;
	right: 15px;
	display: none;
	padding: 10px 13px 6px;
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: .075em;
	text-transform: uppercase;
	font-family: "Merriweather", serif;
	color: #ffffff;
	background: #fe6192;
	border-radius: 4px;
}

* + .box-pricing-price {
	margin-top: 4px;
}

* + .box-pricing-time {
	margin-top: 6px;
}

* + .box-pricing-list {
	margin-top: 30px;
}

.divider + .box-pricing-list {
	margin-top: 0;
}

.box-pricing-divider + .box-pricing-list {
	margin-top: 0;
}

@media (min-width: 576px) {
	.box-pricing-divider > span {
		font-size: 90px;
		color: rgba(255, 255, 255, 0.03);
	}
}

@media (min-width: 992px) {
	.box-pricing-divider > span {
		font-size: 100px;
	}
}

.section-bottom-60-lg-110 {
	padding-bottom: 60px;
}

@media (min-width: 992px) {
	.section-bottom-60-lg-110 {
		padding-bottom: 110px;
	}
}

.box-contacts {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 310px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
	transition: all .3s ease;
}

.box-contacts-body {
	max-width: 250px;
}

.box-contacts-icon {
	font-size: 60px;
	line-height: 1;
	color: #e1d010;
}

.box-contacts-decor {
	margin: 30px auto;
	height: 2px;
	max-width: 100px;
	background: #e1d010;
	transition: all .3s ease-in-out;
}

.box-contacts-link {
	font-size: 18px;
	line-height: 1.67;
	letter-spacing: .025em;
}

.box-contacts-link a, .box-contacts-link a:focus, .box-contacts-link a:active {
	color: inherit;
}

.box-contacts-link a:hover {
	color: #fe6192;
}

@media (min-width: 992px) {
	.desktop .box-contacts {
		box-shadow: none;
		border: 1px solid #edeff4;
	}
	.desktop .box-contacts-decor {
		margin-top: 17px;
		margin-bottom: 17px;
		width: 0;
	}
	.desktop .box-contacts:hover {
		border-color: transparent;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
	}
	.desktop .box-contacts:hover .box-contacts-decor {
		margin-top: 30px;
		margin-bottom: 30px;
		width: 100%;
		transition: margin .3s ease, width .4s ease-in-out;
	}
}

.box-contacts-icon + .box-contacts-link {
	margin-top: 40px;
}

* + .box-contacts-link {
	margin-top: 0;
}

.ie-edge .box-contacts,
.ie-10 .box-contacts,
.ie-11 .box-contacts {
	height: 310px;
}

.box-info {
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.box-info-inner > * + * {
	margin-top: 20px;
}

.box-info-avatar {
	max-width: 180px;
	border-radius: 50%;
}

.box-info-caption {
	color: #6f43d6;
}

* + .box-info-inner {
	margin-top: 15px;
}

@media (min-width: 576px) and (max-width: 991.98px) {
	.box-info {
		text-align: left;
		max-width: 570px;
		margin-left: 0;
	}
	.box-info-inner {
		display: flex;
		align-items: flex-start;
	}
	.box-info-inner > * + * {
		margin-top: 0;
		margin-left: 30px;
	}
	.box-info-avatar {
		flex-shrink: 0;
	}
	.box-info-main {
		flex-grow: 1;
	}
}

@media (min-width: 992px) {
	.box-info-inner > * + * {
		margin-top: 37px;
	}
	* + .box-info-inner {
		margin-top: 25px;
	}
}

@media (min-width: 1600px) {
	.box-info {
		margin-right: 0;
	}
}

* + .box-alice-title {
	margin-top: 10px;
}

@media (min-width: 768px) {
	* + .box-alice-title {
		margin-top: 18px;
	}
}

@media (min-width: 992px) {
	* + .box-alice-title {
		margin-top: 25px;
	}
}

@media (min-width: 1200px) {
	.icon.box-alice-icon {
		font-size: 50px;
	}
	* + .box-alice-title {
		margin-top: 33px;
	}
}

/*
* Element groups
*/
html .group {
	margin-bottom: -20px;
	margin-left: -15px;
}

html .group:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 15px;
}

html .group-sm {
	margin-bottom: -10px;
	margin-left: -10px;
}

html .group-sm:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-sm > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

html .group-xl {
	margin-bottom: -20px;
	margin-left: -30px;
}

html .group-xl:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-xl > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 30px;
}

@media (min-width: 992px) {
	html .group-xl {
		margin-bottom: -20px;
		margin-left: -45px;
	}
	html .group-xl > * {
		margin-bottom: 20px;
		margin-left: 45px;
	}
}

html .group-middle {
	display: inline-flex;
	align-items: center;
}

html .group-middle-2 {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
}

html .group-custom {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 100%;
}

html .group-custom > * {
	flex: 0 1 100%;
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 576px) {
	html .group-custom {
		flex-wrap: nowrap;
	}
	html .group-custom > * {
		flex: 1 1 auto;
	}
}

* + .group-sm {
	margin-top: 30px;
}

* + .group-xl {
	margin-top: 20px;
}

/*
* Responsive units
*/
.unit {
	display: flex;
	flex: 0 1 100%;
	margin-bottom: -30px;
	margin-left: -20px;
}

.unit > * {
	margin-bottom: 30px;
	margin-left: 20px;
}

.unit:empty {
	margin-bottom: 0;
	margin-left: 0;
}

/*
* Lists
*/
/*
* Vertical list
*/
.list > li + li {
	margin-top: 10px;
}

.list-md > li + li {
	margin-top: 18px;
}

.list-xl > li + li {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.list-xl > li + li {
		margin-top: 60px;
	}
}

/*
* List inline
*/
.list-inline > li {
	display: inline-block;
}

/*
* List terms
*/
.list-terms dt + dd {
	margin-top: 5px;
}

.list-terms dd + dt {
	margin-top: 25px;
}

* + .list-terms {
	margin-top: 25px;
}

/*
* Index list
*/

/*
* Marked list
*/
.list-marked {
	padding-left: 25px;
	text-align: left;
}

.list-marked > li {
	text-indent: -25px;
	padding-left: 25px;
}

.list-marked > li::before {
	position: relative;
	display: inline-block;
	left: 25px;
	top: -1px;
	min-width: 25px;
	content: '\f105';
	font: 400 14px/24px 'FontAwesome';
	color: #b7b7b7;
}

.list-marked > li + li {
	margin-top: 4px;
}

* + .list-marked {
	margin-top: 15px;
}

p + .list-marked {
	margin-top: 10px;
}

/*
* Ordered List
*/
.list-ordered {
	counter-reset: li;
	padding-left: 25px;
	text-align: left;
}

.list-ordered > li {
	position: relative;
	padding-left: 25px;
}

.list-ordered > li:before {
	content: counter(li, decimal) ".";
	counter-increment: li;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 15px;
	color: #b7b7b7;
}

.list-ordered > li + li {
	margin-top: 10px;
}

* + .list-ordered {
	margin-top: 15px;
}

/*
* Images
*/
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

/*
* Icons
*/
.icon {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
}

.icon::before {
	position: relative;
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-transform: none;
}

.icon-circle {
	border-radius: 50%;
}

/*
* Tables custom
*/
.table-custom {
	width: 100%;
	max-width: 100%;
	text-align: left;
	background: #ffffff;
	border-collapse: collapse;
}

.table-custom th,
.table-custom td {
	color: #2c343b;
	background: #ffffff;
}

.table-custom th {
	padding: 35px 24px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	background: #d7d7d7;
}

@media (max-width: 991.98px) {
	.table-custom th {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.table-custom td {
	padding: 17px 24px;
}

.table-custom tbody tr:first-child td {
	border-top: 0;
}

.table-custom tr td {
	border-bottom: 1px solid #cccccc;
}

.table-custom tfoot td {
	font-weight: 700;
}

* + .table-custom-responsive {
	margin-top: 30px;
}

@media (min-width: 768px) {
	* + .table-custom-responsive {
		margin-top: 40px;
	}
}

.table-custom.table-custom-primary thead th {
	color: #ffffff;
	background: #6f43d6;
	border: 0;
}

.table-custom.table-custom-primary tbody tr:hover td {
	background: #d7d7d7;
}

.table-custom.table-custom-bordered tr td:first-child {
	border-left: 0;
}

.table-custom.table-custom-bordered tr td:last-child {
	border-right: 0;
}

.table-custom.table-custom-bordered td {
	border: 1px solid #cccccc;
}

.table-custom.table-custom-bordered tbody > tr:first-of-type > td {
	border-top: 0;
}

.table-custom.table-custom-striped {
	border-bottom: 1px solid #cccccc;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(odd) td {
	background: transparent;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(even) td {
	background: #d7d7d7;
}

.table-custom.table-custom-striped tbody td {
	border: 0;
}

.table-custom.table-custom-striped tfoot td:not(:first-child) {
	border-left: 0;
}

@media (max-width: 991.98px) {
	.table-custom-responsive {
		display: block;
		width: 100%;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

.table-custom.table-custom-hover tr:hover td {
	background: #d7d7d7;
}

/*
* Dividers
*/
hr {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #d7d7d7;
}

.divider {
	font-size: 0;
	line-height: 0;
}

.divider::after {
	content: '';
	display: inline-block;
	width: 60px;
	height: 2px;
	background-color: #6f43d6;
}

/*
* Buttons
*/
.button {
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 22px 18px;
	font-size: 14px;
	line-height: 1.23;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	letter-spacing: 0.27em;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	user-select: none;
	transition: 250ms all ease-in-out;
	border: none;
}

.button-block {
	display: block;
	width: 100%;
}

.button-default, .button-default:focus {
	color: #fe6192;
	background-color: #fe6192;
	border-color: #fe6192;
}

.button-default:not([href]):not([tabindex]):hover, .button-default:not([href]):not([tabindex]):active, .button-default:not([href]):not([tabindex]):focus {
	color: #000000;
}

.button-default:hover, .button-default:active, .button-default.active {
	color: #000000;
	background-color: #fffa78;
	border-color: #fffa78;
}

.button-default.button-ujarak::before {
	background: #fffa78;
}

.button-gray-100, .button-gray-100:focus {
	color: #333333;
	background-color: #edeff4;
	border-color: #edeff4;
}

.button-gray-100:not([href]):not([tabindex]):hover, .button-gray-100:not([href]):not([tabindex]):active, .button-gray-100:not([href]):not([tabindex]):focus {
	color: #333333;
}

.button-gray-100:hover, .button-gray-100:active, .button-gray-100.active {
	color: #333333;
	background-color: #dde1ea;
	border-color: #dde1ea;
}

.button-gray-100.button-ujarak::before {
	background: #dde1ea;
}

.button-primary, .button-primary:focus {
	color: #ffffff;
	background-color: #6f43d6;
	border-color: #6f43d6;
}

.button-primary:not([href]):not([tabindex]):hover, .button-primary:not([href]):not([tabindex]):active, .button-primary:not([href]):not([tabindex]):focus {
	color: #ffffff;
}

.button-primary:hover, .button-primary:active, .button-primary.active {
	color: #ffffff;
	background-color: #fe6192;
	border-color: #fe6192;
}

.button-primary.button-ujarak::before {
	background: #fe6192;
}

.button-secondary, .button-secondary:focus {
	color: #ffffff;
	background-color: #fe6192;
	border-color: #fe6192;
}

.button-secondary:not([href]):not([tabindex]):hover, .button-secondary:not([href]):not([tabindex]):active, .button-secondary:not([href]):not([tabindex]):focus {
	color: #000000;
}

.button-secondary:hover, .button-secondary:active, .button-secondary.active {
	color: #000000;
	background-color: #fffa78;
	border-color: #fffa78;
}

.button-secondary.button-ujarak::before {
	background: #fffa78;
}

.button-third, .button-third:focus {
	color: #000000;
	background-color: #fffa78;
	border-color: #fffa78;
}

.button-third:not([href]):not([tabindex]):hover, .button-third:not([href]):not([tabindex]):active, .button-third:not([href]):not([tabindex]):focus {
	color: #ffffff;
}

.button-third:hover, .button-third:active, .button-third.active {
	color: #ffffff;
	background-color: #fe6192;
	border-color: #fe6192;
}

.button-third.button-ujarak::before {
	background: #fe6192;
}

.button-default-outline, .button-default-outline:focus {
	color: #ffffff;
	background-color: #fe6192;
	border-color: #fe6192;
}

.button-default-outline:not([href]):not([tabindex]):hover, .button-default-outline:not([href]):not([tabindex]):active, .button-default-outline:not([href]):not([tabindex]):focus {
	color: #ffffff;
}

.button-default-outline:hover, .button-default-outline:active, .button-default-outline.active {
	color: #ffffff;
	background-color: #6f43d6;
	border-color: #6f43d6;
}

.button-default-outline.button-ujarak::before {
	background: #6f43d6;
}

.button-ghost {
	border: 0;
	background-color: transparent;
}

.button-ghost:hover {
	color: #ffffff;
	background: #6f43d6;
}

.button-facebook, .button-facebook:focus {
	color: #ffffff;
	background-color: #4d70a8;
	border-color: #4d70a8;
}

.button-facebook:not([href]):not([tabindex]):hover, .button-facebook:not([href]):not([tabindex]):active, .button-facebook:not([href]):not([tabindex]):focus {
	color: #ffffff;
}

.button-facebook:hover, .button-facebook:active, .button-facebook.active {
	color: #ffffff;
	background-color: #456497;
	border-color: #456497;
}

.button-facebook.button-ujarak::before {
	background: #456497;
}

.button-twitter, .button-twitter:focus {
	color: #ffffff;
	background-color: #02bcf3;
	border-color: #02bcf3;
}

.button-twitter:not([href]):not([tabindex]):hover, .button-twitter:not([href]):not([tabindex]):active, .button-twitter:not([href]):not([tabindex]):focus {
	color: #ffffff;
}

.button-twitter:hover, .button-twitter:active, .button-twitter.active {
	color: #ffffff;
	background-color: #02a8da;
	border-color: #02a8da;
}

.button-twitter.button-ujarak::before {
	background: #02a8da;
}

.button-google, .button-google:focus {
	color: #ffffff;
	background-color: #e2411e;
	border-color: #e2411e;
}

.button-google:not([href]):not([tabindex]):hover, .button-google:not([href]):not([tabindex]):active, .button-google:not([href]):not([tabindex]):focus {
	color: #ffffff;
}

.button-google:hover, .button-google:active, .button-google.active {
	color: #ffffff;
	background-color: #cc3a1a;
	border-color: #cc3a1a;
}

.button-google.button-ujarak::before {
	background: #cc3a1a;
}

.button-shadow {
	box-shadow: 0 9px 21px 0 #cccccc;
}

.button-shadow:hover {
	box-shadow: 0 9px 10px 0 #cccccc;
}

.button-shadow:focus, .button-shadow:active {
	box-shadow: none;
}

.button-ujarak {
	position: relative;
	z-index: 0;
	transition: background .4s, border-color .4s, color .4s;
}

.button-ujarak::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fffa78;
	z-index: -1;
	opacity: 0;
	transform: scale3d(0.7, 1, 1);
	transition: transform 0.42s, opacity 0.42s;
	border-radius: inherit;
}

.button-ujarak, .button-ujarak::before {
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button-ujarak:hover {
	transition: background .4s .4s, border-color .4s 0s, color .2s 0s;
}

.button-ujarak:hover::before {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.button-xs {
	padding: 8px 17px;
}

.button-sm {
	padding: 5px 25px;
	font-size: 12px;
	line-height: 1.5;
}

.button-lg {
	padding: 16px 10px;
	font-size: 12px;
	line-height: 1.23;
}

@media (min-width: 768px) {
	.button-lg {
		padding: 22px 18px;
		font-size: 14px;
		line-height: 1.23;
	}
}

.button-xl {
	padding: 16px 50px;
	font-size: 16px;
	line-height: 28px;
}

@media (min-width: 992px) {
	.button-xl {
		padding: 20px 80px;
	}
}

.button-circle {
	border-radius: 30px;
}

.button-round-1 {
	border-radius: 5px;
}

.button-round-2 {
	border-radius: 10px;
}

.button.button-icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
}

.button.button-icon .icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: inherit;
	font-size: 1em;
	line-height: 1em;
}

.button.button-icon-left .icon {
	padding-right: 0px;
}

.button.button-icon-right {
	flex-direction: row-reverse;
}

.button.button-icon-right .icon {
	padding-left: 11px;
}

.button.button-icon.button-link .icon {
	top: 5px;
	font-size: 1em;
}

.button.button-icon.button-xs .icon {
	top: .05em;
	font-size: 1.2em;
	padding-right: 8px;
}

.button.button-icon.button-xs .button-icon-right {
	padding-left: 8px;
}

.btn-primary {
	border-radius: 3px;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: uppercase;
	transition: .33s;
}

.btn-primary, .btn-primary:active, .btn-primary:focus {
	color: #ffffff;
	background: #6f43d6;
	border-color: #6f43d6;
}

.btn-primary:hover {
	color: #ffffff;
	background: #000000;
	border-color: #000000;
}

/*
* Form styles
*/
.rd-form {
	position: relative;
	text-align: left;
}

.rd-form .button {
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 50px;
}

* + .rd-form {
	margin-top: 20px;
}

input:-webkit-autofill ~ label,
input:-webkit-autofill ~ .form-validation {
	color: #000000 !important;
}

.form-wrap {
	position: relative;
}

.form-wrap.has-error .form-input {
	border-color: #f5543f;
}

.form-wrap.has-focus .form-input {
	border-color: #6f43d6;
}

.form-wrap-2 {
	position: relative;
}

.form-wrap-2.has-error .form-input {
	border-color: #f5543f;
}

.form-wrap-2.has-focus .form-input {
	border-color: #6f43d6;
}

.form-wrap-2 .form-label {
	right: inherit;
}

.form-input {
	display: block;
	width: 100%;
	min-height: 50px;
	padding: 12px 19px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #909090;
	background-color: #edeff4;
	background-image: none;
	border-radius: 0;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
	border: 1px solid #edeff4;
}

.form-input:focus {
	outline: 0;
}

textarea.form-input {
	height: 150px;
	min-height: 50px;
	max-height: 255px;
	resize: vertical;
}

.form-label {
	margin-bottom: 0;
	color: #909090;
	font-weight: 400;
}

.form-label {
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	padding-left: 19px;
	padding-right: 19px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	pointer-events: none;
	text-align: left;
	z-index: 9;
	transition: .25s;
	will-change: transform;
	transform: translateY(-50%);
	z-index: 1;
}

.form-label.focus {
	opacity: 0;
}

.form-label.auto-fill {
	color: #909090;
}

[data-x-mode='true'] .form-label {
	pointer-events: auto;
}

.form-validation {
	position: absolute;
	right: 8px;
	top: 0;
	z-index: 1;
	margin-top: 2px;
	font-size: 9px;
	font-weight: 400;
	line-height: 12px;
	letter-spacing: 0;
	color: #f5543f;
	transition: .3s;
}

#form-output-global {
	position: fixed;
	bottom: 30px;
	left: 15px;
	z-index: 2000;
	visibility: hidden;
	transform: translate3d(-500px, 0, 0);
	transition: .3s all ease;
}

#form-output-global.active {
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

@media (min-width: 576px) {
	#form-output-global {
		left: 30px;
	}
}

.form-output {
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 2px;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

.form-output.active {
	opacity: 1;
	visibility: visible;
}

.form-output.error {
	color: #f5543f;
}

.form-output.success {
	color: #98bf44;
}

.radio .radio-custom,
.checkbox .checkbox-custom {
	opacity: 0;
}

.radio .radio-custom, .radio .radio-custom-dummy,
.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy {
	position: absolute;
	left: 0;
	width: 14px;
	height: 14px;
	outline: none;
	cursor: pointer;
}

.radio .radio-custom-dummy,
.checkbox .checkbox-custom-dummy {
	pointer-events: none;
	background: #ffffff;
}

.radio .radio-custom-dummy::after,
.checkbox .checkbox-custom-dummy::after {
	position: absolute;
	opacity: 0;
	transition: .22s;
}

.radio .radio-custom:focus,
.checkbox .checkbox-custom:focus {
	outline: none;
}

.radio input,
.checkbox input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.radio-custom:checked + .radio-custom-dummy:after,
.checkbox-custom:checked + .checkbox-custom-dummy:after {
	opacity: 1;
}

.radio {
	padding-left: 28px;
}

.radio .radio-custom-dummy {
	top: 1px;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #b7b7b7;
}

.radio .radio-custom-dummy::after {
	content: '';
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background: #2c343b;
	border-radius: inherit;
}

.checkbox {
	padding-left: 28px;
}

.checkbox .checkbox-custom-dummy {
	left: 0;
	width: 18px;
	height: 18px;
	margin: 0;
	border: 1px solid #b7b7b7;
}

.checkbox .checkbox-custom-dummy::after {
	content: '\f222';
	font-family: "Material Design Icons";
	position: absolute;
	top: -1px;
	left: -2px;
	font-size: 20px;
	line-height: 18px;
	color: #cccccc;
}

.rd-form-inline {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	text-align: center;
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -4px;
	margin-right: -4px;
}

.rd-form-inline > * {
	margin-top: 8px;
	padding-left: 4px;
	padding-right: 4px;
}

.rd-form-inline > * {
	margin-top: 0;
}

.rd-form-inline .form-wrap {
	flex-grow: 1;
	min-width: 185px;
}

.rd-form-inline .form-button {
	flex-shrink: 0;
	max-width: calc(100% - 10px);
	min-height: 50px;
}

.rd-form-inline .form-button .button {
	min-height: inherit;
}

@media (min-width: 576px) {
	.rd-form-inline .button {
		display: block;
	}
}

.rd-form-inline.rd-form-inline-centered {
	justify-content: center;
}

.form-search {
	display: flex;
	justify-content: center;
}

.form-search .input {
	width: 100%;
}

.form-search .input .form-label {
	top: 32px;
}

.form-search .input .form-input {
	line-height: 35px;
}

.ie-10 .form-search .form-input, .ie-11 .form-search .form-input {
	padding: 20px 19px;
	line-height: 1.17;
}

.form-wrap-recaptcha .form-validation {
	right: 0;
	left: 110px;
}

@media (min-width: 992px) {
	.form-wrap-recaptcha .form-validation {
		left: 90px;
	}
}

/*
* Posts
*/
.post-modern {
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
}

.post-modern.post-modern-reverse {
	display: flex;
	flex-direction: column-reverse;
}

.post-modern:hover .post-modern-figure img {
	transform: scale(1.04);
	opacity: .8;
}

.post-modern-figure {
	position: relative;
	background: #333333;
	overflow: hidden;
}

.post-modern-figure img {
	max-width: inherit;
	transition: all .3s;
}

.post-modern-figure .badge {
	position: absolute;
	bottom: 25px;
	left: 25px;
}

.post-modern-caption {
	padding: 25px;
	background: #ffffff;
}

.post-modern-caption-text {
	background-color: #4fd5ed;
	transition: .3s all ease;
}

.post-modern-caption-text:hover {
	background-color: #fe6192;
}

.post-modern-date {
	font-weight: 400;
	color: rgba(0, 0, 0, 0.5);
	font-size: 18px;
}

.post-modern-title {
	font-weight: 500;
	line-height: 34px;
	letter-spacing: -.03em;
}

* + .post-modern-title {
	margin-top: 10px;
}

* + .post-modern-text {
	margin-top: 25px;
}

.post-modern-text + * {
	margin-top: 25px;
}

.post-modern-text {
	color: rgba(51, 51, 51, 0.8);
	line-height: 25px;
}

.post-classic-meta .badge {
	color: #ffffff;
	background-color: #fe6192;
	display: inline-block;
	padding: 7px 15px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 4px;
	margin: 30px 30px 30px 0px;
}

.post-light {
	position: relative;
	overflow: hidden;
	display: flex;
	border-radius: 0;
	text-align: left;
	background-size: cover;
	background-position: center center;
}

.post-light, .post-light:active, .post-light:focus, .post-light:hover {
	color: #cccccc;
}

.post-light::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 100%);
	opacity: .49;
	transition: all 0.3s ease-in-out;
}

.post-light::after {
	content: '';
	display: block;
	width: 100%;
	pointer-events: none;
	visibility: hidden;
	padding-bottom: 61.40351%;
}

.post-light:hover::before {
	opacity: .8;
}

.post-light::after,
.post-light-inner {
	width: 100%;
	flex-shrink: 0;
}

.post-light-inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding: 20px;
}

.post-light-inner .badge {
	color: #ffffff;
	background-color: #fe6192;
	display: inline-block;
	padding: 7px 15px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 4px;
}

.post-light-inner > * + * {
	margin-top: 50px;
}

.post-light-main {
	width: 100%;
}

.post-light-time {
	font-size: 14px;
	line-height: 1.2;
	position: relative;
	color: white;
}

.post-light-title {
	letter-spacing: 0;
}

* + .post-light-title {
	margin-top: 10px;
}

@media (max-width: 575.98px) {
	.post-light {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1200px) {
	.post-light-inner {
		padding: 30px 35px 30px 30px;
	}
}

/**
* Blog Layout 1
*/
.blog-layout-1 {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.blog-layout-1-item {
	position: relative;
	overflow: hidden;
}

.blog-layout-1-item > * + * {
	margin-top: 25px;
}

.blog-layout-1-item-aside {
	width: 130px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.blog-layout-1-item-time {
	display: block;
	max-width: 120px;
	margin-left: auto;
	margin-right: auto;
}

.blog-layout-1-item-main {
	position: relative;
	overflow: hidden;
	text-align: left;
	color: #909090;
}

.blog-layout-1-item-main .post-classic {
	margin-bottom: 40px;
}

@media (min-width: 768px) {
	.blog-layout-1-item-main .post-classic {
		margin-bottom: 0;
	}
}

.blog-layout-1-item-main .post-classic .link-hover-post {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .3s all ease;
}

.blog-layout-1-item-main .post-classic .link-hover-post:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 0;
	transition: .3s all ease;
}

.blog-layout-1-item-main .post-classic .link-hover-post:hover:after {
	opacity: 1;
	transition: .3s all ease;
}

.blog-layout-1-item-avatar {
	display: block;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}

* + .blog-layout-1-item,
* + .blog-layout-1-item-outer {
	margin-top: 30px;
}

* + .blog-layout-1-item-avatar-outer {
	margin-top: 15px;
}

* + .blog-layout-1-item-time {
	margin-top: 15px;
}

@media (min-width: 768px) {
	.blog-layout-1-item {
		display: flex;
		align-items: flex-start;
	}
	.blog-layout-1-item > * + * {
		margin-top: 0;
	}
	.blog-layout-1-item-aside {
		position: relative;
		padding-bottom: 20px;
		flex-shrink: 0;
	}
	.blog-layout-1-item-aside::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		height: 100vh;
		transform: translate(0, 100%);
		border-right: 1px solid #cccccc;
	}
	.blog-layout-1-item-avatar-outer {
		position: relative;
		z-index: 0;
	}
	.blog-layout-1-item-avatar-outer::after {
		content: '';
		position: absolute;
		left: 50%;
		top: 50%;
		width: 400px;
		border-bottom: 1px solid #cccccc;
	}
	.blog-layout-1-item-avatar {
		position: relative;
		z-index: 2;
	}
	.blog-layout-1-item-main {
		flex-grow: 1;
		margin-left: 30px;
	}
	* + .blog-layout-1-item,
	* + .blog-layout-1-item-outer {
		margin-top: 60px;
	}
}

@media (min-width: 1200px) {
	.blog-layout-1-item-main {
		margin-left: 60px;
	}
	.blog-layout-1-item-main {
		margin-left: 100px;
	}
	* + .blog-layout-1-item-avatar-outer {
		margin-top: 30px;
	}
	* + .blog-layout-1-item-time {
		margin-top: 22px;
	}
}

.post-single-title {
	letter-spacing: 0;
}

.post-single * + h5,
.post-single * + .heading-5 {
	margin-top: 15px;
}

.post-single > img {
	display: block;
	border-radius: 0;
}

.post-single > * + img {
	margin-top: 20px;
}

.post-single > * + p {
	margin-top: 20px;
}

.post-single-title {
	letter-spacing: 0;
}

.post-single-time {
	letter-spacing: 0.024em;
}

.post-single-footer {
	margin-bottom: -8px;
	margin-left: -20px;
}

.post-single-footer:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.post-single-footer > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 8px;
	margin-left: 20px;
}

* + .post-single-footer {
	margin-top: 25px;
}

@media (min-width: 768px) {
	.post-single > * + img {
		margin-top: 35px;
	}
}

@media (min-width: 992px) {
	.post-single * + h5,
	.post-single * + .heading-5 {
		margin-top: 30px;
	}
}

@media (min-width: 1200px) {
	.post-single * + h5,
	.post-single * + .heading-5 {
		margin-top: 50px;
	}
	.post-single > p + img {
		margin-top: 40px;
	}
}

.post-single-meta .badge {
	color: #ffffff;
	background-color: #fe6192;
	display: inline-block;
	padding: 7px 15px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 4px;
	margin: 30px 30px 30px 0px;
}

/*
* Quotes
*/
.quote-primary-mark {
	position: relative;
	top: 6px;
	display: block;
	width: 37px;
	height: 27px;
	fill: #6f43d6;
	flex-shrink: 0;
}

.quote-primary-body {
	position: relative;
	padding: 25px 0;
	border-top: 1px solid #d7d7d7;
}

.quote-primary-body::before, .quote-primary-body::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 13px;
	border-style: solid;
	border-color: #d7d7d7;
}

.quote-primary-body::before {
	left: 0;
	width: 78px;
	border-width: 1px 1px 0 0;
}

.quote-primary-body::after {
	right: 0;
	width: calc(100% - 78px - 12px);
	border-width: 1px 0 0 1px;
	transform-origin: 0 0;
	transform: skew(-45deg);
}

.quote-primary-text {
	padding-top: 20px;
}

.quote-primary-cite {
	font-weight: 700;
}

.quote-primary-footer {
	padding-left: 5px;
}

* + .quote-primary {
	margin-top: 30px;
}

* + .quote-primary-footer {
	margin-top: 8px;
}

@media (min-width: 576px) {
	.quote-primary-body {
		display: flex;
		padding: 32px 20px 40px 30px;
	}
	.quote-primary-text {
		padding-top: 0;
		padding-left: 20px;
	}
	.quote-primary-footer {
		padding-left: 30px;
	}
}

@media (min-width: 768px) {
	.quote-primary-body {
		padding-right: 40px;
	}
}

.quote-modern {
	position: relative;
	text-align: left;
	padding: 30px 15px;
	letter-spacing: .025em;
	background: #ffffff;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.15));
}

.quote-modern::before {
	position: absolute;
	content: '';
	top: calc(100% - 10px);
	left: 60px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 34px 34px 0 0;
	border-color: #ffffff transparent transparent transparent;
}

.quote-modern-2 .quote-modern-status {
	color: #6f43d6;
}

.quote-modern-figure {
	display: inline-block;
}

.quote-modern-cite {
	font-weight: 400;
	letter-spacing: .075em;
}

.quote-modern-status {
	color: #fe6192;
}

* + .quote-modern-status {
	margin-top: 0;
}

* + .quote-modern-text {
	margin-top: 12px;
}

@media (min-width: 576px) {
	.quote-modern {
		padding: 40px 20px;
	}
}

@media (min-width: 992px) {
	.quote-modern {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 1200px) {
	.quote-modern {
		padding: 52px 45px 44px;
	}
	.quote-modern-custom {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 1600px) {
	.quote-modern-custom {
		padding-left: 45px;
		padding-right: 45px;
	}
}

.ie-10 .quote-modern,
.ie-11 .quote-modern,
.ie-edge .quote-modern {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
}

.ie-10 .quote-modern::before,
.ie-11 .quote-modern::before,
.ie-edge .quote-modern::before {
	top: 100%;
	border-width: 24px 24px 0 0;
	z-index: 1;
}

.ie-10 .quote-modern::after,
.ie-11 .quote-modern::after,
.ie-edge .quote-modern::after {
	position: absolute;
	content: '';
	top: calc(100% + 2px);
	left: 58px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 28px 28px 0 0;
	border-color: rgba(0, 0, 0, 0.04) transparent transparent transparent;
	z-index: 0;
}

.quote-creative {
	text-align: center;
	padding: 0 15px 30px;
	letter-spacing: .025em;
	background: #ffffff;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.15));
}

.quote-creative-figure {
	display: inline-block;
	margin-top: -42px;
	border: 15px solid #ffffff;
	border-radius: 50%;
}

.quote-creative-cite {
	color: #6f43d6;
	font-weight: 400;
}

.quote-creative-cite a, .quote-creative-cite a:focus, .quote-creative-cite a:active {
	color: inherit;
}

.quote-creative-cite a:hover {
	color: #fe6192;
}

* + .quote-creative-cite {
	margin-top: 18px;
}

@media (min-width: 768px) {
	.quote-creative {
		padding: 0 20px 40px;
	}
}

.ie-10 .quote-creative,
.ie-11 .quote-creative,
.ie-edge .quote-creative {
	position: relative;
	background: transparent;
	z-index: 1;
}

.ie-10 .quote-creative::before,
.ie-11 .quote-creative::before,
.ie-edge .quote-creative::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #ffffff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
	z-index: -1;
}

.ie-10 .quote-creative-figure,
.ie-11 .quote-creative-figure,
.ie-edge .quote-creative-figure {
	position: relative;
}

.ie-10 .quote-creative-figure::before,
.ie-11 .quote-creative-figure::before,
.ie-edge .quote-creative-figure::before {
	position: absolute;
	content: '';
	top: -16px;
	right: -16px;
	bottom: -16px;
	left: -16px;
	border-radius: 50%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
	z-index: -2;
}

.quote-nancy {
	position: relative;
	text-align: left;
	letter-spacing: .025em;
	perspective: 1000px;
}

.quote-nancy-content {
	transform-style: preserve-3d;
	transition: all .5s ease;
}

.quote-nancy-body {
	position: relative;
	padding: 40px 20px 30px;
	background: #6f43d6;
	will-change: transform;
	overflow: hidden;
	backface-visibility: hidden;
	clip-path: polygon(100% 0, 100% 90%, 90% 100%, 0 100%, 0 0);
	z-index: 1;
}

.quote-nancy-figure {
	position: absolute;
	content: '';
	top: 1px;
	right: 1px;
	bottom: 1px;
	left: 1px;
	overflow: hidden;
	clip-path: polygon(100% 0, 100% 90%, 90% 100%, 0 100%, 0 0);
}

.quote-nancy-figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
	max-width: none;
}

@supports (object-fit: cover) {
	.quote-nancy-figure img {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		transform: none;
		object-fit: cover;
		object-position: center center;
	}
}

.quote-nancy-quote {
	position: relative;
	padding-top: 35px;
}

.quote-nancy-quote h4 {
	line-height: 1.2;
	font-weight: 300;
	letter-spacing: .05em;
}

.quote-nancy-quote::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '\201C';
	font-size: 70px;
	line-height: 1;
	font-family: "Merriweather", serif;
	color: #6f43d6;
}

.quote-nancy-cite,
.quote-nancy-author {
	font-weight: 400;
}

.quote-nancy-status {
	color: #9b9b9b;
}

@media (min-width: 992px) {
	.desktop .quote-nancy:hover .quote-nancy-content {
		transform: rotateY(180deg);
	}
}

@media (min-width: 768px) {
	.quote-nancy-quote {
		padding-top: 0;
		padding-left: 40px;
	}
	.quote-nancy-quote::before {
		top: -3px;
		left: 0;
		font-size: 91px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.owl-quote .quote-nancy-quote h4 {
		font-size: 34px;
	}
}

@media (min-width: 992px) {
	.quote-nancy-body {
		padding: 60px 30px 40px;
	}
}

* + .quote-nancy-status {
	margin-top: 0;
}

* + .unit {
	margin-top: 20px;
}

.ie-10 .quote-nancy-body::before,
.ie-10 .quote-nancy-figure::before,
.ie-11 .quote-nancy-body::before,
.ie-11 .quote-nancy-figure::before,
.ie-edge .quote-nancy-body::before,
.ie-edge .quote-nancy-figure::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	width: 44px;
	background: #ffffff;
	transform: skew(-45deg);
	transform-origin: 100% 100%;
	z-index: 1;
}

.ie-10 .quote-nancy-figure::before,
.ie-11 .quote-nancy-figure::before,
.ie-edge .quote-nancy-figure::before {
	z-index: 1;
}

.ie-10 .quote-nancy-body,
.ie-11 .quote-nancy-body,
.ie-edge .quote-nancy-body {
	transition: opacity .05s ease .15s;
}

@media (min-width: 992px) {
	.ie-10.desktop .quote-nancy:hover .quote-nancy-content,
	.ie-11.desktop .quote-nancy:hover .quote-nancy-content,
	.ie-edge.desktop .quote-nancy:hover .quote-nancy-content {
		transform: rotateY(180deg);
	}
	.ie-10.desktop .quote-nancy:hover .quote-nancy-body,
	.ie-11.desktop .quote-nancy:hover .quote-nancy-body,
	.ie-edge.desktop .quote-nancy:hover .quote-nancy-body {
		opacity: 0;
	}
}

.quote-lisa {
	text-align: center;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: .025em;
	background: transparent;
}

.quote-lisa-2 .quote-lisa-text::before, .quote-lisa-2 .quote-lisa-text::after {
	color: #6f43d6;
}

.quote-lisa-2 .quote-lisa-cite a:hover {
	color: #6f43d6;
}

.quote-lisa-2 .quote-lisa-status {
	color: #fe6192;
}

.quote-lisa-body {
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
}

.quote-lisa-text {
	position: relative;
	font-size: 14px;
	font-style: italic;
	color: #909090;
	padding-bottom: 34px;
}

@media (min-width: 768px) {
	.quote-lisa-text {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 18px;
	}
}

.quote-lisa-cite {
	font-weight: 400;
	letter-spacing: .2em;
}

.quote-lisa-cite a:hover {
	color: #fe6192;
}

.quote-lisa-status {
	color: #fe6192;
}

* + .quote-lisa-status {
	margin-top: 0;
}

* + .quote-lisa-text {
	margin-top: 18px;
}

* + .quote-lisa-cite {
	margin-top: 26px;
}

@media (min-width: 576px) {
	.quote-lisa {
		padding-left: 15px;
		padding-right: 15px;
	}
	.quote-lisa-text {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.thumbnail-classic {
	text-align: center;
	overflow: hidden;
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
}

.thumbnail-classic-figure {
	display: block;
}

.thumbnail-classic-figure img {
	width: 100%;
	transition: all .3s ease;
}

.thumbnail-classic-caption {
	text-align: center;
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0;
	padding: 10px 15px;
	min-width: 230px;
	transform: translate3d(-50%, 0, 0);
	background: rgba(79, 213, 237, 0.95);
	pointer-events: none;
	transition: all .3s ease;
}

.thumbnail-classic-title-wrap > * {
	display: inline-block;
	vertical-align: middle;
}

.thumbnail-classic-title-wrap .icon {
	margin-top: 3px;
	margin-right: 16px;
	font-size: 26px;
}

.thumbnail-classic-title-wrap .icon img {
	display: none;
}

.thumbnail-classic-title-wrap .icon, .thumbnail-classic-title-wrap .icon:focus, .thumbnail-classic-title-wrap .icon:active {
	color: #ffffff;
}

.thumbnail-classic-title-wrap .icon:hover {
	color: #fe6192;
}

.thumbnail-classic-title {
	font-size: 23px;
	width: 100%;
	text-align: center;
	color: #ffffff;
	padding-top: 10px;
}

@media (min-width: 1200px) {
	.thumbnail-classic-title {
		font-size: 26px;
	}
}

.thumbnail-classic-title a, .thumbnail-classic-title a:focus, .thumbnail-classic-title a:active {
	color: inherit;
}

.thumbnail-classic-title a:hover {
	color: #fe6192;
}

@media (max-width: 575.98px) {
	.thumbnail-custom-mobile {
		min-height: 300px;
	}
	.thumbnail-custom-mobile a {
		min-height: inherit;
	}
	.thumbnail-custom-mobile img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		min-height: 100%;
		min-width: 100%;
		width: auto;
		height: auto;
		max-width: none;
	}
	@supports (object-fit: cover) {
		.thumbnail-custom-mobile img {
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			transform: none;
			object-fit: cover;
			object-position: center center;
		}
	}
}

@media (min-width: 992px) {
	.desktop .thumbnail-classic-figure img {
		transform: scale(1.1);
		will-change: transform;
	}
	.desktop .thumbnail-classic-caption {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		text-align: inherit;
		padding: 20px;
		top: 20px;
		right: 20px;
		bottom: 20px;
		left: 20px;
		opacity: 0;
		visibility: hidden;
		transform: translate3d(-20px, -20px, 0);
		will-change: transform;
	}
	.desktop .thumbnail-classic-title-wrap {
		width: 100%;
	}
	.desktop .thumbnail-classic-title-wrap .icon {
		display: inline-block;
		font-size: 36px;
	}
	.desktop .thumbnail-classic-text {
		display: block;
		font-size: 24px;
		font-style: italic;
		width: 100%;
	}
	.desktop .thumbnail-classic:hover .thumbnail-classic-figure img {
		transform: none;
	}
	.desktop .thumbnail-classic:hover .thumbnail-classic-caption {
		opacity: 1;
		visibility: visible;
		transform: none;
	}
}

@media (min-width: 1200px) {
	.desktop .thumbnail-classic-caption {
		padding: 0;
	}
}

@media (min-width: 1800px) {
	.thumbnail-md .thumbnail-classic-caption {
		width: 100%;
		height: 100%;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		padding-top: 15px;
	}
}

* + .thumbnail-classic-text {
	margin-top: 14px;
}

.figure-light figcaption {
	padding-top: 10px;
	color: #b7b7b7;
}

.thumbnail-classic-2 {
	overflow: hidden;
	max-width: 370px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.thumbnail-classic-2 {
		max-width: 100%;
	}
}

.thumbnail-classic-figure-2 {
	display: block;
}

.thumbnail-classic-figure-2 img {
	width: 100%;
	transition: all .3s ease;
}

.thumbnail-classic-caption-2 {
	text-align: center;
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0;
	padding: 10px 15px;
	min-width: 230px;
	transform: translate3d(-50%, 0, 0);
	background: rgba(254, 97, 146, 0.95);
	pointer-events: none;
	transition: all .3s ease;
}

.thumbnail-classic-title-wrap-2 > * {
	display: inline-block;
	vertical-align: middle;
}

.thumbnail-classic-title-wrap-2 .icon {
	margin-top: 3px;
	margin-right: 16px;
	font-size: 26px;
	display: none;
}

.thumbnail-classic-title-wrap-2 .icon img {
	display: none;
}

.thumbnail-classic-title-wrap-2 .icon, .thumbnail-classic-title-wrap-2 .icon:focus, .thumbnail-classic-title-wrap-2 .icon:active {
	color: #333333;
}

.thumbnail-classic-title-wrap-2 .icon:hover {
	color: #fe6192;
}

.thumbnail-classic-title-2 {
	color: #ffffff;
}

.thumbnail-classic-title-2 a, .thumbnail-classic-title-2 a:focus, .thumbnail-classic-title-2 a:active {
	color: inherit;
}

.thumbnail-classic-title-2 a:hover {
	color: #4fd5ed;
}

.thumbnail-classic-text-2 {
	display: none;
}

@media (max-width: 575.98px) {
	.thumbnail-custom-mobile-2 {
		min-height: 300px;
	}
	.thumbnail-custom-mobile-2 a {
		min-height: inherit;
	}
	.thumbnail-custom-mobile-2 img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		min-height: 100%;
		min-width: 100%;
		width: auto;
		height: auto;
		max-width: none;
	}
	@supports (object-fit: cover) {
		.thumbnail-custom-mobile-2 img {
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			transform: none;
			object-fit: cover;
			object-position: center center;
		}
	}
}

@media (min-width: 992px) {
	.desktop .thumbnail-classic-figure-2 img {
		transform: scale(1.1);
		will-change: transform;
	}
	.desktop .thumbnail-classic-caption-2 {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		text-align: inherit;
		top: 0;
		right: 3%;
		bottom: 0;
		left: 3%;
		opacity: 0;
		visibility: hidden;
		transform: translate3d(-20px, -20px, 0);
		will-change: transform;
	}
	.desktop .thumbnail-classic-title-wrap-2 {
		width: 100%;
		text-align: center;
	}
	.desktop .thumbnail-classic-title-wrap-2 .icon {
		margin-right: 24px;
		font-size: 36px;
	}
	.desktop .thumbnail-classic-text-2 {
		display: block;
		font-size: 24px;
		font-style: italic;
		width: 100%;
	}
	.desktop .thumbnail-classic-2:hover .thumbnail-classic-figure-2 img {
		transform: none;
	}
	.desktop .thumbnail-classic-2:hover .thumbnail-classic-caption-2 {
		opacity: 1;
		visibility: visible;
		transform: none;
	}
}

@media (min-width: 1200px) {
	.desktop .thumbnail-classic-caption-2 {
		padding: 0;
		left: 3%;
		right: 3%;
	}
}

@media (min-width: 1800px) {
	.thumbnail-classic-caption-2 {
		top: 0;
		left: 3%;
		right: 3%;
	}
}

* + .thumbnail-classic-text-2 {
	margin-top: 14px;
}

.thumbnail-classic-social-2 {
	padding-top: 30px;
}

.thumbnail-classic-social-2 ul {
	display: flex;
	justify-content: center;
}

.thumbnail-classic-social-2 ul li {
	display: inline-block;
	text-align: center;
	margin-right: 12px;
}

.thumbnail-classic-social-2 ul li a {
	color: #ffffff;
	width: 32px;
	height: 32px;
	font-size: 18px;
	line-height: 32px;
	border: 1px solid #ffffff;
	border-radius: 50%;
}

.thumbnail-classic-social-2 ul li a:hover {
	background-color: #4fd5ed;
	border: 1px solid #4fd5ed;
}

.thumbnail-creative {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: .1px;
	padding-bottom: 70.27027%;
	border-radius: 0;
	text-align: center;
	backface-visibility: hidden;
	transition: all .3s ease-in-out;
}

.thumbnail-creative::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 0;
	background: rgba(111, 67, 214, 0.95);
	opacity: 1;
	transition: all .3s ease;
}

@media (min-width: 992px) {
	.thumbnail-creative::after {
		top: 0;
		opacity: 0;
	}
}

.thumbnail-creative .thumbnail-creative-caption h3, .thumbnail-creative .thumbnail-creative-caption h4 {
	display: block;
}

@media (min-width: 992px) {
	.thumbnail-creative .thumbnail-creative-caption h3, .thumbnail-creative .thumbnail-creative-caption h4 {
		opacity: 0;
	}
}

.thumbnail-creative:hover .thumbnail-creative-caption h3, .thumbnail-creative:hover .thumbnail-creative-caption h4 {
	opacity: 1;
}

.thumbnail-creative:hover:after {
	opacity: 1;
}

.thumbnail-creative-second {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	padding-bottom: 70.27027%;
	border-radius: 0;
	text-align: center;
	backface-visibility: hidden;
	transition: all .3s ease-in-out;
}

.thumbnail-creative-second::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 0;
	background: rgba(254, 97, 146, 0.95);
	opacity: 1;
	transition: all .3s ease;
}

@media (min-width: 992px) {
	.thumbnail-creative-second::after {
		opacity: 0;
		top: 0;
	}
}

.thumbnail-creative-second .thumbnail-creative-caption h3, .thumbnail-creative-second .thumbnail-creative-caption h4 {
	display: block;
}

@media (min-width: 992px) {
	.thumbnail-creative-second .thumbnail-creative-caption h3, .thumbnail-creative-second .thumbnail-creative-caption h4 {
		opacity: 0;
	}
}

.thumbnail-creative-second .thumbnail-creative-caption:hover h3, .thumbnail-creative-second .thumbnail-creative-caption:hover h4 {
	opacity: 1;
}

.thumbnail-creative-second .thumbnail-creative-caption:after {
	opacity: 1;
}

.thumbnail-creative-third {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	padding-bottom: 70.27027%;
	border-radius: 0;
	text-align: center;
	backface-visibility: hidden;
	transition: all .3s ease-in-out;
}

.thumbnail-creative-third::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 0;
	background: rgba(79, 213, 237, 0.95);
	opacity: 1;
	transition: all .3s ease;
}

@media (min-width: 992px) {
	.thumbnail-creative-third::after {
		opacity: 0;
		top: 0;
	}
}

.thumbnail-creative-third .thumbnail-creative-caption h3, .thumbnail-creative-third .thumbnail-creative-caption h4 {
	display: block;
}

@media (min-width: 992px) {
	.thumbnail-creative-third .thumbnail-creative-caption h3, .thumbnail-creative-third .thumbnail-creative-caption h4 {
		opacity: 0;
	}
}

.thumbnail-creative-third:hover h3, .thumbnail-creative-third:hover h4 {
	opacity: 1;
}

.thumbnail-creative-third:hover:after {
	opacity: 1;
}

.thumbnail-creative-2 {
	padding-bottom: 100%;
}

.thumbnail-creative-2 .thumbnail-creative-overlay::after {
	font-size: 26px;
}

.thumbnail-creative-media {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: center center;
	background-size: cover;
	opacity: 1;
	transition: opacity 0.35s, transform 0.35s;
	will-change: transform;
}

.thumbnail-creative-image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
	max-width: none;
}

@supports (object-fit: cover) {
	.thumbnail-creative-image {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		transform: none;
		object-fit: cover;
		object-position: center center;
	}
}

.thumbnail-creative-overlay {
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 10px;
	color: #ffffff;
	z-index: 1;
	border-radius: 0;
}

.thumbnail-creative-overlay::before, .thumbnail-creative-overlay::after {
	position: absolute;
	pointer-events: none;
}

.thumbnail-creative-overlay::before {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	transition: transform 0.6s;
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

@media (max-width: 575.98px) {
	.thumbnail-creative {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 575.98px) {
	.thumbnail-creative-second {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 576px) {
	.thumbnail-creative-1 {
		padding-bottom: 127.02703%;
	}
}

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .thumbnail-creative::after {
		opacity: 0;
		transition: opacity 0.35s;
	}
	html:not(.tablet):not(.mobile) .thumbnail-creative-overlay::after {
		opacity: 0;
		transform: translate(-50%, calc(-50% + 10px));
	}
	html:not(.tablet):not(.mobile) .thumbnail-creative:hover::after {
		opacity: 1;
	}
	html:not(.tablet):not(.mobile) .thumbnail-creative:hover .thumbnail-creative-overlay::before {
		transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	}
	html:not(.tablet):not(.mobile) .thumbnail-creative:hover .thumbnail-creative-overlay::after {
		opacity: 1;
		transform: translate(-50%, -50%);
		transition-delay: .3s;
	}
}

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .thumbnail-creative-second::after {
		opacity: 0;
		transition: opacity 0.35s;
	}
	html:not(.tablet):not(.mobile) .thumbnail-creative-overlay::after {
		opacity: 0;
		transform: translate(-50%, calc(-50% + 10px));
	}
	html:not(.tablet):not(.mobile) .thumbnail-creative-second:hover::after {
		opacity: 1;
	}
	html:not(.tablet):not(.mobile) .thumbnail-creative-second:hover .thumbnail-creative-overlay::before {
		transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	}
	html:not(.tablet):not(.mobile) .thumbnail-creative-second:hover .thumbnail-creative-overlay::after {
		opacity: 1;
		transform: translate(-50%, -50%);
		transition-delay: .3s;
	}
}

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .thumbnail-creative-third::after {
		opacity: 0;
		transition: opacity 0.35s;
	}
	html:not(.tablet):not(.mobile) .thumbnail-creative-overlay::after {
		opacity: 0;
		transform: translate(-50%, calc(-50% + 10px));
	}
	html:not(.tablet):not(.mobile) .thumbnail-creative-third:hover::after {
		opacity: 1;
	}
	html:not(.tablet):not(.mobile) .thumbnail-creative-third:hover .thumbnail-creative-overlay::before {
		transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	}
	html:not(.tablet):not(.mobile) .thumbnail-creative-third:hover .thumbnail-creative-overlay::after {
		opacity: 1;
		transform: translate(-50%, -50%);
		transition-delay: .3s;
	}
}

.thumbnail-creative-caption {
	position: absolute;
	z-index: 1;
	height: 150%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

@media (min-width: 992px) {
	.thumbnail-creative-caption {
		height: 100%;
	}
}

.thumbnail-creative-caption h3 {
	text-transform: uppercase;
	color: #ffffff;
	transition: all .3s ease-in-out;
	display: none;
}

.thumbnail-creative-caption h3:hover {
	color: #b7b7b7;
}

.thumbnail-creative-caption h4 {
	color: #ffffff;
	font-family: "Merriweather", serif;
	font-style: italic;
	padding-top: 15px;
	display: none;
}

.single-project h4 {
	font-family: "Merriweather", serif;
	padding-top: 25px;
}

.single-project .button {
	min-width: 230px;
}

.single-project p + p {
	margin-top: 24px;
}

@media (min-width: 576px) {
	.single-project {
		text-align: left;
	}
}

@media (min-width: 1200px) {
	.single-project h4 + p {
		margin-top: 24px;
	}
}

.single-project-2 .list-1 {
	font-size: 16px;
	font-style: italic;
	color: #333333;
}

.single-project-2 li {
	padding-top: 10px;
	align-items: center;
}

@media (min-width: 576px) {
	.single-project-2 li {
		display: flex;
		padding-top: 0;
	}
}

.single-project-2 li .list-2 {
	font-size: 24px;
	color: #4fd5ed;
	padding-right: 13px;
}

.single-project-2 li span.text {
	font-size: 16px;
	font-style: italic;
}

.thumbnail-mary {
	text-align: center;
	overflow: hidden;
	transition: all .3s ease;
}

.thumbnail-mary::before, .thumbnail-mary::after {
	position: absolute;
	content: '';
	transition: inherit;
	pointer-events: none;
}

.thumbnail-mary::before {
	top: 0;
	right: 5px;
	bottom: 0;
	left: 5px;
	background: rgba(111, 67, 214, 0.45);
	z-index: 1;
}

.thumbnail-mary::after {
	display: inline-block;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px solid rgba(111, 67, 214, 0.5);
	z-index: 1;
}

.thumbnail-mary .thumbnail-mary-caption a {
	color: #ffffff;
}

.thumbnail-mary .thumbnail-mary-caption a:hover {
	color: #4fd5ed;
}

.thumbnail-mary-2::after {
	display: none;
}

.thumbnail-mary-2 .thumbnail-mary-caption .icon:hover {
	color: #6f43d6;
}

.thumbnail-mary-3::before {
	background: rgba(111, 67, 214, 0.37);
}

.thumbnail-xxs .thumbnail-mary-caption .icon {
	font-size: 30px;
}

.thumbnail-mary-figure {
	display: block;
}

.thumbnail-mary-figure img {
	width: 100%;
	transition: all .3s ease;
}

.thumbnail-mary-caption {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	z-index: 1;
}

.thumbnail-mary-caption > * {
	pointer-events: auto;
}

.thumbnail-mary-caption .icon {
	font-size: 36px;
}

.thumbnail-mary-caption .icon img {
	display: none;
}

.thumbnail-mary-caption .icon, .thumbnail-mary-caption .icon:focus, .thumbnail-mary-caption .icon:active {
	color: #ffffff;
}

.thumbnail-mary-caption .icon:hover {
	color: rgba(254, 97, 146, 0.8);
}

.thumbnail-mary-title {
	letter-spacing: 0;
	color: #ffffff;
	font-weight: 400;
	font-family: "Merriweather", serif;
	text-transform: capitalize;
}

@media (min-width: 1200px) {
	.thumbnail-mary-title {
		font-size: 24px;
		letter-spacing: .05em;
	}
}

.thumbnail-mary-title a, .thumbnail-mary-title a:focus, .thumbnail-mary-title a:active {
	color: #ffffff;
}

.thumbnail-mary-title a:hover {
	color: rgba(255, 255, 255, 0.5);
}

.thumbnail-mary-project {
	font-family: "Merriweather", serif;
	letter-spacing: 0;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
}

.thumbnail-mary-time {
	font-weight: 400;
	color: #6f43d6;
	font-family: "Merriweather", serif;
}

.owl-timeline .thumbnail-mary-decor {
	display: inline-block;
	position: relative;
	margin: 15px 0 14px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #6f43d6;
}

.owl-timeline .thumbnail-mary-decor::before, .owl-timeline .thumbnail-mary-decor::after {
	display: inline-block;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	opacity: 1;
	transform: none;
	visibility: visible;
}

.owl-timeline .thumbnail-mary-decor::before {
	background: rgba(111, 67, 214, 0.5);
	animation: item1B 1s ease infinite;
}

.owl-timeline .thumbnail-mary-decor::after {
	background: rgba(111, 67, 214, 0.3);
	animation: item1A 1s ease infinite;
}

.desktop .thumbnail-mary::before {
	opacity: 0;
	visibility: hidden;
}

.desktop .thumbnail-mary::after {
	transform: scale(0.85);
	opacity: 0;
	visibility: hidden;
}

.desktop .thumbnail-mary-figure img {
	transform: scale(0.96);
	will-change: transform;
}

.desktop .thumbnail-mary-caption .icon,
.desktop .thumbnail-mary-title {
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}

.desktop .thumbnail-mary-caption .icon {
	transform: translate3d(0, -10px, 0);
}

.desktop .thumbnail-mary-title {
	transform: translate3d(0, 10px, 0);
}

.desktop .thumbnail-mary:hover::before {
	opacity: 1;
	visibility: visible;
}

.desktop .thumbnail-mary:hover::after {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.desktop .thumbnail-mary:hover .thumbnail-mary-figure img {
	transform: none;
}

.desktop .thumbnail-mary:hover .icon,
.desktop .thumbnail-mary:hover .thumbnail-mary-title {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.desktop .owl-timeline:hover .thumbnail-mary-decor::before, .desktop .owl-timeline:hover .thumbnail-mary-decor::after {
	animation: none;
}

.desktop .owl-timeline:hover .owl-stage > .owl-item:hover .thumbnail-mary-decor::before {
	animation: item1B 1s ease infinite;
}

.desktop .owl-timeline:hover .owl-stage > .owl-item:hover .thumbnail-mary-decor::after {
	animation: item1A 1s ease infinite;
}

@keyframes item1B {
	25% {
		opacity: 1;
		transform: none;
		visibility: visible;
	}
	100% {
		opacity: 0;
		transform: scale(3);
		visibility: hidden;
	}
}

@keyframes item1A {
	100% {
		opacity: 0;
		transform: scale(4);
		visibility: hidden;
	}
}

* + .thumbnail-mary-title {
	margin-top: 16px;
}

* + .thumbnail-mary-description {
	margin-top: 30px;
}

.single-project-social-link {
	text-align: center;
}

@media (min-width: 992px) {
	.single-project-social-link {
		text-align: left;
	}
}

.single-project-social-link ul li {
	width: 38px;
	height: 38px;
	line-height: 44px;
	background-color: #4fd5ed;
	border-radius: 50%;
	text-align: center;
	margin-right: 15px;
	transition: all .3s ease-in-out;
}

.single-project-social-link ul li a {
	font-size: 24px;
	color: #ffffff;
}

.single-project-social-link ul li:hover {
	background-color: #fe6192;
}

.project-navigation {
	display: flex;
	justify-content: space-between;
}

.project-navigation .title-text {
	font-family: "Merriweather", serif;
	font-style: italic;
	font-size: 0;
}

.project-navigation .title-text a {
	color: gray;
}

.project-navigation .title-text a:hover {
	color: #6f43d6;
}

@media (min-width: 576px) {
	.project-navigation .title-text {
		font-size: 24px;
	}
}

.project-navigation-arrow-prev,
.project-navigation-arrow-next {
	position: relative;
	display: inline-block;
	padding-left: 32px;
}

.project-navigation-arrow-prev:focus, .project-navigation-arrow-prev:active, .project-navigation-arrow-prev:hover,
.project-navigation-arrow-next:focus,
.project-navigation-arrow-next:active,
.project-navigation-arrow-next:hover {
	color: #4fd5ed;
}

.project-navigation-arrow-prev span,
.project-navigation-arrow-next span {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
}

@media (min-width: 576px) {
	.project-navigation-arrow-prev span,
	.project-navigation-arrow-next span {
		font-size: 16px;
	}
}

.project-navigation-arrow-next {
	padding: 0;
	padding-right: 32px;
}

@media (min-width: 320px) and (max-width: 346px) {
	.project-navigation-arrow-next {
		padding-right: 0;
	}
}

.project-navigation-arrow-next span {
	right: 0;
	left: auto;
}

/*
* Breadcrumbs
*/

/*
* Pagination custom
*/
.pagination {
	font-size: 0;
	line-height: 0;
	margin-bottom: -10px;
	margin-left: -10px;
}

.pagination:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.pagination > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

/*
* Snackbars
*/
.snackbars {
	padding: 9px 16px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	text-align: left;
	background-color: #333333;
	border-radius: 0;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	font-size: 14px;
}

.snackbars .icon-xxs {
	font-size: 18px;
}

.snackbars p span:last-child {
	padding-left: 14px;
}

.snackbars-left {
	display: inline-block;
	margin-bottom: 0;
}

.snackbars-right {
	display: inline-block;
	float: right;
	text-transform: uppercase;
}

.snackbars-right:hover {
	text-decoration: underline;
}

@media (min-width: 576px) {
	.snackbars {
		max-width: 540px;
		padding: 12px 15px;
		font-size: 15px;
	}
}

/*
* Footers
*/
.footer-classic {
	padding: 30px 0;
	text-align: center;
	background: #edeff4;
}

@media (min-width: 1200px) {
	.footer-classic {
		padding: 112px 0;
	}
}

.footer-classic .button {
	border: none;
}

.footer-social-list {
	padding-top: 50px;
}

.footer-social-list li {
	padding-right: 10px;
}

.footer-social-list .icon {
	position: relative;
	text-align: center;
	width: 38px;
	height: 38px;
	font-size: 18px;
	line-height: 38px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px #909090;
	transition: color .3s;
	z-index: 1;
}

.footer-social-list .icon, .footer-social-list .icon:focus, .footer-social-list .icon:active {
	color: #ffffff;
}

.footer-social-list .icon:hover {
	color: #ffffff;
}

.footer-social-list .icon::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 2px;
	border-radius: 50%;
	pointer-events: none;
	transition: transform 0.2s, opacity 0.3s;
	z-index: -1;
}

.footer-social-list .icon:hover {
	background: #4fd5ed;
}

.footer-social-list .icon:hover:after {
	background: #4fd5ed;
	opacity: 0;
	transform: scale(1.3);
}

* + .footer-social-list {
	margin-top: 26px;
}

@media (min-width: 480px) {
	.footer-social-list .icon {
		width: 38px;
		height: 38px;
		font-size: 18px;
		line-height: 38px;
	}
}

/*
*
* Comments
*/
.comment-classic {
	display: flex;
	align-items: flex-start;
	text-align: left;
	padding-bottom: 20px;
}

.comment-classic > * + * {
	margin-left: 20px;
}

.comment-classic-image {
	position: relative;
	flex-shrink: 0;
	width: 100%;
	max-width: 50px;
	border-radius: 50%;
}

.comment-classic-main {
	flex-grow: 1;
}

.comment-classic-name {
	color: #6f43d6;
}

.comment-classic-text {
	color: #111111;
}

.comment-classic-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: -5px;
	margin-left: -20px;
}

.comment-classic-meta:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.comment-classic-meta > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 20px;
}

.comment-classic-time {
	letter-spacing: .03em;
	color: #9b9b9b;
}

.comment-classic-reply {
	line-height: 1;
	color: #cccccc;
}

.comment-classic-reply::before {
	position: relative;
	top: 1px;
	content: '\f549';
	font-family: 'Material Design Icons';
	font-size: 24px;
	margin-right: 5px;
}

.comment-classic-reply:hover {
	color: #6f43d6;
}

* + .comment-classic-text {
	margin-top: 8px;
}

* + .comment-classic-meta {
	margin-top: 15px;
}

@media (min-width: 576px) {
	.comment-classic > * + * {
		margin-left: 25px;
	}
	.comment-classic-reply::before {
		font-size: 28px;
	}
}

.comment-classic-group .comment-classic-group {
	margin-left: 25px;
}

.comment-classic-group * + .comment-classic-group {
	margin-top: 22px;
}

* + .comment-classic-group {
	margin-top: 60px;
}

.comment-classic-group + .comment-classic-group {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.comment-classic-group .comment-classic-group {
		margin-left: 75px;
	}
	.comment-classic-image {
		max-width: 100px;
	}
	* + .comment-classic-text {
		margin-top: 18px;
	}
	* + .comment-classic-meta {
		margin-top: 20px;
	}
}

@media (min-width: 1200px) {
	.comment-classic-group .comment-classic-group {
		margin-left: 125px;
	}
}

/*
* Page layout
*/
.page {
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	opacity: 0;
}

.page.fadeIn {
	animation-timing-function: ease-out;
}

.page.fadeOut {
	animation-timing-function: ease-in;
}

[data-x-mode] .page {
	opacity: 1;
}

/*
* Text styling
*/
.text-italic {
	font-style: italic;
}

.text-normal {
	font-style: normal;
}

.text-underline {
	text-decoration: underline;
}

.text-strike {
	text-decoration: line-through;
}

.font-weight-regular {
	font-weight: 400;
}

.font-weight-medium {
	font-weight: 500;
}

.text-spacing-0 {
	letter-spacing: 0;
}

.text-spacing-6 {
	letter-spacing: 6px;
}

.text-primary {
	color: #6f43d6 !important;
}

.text-secondary {
	color: var(--gold-medium) !important;
}

.text-third {
	color: var(--gold-light) !important;
}

.text-fourth {
	color: #fffa78;
}

.text-white {
	color: #ffffff;
}

.text-gray-600 {
	color: #909090;
}

.text-gray-800 {
	color: #333333;
}

/*
* Offsets
*/
* + p {
	margin-top: 20px;
}

h2 + p {
	margin-top: 12px;
}

p + p {
	margin-top: 12px;
}

img + p {
	margin-top: 15px;
}

h3 + img {
	margin-top: 42px;
}

* + .row {
	margin-top: 30px;
}

* + .text-block {
	margin-top: 30px;
}

* + .button {
	margin-top: 40px;
}

.button-2 {
	margin-top: 0;
}

.row + h3 {
	margin-top: 80px;
}

.container + .container {
	margin-top: 35px;
}

.row + .row {
	margin-top: 35px;
}

@media (min-width: 1200px) {
	* + .rd-form {
		margin-top: 30px;
	}
	.container + .container {
		margin-top: 60px;
	}
	.row + .row {
		margin-top: 60px;
	}
}

.row-0 {
	margin-bottom: 0px;
}

.row-0:empty {
	margin-bottom: 0;
}

.row-0 > * {
	margin-bottom: 0px;
}

.row-10 {
	margin-bottom: -10px;
}

.row-10:empty {
	margin-bottom: 0;
}

.row-10 > * {
	margin-bottom: 10px;
}

.row-15 {
	margin-bottom: -15px;
}

.row-15:empty {
	margin-bottom: 0;
}

.row-15 > * {
	margin-bottom: 15px;
}

.row-15 {
	margin-bottom: -15px;
}

.row-15:empty {
	margin-bottom: 0;
}

.row-15 > * {
	margin-bottom: 15px;
}

.row-20 {
	margin-bottom: -20px;
}

.row-20:empty {
	margin-bottom: 0;
}

.row-20 > * {
	margin-bottom: 20px;
}

.row-30 {
	margin-bottom: -30px;
}

.row-30:empty {
	margin-bottom: 0;
}

.row-30 > * {
	margin-bottom: 30px;
}

.row-50 {
	margin-bottom: -50px;
}

.row-50:empty {
	margin-bottom: 0;
}

.row-50 > * {
	margin-bottom: 50px;
}

@media (min-width: 992px) {
	.row-md-30 {
		margin-bottom: -30px;
	}
	.row-md-30:empty {
		margin-bottom: 0;
	}
	.row-md-30 > * {
		margin-bottom: 30px;
	}
	.row-lg-30 {
		margin-bottom: -30px;
	}
	.row-lg-30:empty {
		margin-bottom: 0;
	}
	.row-lg-30 > * {
		margin-bottom: 30px;
	}
	.row-lg-40 {
		margin-bottom: -40px;
	}
	.row-lg-40:empty {
		margin-bottom: 0;
	}
	.row-lg-40 > * {
		margin-bottom: 40px;
	}
	.row-lg-60 {
		margin-bottom: -60px;
	}
	.row-lg-60:empty {
		margin-bottom: 0;
	}
	.row-lg-60 > * {
		margin-bottom: 60px;
	}
}

@media (min-width: 992px) {
	.offset-lg-right-30 {
		padding-right: 30px;
	}
}

@media (min-width: 992px) {
	.offset-lg-left-50 {
		padding-left: 50px;
	}
}

.offset-top-10 {
	padding-top: 10px;
}

.offset-top-20-sm-0 {
	padding-top: 20px;
	margin: 0 auto;
}

@media (min-width: 415px) {
	.offset-top-20-sm-0 {
		padding-top: 0;
	}
}

.offset-top-20-sm-0-2 {
	padding-top: 20px;
}

@media (min-width: 407px) {
	.offset-top-20-sm-0-2 {
		padding-top: 0;
	}
}

.offset-top-15 {
	padding-top: 15px;
}

@media (min-width: 768px) {
	.offset-top-0-md-20 {
		padding-top: 20px;
	}
}

@media (min-width: 1200px) {
	.offset-top-25 {
		padding-top: 25px;
	}
}

.offset-top-30 {
	padding-top: 30px;
}

.offset-top-45 {
	padding-top: 45px;
}

.offset-top-60-lg-100 {
	padding-top: 60px;
}

@media (min-width: 992px) {
	.offset-top-60-lg-100 {
		padding-top: 100px;
	}
}

.offset-top-20-lg-0 {
	padding-top: 20px;
}

@media (min-width: 992px) {
	.offset-top-20-lg-0 {
		padding-top: 0;
	}
}

.section-bottom-55 {
	margin-bottom: 55px;
}

@media (min-width: 992px) {
	.section-bottom-50-lg-110 {
		margin-bottom: 110px;
	}
}

/*
* Sections
*/
.section-xs {
	padding: 25px 0;
}

.section-sm,
.section-md,
.section-lg {
	padding: 50px 0;
}

.section-collapse + .section-collapse {
	padding-top: 0;
}

.section-collapse:last-child {
	padding-bottom: 0;
}

html [class*='section-'].section-bottom-0 {
	padding-bottom: 0;
}

@media (max-width: 991.98px) {
	section.section-sm:first-of-type,
	section.section-md:first-of-type,
	section.section-lg:first-of-type,
	section.section-xxl:first-of-type {
		padding-top: 40px;
	}
}

@media (min-width: 768px) {
	.section-sm {
		padding-top: 60px;
		padding-bottom: 80px;
	}
	.section-md {
		padding: 70px 0;
	}
	.section-lg {
		padding: 85px 0;
	}
}

@media (min-width: 992px) {
	.section-md {
		padding: 80px 0 90px;
	}
	.section-lg {
		padding: 80px 0;
	}
}

@media (min-width: 1200px) {
	.section-lg {
		padding: 100px 0;
	}
}

.section-main {
	padding: 50px 0;
}

@media (min-width: 992px) {
	.section-main {
		padding-top: 260px;
		padding-bottom: 200px;
	}
}

.section-xxl {
	padding: 50px 0;
}

@media (min-width: 1200px) {
	.section-xxl {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}

.section-secondary {
	padding-top: 70px;
}

@media (min-width: 1200px) {
	.section-secondary {
		padding-top: 144px;
	}
}

.section-xl {
	padding: 150px 0 80px;
}

@media (min-width: 992px) {
	.section-xl {
		padding-top: 170px;
		padding-bottom: 130px;
	}
}

.section-single {
	display: flex;
	text-align: center;
}

.section-single p {
	margin-left: auto;
	margin-right: auto;
}

.section-single * + .rights {
	margin-top: 35px;
}

.section-single * + .countdown-wrap {
	margin-top: 35px;
}

.section-single .countdown-wrap + * {
	margin-top: 35px;
}

@media (min-width: 992px) {
	.section-single * + .rights {
		margin-top: 60px;
	}
	.section-single .countdown-wrap + * {
		margin-top: 35px;
	}
}

.section-single .rd-mailform-wrap {
	max-width: 670px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.section-single * + .rd-mailform-wrap {
	margin-top: 20px;
}

.section-single-header {
	padding: calc(1em + 3vh) 0 calc(1em + 2vh);
}

.section-single-main {
	padding: calc(1em + 4vh) 0;
}

.section-single-footer {
	padding: calc(1em + 2vh) 0 calc(1em + 3vh);
}

.section-single-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 100vh;
}

.section-single-inner > * {
	width: 100%;
}

@supports (display: grid) {
	.section-single-inner {
		display: grid;
		justify-items: center;
		align-content: space-between;
		grid-template-columns: 1fr;
	}
}

@media (min-width: 1600px) {
	.section-fluid {
		padding-left: 134px;
		padding-right: 133px;
	}
	.section-fluid .container-fluid {
		padding-left: 0;
		padding-right: 0;
		max-width: 1434px;
		margin-left: auto;
		margin-right: auto;
	}
}

.section-parallax-2 {
	padding: 60px 0;
}

@media (min-width: 992px) {
	.section-parallax-2 {
		padding-top: 140px;
		padding-bottom: 300px;
	}
}

@media (min-width: 1200px) {
	.section-404 * + .button {
		margin-top: 90px;
	}
}

ie-10 .section-404-ie,
.ie-11 .section-404-ie,
.ie-edge .section-404-ie {
	display: flex;
}

.section-single-dummy {
	visibility: hidden;
	pointer-events: none;
}

@media (max-width: 575.98px) {
	.section-single-main-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.section-single-main-content p {
		max-width: 246px;
	}
}

.rd-mailform-custom .form-validation {
	top: 100%;
}

/*
* Grid modules
*/
.grid-demo {
	letter-spacing: 0;
	text-align: center;
}

.grid-demo p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.grid-demo * + p {
	margin-top: 5px;
}

.grid-demo * + .row {
	margin-top: 20px;
}

.grid-demo .row + .row {
	margin-top: 0;
}

@media (min-width: 1200px) {
	.grid-demo {
		text-align: left;
	}
	.grid-demo p {
		white-space: normal;
		overflow: visible;
		text-overflow: unset;
	}
	.grid-demo * + p {
		margin-top: 25px;
	}
}

.grid-demo-bordered .row {
	border: 0 solid #d7d7d7;
	border-top-width: 1px;
}

.grid-demo-bordered .row:last-child {
	border-bottom-width: 1px;
}

.grid-demo-bordered [class*='col'] {
	padding: 5px 15px;
}

.grid-demo-bordered [class*='col']:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1px;
	border-left: 1px solid #d7d7d7;
}

@media (min-width: 768px) {
	.grid-demo-bordered [class*='col'] {
		padding: 30px;
	}
}

@media (min-width: 1200px) {
	.grid-demo-bordered [class*='col'] {
		padding: 50px 50px 45px;
	}
}

.grid-demo-underlined .row {
	border-bottom: 1px solid #d7d7d7;
}

.grid-demo-underlined [class*='col'] {
	padding: 5px 15px;
}

@media (min-width: 768px) {
	.grid-demo-underlined [class*='col'] {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

@media (min-width: 1200px) {
	.grid-demo-underlined [class*='col'] {
		padding-top: 45px;
		padding-bottom: 45px;
	}
}

.row-narrow {
	margin-right: -5px;
	margin-left: -5px;
}

.row-narrow > .col,
.row-narrow > [class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

.row-narrow-20 {
	margin-right: -10px;
	margin-left: -10px;
}

.row-narrow-20 > .col,
.row-narrow-20 > [class*="col-"] {
	padding-right: 10px;
	padding-left: 10px;
}

/*
* Backgrounds
*/
.context-dark .brand .brand-logo-dark, .bg-gray-700 .brand .brand-logo-dark, .bg-primary .brand .brand-logo-dark {
	display: none;
}

.context-dark .brand .brand-logo-light, .bg-gray-700 .brand .brand-logo-light, .bg-primary .brand .brand-logo-light {
	display: block;
}

/*
* Light Backgrounds
*/
.bg-default {
	background-color: #ffffff;
}

.bg-default:not([style*="background-"]) + .bg-default:not([style*="background-"]) {
	padding-top: 0;
}

.bg-primary {
	background-color: #D4AF37 !important;
}

.bg-primary:not([style*="background-"]) + .bg-primary:not([style*="background-"]) {
	padding-top: 0;
}

.bg-third {
	background-color: #4fd5ed;
}

.bg-third:not([style*="background-"]) + .bg-third:not([style*="background-"]) {
	padding-top: 0;
}

.bg-gray-100 {
	background-color: #edeff4;
}

.bg-gray-100:not([style*="background-"]) + .bg-gray-100:not([style*="background-"]) {
	padding-top: 0;
}

.bg-gray-200 {
	background-color: #d7d7d7;
}

.bg-gray-200:not([style*="background-"]) + .bg-gray-200:not([style*="background-"]) {
	padding-top: 0;
}

.bg-gray-850 {
	background-color: #1c1c1c;
}

.bg-gray-850:not([style*="background-"]) + .bg-gray-850:not([style*="background-"]) {
	padding-top: 0;
}

.bg-size {
	background-size: cover;
	background-repeat: no-repeat;
}

/*
* Dark Backgrounds
*/
.bg-gray-700 {
	background-color: #2c343b;
}

.bg-gray-700:not([style*="background-"]) + .bg-gray-700:not([style*="background-"]) {
	padding-top: 0;
}

/*
* Accent Backgrounds
*/
.bg-primary + .bg-primary {
	padding-top: 0;
}

/*
* Background Image
*/
.bg-image {
	background-size: auto;
	background-repeat: no-repeat;
	background-position: top center;
}

@media (min-width: 2000px) {
	.bg-image {
		background-size: cover;
	}
}

/* ========================= Hero ========================= */
.bg-image-2 {
	position: relative;
	background-color: var(--black-dark);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bg-image-2::before {
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0, 0, 0, 0.85);
	z-index: 0;
}

.bg-image-2 .container {
	position: relative;
	z-index: 1;
}

[class^='bg-'] {
	background-size: cover;
	background-position: center center;
}

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .bg-fixed {
		background-attachment: fixed;
	}
}

.bg-element {
	position: relative;
	display: inline-block;
	z-index: 1;
}

@media (min-width: 992px) {
	.bg-element {
		display: inline-block;
	}
}

@media (min-width: 992px) {
	.bg-element:after {
		content: '';
		position: absolute;
		top: 19%;
		left: 71%;
		width: 70px;
		height: 149px;
		background: url(../images/bg-element-1.png);
		z-index: -1;
	}
}

@media (min-width: 1200px) {
	.bg-element:after {
		top: 13%;
	}
}

@media (min-width: 2000px) {
	.bg-element:after {
		display: none;
	}
}

.bg-element-4 {
	position: relative;
	display: inline-block;
	z-index: 1;
}

@media (min-width: 992px) {
	.bg-element-4:after {
		content: '';
		position: absolute;
		top: 13%;
		left: 144%;
		width: 70px;
		height: 149px;
		background: url(../images/bg-element-2.png) no-repeat;
		z-index: -1;
	}
}

@media (min-width: 1200px) {
	.bg-element-4:after {
		top: 7%;
	}
}

@media (min-width: 2000px) {
	.bg-element-4:after {
		display: none;
	}
}

/*
* Utilities custom
*/

.text-decoration-lines {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.text-decoration-lines-content {
	position: relative;
	display: inline-block;
	min-width: 170px;
	font-size: 13px;
	text-transform: uppercase;
}

.text-decoration-lines-content::before, .text-decoration-lines-content::after {
	content: '';
	position: absolute;
	height: 1px;
	background: #d7d7d7;
	top: 50%;
	width: 100vw;
}

.text-decoration-lines-content::before {
	left: 0;
	transform: translate3d(-100%, 0, 0);
}

.text-decoration-lines-content::after {
	right: 0;
	transform: translate3d(100%, 0, 0);
}

* + .text-decoration-lines {
	margin-top: 30px;
}

p.rights {
	font-size: 14px;
	color: #909090;
}

p.rights a {
	color: inherit;
}

p.rights a:hover {
	color: #6f43d6;
}

.text-block > * {
	margin-left: .125em;
	margin-right: .125em;
}

/*
*
* Animate.css
*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

html:not(.lt-ie10) .not-animated {
	opacity: 0;
}

@-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;
}

@-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;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

/*
*
* Preloader
*/
.preloader {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	background: #ffffff;
	transition: .3s all ease;
}

.preloader.loaded {
	opacity: 0;
	visibility: hidden;
}

.preloader-body {
	text-align: center;
}

.preloader-body p {
	position: relative;
	right: -8px;
}

.cssload-container {
	width: 100%;
	height: 36px;
	text-align: center;
}

.cssload-speeding-wheel {
	width: 36px;
	height: 36px;
	margin: 0 auto;
	border: 3px solid #6f43d6;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	animation: cssload-spin .88s infinite linear;
}

@-webkit-keyframes cssload-spin {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes cssload-spin {
	100% {
		transform: rotate(360deg);
	}
}

/*
*
* ToTop
*/
.ui-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 100;
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 46px;
	color: #ffffff;
	background: #f4d406;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	transition: .45s all ease-in-out;
	transform: translate3d(0, 100px, 0);
}

.ui-to-top:hover {
	color: #ffffff;
	background: #111111;
	text-decoration: none;
}

.ui-to-top:focus {
	color: #ffffff;
}

.ui-to-top.active {
	transform: translate3d(0, 0, 0);
}

html.mobile .ui-to-top,
html.tablet .ui-to-top {
	display: none !important;
}

@media (min-width: 576px) {
	.ui-to-top {
		right: 40px;
		bottom: 40px;
	}
}

/*
*
* RD Navbar
*/
@keyframes rd-navbar-slide-down {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}

@keyframes rd-navbar-slide-up {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-100%);
	}
}

.rd-navbar-wrap, .rd-navbar,
.rd-menu,
.rd-navbar-nav,
.rd-navbar-panel, .rd-navbar-static .rd-menu, .rd-navbar-fixed .rd-navbar-nav-wrap, .rd-navbar-fixed .rd-navbar-submenu {
	transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}

.rd-navbar--no-transition, .rd-navbar--no-transition * {
	transition: none !important;
}

.rd-navbar-wrap {
	position: fixed;
	z-index: 9999;
	left: 0;
	right: 0;
}

.rd-navbar,
.rd-navbar.rd-navbar--is-clone {
	display: none;
}

.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 {
	display: none;
	background: transparent;
}

.rd-navbar-toggle {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #ffffff;
	background-color: transparent;
	border: none;
	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: -8px;
	transition: .3s all ease;
}

.rd-navbar-toggle span:after {
	top: 8px;
}

.rd-navbar-toggle span:after, .rd-navbar-toggle span:before, .rd-navbar-toggle span {
	width: 24px;
	height: 4px;
	background-color: #ffffff;
	backface-visibility: hidden;
	border-radius: 0;
}

.rd-navbar-toggle span {
	transform: rotate(180deg);
}

.rd-navbar-toggle span:before, .rd-navbar-toggle span:after {
	transform-origin: 1.71429px center;
}

.rd-navbar-toggle.active span {
	transform: rotate(360deg);
}

.rd-navbar-toggle.active span:before, .rd-navbar-toggle.active span:after {
	top: 0;
	width: 15px;
}

.rd-navbar-toggle.active span:before {
	-webkit-transform: rotate3d(0, 0, 1, -40deg);
	transform: rotate3d(0, 0, 1, -40deg);
}

.rd-navbar-toggle.active span:after {
	-webkit-transform: rotate3d(0, 0, 1, 40deg);
	transform: rotate3d(0, 0, 1, 40deg);
}

.rd-navbar-collapse-toggle {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #ffffff;
	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: 6px;
	height: 6px;
	line-height: 6px;
	text-align: center;
	background: #ffffff;
	left: 50%;
	margin-left: -3px;
	border-radius: 50%;
	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(18px);
}

.rd-navbar-collapse-toggle.active span:after {
	transform: translateY(-18px);
}

.rd-navbar-brand a {
	display: block;
}

.rd-navbar-search {
	position: relative;
	display: inline-flex;
}

.rd-navbar-search .form-input {
	padding-right: 50px;
}

.rd-navbar-search .rd-search-form-submit {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50px;
	padding: 0;
	margin: 0;
	border: none;
	cursor: pointer;
	background-color: transparent;
	color: #cccccc;
	transition: .33s;
}

.rd-navbar-search .rd-search-form-submit:hover {
	color: #6f43d6;
}

.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-search-toggle::-moz-focus-inner {
	border: none;
	padding: 0;
}

.rd-navbar-dropdown {
	display: none;
}

/*
* @subsection  RD Navbar Static
*/
.rd-navbar-static {
	display: block;
}

.rd-navbar-static .rd-nav-item {
	display: inline-block;
}

.rd-navbar-static .rd-nav-item.focus .rd-nav-link, .rd-navbar-static .rd-nav-item.opened .rd-nav-link {
	color: #6f43d6;
	background: transparent;
}

.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle {
	color: #6f43d6;
}

.rd-navbar-static .rd-nav-item.active .rd-nav-link {
	color: #6f43d6;
	background: transparent;
}

.rd-navbar-static .rd-nav-item.active > .rd-navbar-submenu-toggle {
	color: #6f43d6;
}

.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item .rd-nav-link:hover + .rd-navbar-submenu-toggle::before {
	transform: rotate(180deg);
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle {
	margin-left: 4px;
	font-family: "Material Design Icons";
	cursor: pointer;
	color: #ffffff;
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle::before {
	position: relative;
	display: inline-block;
	transition: .22s;
	content: '\f236';
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle:hover {
	color: #6f43d6;
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu {
	margin-top: 20px;
}

.rd-navbar-static .rd-nav-item + .rd-nav-item {
	margin-left: 30px;
}

@media (min-width: 1200px) {
	.rd-navbar-static .rd-nav-item + .rd-nav-item {
		margin-left: 38px;
	}
}

.rd-navbar-static .rd-nav-link {
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-family: "Oswald", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 4px;
	transition: .25s;
}

.rd-navbar-static .rd-nav-link:hover {
	color: #6f43d6;
}

.rd-navbar-static .rd-menu {
	z-index: 15;
	position: absolute;
	display: block;
	margin-top: 22px;
	visibility: hidden;
	opacity: 0;
	text-align: left;
	border: 1px solid transperent;
	transform: translate3d(0, 30px, 0);
}

.rd-navbar-static .rd-navbar-dropdown {
	font-size: 14px;
	font-weight: 400;
	position: absolute;
	left: 0;
	width: 300px;
	padding: 15px;
	background: #4fd5ed;
	z-index: 10000;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
	top: -1px;
	left: 100%;
	z-index: 10001;
	margin-top: -15px;
	margin-left: 15px;
	transform: translate3d(30px, 0, 0);
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-left {
	left: auto;
	right: 100%;
	margin-left: 0;
	margin-right: 15px;
	transform: translate3d(-30px, 0, 0);
}

.rd-navbar-static .rd-dropdown-item.focus .rd-dropdown-link, .rd-navbar-static .rd-dropdown-item.opened .rd-dropdown-link {
	color: #6f43d6;
}

.rd-navbar-static .rd-dropdown-link {
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #ffffff;
}

.rd-navbar-static .rd-dropdown-link:hover {
	color: #6f43d6;
}

.rd-navbar-static .rd-navbar-dropdown li > a,
.rd-navbar-static .rd-megamenu-list li > a {
	position: relative;
	left: -3px;
	display: flex;
	padding: 1px 14px 1px 0;
	text-align: left;
}

.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: #ffffff;
}

.rd-navbar-static .rd-navbar-dropdown li > a:hover,
.rd-navbar-static .rd-megamenu-list li > a:hover {
	color: #6f43d6;
}

.rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-static .rd-navbar-dropdown li > a::before,
.rd-navbar-static .rd-megamenu-list li > a,
.rd-navbar-static .rd-megamenu-list li > a::before {
	transition: .15s ease-in-out;
}

.rd-navbar-static .rd-navbar-dropdown li > a::before,
.rd-navbar-static .rd-megamenu-list li > a::before {
	position: relative;
	top: -1px;
	left: -6px;
	display: inline-block;
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: inherit;
	line-height: inherit;
	color: #6f43d6;
	opacity: 0;
	visibility: hidden;
}

.rd-navbar-static .rd-navbar-dropdown li.focus > a,
.rd-navbar-static .rd-navbar-dropdown li.opened > a,
.rd-navbar-static .rd-navbar-dropdown li > a:hover,
.rd-navbar-static .rd-megamenu-list li.focus > a,
.rd-navbar-static .rd-megamenu-list li.opened > a,
.rd-navbar-static .rd-megamenu-list li > a:hover {
	left: 0;
	padding-left: 14px;
	padding-right: 0;
}

.rd-navbar-static .rd-navbar-dropdown li.focus > a::before,
.rd-navbar-static .rd-navbar-dropdown li.opened > a::before,
.rd-navbar-static .rd-navbar-dropdown li > a:hover::before,
.rd-navbar-static .rd-megamenu-list li.focus > a::before,
.rd-navbar-static .rd-megamenu-list li.opened > a::before,
.rd-navbar-static .rd-megamenu-list li > a:hover::before {
	left: -7px;
	opacity: 1;
	visibility: visible;
}

.rd-navbar-static .rd-navbar-megamenu {
	display: flex;
	left: 33%;
	width: 100%;
	max-width: 800px;
	padding: 30px 40px;
	background: #4fd5ed;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}

.rd-navbar-static .rd-megamenu-item {
	flex-basis: 50%;
	flex-grow: 1;
}

.rd-navbar-static .rd-megamenu-item + .rd-megamenu-item {
	padding-left: 20px;
}

.rd-navbar-static .rd-megamenu-title {
	padding-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;
}

.rd-navbar-static .rd-megamenu-list-item {
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.rd-navbar-static .rd-megamenu-list-item + .rd-megamenu-list-item {
	margin-top: 5px;
}

.rd-navbar-static .rd-megamenu-list-link {
	color: #000000;
	background: transparent;
}

.rd-navbar-static .rd-megamenu-list-link:hover {
	color: #6f43d6;
	background: transparent;
}

.rd-navbar-static * + .rd-megamenu-list {
	margin-top: 10px;
}

.rd-navbar-static .rd-navbar-submenu.focus > .rd-menu, .rd-navbar-static .rd-navbar-submenu.opened > .rd-menu {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

.rd-navbar-static .rd-navbar-search.active .rd-search {
	visibility: visible;
	opacity: 1;
}

.rd-navbar-static .rd-search {
	position: absolute;
	top: 100%;
	right: 0;
	width: 270px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	margin-top: 20px;
	z-index: 2;
}

.rd-navbar-static * + .rd-navbar-search {
	margin-left: 38px;
}

.rd-navbar-static .rd-navbar-search-toggle {
	display: inline-flex;
	color: #ffffff;
}

.rd-navbar-static .rd-navbar-search-toggle span {
	display: inline-block;
	position: relative;
	width: 32px;
	height: 32px;
	font-size: 26px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
	padding: 0;
}

.rd-navbar-static .rd-navbar-search-toggle span, .rd-navbar-static .rd-navbar-search-toggle span::before, .rd-navbar-static .rd-navbar-search-toggle span::after {
	transition: .3s all ease-in-out;
}

.rd-navbar-static .rd-navbar-search-toggle span::before, .rd-navbar-static .rd-navbar-search-toggle span::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.rd-navbar-static .rd-navbar-search-toggle span::before {
	content: "";
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
	font-family: "Material Design Icons";
}

.rd-navbar-static .rd-navbar-search-toggle span::after {
	content: "";
	transform: rotate(-90deg) scale(0.4);
	opacity: 0;
	visibility: hidden;
	font-family: "Material Design Icons";
}

.rd-navbar-static .rd-navbar-search-toggle.active span::before {
	opacity: 0;
	visibility: hidden;
	transform: rotate(90deg) scale(0.4);
}

.rd-navbar-static .rd-navbar-search-toggle.active span::after {
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
}

.rd-navbar-static .rd-navbar-search-toggle:hover {
	color: #6f43d6;
}

.rd-navbar-static.rd-navbar--is-clone {
	display: block;
	transform: translate3d(0, -100%, 0);
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
	transform: translate3d(0, 0, 0);
}

.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-static.rd-navbar--is-clone {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1080;
	background: #000000;
	box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
}

.rd-navbar-static .rd-navbar--has-dropdown {
	position: relative;
}

/*
*
* RD Navbar Fixed
*/
.rd-navbar-fixed {
	display: block;
}

.rd-navbar-fixed .rd-navbar-toggle {
	display: inline-block;
}

.rd-navbar-fixed .rd-navbar-brand {
	position: relative;
	margin-left: 6px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	font-size: 22px;
	line-height: 46px;
}

.rd-navbar-fixed .rd-navbar-brand img {
	max-width: 160px;
	max-height: 58px;
}

.rd-navbar-fixed .rd-navbar-panel {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1080;
	display: flex;
	align-items: center;
	height: 65px;
	padding: 4px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	position: fixed;
	left: 0;
	top: 0px;
	bottom: 0px;
	z-index: 1079;
	width: 270px;
	height: 100vh;
	padding: 112px 0 81px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	font-size: 14px;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 34px;
	text-transform: uppercase;
	transform: translateX(-110%);
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar {
	width: 4px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
	background: #af97e8;
	border: none;
	border-radius: 0;
	opacity: .2;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
	background: #6f43d6;
	border: none;
	border-radius: 0;
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
	transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-nav {
	display: block;
	margin: 15px 0;
	height: auto;
	text-align: left;
}

.rd-navbar-fixed .rd-nav-item {
	text-align: left;
}

.rd-navbar-fixed .rd-nav-item + .rd-nav-item {
	margin-top: 4px;
}

.rd-navbar-fixed .rd-nav-link {
	display: block;
	padding: 9px 56px 9px 18px;
}

.rd-navbar-fixed li.opened > .rd-navbar-dropdown {
	padding: 4px 0 0;
}

.rd-navbar-fixed li.opened > .rd-navbar-megamenu {
	padding-top: 15px;
	padding-bottom: 15px;
}

.rd-navbar-fixed li.opened > .rd-menu {
	opacity: 1;
	height: auto;
}

.rd-navbar-fixed li.opened > .rd-navbar-submenu-toggle::after {
	transform: rotate(180deg);
}

.rd-navbar-fixed .rd-menu {
	display: none;
	transition: opacity 0.3s, height 0.4s ease;
	opacity: 0;
	height: 0;
	overflow: hidden;
}

.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-megamenu-list > li > a,
.rd-navbar-fixed .rd-navbar-dropdown > li > a {
	display: block;
	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-title {
	position: relative;
	display: block;
	padding: 0 18px 7px;
	font-size: 16px;
	line-height: 1.5;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
	content: '';
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	border-bottom: 1px solid;
}

.rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-list {
	margin-top: 11px;
}

.rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-title {
	margin-top: 20px;
}

.rd-navbar-fixed .rd-navbar-megamenu > li + li {
	margin-top: 20px;
}

.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: 52px;
	font: 400 14px "FontAwesome";
	line-height: 52px;
	text-align: center;
	transition: 0.4s all ease;
	z-index: 2;
	cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle {
	display: block;
	top: 4px;
	z-index: 1081;
}

.rd-navbar-fixed .rd-navbar-collapse {
	position: fixed;
	right: 0;
	top: 56px;
	z-index: 1079;
	transform: translate3d(0, -10px, 0);
	padding: 15px;
	width: auto;
	border-radius: 0;
	text-align: left;
	font-size: 14px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.rd-navbar-fixed .rd-navbar-collapse.active {
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}

.rd-navbar-fixed .rd-navbar-collapse .list-inline > li {
	display: block;
}

.rd-navbar-fixed .rd-navbar-collapse .list-inline > li + li {
	margin-top: 10px;
}

.rd-navbar-fixed .rd-navbar-main-element {
	position: absolute;
	float: left;
}

.rd-navbar-fixed .rd-navbar-search .rd-search {
	position: fixed;
	right: 0;
	left: 0;
	top: 56px;
	z-index: 1079;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	transform: translate3d(0, -10px, 0);
}

.rd-navbar-fixed .rd-navbar-search .rd-search-results-live {
	display: none;
}

.rd-navbar-fixed .rd-navbar-search .form-input {
	padding-right: 50px;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50px;
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
}

.rd-navbar-fixed .rd-navbar-search.active .rd-search {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
	display: inline-flex;
}

.rd-navbar-fixed .rd-navbar-search-toggle span {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	font-size: 26px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
	padding: 0;
}

.rd-navbar-fixed .rd-navbar-search-toggle span, .rd-navbar-fixed .rd-navbar-search-toggle span::before, .rd-navbar-fixed .rd-navbar-search-toggle span::after {
	transition: .3s all ease-in-out;
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before, .rd-navbar-fixed .rd-navbar-search-toggle span::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before {
	content: "";
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
	font-family: "Material Design Icons";
}

.rd-navbar-fixed .rd-navbar-search-toggle span::after {
	content: "";
	transform: rotate(-90deg) scale(0.4);
	opacity: 0;
	visibility: hidden;
	font-family: "Material Design Icons";
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::before {
	opacity: 0;
	visibility: hidden;
	transform: rotate(90deg) scale(0.4);
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::after {
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
}

.rd-navbar-fixed .rd-navbar-fixed-element-1 {
	right: 0;
}

.rd-navbar-fixed .rd-navbar-fixed-element-2 {
	right: 46px;
}

.rd-navbar-fixed.rd-navbar--is-clone {
	display: none;
}

.rd-navbar-fixed .rd-navbar-fixed--visible {
	display: block;
}

.rd-navbar-fixed .rd-navbar-fixed--hidden {
	display: none;
}

.rd-navbar-fixed .rd-navbar-panel {
	color: #0a0a0a;
	box-shadow: 0px 2px 15px -2px rgba(0, 0, 0, 0.25);
	background: #000000;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	color: #ffffff;
	background: #000000;
	border: 1px solid transperent;
	box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
}

.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link, .rd-navbar-fixed .rd-nav-item.focus .rd-nav-link, .rd-navbar-fixed .rd-nav-item.active .rd-nav-link, .rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
	color: #ffffff;
	background: #6f43d6;
}

.rd-navbar-fixed .rd-nav-item:hover > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.active > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.opened > .rd-navbar-submenu-toggle {
	color: #ffffff;
}

.rd-navbar-fixed .rd-nav-link {
	color: #ffffff;
}

.rd-navbar-fixed .rd-megamenu-list > li > a,
.rd-navbar-fixed .rd-navbar-dropdown > li > a {
	color: #ffffff;
}

.rd-navbar-fixed .rd-megamenu-list > li:hover > a,
.rd-navbar-fixed .rd-megamenu-list > li.focus > a,
.rd-navbar-fixed .rd-megamenu-list > li.active > a,
.rd-navbar-fixed .rd-megamenu-list > li.opened > a,
.rd-navbar-fixed .rd-navbar-dropdown > li:hover > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.focus > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.active > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.opened > a {
	color: #ffffff;
	background: #6f43d6;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
	color: #cccccc;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
	border-bottom: 1px solid transperent;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a, .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:focus, .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:active {
	color: #ffffff;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:hover {
	color: #6f43d6;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
	color: #ffffff;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
	color: #cccccc;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit:hover {
	color: #6f43d6;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
	color: #ffffff;
}

.rd-navbar-fixed .rd-navbar-search-toggle:hover {
	color: #6f43d6;
}

.rd-navbar-fixed .rd-navbar-collapse {
	background-color: #4fd5ed;
	box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);
}

.rd-navbar-fixed .rd-navbar-collapse,
.rd-navbar-fixed .rd-navbar-collapse a {
	color: #ffffff;
}

html.rd-navbar-fixed-linked .page {
	padding-top: 56px;
}

/*
*
* RD Navbar Sidebar
*/
.rd-navbar-sidebar {
	display: block;
	background: #ffffff;
}

.rd-navbar-sidebar .rd-navbar-main-outer {
	padding-left: 15px;
	padding-right: 15px;
}

.rd-navbar-sidebar .rd-navbar-main {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 22px 60px 22px 0;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.rd-navbar-sidebar .rd-navbar-main-element {
	display: flex;
	align-items: center;
}

.rd-navbar-sidebar .rd-navbar-main-element > * + * {
	margin-left: 20px;
}

.rd-navbar-sidebar .rd-navbar-toggle {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	z-index: 1102;
}

.rd-navbar-sidebar .rd-navbar-panel {
	min-width: 200px;
	text-align: center;
}

.rd-navbar-sidebar .rd-navbar-brand img {
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 200px;
}

.rd-navbar-sidebar .rd-navbar-nav-wrap {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1101;
	width: 450px;
	padding: 94px 0 0 0;
	background: #ffffff;
	transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	transform: translateX(100%);
	box-shadow: 0 0 13px 0 rgba(204, 204, 204, 0.16);
}

.rd-navbar-sidebar .rd-navbar-nav-wrap.active {
	transition-delay: .1s;
	transform: translateX(0);
}

.rd-navbar-sidebar .rd-navbar-nav {
	height: calc(100vh - 100px);
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid #d7d7d7;
}

.rd-navbar-sidebar .rd-nav-item {
	position: relative;
	display: block;
	padding: 19px 30px 19px 40px;
}

.rd-navbar-sidebar .rd-nav-item.active .rd-nav-link {
	color: #6f43d6;
}

.rd-navbar-sidebar .rd-nav-item .rd-nav-link,
.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle {
	font-size: 18px;
}

.rd-navbar-sidebar .rd-nav-item + .rd-nav-item {
	border-top: 1px solid #d7d7d7;
}

.rd-navbar-sidebar .rd-nav-item:last-child {
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 30px;
}

.rd-navbar-sidebar .rd-nav-link {
	max-width: calc(100% - 30px);
	word-break: break-all;
	font-size: 18px;
	line-height: 1.4;
	text-transform: none;
	color: #cccccc;
}

.rd-navbar-sidebar .rd-nav-link:hover {
	color: #6f43d6;
}

.rd-navbar-sidebar .rd-navbar-submenu .opened > .rd-navbar-submenu-toggle::after {
	transform: rotate(180deg);
}

.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-megamenu {
	display: none;
	opacity: 0;
	visibility: hidden;
	will-change: opacity, visibility;
	transition: opacity .2s;
}

.rd-navbar-sidebar .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu.opened > .rd-navbar-megamenu {
	display: block;
	opacity: 1;
	visibility: visible;
}

.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu > .rd-navbar-megamenu {
	transform: translateY(30px);
}

.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu.opened > .rd-navbar-megamenu {
	transform: translateY(0);
}

.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu .rd-navbar-submenu > .rd-navbar-dropdown {
	transform: translateX(-20px);
}

.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu .rd-navbar-submenu.opened > .rd-navbar-dropdown {
	transform: translateX(0);
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: inherit;
	padding-right: inherit;
	padding-left: 10px;
	margin-bottom: inherit;
	display: inline-block;
	width: 30px;
	margin-left: 5px;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle:hover,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle:hover {
	color: #6f43d6;
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle::after,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle::after {
	content: '\f107';
	position: relative;
	display: inline-block;
	font-family: "FontAwesome";
	font-size: inherit;
	line-height: inherit;
	text-align: center;
	vertical-align: middle;
	transition: 0.4s all ease;
	z-index: 2;
	will-change: transform;
}

.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle {
	font-size: 14px;
	color: #cccccc;
	margin-left: 7px;
}

.rd-navbar-sidebar .rd-menu {
	margin-top: 31px;
}

.rd-navbar-sidebar .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-megamenu-list {
	font-size: 14px;
}

.rd-navbar-sidebar .rd-navbar-dropdown li > a,
.rd-navbar-sidebar .rd-megamenu-list li > a {
	position: relative;
	left: -3px;
	display: flex;
	padding: 1px 14px 1px 0;
	text-align: left;
}

.rd-navbar-sidebar .rd-navbar-dropdown li > a, .rd-navbar-sidebar .rd-navbar-dropdown li > a:focus, .rd-navbar-sidebar .rd-navbar-dropdown li > a:active,
.rd-navbar-sidebar .rd-megamenu-list li > a,
.rd-navbar-sidebar .rd-megamenu-list li > a:focus,
.rd-navbar-sidebar .rd-megamenu-list li > a:active {
	color: #ffffff;
}

.rd-navbar-sidebar .rd-navbar-dropdown li > a:hover,
.rd-navbar-sidebar .rd-megamenu-list li > a:hover {
	color: #6f43d6;
}

.rd-navbar-sidebar .rd-navbar-dropdown li > a, .rd-navbar-sidebar .rd-navbar-dropdown li > a::before,
.rd-navbar-sidebar .rd-megamenu-list li > a,
.rd-navbar-sidebar .rd-megamenu-list li > a::before {
	transition: .15s ease-in-out;
}

.rd-navbar-sidebar .rd-navbar-dropdown li > a::before,
.rd-navbar-sidebar .rd-megamenu-list li > a::before {
	position: relative;
	top: -1px;
	left: -6px;
	display: inline-block;
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: inherit;
	line-height: inherit;
	color: #6f43d6;
	opacity: 0;
	visibility: hidden;
}

.rd-navbar-sidebar .rd-navbar-dropdown li.focus > a,
.rd-navbar-sidebar .rd-navbar-dropdown li.opened > a,
.rd-navbar-sidebar .rd-navbar-dropdown li > a:hover,
.rd-navbar-sidebar .rd-megamenu-list li.focus > a,
.rd-navbar-sidebar .rd-megamenu-list li.opened > a,
.rd-navbar-sidebar .rd-megamenu-list li > a:hover {
	left: 0;
	padding-left: 14px;
	padding-right: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown li.focus > a::before,
.rd-navbar-sidebar .rd-navbar-dropdown li.opened > a::before,
.rd-navbar-sidebar .rd-navbar-dropdown li > a:hover::before,
.rd-navbar-sidebar .rd-megamenu-list li.focus > a::before,
.rd-navbar-sidebar .rd-megamenu-list li.opened > a::before,
.rd-navbar-sidebar .rd-megamenu-list li > a:hover::before {
	left: -7px;
	opacity: 1;
	visibility: visible;
}

.rd-navbar-sidebar .rd-navbar-megamenu {
	max-width: 450px;
	margin-bottom: -30px;
}

.rd-navbar-sidebar .rd-navbar-megamenu > * {
	margin-bottom: 30px;
}

.rd-navbar-sidebar .rd-navbar-megamenu > li {
	display: inline-block;
	vertical-align: top;
	width: 45%;
}

.rd-navbar-sidebar .rd-megamenu-title {
	display: none;
}

.rd-navbar-sidebar .rd-megamenu-list {
	margin-top: 0;
}

.rd-navbar-sidebar .rd-megamenu-list > li + li {
	margin-top: 10px;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown > a {
	padding-right: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown > a::before {
	display: none;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown > a:hover {
	padding-left: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.focus > a {
	padding-left: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened > .rd-navbar-submenu-toggle {
	color: #6f43d6;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened > .rd-navbar-submenu-toggle::after {
	top: 1px;
}

.rd-navbar-sidebar .rd-navbar-dropdown > li + li {
	margin-top: 10px;
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-dropdown {
	margin-top: 25px;
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-dropdown .rd-navbar-dropdown {
	margin-top: 10px;
	padding-left: 15px;
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-dropdown .rd-navbar-dropdown > li > a {
	font-size: 12px;
}

@media (min-width: 1200px) {
	.rd-navbar-sidebar .rd-navbar-megamenu {
		margin-bottom: -30px;
	}
	.rd-navbar-sidebar .rd-navbar-megamenu > * {
		margin-bottom: 30px;
	}
	.rd-navbar-sidebar .rd-navbar-dropdown > li + li,
	.rd-navbar-sidebar .rd-megamenu-list > li + li {
		margin-top: 18px;
	}
}

@media (min-width: 1200px) {
	.rd-navbar-sidebar .rd-navbar-nav-wrap {
		width: auto;
		left: calc(50% + 600px - 80px);
	}
}

.rd-navbar-sidebar.rd-navbar--is-clone {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	transform: translateY(-101%);
}

.rd-navbar-sidebar.rd-navbar--is-clone.rd-navbar--is-stuck {
	transform: translateY(0);
}

.rd-navbar-sidebar.rd-navbar--is-stuck {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1);
}

.rd-navbar-sidebar.rd-navbar--is-stuck .rd-navbar-main {
	padding-top: 11px;
	padding-bottom: 11px;
}

/**
*
* RD Navbar Classic
* =====================================================
*/
.rd-navbar-classic.rd-navbar-static {
	border-bottom: 1px solid transparent;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside-outer,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main-outer {
	padding-left: 15px;
	padding-right: 15px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside {
	padding: 10px 0;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 0;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
	max-width: 200px;
	max-height: 200px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main-element {
	display: flex;
	align-items: center;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone {
	border-bottom-color: transperent;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside-outer, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside-outer {
	display: none;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
	padding: 17px 0;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-item > .rd-navbar-submenu, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-item > .rd-navbar-submenu {
	margin-top: 17px;
}

/*
*
* RD Navbar Fullwidth
*/
.rd-navbar-fullwidth {
	display: block;
}

.rd-navbar-fullwidth .rd-navbar-nav > li + li {
	margin-left: 20px;
}

.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-main, .rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-main {
	padding: 10px 0;
}

/*
*
* Swiper
*/
.swiper-container {
	display: flex;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: auto;
	width: 100%;
	/* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-wrapper {
	position: relative;
	z-index: 1;
	display: flex;
	align-self: stretch;
	align-items: stretch;
	width: 100%;
	height: auto;
	min-height: inherit;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-container {
	flex-shrink: 0;
}


.swiper-wrapper {
	transform: translate3d(0, 0, 0);
}

/* a11y */
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */

/* Coverflow */

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	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;
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}


.swiper-slide > .parallax_cnt {
	height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	font-size: 26px;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	transition: .2s ease-in;
	will-change: transform;
	z-index: 10;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	color: #6f43d6;
}

@media (min-width: 768px) {
	.swiper-button-prev,
	.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: 30px;
}

.swiper-button-prev:before {
	font-family: "FontAwesome";
	content: "\f060";
}

.swiper-button-next {
	right: 30px;
}

.swiper-button-next:before {
	font-family: "FontAwesome";
	content: "\f061";
}

.swiper-pagination {
	position: absolute;
	display: block;
	text-align: center;
	transition: .3s;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.6);
	transition: .2s;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination .swiper-pagination-bullet:hover {
	background: white;
}

.swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-slide {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	white-space: nowrap;
}

/*
*
* Search Results
*/
.rd-search-results-live {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	max-height: 600px;
	overflow-y: auto;
	margin: -3px 0 0;
	text-align: left;
	z-index: 998;
}

.rd-search-results-live #search-results {
	position: relative;
	padding: 16px 0 0;
	color: #909090;
	background: #edeff4;
	opacity: 0;
	visibility: hidden;
	transform-origin: 50% 0;
	transform: scale(1, 0.9);
	transition: .3s all ease;
}

.rd-search-results-live #search-results::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	z-index: -1;
	border: 1px solid #d7d7d7;
	border-top: 0;
}

.rd-search-results-live #search-results.active {
	opacity: 1;
	visibility: visible;
	transform: scale(1, 1);
}

.rd-search-results-live .search-link {
	color: #cccccc;
}

.rd-search-results-live .search-link:hover {
	color: #6f43d6;
}

.rd-search-results-live .search-title {
	position: relative;
	font-family: "Merriweather", serif;
	font-size: 14px;
	font-weight: 700;
	color: #333333;
}

.rd-search-results-live .search-title a:hover {
	color: #6f43d6;
}

.rd-search-results-live .match {
	display: none;
}

.not-empty ~ .rd-search-results-live {
	visibility: visible;
	opacity: 1;
}

.rd-search-results-live p {
	font-size: 11px;
}

.rd-search-results-live p * {
	margin: 0;
}

.rd-search-results-live * + p {
	margin-top: 5px;
}

.rd-search-results .search-title {
	font-size: 16px;
	color: #000000;
}

.rd-search-results .search {
	color: #ffffff;
	padding: 0 .25em;
	background: #6f43d6;
}

.rd-search-results .match {
	padding: 5px;
	font-size: 12px;
	line-height: 1.7;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #000000;
}

.rd-search-results .match em {
	margin: 0;
	font-style: normal;
}

.rd-search-results p * {
	margin: 0;
}

.rd-search-results * + .match {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.rd-search-results .search-title {
		font-size: 18px;
	}
	.rd-search-results * + p {
		margin-top: 12px;
	}
}

* + .rd-search-results {
	margin-top: 40px;
}

@media (min-width: 768px) {
	* + .rd-search-results {
		margin-top: 55px;
	}
}

.rd-search-classic {
	position: relative;
}

.rd-search-classic .form-input {
	padding-right: 50px;
}

.rd-search-classic .form-input,
.rd-search-classic .form-label {
	letter-spacing: 0;
}

.rd-search-classic .rd-search-submit {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	padding-top: 3px;
	padding-right: 2px;
	margin: 0;
	text-align: center;
	color: #cccccc;
	font-size: 0;
	line-height: 0;
}

.rd-search-classic .rd-search-submit::-moz-focus-inner {
	border: none;
	padding: 0;
}

.rd-search-classic .rd-search-submit:before {
	position: relative;
	top: -1px;
	content: '\e014';
	font: 400 20px 'fl-chapps';
	line-height: 1;
	transition: .33s all ease;
}

.rd-search-classic .rd-search-submit:hover {
	color: #6f43d6;
}

.rd-search.rd-search-inline {
	position: relative;
}

.rd-search.rd-search-inline .form-input {
	padding-right: 50px;
}

.rd-search.rd-search-inline .button-link {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	right: 0;
	margin: 0;
	font-size: 21px;
	color: #cccccc;
	transition: .33s;
}

.rd-search.rd-search-inline .button-link::before {
	display: block;
	margin: auto;
}

.rd-search.rd-search-inline .button-link:hover {
	color: #6f43d6;
}

/*
* Isotope
*/
.isotope {
	z-index: 0;
	display: block;
	transition: .3s ease;
}

.isotope-item {
	display: block;
	will-change: transform;
	backface-visibility: hidden;
	transition: .1s opacity ease-in;
}

.isotope-filters {
	display: flex;
	justify-content: center;
}

* + .isotope {
	margin-top: 0;
}

@media (min-width: 768px) {
	* + .isotope {
		margin-top: 28px;
	}
}

@media (max-width: 767.98px) {
	.isotope-filters-modern {
		position: relative;
		z-index: 10;
		text-align: center;
	}
	.isotope-filters-toggle {
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding: 10px 20px;
		color: #ffffff;
		background: #6f43d6;
		box-shadow: none;
		border: 0;
	}
	.isotope-filters-toggle.active .caret {
		transform: scale(1, -1);
	}
	.isotope-filters-list {
		position: absolute;
		top: 100%;
		left: 50%;
		z-index: 10;
		min-width: 240px;
		margin-top: 5px;
		margin-left: -120px;
		padding: 15px 20px;
		border: 1px solid #d7d7d7;
		border-radius: 0;
		opacity: 0;
		visibility: hidden;
		background: #ffffff;
		transition: .3s ease-in;
	}
	.isotope-filters-list::after {
		display: none;
	}
	.isotope-filters-list.active {
		opacity: 1;
		visibility: visible;
	}
	.isotope-filters-list li {
		display: block;
		width: 100%;
		margin-left: 0;
	}
	.isotope-filters-list a {
		padding: 0;
	}
	.isotope-filters-list a::after {
		display: none;
	}
}

@media (min-width: 768px) {
	.isotope-filters-modern .isotope-filters-toggle {
		display: none;
	}
}

* + .isotope {
	margin-top: 30px;
}

@media (min-width: 768px) {
	* + .isotope {
		margin-top: 50px;
	}
}

@media (min-width: 1200px) {
	.isotope-filters-modern + .isotope {
		margin-top: 70px;
	}
}

.tabs-custom {
	text-align: left;
}

.tabs-custom .nav-tabs {
	font-size: 0;
	line-height: 0;
	word-spacing: 0;
	border: 0;
}

.tabs-custom .nav-tabs:before, .tabs-custom .nav-tabs:after {
	display: none;
}

.tabs-custom .nav-item {
	float: none;
	border: 0;
	cursor: pointer;
	transition: .33s all ease;
}

.tabs-custom .nav-link {
	margin: 0;
	border-radius: 0;
	border: 0;
}

.tabs-custom .nav-link.active {
	cursor: default;
	border: 0;
}

.tab-content > .tab-pane {
	display: block;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

.tab-content > .active {
	visibility: visible;
	height: auto;
	overflow: visible;
}

* + .tabs-horizontal.tabs-corporate {
	margin-top: 25px;
}

* + .tabs-vertical.tabs-corporate {
	margin-top: 40px;
}

@media (min-width: 768px) {
	* + .tabs-vertical.tabs-corporate {
		margin-top: 60px;
	}
}

@media (min-width: 1200px) {
	* + .tabs-vertical.tabs-corporate {
		margin-top: 80px;
	}
}

.tabs-corporate .nav-tabs {
	position: relative;
	border: 1px solid #e5e7e9;
}

.tabs-corporate .nav-item {
	margin: -1px;
}

.tabs-corporate .nav-link {
	padding: 10px 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	color: #909090;
	background: transparent;
	border-bottom: 1px solid #e5e7e9;
	text-align: center;
	vertical-align: middle;
}

.tabs-corporate .nav-link:first-child {
	border-top: 1px solid #e5e7e9;
}

.tabs-corporate .nav-link:hover,
.tabs-corporate .nav-link.active {
	color: #ffffff;
	background: #6f43d6;
	border-color: #6f43d6;
}

.tabs-corporate .tab-content {
	padding: 30px 0 0;
}

@media (min-width: 768px) {
	.tabs-horizontal.tabs-corporate .nav-tabs {
		position: relative;
		width: 100%;
		display: block;
		transform: translate3d(0, -10px, 0);
		margin-bottom: -10px;
		margin-left: -5px;
		margin-right: -5px;
		text-align: center;
		border: 0;
		will-change: transform;
	}
	.tabs-horizontal.tabs-corporate .nav-tabs > * {
		margin-top: 10px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.tabs-horizontal.tabs-corporate .nav-item {
		display: inline-block;
		will-change: transform;
	}
	.tabs-horizontal.tabs-corporate .nav-link {
		display: block;
		position: relative;
		z-index: 1;
		min-width: 130px;
		letter-spacing: .1em;
		padding: 13px 20px;
		border: 2px solid #e5e7e9;
	}
	.tabs-horizontal.tabs-corporate .nav-link, .tabs-horizontal.tabs-corporate .nav-link::before {
		transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	}
	.tabs-horizontal.tabs-corporate .nav-link::before {
		content: '';
		position: absolute;
		top: -1px;
		left: -1px;
		width: calc(100% + 2px);
		height: calc(100% + 2px);
		z-index: -1;
		opacity: 0;
		transform: scale3d(0.7, 1, 1);
		transition: transform 0.4s, opacity 0.4s;
		transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
		background: #6f43d6;
	}
	.tabs-horizontal.tabs-corporate .nav-link.active,
	.tabs-horizontal.tabs-corporate .nav-link:hover {
		color: #ffffff;
		border-color: #6f43d6;
		background-color: transparent;
	}
	.tabs-horizontal.tabs-corporate .nav-link.active::before,
	.tabs-horizontal.tabs-corporate .nav-link:hover::before {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	}
	.tabs-vertical {
		display: flex;
		align-items: flex-start;
	}
	.tabs-vertical .nav-tabs {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		flex-shrink: 0;
		max-width: 50%;
	}
	.tabs-vertical .nav-item {
		border: 0;
		width: 100%;
		text-align: left;
	}
	.tabs-vertical .nav-link.active,
	.tabs-vertical .nav-link:hover {
		box-shadow: 0 9px 21px 0 rgba(30, 30, 30, 0.13);
	}
	.tabs-vertical .tab-content {
		flex-grow: 1;
	}
	.tabs-vertical.tabs-corporate .nav-tabs {
		width: auto;
		min-width: 260px;
		border: 0;
	}
	.tabs-vertical.tabs-corporate .nav-item {
		margin: 0;
	}
	.tabs-vertical.tabs-corporate .nav-link {
		position: relative;
		padding: 17px 30px;
		border: 0;
		overflow: hidden;
		text-align: left;
	}
	.tabs-vertical.tabs-corporate .nav-item + .nav-item {
		margin-top: 2px;
	}
	.tabs-vertical.tabs-corporate .tab-content {
		padding: 0 0 0 30px;
	}
}

@media (min-width: 992px) {
	.tabs-horizontal.tabs-corporate .tab-content {
		padding: 60px 30px 0;
	}
	.tabs-vertical.tabs-corporate .tab-content {
		padding: 0 0 0 45px;
	}
}

.card-group-custom {
	margin-bottom: 0;
}

.card-group-custom .card-header + .collapse > .card-body,
.card-group-custom .card-header + .collapse > .list-group {
	border-top: 0;
}

.card-group-custom .card + .card {
	margin-top: 0;
}

.card-group-custom.card-group-corporate .card + .card {
	margin-top: 30px;
}

.card-custom {
	display: block;
	margin: 0;
	background: inherit;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	text-align: left;
}

.card-custom a {
	display: block;
}

.card-custom .card-header {
	padding: 0;
	border-bottom: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.card-custom .card-body {
	padding: 0;
	border: 0;
}

.card-custom .card-title {
	text-transform: uppercase;
	font-weight: 500;
	font-family: "Oswald", sans-serif;
	margin-bottom: 0;
}

* + .card-group-custom {
	margin-top: 35px;
}

@media (min-width: 768px) {
	* + .card-group-custom {
		margin-top: 50px;
	}
}

/* ========================= FAQ ========================= */
.card-corporate {
	background: var(--black-soft) !important;
	border: 1px solid rgba(212, 175, 55, 0.25) !important;
	border-radius: 12px !important;
	margin-bottom: 18px !important;
	overflow: hidden;
	transition: all 0.3s ease;
}

.card-corporate:hover {
	border-color: var(--gold-medium) !important;
	box-shadow: 0 5px 20px rgba(212, 175, 55, 0.15);
	transform: translateY(-2px);
}

.card-corporate .card-header {
	background: var(--black-light) !important;
	padding: 0 !important;
	border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.card-corporate .card-title {
	margin: 0;
}

.card-corporate .card-title a {
	display: block;
	padding: 18px 25px;
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--gold-light) !important;
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	background: #2e3030;
}

.card-corporate .card-title a:hover,
.card-corporate .card-title a:active {
	color: var(--gold-medium) !important;
	background-color: rgba(212, 175, 55, 0.05);
	padding-left: 30px;
}

.card-corporate .card-title a .card-arrow:after {
	opacity: 0;
	visibility: hidden;
}

.card-corporate .card-title a.collapsed {
	border-bottom-width: 0;
}

.card-corporate .card-title a.collapsed .card-arrow {
	border-radius: 0 6px 6px 0;
}

.card-corporate .card-title a.collapsed .card-arrow:after {
	opacity: 1;
	visibility: visible;
}

.card-corporate .card-arrow {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	transition: all 0.3s ease;
	background: #2e3030;
}

.card-corporate .card-arrow::before,
.card-corporate .card-arrow::after {
	content: '';
	position: absolute;
	background-color: var(--gold-medium);
	transition: all 0.3s ease;
}

.card-corporate .card-arrow::before {
	width: 12px;
	height: 2px;
	top: 11px;
	left: 6px;
}

.card-corporate .card-arrow::after {
	width: 2px;
	height: 12px;
	top: 6px;
	left: 11px;
}

.card-corporate .collapse {
	position: relative;
	z-index: 1;
	transition: all 0.3s ease;
}

.card-corporate .collapse.show {
	background: var(--black-soft);
}

.card-corporate .card-body {
	background: var(--black-soft) !important;
	padding: 20px 25px;
	border-top: 1px solid rgba(212, 175, 55, 0.15);
}

.card-corporate .card-body p {
	color: #dddddd !important;
	line-height: 1.6;
	margin: 0;
	font-size: 0.95rem;
}

.card-corporate:first-child .card-header {
	border-bottom: 1px solid rgba(212, 175, 55, 0.3);
}

@media (max-width: 991.98px) {
	.card-corporate .card-title a,
	.card-corporate .card-body {
		padding-left: 20px;
	}
}

@media (max-width: 768px) {
	.card-corporate .card-title a {
		padding: 15px 20px;
		padding-right: 40px;
		font-size: 0.95rem;
	}
	.card-corporate .card-body {
		padding: 15px 20px;
	}
	.card-corporate .card-body p {
		font-size: 0.85rem;
	}
	.card-arrow {
		right: 15px;
	}
}

@media (max-width: 480px) {
	.card-corporate .card-title a {
		padding: 12px 15px;
		padding-right: 35px;
		font-size: 0.85rem;
	}
	.card-corporate .card-body {
		padding: 12px 15px;
	}
}

/*
*
* Tooltop Custom
*/
.tooltip {
	font-size: 14px;
	line-height: 1.2;
	position: relative;
	z-index: 1;
}

.google-map-markers {
	display: none;
}

.google-map-container {
	width: 100%;
}

.google-map {
	height: 250px;
	width: 100%;
	height: 250px;
	height: 460px;
}

/*
*
* Counter
*/
.counter-classic {
	text-align: center;
}

.counter-classic-number {
	font-size: 40px;
	line-height: 1.8;
	font-weight: 500;
	letter-spacing: .025em;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
}

.counter-classic-number > * {
	display: inline-block;
}

.counter-classic-title {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .2em;
	color: #ffffff;
}

@media (min-width: 992px) {
	.counter-classic-number {
		font-size: 60px;
	}
}

/*
*
* Progress Bars
*/
.progress-linear {
	position: relative;
	text-align: left;
}

.progress-linear .progress-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: "Oswald", sans-serif;
	letter-spacing: 3px;
	transform: translate3d(0, -10px, 0);
	margin-bottom: -10px;
	margin-left: -5px;
	margin-right: -5px;
}

.progress-linear .progress-header > * {
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.progress-linear .progress-bar-linear-wrap {
	height: 10px;
	background: #ffffff;
}

.progress-linear .progress-bar-linear {
	width: 0;
	height: inherit;
	transition: 1s all ease-in-out;
}

.progress-linear .progress-value {
	font-weight: 500;
	color: #ffffff;
}

.progress-linear .progress-value::after {
	content: "%";
}

.color-primary .progress-bar-linear {
	background: #6f43d6;
}

* + .progress-bar-linear-wrap {
	margin-top: 8px;
}

.progress-linear + .progress-linear {
	margin-top: 15px;
}

@media (min-width: 992px) {
	.progress-linear + .progress-linear {
		margin-top: 25px;
	}
}

/*
*
* Circle Progress Bars
*/
.progress-bar-circle {
	display: inline-block;
	position: relative;
	text-align: center;
	line-height: 1.2;
}

.progress-bar-circle canvas {
	vertical-align: middle;
}

.progress-bar-circle span {
	position: absolute;
	top: 50%;
	left: 51%;
	font-size: 36px;
	line-height: 36px;
	transform: translate(-50%, -50%);
	color: #9b9b9b;
}

.progress-bar-circle span::after {
	content: "%";
}

.progress-bar-circle-title {
	font-size: 14px;
	letter-spacing: .05em;
	text-transform: uppercase;
}

* + .progress-bar-circle-title {
	margin-top: 12px;
	margin-bottom: 12px;
}

/*
*
* Time Circles
*/
.time_circles {
	position: relative;
	width: 100%;
}

.time_circles > div {
	position: absolute;
	top: 0 !important;
	bottom: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: -10px;
	text-align: center;
}

@media (min-width: 1200px) {
	#DateCountdown {
		width: 100%;
	}
}

.time_circles > div > h4 {
	position: absolute;
	left: 0;
	top: calc(100% + 10px);
	right: 0;
	transform: translateY(-100%);
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	font-size: 13px !important;
	line-height: 1.2 !important;
	color: #909090;
	text-transform: uppercase;
}

.time_circles > div > h4 + * {
	margin-top: 0;
}

.section-single-inner .time_circles > div > h4 {
	color: #ffffff;
}

.time_circles > div > span {
	display: block;
	text-align: center;
	letter-spacing: 0;
	font-size: 24px !important;
	font-weight: 400;
	line-height: 1 !important;
	color: #111111;
}

@media (min-width: 768px) {
	.time_circles > div > span {
		font-size: 34px !important;
	}
}

@media (min-width: 992px) {
	.time_circles > div > span {
		font-size: 48px !important;
	}
}

.context-dark .time_circles > div > span, .bg-gray-700 .time_circles > div > span, .bg-primary .time_circles > div > span {
	color: #ffffff;
}

.countdown-wrap {
	max-width: 730px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

* + .countdown-wrap {
	margin-top: 35px;
}

.countdown-wrap + .button {
	margin-top: 40px;
}

/*
*
* Owl Carousel
*/
.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	font: 400 40px/80px 'FontAwesome';
	cursor: pointer;
	z-index: 1;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:before {
	content: '\f144';
}

.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

/*
 * Owl Navigation
 */
.owl-nav.disabled {
	display: none !important;
}

.owl-prev,
.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font: 400 46px/50px 'FontAwesome';
	color: #cccccc;
}

.owl-prev:hover,
.owl-next:hover {
	color: #6f43d6;
}

.owl-prev {
	left: 0;
}

.owl-prev::before {
	content: '\f104';
}

.owl-next {
	right: 0;
}

.owl-next::before {
	content: '\f105';
}

/*
 * Owl Pagination
 */
.owl-dots {
	text-align: center;
	padding-top: 40px;
}

@media (min-width: 576px) {
	.owl-dots {
		padding-top: 60px;
	}
}

@media (min-width: 1200px) {
	.owl-dots {
		padding-top: 50px;
	}
}

.owl-dots.disabled {
	display: none !important;
}

.owl-dot {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	outline: none;
	cursor: pointer;
	background-color: #909090;
	transition: .2s;
}

.owl-dot:only-child {
	display: none;
}

.owl-dot:hover, .owl-dot:focus {
	background-color: #4fd5ed;
}

.owl-dot.active {
	background-color: #4fd5ed;
}

.owl-carousel.owl-carousel-light-dots .owl-dot {
	border-color: #ffffff;
}

.owl-carousel.owl-carousel-light-dots .owl-dot:hover, .owl-carousel.owl-carousel-light-dots .owl-dot:focus {
	background-color: #ffffff;
}

.owl-carousel.owl-carousel-light-dots .owl-dot.active {
	background-color: #ffffff;
}

.lg-sub-html, .lg-toolbar {
	background-color: rgba(0, 0, 0, 0.45);
}

@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-weight: 400;
	font-style: normal;
}

.lg-icon {
	font-family: lg;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, 0.45);
	border-radius: 2px;
	color: #999999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1080;
	border: none;
	outline: 0;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: .5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
	color: #ffffff;
}

.lg-actions .lg-next {
	right: 20px;
}

.lg-actions .lg-next:before {
	content: "\e095";
}

.lg-actions .lg-prev {
	left: 20px;
}

.lg-actions .lg-prev:after {
	content: "\e094";
}

@-webkit-keyframes lg-right-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: -30px;
	}
}

@-moz-keyframes lg-right-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: -30px;
	}
}

@-ms-keyframes lg-right-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: -30px;
	}
}

@keyframes lg-right-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: -30px;
	}
}

@-webkit-keyframes lg-left-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: 30px;
	}
}

@-moz-keyframes lg-left-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: 30px;
	}
}

@-ms-keyframes lg-left-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: 30px;
	}
}

@keyframes lg-left-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: 30px;
	}
}

.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end .3s;
	-o-animation: lg-right-end .3s;
	animation: lg-right-end .3s;
	position: relative;
}

.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end .3s;
	-o-animation: lg-left-end .3s;
	animation: lg-left-end .3s;
	position: relative;
}

.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.lg-toolbar .lg-icon {
	color: #999999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: 0;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}

.lg-toolbar .lg-icon:hover {
	color: #ffffff;
}

.lg-toolbar .lg-close:after {
	content: "\e070";
}

.lg-toolbar .lg-download:after {
	content: "\e0f2";
}

.lg-sub-html {
	bottom: 0;
	color: #eeeeee;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080;
}

.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
}

.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0;
}

#lg-counter {
	color: #999999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle;
}

.lg-next, .lg-prev, .lg-toolbar {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-outer .lg-thumb-outer {
	background-color: #0d0a0a;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px;
	margin-left: auto;
	margin-right: auto;
}

.lg-outer .lg-thumb-item {
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #ffffff;
	border-radius: 4px;
	margin-bottom: 5px;
}

@media (min-width: 1025px) {
	.lg-outer .lg-thumb-item {
		-webkit-transition: border-color .25s ease;
		-o-transition: border-color .25s ease;
		transition: border-color .25s ease;
	}
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
	-webkit-transition: bottom .25s ease;
	-o-transition: bottom .25s ease;
	transition: bottom .25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
	background-color: #0d0a0a;
	border-radius: 2px 2px 0 0;
	color: #999999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px;
}

.lg-outer .lg-toogle-thumb:hover, .lg-outer.lg-dropdown-active #lg-share {
	color: #ffffff;
}

.lg-outer .lg-toogle-thumb:after {
	content: "\e1ff";
}

.lg-outer .lg-video-cont {
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px;
}

.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}

.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
	background: url(../images/vimeo-play.png) no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url(../images/vimeo-play.png) 0 -58px no-repeat;
}

.lg-outer .lg-has-html5 .lg-video-play {
	background: url(../images/video-play.png) no-repeat;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: .8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
	background: url(../images/youtube-play.png) no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url(../images/youtube-play.png) 0 -60px no-repeat;
}

.lg-outer .lg-video-object {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible;
}

.lg-progress-bar {
	background-color: #333333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1083;
	opacity: 0;
	-webkit-transition: opacity 80ms ease 0s;
	-moz-transition: opacity 80ms ease 0s;
	-o-transition: opacity 80ms ease 0s;
	transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
	background-color: #a90707;
	height: 5px;
	width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
	width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
	opacity: 1;
}

.lg-autoplay-button:after {
	content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
	content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

#lg-zoom-in:after {
	content: "\e311";
}

#lg-actual-size {
	font-size: 20px;
}

#lg-actual-size:after {
	content: "\e033";
}

#lg-zoom-out {
	opacity: .5;
	pointer-events: none;
}

#lg-zoom-out:after {
	content: "\e312";
}

.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto;
}

.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible;
}

.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	box-shadow: 0 0 0 2px #ffffff inset;
}

.lg-outer .lg-pager-thumb-cont {
	background-color: #ffffff;
	color: #ffffff;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
	-moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
	-o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
	transition: opacity .15s ease 0s, transform .15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%;
}

.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow .3s ease 0s;
	-o-transition: box-shadow .3s ease 0s;
	transition: box-shadow .3s ease 0s;
	width: 12px;
}

.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
	box-shadow: 0 0 0 8px #ffffff inset;
}

.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0;
}

.lg-fullscreen:after {
	content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
	content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, 0.25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
	-o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
	transition: visibility 0s linear .18s, opacity .18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}

.lg-outer .lg-dropdown {
	background-color: #ffffff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-moz-transform: translate3d(0, 5px, 0);
	-o-transform: translate3d(0, 5px, 0);
	-ms-transform: translate3d(0, 5px, 0);
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	-webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	-moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	-o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
}

.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #ffffff;
	right: 16px;
	top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
	margin-bottom: 0;
}

.lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a {
	color: #333333;
}

.lg-outer .lg-dropdown a {
	color: #333333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
	color: #333333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto;
}

.lg-outer, .lg-outer .lg, .lg-outer .lg-inner {
	width: 100%;
	height: 100%;
}

.lg-outer #lg-share {
	position: relative;
}

.lg-outer #lg-share:after {
	content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
	content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
	color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
	content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
	color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
	content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
	color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
	content: "\e903";
}

.lg-group:after {
	content: "";
	display: table;
	clear: both;
}

.lg-outer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s;
}

.lg-outer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lg-outer.lg-visible {
	opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
}

.lg-outer .lg-inner {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}

.lg-outer .lg-item {
	background: url(../images/loading.gif) center center no-repeat;
	display: none !important;
}

.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
	display: inline-block !important;
}

.lg-outer .lg-img-wrap, .lg-outer .lg-item {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}

.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.lg-outer .lg-item.lg-complete {
	background-image: none;
}

.lg-outer .lg-item.lg-current {
	z-index: 1060;
}

.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1;
}

.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
	display: none;
}

.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background-color: #000000;
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s;
}

.lg-backdrop.in {
	opacity: 1;
}

.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
	-webkit-transition: none 0s ease 0s !important;
	-moz-transition: none 0s ease 0s !important;
	-o-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
	opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
	-webkit-transition: opacity .1s ease 0s;
	-moz-transition: opacity .1s ease 0s;
	-o-transition: opacity .1s ease 0s;
	transition: opacity .1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-sub-html, .lg-toolbar {
	background-color: rgba(0, 0, 0, 0.45);
}

@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-weight: 400;
	font-style: normal;
}

.lg-icon {
	font-family: lg;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, 0.45);
	border-radius: 2px;
	color: #999999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1080;
	border: none;
	outline: 0;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: .5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
	color: #ffffff;
}

.lg-actions .lg-next {
	right: 20px;
}

.lg-actions .lg-next:before {
	content: "\e095";
}

.lg-actions .lg-prev {
	left: 20px;
}

.lg-actions .lg-prev:after {
	content: "\e094";
}

@-webkit-keyframes lg-right-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: -30px;
	}
}

@-moz-keyframes lg-right-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: -30px;
	}
}

@-ms-keyframes lg-right-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: -30px;
	}
}

@keyframes lg-right-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: -30px;
	}
}

@-webkit-keyframes lg-left-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: 30px;
	}
}

@-moz-keyframes lg-left-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: 30px;
	}
}

@-ms-keyframes lg-left-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: 30px;
	}
}

@keyframes lg-left-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: 30px;
	}
}

.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end .3s;
	-o-animation: lg-right-end .3s;
	animation: lg-right-end .3s;
	position: relative;
}

.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end .3s;
	-o-animation: lg-left-end .3s;
	animation: lg-left-end .3s;
	position: relative;
}

.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.lg-toolbar .lg-icon {
	color: #999999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: 0;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}

.lg-toolbar .lg-icon:hover {
	color: #ffffff;
}

.lg-toolbar .lg-close:after {
	content: "\e070";
}

.lg-toolbar .lg-download:after {
	content: "\e0f2";
}

.lg-sub-html {
	bottom: 0;
	color: #eeeeee;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080;
}

.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
}

.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0;
}

#lg-counter {
	color: #999999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle;
}

.lg-next, .lg-prev, .lg-toolbar {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-outer .lg-thumb-outer {
	background-color: #0d0a0a;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #ffffff;
	border-radius: 4px;
	margin-bottom: 5px;
}

@media (min-width: 1025px) {
	.lg-outer .lg-thumb-item {
		-webkit-transition: border-color .25s ease;
		-o-transition: border-color .25s ease;
		transition: border-color .25s ease;
	}
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color: #6f43d6;
}

.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
	-webkit-transition: bottom .25s ease;
	-o-transition: bottom .25s ease;
	transition: bottom .25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
	background-color: #0d0a0a;
	border-radius: 2px 2px 0 0;
	color: #999999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px;
}

.lg-outer .lg-toogle-thumb:hover, .lg-outer.lg-dropdown-active #lg-share {
	color: #ffffff;
}

.lg-outer .lg-toogle-thumb:after {
	content: "\e1ff";
}

.lg-outer .lg-video-cont {
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px;
}

.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}

.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
	background: url(../images/vimeo-play.png) no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url(../images/vimeo-play.png) 0 -58px no-repeat;
}

.lg-outer .lg-has-html5 .lg-video-play {
	background: url(../images/video-play.png) no-repeat;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: .8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
	background: url(../images/youtube-play.png) no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url(../images/youtube-play.png) 0 -60px no-repeat;
}

.lg-outer .lg-video-object {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible;
}

.lg-progress-bar {
	background-color: #333333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1083;
	opacity: 0;
	-webkit-transition: opacity 80ms ease 0s;
	-moz-transition: opacity 80ms ease 0s;
	-o-transition: opacity 80ms ease 0s;
	transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
	background-color: #6f43d6;
	height: 5px;
	width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
	width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
	opacity: 1;
}

.lg-autoplay-button:after {
	content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
	content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

#lg-zoom-in:after {
	content: "\e311";
}

#lg-actual-size {
	font-size: 20px;
}

#lg-actual-size:after {
	content: "\e033";
}

#lg-zoom-out {
	opacity: .5;
	pointer-events: none;
}

#lg-zoom-out:after {
	content: "\e312";
}

.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto;
}

.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible;
}

.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	box-shadow: 0 0 0 2px #ffffff inset;
}

.lg-outer .lg-pager-thumb-cont {
	background-color: #ffffff;
	color: #ffffff;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
	-moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
	-o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
	transition: opacity .15s ease 0s, transform .15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%;
}

.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow .3s ease 0s;
	-o-transition: box-shadow .3s ease 0s;
	transition: box-shadow .3s ease 0s;
	width: 12px;
}

.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
	box-shadow: 0 0 0 8px #ffffff inset;
}

.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0;
}

.lg-fullscreen:after {
	content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
	content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, 0.25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
	-o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
	transition: visibility 0s linear .18s, opacity .18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}

.lg-outer .lg-dropdown {
	background-color: #ffffff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-moz-transform: translate3d(0, 5px, 0);
	-o-transform: translate3d(0, 5px, 0);
	-ms-transform: translate3d(0, 5px, 0);
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	-webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	-moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	-o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
}

.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #ffffff;
	right: 16px;
	top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
	margin-bottom: 0;
}

.lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a {
	color: #333333;
}

.lg-outer .lg-dropdown a {
	color: #333333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
	color: #333333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto;
}

.lg-outer, .lg-outer .lg, .lg-outer .lg-inner {
	width: 100%;
	height: 100%;
}

.lg-outer #lg-share {
	position: relative;
}

.lg-outer #lg-share:after {
	content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
	content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
	color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
	content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
	color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
	content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
	color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
	content: "\e903";
}

.lg-group:after {
	content: "";
	display: table;
	clear: both;
}

.lg-outer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1090;
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s;
}

.lg-outer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lg-outer.lg-visible {
	opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
}

.lg-outer .lg-inner {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}

.lg-outer .lg-item {
	background: url(../images/loading.gif) center center no-repeat;
	display: none !important;
}

.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
	display: inline-block !important;
}

.lg-outer .lg-img-wrap, .lg-outer .lg-item {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}

.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.lg-outer .lg-item.lg-complete {
	background-image: none;
}

.lg-outer .lg-item.lg-current {
	z-index: 1060;
}

.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: 1200px !important;
	height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1;
}

.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
	display: none;
}

.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1090;
	background-color: #000000;
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s;
}

.lg-backdrop.in {
	opacity: .93;
}

.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
	-webkit-transition: none 0s ease 0s !important;
	-moz-transition: none 0s ease 0s !important;
	-o-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
	opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
	-webkit-transition: opacity .1s ease 0s;
	-moz-transition: opacity .1s ease 0s;
	-o-transition: opacity .1s ease 0s;
	transition: opacity .1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*
* Material Parallax
*/
.parallax-container {
	position: relative;
	overflow: hidden;
}

.material-parallax {
	position: absolute;
	top: 0;
	left: -1px;
	right: -1px;
	bottom: 0;
	z-index: 0;
}

.parallax-content {
	position: relative;
	z-index: 1;
}

.material-parallax img {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 0;
	min-width: 101%;
	min-height: 101%;
	max-width: none;
	transform: translate3d(-50%, 0, 0);
}

.parallax-disabled {
	background-size: cover;
	background-position: center;
}

html:not(.ie-11):not(.ios) .parallax-disabled {
	background-attachment: fixed;
}
#navbar {
    background-color: #000000 !important;  /* Noir pur */
}


@media (max-width: 480px) {
    .rd-navbar-fixed .rd-navbar-brand img {
        max-width: 60px;
        max-height: 30px;
    }
}

#main-section {
   
    height: 100vh;
   
}

@media (max-width: 480px) {
   #main-section {
	
	 height: 30vh;
	 
	 
	}
	.section-main {
    padding: 90px 0;
}
#about-section {
    
    padding: 50px 0;
    
}
}




/* ================================================================
   CUSTOM THEME STYLES (custom_style.css)
   Gold, Black & Burgundy VIP Event Theme
   ================================================================ */
/* --- 2. CUSTOM: custom_style.css --- */

/* ========================================
   GOLD NAVIGATION WITH BLACK BACKGROUND
   ======================================== */

/* Main navigation container - ensure black background */
#navbar {
    background-color: #000000 !important; /* Black background */
     z-index: 3 !important; 
}

/* Main navigation menu items - gold text */
#navbar .rd-navbar-nav > li > a {
    color: #D4AF37 !important; /* Gold color */
    transition: all 0.3s ease;
    font-size: medium;
}

/* Hover effect for main menu items */
#navbar .rd-navbar-nav > li > a:hover {
    color: #FFD700 !important; /* Brighter gold on hover */
    background-color: rgba(212, 175, 55, 0.1); /* Subtle gold background */
    text-shadow: 0 0 5px rgba(212, 175, 55, 0.5);
}

/* Active menu item */
#navbar .rd-navbar-nav > li.active > a {
    color: #FFD700 !important; /* Brighter gold for active */
    font-weight: 600;
}

/* ========================================
   DROPDOWN MENUS (ul li ul)
   ======================================== */

/* Dropdown menu container */
#navbar .rd-navbar-dropdown,
#navbar .rd-navbar-megamenu {
    background-color: #1a1a1a !important; /* Dark gray/black for dropdown */
    border: 1px solid rgba(212, 175, 55, 0.3);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

/* Dropdown items - gold text */
#navbar .rd-navbar-dropdown .rd-dropdown-link,
#navbar .rd-navbar-megamenu .rd-megamenu-list-link {
    color: #D4AF37 !important; /* Gold color */
    transition: all 0.3s ease;
    padding: 5px 5px;
}

/* Hover effect for dropdown items */
#navbar .rd-navbar-dropdown .rd-dropdown-link:hover,
#navbar .rd-navbar-megamenu .rd-megamenu-list-link:hover {
    color: #FFD700 !important; /* Brighter gold on hover */
    background-color: rgba(212, 175, 55, 0.15);
    padding-left: 25px; /* Slide effect on hover */
    text-shadow: 0 0 5px rgba(212, 175, 55, 0.3);
}

/* ========================================
   MEGAMENU SPECIFIC STYLES
   ======================================== */

/* Megamenu container */
#navbar .rd-navbar-megamenu {
    background-color: #1a1a1a !important;
}

/* Megamenu list items */
#navbar .rd-megamenu-list {
    border-left: 1px solid rgba(212, 175, 55, 0.2);
}

/* Megamenu list link hover */
#navbar .rd-megamenu-list .rd-megamenu-list-link {
    color: #D4AF37 !important;
    transition: all 0.3s ease;
}

#navbar .rd-megamenu-list .rd-megamenu-list-link:hover {
    color: #FFD700 !important;
    background-color: rgba(212, 175, 55, 0.1);
    padding-left: 15px;
}

/* ========================================
   MOBILE MENU (TOGGLE)
   ======================================== */

/* Mobile menu toggle button */
#navbar .rd-navbar-toggle {
    background-color: transparent;
}

#navbar .rd-navbar-toggle span,
#navbar .rd-navbar-toggle::before,
#navbar .rd-navbar-toggle::after {
    background-color: #D4AF37 !important; /* Gold lines */
}

/* Mobile menu panel */
#navbar .rd-navbar-nav-wrap {
    background-color: #000000 !important; /* Black background for mobile menu */
}

/* Mobile menu items */
.rd-navbar-fixed .rd-navbar-nav li > a {
    color: #D4AF37 !important;
}

.rd-navbar-fixed .rd-navbar-nav li > a:hover {
    color: #FFD700 !important;
    background-color: rgba(212, 175, 55, 0.1);
}

/* ========================================
   HOVER EFFECTS - ALL IN ONE (ALTERNATIVE)
   ======================================== */

/* Gold hover effect for all links in navbar */
#navbar a {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#navbar a:hover {
    color: #FFD700 !important;
    transform: translateY(-2px); /* Slight lift effect */
}

/* Remove transform from dropdown items to avoid issues */
#navbar .rd-navbar-dropdown a:hover,
#navbar .rd-navbar-megamenu a:hover {
    transform: translateY(0);
    padding-left: 25px;
}

/* ========================================
   GOLD UNDERLINE EFFECT ON HOVER
   ======================================== */

/* Main menu items with underline effect */
#navbar .rd-navbar-nav > li > a {
    position: relative;
    color: #D4AF37 !important;
    text-decoration: none;
}

#navbar .rd-navbar-nav > li > a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #FFD700;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

#navbar .rd-navbar-nav > li > a:hover::after {
    width: 80%; /* Underline appears on hover */
}

/* Remove underline for dropdown items */
#navbar .rd-navbar-dropdown a::after,
#navbar .rd-navbar-megamenu a::after {
    display: none;
}
/* ========================================
   VIDEO SECTION WITH OVERLAY CONTENT
   ======================================== */

/* Wrapper to maintain position */

/* Conteneur principal de la section vidéo */
.video-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* Fixed state when scrolling up */

/* Animation for fixed video */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

/* Spacer to prevent content jump */

/* Style de la vidéo */

/* Contenu superposé sur la vidéo - MODIFIED for bottom-left */

/* Conteneur interne - MODIFIED */

/* Row pour le contenu */
.row {
    text-align: left;
    pointer-events: auto;
}

/* Bannière "STAFFING" */

/* Style du titre principal */
.row h2 {
    font-size: 4rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    transform: translateX(-100%); /* Start from left */
    animation: slideInFromLeft 0.8s ease forwards;
    animation-delay: 0.4s;
}

/* Couleur grise pour le span */
.row h2 span {
    color: #858789 !important;
}

/* Style du paragraphe */
.row p {
    font-size: 1.1rem;
    color: #ffffff;
    line-height: 1.6;
    margin: 0;
    opacity: 0.9;
    transform: translateX(-100%); /* Start from left */
    animation: slideInFromLeft 0.8s ease forwards;
    animation-delay: 0.6s;
}
#about-text-1 {
    font-size: 1.1rem;
    color: #0f0e0e;
    line-height: 1.6;
    margin: 0;
    opacity: 0.9;
    transform: translateX(-100%); /* Start from left */
    animation: slideInFromLeft 0.8s ease forwards;
    animation-delay: 0.6s;
}

/* NEW: Slide in from left animation */
@keyframes slideInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Keep fadeInUp for fallback, but override with slideInFromLeft */

.row h2,
.row p {
    opacity: 0; /* Start hidden */
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

/* Tablettes */
@media (max-width: 992px) {
    .row h2 {
        font-size: 3rem;
    }
    
    .row p {
        font-size: 1rem;
    }
}

/* Mobiles */
@media (max-width: 768px) {
    
    .row h2 {
        font-size: 2rem;
    }
    
    .row p {
        font-size: 0.9rem;
    }
    
    .row br {
        display: none;
    }
}

/* Très petits mobiles */
@media (max-width: 480px) {
    
    .row h2 {
        font-size: 1.5rem;
    }
    
    .row p {
        font-size: 0.8rem;
    }
    #about-let-col h2 {
       font-size: 1rem!important;
    }
     #about-button-wrapper {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: -70px;
        width: 100%;
    }
    .button-style {
    
    right: 0;
}
}
#about-let-col h2 {
    font-size: 3rem;
}


/* ========================================
   ANIMATIONS
   ======================================== */

/* Animation for content when video is fixed */

/* Bouton CTA - Optional if you want to add a button */
.btn-cta {
    display: inline-block;
    margin-top: 30px;
    padding: 12px 30px;
    background-color: #858789;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    transform: translateX(-100%);
    animation: slideInFromLeft 0.8s ease forwards;
    animation-delay: 0.8s;
}

.btn-cta:hover {
    background-color: #ffffff;
    color: #000000;
    transform: translateY(-3px);
}

/* ========================================
   SERVICES SECTION - GOLD & BLACK THEME
   ======================================== */

/* Section principale */
#services-section {
    background-color: #0a0a0a;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

/* Ajout d'un effet de fond subtil */
#services-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 50%, rgba(212, 175, 55, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

/* Container */

/* Titre principal */

/* Highlight "Offer" en or */

/* Row des services */

/* Service items */
.service-item {
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.service-item:hover {
    transform: translateY(-10px);
}

/* Cartes de service */
/* .box-icon-modern: merged into Services section below */

/* Lien Explore More */

.service-item:hover .explore-link {
    opacity: 1;
    transform: translateX(0);
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 992px) {
    
    .box-icon-modern {
        padding: 30px 20px;
    }
}

@media (max-width: 768px) {
    #services-section {
        padding: 60px 0;
    }
    
    .box-icon-modern-title {
        font-size: 1.1rem;
    }
}

/* Style spécifique pour les liens Explore more */
/* Style spécifique pour les liens Explore more */


/* Category Titles */

/* Subtitle */

/* View All Services Button */
.btn-gold {
    display: inline-block;
    background: linear-gradient(135deg, #D4AF37, #C5A028);
    color: #000000;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.btn-gold:hover {
    background: linear-gradient(135deg, #C5A028, #D4AF37);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.3);
    letter-spacing: 3px;
}

/* Responsive */
@media (max-width: 768px) {
    
    .btn-gold {
        padding: 12px 30px;
        font-size: 0.9rem;
    }
}

/* Style pour les images dans les cartes */
.service-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    margin-bottom: 20px;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.box-icon-modern:hover .service-image img {
    transform: scale(1.05);
}

/* ========================= Services ========================= */
/* .box-icon-modern: card with optional image at top */
.box-icon-modern {
    background: linear-gradient(135deg, #111111, #0a0a0a);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 15px;
    padding: 0 0 30px 0;
    text-align: center;
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.box-icon-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.1), transparent);
    transition: left 0.5s ease;
}

.box-icon-modern:hover::before {
    left: 100%;
}

.box-icon-modern:hover {
    border-color: #D4AF37;
    box-shadow: 0 10px 40px rgba(212, 175, 55, 0.15);
    transform: translateY(-5px);
}

.box-icon-modern-title,
.box-icon-modern-text {
    padding-left: 25px;
    padding-right: 25px;
}

.box-icon-modern-icon {
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-size: 3.5rem;
    color: #C9A96E;
    text-align: center;
    line-height: 1;
    width: 60px;
    height: 60px;
    margin: 20px auto 15px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.box-icon-modern-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    /* Filtre pour or doux - moins jaune */
    filter: invert(58%) sepia(42%) saturate(420%) hue-rotate(2deg) brightness(92%) contrast(88%);
}

.box-icon-modern:hover .box-icon-modern-icon {
    transform: scale(1.05);
}

.box-icon-modern:hover .box-icon-modern-icon img {
    /* Or plus clair au survol, toujours doux */
    filter: invert(65%) sepia(38%) saturate(380%) hue-rotate(2deg) brightness(96%) contrast(86%);
}

/* about section */

#about h2{
    
    color: #f7f7f7;
    
}

/* ========================================
   VERTICAL STACK TITLE - TOP RIGHT ENTRANCE
   ONE BY ONE (SEQUENTIAL, NO OVERLAP)
   ======================================== */

/* Parent container */
.vertical-stack-title {
    display: flex;
    flex-direction: column;
    align-items: flex-end; /* Align to the right */
    gap: 10px;
    margin: 0;
    padding: 0;
    position: relative;
}

/* Individual words */
.vertical-stack-title .word {
    font-family: 'Oswald', sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-style: italic;
    color: #D4AF37;
    line-height: 1.1;
    white-space: nowrap;
    opacity: 0;
    transform: translate(150px, -150px);
    animation: flyFromTopRight 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/* Delays - ONE BY ONE (each word waits for previous to finish) */
.vertical-stack-title .word:nth-child(1) {
    animation-delay: 0s;
}
.vertical-stack-title .word:nth-child(2) {
    animation-delay: 0.7s;  /* Waits for word 1 to finish (0.6s + buffer) */
}
.vertical-stack-title .word:nth-child(3) {
    animation-delay: 1.4s;  /* Waits for word 2 to finish */
}

/* Animation keyframes - simplified for cleaner one-by-one effect */
@keyframes flyFromTopRight {
    0% {
        opacity: 0;
        transform: translate(150px, -150px);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

/* Optional: Add a subtle bounce at the end */
@keyframes flyFromTopRightBounce {
    0% {
        opacity: 0;
        transform: translate(150px, -150px);
    }
    70% {
        opacity: 0.9;
        transform: translate(-5px, 5px);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

/* Responsive font size */
@media (max-width: 768px) {
    .vertical-stack-title .word {
        font-size: 2rem;
        letter-spacing: 2px;
    }
    .vertical-stack-title {
        gap: 5px;
    }
    .vertical-stack-title .word:nth-child(2) {
        animation-delay: 0.8s;
    }
    .vertical-stack-title .word:nth-child(3) {
        animation-delay: 1.6s;
    }
}

@media (max-width: 480px) {
    .vertical-stack-title .word {
        font-size: 1.5rem;
        letter-spacing: 1px;
    }
    .vertical-stack-title .word:nth-child(2) {
        animation-delay: 0.9s;
    }
    .vertical-stack-title .word:nth-child(3) {
        animation-delay: 1.8s;
    }
}

.services-two-columns {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.service-column {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
    min-width: 150px;
}

.service-column li {
    margin-bottom: 10px;
    color: #dddddd;
    font-size: 1rem;
    line-height: 1.6;
}


.thumbnail-classic-caption {
    
    background: #D4AF37 !important;
   
}

/* Conteneur des images de galerie */
.gallery-image {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;  /* 1200/800 = 1.5 = 3:2 */
    object-fit: cover;
    display: block;
}

/* Version alternative avec dimensions fixes */
.gallery-image-fixed {
    width: 1200px;
    height: 800px;
    object-fit: cover;
}

/* Version responsive */
.gallery-image-responsive {
    width: 100%;
    height: auto;
    object-fit: cover;
}



/* ===== COUNTER SECTION ===== */
#counter {
  background: linear-gradient(135deg, #140000 0%, #3b0a1a 45%, #1a0000 100%);
  position: relative;
  overflow: hidden;
}

/* Dark overlay */
#counter::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

/* Remove image/parallax */
#counter .parallax-container {
  background: transparent !important;
}

#counter .parallax-content {
  position: relative;
  z-index: 2;
}

/* Main box */
#counter .border-classic {
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 20px;
  padding: 45px 25px;
  background: rgba(25, 0, 0, 0.45);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

/* Counter card */
#counter .counter-classic {
  text-align: center;
  padding: 25px 15px;
  border-radius: 16px;
  transition: all 0.35s ease;
}

#counter .counter-classic:hover {
  transform: translateY(-8px);
  background: rgba(212, 175, 55, 0.05);
}

/* Numbers */
#counter .counter-classic-number {
  font-size: 58px;
  font-weight: 700;
  color: #d4af37 !important;
  text-shadow: 0 0 14px rgba(212, 175, 55, 0.35);
  margin-bottom: 12px;
  line-height: 1;
}

/* k symbol */

/* Titles */
#counter .counter-classic-title {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 10px;
}

/* Gold line */
#counter .counter-classic::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  margin: 15px auto 0;
  background: linear-gradient(to right, transparent, #d4af37, transparent);
}


/* ===== ABOUT SECTION ===== */
#about-section {
  background: linear-gradient(135deg, #140000 0%, #3b0a1a 45%, #1a0000 100%);
  padding: 110px 0;
  position: relative;
  overflow: hidden;
}

/* Dark luxury overlay */
#about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

/* Keep content above overlay */
#about-container {
  position: relative;
  z-index: 2;
}

/* Title */
#about-title {
  font-size: 54px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
}

/* Gold highlighted text */
#about-highlight {
  color: #d4af37 !important;
  text-shadow: 0 0 12px rgba(212, 175, 55, 0.35);
}

/* Secondary heading */
#about-agency {
  color: #f5f5f5;
}

/* Right text box */
#about-right-col {
  background: rgba(20, 0, 0, 0.4);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 20px;
  padding: 35px;
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.3);
}

/* Main paragraph */
#about-text-1 {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.9;
  font-weight: 600;
  margin-bottom: 20px;
}

/* Secondary paragraph */
#about-text-2 {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.8;
}

/* Button wrapper */
#about-button-wrapper {
  margin-top: 50px;
  text-align: center;
}

/* Luxury button */
#about-button {
  background: linear-gradient(135deg, #d4af37, #f5d76e);
  color: #1a0000 !important;
  border: none;
  padding: 16px 38px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.35s ease;
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.25);
}

/* Button hover */
#about-button:hover {
  transform: translateY(-4px);
  background: linear-gradient(135deg, #f5d76e, #d4af37);
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.35);
}

/* Button icon */
#about-button-icon {
  color: #3b0a1a;
  margin-right: 10px;
  font-size: 18px;
}

/* Decorative gold line */
#about-title::after {
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  margin-top: 22px;
  background: linear-gradient(to right, #d4af37, transparent);
}

/* Responsive */
@media (max-width: 991px) {
  #about-title {
    font-size: 38px;
    text-align: center !important;
  }

  #about-right-col {
    margin-top: 40px;
  }

  #about-button-wrapper {
    text-align: center;
  }
}
@media (min-width: 768px) {
   #about-button {
        right: calc(50% - 85px);
        bottom: -81px;
    }
}



/* ===== SERVICES SECTION ===== */
#service {
  background: linear-gradient(135deg, #140000 0%, #3b0a1a 45%, #1a0000 100%);
  padding: 110px 0;
  position: relative;
  overflow: hidden;
}

/* Dark overlay */
#service::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

/* Content above overlay */
#service .container {
  position: relative;
  z-index: 2;
}

/* Equal height layout */
#service .row.align-items-stretch {
  display: flex;
  align-items: stretch;
}

/* Image card */
#service .service-detail-img {
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  background: rgba(20, 0, 0, 0.4);
  border: 1px solid rgba(212, 175, 55, 0.2);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
}

/* Image */
#service .service-detail-img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  transition: transform 0.5s ease;
}

/* Hover zoom */
#service .service-detail-img:hover img {
  transform: scale(1.05);
}

/* Info box */
#service .info-box {
  height: 100%;
  background: rgba(20, 0, 0, 0.45);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 24px;
  padding: 45px;
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
}

/* Heading */
#service .info-box h3 {
  color: #d4af37 !important;
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 25px;
  position: relative;
}

/* Gold line */
#service .info-box h3::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  margin-top: 16px;
  background: linear-gradient(to right, #d4af37, transparent);
}

/* Paragraphs */
#service .info-box p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 18px;
}

/* Services title */

/* Two columns */
#service .services-two-columns {
  display: flex;
  gap: 40px;
  margin-top: 10px;
}

/* Lists */
#service .service-column {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}

/* List items */
#service .service-column li {
  color: #f5f5f5;
  font-size: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(212, 175, 55, 0.12);
  transition: all 0.3s ease;
}

/* Hover effect */
#service .service-column li:hover {
  color: #d4af37;
  padding-left: 8px;
}

/* ===== RESPONSIVE ===== */

/* Tablet */
@media (max-width: 991px) {
  #service {
    padding: 80px 0;
  }

  #service .info-box {
    padding: 35px;
    margin-top: 30px;
  }

  #service .info-box h3 {
    font-size: 30px;
  }

  #service .services-two-columns {
    gap: 20px;
  }
}

/* Mobile */
@media (max-width: 767px) {

  #service .row.align-items-stretch {
    display: block;
  }

  #service .service-detail-img {
    height: auto;
    margin-bottom: 30px;
  }

  #service .service-detail-img img {
    height: auto;
  }

  #service .info-box {
    padding: 28px 22px;
  }

  #service .info-box h3 {
    font-size: 26px;
    text-align: center;
  }

  #service .info-box h3::after {
    margin: 14px auto 0;
  }

  #service .info-box p {
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
  }

  /* Stack service columns */
  #service .services-two-columns {
    flex-direction: column;
    gap: 0;
  }

  #service .service-column li {
    text-align: center;
    font-size: 15px;
  }
}


/* ===== CLIENT TESTIMONIAL SECTION ===== */
#client {
  background: linear-gradient(135deg, #140000 0%, #3b0a1a 45%, #1a0000 100%);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

/* Remove old background image effect */
#client.bg-image-2 {
  background-image: none !important;
}

/* Luxury dark overlay */
#client::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.08), transparent 30%),
    rgba(0, 0, 0, 0.35);
  z-index: 1;
}

/* Content above overlay */
#client .container {
  position: relative;
  z-index: 2;
}

/* Section title */
#client h2 {
  color: #ffffff;
  font-size: 54px;
  font-weight: 800;
  margin-bottom: 70px;
  letter-spacing: 1px;
}

/* Gold text */
#client .text-third {
  color: #d4af37 !important;
  text-shadow: 0 0 12px rgba(212, 175, 55, 0.3);
}

/* Carousel spacing */
#client .owl-modern {
  position: relative;
}

/* Testimonial card */
#client .quote-lisa {
  padding: 20px;
}

/* Main card */
#client .quote-lisa-body {
  background: rgba(20, 0, 0, 0.45);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 28px;
  padding: 55px 45px;
  text-align: center;
  backdrop-filter: blur(10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

/* Hover effect */
#client .quote-lisa-body:hover {
  transform: translateY(-8px);
  border-color: rgba(212, 175, 55, 0.4);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}

/* Decorative glow */
#client .quote-lisa-body::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.12), transparent 70%);
  border-radius: 50%;
}

/* Quote text */
#client .quote-lisa-text .q {
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 2;
  font-style: italic;
  margin-bottom: 40px;
  position: relative;
}

/* Gold quote icon effect */
#client .quote-lisa-text .q::before {
  content: "“";
  font-size: 90px;
  color: rgba(212, 175, 55, 0.18);
  position: absolute;
  top: -45px;
  left: -10px;
  font-family: serif;
}

/* Client image */
#client .quote-lisa-figure {
  display: inline-block;
  margin-bottom: 18px;
}

#client .quote-lisa-figure img {
  width: 95px;
  height: 95px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #d4af37;
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.25);
  transition: all 0.35s ease;
}

/* Image hover */
#client .quote-lisa-body:hover .quote-lisa-figure img {
  transform: scale(1.06);
}

/* Client name */
#client .quote-lisa-cite {
  margin-top: 10px;
}

#client .quote-lisa-cite a {
  color: #d4af37 !important;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.3s ease;
}

#client .quote-lisa-cite a:hover {
  color: #f5d76e !important;
}

/* Owl dots */
#client .owl-dots {
  margin-top: 40px;
  text-align: center;
}

#client .owl-dot span {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.25);
  display: block;
  border-radius: 50%;
  margin: 5px;
  transition: all 0.3s ease;
}

#client .owl-dot.active span,
#client .owl-dot:hover span {
  background: #d4af37;
  transform: scale(1.2);
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

/* ===== RESPONSIVE ===== */

/* Tablet */
@media (max-width: 991px) {

  #client {
    padding: 90px 0;
  }

  #client h2 {
    font-size: 40px;
    margin-bottom: 50px;
  }

  #client .quote-lisa-body {
    padding: 45px 30px;
  }

  #client .quote-lisa-text .q {
    font-size: 17px;
    line-height: 1.9;
  }
}

/* Mobile */
@media (max-width: 767px) {

  #client {
    padding: 70px 0;
  }

  #client h2 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 40px;
  }

  #client .quote-lisa {
    padding: 10px;
  }

  #client .quote-lisa-body {
    padding: 35px 22px;
    border-radius: 22px;
  }

  #client .quote-lisa-text .q {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px;
  }

  #client .quote-lisa-text .q::before {
    font-size: 65px;
    top: -35px;
  }

  #client .quote-lisa-figure img {
    width: 80px;
    height: 80px;
  }

  #client .quote-lisa-cite a {
    font-size: 16px;
  }
}


/* ================================
   NEWS SECTION - 2026 LUXURY THEME
   Burgundy + Gold + Black
================================ */

#news {
  background: linear-gradient(135deg, #120708 0%, #1d0b0d 50%, #0a0a0a 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

#news::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(180, 30, 60, 0.18), transparent 35%),
    radial-gradient(circle at bottom right, rgba(212, 175, 55, 0.12), transparent 30%);
  pointer-events: none;
}

/* SECTION TITLE */
#news h2 {
  color: #ffffff;
  font-size: 52px;
  font-weight: 800;
  letter-spacing: 3px;
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
}

#news h2::after {
  content: "";
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, #d4af37, #ffde7a);
  display: block;
  margin: 18px auto 0;
  border-radius: 50px;
}

/* GRID */
#news .row {
  position: relative;
  z-index: 2;
}

/* NEWS CARDS */
#news .post-classic,
#news .post-quote,
#news .post-picture {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(212, 175, 55, 0.12);
  border-radius: 24px;
  overflow: hidden;
  backdrop-filter: blur(12px);
  transition: all 0.4s ease;
  height: 100%;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
}

#news .post-classic:hover,
#news .post-quote:hover,
#news .post-picture:hover {
  transform: translateY(-10px);
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.5);
}

/* IMAGE */


#news .post-picture img {
  width: 100%;
  transition: transform 0.6s ease;
}

#news .post-classic:hover img,
#news .post-picture:hover img {
  transform: scale(1.08);
}

/* CONTENT SPACING */
#news .post-classic,
#news .post-quote {
  padding: 35px 30px;
}

/* DATE */
#news .post-classic-date {
  color: #b98a95;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

/* CATEGORY LINK */
#news .post-classic-date a,
#news .text-third {
  color: #d4af37 !important;
  text-decoration: none;
  transition: 0.3s ease;
}

#news .post-classic-date a:hover {
  color: #ffe08a !important;
}

/* TITLES */
#news .post-classic-title {
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 28px;
  transition: 0.3s ease;
}

#news .post-classic:hover .post-classic-title,
#news .post-quote:hover .post-classic-title {
  color: #f7d774;
}

/* LEARN MORE BUTTON */
#news .post-classic-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #d4af37;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}

#news .post-classic-link::after {
  content: "";
  width: 0;
  height: 2px;
  background: #d4af37;
  position: absolute;
  left: 0;
  bottom: -6px;
  transition: width 0.3s ease;
}

#news .post-classic-link:hover {
  color: #ffe08a;
}

#news .post-classic-link:hover::after {
  width: 100%;
}

/* QUOTE CARD STYLE */
#news .post-quote {
  background: linear-gradient(
    145deg,
    rgba(90, 12, 28, 0.95),
    rgba(25, 7, 10, 0.95)
  );
  border: 1px solid rgba(212, 175, 55, 0.2);
}

/* INSTAGRAM CARD */
#news .post-picture {
  position: relative;
}

#news .post-picture .icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 46px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: 0.4s ease;
}

#news .post-picture:hover .icon {
  opacity: 1;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  #news {
    padding: 80px 0;
  }

  #news h2 {
    font-size: 40px;
    margin-bottom: 50px;
  }

  #news .post-classic-title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  #news {
    padding: 70px 0;
  }

  #news h2 {
    font-size: 32px;
    letter-spacing: 2px;
  }

  #news .post-classic,
  #news .post-quote {
    padding: 28px 22px;
  }

  #news .post-classic-title {
    font-size: 20px;
    line-height: 1.4;
  }

  #news .post-classic-link {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  #news h2 {
    font-size: 28px;
  }

  #news .post-classic-title {
    font-size: 18px;
  }

  #news .post-classic-date {
    font-size: 12px;
  }
}


/* ==========================================
   OUR GALLERY - 2026 LUXURY BURGUNDY THEME
   Black + Gold + Double Burgundy
========================================== */

#our-gallery {
  background: linear-gradient(
    135deg,
    #090909 0%,
    #14070a 35%,
    #2a0c14 70%,
    #090909 100%
  );
  padding: 110px 0;
  position: relative;
 
}

/* GLOW EFFECTS */
#our-gallery::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left,
      rgba(122, 18, 42, 0.22),
      transparent 35%),
    radial-gradient(circle at bottom right,
      rgba(212, 175, 55, 0.12),
      transparent 30%);
  pointer-events: none;
}

/* SECTION TITLE */
#our-gallery h2 {
  color: #ffffff;
  font-size: 56px;
  font-weight: 800;
  letter-spacing: 3px;
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
}

#our-gallery h2::after {
  content: "";
  width: 130px;
  height: 4px;
  background: linear-gradient(90deg, #d4af37, #ffe08a);
  display: block;
  margin: 18px auto 0;
  border-radius: 50px;
}

/* GRID */
#our-gallery .row {
  position: relative;
  z-index: 2;
}

/* CARD */
#our-gallery .thumbnail-classic {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(212, 175, 55, 0.12);
  backdrop-filter: blur(10px);
  transition: all 0.45s ease;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
  margin-bottom: 30px;
}

/* HOVER */
#our-gallery .thumbnail-classic:hover {
  transform: translateY(-10px);
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.55);
}

/* IMAGE */
#our-gallery .thumbnail-classic-figure {
  overflow: hidden;
  position: relative;
}

#our-gallery .thumbnail-classic-figure img {
  width: 100%;
  transition: transform 0.7s ease;
}

#our-gallery .thumbnail-classic:hover img {
  transform: scale(1.08);
}

/* IMAGE OVERLAY */
#our-gallery .thumbnail-classic-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(10, 10, 10, 0.88),
    rgba(122, 18, 42, 0.12),
    transparent
  );
  opacity: 0;
  transition: 0.4s ease;
}

#our-gallery .thumbnail-classic:hover .thumbnail-classic-figure::after {
  opacity: 1;
}

/* CAPTION */
#our-gallery .thumbnail-classic-caption {
  padding: 28px 24px 30px;
  text-align: center;
}

/* TITLE */
#our-gallery .thumbnail-classic-title {
  margin-top: 12px;
}

#our-gallery .thumbnail-classic-title a {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease;
}

#our-gallery .thumbnail-classic:hover .thumbnail-classic-title a {
  color: #f7d774;
}

/* TEXT */
#our-gallery .thumbnail-classic-text {
  color: #d6c7cb;
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.7;
}

/* ICON */
#our-gallery .icon {
  width: 58px;
  height: 58px;
  background: linear-gradient(135deg, #d4af37, #f7d774);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
  font-size: 24px;
  transition: all 0.4s ease;
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.25);
  margin-right: 20px;
}

#our-gallery .thumbnail-classic:hover .icon {
  transform: scale(1.1) rotate(8deg);
  box-shadow: 0 15px 30px rgba(212, 175, 55, 0.4);
}



/* BUTTON */
#our-gallery .button-third {
  background: linear-gradient(135deg, #7a122a, #4b0918);
  color: #ffffff;
  border: 1px solid rgba(212, 175, 55, 0.25);
  padding: 10px 80px;
  border-radius: 50px;
  font-weight: 700;
  letter-spacing: 1px;
  transition: all 0.4s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

#our-gallery .button-third:hover {
  background: linear-gradient(135deg, #d4af37, #f7d774);
  color: #111111;
  transform: translateY(-4px);
  box-shadow: 0 18px 35px rgba(212, 175, 55, 0.35);
}

/* REMOVE DUPLICATE BUTTON */
#our-gallery .row > .button-style-2 {
  display: none;
}

/* RESPONSIVE */
@media (max-width: 1199px) {
  #our-gallery h2 {
    font-size: 48px;
  }
}

@media (max-width: 991px) {
  #our-gallery {
    padding: 90px 0;
  }

  #our-gallery h2 {
    font-size: 40px;
    margin-bottom: 55px;
  }

  #our-gallery .thumbnail-classic-title a {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  #our-gallery {
    padding: 75px 0;
  }

  #our-gallery h2 {
    font-size: 34px;
    letter-spacing: 2px;
  }

  #our-gallery .thumbnail-classic-caption {
    padding: 24px 20px;
  }

  #our-gallery .thumbnail-classic-title a {
    font-size: 20px;
  }

  #our-gallery .thumbnail-classic-text {
    font-size: 14px;
  }

  #our-gallery .button-third {
    width: 100%;
    max-width: 280px;
  }
}

@media (max-width: 480px) {
  #our-gallery h2 {
    font-size: 28px;
  }

  #our-gallery .thumbnail-classic-title a {
    font-size: 18px;
  }

  #our-gallery .thumbnail-classic-text {
    font-size: 13px;
  }
}



/* =========================
   2026 LUXURY BODY THEME
   Gold + Black + Burgundy
   (variables merged into :root at top of file)
========================= */

/* GENERAL SECTIONS */
section {
  background: transparent;
  position: relative;
  padding:  0;
}

/* HEADINGS */
h1, h2, h3, h4, h5 {
  color: var(--gold);
  letter-spacing: 1px;
  font-weight: 600;
}

/* TEXT STYLING */
p {
  color: var(--muted);
}

/* LINKS */
a {
  color: var(--gold-light);
  transition: 0.3s ease;
}

a:hover {
  color: var(--burgundy);
}

/* =========================
   GOLD + BURGUNDY ACCENTS
========================= */

/* BUTTONS */
.button,
.button-2 {
  background: linear-gradient(135deg, var(--burgundy), var(--black-soft));
  border: 1px solid var(--gold);
  color: var(--gold-light);
  border-radius: 0;
  transition: all 0.4s ease;
}

.button:hover,
.button-2:hover {
  background: var(--gold);
  color: var(--black);
  transform: translateY(-2px);
}

/* =========================
   NAVBAR
========================= */

.rd-navbar {
  background: rgba(10, 10, 12, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--burgundy-dark);
}

.rd-nav-link {
  color: var(--text);
}

.rd-nav-link:hover {
  color: var(--gold);
}

/* =========================
   COUNTER / STATS SECTION
========================= */

.counter-classic {
  text-align: center;
  padding: 20px;
  border: 1px solid var(--burgundy-dark);
  background: rgba(18,18,23,0.7);
}

.counter-classic-number {
  font-size: 40px;
  color: var(--gold);
}

.counter-classic-title {
  color: var(--muted);
}

/* =========================
   ABOUT SECTION
========================= */

#about-section,
.section-xxl {
  background: linear-gradient(
    135deg,
    var(--black),
    var(--burgundy-dark)
  );
}

/* =========================
   SERVICES BOX
========================= */

/* =========================
   GALLERY HOVER
========================= */

.thumbnail-classic:hover {
  transform: scale(1.03);
  transition: 0.4s ease;
  border: 1px solid var(--gold);
}

/* =========================
   CLIENTS / TESTIMONIALS
========================= */

.quote-lisa-body {
  background: var(--black-soft);
  border-left: 3px solid var(--burgundy);
  padding: 25px;
}

/* =========================
   FOOTER
========================= */

footer {
  background: linear-gradient(
    180deg,
    var(--black),
    var(--burgundy-dark)
  );
  border-top: 1px solid var(--gold);
}

footer h2 {
  color: var(--gold);
}

footer p {
  color: var(--muted);
}

#partners img {
  max-height: 80px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: 0.3s;
}

#partners img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.contact-box {
  border-radius: 12px;
}



.testimonial-slider {
  position: relative;
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto;
}

.testimonial-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.testimonial-slide {
  flex: 0 0 100%;
  padding: 20px;
  box-sizing: border-box;
}






/* ================================================================
   EVENT PAGE OVERRIDES (event.css) - HIGHEST PRIORITY
   Gold & Black Theme - Single Service VIP Event Planner
   ================================================================ */
/* --- 3. EVENT (highest priority): event.css --- */
/* ========================================
   GOLD & BLACK THEME - SINGLE SERVICE
   VIP EVENT PLANNER
   ======================================== */

.bg-default {
    background-color: var(--black-dark) !important;
}

.bg-gray-850 {
    background-color: var(--black) !important;
}

.text-gray-600 {
    color: #cccccc !important;
}

/* ---------- NAVIGATION ---------- */
.rd-navbar-nav > li > a {
    color: var(--gold-medium) !important;
    transition: all 0.3s ease;
}

.rd-navbar-nav > li > a:hover {
    color: var(--gold-light) !important;
}

.rd-nav-item.active > a {
    color: var(--gold-light) !important;
}

.rd-navbar-dropdown {
    background-color: var(--black-light) !important;
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.rd-dropdown-link {
    color: var(--gold-medium) !important;
}

.rd-dropdown-link:hover {
    color: var(--gold-light) !important;
    background-color: rgba(212, 175, 55, 0.15);
}

/* ---------- BUTTONS ---------- */
.button-secondary {
    background-color: transparent !important;
    border: 2px solid var(--gold-medium) !important;
    color: var(--gold-medium) !important;
    transition: all 0.3s ease !important;
}

.button-secondary:hover {
    background-color: var(--gold-medium) !important;
    color: var(--black) !important;
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(212, 175, 55, 0.4);
}

.button-ujarak {
    position: relative;
    overflow: hidden;
}

/* ---------- HERO SECTION ---------- */


.hero-service::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/bg-about-01-1700x376.jpg') center/cover no-repeat;
    opacity: 0.3;
    z-index: 0;
}

.hero-service .container {
    position: relative;
    z-index: 1;
}

.hero-service h2 {
    font-size: 4rem;
    font-weight: 800;
    color: var(--gold-light);
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.hero-service p {
    font-size: 1.2rem;
    color: var(--gold-pale);
}

/* ---------- SERVICE CARD ---------- */
.service-card {
    background: linear-gradient(135deg, var(--black-soft) 0%, var(--black-light) 100%);
    border-radius: 15px;
    padding: 40px 30px;
    transition: all 0.4s ease;
    border: 1px solid rgba(212, 175, 55, 0.2);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.1), transparent);
    transition: left 0.5s ease;
}

.service-card:hover::before {
    left: 100%;
}

.service-card:hover {
    transform: translateY(-10px);
    border-color: var(--gold-medium);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), 0 0 20px rgba(212, 175, 55, 0.2);
}

.service-icon {
    font-size: 60px;
    color: var(--gold-medium);
    margin-bottom: 25px;
    display: inline-block;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon {
    transform: scale(1.1);
    color: var(--gold-light);
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.service-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--gold-light);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service-description {
    color: #dddddd;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* ---------- SERVICE FEATURES ---------- */
.service-features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    text-align: left;
    display: inline-block;
}

.service-features li {
    padding: 8px 0;
    color: #cccccc;
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
    display: flex;
    align-items: center;
}

.service-features li::before {
    content: '✦';
    color: var(--gold-medium);
    margin-right: 12px;
    font-size: 14px;
}

/* ---------- SERVICE PRICE ---------- */
.service-price {
    font-size: 2rem;
    font-weight: 800;
    color: var(--gold-light);
    margin: 20px 0;
}

.service-price span {
    font-size: 1rem;
    color: var(--gray);
    font-weight: normal;
}

/* ---------- SERVICE BUTTON ---------- */
.btn-service {
    display: inline-block;
    padding: 12px 30px;
    background: transparent;
    border: 2px solid var(--gold-medium);
    color: var(--gold-medium);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-decoration: none;
    border-radius: 30px;
    margin-top: 10px;
}

.btn-service:hover {
    background: var(--gold-medium);
    color: var(--black);
    text-decoration: none;
    transform: translateY(-2px);
}

/* ========================= Services ========================= */
.service-detail-img {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.service-detail-img img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.service-detail-img:hover img {
    transform: scale(1.05);
}

/* ========================= About / Info ========================= */
.info-box {
    background: var(--black-soft);
    border-radius: 15px;
    padding: 30px;
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.info-item {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}

.info-item:last-child {
    border-bottom: none;
}

.info-icon {
    width: 40px;
    font-size: 24px;
    color: var(--gold-medium);
}

.info-label {
    flex: 1;
    font-weight: 600;
    color: var(--white);
}

.info-value {
    color: var(--gold-pale);
}

/* ---------- FOOTER ---------- */
.footer-classic {
    background-color: var(--black) !important;
    border-top: 1px solid rgba(212, 175, 55, 0.3);
}

.footer-social-list li a {
    background-color: var(--black-soft);
    color: var(--gold-medium);
    border-radius: 50%;
    transition: all 0.3s ease;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.footer-social-list li a:hover {
    background-color: var(--gold-medium);
    color: var(--black);
    transform: translateY(-3px);
}

.rights,
.rights a {
    color: var(--gray) !important;
}

.rights a:hover {
    color: var(--gold-medium) !important;
}

/* ---------- PRELOADER ---------- */
.preloader {
    background-color: var(--black) !important;
}

.cssload-speeding-wheel {
    border-color: var(--gold-medium) !important;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 992px) {
    .hero-service h2 {
        font-size: 3rem;
    }
    
    .service-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .hero-service h2 {
        font-size: 2rem;
    }
    
    .hero-service p {
        font-size: 1rem;
    }
    
    .service-card {
        padding: 25px 20px;
    }
    
    .service-title {
        font-size: 1.3rem;
    }
    
    .service-price {
        font-size: 1.5rem;
    }
    
    .info-item {
        flex-direction: column;
        text-align: center;
    }
    
    .info-icon {
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .hero-service h2 {
        font-size: 1.5rem;
    }
    
    .service-features li {
        font-size: 0.9rem;
    }
    
    .btn-service {
        padding: 8px 20px;
        font-size: 0.9rem;
    }
}

.hero-service {
    padding: 150px 0 70px;
}
.service-features li {
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
    font-size: large;
}
.service-description {
    border: 1px solid rgba(212, 175, 55, 0.2);
    font-size: large;

}
/* ========================================
   SERVICE DETAILS - ENLARGED TEXT
   ======================================== */

.service-details-row .info-box p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #e0e0e0;
}

.service-details-row .info-box p:first-of-type {
    font-size: 1.2rem;
    font-weight: 500;
}

.service-details-row .info-box h3 {
    font-size: 1.8rem;
    margin-bottom: 25px !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .service-details-row .info-box p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    .service-details-row .info-box p:first-of-type {
        font-size: 1.05rem;
    }
    
    .service-details-row .info-box h3 {
        font-size: 1.5rem;
    }
}

 .row.align-items-stretch {
        display: flex;
        flex-wrap: wrap;
    }
    
    .row.align-items-stretch > [class*="col-"] {
        display: flex;
        flex-direction: column;
    }
/* ══════════════════════════════════════════════════════
   NAVBAR Z-INDEX FIX — dropdowns always above sections
   ══════════════════════════════════════════════════════ */

/* Navbar wrapper always on top */
.rd-navbar-wrap,
#navbar,
.rd-navbar-wrap.rd-navbar--is-stuck {
  z-index: 9999 !important;
  position: fixed !important;
}

/* All dropdown menus on top of everything */
.rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-megamenu,
.rd-menu {
  z-index: 10000 !important;
}

/* Nested dropdowns even higher */
.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
  z-index: 10001 !important;
}

/* Mobile nav wrap */
.rd-navbar-fixed .rd-navbar-nav-wrap {
  z-index: 9998 !important;
}

/* Ensure sections don't overflow above navbar */
section,
.hero-section,
#main-section,
#patronne-section,
#contact-section,
.about-split,
.services-section,
.gallery-section,
.testimonials-section,
.blog-section,
.stats-bento,
.ticker-strip,
.parallax-cta {
  z-index: auto !important;
  isolation: auto;
}

/* Page header always on top */
.page > header.section.page-header {
  position: relative;
  z-index: 9999 !important;
}

svc-hero {
    
    padding-top: 50px!important;
}
