@charset "UTF-8";
/*
*
* Trunk version 2.0.0
*
*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;700&display=swap');
a:focus,
button:focus {
	outline: none !important;
}

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

*:focus {
	outline: none;
}

blockquote {
	padding: 0;
	margin: 0;
}

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;
}

cite {
	font-style: normal;
}

form {
	margin-bottom: 0;
}

blockquote {
	padding-left: 0;
	border-left: 0;
}

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

figure {
	margin-bottom: 0;
}

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

/*
*
* Typography
*/
body {
	display: block;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.71429;
	font-weight: 400;
	letter-spacing: 0.025em;
	color: #9b9b9b;
	background-color: #fff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
}

h1, h2, h3, h4, h5, h6, [class*='heading-'] {
	margin-top: 0;
	margin-bottom: 0;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #151515;
	text-transform: uppercase;
}

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: #35ad79;
}

h1,
.heading-1 {
	font-size: 32px;
	line-height: 1.3;
}

@media (min-width: 768px) {
	h1,
	.heading-1 {
		font-size: 40px;
		line-height: 1.15;
	}
}

@media (min-width: 1200px) {
	h1,
	.heading-1 {
		font-size: 60px;
		line-height: 1.16667;
	}
}

h2,
.heading-2 {
	font-size: 28px;
	line-height: 1.5;
}

@media (min-width: 1200px) {
	h2,
	.heading-2 {
		font-size: 48px;
		line-height: 1.25;
	}
}

h3,
.heading-3 {
	font-size: 24px;
	line-height: 1.5;
}

@media (min-width: 1200px) {
	h3,
	.heading-3 {
		font-size: 33px;
		line-height: 1.33333;
	}
}

h4, .heading-4,
h5, .heading-5,
h6, .heading-6 {
	letter-spacing: 0.025em;
}

h4,
.heading-4 {
	font-size: 20px;
	line-height: 1.35;
}

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

h5,
.heading-5 {
	font-size: 18px;
	line-height: 1.35;
}

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

h6,
.heading-6 {
	font-size: 14px;
	line-height: 1.35;
}

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

.heading-7 {
	font-size: 14px;
	line-height: 1.35;
	letter-spacing: .05em;
}

.heading-decoration-1 {
	position: relative;
}

.heading-decoration-1::before {
	content: '';
	position: relative;
	top: .55em;
	display: inline-block;
	vertical-align: top;
	width: 0.83333em;
	margin-right: .3em;
	border-bottom: 3px solid;
}

.heading-decoration-2 {
	position: relative;
	padding-left: 40px;
}

.heading-decoration-2::before {
	content: '';
	position: absolute;
	left: 0;
	top: .5em;
	width: 25px;
	height: 3px;
	display: inline-block;
	vertical-align: middle;
	background: #fcef57;
}

* + .heading-decoration-2 {
	margin-top: 20px;
}

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

mark,
.mark {
	padding: 3px 5px;
	color: #fff;
	background: #2c343b;
}

.big {
	font-size: 16px;
	line-height: 1.75;
}

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

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

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

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

.text-style-1 {
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #9b9b9b;
}

.text-style-2 {
	position: relative;
	overflow: hidden;
	padding-left: 35px;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.text-style-2 span {
	position: relative;
	padding-left: 10px;
}

.text-style-2 span::before {
	position: absolute;
	top: 50%;
	transform: translate3d(-100%, -50%, 0);
	left: 0;
	content: '';
	border-bottom: 1px solid;
	width: 100vw;
}

@media (min-width: 768px) {
	.text-style-2 {
		padding-left: 75px;
	}
}

.text-style-2 + * {
	margin-top: 15px;
}

.context-dark .text-style-2, .rd-navbar-dark .text-style-2, .rd-navbar-darker .text-style-2, .bg-gray-700 .text-style-2, .bg-gray-2 .text-style-2, .bg-gray-4 .text-style-2, .bg-primary .text-style-2, .bg-image-dark .text-style-2 {
	color: rgba(255, 255, 255, 0.6);
}

.text-style-3 {
	font-weight: 700;
	font-style: italic;
}

.text-style-4 {
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
	letter-spacing: .1em;
	text-transform: uppercase;
}

* + .text-style-4 {
	margin-top: 5px;
}

.heading-component {
	position: relative;
	line-height: 1;
	border-bottom: 1px solid #e1e1e1;
}

.heading-component-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-left: -15px;
}

.heading-component-inner > * {
	margin-left: 15px;
}

.heading-component-inner > * {
	margin-bottom: 11px;
}

.heading-component-inner * + .button {
	margin-top: 0;
}

.heading-component-title {
	position: relative;
	display: inline-block;
	padding-left: 15px;
	line-height: 26px;
}

.heading-component-title::before {
	content: '';
	position: absolute;
	top: 3px;
	bottom: 3px;
	left: 0;
	border-left: 4px solid #35ad79;
	pointer-events: auto;
}

.heading-component-title::after {
	display: inline-block;
	min-height: inherit;
	width: 0;
	vertical-align: middle;
}

.heading-component-title .icon {
	margin-right: 4px;
	vertical-align: middle;
}

.heading-component + * {
	margin-top: 25px;
}

.heading-component + .row {
	margin-top: 25px;
}

.heading-component-simple .heading-component-title {
	padding-left: 0;
}

.heading-component-simple .heading-component-title::before {
	display: none;
}

.bg-gray-100 .heading-component {
	border-bottom-color: #d7d7d7;
}

.time-decorated {
	display: inline-block;
	position: relative;
	padding: 0 90px;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.time-decorated::before, .time-decorated::after {
	content: '';
	position: absolute;
	top: .66em;
	display: inline-block;
	vertical-align: middle;
	width: 75px;
	border-bottom: 1px solid #9b9b9b;
}

.time-decorated::before {
	left: 0;
}

.time-decorated::after {
	right: 0;
}

.context-dark .time-decorated, .rd-navbar-dark .time-decorated, .rd-navbar-darker .time-decorated, .bg-gray-700 .time-decorated, .bg-gray-2 .time-decorated, .bg-gray-4 .time-decorated, .bg-primary .time-decorated, .bg-image-dark .time-decorated {
	color: rgba(255, 255, 255, 0.6);
}

.context-dark .time-decorated::before, .rd-navbar-dark .time-decorated::before, .rd-navbar-darker .time-decorated::before, .bg-gray-700 .time-decorated::before, .bg-gray-2 .time-decorated::before, .bg-gray-4 .time-decorated::before, .bg-primary .time-decorated::before, .bg-image-dark .time-decorated::before, .context-dark .time-decorated::after, .rd-navbar-dark .time-decorated::after, .rd-navbar-darker .time-decorated::after, .bg-gray-700 .time-decorated::after, .bg-gray-2 .time-decorated::after, .bg-gray-4 .time-decorated::after, .bg-primary .time-decorated::after, .bg-image-dark .time-decorated::after {
	border-color: rgba(255, 255, 255, 0.27);
}

.h1-em {
	font-weight: 700;
	font-style: italic;
}

* + .h1-em {
	margin-top: 10px;
}

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

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

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

.brand-md img {
	max-width: 117px;
	max-height: 117px;
}

@media (min-width: 992px) and (max-width: 1599.98px) {
	.brand-md img {
		max-width: 90px;
		max-height: 90px;
	}
}

/*
*
* 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: #35ad79;
}

a:hover {
	color: #237250;
}

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

.link {
	display: inline-block;
	line-height: 1.2;
}

.link-md {
	font-size: 16px;
}

.link-hover {
	color: #237250;
}

.link-press {
	color: #237250;
}

.link-circle,
.link-circle * {
	border-radius: 50%;
}

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

.link-cart {
	color: #151515;
}

.link-cart > * + * {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.link-cart:hover {
	color: #35ad79;
}

.link-cart:hover .link-cart-counter {
	color: #fff;
	background: #35ad79;
}

.link-cart-hidden-link {
	display: none;
}

.link-cart-icon {
	font-size: 17px;
	line-height: 1;
	color: #151515;
}

.link-cart-counter {
	position: relative;
	top: -2px;
	height: 18px;
	min-width: 18px;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	border-radius: 50%;
	color: #fff;
	background: #35ad79;
	transition: .22s;
}

.iphone .link-cart-counter {
	line-height: 17px;
}

button.link-cart {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
}

button.link-cart::-moz-focus-inner {
	border: none;
	padding: 0;
}

.context-dark .link-cart:hover .link-cart-icon, .rd-navbar-dark .link-cart:hover .link-cart-icon, .rd-navbar-darker .link-cart:hover .link-cart-icon, .bg-gray-700 .link-cart:hover .link-cart-icon, .bg-gray-2 .link-cart:hover .link-cart-icon, .bg-gray-4 .link-cart:hover .link-cart-icon, .bg-primary .link-cart:hover .link-cart-icon, .bg-image-dark .link-cart:hover .link-cart-icon {
	color: #35ad79;
}

.context-dark .link-cart-icon, .rd-navbar-dark .link-cart-icon, .rd-navbar-darker .link-cart-icon, .bg-gray-700 .link-cart-icon, .bg-gray-2 .link-cart-icon, .bg-gray-4 .link-cart-icon, .bg-primary .link-cart-icon, .bg-image-dark .link-cart-icon {
	color: #fcef57;
}

.link-icon .icon {
	position: relative;
	top: -1px;
	vertical-align: middle;
	font-size: 1.33em;
	color: #35ad79;
	transition: .22s;
}

.link-icon:hover {
	color: #35ad79;
}

.link-icon:hover .icon {
	color: #151515;
}

.link-icon-left .icon {
	margin-right: 7px;
}

.link-icon-right .icon {
	margin-left: 7px;
}

.context-dark .link-icon, .rd-navbar-dark .link-icon, .rd-navbar-darker .link-icon, .bg-gray-700 .link-icon, .bg-gray-2 .link-icon, .bg-gray-4 .link-icon, .bg-primary .link-icon, .bg-image-dark .link-icon {
	color: #fff;
}

.context-dark .link-icon .icon, .rd-navbar-dark .link-icon .icon, .rd-navbar-darker .link-icon .icon, .bg-gray-700 .link-icon .icon, .bg-gray-2 .link-icon .icon, .bg-gray-4 .link-icon .icon, .bg-primary .link-icon .icon, .bg-image-dark .link-icon .icon {
	color: #fcef57;
}

.context-dark .link-icon:hover, .rd-navbar-dark .link-icon:hover, .rd-navbar-darker .link-icon:hover, .bg-gray-700 .link-icon:hover, .bg-gray-2 .link-icon:hover, .bg-gray-4 .link-icon:hover, .bg-primary .link-icon:hover, .bg-image-dark .link-icon:hover {
	color: #fcef57;
}

.context-dark .link-icon:hover .icon, .rd-navbar-dark .link-icon:hover .icon, .rd-navbar-darker .link-icon:hover .icon, .bg-gray-700 .link-icon:hover .icon, .bg-gray-2 .link-icon:hover .icon, .bg-gray-4 .link-icon:hover .icon, .bg-primary .link-icon:hover .icon, .bg-image-dark .link-icon:hover .icon {
	color: #fff;
}

.link-classic {
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.2;
	color: #151515;
}

.link-light {
	color: #9b9b9b;
}

.link-light:hover {
	color: #35ad79;
}

.context-dark .link-light, .rd-navbar-dark .link-light, .rd-navbar-darker .link-light, .bg-gray-700 .link-light, .bg-gray-2 .link-light, .bg-gray-4 .link-light, .bg-primary .link-light, .bg-image-dark .link-light {
	color: #555c5f;
}

.context-dark .link-light:hover, .rd-navbar-dark .link-light:hover, .rd-navbar-darker .link-light:hover, .bg-gray-700 .link-light:hover, .bg-gray-2 .link-light:hover, .bg-gray-4 .link-light:hover, .bg-primary .link-light:hover, .bg-image-dark .link-light:hover {
	color: #fcef57;
}

.link-image {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	transition: .22s;
	max-width: 90%;
	opacity: .5;
}

.link-image img {
	display: block;
}

.link-image:hover {
	opacity: 1;
}

/*
*
* Blocks
*/
.block-center, .block-sm, .block-lg {
	margin-left: auto;
	margin-right: auto;
}

.block-sm {
	max-width: 560px;
}

.block-lg {
	max-width: 768px;
}

.block-palette {
	display: flex;
	flex-wrap: wrap;
}

.block-palette-item {
	flex-basis: 40px;
	height: 40px;
}

.block-palette-item-dark {
	background-color: #151515;
}

.block-palette-item-darken {
	background-color: #2c2d31;
}

.block-palette-item-gray {
	background-color: #9b9b9b;
}

.block-palette-item-darker {
	background-color: #35363c;
}

.block-palette-item-secondary {
	background-color: #fcef57;
}

.block-palette-item-secondary-dark {
	background-color: #f1e557;
}

.block-palette-item-primary-dark {
	background-color: #35ac78;
}

.block-palette-item-primary-light {
	background-color: #33b87e;
}

@media (min-width: 768px) {
	.block-palette-item {
		flex-basis: 95px;
		height: 95px;
	}
}

.block-categories {
	padding: 32px 22px;
	background: #fff;
	border: 1px solid #e1e1e1;
}

.block-aside {
	margin-bottom: -30px;
}

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

@media (min-width: 768px) and (max-width: 991.98px) {
	.block-aside {
		max-width: inherit;
		columns: 2;
		break-inside: avoid;
		column-gap: 30px;
	}
	.block-aside-item {
		display: inline-block;
		width: 100%;
	}
}

* + .main-component {
	
	margin-top: 50px;
	max-width: 100%;
	overflow: hidden;
}

* + .main-component1 {
	
	display: flex;
	flex-direction: row;
	justify-content: center;
	justify-content: space-around;
	margin-top: 50px;
}

* + .main-component2 {
	
	display: flex;
	flex-direction: row;
	justify-content: center;
	justify-content: space-around;
}


.aside-components {
	margin-bottom: -50px;
}

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

@media (min-width: 768px) and (max-width: 991.98px) {
	.aside-components {
		max-width: inherit;
		columns: 2;
		break-inside: avoid;
		column-gap: 30px;
	}
	.aside-component {
		display: inline-block;
		width: 100%;
	}
}

/*
*
* Boxes
*/
.box-minimal {
	max-width: 270px;
	padding: 20px 10px 30px 30px;
	background: #fff;
	border: 1px solid #e1e1e1;
	text-align: left;
}

.box-minimal p {
	letter-spacing: .025em;
}

.box-minimal-primary {
	color: rgba(255, 255, 255, 0.5);
	background: #35ad79;
}

.box-minimal-primary .box-minimal-icon,
.box-minimal-primary .box-minimal-title {
	color: #fff;
}

.box-minimal-gray-2 {
	color: rgba(255, 255, 255, 0.5);
	background: #35363c;
}

.box-minimal-gray-2 .box-minimal-title {
	color: #fff;
}

.box-minimal-gray-2 .box-minimal-icon {
	color: #fcef57;
}

.box-minimal-header {
	display: table;
	margin-left: -10px;
}

.box-minimal-header > * {
	display: table-cell;
	padding: 0 10px;
	vertical-align: middle;
}

.box-minimal-icon {
	font-size: 37px;
	color: #151515;
}

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

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

.box-counter-title {
	display: inline-block;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: -.025em;
}

.box-counter-main {
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-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-main .small_top {
	position: relative;
	top: .2em;
	vertical-align: top;
}

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

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

* + .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;
	}
}

.bg-primary .box-counter {
	color: #fff;
}

.bg-primary .box-counter-divider::after {
	background: #fff;
}

/*
*
* Responsive units
*/
.unit {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex: 0 1 100%;
	-webkit-flex: 0 1 100%;
	flex: 0 1 100%;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.unit-body {
	-ms-flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
}

.unit-left,
.unit-right {
	-ms-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
}

.unit-align-center {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.unit-middle {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.unit,
.unit-vertical {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: -30px;
	margin-left: -20px;
}

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

.unit > *,
.unit-vertical > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: 20px;
}

.unit-horizontal {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

@media (min-width: 576px) {
	.unit-sm-align-center {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.unit-sm-middle {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.unit-sm,
	.unit-sm-vertical {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: -30px;
		margin-left: -20px;
	}
	.unit-sm:empty,
	.unit-sm-vertical:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.unit-sm > *,
	.unit-sm-vertical > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 30px;
		margin-left: 20px;
	}
	.unit-sm-horizontal {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

@media (min-width: 768px) {
	.unit-md-align-center {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.unit-md-middle {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.unit-md,
	.unit-md-vertical {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: -30px;
		margin-left: -20px;
	}
	.unit-md:empty,
	.unit-md-vertical:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.unit-md > *,
	.unit-md-vertical > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 30px;
		margin-left: 20px;
	}
	.unit-md-horizontal {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

@media (min-width: 992px) {
	.unit-lg-align-center {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.unit-lg-middle {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.unit-lg,
	.unit-lg-vertical {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: -30px;
		margin-left: -20px;
	}
	.unit-lg:empty,
	.unit-lg-vertical:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.unit-lg > *,
	.unit-lg-vertical > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 30px;
		margin-left: 20px;
	}
	.unit-lg-horizontal {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

@media (min-width: 1200px) {
	.unit-xl-align-center {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.unit-xl-middle {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.unit-xl,
	.unit-xl-vertical {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: -30px;
		margin-left: -20px;
	}
	.unit-xl:empty,
	.unit-xl-vertical:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.unit-xl > *,
	.unit-xl-vertical > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 30px;
		margin-left: 20px;
	}
	.unit-xl-horizontal {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

@media (min-width: 1600px) {
	.unit-xxl-align-center {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.unit-xxl-middle {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.unit-xxl,
	.unit-xxl-vertical {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: -30px;
		margin-left: -20px;
	}
	.unit-xxl:empty,
	.unit-xxl-vertical:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.unit-xxl > *,
	.unit-xxl-vertical > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 30px;
		margin-left: 20px;
	}
	.unit-xxl-horizontal {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.unit-spacing-xs.unit, .unit-spacing-xs.unit-vertical {
	margin-bottom: -15px;
	margin-left: -7px;
}

.unit-spacing-xs.unit:empty, .unit-spacing-xs.unit-vertical:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.unit-spacing-xs.unit > *, .unit-spacing-xs.unit-vertical > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 7px;
}

@media (min-width: 576px) {
	.unit-spacing-xs.unit, .unit-spacing-xs.unit-vertical {
		margin-bottom: -15px;
		margin-left: -7px;
	}
	.unit-spacing-xs.unit:empty, .unit-spacing-xs.unit-vertical:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.unit-spacing-xs.unit > *, .unit-spacing-xs.unit-vertical > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 15px;
		margin-left: 7px;
	}
}

@media (min-width: 768px) {
	.unit-spacing-xs.unit, .unit-spacing-xs.unit-vertical {
		margin-bottom: -15px;
		margin-left: -7px;
	}
	.unit-spacing-xs.unit:empty, .unit-spacing-xs.unit-vertical:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.unit-spacing-xs.unit > *, .unit-spacing-xs.unit-vertical > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 15px;
		margin-left: 7px;
	}
}

@media (min-width: 992px) {
	.unit-spacing-xs.unit, .unit-spacing-xs.unit-vertical {
		margin-bottom: -15px;
		margin-left: -7px;
	}
	.unit-spacing-xs.unit:empty, .unit-spacing-xs.unit-vertical:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.unit-spacing-xs.unit > *, .unit-spacing-xs.unit-vertical > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 15px;
		margin-left: 7px;
	}
}

@media (min-width: 1200px) {
	.unit-spacing-xs.unit, .unit-spacing-xs.unit-vertical {
		margin-bottom: -15px;
		margin-left: -7px;
	}
	.unit-spacing-xs.unit:empty, .unit-spacing-xs.unit-vertical:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.unit-spacing-xs.unit > *, .unit-spacing-xs.unit-vertical > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 15px;
		margin-left: 7px;
	}
}

@media (min-width: 1600px) {
	.unit-spacing-xs.unit, .unit-spacing-xs.unit-vertical {
		margin-bottom: -15px;
		margin-left: -7px;
	}
	.unit-spacing-xs.unit:empty, .unit-spacing-xs.unit-vertical:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.unit-spacing-xs.unit > *, .unit-spacing-xs.unit-vertical > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 15px;
		margin-left: 7px;
	}
}

.unit-spacing-lg .unit {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex: 0 1 100%;
	-webkit-flex: 0 1 100%;
	flex: 0 1 100%;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.unit-spacing-lg .unit-body {
	-ms-flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
}

.unit-spacing-lg .unit-left,
.unit-spacing-lg .unit-right {
	-ms-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
}

.unit-spacing-lg .unit-align-center {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.unit-spacing-lg .unit-middle {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.unit-spacing-lg .unit,
.unit-spacing-lg .unit-vertical {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: -30px;
	margin-left: -30px;
}

.unit-spacing-lg .unit:empty,
.unit-spacing-lg .unit-vertical:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.unit-spacing-lg .unit > *,
.unit-spacing-lg .unit-vertical > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: 30px;
}

.unit-spacing-lg .unit-horizontal {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

@media (min-width: 576px) {
	.unit-spacing-lg .unit-sm-align-center {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.unit-spacing-lg .unit-sm-middle {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.unit-spacing-lg .unit-sm,
	.unit-spacing-lg .unit-sm-vertical {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: -30px;
		margin-left: -30px;
	}
	.unit-spacing-lg .unit-sm:empty,
	.unit-spacing-lg .unit-sm-vertical:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.unit-spacing-lg .unit-sm > *,
	.unit-spacing-lg .unit-sm-vertical > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 30px;
		margin-left: 30px;
	}
	.unit-spacing-lg .unit-sm-horizontal {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

@media (min-width: 768px) {
	.unit-spacing-lg .unit-md-align-center {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.unit-spacing-lg .unit-md-middle {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.unit-spacing-lg .unit-md,
	.unit-spacing-lg .unit-md-vertical {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: -30px;
		margin-left: -30px;
	}
	.unit-spacing-lg .unit-md:empty,
	.unit-spacing-lg .unit-md-vertical:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.unit-spacing-lg .unit-md > *,
	.unit-spacing-lg .unit-md-vertical > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 30px;
		margin-left: 30px;
	}
	.unit-spacing-lg .unit-md-horizontal {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

@media (min-width: 992px) {
	.unit-spacing-lg .unit-lg-align-center {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.unit-spacing-lg .unit-lg-middle {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.unit-spacing-lg .unit-lg,
	.unit-spacing-lg .unit-lg-vertical {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: -30px;
		margin-left: -30px;
	}
	.unit-spacing-lg .unit-lg:empty,
	.unit-spacing-lg .unit-lg-vertical:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.unit-spacing-lg .unit-lg > *,
	.unit-spacing-lg .unit-lg-vertical > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 30px;
		margin-left: 30px;
	}
	.unit-spacing-lg .unit-lg-horizontal {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

@media (min-width: 1200px) {
	.unit-spacing-lg .unit-xl-align-center {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.unit-spacing-lg .unit-xl-middle {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.unit-spacing-lg .unit-xl,
	.unit-spacing-lg .unit-xl-vertical {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: -30px;
		margin-left: -30px;
	}
	.unit-spacing-lg .unit-xl:empty,
	.unit-spacing-lg .unit-xl-vertical:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.unit-spacing-lg .unit-xl > *,
	.unit-spacing-lg .unit-xl-vertical > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 30px;
		margin-left: 30px;
	}
	.unit-spacing-lg .unit-xl-horizontal {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

@media (min-width: 1600px) {
	.unit-spacing-lg .unit-xxl-align-center {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.unit-spacing-lg .unit-xxl-middle {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.unit-spacing-lg .unit-xxl,
	.unit-spacing-lg .unit-xxl-vertical {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: -30px;
		margin-left: -30px;
	}
	.unit-spacing-lg .unit-xxl:empty,
	.unit-spacing-lg .unit-xxl-vertical:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.unit-spacing-lg .unit-xxl > *,
	.unit-spacing-lg .unit-xxl-vertical > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 30px;
		margin-left: 30px;
	}
	.unit-spacing-lg .unit-xxl-horizontal {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.unit-bordered {
	margin-left: -15px;
	margin-right: -15px;
}

.unit-bordered > * {
	padding-left: 15px;
	padding-right: 15px;
}

.unit-bordered > * {
	position: relative;
	vertical-align: middle;
	min-width: 100px;
}

.unit-bordered > *:not(:last-child)::after {
	content: '';
	position: absolute;
	height: 100%;
	max-height: 45px;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	right: 0;
	width: 1px;
	background: #151515;
	pointer-events: none;
}

.unit-bordered .unit-left {
	display: inline-flex;
	align-items: center;
	margin-left: 0;
}

.unit-bordered .unit-left > * + * {
	margin-left: 15px;
}

.unit-bordered p {
	display: inline;
	width: auto;
}

.unit-bordered .brand {
	max-width: 87px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
	.unit-bordered .brand {
		max-width: 60px;
	}
}

@media (min-width: 1200px) {
	.unit-bordered {
		margin-left: -30px;
		margin-right: -30px;
	}
	.unit-bordered > * {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.context-dark .unit-bordered > *:not(:last-child)::after, .rd-navbar-dark .unit-bordered > *:not(:last-child)::after, .rd-navbar-darker .unit-bordered > *:not(:last-child)::after, .bg-gray-700 .unit-bordered > *:not(:last-child)::after, .bg-gray-2 .unit-bordered > *:not(:last-child)::after, .bg-gray-4 .unit-bordered > *:not(:last-child)::after, .bg-primary .unit-bordered > *:not(:last-child)::after, .bg-image-dark .unit-bordered > *:not(:last-child)::after {
	background: rgba(255, 255, 255, 0.16);
}

/*
*
* Lists
*/
.list {
	color: #151515;
}

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

.list-xs > li + li {
	margin-top: 7px;
}

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

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

.list-lg > li + li {
	margin-top: 25px;
}

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

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

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

.list-inline-middle > li {
	vertical-align: middle;
}

html .list-inline-xxs {
	transform: translate3d(0, -9px, 0);
	margin-bottom: -9px;
	margin-left: -2px;
	margin-right: -2px;
}

html .list-inline-xxs > * {
	margin-top: 9px;
	padding-left: 2px;
	padding-right: 2px;
}

html .list-inline-xs {
	transform: translate3d(0, -9px, 0);
	margin-bottom: -9px;
	margin-left: -4px;
	margin-right: -4px;
}

html .list-inline-xs > * {
	margin-top: 9px;
	padding-left: 4px;
	padding-right: 4px;
}

html .list-inline-sm {
	transform: translate3d(0, -5px, 0);
	margin-bottom: -5px;
	margin-left: -9px;
	margin-right: -9px;
}

html .list-inline-sm > * {
	margin-top: 5px;
	padding-left: 9px;
	padding-right: 9px;
}

@media (min-width: 992px) {
	html .list-inline-sm {
		margin-left: -12px;
		margin-right: -12px;
	}
	html .list-inline-sm > * {
		padding-left: 12px;
		padding-right: 12px;
	}
}

html .list-inline-md {
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -10px;
	margin-right: -10px;
}

html .list-inline-md > * {
	margin-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width: 992px) {
	html .list-inline-md {
		margin-left: -15px;
		margin-right: -15px;
	}
	html .list-inline-md > * {
		padding-left: 15px;
		padding-right: 15px;
	}
}

html .list-inline-1 {
	transform: translate3d(0, -5px, 0);
	margin-bottom: -5px;
	margin-left: -7px;
	margin-right: -7px;
}

html .list-inline-1 > * {
	margin-top: 5px;
	padding-left: 7px;
	padding-right: 7px;
}

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

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

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

.index-list {
	counter-reset: li;
}

.index-list > li .list-index-counter:before {
	content: counter(li, decimal-leading-zero);
	counter-increment: li;
}

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

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

.list-marked > li::before {
	position: relative;
	display: inline-block;
	left: -25px;
	top: -1px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	content: '';
	background: #d7d7d7;
}

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

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

.list-marked-categories {
	padding-left: 0;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

.list-marked-categories > li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 20px;
}

.list-marked-categories > li a {
	flex: auto;
	padding-right: 15px;
	color: #151515;
}

.list-marked-categories > li a:hover {
	color: #35ad79;
}

.list-marked-categories > li::before {
	left: -20px;
}

.list-marked-counter {
	color: #9b9b9b;
}

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

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

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

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

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

.list-tags {
	font-size: 0;
	margin-bottom: -6px;
	margin-left: -6px;
}

.list-tags:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.list-tags > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 6px;
	margin-left: 6px;
}

.list-tags a {
	display: inline-block;
	padding: 9px 22px;
	overflow: hidden;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #151515;
	text-align: center;
	text-transform: uppercase;
	background: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	transition: all .3s;
}

.list-tags a:hover {
	color: #fff;
	background: #35ad79;
	border-color: #35ad79;
}

.list-inline-bordered {
	transform: translate3d(0, -5px, 0);
	margin-bottom: -5px;
	margin-left: -12px;
	margin-right: -12px;
}

.list-inline-bordered > * {
	margin-top: 5px;
	padding-left: 12px;
	padding-right: 12px;
}

.list-inline-bordered > li {
	position: relative;
	vertical-align: middle;
}

.list-inline-bordered > li:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	height: 100%;
	max-height: 21px;
	right: -2px;
	width: 1px;
	background: #151515;
	pointer-events: none;
}

.list-inline-bordered-lg {
	transform: translate3d(0, -15px, 0);
	margin-bottom: -15px;
	margin-left: -25px;
	margin-right: -25px;
}

.list-inline-bordered-lg > * {
	margin-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
}

.list-inline-bordered-lg > li {
	text-align: left;
}

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

.context-dark .list-inline-bordered > li:not(:last-child)::after, .rd-navbar-dark .list-inline-bordered > li:not(:last-child)::after, .rd-navbar-darker .list-inline-bordered > li:not(:last-child)::after, .bg-gray-700 .list-inline-bordered > li:not(:last-child)::after, .bg-gray-2 .list-inline-bordered > li:not(:last-child)::after, .bg-gray-4 .list-inline-bordered > li:not(:last-child)::after, .bg-primary .list-inline-bordered > li:not(:last-child)::after, .bg-image-dark .list-inline-bordered > li:not(:last-child)::after {
	background: rgba(255, 255, 255, 0.16);
}

.contact-list {
	background: #fff;
	border-radius: 3px;
	border: 1px solid #e1e1e1;
}

.contact-list dl {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 107px;
	padding: 10px 20px;
}

.contact-list dt {
	margin-bottom: 5px;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #35ad79;
}

.contact-list dd {
	position: relative;
	padding-left: 30px;
}

.contact-list dd > * {
	display: inline-block;
	vertical-align: middle;
}

.contact-list .icon {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 24px;
}

.contact-list .link {
	max-width: 160px;
}

.contact-list .link, .contact-list .link:focus, .contact-list .link:active {
	color: #151515;
}

.contact-list .link:hover {
	color: #35ad79;
}

.contact-list dl + dl {
	border-top: 1px solid #e1e1e1;
}

.ie-10 .contact-list .link,
.ie-11 .contact-list .link,
.ie-edge .contact-list .link {
	margin-bottom: 5px;
}

@media (min-width: 576px) {
	.contact-list dl {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.list-statictics > li {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 17px 20px;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	background: #fff;
	border: 1px solid #e1e1e1;
	transition: all .3s;
}

.list-statictics > li a {
	color: #151515;
}

.list-statictics > li a:hover {
	color: #35ad79;
}

.list-statictics > li:hover {
	background: #f5f5f5;
}

.list-statictics > li + li {
	border-top: none;
}

.list-statictics .list-statictics-counter {
	margin-left: 20px;
	color: #35ad79;
}

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

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

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

.icon-light {
	color: #edeff4;
}

.icon-secondary {
	color: #fcef57;
}

.icon-gray-400 {
	color: #b7b7b7;
}

.icon-gray-500 {
	color: #9b9b9b;
}

.icon-gray-800 {
	color: #151515;
}

.icon-primary {
	color: #35ad79;
}

.icon-orange {
	color: #ffa04c;
}

.icon-red-2 {
	color: #ff4c39;
}

.icon-orange-dark {
	color: #ff8432;
}

.icon-blue-boston {
	color: #3B7CC0;
}

a.icon-gray-500, a.icon-gray-500:focus, a.icon-gray-500:active {
	color: #9b9b9b;
}

a.icon-gray-500:hover, a.icon-gray-500.active {
	color: #35ad79;
}

.context-dark .icon-light, .rd-navbar-dark .icon-light, .rd-navbar-darker .icon-light, .bg-gray-700 .icon-light, .bg-gray-2 .icon-light, .bg-gray-4 .icon-light, .bg-primary .icon-light, .bg-image-dark .icon-light {
	color: #fff;
}

.context-dark a.icon-light:hover, .rd-navbar-dark a.icon-light:hover, .rd-navbar-darker a.icon-light:hover, .bg-gray-700 a.icon-light:hover, .bg-gray-2 a.icon-light:hover, .bg-gray-4 a.icon-light:hover, .bg-primary a.icon-light:hover, .bg-image-dark a.icon-light:hover {
	color: #fcef57;
}

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

.icon-xxs {
	font-size: 13px;
}

.icon-xs {
	font-size: 16px;
}

.icon-xs-big {
	font-size: 20px;
}

.icon-sm {
	font-size: 27px;
}

.icon-md {
	font-size: 32px;
}

.icon-xl {
	font-size: 140px;
	line-height: 1;
}

@media (min-width: 1200px) {
	.icon-xl {
		font-size: 200px;
		line-height: .8;
	}
}

.icon-media {
	position: relative;
	overflow: hidden;
	width: 60px;
	height: 60px;
	color: #fff;
}

.icon-media::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	font-size: 20px;
	transform: translate(-50%, -50%) scale(1);
	transition: all .1s;
	will-change: transform;
}

.icon-media:hover::before {
	color: #fff;
	transform: translate(-50%, -50%) scale(1.05);
}

.icon-media:focus::before {
	color: #fff;
}

.icon-media-facebook {
	background: #3e74bd;
}

.icon-media-twitter {
	background: #37b5e9;
}

.icon-media-google {
	background: #f06868;
}

.icon-media-instagram {
	background: #425c7f;
}

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

.icon-media-circle:after {
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	border-radius: 50%;
	content: '';
	transition: all .3s;
}

.icon-media-circle:hover:after {
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
}

.icon-media-circle.icon-media-facebook {
	background: #6a99d9;
}

.icon-media-circle.icon-media-facebook:after {
	background: #3e74bd;
}

.icon-media-circle.icon-media-twitter {
	background: #5acbfa;
}

.icon-media-circle.icon-media-twitter:after {
	background: #37b5e9;
}

.icon-media-circle.icon-media-google {
	background: #fd9393;
}

.icon-media-circle.icon-media-google:after {
	background: #f06868;
}

.icon-media-circle.icon-media-instagram {
	background: #5b78a0;
}

.icon-media-circle.icon-media-instagram:after {
	background: #425c7f;
}

.icon-media-round {
	border-radius: 4px;
}

.icon-media-round:hover {
	border-radius: 0;
}

@media (min-width: 1200px) {
	.icon-media {
		width: 75px;
		height: 75px;
	}
	.icon-media-circle:before {
		font-size: 25px;
	}
	.icon-media-round:before {
		font-size: 22px;
	}
}

@media (min-width: 1600px) {
	.icon-media {
		width: 80px;
		height: 80px;
	}
}

.icon-corporate {
	display: inline-block;
	width: 38px;
	height: 38px;
	font-size: 15px;
	line-height: 38px;
	text-align: center;
	border-radius: 3px;
	color: #fff;
	background: #424349;
}

.icon-corporate:hover {
	color: #fff;
	background: #35ad79;
}

/*
*
* Tables standings
*/
.table-custom {
	width: 100%;
	text-align: center;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
	line-height: 1.2;
	border-collapse: collapse;
	border: 1px solid #ddd;
	background: #fff;
}

.table-standings {
	font-size: 14px;
	letter-spacing: .1em;
}

.table-standings tr + tr {
	border-top: 1px solid #ddd;
}

.table-standings tr {
	transition: all 200ms ease-in-out;
}

.table-standings th {
	padding: 12px 10px;
	text-align: center;
	font-weight: 500;
	color: #fff;
	background: #35ad79;
}

.table-standings th:first-child {
	text-align: left;
}

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

.table-standings td {
	padding: 5px;
	height: 64px;
	font-weight: 400;
	color: #151515;
}

.table-standings td:nth-child(n + 3) {
	width: 14%;
}

.table-standings thead th:first-child {
	padding-left: 22px;
}

.table-standings tbody td:first-child {
	width: 11%;
	padding-left: 20px;
	font-size: 16px;
}

.table-classic tr:hover {
	background: #f5f7f9;
}

.table-modern tbody td:first-child {
	width: 18%;
}

.table-modern tr:hover {
	background: #f5f7f9;
}

.table-modern tr:hover .table-counter {
	color: #fff;
}

.table-modern tr:hover .table-counter::before {
	background: #35ad79;
}

.table-modern tr:hover .table-counter::after {
	border-top-color: #35ad79;
}

.table-creative tbody td:first-child {
	padding: 0;
}

.table-creative tbody td:first-child span {
	position: relative;
	display: inline-block;
	padding: 0 5px 0 20px;
	height: 64px;
	line-height: 64px;
	width: 100%;
}

.table-creative tbody td:first-child span::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 4px;
	height: 30%;
	background: #35ad79;
	transform: translateY(-50%);
	opacity: 0;
	transition: all 300ms ease-in-out;
}

.table-creative tbody tr:hover td:first-child span::before {
	height: 100%;
	opacity: 1;
}

.player-inline,
.team-inline {
	display: flex;
	align-items: center;
}

@media (max-width: 575.98px) {
	.player-inline,
	.team-inline {
		min-width: 175px;
	}
}

.team-figure {
	min-width: 45px;
}

.player-title,
.team-title {
	text-align: left;
	line-height: 1.15;
	font-weight: 500;
	letter-spacing: .05em;
}

.player-title {
	margin-left: 4px;
}

.team-title {
	margin-left: 8px;
}

.player-country,
.team-country {
	font-size: 12px;
	color: #9b9b9b;
}

.table-counter {
	position: relative;
	display: inline-block;
	text-align: center;
	width: 38px;
	height: 29px;
	line-height: 29px;
	z-index: 1;
	transition: all 200ms ease-in-out;
}

.table-counter::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #edeff4;
	z-index: -2;
	transition: inherit;
}

.table-counter::after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	border-top: 11px solid #edeff4;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 11px solid transparent;
	transform: translateX(40%);
	transition: inherit;
}

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

.table-game-info {
	font-size: 14px;
	letter-spacing: .025em;
	border-collapse: separate;
	border-spacing: 0 9px;
}

.table-game-info tr {
	background: #edeff4;
}

.table-game-info td {
	padding: 7px 5px;
}

.table-game-info-wrap {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.table-game-info-wrap .table-custom {
	border: none;
}

.table-game-info-title {
	position: relative;
	display: inline-block;
	font-size: 14px;
	letter-spacing: .025em;
	color: #151515;
}

.table-game-info-title span {
	position: absolute;
	display: none;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #ddd;
}

.table-game-info-title::before, .table-game-info-title::after {
	display: none;
	position: absolute;
	content: '';
	bottom: 0;
	height: 1px;
	width: 100vw;
	background: #e1e1e1;
}

.table-game-info-title::before {
	left: 0;
	transform: translateX(-100%);
}

.table-game-info-title::after {
	right: 0;
	transform: translateX(100%);
}

.table-game-info-category {
	font-size: 0.86em;
	width: 80%;
	min-width: 180px;
}

.table-game-info-number {
	width: 10%;
	min-width: 55px;
	color: #fff;
	background: #2c2d31;
}

.table-game-info-title + .table-game-info-main {
	border-top: none;
	margin-top: 0;
}

@media (min-width: 576px) {
	.table-game-info-title {
		padding: 20px 22px 0;
		line-height: 1;
	}
	.table-game-info-title::before, .table-game-info-title::after,
	.table-game-info-title span {
		display: inline-block;
	}
	.table-game-info-main {
		padding: 12px 18px;
		border: 1px solid #ddd;
	}
	.table-game-info-title + .table-game-info-main {
		margin-top: -6px;
	}
}

@media (min-width: 1200px) {
	.table-game-info-wrap {
		max-width: 600px;
	}
}

.table-game-result-long {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .1em;
}

.table-game-result-long thead {
	color: #9b9b9b;
}

.table-game-result-long th {
	font-weight: inherit;
	text-align: center;
}

.table-game-result-long th,
.table-game-result-long td {
	height: 48px;
	min-width: 30px;
	padding-right: 8px;
}

.table-game-result-long th:first-child,
.table-game-result-long td:first-child {
	width: 15%;
	min-width: 40px;
	padding: 0 10px 0 20px;
	text-align: center;
	font-size: 1.17em;
}

.table-game-result-long tbody {
	color: #151515;
}

.table-game-result-long tbody tr {
	border-top: 1px solid #ddd;
}

.table-game-result-long-team-first td:first-child {
	color: #35ad79;
}

.table-game-result-long-team-second td:first-child {
	color: #9b9b9b;
}

.team2-orange .table-game-result-long-team-second td:first-child {
	color: #ffa04c;
}

.team2-pink .table-game-result-long-team-second td:first-child {
	color: #e05151;
}

.table-custom.table-custom-primary thead th {
	color: #fff;
	background: #35ad79;
	border: 0;
}

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

.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 #ddd;
}

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

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

.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: #edeff4;
}

.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: 1199.98px) {
	.table-custom-responsive {
		display: block;
		width: 100%;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-custom-responsive.table-bordered {
		border: 0;
	}
}

.table-team-statistic td {
	width: 50%;
	height: 140px;
	padding: 15px;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	letter-spacing: 0.05em;
	vertical-align: middle;
}

.table-team-statistic td > * + * {
	margin-top: 7px;
}

.team-statistic-counter {
	font-size: 44px;
	font-weight: 300;
	line-height: 1;
	color: #151515;
}

.team-statistic-title {
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}

.table-roster {
	text-align: left;
	max-width: 450px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .05em;
}

.table-roster thead th {
	height: 53px;
	padding: 0 15px 0 30px;
	font-size: 1.17em;
	color: #fff;
	background: #35ad79;
}

.table-roster tbody {
	color: #151515;
}

.table-roster tbody tr:first-child {
	color: #9b9b9b;
}

.table-roster tbody tr:not(:first-child) td:first-child {
	color: #35ad79;
}

.table-roster tbody tr {
	border-top: 1px solid #e1e1e1;
}

.table-roster tbody td {
	height: 49px;
	padding: 0 5px;
}

.table-roster tbody td:nth-child(1) {
	width: 17%;
	padding-left: 24px;
}

.table-roster tbody td:nth-child(2) {
	width: 50%;
}

@media (max-width: 991.98px) {
	.table-roster tbody td:nth-child(1) {
		min-width: 62px;
	}
	.table-roster tbody td:nth-child(2) {
		min-width: 180px;
	}
	.table-roster tbody td:nth-child(3) {
		min-width: 120px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.table-roster {
		font-size: 11px;
	}
	.table-roster tbody td:nth-child(1) {
		padding-left: 15px;
	}
}

.team2-blue thead th {
	background: #3B7CC0;
}

.team2-blue tbody tr:not(:first-child) td:first-child {
	color: #3B7CC0;
}

/*
*
* 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: #35ad79;
}

html .divider-secondary::after {
	background: #fcef57;
}

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

.divider-small::after {
	content: '';
	display: inline-block;
	width: 44px;
	height: 3px;
	background: #35ad79;
}

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

.divider-medium::after {
	content: '';
	display: inline-block;
	width: 67px;
	height: 1px;
	background: #35ad79;
}

* + .divider-medium {
	margin-top: 12px;
}

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

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

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

.divider-middle::after {
	content: '';
	display: inline-block;
	width: 50px;
	height: 3px;
	background: #35ad79;
}

* + .divider-small {
	margin-top: 12px;
}

* + .divider-middle {
	margin-top: 14px;
}

/*
*
* Buttons
*/
.button {
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 14px 32px;
	font-size: 14px;
	line-height: 1.25;
	border: 2px solid;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	user-select: none;
	border-radius: 4px;
	transition: .3s ease-out all;
}

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

html .button-default, html .button-default:focus {
	color: #fff;
	background-color: #35363c;
	border-color: #35363c;
}

html .button-default:hover, html .button-default:active {
	color: #9b9b9b;
	background-color: transparent;
	border-color: #9b9b9b;
}

html .button-default.button-ujarak::before {
	background: transparent;
}

html .button-gray, html .button-gray:focus {
	color: #fff;
	background-color: #35363c;
	border-color: #35363c;
}

html .button-gray:hover, html .button-gray:active {
	color: #151515;
	background-color: transparent;
	border-color: #c6c6c6;
}

html .button-gray.button-ujarak::before {
	background: transparent;
}

html .button-primary, html .button-primary:focus {
	color: #fff;
	background-color: #35ad79;
	border-color: #35ad79;
}

html .button-primary:hover, html .button-primary:active {
	color: #151515;
	background-color: #fcef57;
	border-color: #fcef57;
}

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

html .button-secondary, html .button-secondary:focus {
	color: #151515;
	background-color: #fcef57;
	border-color: #fcef57;
}

html .button-secondary:hover, html .button-secondary:active {
	color: #151515;
	background-color: transparent;
	border-color: #151515;
}

html .button-secondary.button-ujarak::before {
	background: transparent;
}

html .button-fiord, html .button-fiord:focus {
	color: #9ba1c8;
	background-color: #494e6d;
	border-color: #494e6d;
}

html .button-fiord:hover, html .button-fiord:active {
	color: #fff;
	background-color: #fcef57;
	border-color: #fcef57;
}

html .button-fiord.button-ujarak::before {
	background: #fcef57;
}

html .button-fiord.button-icon .icon {
	color: #fff;
}

html .button-default-outline, html .button-default-outline:focus {
	color: #151515;
	background-color: transparent;
	border-color: #151515;
}

html .button-default-outline:hover, html .button-default-outline:active {
	color: #fff;
	background-color: #35363c;
	border-color: #35363c;
}

html .button-default-outline.button-ujarak::before {
	background: #35363c;
}

html .button-share-outline {
	overflow: visible;
	transition-duration: .15s;
}

html .button-share-outline, html .button-share-outline:active, html .button-share-outline:focus {
	color: #151515;
	background-color: transparent;
	border-color: #151515;
}

html .button-share-outline:hover {
	color: #35ad79;
	background-color: #35ad79;
	border-color: #35ad79;
}

html .button-gray-outline, html .button-gray-outline:focus {
	color: #151515;
	background-color: transparent;
	border-color: #c6c6c6;
}

html .button-gray-outline:hover, html .button-gray-outline:active {
	color: #fff;
	background-color: #35363c;
	border-color: #35363c;
}

html .button-gray-outline.button-ujarak::before {
	background: #35363c;
}

html .button-primary-outline, html .button-primary-outline:focus {
	color: #35ad79;
	background-color: transparent;
	border-color: #35ad79;
}

html .button-primary-outline:hover, html .button-primary-outline:active {
	color: #fff;
	background-color: #35ad79;
	border-color: #35ad79;
}

html .button-primary-outline.button-ujarak::before {
	background: #35ad79;
}

html .button-secondary-outline, html .button-secondary-outline:focus {
	color: #151515;
	background-color: transparent;
	border-color: #151515;
}

html .button-secondary-outline:hover, html .button-secondary-outline:active {
	color: #151515;
	background-color: #fcef57;
	border-color: #fcef57;
}

html .button-secondary-outline.button-ujarak::before {
	background: #fcef57;
}

html .context-dark .button-gray-outline, html .rd-navbar-dark .button-gray-outline, html .rd-navbar-darker .button-gray-outline, html .bg-gray-700 .button-gray-outline, html .bg-gray-2 .button-gray-outline, html .bg-gray-4 .button-gray-outline, html .bg-primary .button-gray-outline, html .bg-image-dark .button-gray-outline, html .context-dark .button-gray-outline:focus, html .rd-navbar-dark .button-gray-outline:focus, html .rd-navbar-darker .button-gray-outline:focus, html .bg-gray-700 .button-gray-outline:focus, html .bg-gray-2 .button-gray-outline:focus, html .bg-gray-4 .button-gray-outline:focus, html .bg-primary .button-gray-outline:focus, html .bg-image-dark .button-gray-outline:focus {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}

html .context-dark .button-gray-outline:hover, html .rd-navbar-dark .button-gray-outline:hover, html .rd-navbar-darker .button-gray-outline:hover, html .bg-gray-700 .button-gray-outline:hover, html .bg-gray-2 .button-gray-outline:hover, html .bg-gray-4 .button-gray-outline:hover, html .bg-primary .button-gray-outline:hover, html .bg-image-dark .button-gray-outline:hover, html .context-dark .button-gray-outline:active, html .rd-navbar-dark .button-gray-outline:active, html .rd-navbar-darker .button-gray-outline:active, html .bg-gray-700 .button-gray-outline:active, html .bg-gray-2 .button-gray-outline:active, html .bg-gray-4 .button-gray-outline:active, html .bg-primary .button-gray-outline:active, html .bg-image-dark .button-gray-outline:active {
	color: #fff;
	background-color: #35ad79;
	border-color: #35ad79;
}

html .context-dark .button-gray-outline.button-ujarak::before, html .rd-navbar-dark .button-gray-outline.button-ujarak::before, html .rd-navbar-darker .button-gray-outline.button-ujarak::before, html .bg-gray-700 .button-gray-outline.button-ujarak::before, html .bg-gray-2 .button-gray-outline.button-ujarak::before, html .bg-gray-4 .button-gray-outline.button-ujarak::before, html .bg-primary .button-gray-outline.button-ujarak::before, html .bg-image-dark .button-gray-outline.button-ujarak::before {
	background: #35ad79;
}

html .context-light .button-gray-outline, html .context-light .button-gray-outline:focus {
	color: #151515;
	background-color: transparent;
	border-color: #c6c6c6;
}

html .context-light .button-gray-outline:hover, html .context-light .button-gray-outline:active {
	color: #fff;
	background-color: #35363c;
	border-color: #35363c;
}

html .context-light .button-gray-outline.button-ujarak::before {
	background: #35363c;
}

.button-facebook, .button-facebook:focus {
	color: #fff;
	background-color: #3e74bd;
	border-color: #3e74bd;
}

.button-facebook:hover, .button-facebook:active {
	color: #fff;
	background-color: #2d63ab;
	border-color: #2d63ab;
}

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

.button-twitter, .button-twitter:focus {
	color: #fff;
	background-color: #37b5e9;
	border-color: #37b5e9;
}

.button-twitter:hover, .button-twitter:active {
	color: #fff;
	background-color: #37a7d6;
	border-color: #37a7d6;
}

.button-twitter.button-ujarak::before {
	background: #37a7d6;
}

.button-google, .button-google:focus {
	color: #fff;
	background-color: #f06868;
	border-color: #f06868;
}

.button-google:hover, .button-google:active {
	color: #fff;
	background-color: #dd5b5b;
	border-color: #dd5b5b;
}

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

.button-shadow {
	box-shadow: 0 9px 21px 0 rgba(204, 204, 204, 0.15);
}

.button-shadow:hover {
	box-shadow: 0 9px 10px 0 rgba(204, 204, 204, 0.15);
}

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

/*
* Button effects
*/
.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: #35ad79;
	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: 6px 14px;
	font-size: 12px;
	line-height: 1;
	border-width: 1px;
}

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

.button-md {
	font-size: 13px;
	padding: 9px 30px;
}

.button-lg {
	padding: 17px 50px;
	font-size: 14px;
	line-height: 1.5;
}

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

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

.button-xs,
.button-sm,
.button-lg {
	font-weight: 600;
}

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

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

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

/*
* Button Icon styles
*/
.button.button-icon {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
	padding: 18px 35px;
}

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

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

.button.button-icon-right {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	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;
}

/**
* Bootstrap buttons
*/
.btn-primary {
	border-radius: 3px;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: uppercase;
	transition: .33s;
}

.btn-primary, .btn-primary:active, .btn-primary:focus {
	color: #fff;
	background: #35ad79;
	border-color: #35ad79;
}

.btn-primary:hover {
	color: #fff;
	background: #000;
	border-color: #000;
}

/*
* Button Group
*/
.button-group-demo {
	max-width: 460px;
}

.button-group-demo .button {
	margin-right: 15px;
}

.button-media {
	position: relative;
	overflow: hidden;
	width: 100%;
	flex-basis: calc(50% - 12px);
	padding: 20px;
	color: #fff;
	text-align: right;
	transition: all .3s;
}

.button-media:hover {
	color: #fff;
}

.button-media:hover .button-media-icon {
	transform: translate(5px, -50%);
}

.button-media:focus {
	color: #fff;
}

.ie-11 .button-media {
	max-width: 178px;
}

.button-media-title {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	text-transform: inherit;
}

.button-media-title + .button-media-action {
	margin-top: 0;
}

.button-media-action {
	font-size: 14px;
}

.button-media-action .icon {
	margin-left: 6px;
	vertical-align: middle;
}

.button-media-icon {
	position: absolute;
	top: 50%;
	font-size: 130px;
	color: #fff;
	opacity: .25;
	transform: translate(0, -50%);
	transition: all .3s;
	will-change: transform;
}

.button-media-facebook {
	background: #3e74bd;
}

.button-media-facebook .button-media-icon {
	top: 67%;
	left: -7px;
}

.button-media-facebook:hover {
	background: #6a99d9;
}

.button-media-twitter {
	background: #37b5e9;
}

.button-media-twitter .button-media-icon {
	left: -30px;
}

.button-media-twitter:hover {
	background: #5acbfa;
}

.button-media-google {
	background: #f06868;
}

.button-media-google .button-media-icon {
	left: -40px;
}

.button-media-google:hover {
	background: #fd9393;
}

.button-media-instagram {
	background: #425c7f;
}

.button-media-instagram .button-media-icon {
	left: -40px;
}

.button-media-instagram:hover {
	background: #5b78a0;
}

.button-icon-alternate {
	position: relative;
	display: flex;
	align-items: center;
	height: 85px;
	max-width: 178px;
	padding: 20px 14px;
	color: #fff;
	flex-basis: calc(50% - 10px);
	border-radius: 4px;
}

.button-icon-alternate:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 55px;
	border-radius: 4px 40px 40px 4px;
	content: '';
	transition: all .3s;
}

.button-icon-alternate:hover {
	color: #fff;
}

.button-icon-alternate:hover:before {
	right: 0;
	width: 100%;
	border-radius: 4px;
}

.button-icon-alternate:focus {
	color: #fff;
}

.button-icon-alternate .icon {
	min-width: 28px;
	font-size: 22px;
	text-align: center;
}

.button-icon-alternate-facebook {
	background: #3e74bd;
}

.button-icon-alternate-facebook:before {
	background: #2d63ab;
}

.button-icon-alternate-twitter {
	background: #37b5e9;
}

.button-icon-alternate-twitter:before {
	background: #37a7d6;
}

.button-icon-alternate-google {
	background: #f06868;
}

.button-icon-alternate-google:before {
	background: #dd5b5b;
}

.button-icon-alternate-instagram {
	background: #425c7f;
}

.button-icon-alternate-instagram:before {
	background: #344e71;
}

.button-icon-alternate-title {
	position: relative;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

* + .button-icon-alternate-title {
	margin-left: 15px;
}

@media (min-width: 576px) {
	* + .button-icon-alternate-title {
		margin-left: 35px;
	}
}

@media (min-width: 992px) {
	* + .button-icon-alternate-title {
		margin-left: 20px;
	}
}

@media (min-width: 1600px) {
	.button-media {
		padding: 30px 20px;
	}
	* + .button-icon-alternate-title {
		margin-left: 35px;
	}
}

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

.rd-mailform .button {
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 60px;
}

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

.form-label,
.form-label-outside {
	margin-bottom: 0;
	color: #9b9b9b;
	font-weight: 400;
}

.form-input {
	display: block;
	width: 100%;
	min-height: 60px;
	padding: 17px 19px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #9b9b9b;
	background-color: #fff;
	background-image: none;
	border-radius: 3px;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
	border: 1px solid #e1e1e1;
}

.form-input:focus {
	outline: 0;
	border-color: #35ad79;
}

.form-input-iconed {
	position: relative;
}

.form-input-iconed ~ .form-label,
.form-input-iconed .form-input {
	padding-left: 58.2px;
}

.form-sm .form-input-iconed ~ .form-label,
.form-sm .form-input-iconed .form-input {
	padding-left: 54.2px;
}

.form-lg .form-input-iconed ~ .form-label,
.form-lg .form-input-iconed .form-input {
	padding-left: 64.2px;
}

.form-input-icon {
	position: absolute;
	font-size: 24px;
	line-height: 1;
	top: 18px;
	padding: 0 19px;
	pointer-events: none;
}

.form-sm .form-input-icon {
	font-size: 20px;
}

.form-lg .form-input-icon {
	font-size: 30px;
}

textarea.form-input {
	height: 186px;
	min-height: 60px;
	max-height: 316px;
	resize: vertical;
}

.form-wrap {
	position: relative;
}

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

.form-wrap.has-focus .form-input {
	border-color: #35ad79;
}

.row + .form-wrap {
	margin-top: 15px;
}

.form-wrap + * {
	margin-top: 11px;
}

.form-label {
	position: absolute;
	top: 30px;
	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: 1;
	transition: .25s;
	will-change: transform;
	transform: translateY(-50%);
}

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

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

.form-label-outside {
	width: 100%;
	margin-bottom: 4px;
}

@media (min-width: 768px) {
	.form-label-outside {
		position: static;
	}
	.form-label-outside, .form-label-outside.focus, .form-label-outside.auto-fill {
		transform: none;
	}
}

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

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

.form-validation-left .form-validation {
	top: 100%;
	right: auto;
	left: 0;
}

#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: #fd6565;
}

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

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

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

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

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

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

.radio,
.radio-inline,
.checkbox,
.checkbox-inline {
	position: relative;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 600;
	color: #151515;
	text-transform: uppercase;
	letter-spacing: .025em;
	cursor: pointer;
}

.radio input,
.radio-inline input,
.checkbox input,
.checkbox-inline input {
	position: absolute;
	left: -100vw;
	top: -100vh;
	float: left;
	visibility: hidden;
	opacity: 0;
}

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

.radio,
.radio-inline {
	padding-left: 28px;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
	top: 1px;
	left: 0;
	width: 21px;
	height: 21px;
	border-radius: 3px;
	border: 1px solid #e1e1e1;
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after {
	content: '\f222';
	font-family: "Material Design Icons";
	position: absolute;
	top: 0;
	left: 1px;
	font-size: 18px;
	line-height: 18px;
	color: #35ad79;
}

.checkbox,
.checkbox-inline {
	padding-left: 31px;
}

.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
	top: 1px;
	left: 0;
	width: 21px;
	height: 21px;
	margin: 0;
	border: 1px solid #e1e1e1;
}

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

.checkbox input:disabled ~ .checkbox-custom-dummy,
.checkbox-inline input:disabled ~ .checkbox-custom-dummy {
	background-color: transparent;
	box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}

.checkbox-light {
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
	text-transform: none;
}

.checkbox-inline-count {
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
	color: #9b9b9b;
}

* + .checkbox-inline-count {
	float: right;
}

.input-filter {
	width: 38px;
	height: 38px;
	padding: 0;
	border-radius: 3px;
	border: 0;
}

.input-filter [class*='custom-dummy'] {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 3px;
	background-color: #9a9ea2;
}

.input-filter [class*='custom-dummy']:after {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}

.input-filter-dark [class*='custom-dummy'] {
	background-color: #4f5257;
}

.input-filter-danube [class*='custom-dummy'] {
	background-color: #6e8fd9;
}

.input-filter-froly [class*='custom-dummy'] {
	background-color: #f38c7f;
}

.input-filter-deco [class*='custom-dummy'] {
	background-color: #c2d789;
}

.input-filter-blue [class*='custom-dummy'] {
	background-color: #5fa7ea;
}

.input-filter-geraldine [class*='custom-dummy'] {
	background-color: #fb7979;
}

.input-refilter {
	width: 68px;
	height: 45px;
	padding: 0;
	border-radius: 3px;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
}

.input-refilter [class*='custom-dummy'] {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	transform: translate(0, 0);
}

.input-refilter [class*='custom-dummy']::after {
	display: none;
}

.input-refilter span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.input-refilter input:checked + [class*='custom-dummy'] {
	border-color: #35ad79;
}

.input-refilter input:checked ~ span {
	color: #35ad79;
	border-color: transparent;
	transition: .3s ease-out all;
}

.toggle-custom {
	padding-left: 60px;
	-webkit-appearance: none;
}

.toggle-custom:checked ~ .checkbox-custom-dummy::after {
	background: #35ad79;
	transform: translate(20px, -50%);
}

.toggle-custom ~ .checkbox-custom-dummy {
	position: relative;
	display: inline-block;
	margin-top: -1px;
	width: 44px;
	height: 20px;
	background: #fff;
	cursor: pointer;
}

.toggle-custom ~ .checkbox-custom-dummy::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 16px;
	left: 0;
	top: 50%;
	background: #b7b7b7;
	transform: translate(4px, -50%);
	opacity: 1;
	transition: .22s;
}

.form-wrap.form-wrap-recaptcha .form-validation {
	top: 3px;
	left: 14px;
}

@media (max-width: 767.98px) {
	.form-wrap.form-wrap-recaptcha .recaptcha > * {
		transform: scale(0.96);
		transform-origin: 0 50%;
	}
}

.rd-form-inline {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	text-align: center;
	margin-left: -4px;
	margin-right: -4px;
	margin-bottom: -8px;
}

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

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

.rd-form-inline .form-wrap-select {
	text-align: left;
}

.rd-form-inline .form-button {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	max-width: calc(100% - 10px);
	min-height: 60px;
}

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

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

.rd-form-inline.form-inline-centered {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.rd-form-inline-condensed {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 0;
	margin-right: 0;
}

.rd-form-inline-condensed > * {
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
}

.rd-form-inline-condensed .form-wrap {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
}

@media (min-width: 576px) {
	.rd-form-inline-condensed {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.rd-form-inline-condensed > * {
		margin-bottom: 0;
	}
	.rd-form-inline-condensed .button {
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
	}
	.rd-form-inline-condensed .form-input {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
	}
}

/**
* Form Small
*/
.form-sm .form-input,
.form-sm .button {
	padding-top: 9px;
	padding-bottom: 9px;
	min-height: 50px;
}

.form-sm .form-validation {
	top: -16px;
}

.form-sm textarea.form-input {
	height: 115px;
}

.form-sm .form-label {
	top: 25px;
}

.form-sm * + .button {
	margin-top: 10px;
}

/**
* Form Large
*/
.form-lg .form-input,
.form-lg .form-label,
.form-lg .select2-container .select2-choice {
	font-size: 16px;
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
	font-size: 16px;
	padding-top: 22px;
	padding-bottom: 22px;
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
	min-height: 68px;
}

.form-lg .form-button {
	min-height: 70px;
}

.form-lg .form-label {
	top: 35px;
}

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

.context-dark .form-label, .rd-navbar-dark .form-label, .rd-navbar-darker .form-label, .bg-gray-700 .form-label, .bg-gray-2 .form-label, .bg-gray-4 .form-label, .bg-primary .form-label, .bg-image-dark .form-label,
.context-dark .form-input,
.rd-navbar-dark .form-input,
.rd-navbar-darker .form-input,
.bg-gray-700 .form-input,
.bg-gray-2 .form-input,
.bg-gray-4 .form-input,
.bg-primary .form-input,
.bg-image-dark .form-input {
	color: #707279;
}


.context-dark .form-input,
.rd-navbar-dark .form-input,
.rd-navbar-darker .form-input,
.bg-gray-700 .form-input,
.bg-gray-2 .form-input,
.bg-gray-4 .form-input,
.bg-primary .form-input,
.bg-image-dark .form-input {
	background: #424349;
	border-color: #424349;
}

.rd-inline-form-creative {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	width: 100%;
	margin-bottom: -15px;
}

.rd-inline-form-creative .form-wrap {
	flex-grow: 1;
	margin: 0 20px 0 0;
	padding-bottom: 15px;
}

.rd-inline-form-creative .form-wrap::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 150%;
	border-bottom: 1px solid #151515;
}

.rd-inline-form-creative .form-wrap.has-error::after {
	border-bottom-color: #fd6565;
}

.rd-inline-form-creative .form-input-wrap {
	display: flex;
	align-items: center;
	height: 20px;
	margin-bottom: 10px;
}

.rd-inline-form-creative .form-label,
.rd-inline-form-creative .form-input {
	padding: 0;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 1em;
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.rd-inline-form-creative .form-button {
	margin-bottom: 24px;
}

.rd-inline-form-creative .form-label {
	top: 0;
	transform: none;
}

.rd-inline-form-creative .form-input {
	min-height: 20px;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	vertical-align: middle;
}

.rd-inline-form-creative .form-button {
	margin-top: 0;
}

.rd-inline-form-creative .form-validation {
	top: auto;
	right: auto;
	bottom: -2px;
	left: 0;
	font-size: 11px;
}

.rd-inline-form-creative input:-webkit-autofill ~ .form-validation {
	color: #fd6565;
}

.rd-inline-form-creative .button {
	padding: 10px;
	min-height: 20px;
}

@media (max-width: 767.98px) {
	.rd-inline-form-creative .button {
		padding: 4px 10px;
		line-height: 1;
		border: 0;
	}
	.rd-inline-form-creative .button .icon {
		font-size: 12px;
	}
}

@media (min-width: 768px) {
	.rd-inline-form-creative .form-label,
	.rd-inline-form-creative .form-input {
		font-size: 36px;
	}
	.rd-inline-form-creative .form-input-wrap {
		height: 36px;
		margin-bottom: 15px;
	}
	.rd-inline-form-creative .form-button {
		margin-bottom: 28px;
	}
	.rd-inline-form-creative .button {
		padding: 11px 40px;
		border-radius: 40px;
	}
}

@media (min-width: 992px) {
	.rd-inline-form-creative .form-label,
	.rd-inline-form-creative .form-input {
		font-size: 44px;
	}
	.rd-inline-form-creative .form-input-wrap {
		height: 44px;
	}
	.rd-inline-form-creative .button {
		padding: 14px 40px;
	}
}

* + .rd-inline-form-creative {
	margin-top: 15px;
}

.rd-inline-form-creative + .row {
	margin-top: 50px;
}

@media (min-width: 768px) {
	.heading-7 + .rd-inline-form-creative {
		margin-top: 5px;
	}
}

.context-dark .form-wrap::after, .rd-navbar-dark .form-wrap::after, .rd-navbar-darker .form-wrap::after, .bg-gray-700 .form-wrap::after, .bg-gray-2 .form-wrap::after, .bg-gray-4 .form-wrap::after, .bg-primary .form-wrap::after, .bg-image-dark .form-wrap::after {
	border-bottom-color: rgba(255, 255, 255, 0.17);
}

.rd-mailform-modern .form-label,
.rd-mailform-modern .form-input {
	text-align: center;
}

.rd-mailform-modern-inline .button {
	padding: 10px 12px;
}

/*
*
* Posts
*/
.post-video-button {
	position: relative;
	display: inline-block;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: #fff;
	color: #151515;
}

.post-video-button .icon {
	position: absolute;
	top: 54%;
	left: 50%;
	font-size: 24px;
	line-height: 24px;
	transform: translate(-50%, -50%);
}

.post-video-button:hover {
	color: #35ad79;
}

.post-inline {
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.3;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.post-inline > * {
	display: inline-block;
	margin-top: 0;
}

.post-inline-time {
	color: #35ad79;
}

.post-inline-title {
	color: #151515;
}

.post-inline-title:not(:empty)::before {
	display: inline-block;
	padding: 0 6px 0 5px;
	content: '\005C\005C';
	color: #9b9b9b;
}

.context-dark .post-inline-time, .rd-navbar-dark .post-inline-time, .rd-navbar-darker .post-inline-time, .bg-gray-700 .post-inline-time, .bg-gray-2 .post-inline-time, .bg-gray-4 .post-inline-time, .bg-primary .post-inline-time, .bg-image-dark .post-inline-time {
	color: #fcef57;
}

.context-dark .post-inline-title, .rd-navbar-dark .post-inline-title, .rd-navbar-darker .post-inline-title, .bg-gray-700 .post-inline-title, .bg-gray-2 .post-inline-title, .bg-gray-4 .post-inline-title, .bg-primary .post-inline-title, .bg-image-dark .post-inline-title {
	color: #fff;
}

.post-classic {
	display: flex;
	align-items: center;
	width: 100%;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

.wrap-posts-classic .post-classic {
	padding: 15px 0;
}

.wrap-posts-classic .post-classic:first-child {
	padding-top: 0;
}

.wrap-posts-classic .post-classic:last-child {
	padding-bottom: 0;
}

.wrap-posts-classic .post-classic + .post-classic {
	margin-top: 0;
	border-top: 1px solid #555c5f;
}

.post-classic-figure {
	display: block;
	overflow: hidden;
}

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

.post-classic-figure:hover img {
	transform: scale(1.03);
}

.post-classic-title {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.05em;
	color: #151515;
}

.post-classic-title a {
	color: inherit;
}

.post-classic-title a:hover {
	color: #35ad79;
}

.post-classic-time {
	font-size: 12px;
	letter-spacing: 0.05em;
	color: #b7b7b7;
}

.post-classic-time .icon {
	margin-right: 5px;
	font-size: 17px;
	vertical-align: middle;
}

* + .post-classic-title {
	margin-top: 5px;
}

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

.post-classic-time + * {
	margin-top: 8px;
}

.post-classic-aside + .post-classic-main {
	margin-left: 14px;
}

.post-classic + .post-classic {
	margin-top: 13px;
}

.bg-gray-100 .post-classic {
	padding: 8px;
	background: #fff;
	border: 1px solid #e1e1e1;
}

.bg-gray-100 .post-classic-time {
	color: #9b9b9b;
}

.tabs-modern_1 .post-classic {
	padding: 8px;
	background: #fff;
	border: 1px solid #e1e1e1;
}

.tabs-modern_1 .post-classic-time {
	color: #9b9b9b;
}

.list-post-classic .post-classic {
	padding: 20px;
}

.list-post-classic .post-classic + .post-classic {
	margin-top: 0;
	border-top: none;
}

.context-dark .post-classic-title, .rd-navbar-dark .post-classic-title, .rd-navbar-darker .post-classic-title, .bg-gray-700 .post-classic-title, .bg-gray-2 .post-classic-title, .bg-gray-4 .post-classic-title, .bg-primary .post-classic-title, .bg-image-dark .post-classic-title {
	color: #fff;
}

@media (min-width: 768px) {
	.post-chelsea-main {
		padding: 0 30px;
		flex-basis: 60%;
	}
}

.post-minimal {
	padding: 25px 35px 20px 25px;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	background: #fff;
	border: 1px solid #e1e1e1;
	transition: all .3s;
}

.post-minimal:hover {
	background: #f5f7f9;
}

.list-post-minimal .post-minimal + .post-minimal {
	border-top: none;
}

.post-modern {
	display: flex;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	background: #fff;
	border: 1px solid #e1e1e1;
	transition: all .3s;
}

.post-modern-aside {
	min-width: 100px;
	padding: 20px 10px;
	color: #d4d5db;
	text-align: center;
	border-right: 1px solid #e1e1e1;
}

.post-modern-date {
	font-size: 44px;
	font-weight: 500;
	line-height: 1;
}

* + .post-modern-month {
	margin-top: 2px;
}

.post-modern-month {
	font-weight: 600;
	letter-spacing: 0.05em;
}

.post-modern-main {
	padding: 15px 20px;
}

.list-post-modern .post-modern + .post-modern {
	border-top: none;
}

.post-corporate {
	background: #fff;
	border: 1px solid #e1e1e1;
	transition: all .3s;
}

.post-corporate:hover {
	box-shadow: 0 7px 18px rgba(0, 0, 0, 0.13);
}

.post-corporate-content {
	padding: 30px 20px;
}

.post-corporate-header {
	margin-bottom: -15px;
	margin-left: -15px;
}

.post-corporate-header:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.post-corporate-header > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 15px;
}

.post-corporate-time,
.post-corporate-view,
.post-corporate-comment,
.post-corporate-share {
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.post-corporate-view .icon {
	margin-right: 5px;
	font-size: 13px;
}

.post-corporate-title {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.post-corporate-text {
	letter-spacing: 0.05em;
}

.post-corporate-figure {
	display: block;
	overflow: hidden;
}

.post-corporate-figure img {
	transform: scale(1);
	transition: all .5s;
}

.post-corporate-figure img:hover {
	transform: scale(1.03);
}

.post-corporate-footer {
	padding: 30px 20px;
}

.post-corporate-comment a {
	color: #9b9b9b;
}

.post-corporate-comment a:hover {
	color: #35ad79;
}

.post-corporate-comment .icon {
	margin-right: 5px;
	font-size: 17px;
	vertical-align: middle;
}

.post-corporate-share .icon {
	font-size: 15px;
	color: #9b9b9b;
}

.post-corporate-share .icon:hover {
	color: #35ad79;
}

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

.post-corporate-header + *, .post-corporate-title + * {
	margin-top: 15px;
}

.post-corporate-comment + * {
	margin-top: 10px;
}

@media (min-width: 576px) {
	.post-corporate-content, .post-corporate-footer {
		padding: 30px 35px;
	}
	.post-corporate-footer {
		display: flex;
		justify-content: space-between;
	}
	.post-corporate-comment + * {
		margin-top: 0;
	}
}

@media (min-width: 1200px) {
	.post-corporate-title {
		font-size: 24px;
	}
}

.post-future {
	border: 1px solid #e1e1e1;
}

.post-future hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border-color: #e1e1e1;
}

.post-future .button-gray-outline {
	padding: 14px 19px;
	font-weight: 600;
	line-height: 17px;
	border: 1px solid #e1e1e1;
}

.post-future .button-gray-outline:hover {
	background: #35ad79;
	border-color: #35ad79;
}

.post-future-figure {
	display: block;
	overflow: hidden;
}

.post-future-figure img {
	max-width: inherit;
	width: 100%;
	transform: scale(1);
	transition: all .5s;
}

.post-future-figure img:hover {
	transform: scale(1.03);
}

.post-future-title {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.025em;
}

.post-future-time {
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #9b9b9b;
}

.post-future-time .icon {
	margin-right: 5px;
	font-size: 17px;
	vertical-align: middle;
	color: #9b9b9b;
}

.post-future-time .icon.fl-justicons-visible6 {
	font-size: 13px;
}

.post-future-main {
	padding: 20px 25px 35px;
	background: #fff;
}

.post-future-meta {
	margin-bottom: -7px;
	margin-left: -15px;
}

.post-future-meta:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.post-future-meta > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 7px;
	margin-left: 15px;
}

.post-future-share {
	position: relative;
	width: 55px;
	font-size: 0;
	line-height: initial;
}

.post-future-share .inline-toggle-parent {
	position: absolute;
	right: 0;
	width: 186px;
	height: 47px;
	overflow: hidden;
	border-left: 1px solid #e1e1e1;
	border-radius: 3px;
}

.post-future-share .inline-toggle-parent .inline-toggle {
	position: absolute;
	top: 0;
	right: 1px;
	padding: 14px 19px;
	background: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	margin-top: 0;
	opacity: 1;
	transition: all .4s;
	z-index: 1;
}

.post-future-share .inline-toggle-parent .inline-toggle-element {
	position: absolute;
	top: 0;
	left: -1px;
	right: 0;
	display: block;
	padding: 14px 19px;
	background: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	transform: translateX(-100%);
	transition: all .4s;
	z-index: 1;
}

.post-future-share .inline-toggle-parent.active .inline-toggle {
	display: block;
}

.post-future-share .inline-toggle-parent.active .inline-toggle-element {
	transform: translateX(0);
}

.post-future-share .inline-toggle-parent .icon {
	font-size: 14px;
	color: #151515;
}

.post-future-share .inline-toggle-parent .list-inline li {
	line-height: 17px;
}

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

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

.post-future-meta + * {
	margin-top: 20px;
}

.post-future-text + * {
	margin-top: 15px;
}

@media (min-width: 768px) {
	.post-future {
		max-width: 370px;
	}
	.post-future-horizontal {
		display: flex;
		max-width: 770px;
	}
	.post-future-horizontal .post-future-figure img {
		max-width: inherit;
		width: inherit;
	}
	.post-future-horizontal .post-future-main {
		flex-basis: 60%;
	}
}

@media (min-width: 1200px) {
	.post-future-title {
		font-size: 24px;
	}
	.post-future-share .inline-toggle-parent {
		left: 0;
		right: auto;
		width: 170px;
	}
	.post-future-share .inline-toggle-parent .inline-toggle {
		left: -1px;
		right: auto;
	}
	.post-future-horizontal .post-future-figure img {
		width: 100%;
	}
}

@media (min-width: 1600px) {
	.post-future-horizontal .post-future-main {
		flex-basis: calc(100% - 370px);
		padding: 40px 30px;
	}
}

.ie-11 .post-future-figure img {
	height: 100%;
}

.post-creative {
	background: #fff;
	transition: all .3s;
}

.post-creative-content {
	padding: 30px 20px;
	border: 1px solid #e1e1e1;
	border-bottom: none;
}

.post-creative-header {
	margin-bottom: -15px;
	margin-left: -15px;
}

.post-creative-header:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.post-creative-header > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 15px;
}

.post-creative-time, .post-creative-view,
.post-creative-comment, .post-creative-share {
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #9b9b9b;
}

.post-creative-time .icon, .post-creative-view .icon,
.post-creative-comment .icon, .post-creative-share .icon {
	margin-right: 5px;
	font-size: 17px;
	vertical-align: middle;
	color: #9b9b9b;
}

.post-creative-time .icon.fl-justicons-visible6, .post-creative-view .icon.fl-justicons-visible6,
.post-creative-comment .icon.fl-justicons-visible6, .post-creative-share .icon.fl-justicons-visible6 {
	font-size: 13px;
}

.post-creative-title {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.025em;
}

.post-creative-figure {
	display: block;
	overflow: hidden;
}

.post-creative-figure img {
	max-width: inherit;
	width: 100%;
	transform: scale(1);
	transition: all .5s;
	will-change: transform;
}

.post-creative-figure img:hover {
	transform: scale(1.03);
}

.post-creative-footer {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 30px 20px;
	border: 1px solid #e1e1e1;
	border-top: none;
}

.post-creative-comment a {
	color: #9b9b9b;
}

.post-creative-comment a:hover {
	color: #35ad79;
}

.post-creative-comment .icon {
	margin-right: 5px;
	font-size: 17px;
	vertical-align: middle;
}

.post-creative-share .inline-toggle-parent {
	position: absolute;
	right: 20px;
	background: #fff;
	transition: all .4s;
}

.post-creative-share .inline-toggle-parent.active .inline-toggle {
	display: block;
}

.post-creative-share .inline-toggle-parent.active .inline-toggle-element {
	opacity: 1;
}

.post-creative-share .inline-toggle-parent .inline-toggle-element {
	position: absolute;
	right: -7px;
	bottom: 25px;
	padding: 10px;
	text-align: center;
	background: #fff;
	border-radius: 3px 3px 0 0;
	transition: all .2s;
	opacity: 0;
	box-shadow: 0px -5px 7px -1px rgba(0, 0, 0, 0.2);
}

.post-creative-share .inline-toggle-parent .inline-toggle-element .icon {
	margin-right: 0;
	font-size: 15px;
	color: #9b9b9b;
}

.post-creative-share .inline-toggle-parent .inline-toggle-element .icon:hover {
	color: #35ad79;
}

.post-creative-share-text {
	display: inline-block;
	margin-right: 8px;
}

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

.post-creative-header + *,
.post-creative-title + * {
	margin-top: 15px;
}

@media (min-width: 576px) {
	.post-creative-content, .post-creative-footer {
		padding: 25px 30px;
	}
	.post-creative-footer .inline-toggle-parent {
		right: 30px;
	}
}

@media (min-width: 768px) {
	.post-creative {
		max-width: 370px;
	}
}

@media (min-width: 1200px) {
	.post-creative-title {
		font-size: 24px;
	}
}

.post-creative-compact .post-creative-figure {
	display: none;
}

.post-creative-compact .post-creative-footer {
	border-top: 1px solid #e1e1e1;
}

.post-miranda {
	background: #fff;
	border: 1px solid #e1e1e1;
	transition: all .3s;
}

.post-miranda:hover {
	box-shadow: 0 7px 18px rgba(0, 0, 0, 0.13);
}

.post-miranda-content {
	padding: 30px 20px;
}

.post-miranda-header {
	margin-bottom: -15px;
	margin-left: -15px;
}

.post-miranda-header:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.post-miranda-header > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 15px;
}

.post-miranda-time, .post-miranda-view,
.post-miranda-comment, .post-miranda-share {
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #9b9b9b;
}

.post-miranda-time .icon, .post-miranda-view .icon,
.post-miranda-comment .icon, .post-miranda-share .icon {
	margin-right: 5px;
	font-size: 17px;
	vertical-align: middle;
	color: #9b9b9b;
}

.post-miranda-time .icon.fl-justicons-visible6, .post-miranda-view .icon.fl-justicons-visible6,
.post-miranda-comment .icon.fl-justicons-visible6, .post-miranda-share .icon.fl-justicons-visible6 {
	font-size: 13px;
}

.post-miranda-title {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.post-miranda-text {
	letter-spacing: 0.05em;
}

.post-miranda-figure {
	display: inline-block;
	overflow: hidden;
}

.post-miranda-figure img {
	transform: scale(1);
	transition: all .5s;
}

.post-miranda-figure img:hover {
	transform: scale(1.03);
}

.post-miranda-footer {
	padding: 30px 20px;
	border-top: 1px solid #e1e1e1;
}

.post-miranda-comment a {
	color: #9b9b9b;
}

.post-miranda-comment a:hover {
	color: #35ad79;
}

.post-miranda-comment .icon {
	margin-right: 5px;
	font-size: 17px;
	vertical-align: middle;
}

.post-miranda-share .icon {
	font-size: 15px;
	color: #9b9b9b;
}

.post-miranda-share .icon:hover {
	color: #35ad79;
}

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

.post-miranda-header + *, .post-miranda-title + * {
	margin-top: 15px;
}

.post-miranda-comment + * {
	margin-top: 10px;
}

* + .post-miranda-aside {
	margin-top: 20px;
}

@media (min-width: 576px) {
	.post-miranda-content, .post-miranda-footer {
		padding: 30px 35px;
	}
	.post-miranda-footer {
		display: flex;
		justify-content: space-between;
	}
	.post-miranda-comment + * {
		margin-top: 0;
	}
}

@media (min-width: 768px) {
	.post-miranda-content {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.post-miranda-main {
		flex-basis: calc(100% - 227px);
	}
	* + .post-miranda-aside {
		margin-top: 10px;
	}
}

@media (min-width: 1200px) {
	.post-miranda-title {
		font-size: 24px;
	}
}

@media (min-width: 1600px) {
	.post-miranda-main {
		flex-basis: calc(100% - 247px);
	}
}

.post-carmen {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding: 25px;
	height: 343px;
	overflow: hidden;
}

.post-carmen::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	background-image: linear-gradient(0deg, #15161b 0%, rgba(77, 88, 143, 0) 100%);
	height: 410px;
	pointer-events: none;
	z-index: 1;
}

.post-carmen img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
	max-width: none;
	transition: all .3s;
}

.post-carmen:hover img {
	transform: translate(-50%, -50%) scale(1.03);
}

.post-carmen-title {
	font-size: 22px;
	font-weight: 600;
}

.post-carmen-title a {
	color: #fff;
}

.post-carmen-title a:hover {
	color: #35ad79;
}

.post-carmen-header {
	flex: 1;
}

.post-carmen-main, .post-carmen-header {
	position: relative;
	z-index: 1;
}

.post-carmen-comment a {
	color: #9b9b9b;
}

.post-carmen-comment a:hover {
	color: #35ad79;
}

.post-carmen-meta {
	margin-bottom: -7px;
	margin-left: -15px;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #9b9b9b;
}

.post-carmen-meta:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.post-carmen-meta > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 7px;
	margin-left: 15px;
}

.post-carmen-meta .icon {
	margin-right: 5px;
	font-size: 17px;
	vertical-align: middle;
	color: #35ad79;
}

.post-carmen-meta .icon.fl-justicons-visible6 {
	font-size: 13px;
}

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

* + .post-carmen-meta {
	margin-top: 15px;
}

@media (min-width: 1200px) {
	.post-carmen-title {
		font-size: 24px;
	}
}

.post-gloria {
	position: relative;
	display: flex;
	align-items: center;
	padding: 25px;
	height: 440px;
	overflow: hidden;
}

.post-gloria::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 85%);
	pointer-events: none;
	z-index: 1;
}

.post-gloria img {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%) scale(1);
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
	max-width: none;
	transition: all .3s;
}

.post-gloria:hover img {
	transform: translate(50%, -50%) scale(1.03);
}

.post-gloria .button, .post-gloria .button:focus {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}

.post-gloria .button:hover, .post-gloria .button:active {
	color: #fff;
	background-color: #35ad79;
	border-color: #35ad79;
}

.post-gloria .button.button-ujarak::before {
	background: #35ad79;
}

.post-gloria-main {
	position: relative;
	max-width: 390px;
	z-index: 2;
}

.post-gloria-title {
	font-weight: 600;
	color: #fff;
}

.post-gloria-meta {
	margin-bottom: -7px;
	margin-left: -15px;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #9b9b9b;
}

.post-gloria-meta:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.post-gloria-meta > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 7px;
	margin-left: 15px;
}

.post-gloria-meta .icon {
	margin-right: 5px;
	font-size: 17px;
	vertical-align: middle;
	color: #9b9b9b;
}

.post-gloria-meta .icon.fl-justicons-visible6 {
	font-size: 13px;
}

.post-gloria-time {
	font-weight: 600;
	color: rgba(255, 255, 255, 0.6);
}

.post-gloria-text {
	position: relative;
	padding-left: 40px;
	color: #fff;
}

.post-gloria-text svg {
	position: absolute;
	top: 5px;
	left: -3px;
	width: 27px;
	height: 17px;
}

.post-gloria-text svg path {
	fill: #d4d5db;
}

* + .post-gloria-meta {
	margin-top: 10px;
}

* + .post-gloria-text {
	margin-top: 16px;
}

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

* + .post-gloria-title {
	margin-top: 16px;
}

.post-gloria.post-gloria-1 {
	justify-content: flex-end;
}

.post-gloria.post-gloria-1 .post-gloria-title {
	font-weight: 400;
}

.post-gloria.post-gloria-1 .post-gloria-time {
	color: #9b9b9b;
}

.post-gloria.post-gloria-1::before {
	background: linear-gradient(to left, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0) 85%);
}

.post-gloria.post-gloria-1 .button {
	box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.22);
}

.post-gloria.post-gloria-1 .button, .post-gloria.post-gloria-1 .button:focus {
	color: #151515;
	background-color: #fcef57;
	border-color: #fcef57;
}

.post-gloria.post-gloria-1 .button:hover, .post-gloria.post-gloria-1 .button:active {
	color: #fff;
	background-color: #35ad79;
	border-color: #35ad79;
}

.post-gloria.post-gloria-1 .button.button-ujarak::before {
	background: #35ad79;
}

@media (min-width: 992px) {
	.post-gloria.post-gloria-1 .post-gloria-main {
		max-width: 260px;
	}
}

@media (min-width: 1200px) {
	.post-gloria {
		padding: 40px;
	}
	.post-gloria::before {
		display: none;
	}
}

.post-chelsea {
	max-width: 370px;
}

.post-chelsea-figure {
	display: block;
	overflow: hidden;
}

.post-chelsea-figure img {
	transform: scale(1);
	transition: all .5s;
	will-change: transform;
}

.post-chelsea-figure img:hover {
	transform: scale(1.03);
}

.post-chelsea-title {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.post-chelsea-main {
	padding: 20px 0 35px;
}

.post-chelsea-comment a {
	color: #9b9b9b;
}

.post-chelsea-comment a:hover {
	color: #35ad79;
}

.post-chelsea-meta {
	margin-bottom: -7px;
	margin-left: -15px;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #9b9b9b;
}

.post-chelsea-meta:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.post-chelsea-meta > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 7px;
	margin-left: 15px;
}

.post-chelsea-meta .icon {
	margin-right: 5px;
	font-size: 17px;
	vertical-align: middle;
	color: #9b9b9b;
}

.post-chelsea-meta .icon.fl-justicons-visible6 {
	font-size: 13px;
}

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

* + .post-chelsea-title {
	margin-top: 15px;
}

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

.post-chelsea-meta + * {
	margin-top: 20px;
}

.post-chelsea-text + * {
	margin-top: 15px;
}

@media (min-width: 768px) {
	.post-chelsea {
		display: flex;
		align-items: flex-start;
		max-width: 770px;
	}
	.post-chelsea .post-chelsea-figure img {
		max-width: inherit;
	}
	.post-chelsea-main {
		padding: 0 30px;
		flex-basis: 60%;
	}
}

@media (min-width: 1200px) {
	.post-chelsea-title {
		font-size: 24px;
	}
	.post-chelsea-main {
		padding: 30px;
	}
}

.post-veronica {
	max-width: 370px;
	border-bottom: 1px solid #d7d7d7;
}

.post-veronica-figure {
	position: relative;
	display: block;
	overflow: hidden;
}

.post-veronica-figure .badge {
	position: absolute;
	top: 20px;
	left: 15px;
}

.post-veronica-figure img {
	transform: scale(1);
	transition: all .5s;
}

.post-veronica-figure img:hover {
	transform: scale(1.03);
}

.post-veronica-main {
	padding: 20px 0;
}

.post-veronica-title {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.post-veronica-meta {
	margin-bottom: -7px;
	margin-left: -15px;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #9b9b9b;
}

.post-veronica-meta:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.post-veronica-meta > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 7px;
	margin-left: 15px;
}

.post-veronica-meta .icon {
	margin-right: 5px;
	font-size: 17px;
	vertical-align: middle;
	color: #9b9b9b;
}

.post-veronica-meta .icon.fl-justicons-visible6 {
	font-size: 13px;
}

.post-veronica-comment a {
	color: #9b9b9b;
}

.post-veronica-comment a:hover {
	color: #35ad79;
}

* + .post-veronica-text,
* + .post-veronica-meta {
	margin-top: 15px;
}

@media (min-width: 1200px) {
	.post-veronica-title {
		font-size: 24px;
	}
}

.post-alice {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 300px;
	padding: 35px 35px 50px;
	text-align: center;
	overflow: hidden;
}

.post-alice::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	background-image: linear-gradient(to top, #15161b 0%, rgba(109, 117, 155, 0) 100%);
	pointer-events: none;
	z-index: 1;
}

.post-alice img {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%) scale(1);
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
	max-width: none;
	transition: all .3s;
}

@supports (object-fit: cover) {
	.post-alice img {
		right: 0;
		top: 0;
		transform: none;
		object-fit: cover;
		object-position: center center;
	}
}

.post-alice .divider::after {
	width: 50px;
	height: 3px;
}

.post-alice * + .divider {
	margin-top: 20px;
}

.post-slider .swiper-slide {
	align-items: stretch;
}

.post-slider .post-alice {
	width: 100%;
	white-space: normal;
}

.post-alice-main {
	position: relative;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

.post-alice-title {
	font-weight: 600;
	color: #fff;
	will-change: transform;
}

.post-alice-time {
	display: inline-block;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
}

.post-alice-time .icon {
	margin-right: 5px;
	font-size: 17px;
	vertical-align: middle;
}

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

* + .post-alice-time {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.post-alice {
		height: 400px;
	}
}

.post-ruby {
	padding-bottom: 20px;
	border-bottom: 1px solid #d7d7d7;
}

.post-ruby-meta {
	margin-bottom: -7px;
	margin-left: -15px;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.post-ruby-meta:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.post-ruby-meta > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 7px;
	margin-left: 15px;
}

.post-ruby-meta .icon {
	margin-right: 5px;
	font-size: 17px;
	vertical-align: middle;
}

.post-ruby-title {
	position: relative;
	padding-left: 55px;
	font-size: 18px;
	font-weight: 400;
}

.post-ruby-title::before {
	position: absolute;
	top: 0;
	left: -3px;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 122px;
	letter-spacing: 0.127em;
	line-height: 85px;
	color: #d4d5db;
	content: '“';
}

.post-ruby-view .icon {
	font-size: 13px;
}

.post-ruby-comment a {
	color: #9b9b9b;
}

.post-ruby-comment a:hover {
	color: #35ad79;
}

* + .post-ruby-meta {
	margin-top: 35px;
}

* + .post-ruby-title {
	margin-top: 20px;
}

* + .post-ruby-text {
	margin-top: 15px;
}

@media (min-width: 1200px) {
	.post-ruby-title {
		font-size: 24px;
	}
}

.blog-post {
	padding: 30px;
	font-size: 16px;
	color: #151515;
	background: #fff;
	border: 1px solid #e1e1e1;
}

.blog-post-title {
	font-weight: 400;
	letter-spacing: 0.025em;
}

.blog-post-author {
	display: flex;
	align-items: center;
}

.post-author {
	margin-top: 0;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #151515;
}

.blog-post-author-quote {
	padding-left: 15px;
	border-left: 5px solid #edeff4;
}

.blog-post-meta {
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #9b9b9b;
	margin-bottom: -7px;
	margin-left: -15px;
}

.blog-post-meta .icon {
	margin-right: 5px;
	font-size: 17px;
	vertical-align: middle;
	color: #35ad79;
}

.blog-post-meta .icon.fl-justicons-visible6 {
	font-size: 13px;
}

.blog-post-meta:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.blog-post-meta > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 7px;
	margin-left: 15px;
}

.blog-post-share {
	padding: 20px;
	background: #edeff4;
}

.blog-post-share p {
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #9b9b9b;
}

.blog-post-share .icon {
	color: #9b9b9b;
}

.blog-post-share .icon:hover {
	color: #35ad79;
}

.blog-post-content > * + * {
	margin-top: 25px;
}

* + .blog-post-header {
	margin-top: 15px;
}

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

* + .blog-post-meta {
	margin-top: 12px;
}

* + .post-author {
	margin-left: 6px;
}

* + .blog-post-author-quote {
	margin-top: 25px;
}

* + .blog-post-share {
	margin-top: 25px;
}

* + .blog-post-content {
	margin-top: 27px;
}

.inline-toggle-parent {
	display: flex;
	align-items: center;
}

.inline-toggle-parent .icon {
	font-size: 16px;
	color: #9b9b9b;
	cursor: pointer;
}

.inline-toggle-parent .inline-toggle-element {
	display: none;
	transition: all .3s;
}

.inline-toggle-parent .inline-toggle-element .icon {
	font-size: 13px;
}

.inline-toggle-parent .inline-toggle-element .icon:hover {
	color: #35ad79;
}

.inline-toggle-parent .list-inline li {
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #9b9b9b;
}

.inline-toggle-parent .list-inline li + li {
	margin-left: 10px;
}

.inline-toggle-parent.active .inline-toggle-element {
	display: block;
}

.inline-toggle-parent.active .inline-toggle {
	display: none;
	transition: all .3s;
}

@media (min-width: 576px) {
	.blog-post-header {
		display: flex;
		align-items: center;
	}
	.blog-post-author {
		margin-right: 20px;
	}
	.post-author {
		padding-right: 20px;
		border-right: 1px solid #e1e1e1;
	}
	.blog-post-share {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.blog-post-meta {
		margin-top: 0;
	}
}

@media (min-width: 1200px) {
	.blog-post {
		padding: 30px 40px;
	}
}

.post-lily {
	position: relative;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	padding: 22px;
	height: 343px;
	overflow: hidden;
}

.post-lily::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	background: rgba(43, 62, 79, 0.5);
	height: 410px;
	pointer-events: none;
	z-index: 1;
}

.post-lily img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
	max-width: none;
	transition: all .3s;
}

.post-lily:hover img {
	transform: translate(-50%, -50%) scale(1.03);
}

.post-lily .post-video-button {
	position: absolute;
	top: 25px;
	left: 25px;
	z-index: 1;
}

.post-lily-title {
	max-width: 360px;
	font-size: 20px;
	font-weight: 600;
}

.post-lily-title a {
	color: #fff;
}

.post-lily-title a:hover {
	color: #fcef57;
}

.post-lily-main {
	position: relative;
	z-index: 1;
}

.post-lily-comment a {
	color: #fff;
}

.post-lily-comment a:hover {
	color: #35ad79;
}

.post-lily-meta {
	margin-bottom: -7px;
	margin-left: -15px;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #9b9b9b;
	color: #fff;
}

.post-lily-meta:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.post-lily-meta > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 7px;
	margin-left: 15px;
}

.post-lily-meta .icon {
	margin-right: 5px;
	font-size: 17px;
	vertical-align: middle;
	color: #fcef57;
}

.post-lily-meta .icon.fl-justicons-visible6 {
	font-size: 13px;
}

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

* + .post-lily-title {
	margin-top: 15px;
}

* + .post-lily-meta {
	margin-top: 15px;
}

@media (min-width: 1600px) {
	.post-lily {
		padding: 25px;
	}
	.post-lily-title {
		font-size: 24px;
	}
}

.post-light {
	padding: 20px 20px;
	max-width: 300px;
	text-align: center;
}

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

.post-light-title {
	width: 100%;
	font-weight: 400;
}

.post-light-time {
	display: block;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #35ad79;
}

.post-elizabeth-meta {
	margin-bottom: -7px;
	margin-left: -15px;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.post-elizabeth-meta:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.post-elizabeth-meta > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 7px;
	margin-left: 15px;
}

.post-elizabeth-meta .icon {
	margin-right: 5px;
	font-size: 17px;
	vertical-align: middle;
	color: #35ad79;
}

.post-elizabeth-title {
	position: relative;
}

.post-elizabeth-text {
	max-width: 500px;
}

.post-elizabeth-view .icon {
	font-size: 13px;
}

.post-elizabeth-comment a {
	color: #9b9b9b;
}

.post-elizabeth-comment a:hover {
	color: #35ad79;
}

* + .post-elizabeth-meta {
	margin-top: 20px;
}

* + .post-elizabeth-title {
	margin-top: 15px;
}

* + .post-elizabeth-text {
	margin-top: 15px;
}

.context-dark .post-elizabeth-text, .rd-navbar-dark .post-elizabeth-text, .rd-navbar-darker .post-elizabeth-text, .bg-gray-700 .post-elizabeth-text, .bg-gray-2 .post-elizabeth-text, .bg-gray-4 .post-elizabeth-text, .bg-primary .post-elizabeth-text, .bg-image-dark .post-elizabeth-text {
	color: #fff;
}

.context-dark .post-elizabeth-meta, .rd-navbar-dark .post-elizabeth-meta, .rd-navbar-darker .post-elizabeth-meta, .bg-gray-700 .post-elizabeth-meta, .bg-gray-2 .post-elizabeth-meta, .bg-gray-4 .post-elizabeth-meta, .bg-primary .post-elizabeth-meta, .bg-image-dark .post-elizabeth-meta {
	color: rgba(255, 255, 255, 0.6);
}

.context-dark .post-elizabeth-comment a, .rd-navbar-dark .post-elizabeth-comment a, .rd-navbar-darker .post-elizabeth-comment a, .bg-gray-700 .post-elizabeth-comment a, .bg-gray-2 .post-elizabeth-comment a, .bg-gray-4 .post-elizabeth-comment a, .bg-primary .post-elizabeth-comment a, .bg-image-dark .post-elizabeth-comment a {
	color: rgba(255, 255, 255, 0.6);
}

.context-dark .post-elizabeth-comment a:hover, .rd-navbar-dark .post-elizabeth-comment a:hover, .rd-navbar-darker .post-elizabeth-comment a:hover, .bg-gray-700 .post-elizabeth-comment a:hover, .bg-gray-2 .post-elizabeth-comment a:hover, .bg-gray-4 .post-elizabeth-comment a:hover, .bg-primary .post-elizabeth-comment a:hover, .bg-image-dark .post-elizabeth-comment a:hover {
	color: #35ad79;
}

@media (min-width: 768px) {
	* + .post-elizabeth-title {
		margin-top: 20px;
	}
	* + .post-elizabeth-meta {
		margin-top: 35px;
	}
}

@media (min-width: 1200px) {
	.post-elizabeth-title {
		font-size: 44px;
	}
}

/*
*
* Quotes
*/
.quote-default {
	text-align: center;
}

.quote-default-text {
	position: relative;
	padding: 30px 0 43px;
	overflow: hidden;
	font-size: 20px;
	line-height: 30px;
	color: #151515;
}

.quote-default-text::before, .quote-default-text::after {
	content: '';
	position: absolute;
	left: 50%;
	width: 400px;
	height: 2px;
	transform: translateX(-50%);
	background: #151515;
}

.quote-default-text::before {
	top: 0;
}

.quote-default-text::after {
	bottom: 0;
}

.quote-default-cite {
	padding-top: 15px;
	color: #35ad79;
	font-size: 14px;
}

@media (min-width: 768px) {
	.quote-default-text {
		font-size: 33px;
		line-height: 40px;
	}
}

.quote-modern {
	position: relative;
	padding-left: 50px;
}

.quote-modern::before {
	position: absolute;
	top: 12px;
	left: 0;
	width: 40px;
	content: '';
	border-top: 1px solid #e1e1e1;
	pointer-events: none;
}

.quote-modern-text {
	font-size: 16px;
	letter-spacing: 0.05em;
}

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

@media (min-width: 768px) {
	.quote-modern {
		padding-left: 90px;
	}
	.quote-modern::before {
		width: 70px;
	}
	.quote-modern-text {
		font-size: 18px;
	}
}

.quote-minimal {
	display: flex;
	font-size: 14px;
	line-height: 1.625;
	letter-spacing: .05em;
}

.quote-minimal > * + * {
	margin-top: 0;
	margin-left: 20px;
}

.quote-minimal-mark {
	position: relative;
	top: 5px;
	flex-shrink: 0;
	fill: #edeff4;
}

* + .quote-minimal {
	margin-top: 25px;
}

.context-dark .quote-minimal, .rd-navbar-dark .quote-minimal, .rd-navbar-darker .quote-minimal, .bg-gray-700 .quote-minimal, .bg-gray-2 .quote-minimal, .bg-gray-4 .quote-minimal, .bg-primary .quote-minimal, .bg-image-dark .quote-minimal {
	color: #fff;
}

@media (min-width: 1200px) {
	.quote-minimal {
		font-size: 16px;
	}
}

/*
*
* Thumbnails
*/
.img-responsive {
	width: 100%;
}

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

.thumbnail-classic {
	position: relative;
	overflow: hidden;
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	transition: all .3s ease-in-out;
}

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

.thumbnail-classic::before {
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: #2b3341;
	opacity: .58;
	transition: inherit;
}

.thumbnail-classic::after {
	display: inline-block;
	content: '\e01c';
	top: 50%;
	left: 50%;
	z-index: 2;
	color: #fff;
	font-size: 30px;
	font-family: 'fl-budicons-launch';
	transform: translate(-50%, calc(-50% - 20px));
	transition: inherit;
}

.thumbnail-classic-figure {
	display: block;
	transform: scale3d(1.1, 1.1, 1.1);
}

.thumbnail-classic-figure img {
	width: 100%;
	will-change: transform;
}

.thumbnail-classic-caption {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-between;
	position: absolute;
	bottom: 0;
	z-index: 2;
	width: 100%;
	padding: 20px;
	background: #2c2d31;
	transition: inherit;
}

.thumbnail-classic-panel-left {
	position: relative;
	text-align: left;
}

.thumbnail-classic-title {
	color: #fff;
	opacity: 1;
	visibility: visible;
	transition: all 300ms ease-in-out 200ms;
}

.thumbnail-classic-subtitle {
	display: none;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .025em;
	color: #707279;
	opacity: 0;
	transform: translate3d(0, 200%, 0);
	transition: all 300ms ease-in-out 100ms;
}

.thumbnail-classic-panel-right {
	position: relative;
	text-align: right;
	line-height: 1;
}

.thumbnail-classic-panel-toggle {
	position: relative;
	display: none;
	font-size: 24px;
	color: #707279;
	opacity: 1;
	visibility: visible;
	cursor: pointer;
	transition: all 300ms ease-in-out 200ms;
	z-index: 1;
}

.thumbnail-classic-list {
	font-size: 18px;
	line-height: 1;
	color: #fff;
	white-space: nowrap;
}

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

.thumbnail-classic-list a:hover {
	color: #fcef57;
}

.thumbnail-classic-list li {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: all 300ms ease-in-out;
}

.thumbnail-classic-list li:nth-child(1) {
	transition-delay: 100ms;
}

.thumbnail-classic-list li:nth-child(2) {
	transition-delay: 150ms;
}

.thumbnail-classic-list li:nth-child(3) {
	transition-delay: 200ms;
}

.thumbnail-classic-list li:nth-child(4) {
	transition-delay: 250ms;
}

.thumbnail-classic-list li:nth-child(5) {
	transition-delay: 300ms;
}

.thumbnail-classic-list li:nth-child(6) {
	transition-delay: 350ms;
}

.thumbnail-classic-list li:nth-child(7) {
	transition-delay: 400ms;
}

.thumbnail-classic-list li:nth-child(8) {
	transition-delay: 450ms;
}

.thumbnail-classic-list li:nth-child(9) {
	transition-delay: 500ms;
}

.thumbnail-classic-list li:nth-child(10) {
	transition-delay: 550ms;
}

.desktop .thumbnail-classic::before {
	opacity: 0;
}

.desktop .thumbnail-classic::after {
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, -50%);
}

.desktop .thumbnail-classic-caption {
	transform: translateY(100%);
}

.desktop .thumbnail-classic-title {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate3d(0, -50%, 0);
}

.desktop .thumbnail-classic-subtitle {
	display: inline-block;
}

.desktop .thumbnail-classic-panel-toggle {
	display: inline-block;
}

.desktop .thumbnail-classic-list {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(calc(-50% - 4px));
	pointer-events: none;
}

.desktop .thumbnail-classic-list li {
	opacity: 0;
	transform: translate3d(0, 200%, 0);
}

.desktop .thumbnail-classic:hover .thumbnail-classic-figure {
	position: relative;
	transform: scale3d(1, 1, 1);
}

.desktop .thumbnail-classic:hover .thumbnail-classic-caption {
	transform: translateY(0);
}

.desktop .thumbnail-classic:hover::after {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, calc(-50% - 20px));
}

.desktop .thumbnail-classic:hover::before {
	opacity: .58;
}

.desktop .thumbnail-classic-panel-right:hover .thumbnail-classic-panel-toggle {
	opacity: 0;
	visibility: hidden;
	transition-delay: 0s;
}

.desktop .thumbnail-classic-panel-right:hover .thumbnail-classic-list {
	pointer-events: auto;
}

.desktop .thumbnail-classic-panel-right:hover .thumbnail-classic-list li {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.desktop .thumbnail-classic-panel-right:hover ~ .thumbnail-classic-panel-left .thumbnail-classic-title {
	opacity: 0;
	visibility: hidden;
	transition-delay: 0s;
}

.desktop .thumbnail-classic-panel-right:hover ~ .thumbnail-classic-panel-left .thumbnail-classic-subtitle {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.thumbnail-modern {
	position: relative;
	overflow: hidden;
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #707279;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	transition: all 300ms ease-in-out;
}

.thumbnail-modern img {
	width: 100%;
}

.thumbnail-modern-caption {
	width: 100%;
	padding: 22px;
	background: #35363c;
	transition: inherit;
	will-change: transform;
	z-index: 1;
}

.thumbnail-modern-title {
	color: #fcef57;
}

.thumbnail-modern-date {
	display: block;
	font-weight: 500;
	font-size: .85em;
	letter-spacing: .025em;
	text-transform: uppercase;
	transition: inherit;
}

.desktop .thumbnail-modern {
	padding-bottom: 64px;
}

@media (min-width: 1200px) {
	.desktop .thumbnail-modern {
		padding-bottom: 66px;
	}
}

.desktop .thumbnail-modern-caption {
	position: absolute;
	bottom: 0;
	transform: translate3d(0, 18px, 0);
}

.desktop .thumbnail-modern-date {
	opacity: 0;
	visibility: hidden;
}

.desktop .thumbnail-modern:hover .thumbnail-modern-date {
	opacity: 1;
	visibility: visible;
}

.desktop .thumbnail-modern:hover .thumbnail-modern-caption {
	transform: translate3d(0, 0, 0);
}

.thumbnail-creative {
	position: relative;
	overflow: hidden;
	display: block;
	text-align: center;
	background: #384958;
	cursor: pointer;
}

.thumbnail-creative img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	width: 100%;
	opacity: 1;
	transition: opacity 0.35s, transform 0.35s;
	transform: scale3d(1.1, 1.1, 1);
	will-change: transform;
}

.thumbnail-creative-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	color: #fff;
}

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

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

.thumbnail-creative-overlay::after {
	display: inline-block;
	content: '\e01c';
	top: 50%;
	left: 50%;
	z-index: 1;
	font-size: 24px;
	font-family: 'fl-budicons-launch';
	opacity: 0;
	transform: translate(-50%, calc(-50% + 10px));
	transition: all 150ms ease-in-out;
}

.thumbnail-creative:hover img {
	opacity: 0.5;
	transform: scale3d(1, 1, 1);
}

.thumbnail-creative:hover .thumbnail-creative-overlay::before {
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.thumbnail-creative:hover .thumbnail-creative-overlay::after {
	opacity: 1;
	transform: translate(-50%, -50%);
	transition-delay: 300ms;
}

.mobile .thumb--effect-apollo img,
.tablet .thumb--effect-apollo img {
	opacity: 0.5;
	transform: scale3d(1, 1, 1);
}

.mobile .thumbnail-creative-overlay::before,
.tablet .thumbnail-creative-overlay::before {
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.thumbnail-minimal {
	text-align: center;
}

.thumbnail-minimal > * + * {
	margin-top: 15px;
}

.thumbnail-minimal-title {
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
	color: #151515;
	text-transform: uppercase;
}

.thumbnail-minimal-figure {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 150px;
}

.thumbnail-minimal-counter h2 {
	font-weight: 400;
	line-height: 1;
}

@media (min-width: 768px) {
	.block-thumbnail-minimal [class*='col-'] + [class*='col-'] {
		position: relative;
	}
	.block-thumbnail-minimal [class*='col-'] + [class*='col-']::before {
		position: absolute;
		top: 50%;
		left: 0;
		width: 1px;
		height: 165px;
		content: '';
		background: #e1e1e1;
		transform: translateY(-50%);
	}
}

.thumb-video {
	position: relative;
	overflow: hidden;
	display: block;
	background: #151515;
	text-align: center;
}

.height-fill .thumb-video {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #000;
}

.thumb-video-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.thumb-video-image {
	width: auto;
	height: auto;
	max-width: none;
}

.thumb-video-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	background: #151515;
	cursor: pointer;
}

.thumb-video-overlay .thumb-video-image {
	min-height: 100%;
}

.thumb-video-content {
	background: #151515;
}

.thumb-video-button {
	position: relative;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 63px;
	height: 63px;
	line-height: 0;
	font-size: 0;
	border-radius: 50%;
	color: #151515;
	background: #fff;
	cursor: pointer;
	transition: .22s;
}

.thumb-video-button::after {
	content: '\e037';
	font-family: 'Material Icons';
	font-size: 25px;
	line-height: 1;
}

.thumb-video-button:hover {
	color: #35ad79;
}

.thumb-video-content,
.thumb-video-image {
	min-width: 100%;
}

@supports (object-fit: cover) {
	.thumb-video-image {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

* + .thumb-video-title {
	margin-top: 10px;
}

a.thumbnail-alice {
	display: block;
}

.thumbnail-alice {
	position: relative;
	overflow: hidden;
	transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
	transform: translate3d(0, 0, 0);
}

.thumbnail-alice img {
	width: 100%;
}

.thumbnail-alice::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: rgba(37, 43, 47, 0.3);
	opacity: 0;
	transition: .4s;
}

.thumbnail-alice::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	content: '\e01c';
	z-index: 1;
	font-size: 24px;
	font-family: 'fl-budicons-launch';
	opacity: 0;
	transition: all 150ms ease-in-out;
	color: #fff;
}

.thumbnail-alice:hover::before, .thumbnail-alice:hover::after {
	opacity: 1;
}

.thumbnail-alice:hover .thumbnail-alice-figure {
	transform: scale(1.1);
}

.thumbnail-alice-figure {
	position: relative;
	transition: .34s;
}

/*
*
* Breadcrumbs
* --------------------------------------------------
*/
.breadcrumbs-wrap {
	background-color: #081021;
}

.breadcrumbs-custom {
	position: relative;
	padding: 35px 0 40px;
	text-align: center;
}

.breadcrumbs-custom-path {
	margin-left: -11px;
	margin-right: -11px;
	line-height: 1;
	text-transform: uppercase;
}

.breadcrumbs-custom-path > * {
	padding-left: 11px;
	padding-right: 11px;
}

.breadcrumbs-custom-path a {
	display: inline;
	vertical-align: middle;
	font: inherit;
}

.breadcrumbs-custom-path a, .breadcrumbs-custom-path a:active, .breadcrumbs-custom-path a:focus {
	color: #f1e557;
}

.breadcrumbs-custom-path li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 600;
}

.breadcrumbs-custom-path li::after {
	content: "";
	font-family: "Material Design Icons";
	position: absolute;
	top: 52%;
	right: -11px;
	display: inline-block;
	font-size: 16px;
	font-style: normal;
	font-weight: 200;
	color: #fff;
	transform: translateY(-50%);
}

.breadcrumbs-custom-path li:last-child:after {
	display: none;
}

.breadcrumbs-custom-path a:hover,
.breadcrumbs-custom-path li.active {
	color: #fff;
}

.breadcrumbs-custom-path li.active {
	top: 1px;
}

@-moz-document url-prefix() {
	.breadcrumbs-custom-path li.active {
		top: 0;
	}
}

* + .breadcrumbs-custom-path {
	margin-top: 6px;
}

@media (min-width: 768px) {
	.breadcrumbs-custom {
		padding: 70px 0 80px;
	}
}

@media (min-width: 1200px) {
	.breadcrumbs-custom {
		padding: 110px 0 100px;
	}
}

/*
*
* Snackbars
*/
.snackbars {
	padding: 9px 16px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #fff;
	background-color: #151515;
	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;
	}
}

/**
*
* Shop
*/
.card-shop {
	padding: 30px 15px 25px;
	background-color: #edeff4;
	border: 1px solid #e1e1e1;
}

* + .card-shop {
	margin-top: 26px;
}

@media (min-width: 1600px) {
	.card-shop {
		min-height: 161px;
		padding: 30px 22px 25px;
	}
}

.bg-gray-100 .card-shop {
	background-color: #fff;
}

.card-shop-table {
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #151515;
	background-color: #fff;
	border: 1px solid #e1e1e1;
}

.card-shop-table tr + tr {
	border-top: 1px solid #e1e1e1;
}

.card-shop-table td {
	width: 50%;
	vertical-align: middle;
	padding: 20px 15px;
	white-space: nowrap;
}

.card-shop-table td:first-child {
	text-align: left;
}

.card-shop-table td:last-child {
	font-size: 18px;
	font-weight: 400;
	text-align: right;
}

@media (min-width: 576px) {
	.card-shop-table td {
		padding: 28px 22px;
	}
	.card-shop-table td:last-child {
		padding-right: 60px;
	}
}

.product-inline {
	display: flex;
	align-items: center;
	margin-left: -15px;
}

.product-inline > * {
	margin-left: 15px;
}

.product-inline-figure {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 83px;
	background-image: linear-gradient(to bottom, #eef1f4 0%, #d5deeb 100%);
}

.product-inline-figure::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transform-origin: 50% 100%;
	transform: scale3d(1, 0.3, 1);
	transition: .4s;
	background-image: linear-gradient(to bottom, #eef1f4 0%, #bdcbdf 100%);
}

.product-inline-figure:hover::after {
	opacity: 1;
	visibility: visible;
	transform: scale3d(1, 1, 1);
}

.product-inline-image {
	position: relative;
	z-index: 1;
	max-width: 90%;
	max-height: 90%;
}

.product-inline-price {
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #35ad79;
}

.product-inline-meta {
	display: table;
	vertical-align: middle;
	margin-bottom: -12px;
	margin-left: -12px;
}

.product-inline-meta:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.product-inline-meta > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 12px;
	margin-left: 12px;
}

.product-inline-meta > * {
	vertical-align: middle;
}

* + .product-inline-title {
	margin-top: 10px;
}

* + .product-inline-meta {
	margin-top: 5px;
}

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

.page .cart-inline {
	color: #151515;
	background: #fff;
	border: 1px solid #e1e1e1;
	text-align: left;
}

.page .cart-inline h1, .page .cart-inline h2, .page .cart-inline h3, .page .cart-inline h4, .page .cart-inline h5, .page .cart-inline h6, .page .cart-inline [class*='heading-'] {
	color: #151515;
}

.page .cart-inline .form-label,
.page .cart-inline .form-input {
	color: #9b9b9b;
}

.page .cart-inline .form-input {
	background-color: #fff;
	border-color: #e1e1e1;
}

.page .cart-inline .stepper input {
	color: #151515;
}

.page .cart-inline .post-classic-title {
	color: #151515;
}

.cart-inline .cart-inline-inner > * + * {
	border-top: 1px solid #e1e1e1;
}

.cart-inline-toggled-outer {
	position: relative;
}

.cart-inline-toggled-outer .cart-inline-toggle {
	position: relative;
	z-index: 12;
}

.cart-inline-toggled-outer .cart-inline-toggle::after {
	content: '';
	position: absolute;
	bottom: -21px;
	left: 13%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #fff transparent;
	pointer-events: none;
}

.cart-inline-toggled-outer .cart-inline-toggled,
.cart-inline-toggled-outer .cart-inline-toggle::after {
	opacity: 0;
	visibility: hidden;
	transition: .22s;
	transform: translate3d(0, -10px, 0);
}

.cart-inline-toggled-outer .cart-inline-toggled.active,
.cart-inline-toggled-outer .cart-inline-toggle.active::after {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

.cart-inline-toggled {
	position: absolute;
	right: 0;
	margin-top: 17px;
	top: 100%;
	z-index: 11;
	min-width: 320px;
	max-width: 100%;
}

.cart-inline-toggled .cart-inline-inner {
	max-height: calc(100vh - 56px);
	overflow-x: hidden;
	overflow-y: auto;
}

.cart-inline-header,
.cart-inline-main,
.cart-inline-footer {
	padding: 10px 15px;
}

.cart-inline-footer .button {
	padding-left: 10px;
	padding-right: 10px;
	width: calc(50% - 5px);
}

.cart-inline-footer .button + .button {
	margin-top: 0;
	margin-left: 10px;
}

.cart-inline-title {
	letter-spacing: .025em;
}

.cart-inline-subtitle {
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
}

* + .cart-inline-subtitle {
	margin-top: 5px;
}

@media (min-width: 768px) {
	.cart-inline-header,
	.cart-inline-main,
	.cart-inline-footer {
		padding-left: 20px;
		padding-right: 20px;
	}
	.cart-inline-header {
		padding-top: 25px;
	}
	.cart-inline-main {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.cart-inline-footer {
		padding-top: 25px;
		padding-bottom: 30px;
	}
}

.product {
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	box-shadow: 0 3px 10px 0 rgba(1, 3, 4, 0);
	transition: .3s ease-out all;
}

.product-header {
	position: relative;
	min-height: 345px;
	background-image: linear-gradient(to bottom, #eef1f4 0%, #d5deeb 100%);
}

.product-header .badge {
	position: absolute;
	top: 33px;
	left: 21px;
}

.product-figure {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s ease-out all;
}

.product-figure img {
	will-change: transfrom;
	transition: .3s ease-out all;
}

.product-buttons {
	position: absolute;
	right: 13px;
	bottom: 7px;
	transition: .3s ease-out all;
}

.product-button {
	display: block;
	width: 65px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	color: #151515;
	background-color: #fff;
	border-radius: 3px;
	cursor: pointer;
}

a.product-button:hover {
	color: #fff;
	background-color: #35ad79;
}

.product-share {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 23px 5px;
	border-radius: 3px;
	transform-origin: 0 0;
	cursor: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s ease-out opacity;
	transition-delay: .3s;
}

.product-share:before {
	content: '';
	position: absolute;
	top: 0;
	height: 65px;
	left: 0;
	right: 0;
	background-color: #fff;
	transition: .3s ease-out all;
}

.product-button-share:hover:before {
	opacity: 0;
	transform: scale(0);
}

.product-button-share:hover .product-share {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}

.product-button-share:hover .product-share:before {
	height: 100%;
}

.product-button-share:hover .product-share-item {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition: .2s ease-out all;
}

.product-button-share:hover .product-share-item:nth-child(1) {
	transition-delay: .1s;
}

.product-button-share:hover .product-share-item:nth-child(2) {
	transition-delay: .133s;
}

.product-button-share:hover .product-share-item:nth-child(3) {
	transition-delay: .166s;
}

.product-button-share:hover .product-share-item:nth-child(4) {
	transition-delay: .199s;
}

.product-button-share:hover .product-share-item:nth-child(5) {
	transition-delay: .211s;
}

.product-button-share:hover .product-share-item:nth-child(6) {
	transition-delay: .244s;
}

.product:hover .product-buttons {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.product:hover .product-button {
	opacity: 1;
}

.product-share-item {
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
	color: #9b9b9b;
	transform: translateY(-5px);
	transition: .1s ease-out all;
}

.product-share-item:nth-child(6) {
	transition: 0s ease-out all;
	transition-delay: .0s;
}

.product-share-item:nth-child(5) {
	transition: 0s ease-out all;
	transition-delay: .05s;
}

.product-share-item:nth-child(4) {
	transition-delay: .07s;
}

.product-share-item:nth-child(3) {
	transition-delay: .08s;
}

.product-share-item:nth-child(2) {
	transition-delay: .09s;
}

.product-share-item:nth-child(1) {
	transition-delay: .1s;
}

.product-share-item .icon {
	font-size: 16px;
	transition: .3s ease-out all;
}

.product-share-item .icon.fa-google-plus {
	font-size: 14px;
}

.product-share-item .icon, .product-share-item .icon:focus, .product-share-item .icon:active {
	color: #151515;
}

.product-share-item .icon:hover {
	color: #35ad79;
}

.product-button-share::before {
	display: inline-block;
	opacity: 1;
	transform: scale(1);
	transition: .5s ease-out all;
}

.product-content {
	padding: 25px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	border-top: 0;
}

.product-price {
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
}

.product-price .product-price-new {
	font-weight: 400;
	color: #3f90dc;
}

.product-price * + * {
	margin-left: 7px;
}

.product-price-old {
	text-decoration: line-through;
	color: #9b9b9b;
}

.product-rating {
	line-height: 1;
}

.product-rating > li {
	display: inline-block;
	margin: 0 -2px;
	font-size: 19px;
	color: #ffcc00;
}

.product:hover {
	box-shadow: 0 3px 10px 0 rgba(1, 3, 4, 0.35);
}

.product:hover .product-figure img {
	transform: scale(1.05);
}

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

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

* + .product-rating {
	margin-top: 1px;
}

* + .product-price {
	margin-top: 9px;
}

@media (min-width: 1200px) {
	.desktop .product-button {
		opacity: 0;
		transition: .3s ease-out all;
	}
	.desktop .product-buttons {
		opacity: 0;
		visibility: hidden;
		transform: translateY(15px);
	}
	.desktop .product-share-item {
		opacity: 0;
		visibility: hidden;
	}
	.desktop * + .product-button {
		margin-top: -5px;
	}
	.desktop .product:hover * + .product-button {
		margin-top: 10px;
	}
}

.product-sm {
	max-width: 272px;
}

.product-sm .product-header {
	min-height: 251px;
}

.product-sm .product-header .badge {
	top: 21px;
	left: 16px;
}

.product-sm .product-content {
	padding: 20px 10px;
}

.product-sm .product-title,
.product-sm .product-price-new,
.product-sm .product-price-old {
	font-size: 14px;
}

.product-sm * + .product-price {
	margin-top: 1px;
}

.product-sm .product-button {
	width: 53px;
	height: 53px;
	line-height: 53px;
}

.product-sm .product-share {
	padding: 16px 5px;
}

.product-list {
	border: 1px solid #e1e1e1;
	background-color: #fff;
}

.product-list .product-list-title {
	font-weight: 400;
}

.product-list .badge {
	position: absolute;
	top: 27px;
	left: 19px;
}

.product-list-aside {
	position: relative;
	width: 100%;
	min-height: 330px;
	background-image: linear-gradient(to bottom, #eef1f4 0%, #d5deeb 100%);
}

.product-list-aside img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.product-list-main {
	padding: 25px 15px;
}

.product-list-info {
	margin: 0 -4px;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #9b9b9b;
	text-transform: uppercase;
}

.product-list-info > li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 4px;
	line-height: 1;
}

.product-list-rating {
	font-size: 19px;
	color: #ffcc00;
}

.product-list-rating > li {
	display: inline-block;
	margin: 0 -4px;
}

.product-list-price {
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
}

.product-list-price > li {
	display: inline-block;
	vertical-align: baseline;
}

.product-list-price .product-list-price-new {
	font-family: inherit;
	font-weight: 400;
	color: #3f82c0;
}

.product-list-price-old {
	text-decoration: line-through;
}

.product-list-buttons {
	margin: 0 -4px;
}

.product-list-buttons > li {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 4px;
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
	.product-list-buttons .button {
		padding-left: 24px;
		padding-right: 24px;
	}
}

.product-list-share {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	min-height: 50px;
	overflow: hidden;
}

.product-list-share-btn {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: inline-block;
	width: 50px;
	height: 50px;
	font-size: 19px;
	line-height: 50px;
	text-align: center;
	opacity: 1;
	border-radius: 3px;
	cursor: pointer;
	transform: translateX(0);
	transition: .3s ease-out transform, .3s ease-out opacity;
}

.product-list-share-btn, .product-list-share-btn:focus, .product-list-share-btn:active {
	color: #151515;
	background-color: #f1e557;
}

.product-list-share ul {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 50px;
	margin-left: 50px;
	text-align: left;
	color: #151515;
	background-color: #fff;
	border-radius: 3px;
	opacity: 0;
	transition: .3s ease-out all;
}

.product-list-share ul li {
	display: inline-block;
	padding: 0 8px;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
	color: #9b9b9b;
	opacity: 0;
	transform: translateX(15px) scale(0.5);
	transition: .3s ease-out transform, .3s ease-out opacity;
}

.product-list-share a.icon, .product-list-share a.icon:focus, .product-list-share a.icon:active {
	color: #151515;
}

.product-list-share a.icon:hover {
	color: #35ad79;
}

.product-list-share.focus .product-list-share-btn {
	opacity: 0;
	transform: translateX(-50%);
}

.product-list-share.focus ul {
	margin-left: 0;
	margin-right: 50px;
	opacity: 1;
}

.product-list-share.focus ul li {
	opacity: 1;
	transform: translateX(0) scale(1);
	transition-delay: .1s;
}

.product-list-share.focus ul li:nth-child(2) {
	transition-delay: .2s;
}

.product-list-share.focus ul li:nth-child(3) {
	transition-delay: .3s;
}

.product-list-share.focus ul li:nth-child(4) {
	transition-delay: .4s;
}

.product-list-share.focus ul li:nth-child(5) {
	transition-delay: .5s;
}

.product-list-share.focus ul li:nth-child(6) {
	transition-delay: .6s;
}

.product-list-share.focus ul li:nth-child(7) {
	transition-delay: .7s;
}

.product-list-share.focus ul li:nth-child(8) {
	transition-delay: .8s;
}

.product-list-share.focus ul li:nth-child(9) {
	transition-delay: .9s;
}

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

* + .product-list-info,
* + .product-list-price,
* + .product-list-text,
* + .product-list-buttons {
	margin-top: 5px;
}

@media (min-width: 576px) {
	.product-list-main {
		padding: 30px;
	}
}

@media (min-width: 768px) {
	.product-list {
		display: flex;
	}
	.product-list-aside {
		max-width: 370px;
		min-height: 344px;
	}
	.product-list-main {
		align-self: center;
	}
	* + .product-list-info {
		margin-top: 10px;
	}
	* + .product-list-price {
		margin-top: 10px;
	}
	* + .product-list-text {
		margin-top: 10px;
	}
	* + .product-list-buttons {
		margin-top: 10px;
	}
}

@media (min-width: 1200px) {
	.product-list {
		max-width: 870px;
	}
}

.product-single {
	background-color: #fff;
	border: 1px solid #e1e1e1;
}

.product-single .product-single-title,
.product-single .product-single-price-new {
	font-weight: 400;
}

.product-single .product-single-title {
	text-transform: uppercase;
	color: #151515;
}

.product-single .product-single-price-new {
	color: #35ad79;
}

.product-single .input-refilter {
	width: 52px;
	height: 38px;
	line-height: 38px;
}

.product-single .owl-carousel {
	position: static;
}

.product-single .owl-carousel .owl-stage {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.product-single .owl-carousel .owl-item {
	width: 100% !important;
}

.product-single .owl-dots {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
}

.product-single .product-list-buttons .button,
.product-single .product-list-buttons .product-list-share,
.product-single .product-list-buttons .product-list-share ul,
.product-single .product-list-buttons .product-list-share-btn {
	min-height: 59px;
}

.product-single .product-list-buttons .product-list-share-btn {
	width: 59px;
	line-height: 59px;
}

.product-single-figure {
	position: relative;
	padding: 90px 15px 80px;
	background-image: linear-gradient(to bottom, #eef1f4 0%, #d5deeb 100%);
}

.product-single-main {
	padding: 30px 15px;
}

.product-single-price-old {
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	text-decoration: line-through;
	color: #9b9b9b;
}

.product-single-rating {
	font-size: 19px;
	color: #ffcc00;
}

.product-single-rating > li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 -2px;
}

.product-single-text + * {
	margin-top: 22px;
	padding-top: 12px;
	border-top: 1px solid #e1e1e1;
}

.product-single-info > li {
	margin-top: 7px;
}

.product-radio-title {
	display: inline-block;
	min-width: 85px;
	padding-right: 10px;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #151515;
	text-transform: uppercase;
}

.product-single * + .product-list-buttons {
	margin-top: 23px;
}

* + .product-single-meta,
* + .product-single-text {
	margin-top: 8px;
}

@media (min-width: 992px) {
	.product-single {
		display: flex;
	}
	.product-single .owl-dots {
		bottom: 60px;
	}
	.product-single-figure {
		display: flex;
		flex-basis: 100%;
		flex-grow: 1;
		flex-shrink: 0;
		width: calc(47% - 15px);
		max-width: calc(47% - 15px);
		align-items: center;
		padding: 60px 30px;
	}
	.product-single-main {
		padding: 60px 30px;
	}
}

@media (min-width: 1200px) {
	.product-single-figure {
		width: calc(50% - 15px);
		max-width: calc(50% - 15px);
	}
}

.product-single-additional.tabs-corporate .nav-link {
	color: #9b9b9b;
}

* + .product-single-additional,
* + .product-single-additional.tabs-corporate,
* + .product-single-additional.tabs-corporate.tabs-custom {
	margin-top: 35px;
}

@media (min-width: 992px) {
	* + .product-single-additional,
	* + .product-single-additional.tabs-corporate,
	* + .product-single-additional.tabs-corporate.tabs-custom {
		margin-top: 50px;
	}
}

.product-comment-title,
.product-comment-time,
.product-comment-rating {
	display: inline-block;
}

.product-comment-title {
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 18;
	font-weight: 500;
	text-transform: uppercase;
	color: #151515;
}

.product-comment-title + .product-comment-time {
	margin-left: 8px;
	padding-left: 12px;
	border-left: 1px solid #d7d7d7;
}

.product-comment-time {
	line-height: 1;
}

.product-comment-rating {
	display: block;
	font-size: 19px;
	line-height: 1;
	color: #ffcc00;
}

.product-comment-rating > li {
	display: inline-block;
	margin: 0 -2px;
	line-height: inherit;
}

* + .product-comment {
	margin-top: 23px;
}

* + .product-comment-main {
	margin-top: 10px;
}

* + .product-comment-main-footer {
	margin-top: 10px;
}

* + .product-comment-rating {
	margin-top: 6px;
}

@media (min-width: 576px) {
	.product-comment {
		display: flex;
	}
	.product-comment-aside {
		flex-shrink: 0;
		padding-right: 20px;
	}
	.product-comment-main {
		flex-grow: 1;
	}
	.product-comment-rating {
		float: right;
	}
	* + .product-comment-rating,
	* + .product-comment-main {
		margin-top: 0;
	}
}

.product-cart-name {
	display: flex;
	align-items: center;
	white-space: normal;
}

.product-cart-media {
	position: relative;
	overflow: hidden;
	display: block;
	flex-shrink: 0;
	width: 70px;
	height: 80px;
	line-height: 80px;
	padding: 0 15px;
	text-align: center;
	background-image: linear-gradient(to bottom, #eef1f4 0%, #d5deeb 100%);
}

.product-cart-media::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transform-origin: 50% 100%;
	transform: scale3d(1, 0.3, 1);
	transition: .4s;
	background-image: linear-gradient(to bottom, #eef1f4 0%, #bdcbdf 100%);
}

.product-cart-media:hover::after {
	opacity: 1;
	visibility: visible;
	transform: scale3d(1, 1, 1);
}

.product-cart-media img {
	position: relative;
	z-index: 2;
	display: inline-block;
}

.product-cart-title {
	margin-top: 0;
	margin-left: 10px;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.2;
	color: #151515;
	min-width: 130px;
}

.product-cart-title a {
	color: inherit;
}

.product-cart-title a:hover {
	color: #35ad79;
}

.product-cart-color,
.product-cart-size,
.product-cart-price {
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #151515;
}

.product-cart-color,
.product-cart-size {
	display: block;
	height: 40px;
	font-weight: 500;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
	border-radius: 3px;
}

.product-cart-color {
	width: 40px;
}

.product-cart-color-red {
	background-color: #fb7979;
}

.product-cart-color-dark {
	background-color: #ececec;
}

.product-cart-size {
	width: 42px;
	font-size: 16px;
	border-radius: 3px;
	border: 1px solid #e1e1e1;
}

.product-cart-price {
	font-size: 16px;
}

.product-cart-delete {
	font-size: 24px;
	color: #fb7979;
	cursor: pointer;
	transition: .3s ease-out all;
}

.product-cart-delete:hover {
	color: #35ad79;
}

.table-product {
	border: 1px solid #e1e1e1;
}

.table-product th,
.table-product td {
	white-space: nowrap;
}

.table-product th {
	padding: 17px 11px;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
	border-bottom: 1px solid #e1e1e1;
}

.table-product th:first-child {
	width: 54%;
}

.table-product td {
	padding: 17px 11px;
	text-align: left;
}

.table-product tr + tr td {
	padding-top: 0;
}

.product-cart-footer {
	text-align: right;
}

.product-cart-footer .button {
	margin-top: 0;
}

.product-cart-total {
	display: inline-block;
	vertical-align: middle;
	padding: 0 35px;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #9b9b9b;
	text-transform: uppercase;
}

.product-cart-total > span {
	display: inline-block;
	vertical-align: middle;
}

.product-cart-total-price {
	margin-left: 30px;
	font-size: 48px;
	font-weight: 300;
	color: #151515;
	text-transform: none;
}

.product-cart-total-price .sup {
	font-size: 18px;
	vertical-align: super;
}

* + .product-cart-footer {
	margin-top: 20px;
}

@media (min-width: 992px) {
	.table-product th {
		padding: 27px 16px;
	}
	.table-product td {
		padding: 27px 16px;
	}
}

@media (min-width: 1200px) {
	.product-cart-media {
		width: 128px;
		height: 118px;
		padding: 0;
		line-height: 118px;
	}
	.product-cart-title {
		margin-left: 20px;
		font-size: 18px;
	}
	.product-cart-color,
	.product-cart-size {
		height: 38px;
		line-height: 38px;
	}
	.product-cart-color {
		width: 38px;
	}
	.product-cart-size {
		width: 52px;
	}
	.product-cart-price {
		font-size: 18px;
	}
	.table-product th {
		padding: 27px 32px;
	}
	.table-product td {
		padding: 27px 32px;
	}
	* + .product-cart-footer {
		margin-top: 30px;
	}
}

.radio-panel .radio-inline + .radio-panel-content {
	height: 0;
	max-height: 0;
	opacity: 0;
}

.radio-panel .radio-inline.active + .radio-panel-content {
	opacity: 1;
	height: 100%;
	max-height: 100%;
	transition: .3s ease-out opacity;
}

* + .radio-panel-content {
	margin-top: 8px;
}

/*
*
* Footers
*/
.footer-classic.context-dark, .footer-classic.rd-navbar-dark, .footer-classic.rd-navbar-darker {
	color: #707279;
}

.footer-classic.context-dark h6, .footer-classic.rd-navbar-dark h6, .footer-classic.rd-navbar-darker h6 {
	color: #707279;
}

.footer-classic.context-dark .link, .footer-classic.rd-navbar-dark .link, .footer-classic.rd-navbar-darker .link, .footer-classic.context-dark .link:focus, .footer-classic.rd-navbar-dark .link:focus, .footer-classic.rd-navbar-darker .link:focus, .footer-classic.context-dark .link:active, .footer-classic.rd-navbar-dark .link:active, .footer-classic.rd-navbar-darker .link:active {
	color: #fff;
}

.footer-classic.context-dark .link:hover, .footer-classic.rd-navbar-dark .link:hover, .footer-classic.rd-navbar-darker .link:hover {
	color: #35ad79;
}

@media (max-width: 767.98px) {
	.footer-classic .post-classic-figure {
		max-width: 80px;
	}
	.footer-classic .post-classic-title {
		font-size: 13px;
	}
	.footer-classic .list-inline-bordered-lg {
		margin-left: -10px;
		margin-right: -10px;
	}
	.footer-classic .list-inline-bordered-lg > * {
		padding-left: 10px;
		padding-right: 10px;
	}
	.footer-classic .list-inline-bordered-lg li:not(:last-child)::after {
		display: none;
	}
	.footer-classic .svg-sizing-35,
	.footer-classic .svg-sizing-35 * {
		width: 26px;
		height: 26px;
	}
	.footer-classic .unit {
		margin-left: -10px;
		font-size: 13px;
	}
	.footer-classic .unit > * {
		margin-left: 10px;
	}
}

@media (min-width: 992px) and (max-width: 1599.98px) {
	.footer-classic .post-classic-figure {
		max-width: 80px;
	}
	.footer-classic .post-classic-title {
		font-size: 13px;
	}
	.footer-classic .list-inline-bordered-lg {
		margin-left: -10px;
		margin-right: -10px;
	}
	.footer-classic .list-inline-bordered-lg > * {
		padding-left: 10px;
		padding-right: 10px;
	}
	.footer-classic .list-inline-bordered-lg li:not(:last-child)::after {
		display: none;
	}
	.footer-classic .svg-sizing-35,
	.footer-classic .svg-sizing-35 * {
		width: 26px;
		height: 26px;
	}
	.footer-classic .unit {
		margin-left: -10px;
		font-size: 13px;
	}
	.footer-classic .unit > * {
		margin-left: 10px;
	}
}

.footer-classic-dark {
	background: #35363c;
}

.footer-classic-darken {
	background: #2c2d31;
}

.footer-classic-main {
	padding: 40px 0;
}

.footer-classic-aside {
	padding: 20px 0;
}

.footer-classic-info p {
	max-width: 270px;
	text-align: left;
}

@media (min-width: 992px) {
	.footer-classic-main {
		padding: 60px 0 50px;
	}
	.footer-classic-info {
		position: relative;
		top: -10px;
	}
}

.footer-modern {
	color: #536475;
}

.footer-modern hr {
	border-color: #47525b;
}

.footer-modern * + hr,
.footer-modern hr + * {
	margin-top: 40px;
}

.footer-modern h5 + * {
	margin-top: 15px;
}

.footer-modern .rights {
	color: #56697a;
}

.footer-modern a:hover {
	color: #fcef57;
}

.footer-modern .unit .heading-6 {
	color: #536475;
}

.footer-modern .rd-form .form-label,
.footer-modern .rd-form .form-input {
	color: #fff;
}

.footer-modern .rd-form .form-input {
	background: #35363c;
	border-color: #35363c;
}

.footer-modern .nav-minimal-list {
	color: #56697a;
}

.footer-modern .nav-minimal-list li.active,
.footer-modern .nav-minimal-list a:hover {
	color: #fcef57;
}

.footer-modern .post-classic-time {
	color: #536475;
}

.footer-modern .icon-corporate:not(:hover) {
	background: #536475;
}

@media (max-width: 575.98px) {
	.footer-modern .post-classic {
		max-width: 300px;
	}
	.footer-modern .post-classic-title {
		font-size: 14px;
	}
	.footer-modern .list-inline-bordered-lg {
		margin-left: -10px;
		margin-right: -10px;
	}
	.footer-modern .list-inline-bordered-lg > * {
		padding-left: 10px;
		padding-right: 10px;
	}
	.footer-modern .list-inline-bordered-lg li:not(:last-child)::after {
		display: none;
	}
	.footer-modern .unit-bordered {
		margin-left: -10px;
		margin-right: -10px;
	}
	.footer-modern .unit-bordered > * {
		padding-left: 10px;
		padding-right: 10px;
	}
	.footer-modern .unit-bordered > *:not(:last-child)::after {
		display: none;
	}
	.footer-modern .svg-sizing-35,
	.footer-modern .svg-sizing-35 * {
		width: 28px;
		height: 28px;
	}
	.footer-modern .icon-image {
		max-width: 28px;
	}
	.footer-modern .unit {
		margin-left: -14px;
		font-size: 13px;
	}
	.footer-modern .unit > * {
		margin-left: 14px;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.footer-modern .unit {
		margin-left: -18px;
		font-size: 14px;
	}
	.footer-modern .unit > * {
		margin-left: 18px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.footer-modern .post-classic-title {
		font-size: 12px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.footer-modern .post-classic-figure {
		max-width: 80px;
	}
	.footer-modern .post-classic-title {
		font-size: 12px;
	}
	.footer-modern .list-inline-bordered-lg {
		margin-left: -10px;
		margin-right: -10px;
	}
	.footer-modern .list-inline-bordered-lg > * {
		padding-left: 10px;
		padding-right: 10px;
	}
	.footer-modern .list-inline-bordered-lg li:not(:last-child)::after {
		display: none;
	}
	.footer-modern .unit-bordered {
		margin-left: -10px;
		margin-right: -10px;
	}
	.footer-modern .unit-bordered > * {
		padding-left: 10px;
		padding-right: 10px;
	}
	.footer-modern .unit-bordered > *:not(:last-child)::after {
		display: none;
	}
	.footer-modern .svg-sizing-35,
	.footer-modern .svg-sizing-35 * {
		width: 28px;
		height: 28px;
	}
	.footer-modern .icon-image {
		max-width: 28px;
	}
	.footer-modern .unit {
		margin-left: -14px;
		font-size: 13px;
	}
	.footer-modern .unit > * {
		margin-left: 14px;
	}
}

@media (min-width: 1200px) {
	.footer-modern .gallery {
		max-width: 330px;
	}
	.footer-modern h5 + * {
		margin-top: 33px;
	}
	.footer-modern * + hr {
		margin-top: 60px;
	}
	.footer-modern hr + * {
		margin-top: 40px;
	}
}

.footer-modern-main {
	padding: 40px 0;
	background: #2c2d31;
}

.footer-modern-aside {
	background: #354655;
}

.footer-modern-aside [class^='col'] {
	display: flex;
}

.footer-modern-left,
.footer-modern-right {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 20px 0;
}

.footer-modern-left {
	position: relative;
	color: #56697a;
}

.footer-modern-left::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 101vw;
	background: #35363c;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	pointer-events: none;
}

.footer-modern-left > * {
	position: relative;
	z-index: 1;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.footer-modern-left::before {
		display: none;
	}
}

@media (min-width: 1200px) {
	.footer-modern-left::before {
		right: 15px;
		left: auto;
		background: #35363c;
		transform: skewX(17.5deg);
		transform-origin: 100% 100%;
	}
}

.footer-modern-right {
	text-align: center;
}

@media (min-width: 768px) {
	.footer-modern-left,
	.footer-modern-right {
		padding: 30px 0;
	}
}

@media (min-width: 992px) {
	.footer-modern-main {
		padding: 60px 0 40px;
	}
	.footer-modern-left,
	.footer-modern-right {
		padding: 50px 0;
	}
}

@media (min-width: 1200px) {
	.footer-modern-left,
	.footer-modern-right {
		flex-direction: column;
	}
	.footer-modern-right {
		align-items: center;
	}
	.footer-modern-left {
		align-items: flex-start;
	}
	.footer-modern-left > * {
		width: 100%;
	}
}

footer.footer-creative {
	color: #555c5f;
}

.footer-creative .unit h6,
.footer-creative .unit .heading-6 {
	color: #555c5f;
}

.footer-creative .rd-inline-form-creative .form-label,
.footer-creative .rd-inline-form-creative .form-input {
	color: #555c5f;
}

.footer-creative .nav-minimal-list {
	color: #555c5f;
}

.footer-creative .nav-minimal-list li.active,
.footer-creative .nav-minimal-list a:hover {
	color: #fcef57;
}

.footer-creative .post-classic-time {
	color: #555c5f;
}

.footer-creative .icon-corporate:not(:hover) {
	background: #2c3337;
}

.footer-creative .link {
	color: #fff;
}

.footer-creative .link:hover {
	color: #35ad79;
}

.footer-creative * + hr {
	margin-top: 0;
}

.footer-creative * + .group-md {
	margin-top: 30px;
}

@media (max-width: 767.98px) {
	.footer-creative .post-classic-figure {
		max-width: 80px;
	}
	.footer-creative .post-classic-title {
		font-size: 13px;
	}
	.footer-creative .list-inline-bordered-lg {
		margin-left: -10px;
		margin-right: -10px;
	}
	.footer-creative .list-inline-bordered-lg > * {
		padding-left: 10px;
		padding-right: 10px;
	}
	.footer-creative .list-inline-bordered-lg li:not(:last-child)::after {
		display: none;
	}
	.footer-creative .svg-sizing-35,
	.footer-creative .svg-sizing-35 * {
		width: 26px;
		height: 26px;
	}
	.footer-creative .unit {
		margin-left: -10px;
		font-size: 13px;
	}
	.footer-creative .unit > * {
		margin-left: 10px;
	}
}

@media (min-width: 992px) and (max-width: 1599.98px) {
	.footer-creative .post-classic-figure {
		max-width: 80px;
	}
	.footer-creative .post-classic-title {
		font-size: 13px;
	}
	.footer-creative .list-inline-bordered-lg {
		margin-left: -10px;
		margin-right: -10px;
	}
	.footer-creative .list-inline-bordered-lg > * {
		padding-left: 10px;
		padding-right: 10px;
	}
	.footer-creative .list-inline-bordered-lg li:not(:last-child)::after {
		display: none;
	}
	.footer-creative .svg-sizing-35,
	.footer-creative .svg-sizing-35 * {
		width: 26px;
		height: 26px;
	}
	.footer-creative .unit {
		margin-left: -10px;
		font-size: 13px;
	}
	.footer-creative .unit > * {
		margin-left: 10px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.footer-creative .brand-md img {
		max-width: 90px;
	}
	.footer-creative * + .group-md {
		margin-top: 20px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.footer-creative h5 {
		font-size: 14px;
	}
}

.footer-creative-dark {
	background: #35363c;
}

.footer-creative-darken {
	background: #2c2d31;
}

.footer-creative-main-top,
.footer-creative-main-bottom {
	padding: 40px 0;
}

.footer-creative-aside {
	padding: 20px 0;
}

.footer-creative-info {
	margin-bottom: -10px;
	margin-left: -20px;
}

.footer-creative-info:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.footer-creative-info > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 20px;
}

.footer-creative-info p {
	max-width: 270px;
}

@media (min-width: 992px) {
	.footer-creative-main-top {
		padding: 55px 0 45px;
	}
	.footer-creative-main-bottom {
		padding: 60px 0 45px;
	}
}

/*
*
* Sport
*/
.event-teaser {
	background: #e7e8ef;
}

.event-teaser-header {
	padding: 20px 10px 20px 10px;
}

.event-teaser-caption {
	padding-right: 10px;
}

.event-teaser-teams {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.event-teaser-team {
	min-width: 100px;
}

.event-teaser-team-image {
	max-width: 40px;
}

.event-teaser-team-divider {
	position: relative;
	overflow: hidden;
	padding: 10px 10px;
}

.event-teaser-team-divider-text {
	position: relative;
	line-height: 1;
	padding: 5px 0 4px;
}

.event-teaser-team-divider-text::before, .event-teaser-team-divider-text::after {
	content: '';
	position: absolute;
	left: 49%;
	height: 15px;
	border-right: 1px solid #ccc;
}

.event-teaser-team-divider-text::before {
	top: 0;
	transform: translate3d(0, -100%, 0);
}

.event-teaser-team-divider-text::after {
	bottom: 0;
	transform: translate3d(0, 100%, 0);
}

.event-teaser-time {
	display: block;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #9b9b9b;
}

.event-teaser-link {
	display: block;
	padding: 10px;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #fff;
	background: #ea5455;
	text-align: center;
}

.event-teaser-link:hover {
	color: #fff;
	background: #35ad79;
}

.event-teaser-highlighted {
	position: relative;
	padding: 10px 15px;
	min-width: 100px;
	background: #f3f4f9;
}

* + .event-teaser-teams {
	margin-top: 15px;
}

@media (min-width: 768px) {
	.event-teaser {
		display: flex;
	}
	.event-teaser > * {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.event-teaser-header {
		padding: 20px 15px 20px 30px;
		max-width: 60%;
		flex-shrink: 0;
		flex-grow: 1;
		justify-content: space-between;
	}
	.event-teaser-aside {
		padding: 20px 20px 20px 10px;
		flex-shrink: 0;
	}
	.event-teaser-highlighted {
		padding: 10px 15px;
		flex-shrink: 0;
		justify-content: center;
		background-color: transparent;
	}
	.event-teaser-highlighted::before, .event-teaser-highlighted::after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 86%;
		z-index: 0;
		background: #f3f4f9;
		pointer-events: none;
	}
	.event-teaser-highlighted::before {
		transform: skew(16deg);
		transform-origin: 0 0;
	}
	.event-teaser-highlighted::after {
		transform: skew(-16deg);
		transform-origin: 100% 100%;
	}
	.event-teaser-highlighted > * {
		position: relative;
		z-index: 1;
	}
	.event-teaser-caption {
		flex-shrink: 0;
		flex-grow: 1;
		max-width: 270px;
	}
	.event-teaser-link {
		position: relative;
		display: inline-block;
		padding: 0 0 4px 0;
	}
	.event-teaser-link, .event-teaser-link:active, .event-teaser-link:focus, .event-teaser-link:hover {
		background-color: transparent;
	}
	.event-teaser-link, .event-teaser-link:active, .event-teaser-link:focus {
		color: #ea5455;
	}
	.event-teaser-link:hover {
		color: #151515;
	}
	.event-teaser-link::after {
		content: '';
		position: absolute;
		left: 2px;
		right: 2px;
		bottom: 0;
		pointer-events: none;
		border-bottom: 1px solid;
	}
	* + .event-teaser-teams {
		margin-top: 0;
	}
}

@media (max-width: 1199.98px) {
	.event-teaser-title {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.event-teaser-header {
		padding: 20px 22px 20px 53px;
	}
	.event-teaser-caption {
		max-width: 50%;
	}
	.event-teaser-aside {
		padding: 20px 20px 25px 0;
	}
	.event-teaser-team-image {
		max-width: 60px;
	}
	.event-teaser-highlighted::before {
		transform: skew(22.5deg);
	}
	.event-teaser-highlighted::after {
		transform: skew(-22.5deg);
	}
}

@media (min-width: 1600px) {
	.event-teaser-header {
		padding: 20px 30px 20px 53px;
	}
	.event-teaser-highlighted {
		padding: 10px 25px 10px 22px;
	}
}

.ie-11 .event-teaser-caption {
	max-width: none;
}

.rd-navbar-fixed .event-teaser {
	display: block;
}

.rd-navbar-fixed .event-teaser-header {
	padding: 20px 10px;
}

.rd-navbar-fixed .event-teaser-aside {
	padding: 0;
}

.rd-navbar-fixed .event-teaser-countdown .countdown-classic .countdown-section:not(:first-child)::before {
	background-size: contain;
	width: 5px;
	height: 14px;
}

.rd-navbar-fixed .event-teaser-highlighted {
	width: 100%;
	background: #f3f4f9;
}

.rd-navbar-fixed .event-teaser-highlighted::before, .rd-navbar-fixed .event-teaser-highlighted::after {
	display: none;
}

.rd-navbar-fixed .event-teaser-link {
	display: block;
	padding: 10px 10px 8px;
	width: 100%;
	color: #fff;
	background: #35ad79;
}

.rd-navbar-fixed .event-teaser-link::after {
	display: none;
}

.rd-navbar-fixed .event-teaser-link:hover {
	color: #151515;
	background: #fcef57;
}

.rd-navbar-fixed * + .event-teaser-teams {
	margin-top: 15px;
}

.event-teaser-minimal {
	position: relative;
	overflow: hidden;
	text-align: center;
}

.event-teaser-minimal > * {
	flex-grow: 1;
}

.event-teaser-minimal .event-teaser-caption {
	padding: 20px;
}

.event-teaser-minimal .event-teaser-teams {
	margin-top: 0;
	flex-shrink: 0;
	justify-content: center;
}

.event-teaser-minimal .unit {
	text-align: left;
}

@media (max-width: 399px) {
	.event-teaser-minimal .event-teaser-team {
		text-align: center;
	}
	.event-teaser-minimal .event-teaser-team .unit {
		display: block;
	}
}

@media (max-width: 575.98px) {
	.event-teaser-minimal .event-teaser-team {
		display: inline-block;
		max-width: 200px;
	}
}

@media (min-width: 768px) {
	.event-teaser-minimal {
		text-align: left;
	}
	.event-teaser-minimal .event-teaser-caption {
		max-width: 46%;
	}
	.event-teaser-minimal .event-teaser-teams {
		justify-content: space-between;
	}
	.event-teaser-minimal .event-teaser-teams.event-teaser-highlighted {
		padding-left: 30px;
		padding-right: 20px;
	}
	.event-teaser-minimal .event-teaser-teams.event-teaser-highlighted::before, .event-teaser-minimal .event-teaser-teams.event-teaser-highlighted::after {
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.event-teaser-minimal .event-teaser-caption {
		padding: 30px;
	}
}

/* --- Prochain Match custom layout --- */
.pm-meta { font-size: 11px; color: #919fa6; text-transform: uppercase; letter-spacing: .08em; padding: 14px 14px 0; }
.pm-competition { font-size: 18px; font-weight: 800; color: #2c3e50; text-transform: uppercase; letter-spacing: .06em; margin: 6px 0 14px; padding: 0 14px; }
.pm-teams {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 0 14px 14px;
    overflow: visible;
}
.pm-team { flex: 1; text-align: center; min-width: 0; }
.pm-team-logo { margin: 0 auto 8px; }
.pm-team-logo img { max-width: 64px; height: auto; }
.pm-team-name { display: block; font-size: 12px; font-weight: 700; color: #2c3e50; text-transform: uppercase; letter-spacing: .05em; word-break: break-word; line-height: 1.2; }
.pm-middle { flex-shrink: 0; text-align: center; padding: 0 4px; }
.pm-date-big { display: block; line-height: 1.2; margin-bottom: 8px; }
.pm-date-big span { display: block; font-size: 22px; font-weight: 800; color: #24c763; text-transform: uppercase; }
.pm-date-big small { display: block; font-size: 11px; color: #919fa6; text-transform: uppercase; letter-spacing: .08em; }
.pm-vs { font-size: 11px; font-weight: 800; color: #919fa6; letter-spacing: .1em; margin: 6px 0; }

.game-result {
	text-align: center;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: uppercase;
	border: 1px solid #e1e1e1;
	background: #fff;
	transition: all 300ms ease-in-out;
	overflow: visible;
}

.game-result .countdown-bordered {
	color: #919fa6;
}

.game-result .countdown-bordered .countdown-section:not(:first-child) {
	border-left-color: #919fa6;
}

.game-result .countdown-bordered .countdown-amount {
	color: #fff;
}

.game-result-classic {
	max-width: 690px;
	border-bottom: 3px solid #c9dbda;
}

.game-result-classic .game-result-team {
	max-width: 100px;
}

.game-result-classic:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
}

.game-result-modern {
	max-width: 690px;
}

.game-result-modern .game-result-main {
	padding: 53px 10px 22px;
}

.game-result-modern .game-result-team-win .game-result-team-label-top {
	top: -30px;
}

.game-result-modern .game-result-footer {
	padding-top: 9px;
	padding-bottom: 9px;
}

.game-result-modern:hover {
	box-shadow: 0 8px 12px rgba(0, 0, 0, 0.14);
}

.game-result-creative {
	max-width: 800px;
	border-bottom: 3px solid #c9dbda;
}

.game-result-main {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	padding: 25px 10px;
}

.game-result-main-vertical {
	position: relative;
	overflow: hidden;
}

.game-result-middle {
	margin-top: 30px;
}

.game-result-score-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
}

.game-result-team {
	position: relative;
	min-width: 90px;
	line-height: 1.2;
}

.game-result-team-horizontal {
	display: flex;
	align-items: center;
	min-width: auto;
	max-width: 100%;
	padding: 10px 55px 10px 10px;
}

.game-result-team-divider {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
}

.game-result-team-divider,
.game-info-team-divider {
	height: 24px;
	width: 24px;
	font-size: 0.86em;
	line-height: 24px;
	border-radius: 50%;
	border: 1px solid #e1e1e1;
	background: transparent;
}

.game-result-team-divider::before, .game-result-team-divider::after,
.game-info-team-divider::before,
.game-info-team-divider::after {
	position: absolute;
	content: '';
	top: 50%;
	height: 1px;
	width: 100vw;
	background: #e1e1e1;
}

.game-result-team-divider::before,
.game-info-team-divider::before {
	left: 0;
	transform: translate(-100%, -50%);
}

.game-result-team-divider::after,
.game-info-team-divider::after {
	right: 0;
	transform: translate(100%, -50%);
}

.game-result-team-figure {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 64px;
}

.game-result-team-figure-big {
	width: 75px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #e1e1e1;
}

.game-result-team-title {
	margin-left: 6px;
	min-width: 110px;
	text-align: left;
}

.game-result-title,
.game-result-team-name {
	color: #151515;
}

.game-results-subtitle,
.game-results-status,
.game-result-team-country {
	font-size: 0.86em;
}

.game-result-inset {
	padding: 25px 10px;
	line-height: 1.46;
}

.game-result-score {
	position: relative;
	font-size: 1.28em;
	font-weight: 400;
	letter-spacing: .1em;
	color: #151515;
}

.game-result-score .game-result-team-label {
	display: none;
}

.game-result-score-big {
	margin-left: 16px;
	font-size: 1.71em;
}

.game-result-score-biger {
	font-size: 1.6em;
}

.game-result-team-win .game-result-team-label {
	display: inline-block;
}

.game-result-team-label {
	position: absolute;
	padding: 4px 8px;
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: .025em;
	text-transform: uppercase;
	color: #fff;
	background: #35ad79;
}

.game-result-team-label::before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
}

.game-result-team-label-top {
	top: -26px;
	left: 50%;
	transform: translateX(-50%);
}

.game-result-team-label-top::before {
	bottom: -4px;
	left: 50%;
	transform: translateX(-50%);
	border-width: 5px 4.5px 0 4.5px;
	border-color: #35ad79 transparent transparent transparent;
}

.game-result-team-label-right {
	top: 5px;
	right: -15px;
	transform: translateX(100%);
}

.game-result-team-label-right::before {
	top: 0;
	left: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 4px 4px 0;
	border-color: transparent #35ad79 transparent transparent;
}

.game-result-score-divider {
	position: relative;
	top: -2px;
	margin: 0 3px;
	font-size: 24px;
	line-height: 1;
	color: #e1e1e1;
}

.game-result-score-divider svg {
	width: 4px;
	height: 12px;
}

.game-result-score-divider g {
	fill: #e1e1e1;
}

.game-results-status {
	width: 100%;
}

.game-result-footer {
	padding: 7px 10px;
	font-size: 0.86em;
	border-top: 1px solid #e1e1e1;
}

.game-result-details > li {
	display: inline-block;
}

.game-result-details li + li::before {
	content: '\002F';
	margin-right: 4px;
}

.game-result-details li + li time {
	margin-left: -4px;
}

* + .game-result-team-name {
	margin-top: 12px;
}

.game-result + .game-result {
	margin-top: 30px;
}

.game-result-classic + .game-result-classic {
	margin-top: 28px;
}

.game-result-modern + .game-result-modern {
	margin-top: 14px;
}

.game-result-creative + .game-result-creative {
	margin-top: 28px;
}

@media (min-width: 420px) {
	.game-result {
		font-size: 14px;
	}
	.game-result-classic .game-result-team {
		max-width: 140px;
	}
	.game-result-inset {
		padding: 25px;
	}
	.game-result-team {
		min-width: 115px;
	}
	.game-result-team-horizontal {
		padding-left: 18px;
	}
	.game-result-team-title {
		min-width: 115px;
	}
	.game-result-team-label-right {
		top: 5px;
		right: -23px;
	}
	.game-result-score-divider {
		margin: 0 9px;
		font-size: 30px;
	}
	.game-result-score-divider svg {
		width: 5px;
		height: 14px;
	}
	.game-result-team-divider {
		right: 28px;
		transform: translateY(-50%);
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.aside-component .game-result-team {
		min-width: 85px;
	}
	.aside-component .game-result-team img {
		max-width: 60px;
	}
	.aside-component .game-result-classic .game-result-team {
		max-width: 100px;
	}
	.aside-component .game-result-modern .game-result-main {
		padding-left: 6px;
		padding-right: 6px;
	}
	.aside-component .game-result-modern .game-result-team {
		min-width: 105px;
	}
	.aside-component .game-result-modern .game-result-score {
		font-size: 16px;
	}
	.aside-component .game-result-modern .game-result-score-divider {
		top: -4px;
		margin: 0 5px;
	}
	.aside-component .game-result-modern .game-result-score-divider svg {
		width: 4px;
		height: 12px;
	}
	.aside-component .game-result-title {
		min-width: 80px;
	}
	.game-result-team-title {
		min-width: 90px;
	}
}

@media (min-width: 576px) {
	.game-result-team-divider,
	.game-info-team-divider {
		height: 29px;
		width: 29px;
		line-height: 29px;
	}
	.game-result-score-biger {
		font-size: 2.36em;
	}
}

.game-result-long {
	max-width: 370px;
}

.game-result-long .table-custom {
	border-width: 0 0 1px 0;
}

.game-result-long * + .table-custom-responsive {
	margin-top: 0;
}

.game-result-long .game-result-team img {
	max-width: 60px;
}

.game-result-long-main {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #e1e1e1;
	background: #f5f7f9;
}

.game-result-long-score-wrap {
	position: relative;
	min-height: 106px;
	margin: 0 10px;
}

.game-result-long-score-wrap::after, .game-result-long-score-wrap::before {
	position: absolute;
	content: '';
	top: 0;
	right: 4px;
	bottom: 0;
	left: 4px;
	background: #fff;
	z-index: 0;
}

.game-result-long-score-wrap::before {
	transform: skew(19deg);
}

.game-result-long-score-wrap::after {
	transform: skew(-19deg);
}

.game-result-long-score-wrap > * {
	position: relative;
	z-index: 1;
}

.game-result-long-score-divider {
	position: relative;
	top: -6px;
	font-size: 3.57em;
	line-height: 1;
	margin: 0 10px;
	color: #e1e1e1;
}

.game-result-long-score-divider svg {
	width: 5px;
	height: 19px;
}

.game-result-long-score-divider g {
	fill: #e1e1e1;
}

@media (min-width: 420px) {
	.game-result-long .game-result-team img {
		max-width: 100%;
	}
	.game-result-long-score-divider svg {
		width: 7px;
		height: 21px;
	}
}

.game-info {
	padding: 30px 10px;
}

.game-info .button {
	min-width: 100px;
	padding-left: 10px;
	padding-right: 10px;
}

.game-info * + .group-sm {
	margin-top: 12px;
}

.game-info .button + .button {
	margin-top: 0;
}

.game-info-modern .game-info-main {
	align-items: stretch;
}

.game-info-creative {
	padding-bottom: 0;
}

.game-info-creative .game-info-main {
	align-items: stretch;
}

.game-info-title {
	line-height: 1.2;
}

.game-info-team {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 75px;
}

.game-info-main {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	min-width: 100%;
	max-width: 100%;
	margin-top: 24px;
}

.game-info-middle {
	flex-grow: 1;
	margin: 0 10px;
}

.game-info-middle-vertical {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 24px 0 0;
	max-width: 130px;
}

.game-info-team {
	line-height: 1.2;
}

.game-info-score {
	min-width: 25px;
	font-size: 1.6em;
	line-height: .8;
	font-weight: 300;
	letter-spacing: .05em;
	color: #9b9b9b;
}

.game-info-score:nth-child(1) {
	margin-right: 10px;
}

.game-info-score:nth-child(2) {
	margin-left: 10px;
}

.game-info-score.game-result-team-win {
	color: #35ad79;
}

.game-result-divider-wrap {
	overflow: hidden;
	width: 100%;
}

.game-info-team-divider {
	position: relative;
	display: inline-block;
	color: #35ad79;
}

.game-info-countdown {
	position: relative;
	padding: 15px 10px;
	background: #59646a;
}

.game-info-countdown::before {
	position: absolute;
	content: '';
	left: 50%;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #59646a transparent;
	transform: translate(-50%, -100%);
}

.time-big span {
	display: block;
	line-height: 1;
	color: #35ad79;
}

.game-info-main + .table-game-info-wrap {
	margin-top: 20px;
}

.time-big + .game-result-divider-wrap {
	margin-top: 10px;
}

.game-info-modern + .game-info-modern {
	margin-top: 30px;
}

.game-info-creative + .game-info-creative {
	margin-top: 30px;
}

* + .game-info-countdown {
	margin-top: 43px;
}

@media (min-width: 400px) {
	.game-info .button {
		min-width: 130px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.game-info-team {
		width: 150px;
	}
	.game-info-score {
		min-width: 60px;
	}
}

@media (max-width: 575.98px) {
	.game-info h3, .game-info .heading-3 {
		font-size: 20px;
	}
	.game-info-modern .game-info-main {
		margin-top: 0;
	}
	.game-info-creative .game-info-main {
		margin-top: 0;
	}
	.game-info-team img {
		width: auto;
		max-height: 60px;
	}
}

@media (min-width: 576px) {
	.game-info {
		padding: 46px 15px 60px;
	}
	.game-info * + .group-sm {
		margin-top: 20px;
	}
	.game-info-classic .game-info-team {
		height: 195px;
	}
	.game-info-modern .game-info-team {
		min-height: 195px;
		height: auto;
	}
	.game-info-creative {
		padding-bottom: 0;
	}
	.game-info-creative .game-info-team {
		min-height: 195px;
		height: auto;
	}
	.game-info-middle {
		margin: 0 17px;
	}
	.game-info-middle-vertical {
		max-width: 170px;
		padding-bottom: 10px;
	}
	.game-info-team {
		width: 199px;
		padding: 10px 5px;
		border: 1px solid #e1e1e1;
	}
	.game-info-score {
		min-width: 70px;
		font-size: 3.28em;
	}
	.game-info-countdown {
		padding-top: 24px;
		padding-bottom: 24px;
	}
}

.game-info-share {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	position: absolute;
	overflow: hidden;
	top: -2px;
	bottom: -2px;
	left: -2px;
	right: -2px;
	color: #fff;
	background-color: transparent;
	border-radius: 3px;
}

.game-info-share .icon {
	display: block;
	font-size: 12px;
	line-height: 40px;
}

.game-info-share .icon, .game-info-share .icon:focus, .game-info-share .icon:active {
	color: #fff;
}

.game-info-share .icon:hover {
	color: #151515;
}

.game-info-share .icon:hover {
	background: #fcef57;
}

.game-info-share-item {
	flex-grow: 1;
	flex-basis: 25%;
	opacity: 0;
	visibility: hidden;
	transform: translateY(200%);
	transition: all .3s ease;
}

.game-info-share-item:first-child > a {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.game-info-share-item:last-child > a {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.button-share-outline:hover .game-info-share-item {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.button-share-outline:hover .game-info-share li:nth-child(1) {
	transition-delay: 100ms;
}

.button-share-outline:hover .game-info-share li:nth-child(2) {
	transition-delay: 150ms;
}

.button-share-outline:hover .game-info-share li:nth-child(3) {
	transition-delay: 200ms;
}

.button-share-outline:hover .game-info-share li:nth-child(4) {
	transition-delay: 250ms;
}

.button-share-outline:hover .game-info-share li:nth-child(5) {
	transition-delay: 300ms;
}

.button-share-outline:hover .game-info-share li:nth-child(6) {
	transition-delay: 350ms;
}

.button-share-outline:hover .game-info-share li:nth-child(7) {
	transition-delay: 400ms;
}

.button-share-outline:hover .game-info-share li:nth-child(8) {
	transition-delay: 450ms;
}

.button-share-outline:hover .game-info-share li:nth-child(9) {
	transition-delay: 500ms;
}

.button-share-outline:hover .game-info-share li:nth-child(10) {
	transition-delay: 550ms;
}

@media (min-width: 768px) {
	.game-info-share .icon {
		font-size: 14px;
	}
	.game-info-main + .table-game-info-wrap {
		margin-top: -14px;
	}
}

@media (min-width: 992px) {
	.game-info-score {
		font-size: 4.28em;
	}
}

@media (min-width: 1200px) {
	.game-info-main {
		min-width: 600px;
	}
}

.charts-statistics {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: .025em;
}

.charts-statistics > * {
	flex-basis: 50%;
	max-width: 50%;
}

.charts-statistics::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1px;
	background: #e1e1e1;
	transform: translateX(-50%);
}

.charts-statistics-item {
	position: relative;
}

.charts-statistics-item:nth-child(odd) {
	text-align: left;
}

.charts-statistics-item:nth-child(even) {
	text-align: right;
}

.charts-statistics-item:nth-child(n + 3) {
	padding-top: 50px;
}

.charts-statistics-item:nth-child(n + 3)::before {
	position: absolute;
	content: '';
	top: 20px;
	left: 0;
	height: 1px;
	width: 100%;
	background: #e1e1e1;
}

.charts-statistics-circle-progress {
	white-space: nowrap;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.28em;
	font-weight: 400;
	color: #151515;
}

.charts-statistics-team-first-number {
	color: #35ad79;
}

.charts-statistics-team-second-number {
	color: #9b9b9b;
}

.charts-statistics-category {
	font-size: 0.86em;
}

.team2-orange .charts-statistics-team-second-number {
	color: #ffa04c;
}

.team2-pink .charts-statistics-team-second-number {
	color: #e05151;
}

* + .charts-statistics {
	margin-top: 24px;
}

.game-highlights {
	padding: 30px 15px;
	max-width: 370px;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: .05em;
	color: #151515;
	background: #fff;
}

.game-highlights li {
	position: relative;
	overflow: hidden;
	padding-left: 45px;
	padding-bottom: 37px;
}

.game-highlights li:first-child {
	padding-top: 10px;
}

.game-highlights li:first-child .game-highlights-minute {
	top: 10px;
}

.game-highlights li:first-child .game-highlights-minute::before {
	position: absolute;
	content: '';
	left: 50%;
	top: 0;
	width: 1px;
	height: 20px;
	background: #e1e1e1;
	transform: translate(-50%, -100%);
}

.game-highlights li:last-child {
	padding-bottom: 0;
}

.game-highlights p + p {
	margin-top: 10px;
}

.game-highlights .icon {
	margin-right: 5px;
}

.game-highlights-title {
	padding-top: 7px;
	text-transform: uppercase;
}

.game-highlights-description {
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
	color: #9b9b9b;
}

.game-highlights-minute {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	text-align: center;
	height: 29px;
	width: 29px;
	line-height: 29px;
	border: 1px solid #e1e1e1;
	border-radius: 50%;
}

.game-highlights-minute::after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0;
	width: 1px;
	height: 100vh;
	background: #e1e1e1;
	transform: translate(-50%, 100%);
}

.game-highlights-goal {
	color: #9b9b9b;
}

.team-primary .game-highlights-goal {
	color: #35ad79;
}

.team2-blue .game-highlights-goal {
	color: #3B7CC0;
}

@media (min-width: 576px) {
	.game-highlights {
		padding: 40px 15px 40px 24px;
	}
	.game-highlights-description {
		max-width: 90%;
	}
}

.promo {
	max-width: 370px;
	text-align: center;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: uppercase;
	background: #fff;
	transition: all 300ms ease-in-out;
}

.promo-classic {
	padding: 25px 10px 25px;
	border: 1px solid #e1e1e1;
}

.promo-modern .button-default {
	letter-spacing: .1em;
	border-radius: 0;
	transition: none;
}

.promo-modern .button-default span {
	transition: all 300ms ease-in-out;
}

.promo-modern .button-default span::before, .promo-modern .button-default span::after {
	font-family: 'FontAwesome';
	font-size: 15px;
	transition: inherit;
	color: #fcef57;
}

.promo-modern .button-default span::before {
	content: '\f101';
	margin-right: 8px;
}

.promo-modern .button-default span::after {
	content: '\f100';
	margin-left: 8px;
}

.promo-modern .button-default:active, .promo-modern .button-default:hover {
	color: #fcef57;
	background: #35363c;
	border-color: #35363c;
}

.promo-modern .button-default:active span::before, .promo-modern .button-default:active span::after, .promo-modern .button-default:hover span::before, .promo-modern .button-default:hover span::after {
	margin: 0;
	color: #fff;
}

.promo-creative {
	text-align: center;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.promo-creative .unit-right {
	flex-grow: 1;
	flex-basis: 55%;
}

.promo-creative .unit-body {
	display: flex;
	flex-direction: column;
	flex-basis: 30%;
	max-width: 357px;
}

.promo-meta {
	padding: 30px 15px 20px;
}

.promo-classic-meta {
	background-image: url(../images/sport-elements-323x171.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}

.promo-modern-meta {
	position: relative;
	color: #575a65;
	background: #2c2d31;
}

.promo-modern-meta::before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #2c2d31 transparent transparent transparent;
	transform: translate(-50%, 100%);
}

.promo-creative-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.promo-creative-figure {
	margin-top: 10px;
}

.promo-creative-meta-description > * {
	display: block;
}

.promo-title {
	line-height: 1.08;
	font-weight: 400;
	color: #fff;
}

.promo-modern-title {
	max-width: 260px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.2;
	letter-spacing: .05em;
}

.promo-time {
	display: inline-block;
	font-size: 0.86em;
}

.promo-creative-time > * {
	line-height: 1;
}

.promo-creative-time span + span {
	margin-left: -3px;
}

.promo-creative-title {
	line-height: 1.1;
}

.promo-creative-location .icon {
	font-size: 14px;
	margin-right: 5px;
}

.promo-creative-meta-description {
	margin-left: 7px;
	color: #151515;
}

.promo-creative-meta-description > * {
	line-height: 1.3;
}

.promo-classic-countdown {
	position: relative;
	padding: 10px;
	color: #575a65;
	background: #2c2d31;
}

.promo-classic-countdown::before {
	position: absolute;
	content: '';
	left: 50%;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #2c2d31 transparent;
	transform: translate(-50%, -100%);
}

.promo-classic-countdown .countdown-classic .countdown-amount {
	color: #fcef57;
}

.promo-classic-countdown .countdown-classic .countdown-section:not(:first-child)::before {
	color: #d7d7d7;
	background-image: url(../images/dot-dark.svg);
}

.promo-modern-countdown {
	position: relative;
	max-width: 290px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
}

.promo-modern-countdown::before {
	position: absolute;
	content: '';
	top: 0;
	left: 8px;
	right: 8px;
	height: 1px;
	background: #d7d7d7;
}

.promo-modern-countdown .countdown-classic .countdown-section:first-child {
	padding-left: 0;
}

.promo-modern-countdown .countdown-classic .countdown-section:last-child {
	padding-right: 0;
}

.promo-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.promo-modern-main {
	padding: 30px 15px;
}

.bg-white .promo-modern {
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}

.promo-creative-main {
	max-width: 488px;
}

.promo-creative-details {
	position: relative;
	padding: 24px 15px;
	min-height: 100%;
	background: #fff;
	border: 1px solid #e1e1e1;
}

.promo-creative-details::before, .promo-creative-details::after {
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	transform: translate(-50%, -100%);
	z-index: 1;
}

.promo-creative-details::before {
	border-bottom-color: #e1e1e1;
	border-width: 0 15px 18px 15px;
}

.promo-creative-details::after {
	border-width: 0 13px 16px 13px;
}

.promo-middle {
	letter-spacing: .025em;
	color: #d4d5de;
}

.promo-classic-middle {
	min-width: 33px;
	margin: 0 5px 44px;
	font-size: 1.28em;
}

.promo-modern-middle {
	position: relative;
	min-width: 40px;
	margin: 0 5px 12px;
	font-size: 1.71em;
}

.promo-modern-middle::before, .promo-modern-middle::after {
	position: absolute;
	content: '';
	left: 50%;
	height: 41px;
	width: 1px;
	background: #d7d7d7;
}

.promo-modern-middle::before {
	top: 2px;
	transform: translate(-50%, -100%);
}

.promo-modern-middle::after {
	bottom: 2px;
	transform: translate(-50%, 100%);
}

.ie-10 .game-result-long-score-wrap,
.ie-11 .game-result-long-score-wrap,
.ie-edge .game-result-long-score-wrap {
	height: 106px;
}

.ie-10 .game-info .group-sm,
.ie-11 .game-info .group-sm,
.ie-edge .game-info .group-sm {
	width: 100%;
}

.ie-10 .promo-modern-middle,
.ie-11 .promo-modern-middle,
.ie-edge .promo-modern-middle {
	width: 40px;
}

.ie-10 .promo-modern-team,
.ie-11 .promo-modern-team,
.ie-edge .promo-modern-team {
	width: calc(50% - 30px);
}

.promo-creative-middle {
	text-align: center;
	font-size: 14px;
	letter-spacing: .1em;
	color: #151515;
	min-width: 54px;
}

.promo-team {
	line-height: 1.2;
	flex-grow: 1;
}

.promo-modern-team {
	max-width: 134px;
}

.promo-creative-team {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 90px;
	border: 1px solid #d7d7d7;
}

.promo-team-title {
	margin-top: 6px;
}

.promo-classic-team-figure {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 106px;
	width: 100%;
	min-width: 100px;
	border: 1px solid #e1e1e1;
}

.promo-classic-team-figure img {
	max-width: 65px;
}

.promo-team-name {
	color: #151515;
}

.promo-team-country {
	font-size: 0.86em;
}

.promo-creative-tickets {
	margin-bottom: -10px;
	margin-left: -10px;
}

.promo-creative-tickets:empty {
	margin-bottom: 0;
	margin-left: 0;
}

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

.promo-creative-tickets > * {
	vertical-align: middle;
}

.promo-creative-tickets * + .button {
	margin-top: 0;
}

.promo-creative-tickets-description {
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
	color: #151515;
	text-transform: capitalize;
}

.promo-creative-tickets-number {
	display: inline-block;
	text-align: center;
	margin: 0 3px;
	width: 29px;
	height: 29px;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	line-height: 29px;
	font-weight: 500;
	color: #fff;
	background-color: #35ad79;
	border-radius: 50%;
}

.promo-buttons {
	position: relative;
	display: inline-block;
}

.promo-buttons > * {
	display: inline-block;
	vertical-align: middle;
}

.promo-buttons .button {
	min-width: 194px;
	letter-spacing: .1em;
}

.promo-button {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #151515;
	background-color: #fcef57;
	border-radius: 3px;
	cursor: pointer;
}

.promo-share-list {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	right: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 5px 20px 5px 5px;
	background-color: #fcef57;
	border-radius: 3px;
	opacity: 0;
	visibility: hidden;
	transform-origin: 0 0;
	cursor: auto;
	transition: .3s ease-out all;
	transition-delay: .2s;
	z-index: 1;
}

.promo-share-item {
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #151515;
	transform: translateX(-5px);
	opacity: 0;
	visibility: hidden;
	transition: .3s ease-out all;
	transition-delay: .4s;
}

.promo-share-item:first-child {
	margin-right: 12px;
}

.promo-share-item .icon {
	font-size: 15px;
	transition: .3s ease-out all;
}

.promo-share-item .icon, .promo-share-item .icon:focus, .promo-share-item .icon:active {
	color: #151515;
}

.promo-share-item .icon:hover {
	color: rgba(21, 21, 21, 0.5);
}

.promo-button-share:hover .promo-share-list {
	opacity: 1;
	visibility: visible;
}

.promo-button-share:hover .promo-share-item {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.promo-button-share:hover .promo-share-item:nth-child(2) {
	transition-delay: .5s;
}

.promo-button-share:hover .promo-share-item:nth-child(3) {
	transition-delay: .6s;
}

.promo-button-share:hover .promo-share-item:nth-child(4) {
	transition-delay: .7s;
}

.promo-button-share:hover .promo-share-item:nth-child(5) {
	transition-delay: .8s;
}

.promo-button-share:hover .promo-share-item:nth-child(6) {
	transition-delay: .9s;
}

* + .promo-team-name {
	margin-top: 14px;
}

* + .promo-time {
	margin-top: 11px;
}

* + .promo-classic-main {
	margin-top: 23px;
}

* + .promo-creative-main {
	margin-top: 20px;
}

* + .promo-creative-location {
	margin-top: 3px;
}

* + .promo-creative-countdown {
	margin-top: 15px;
}

* + .promo-creative-tickets {
	margin-top: 18px;
}

.promo-modern-countdown + .button {
	margin-top: 5px;
}

.promo-main + .button {
	margin-top: 23px;
}

.promo-button + .button {
	margin-top: 0;
	margin-left: 10px;
}

@media (min-width: 420px) {
	.promo-creative,
	.promo {
		font-size: 14px;
	}
	.promo-modern-countdown .countdown-classic .countdown-section {
		min-width: 74px;
	}
}

@media (min-width: 576px) {
	.promo-classic {
		padding: 25px 22px 40px;
	}
	.promo-classic-team-figure img {
		max-width: 100%;
	}
	.promo-creative-team {
		flex-direction: row;
		height: 74px;
	}
	.promo-team-title {
		margin-top: 0;
		margin-left: 10px;
	}
	.promo-creative-details {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 768px) {
	.promo-modern .button-default {
		padding-top: 26px;
		padding-bottom: 26px;
	}
	.promo-creative {
		text-align: left;
	}
	.promo-creative .unit-body {
		max-width: 100%;
	}
	.promo-creative-details::before, .promo-creative-details::after {
		left: 0;
		border-bottom-color: transparent;
		border-top-color: #fff;
		transform: translateX(-50%);
	}
	.promo-creative-details::before {
		top: -1px;
		left: -1px;
		border-top-color: #e1e1e1;
		border-width: 23px 14px 0 14px;
	}
	.promo-creative-details::after {
		border-width: 21px 13px 0 13px;
		transform: translateX(-50%);
	}
}

@media (min-width: 992px) {
	.promo-creative-tickets-description {
		margin-left: 13px;
	}
	.promo-buttons + p {
		margin-top: 0;
	}
}

@media (min-width: 1200px) {
	.promo-creative .unit-body {
		flex-direction: row;
		flex-basis: auto;
	}
	.promo-creative-meta {
		flex-direction: column;
		justify-content: flex-start;
	}
	.promo-creative-meta-description {
		margin-top: 10px;
	}
	.promo-creative-figure {
		margin-left: 27px;
		margin-top: 0;
	}
	.promo-creative-details {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.awards-carousel {
	background: radial-gradient(ellipse at center, #345a6e 0%, #2e4754 100%);
}

.awards-carousel::before {
	display: none;
}

.awards-carousel::after {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	content: '';
	border: 1px solid rgba(255, 255, 255, 0.18);
	pointer-events: none;
}

.awards-item {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
	padding: 15px;
	text-align: center;
}

.awards-item .divider::after {
	height: 1px;
	background-color: rgba(255, 255, 255, 0.18);
}

.awards-item-main > * + * {
	margin-top: 14px;
}

.awards-item-title {
	letter-spacing: 0.075em;
	color: #fff;
}

.awards-item-title .text-accent {
	display: block;
	font-size: 32px;
	line-height: 1;
	letter-spacing: 0.098em;
	color: #fcef57;
}

.awards-item-time {
	letter-spacing: 0.075em;
	color: #35ad79;
}

.awards-item-aside {
	position: relative;
	margin-left: 15px;
}

.awards-item-aside::before {
	position: absolute;
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	box-shadow: 0 6px 8px rgba(0, 0, 0, 0.59);
	pointer-events: none;
}

@media (min-width: 576px) {
	.awards-carousel::after {
		top: 15px;
		left: 15px;
		right: 15px;
		bottom: 15px;
	}
	.awards-item-title .text-accent {
		font-size: 44px;
	}
	.awards-item-aside {
		margin-left: 25px;
	}
}

@media (min-width: 768px) {
	.awards-item {
		height: 330px;
	}
}

.player-info-corporate .player-img {
	position: relative;
	z-index: 1;
}

.player-info-corporate .player-img img {
	transition: all .3s;
	will-change: transform;
}

.player-info-corporate:hover .player-img img {
	transform: scale(1.05);
}

.player-info-corporate:hover .team-logo-img img {
	transform: scale(0.95);
}

.player-info-corporate.player-info-other-team .player-info-figure .block-number {
	background: #3B7CC0;
}

.player-info-corporate.player-info-other-team .player-info-subtitle {
	color: #3B7CC0;
}

.player-info-corporate.player-info-other-team .player-info-progress .progress-bar-linear, .player-info-corporate.player-info-other-team .player-info-progress .progress-bar-linear::before {
	background-color: #3B7CC0;
}

.player-info-corporate.player-info-other-team .player-info-progress .progress-value {
	color: #3B7CC0;
}

.player-info-figure {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	background: #26353c;
	overflow: hidden;
	text-align: center;
}

.player-info-figure .block-number {
	position: absolute;
	top: -5px;
	left: 15px;
	display: inline-block;
	min-width: 50px;
	padding: 5px 8px;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 24px;
	letter-spacing: 0.123em;
	color: #fff;
	text-align: center;
	background: #35ad79;
	transform: skewY(7deg);
	z-index: 1;
}

.player-info-figure .block-number > span {
	display: inline-block;
	transform: skewY(-7deg);
}

.player-info-figure .team-logo-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.07;
}

.player-info-figure .team-logo-img img {
	max-width: inherit;
	transition: all .3s;
	will-change: transform;
}

.player-info-main {
	padding: 25px 15px;
	background: #fff;
	border: 1px solid #e1e1e1;
}

.player-info-main hr {
	border-top: 1px solid #e1e1e1;
}

.player-info-main * + hr {
	margin-top: 15px;
}

.player-info-subtitle {
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	text-transform: uppercase;
	color: #35ad79;
}

.player-info-table table {
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	border: none;
}

.player-info-table table th, .player-info-table table td {
	padding: 4px 10px 4px 0;
	font-weight: 500;
	text-align: left;
	vertical-align: top;
}

.player-info-table table th:nth-child(even), .player-info-table table td:nth-child(even) {
	color: #151515;
	white-space: nowrap;
}

.player-info-progress .progress-header {
	min-width: 70px;
	margin-right: 10px;
}

* + .player-info-progress {
	margin-top: 15px;
}

* + .player-info-subtitle {
	margin-top: 0;
}

* + .player-info-table {
	margin-top: 15px;
}

.player-info-corporate + .player-info-corporate {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.player-info-corporate {
		display: flex;
	}
	.player-info-figure {
		flex-basis: 50%;
		max-width: 300px;
	}
	.player-info-main {
		padding: 35px 25px;
		flex-basis: calc(100% - 300px);
	}
}

@media (min-width: 1200px) {
	.player-info-figure {
		max-width: 370px;
	}
	.player-info-main {
		flex-basis: calc(100% - 370px);
		flex: 1;
	}
}

.player-info-modern {
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
}

.player-info-modern:hover .player-info-modern-figure img {
	transform: scale(1.05);
}

.player-info-modern:hover .player-info-modern-title {
	opacity: 0;
	transform: translateY(-120px);
}

.player-info-modern:hover .player-info-modern-progress {
	opacity: 1;
}

.player-info-modern:hover .player-info-modern-footer {
	background: #33a574;
}

.player-info-modern:hover .player-info-modern-number {
	border-color: rgba(255, 255, 255, 0.19);
}

.player-info-modern-figure {
	display: block;
	overflow: hidden;
	background: #26353c;
}

.player-info-modern-figure img {
	max-width: inherit;
	width: 100%;
	transition: all .3s;
	will-change: transform;
}

.player-info-modern-footer {
	display: flex;
	align-items: stretch;
	min-height: 94px;
	color: #fff;
	overflow: hidden;
	background: #35ad79;
	transition: all .3s;
}

.player-info-modern-number {
	padding: 32px 15px;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 30px;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
	border-right: 1px solid transparent;
	background: #33a574;
	transition: all .3s;
}

.player-info-modern-content {
	position: relative;
	flex-basis: 75%;
	padding: 25px 15px;
}

.player-info-modern-title {
	transition: all .5s;
	will-change: transform;
}

.player-info-modern-title h5 {
	color: #fff;
}

.player-info-modern-title p {
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 0.65);
	text-transform: uppercase;
}

.player-info-modern-title * + p {
	margin-top: 0;
}

.player-info-modern-progress {
	position: absolute;
	top: 25px;
	left: 15px;
	right: 15px;
	opacity: 0;
	will-change: transform;
	transition: all .5s;
}

.player-info-modern-progress .progress-bar-modern .progress-header {
	min-width: 70px;
	margin-right: 10px;
	line-height: 1.2;
}

.player-info-modern-progress .progress-bar-modern .progress-bar-linear {
	background-color: #fcef57;
}

.player-info-modern-progress .progress-bar-modern .progress-bar-linear::before {
	background: #fcef57;
}

.player-info-modern-progress .progress-bar-modern .progress-value {
	color: #fcef57;
}

.player-info-modern-accent .player-info-modern-footer {
	background-color: #35363c;
}

.player-info-modern-accent .player-info-modern-number {
	background: #2c2d31;
	color: rgba(255, 255, 255, 0.15);
}

.player-info-modern-accent .player-info-modern-title p {
	color: rgba(255, 255, 255, 0.15);
}

.player-info-modern-accent:hover .player-info-modern-footer {
	background-color: #2c2d31;
}

@media (min-width: 992px) {
	.player-info-modern-progress {
		left: 25px;
		right: 25px;
	}
	.player-info-modern-number {
		flex-basis: 25%;
		padding: 25px 15px;
		font-size: 44px;
	}
}

@media (min-width: 1200px) {
	.player-info-modern-content {
		padding: 25px;
	}
}

.player-info-minimal {
	position: relative;
	display: flex;
	align-items: center;
	max-width: 370px;
	height: 275px;
	padding: 30px 20px;
	overflow: hidden;
	background: #233645;
}

.player-info-minimal-figure {
	position: absolute;
	left: 160px;
	right: 0;
	bottom: 0;
	z-index: 1;
	text-align: right;
}

.player-info-minimal-figure img {
	max-width: inherit;
}

.player-info-minimal-number {
	position: absolute;
	top: 4px;
	left: -94px;
	font-size: 380px;
	line-height: 275px;
	font-weight: 600;
	letter-spacing: -0.08em;
	color: rgba(255, 255, 255, 0.1);
}

.player-info-minimal-content {
	position: relative;
	max-width: 130px;
	width: 100%;
	z-index: 1;
}

.player-info-minimal-title {
	font-style: italic;
}

.player-info-minimal-title h3 {
	line-height: 1.1;
	color: #fff;
}

.player-info-minimal-title span {
	display: block;
	color: #fcef57;
}

.player-info-minimal-progress .progress-bar-modern {
	display: block;
}

.player-info-minimal-progress .progress-bar-modern .progress-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}

.player-info-minimal-progress .progress-bar-modern .progress-bar-linear-wrap {
	background-color: rgba(255, 255, 255, 0.2);
}

.player-info-minimal-progress .progress-bar-modern .progress-value {
	color: #fff;
}

* + .player-info-minimal-progress {
	margin-top: 15px;
}

@media (min-width: 576px) {
	.player-info-minimal {
		padding: 30px;
	}
	.player-info-minimal-figure {
		left: 190px;
	}
	.player-info-minimal-content {
		max-width: 160px;
	}
}

.player-voting-item {
	max-width: 152px;
	text-align: left;
}

.player-voting-item .button-block {
	padding: 3px 10px;
	font-size: 12px;
}

.player-voting-item .button-block .icon {
	font-size: 14px;
}

.player-voting-item * + .button-block {
	margin-top: 16px;
}

.player-voting-item-figure {
	position: relative;
	overflow: hidden;
}

.player-voting-item-figure .player-number {
	position: absolute;
	top: 0;
	left: 10px;
	width: 30px;
	padding: 2px 7px 0;
	text-align: center;
	background: #35ad79;
}

.player-voting-item-figure .player-number:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 15px 0 15px;
	border-color: #35ad79 transparent transparent transparent;
}

.player-voting-item-figure .player-number > * {
	color: #fff;
}

.player-voting-item-figure img {
	transition: all .3s;
}

.player-voting-item-title {
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #151515;
}

.player-voting-item-title a:hover {
	color: #35ad79;
}

.player-voting-item-progress .progress-bar-modern {
	flex-wrap: wrap;
}

.player-voting-item-progress .progress-bar-modern .progress-header {
	flex-basis: 100%;
}

.player-voting-item-progress .progress-bar-modern .progress-bar-linear-wrap {
	flex-basis: 70%;
}

.block-voting {
	max-width: 370px;
	padding: 25px 20px;
	text-align: center;
	background: #fff;
	border: 1px solid #e1e1e1;
}

.block-voting .group-md {
	margin-bottom: -30px;
}

.block-voting .group-md > * {
	margin-bottom: 30px;
}

@media (min-width: 360px) {
	.block-voting {
		padding-left: 0;
		padding-right: 0;
	}
	.block-voting .player-voting-item {
		max-width: calc(50% - 30px);
	}
	.block-voting .progress-bar-modern .progress-header {
		display: inline-block;
		flex-basis: unset;
	}
}

@media (min-width: 768px) and (max-width: 1199.98px) {
	.block-voting .player-voting-item {
		max-width: calc(50% - 15px);
	}
	.block-voting .progress-bar-modern .progress-header {
		display: inline-block;
		flex-basis: unset;
	}
	.block-voting .progress-bar-linear-wrap {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 1599.98px) {
	.block-voting {
		padding: 15px 10px;
	}
	.block-voting .group-md {
		margin-bottom: -10px;
		margin-left: -10px;
	}
	.block-voting .group-md:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.block-voting .group-md > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 10px;
		margin-left: 10px;
	}
}

* + .player-voting-item-title {
	margin-top: 10px;
}

* + .player-voting-item-progress {
	margin-top: 10px;
}

.bg-gray-100 .block-player-info {
	padding: 35px 20px;
	background: #fff;
	border: 1px solid #e1e1e1;
	border-top: none;
}

.block-player-info {
	padding: 35px 0;
}

.block-player-info-content {
	color: #151515;
}

.block-player-info-content > * + * {
	margin-top: 18px;
}

.player-info-timeline-item {
	position: relative;
}

.player-info-timeline-item::before {
	position: absolute;
	left: 15px;
	top: -10px;
	height: 10px;
	content: '';
	border-left: 1px solid #e1e1e1;
	pointer-events: none;
}

.player-info-timeline-item::after {
	position: absolute;
	left: 15px;
	top: 25px;
	bottom: -30px;
	content: '';
	border-left: 1px solid #e1e1e1;
	pointer-events: none;
}

.player-info-timeline-item:last-child::after {
	bottom: -10px;
}

.player-info-timeline-item-header {
	position: relative;
	display: flex;
	align-items: flex-start;
}

.timeline-counter {
	position: relative;
	display: inline-block;
	min-width: 70px;
	margin-right: 10px;
	padding: 1px 25px 1px 10px;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #151515;
	overflow: hidden;
	border-left: 1px solid #e1e1e1;
	z-index: 2;
}

.timeline-counter::before {
	position: absolute;
	top: 0;
	right: 3px;
	left: -6px;
	bottom: 0;
	content: '';
	border: 1px solid #e1e1e1;
	transform: skewX(-10deg);
	z-index: -1;
	pointer-events: none;
}

.player-info-timeline-item-text {
	padding-left: 30px;
}

.player-info-timeline-item + .player-info-timeline-item {
	margin-top: 40px;
}

* + .block-player-info-content {
	margin-top: 25px;
}

* + .block-player-info-timeline {
	margin-top: 40px;
}

* + .player-info-timeline-item-text {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.bg-gray-100 .block-player-info {
		padding: 45px 35px;
	}
}

.game-glossary {
	padding: 22px 29px 16px;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: .05em;
	text-transform: uppercase;
	background: #fff;
	border: 1px solid #e1e1e1;
}

.game-glossary-wrap {
	margin-left: -10px;
	margin-right: -10px;
}

.game-glossary-wrap > * {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
}

.game-glossary-terms td {
	padding-bottom: 8px;
	vertical-align: top;
}

.game-glossary-terms td:first-child {
	color: #151515;
}

.game-glossary-terms td:last-child {
	padding-left: 8px;
}

@media (min-width: 576px) {
	.game-glossary-wrap {
		margin-left: -20px;
		margin-right: -20px;
	}
	.game-glossary-wrap > * {
		padding: 0 20px;
	}
}

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

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

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

.page-item {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-weight: 400;
}

.page-link {
	display: inline-block;
	min-width: 42px;
	padding: 9px 9px;
	border: 0 solid #d7d7d7;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 18px;
	line-height: 1.33333;
	background-color: #fff;
	color: #151515;
	transition: all 0.3s ease-in-out;
}

.page-link:hover, .page-link:focus, .page-link:active {
	color: #fff;
	background-color: #35ad79;
	border-color: #35ad79;
}

span.page-link:hover, span.page-link:focus, span.page-link:active {
	color: #151515;
	background-color: #fff;
	border-color: #d7d7d7;
}

.page-item.active > .page-link, .page-item.active > .page-link:hover, .page-item.active > .page-link:focus, .page-item.active > .page-link:active {
	color: #fff;
	background-color: #35ad79;
	border-color: #35ad79;
}

.page-item.disabled > .page-link, .page-item.disabled > .page-link:hover, .page-item.disabled > .page-link:focus, .page-item.disabled > .page-link:active {
	color: #fff;
	background-color: #35ad79;
	border-color: #35ad79;
	opacity: .8;
}

.page-item-control .icon::before {
	font-family: 'FontAwesome';
	font-size: 11px;
	line-height: 24px;
}

.page-item-control:first-child .icon::before,
[dir='rtl'] .page-item-control:last-child .icon::before {
	content: '\f053';
	margin-left: -1px;
}

.page-item-control:last-child .icon::before,
[dir='rtl'] .page-item-control:first-child .icon::before {
	content: '\f054';
	margin-right: -1px;
}

.page-item:first-child .page-link {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

* + .pagination-wrap {
	margin-top: 25px;
}

@media (min-width: 1200px) {
	* + .pagination-wrap {
		margin-top: 40px;
	}
}

/*
*
* Comments
*/
.comment-classic {
	position: relative;
	z-index: 1;
	padding: 20px;
	letter-spacing: 0.05em;
	background: #fff;
	border: 1px solid #e1e1e1;
}

.comment-classic svg {
	position: absolute;
	top: 30px;
	right: 20px;
	width: 36px;
	height: 24px;
	z-index: 0;
}

.comment-classic svg path {
	fill: #edeff4;
}

.comment-classic > * {
	position: relative;
	z-index: 1;
}

.comment-classic-header + * {
	margin-top: 10px;
}

.comment-classic-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.comment-classic-header-aside img {
	max-width: inherit;
	border-radius: 50%;
}

.comment-classic-header-aside + .comment-classic-header-main {
	margin-left: 10px;
}

.comment-classic-header-main {
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}

.comment-classic-title {
	color: #151515;
	line-height: 18px;
}

.comment-classic-title + * {
	margin-top: 1px;
}

.comment-classic-time {
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
}

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

.comment-classic-post-title {
	position: relative;
	padding-left: 40px;
}

.comment-classic-post-title:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	border-left: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	content: '';
	pointer-events: none;
}

.comment-classic-post-title:after {
	position: absolute;
	top: 7px;
	left: 17px;
	display: inline-block;
	font-family: 'Material Design Icons';
	font-size: 20px;
	color: #d7d7d7;
	content: '\f238';
	pointer-events: none;
}

.list-comments-classic .comment-classic + .comment-classic {
	border-top: none;
}

.list-comments-classic .comment-classic-post-title {
	margin-left: 15px;
}

@media (min-width: 992px) {
	.comment-classic {
		padding: 20px 40px 20px 20px;
	}
	.comment-classic:before {
		font-size: 120px;
	}
}

.comment-modern {
	position: relative;
	padding: 30px 30px 30px 65px;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
	background: #fff;
	border: 1px solid #e1e1e1;
}

.comment-modern svg {
	position: absolute;
	top: 33px;
	left: 20px;
	width: 31px;
	height: 19px;
	z-index: 0;
}

.comment-modern svg path {
	fill: #d4d5db;
}

.comment-modern-title {
	margin-top: 0;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.05em;
}

.comment-modern-title a {
	color: #151515;
}

.comment-modern-title a:hover {
	color: #35ad79;
}

.comment-modern-title + * {
	margin-top: 5px;
}

.comment-modern-time {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #9b9b9b;
}

.comment-modern-time .icon {
	margin-right: 8px;
	font-size: 17px;
	vertical-align: middle;
}

.comment-modern + .comment-modern {
	margin-top: 14px;
}

.blog-post-comments {
	color: #151515;
}

.bg-gray-100 .blog-post-comments {
	padding: 40px 30px;
	background: #fff;
	border: 1px solid #e1e1e1;
}

.post-comment {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.post-comment-footer {
	margin-bottom: -7px;
	margin-left: -30px;
}

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

.post-comment-footer > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 7px;
	margin-left: 30px;
}

.post-comment-footer .icon {
	margin-right: 7px;
	color: #35ad79;
}

.post-comment-footer a {
	color: #151515;
}

.post-comment-footer a:hover {
	color: #35ad79;
}

.post-comment-main {
	padding-bottom: 30px;
	border-bottom: 1px solid #e1e1e1;
}

.post-comment-time {
	color: #9b9b9b;
}

* + .post-comment-main,
* + .post-comment-text,
* + .post-comment-footer {
	margin-top: 15px;
}

.post-comment + .post-comment {
	margin-top: 35px;
}

.post-comment-parent .post-comment-main {
	padding-bottom: 5px;
	border-bottom: none;
}

.post-comment-child {
	margin-left: 30px;
	border-bottom: 1px solid #e1e1e1;
}

.post-comment-child .post-comment-main {
	border-bottom: none;
}

@media (min-width: 576px) {
	* + .post-comment-main {
		margin-top: 0;
	}
	.post-comment-main {
		flex-basis: calc(100% - 89px);
		margin-left: 20px;
	}
	.post-comment-header {
		display: flex;
		align-items: flex-end;
	}
	.author-name {
		padding-right: 20px;
	}
	.post-comment-time {
		padding-left: 20px;
		border-left: 1px solid #e1e1e1;
	}
	.post-comment-child {
		margin-left: 85px;
	}
	.post-comment-child::before {
		position: absolute;
		top: 44px;
		left: -50px;
		width: 40px;
		border-top: 1px solid #e1e1e1;
		content: '';
	}
	.post-comment-parent::before {
		position: absolute;
		top: 80px;
		left: 35px;
		height: 100%;
		border-left: 1px solid #e1e1e1;
		content: '';
	}
}

@media (min-width: 1200px) {
	.post-comment-child {
		padding-left: 25px;
	}
	.post-comment-child::before {
		position: absolute;
		top: 44px;
		left: -50px;
		width: 60px;
		border-top: 1px solid #e1e1e1;
		content: '';
	}
}

.bg-gray-100 .form-input {
	background: #fff;
}

.comment-box-form .form-label {
	color: #9b9b9b;
}

.comment-box-form .form-input {
	border: 1px solid #edeff4;
	background: #edeff4;
}

.comment-box-form * + .form-button {
	margin-top: 20px;
}

.comment-box-form .button {
	min-height: inherit;
	padding: 14px 40px;
}

* + .comment-box {
	margin-top: 50px;
}

* + .comment-box-form {
	margin-top: 15px;
}

* + .comment-box-main {
	margin-top: 15px;
}

@media (min-width: 576px) {
	.comment-box {
		display: flex;
		flex-wrap: wrap;
	}
	* + .comment-box-main {
		margin-top: 0;
	}
	.comment-box-main {
		flex-basis: calc(100% - 89px);
		margin-left: 20px;
	}
}

/*
*
* Badges
*/
.badge {
	display: inline-block;
	padding: 3px 8px;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: #e1e1e1;
	border-radius: 4px;
}

.badge > .icon {
	margin-left: 5px;
	font-size: 12px;
}

.badge-primary {
	background: #35ad79;
}

.badge-secondary {
	font-weight: 500;
	color: #151515;
	background: #fcef57;
}

.badge-red {
	background: #fd6565;
}

.badge-orange {
	background: #ffa04c;
}

.badge-blue {
	background: #28c0e1;
}

.badge-green {
	background: #28a745;
}

.badge-shop {
	background: #4b88dc;
}

.badge-light-yellow {
	color: #151515;
	background: #eeec49;
}

.badge-light-green {
	background: #96c251;
}

.badge-east-bay {
	font-weight: 500;
	background: #444c80;
}

/**
*
* Card
*/
.card-form {
	padding: 30px 15px;
	background: #fff;
	transition: all 200ms ease;
}

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

.card-form .form-wrap + .form-wrap {
	margin-top: 15px;
}

.card-form * + .button {
	margin-top: 26px;
}

.card-login-register {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.card-top-panel {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 20px 30px;
	background: #35363c;
}

.card-form-login {
	position: relative;
	top: 0;
	width: 100%;
	z-index: 1;
}

.card-form-register {
	position: relative;
	display: none;
	z-index: 1;
}

.card-toggle {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 43px;
	height: 17px;
	background: #5e616e;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.card-toggle-circle {
	position: absolute;
	top: 50%;
	left: -4px;
	width: 24px;
	height: 24px;
	background: #fff;
	border-radius: 50%;
	transform: translateY(-50%);
	will-change: transform;
	transition: all .1s linear;
}

.card-toggle-circle::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #35ad79;
	transform: translate(-50%, -50%);
	transition: all .2s ease-in-out;
}

.card-subtitle,
.card-top-panel-left {
	position: relative;
}

.card-title {
	color: #fff;
	margin-bottom: 0;
	transition: all 300ms ease;
}

.card-subtitle {
	top: 2px;
	text-align: right;
	margin-right: 10px;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #6b6b6e;
	letter-spacing: .05em;
	text-transform: uppercase;
	transition: all 300ms ease;
}

.card-subtitle > * {
	display: inline-block;
}

.card-subtitle-login,
.card-title-login {
	opacity: 1;
	visibility: visible;
}

.card-subtitle-register,
.card-title-register {
	position: absolute;
	top: 50%;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-50%);
	will-change: transform;
}

.card-title-register {
	left: 0;
}

.card-subtitle-register {
	right: 0;
}

.card-toggle-circle:hover::before {
	width: 16px;
	height: 16px;
}

.card-toggle.active .card-toggle-circle {
	transform: translate(112%, -50%);
}

.card-login-register.active .card-form-login {
	display: none;
}

.card-login-register.active .card-form-register {
	display: block;
}

.card-login-register.active .card-subtitle-login,
.card-login-register.active .card-title-login {
	opacity: 0;
	visibility: hidden;
}

.card-login-register.active .card-subtitle-register,
.card-login-register.active .card-title-register {
	opacity: 1;
	visibility: visible;
}

@media (max-width: 575.98px) {
	.card-login-register .button-lg {
		padding-left: 20px;
		padding-right: 20px;
	}
	.card-top-panel-right {
		width: 200px;
		margin-top: 4px;
	}
	.card-title-register {
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

@media (min-width: 576px) {
	.card-form {
		padding: 40px 25px;
	}
	.card-top-panel {
		flex-direction: row;
	}
	.card-login-register {
		max-width: 100%;
	}
}

/*
*
* Nav Custom
*/
.nav-minimal-list {
	margin-bottom: -10px;
	margin-left: -20px;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #707279;
}

.nav-minimal-list:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.nav-minimal-list > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 20px;
}

.nav-minimal-list li {
	display: inline-block;
}

.nav-minimal-list li.active {
	color: #35ad79;
}

.nav-minimal-list a {
	color: inherit;
}

.nav-minimal-list a:hover {
	color: #35ad79;
}

.nav-light-list {
	margin-bottom: -10px;
	margin-left: -20px;
	letter-spacing: .05em;
}

.nav-light-list:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.nav-light-list > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 20px;
}

.nav-light-list li {
	display: inline-block;
}

.nav-light-list a {
	color: inherit;
}

.nav-light-list li.active,
.nav-light-list a:hover {
	color: #35ad79;
}

@media (min-width: 992px) {
	.nav-minimal-list {
		margin-left: -40px;
	}
	.nav-minimal-list > * {
		margin-left: 40px;
	}
}

/*
*
* Modal Custom
*/
.modal-video .modal-dialog {
	top: 50%;
	max-width: 300px;
	margin: 10px auto;
	transform: translateY(-50%);
}

.modal-video .modal-content {
	border: none;
	background: transparent;
}

.modal-video .modal-body {
	padding: 0;
}

.modal-video .modal-header {
	border: none;
}

.modal-video .close {
	color: #fff;
	opacity: 1;
	text-shadow: none;
	cursor: pointer;
	transition: all .3s;
}

.modal-video .close:hover {
	color: #35ad79;
}

.modal-video.show .modal-dialog {
	transform: translate(0, -50%);
}

@media (min-width: 576px) {
	.modal-video .modal-dialog {
		max-width: 450px;
	}
}

@media (min-width: 992px) {
	.modal-video .modal-dialog {
		max-width: 600px;
	}
}

/*
*
* 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;
}

html.boxed body {
	background: #edeff4 url(../images/bg-pattern-boxed.png) repeat fixed;
}

@media (min-width: 1630px) {
	html.boxed .page {
		max-width: 1600px;
		margin-left: auto;
		margin-right: auto;
		box-shadow: 0 0 23px 0 rgba(1, 1, 1, 0.1);
	}
	html.boxed .rd-navbar-static {
		max-width: 1600px;
		margin-left: auto;
		margin-right: auto;
	}
	html.boxed .rd-navbar-static.rd-navbar--is-stuck {
		max-width: 1600px;
		width: 100%;
		left: calc(50% - 1600px);
		right: calc(50% - 1600px);
	}
}

/*
*
* 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-thin {
	font-weight: 100;
}

.font-weight-light {
	font-weight: 300;
}

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

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

.font-weight-sbold {
	font-weight: 600;
}

.font-weight-ubold {
	font-weight: 900;
}

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

.text-spacing-50 {
	letter-spacing: 0.05em;
}

.text-gray-100 {
	color: #edeff4;
}

.text-gray-200 {
	color: #d7d7d7;
}

.text-gray-300 {
	color: #ccc;
}

.text-gray-400 {
	color: #b7b7b7;
}

.text-gray-500 {
	color: #9b9b9b;
}

.text-gray-600 {
	color: #868e96;
}

.text-gray-700 {
	color: #2c343b;
}

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

.text-gray-900 {
	color: #111;
}

.text-red {
	color: #fd6565;
}

html .page .text-primary {
	color: #35ad79;
}

html .page .text-secondary {
	color: #fcef57;
}

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

* + h4,
* + .heading-4 {
	margin-top: 10px;
}

h2 + p,
.heading-2 + p {
	margin-top: 12px;
}

p + h2,
p + .heading-2 {
	margin-top: 15px;
}

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

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

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

h2 + .big {
	margin-top: 3px;
}

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

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

* + .text-style-1 {
	margin-top: 6px;
}

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

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

.button + .button {
	margin-top: 15px;
}

.icon-xl + h2 {
	margin-top: 20px;
}

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

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

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

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

.heading-7 + .text-style-1 {
	margin-top: 0;
}

@media (min-width: 768px) {
	* + h4,
	* + .heading-4 {
		margin-top: 22px;
	}
}

@media (min-width: 1200px) {
	* + .rd-form {
		margin-top: 30px;
	}
	* + .contact-list {
		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-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;
	}
}

/*
*
* 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-xs {
	margin-bottom: -10px;
	margin-left: -10px;
}

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

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

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

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

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

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

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

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

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-sm-justify .button {
	padding-left: 20px;
	padding-right: 20px;
}

html .group-sm-justify .button + .button {
	margin-top: 0;
}

@media (max-width: 575.98px) {
	html .group-sm-justify {
		text-align: center;
	}
	html .group-sm-justify .button {
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
		min-width: 59px;
	}
	html .group-sm-justify .button .icon {
		padding-right: 0;
	}
	html .group-sm-justify .button > span:not(.icon) {
		display: none;
	}
}

@media (min-width: 576px) {
	html .group-sm-justify {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}
	html .group-sm-justify > * {
		flex-grow: 1;
		flex-shrink: 0;
	}
	html .group-sm-justify .buttons {
		min-width: 130px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.group-flex {
	display: flex;
	flex-wrap: wrap;
}

.group-flex-xs {
	margin-bottom: -10px;
	margin-left: -10px;
}

.group-flex-xs > * {
	margin-bottom: 10px;
	margin-left: 10px;
}

.group-middle {
	display: inline-table;
}

.group-middle > * {
	vertical-align: middle;
}

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

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

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

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

.rd-form + .group-sm {
	margin-top: 12px;
}

@media (min-width: 768px) {
	* + .group-md {
		margin-top: 40px;
	}
}

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

.section-minimal {
	padding: 35px 0;
}

.section-sm,
.section-md,
.section-lg,
.section-xl {
	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;
}

.section-variant-1 {
	padding: 50px 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-xl:first-of-type,
	section.section-xxl:first-of-type {
		padding-top: 40px;
	}
}

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

@media (min-width: 992px) {
	.section-md {
		padding: 70px 0 90px; /* Height body en bas du swiper */
	}
	.section-lg {
		padding: 100px 0;
	}
}

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

.section-single {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	text-align: center;
}

.section-single::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(43, 51, 65, 0.4);
	z-index: 0;
}

.section-single p {
	margin-left: auto;
	margin-right: auto;
}

.section-single * + .rights {
	margin-top: 35px;
}

@media (min-width: 992px) {
	.section-single * + .rights {
		margin-top: 60px;
	}
}

.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: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	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;
	}
}

/*
*
* Grid modules
*/
.row-narrow {
	margin-left: -5px;
	margin-right: -5px;
}

.row-narrow > [class*='col-'] {
	padding-left: 5px;
	padding-right: 5px;
}

.container-wide {
	max-width: 100%;
}

@media (min-width: 1920px) {
	.container-wide {
		max-width: 1920px;
	}
}

/*
*
* Backgrounds
*/
.context-dark, .rd-navbar-dark, .rd-navbar-darker, .bg-gray-700, .bg-gray-2, .bg-gray-4, .bg-primary, .bg-image-dark,
.context-dark h1,
.rd-navbar-dark h1,
.rd-navbar-darker h1,
.bg-gray-700 h1,
.bg-gray-2 h1,
.bg-gray-4 h1,
.bg-primary h1,
.bg-image-dark h1, .context-dark h2, .rd-navbar-dark h2, .rd-navbar-darker h2, .bg-gray-700 h2, .bg-gray-2 h2, .bg-gray-4 h2, .bg-primary h2, .bg-image-dark h2, .context-dark h3, .rd-navbar-dark h3, .rd-navbar-darker h3, .bg-gray-700 h3, .bg-gray-2 h3, .bg-gray-4 h3, .bg-primary h3, .bg-image-dark h3, .context-dark h4, .rd-navbar-dark h4, .rd-navbar-darker h4, .bg-gray-700 h4, .bg-gray-2 h4, .bg-gray-4 h4, .bg-primary h4, .bg-image-dark h4, .context-dark h5, .rd-navbar-dark h5, .rd-navbar-darker h5, .bg-gray-700 h5, .bg-gray-2 h5, .bg-gray-4 h5, .bg-primary h5, .bg-image-dark h5, .context-dark h6, .rd-navbar-dark h6, .rd-navbar-darker h6, .bg-gray-700 h6, .bg-gray-2 h6, .bg-gray-4 h6, .bg-primary h6, .bg-image-dark h6, .context-dark [class*='heading-'], .rd-navbar-dark [class*='heading-'], .rd-navbar-darker [class*='heading-'], .bg-gray-700 [class*='heading-'], .bg-gray-2 [class*='heading-'], .bg-gray-4 [class*='heading-'], .bg-primary [class*='heading-'], .bg-image-dark [class*='heading-'] {
	color: #fff;
}

.context-dark hr, .rd-navbar-dark hr, .rd-navbar-darker hr, .bg-gray-700 hr, .bg-gray-2 hr, .bg-gray-4 hr, .bg-primary hr, .bg-image-dark hr {
	border-color: rgba(255, 255, 255, 0.14);
}

.context-dark .big, .rd-navbar-dark .big, .rd-navbar-darker .big, .bg-gray-700 .big, .bg-gray-2 .big, .bg-gray-4 .big, .bg-primary .big, .bg-image-dark .big {
	color: #fff;
}

.context-dark .brand .brand-logo-dark, .rd-navbar-dark .brand .brand-logo-dark, .rd-navbar-darker .brand .brand-logo-dark, .bg-gray-700 .brand .brand-logo-dark, .bg-gray-2 .brand .brand-logo-dark, .bg-gray-4 .brand .brand-logo-dark, .bg-primary .brand .brand-logo-dark, .bg-image-dark .brand .brand-logo-dark {
	display: none;
}

.context-dark .brand .brand-logo-light, .rd-navbar-dark .brand .brand-logo-light, .rd-navbar-darker .brand .brand-logo-light, .bg-gray-700 .brand .brand-logo-light, .bg-gray-2 .brand .brand-logo-light, .bg-gray-4 .brand .brand-logo-light, .bg-primary .brand .brand-logo-light, .bg-image-dark .brand .brand-logo-light {
	display: block;
}

.context-light {
	color: #151515;
}

.context-light h1, .context-light h2, .context-light h3, .context-light h4, .context-light h5, .context-light h6, .context-light [class*='heading-'] {
	color: #151515;
}

.context-light .form-label,
.context-light .form-input {
	color: #9b9b9b;
}


.context-light .form-input {
	background-color: #fff;
	border-color: #e1e1e1;
}

.context-light .stepper input {
	color: #151515;
}

.context-light .post-classic-title {
	color: #151515;
}

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

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

/**
* Light Backgrounds
*/
.bg-default {
	background-color: #fff;
}

.bg-default + .bg-default {
	padding-top: 0;
}

.bg-gray-100 {
	background-color: #edeff4;
}

.bg-gray-100 + .bg-gray-100 {
	padding-top: 0;
}

.bg-gray-200 {
	background-color: #d7d7d7;
}

.bg-gray-200 + .bg-gray-200 {
	padding-top: 0;
}

/**
* Dark Backgrounds
*/
.bg-gray-700 {
	background-color: #2c343b;
}

.bg-gray-700 + .bg-gray-700 {
	padding-top: 0;
}

.bg-gray-2 {
	background-color: #35363c;
	color: #707279;
}

.bg-gray-2 + .bg-gray-2 {
	padding-top: 0;
}

.bg-gray-2 h6,
.bg-gray-2 .heading-6 {
	color: #707279;
}

.bg-gray-2 .link {
	color: #fff;
}

.bg-gray-2 .link:hover {
	color: #35ad79;
}

.bg-gray-2 .rights {
	color: #707279;
}

.bg-gray-4 {
	background-color: #2c2d31;
}

.bg-gray-4 + .bg-gray-4 {
	padding-top: 0;
}

/**
* Accent Backgrounds
*/
.bg-primary {
	background-color: #35ad79;
}

.bg-primary + .bg-primary {
	padding-top: 0;
}

/**
* Background Image
*/
.bg-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.bg-image-dark {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.bg-image-dark .form-label,
.bg-image-dark .form-input {
	color: #9b9b9b;
}

.bg-image-dark .form-input {
	background-color: #fff;
	border-color: #e1e1e1;
}

[class^='bg-'] {
	background-size: cover;
	background-position: center center;
}

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .bg-fixed {
		background-attachment: fixed;
	}
}

/*
*
* Utilities custom
* --------------------------------------------------
*/
.height-fill {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.height-fill > * {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.object-inline {
	white-space: nowrap;
}

.object-inline > * {
	display: inline-block;
	min-width: 20px;
	vertical-align: top;
	white-space: normal;
}

.object-inline > * + * {
	margin-left: 5px;
}

.oh {
	position: relative;
	overflow: hidden;
}

.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-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: uppercase;
}

p.rights a {
	color: inherit;
	text-decoration: underline;
}

p.rights a:hover {
	color: #35ad79;
}

[style*='z-index: 1000;'] {
	z-index: 1092 !important;
}

.text-block > * {
	margin-left: .125em;
	margin-right: .125em;
}

.svg-color-primary {
	fill: #35ad79;
}

.svg-color-secondary {
	fill: #fcef57;
}

.svg-color-abbey {
	fill: #555c5f;
}

.svg-color-shuttle-gray {
	fill: #5a666d;
}

.svg-sizing-35,
.svg-sizing-35 * {
	width: 35px;
	height: 35px;
}

/*
*
* Layouts
*/
.layout-justify {
	margin-bottom: -20px;
	margin-left: -20px;
	text-align: center;
}

.layout-justify:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.layout-justify > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}

@media (min-width: 768px) {
	.layout-justify {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

/*
*
* Animate.css
*/
.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
	opacity: 1;
}

.ios .animated {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

.ios .wow {
	visibility: visible !important;
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}

.animated.infinite {
	animation-iteration-count: infinite;
}

.animated.hinge {
	animation-duration: 2s;
}

html:not(.lt-ie10) .not-animated {
	opacity: 0;
}

/**
* FadeIn Keyframes Animation
*/
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.fadeIn {
	animation-name: fadeIn;
}

/**
* FadeInUp Keyframes Animation
*/
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 30px, 0) scale(0.7);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 30px, 0) scale(0.7);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1);
	}
}

.fadeInUp {
	animation-name: fadeInUp;
}

/**
* FadeInDown Keyframes Animation
*/
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0) scale(0.7);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0) scale(0.7);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1);
	}
}

.fadeInDown {
	animation-name: fadeInDown;
}

/**
* FadeInLeft Keyframes Animation
*/
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-30px, 0, 0) scale(0.7);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-30px, 0, 0) scale(0.7);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1);
	}
}

.fadeInLeft {
	animation-name: fadeInLeft;
}

/**
* FadeInRight Keyframes Animation
*/
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInRight {
	animation-name: fadeInRight;
}

/*
**
* FadeOut Keyframes Animation
*/
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.fadeOut {
	animation-name: fadeOut;
}

/**
* SlideInDown Keyframes Animation
*/
@-webkit-keyframes slideInDown {
	0% {
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	0% {
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	animation-name: slideInDown;
}

/**
* SlideInLeft Keyframes Animation
*/
@-webkit-keyframes slideInLeft {
	0% {
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInLeft {
	0% {
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	animation-name: slideInLeft;
}

/**
* SlideInRight Keyframes Animation
*/
@-webkit-keyframes slideInRight {
	0% {
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	0% {
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	animation-name: slideInRight;
}

/**
* SlideOutDown Keyframes Animation
*/
@-webkit-keyframes slideOutDown {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		visibility: hidden;
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		visibility: hidden;
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	animation-name: slideOutDown;
}

.fadeInRightSmall {
	animation-name: fadeInRightSmall;
}

@keyframes fadeInRightSmall {
	0% {
		opacity: 0;
		transform: translateX(100px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeftSmall {
	animation-name: fadeInLeftSmall;
}

@keyframes fadeInLeftSmall {
	0% {
		opacity: 0;
		transform: translateX(-100px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInUpSmall {
	animation-name: fadeInUpSmall;
	transform-origin: 50% 100%;
}

@keyframes fadeInUpSmall {
	0% {
		opacity: 0;
		transform: translateY(60px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.slideInUpSmall {
	animation-name: slideInUpSmall;
	transform-origin: 50% 100%;
}

@keyframes slideInUpSmall {
	0% {
		transform: translateY(60px);
	}
	100% {
		transform: translateY(0);
	}
}

/**
* SliceInLeft Keyframes Animation
*/
@-webkit-keyframes sliceInLeft {
	0% {
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes sliceInLeft {
	0% {
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

.sliceInLeft {
	animation-name: sliceInLeft;
}

/*
*
* Preloaders
*/
.preloader {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1092;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px;
	background: #fff;
	transition: .3s all ease;
}

.preloader.loaded {
	opacity: 0;
	visibility: hidden;
}

.preloader .preloader-body {
	text-align: center;
}

.preloader-body {
	position: relative;
	width: 40px;
	height: 40px;
}

.preloader-item {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: transparent;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	border-left: 1px solid #35ad79;
	transform: translateZ(0);
	border-radius: 50%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-duration: .8s;
	animation-name: preloader-loading;
}

@keyframes preloader-loading {
	0% {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(1turn);
	}
}

/*
*
* Select 2 v3.5.4
*/
.select2-container {
	margin: 0;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
	/*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
	box-sizing: border-box;
	/* css3 */
}

.select2-drop * {
	box-sizing: border-box;
}

.select2-container .select2-choice {
	display: block;
	position: relative;
	color: #9b9b9b;
	background-color: #fff;
	padding: 17px 19px;
	border-radius: 3px;
	text-decoration: none;
}

.select2-container .select2-choice > .select2-chosen {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.select2-container-active .select2-choice {
	border-color: #35ad79;
}

.select2-dropdown-open .select2-choice {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-arrow {
	display: inline-block;
	position: absolute;
	right: 19px;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
}

.select2-arrow b::before {
	display: inline-block;
	font-weight: 400;
	content: "";
	font-family: "Material Design Icons";
	font-size: 22px;
	transform: rotate(0deg);
}

.select2-dropdown-open .select2-arrow b:before {
	transform: rotate(180deg);
}

.select2-container .select2-choice abbr {
	display: none;
}

.select2-drop-mask {
	border: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	/* styles required for IE to work */
	background-color: #fff;
	filter: alpha(opacity=0);
}

.select2-drop {
	width: 100%;
	margin-top: -1px;
	position: absolute;
	z-index: 100;
	top: 100%;
	background: #fff;
	color: #9b9b9b;
	border: 1px solid #e1e1e1;
	border-top: 0;
	border-radius: 0 0 3px 3px;
}

.select2-drop-active {
	border: 1px solid #35ad79;
	border-top: 0;
}

.select2-drop.select2-drop-above {
	margin-top: 1px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 0;
	border-radius: 3px 3px 0 0;
}

.select2-drop.select2-drop-above.select2-drop-active {
	border: 1px solid #35ad79;
}

.select2-search {
	display: inline-block;
	width: 100%;
	padding: 4px 4px 0;
	position: relative;
	z-index: 10000;
	white-space: nowrap;
}

.select2-search:before {
	position: absolute;
	right: 19px;
	top: 50%;
	transform: translateY(calc(-50% + 4px));
	display: inline-block;
	content: '\f43b';
	font-family: "Material Design Icons";
	font-size: 20px;
	line-height: 1;
}

.select2-search input {
	width: 100%;
	padding: 5px 35px 5px 5px;
	margin: 0;
	outline: 0;
	font-size: 1em;
	background-color: #fff;
	color: #9b9b9b;
	border: 1px solid #e1e1e1;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
	border: 1px solid #e1e1e1;
	border-top-color: transparent;
}

.select2-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* results */
.select2-results {
	padding: 4px 4px;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-result {
	border-radius: 3px;
	transition: .1s;
}

.select2-results li.select2-result-with-children > .select2-result-label {
	font-weight: bold;
}

.select2-results .select2-result-label {
	padding: 3px 7px 4px;
	margin: 0;
	cursor: pointer;
	min-height: 1em;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.select2-results .select2-highlighted {
	color: #fff;
	background: #35ad79;
}

.select2-results li em {
	background: #fff;
	font-style: normal;
}

.select2-results .select2-highlighted em {
	background: transparent;
}

.select2-results .select2-highlighted ul {
	background: #fff;
	color: #000;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
	color: #fff;
	background: #35ad79;
	display: list-item;
	cursor: default;
}

.select2-results .select2-disabled {
	background: #b7b7b7;
	display: list-item;
	cursor: default;
}

.select2-results .select2-selected {
	display: none;
}

.select2-results .select2-ajax-error {
	background: rgba(255, 50, 50, 0.2);
}

.select2-more-results {
	background: #f4f4f4;
	display: list-item;
}

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #ddd;
	cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
	background-color: #f4f4f4;
	background-image: none;
	border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
	display: none;
}

/* multiselect */
.select2-container-multi {
	display: flex;
	align-items: stretch;
	height: auto;
	min-height: 60px;
}

.select2-container-multi .select2-choices {
	display: flex;
	flex-flow: row;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 0;
	cursor: text;
	overflow: hidden;
}

.select2-locked {
	padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
	min-height: 26px;
}

.select2-container-multi .select2-choices .select2-search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
	width: 100% !important;
	outline: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
	padding: 4px 5px 4px 20px;
	margin: 3px 0 3px 5px;
	position: relative;
	line-height: 13px;
	cursor: default;
	border: 1px solid #c8c8c8;
	background-clip: padding-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #c8c8c8;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
	cursor: default;
}

.select2-search-choice-close {
	display: block;
	width: 12px;
	height: 13px;
	position: absolute;
	right: 3px;
	top: 3px;
	color: #2c343b;
}

.select2-search-choice-close:before {
	display: inline-block;
	content: '\f24c';
	font-family: "Material Design Icons";
	font-size: 12px;
	line-height: 1;
}

.select2-container-multi .select2-search-choice-close {
	left: 3px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #ddd;
	cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
	padding: 3px 5px 3px 5px;
	border: 1px solid #ddd;
	background-image: none;
	background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
	display: none;
	background: none;
}

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
	text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
	clip: rect(0 0 0 0) !important;
	width: 1px !important;
	height: 1px !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	position: absolute !important;
	outline: 0 !important;
	left: 0px !important;
	top: 0px !important;
}

.select2-display-none {
	display: none;
	white-space: nowrap;
}

.select2-measure-scrollbar {
	position: absolute;
	top: -10000px;
	left: -10000px;
	width: 100px;
	height: 100px;
	overflow: scroll;
}

.select-inline,
.select-inline-dropdown {
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.3;
	letter-spacing: .025em;
	text-transform: uppercase;
}

.select-inline .select2-choice {
	display: inline-block;
	padding: 2px 18px 2px 5px;
	background: #35ad79;
	color: #fff;
}

.select-inline .select2-arrow {
	right: 1px;
}

.select-inline b::before {
	font-size: 16px;
}

.select-inline-dropdown {
	z-index: 1776;
	background: #35ad79;
}

.select-inline-dropdown .select2-results {
	padding: 0;
}

.select-inline-dropdown .select2-highlighted {
	background: #33b87e;
}

.select-inline-dropdown .select2-highlighted .select2-result-label {
	color: #fff;
}

.select-inline-dropdown .select2-results > li {
	border-radius: 0;
	text-align: left;
}

.select-inline-dropdown .select2-result-label {
	padding-left: 4px;
	padding-right: 4px;
	color: rgba(255, 255, 255, 0.7);
}

.select-inline-secondary .select2-choice {
	background: #fcef57;
	color: #151515;
}

.select-inline-dropdown-secondary {
	background: #fcef57;
}

.select-inline-dropdown-secondary.select2-drop-active {
	border-color: #fcef57;
}

.select-inline-dropdown-secondary .select2-highlighted {
	background: #f1e557;
}

.select-inline-dropdown-secondary .select2-result-label {
	color: rgba(17, 17, 17, 0.8);
}

.select-minimal,
.select-minimal-dropdown {
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 1.3;
	letter-spacing: .025em;
	text-transform: uppercase;
}

.select-minimal .select2-choice {
	display: block;
	padding: 4px 23px 4px 13px;
	border: 1px solid #d1d1d1;
	border-radius: 3px;
}

.select-minimal .select2-choice, .select-minimal .select2-choice:focus, .select-minimal .select2-choice:active, .select-minimal .select2-choice:hover {
	color: #151515;
	background: #edeff4;
}

.select-minimal .select2-arrow {
	right: 6px;
	top: 48%;
}

.select-minimal b::before {
	font-size: 16px;
}

.select-minimal.select2-dropdown-open .select2-choice {
	border-bottom-color: transparent;
}

.ie-10 .select-minimal .select2-choice,
.ie-11 .select-minimal .select2-choice {
	padding-right: 35px;
}

.select-minimal-dropdown {
	z-index: 1776;
	background: #edeff4;
}

.select-minimal-dropdown .select2-results {
	display: block;
	padding: 0;
}

.select-minimal-dropdown .select2-highlighted {
	background: #33b87e;
}

.select-minimal-dropdown .select2-highlighted .select2-result-label {
	color: #fff;
}

.select-minimal-dropdown .select2-results > li {
	border-radius: 0;
	text-align: left;
}

.select-minimal-dropdown .select2-result-label {
	padding-left: 13px;
	padding-right: 13px;
	color: #151515;
}

.select-minimal-dropdown .select2-match {
	display: block;
	text-decoration: none;
}

.select-minimal-dropdown.select2-drop-active {
	white-space: normal;
	border-color: #d1d1d1;
}

/*
*
* ToTop
*/
.ui-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 100;
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 46px;
	color: #fff;
	background: #35ad79;
	border-radius: 3px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	transition: .45s all ease-in-out;
	transform: translate3d(0, 100px, 0);
}

.ui-to-top:focus {
	color: #fff;
}

.ui-to-top:hover {
	color: #fff;
	background: #111;
	text-decoration: none;
}

.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-main, .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.rd-navbar-fixed + .rd-navbar.rd-navbar--is-clone,
.rd-navbar.rd-navbar-sidebar + .rd-navbar.rd-navbar--is-clone {
	display: none;
}

.rd-navbar {
	position: relative;
	z-index: 1090;
	background: #fff;
}

.rd-navbar-toggle {
	display: inline-block;
	position: relative;
	width: 46px;
	height: 46px;
	line-height: 46px;
	cursor: pointer;
	color: #b7b7b7;
	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::before, .rd-navbar-toggle span::after {
	content: "";
	position: absolute;
	left: 0;
	top: -10px;
	transition: .3s all ease;
}

.rd-navbar-toggle span::after {
	top: 10px;
}

.rd-navbar-toggle span, .rd-navbar-toggle span::before, .rd-navbar-toggle span::after {
	width: 30px;
	height: 4px;
	background-color: #b7b7b7;
	backface-visibility: hidden;
	border-radius: 3px;
}

.rd-navbar-toggle.active span {
	background: transparent;
}

.rd-navbar-toggle.active span::before, .rd-navbar-toggle.active span::after {
	transform-origin: 50% 50%;
	top: 0;
}

.rd-navbar-toggle.active span::before {
	transform: rotate(45deg);
}

.rd-navbar-toggle.active span::after {
	transform: rotate(-45deg);
}

.rd-navbar-collapse-toggle {
	display: inline-block;
	position: relative;
	width: 46px;
	height: 46px;
	line-height: 46px;
	cursor: pointer;
	color: #b7b7b7;
	display: none;
}

.rd-navbar-collapse-toggle span {
	top: 50%;
	margin-top: -2.875px;
}

.rd-navbar-collapse-toggle span, .rd-navbar-collapse-toggle span::before, .rd-navbar-collapse-toggle span::after {
	position: absolute;
	width: 5.75px;
	height: 5.75px;
	line-height: 5.75px;
	text-align: center;
	background: #b7b7b7;
	left: 50%;
	margin-left: -2.875px;
	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: 2.875px;
}

.rd-navbar-collapse-toggle span::after {
	top: 100%;
	margin-top: 2.875px;
}

.rd-navbar-collapse-toggle.active span {
	transform: scale(0.7);
}

.rd-navbar-collapse-toggle.active span::before {
	transform: translateY(17.25px);
}

.rd-navbar-collapse-toggle.active span::after {
	transform: translateY(-17.25px);
}

.rd-navbar-brand a {
	display: block;
}

.rd-navbar-search {
	position: relative;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.rd-navbar-search .form-input {
	padding-top: 9px;
	padding-bottom: 9px;
	min-height: 50px;
	padding-right: 50px;
}

.rd-navbar-search .form-label {
	top: 25px;
}

.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;
	font-size: 20px;
	color: #ccc;
	transition: .33s;
}

.rd-navbar-search .rd-search-form-submit:hover {
	color: #35ad79;
}

.rd-navbar-search-toggle {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
	display: none;
	align-items: center;
	justify-content: center;
}

.rd-navbar-search-toggle::-moz-focus-inner {
	border: none;
	padding: 0;
}

.rd-navbar-search-toggle span {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
	padding: 0;
	transition: .3s ease-in-out;
}

.rd-navbar-search-toggle span::before, .rd-navbar-search-toggle span::after {
	transition: transform .3s ease-in-out, opacity .3s ease-in-out;
}

.rd-navbar-search-toggle span::before, .rd-navbar-search-toggle span::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.rd-navbar-search-toggle span::before {
	content: "";
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
	font-family: "fl-budicons-launch";
}

.rd-navbar-search-toggle span::after {
	content: "";
	transform: rotate(-90deg) scale(0.4);
	opacity: 0;
	visibility: hidden;
	font-family: "Material Design Icons";
}

.rd-navbar-search-toggle.active span::before {
	opacity: 0;
	visibility: hidden;
	transform: rotate(90deg) scale(0.4);
}

.rd-navbar-search-toggle.active span::after {
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
}

.rd-nav-link {
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .075em;
	text-transform: uppercase;
	color: #2c343b;
	line-height: 1.2;
}

.rd-dropdown-link,
.rd-megamenu-list-link {
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .075em;
	text-transform: uppercase;
}

.rd-navbar-dropdown {
	display: none;
}

.rd-navbar-dark {
	background: #35363c;
}

.rd-navbar-darker {
	background: #181733; /* Couleur du background nav */
}

/*
* @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: #35ad79;
	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: #35ad79;
}

.rd-navbar-static .rd-nav-item.active .rd-nav-link {
	color: #35ad79;
	background: transparent;
}

.rd-navbar-static .rd-nav-item.active > .rd-navbar-submenu-toggle {
	color: #35ad79;
}

.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";
	font-size: 16px;
	cursor: pointer;
}

.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: #35ad79;
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu {
	margin-top: 20px;
}

.rd-navbar-static .rd-nav-item + .rd-nav-item {
	margin:0;
	padding: 0 25px;
}

.rd-navbar-static .rd-nav-link {
	position: relative;
	display: inline-block;
	transition: .25s;
}

.rd-navbar-static .rd-nav-link:hover {
	color: #35ad79;
}

.rd-navbar-static .rd-menu {
	z-index: 15;
	position: absolute;
	display: block;
	margin-top: 20px;
	visibility: hidden;
	opacity: 0;
	text-align: left;
	border: 1px solid #d7d7d7;
	transform: translate3d(0, 30px, 0);
}

.rd-navbar-static .rd-navbar-dropdown {
	position: absolute;
	left: 0;
	width: 215px;
	background: #fff;
	border: 1px solid #e1e1e1;
	z-index: 5;
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
	top: -1px;
	left: 100%;
	z-index: 2;
	margin-top: 0;
	margin-left: 2px;
	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: #35ad79;
	padding-right: 25px;
	padding-left: 39px;
}

.rd-navbar-static .rd-dropdown-item + .rd-dropdown-item {
	border-top: 1px solid #e1e1e1;
}

.rd-navbar-static .rd-dropdown-link {
	color: #151515;
}

.rd-navbar-static .rd-dropdown-link:hover {
	color: #35ad79;
}

.rd-navbar-static .rd-navbar-dropdown li > a,
.rd-navbar-static .rd-megamenu-list li > a {
	position: relative;
	left: -3px;
	display: -ms-flexbox;
	display: -webkit-flex;
	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::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: 6px;
	left: -6px;
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #35ad79;
	font-size: inherit;
	line-height: inherit;
	color: #35ad79;
	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;
}

.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-dropdown-link, .rd-navbar-static .rd-dropdown-link:focus, .rd-navbar-static .rd-dropdown-link:active,
.rd-navbar-static .rd-megamenu-list-link,
.rd-navbar-static .rd-megamenu-list-link:focus,
.rd-navbar-static .rd-megamenu-list-link:active {
	color: #151515;
}

.rd-navbar-static .rd-dropdown-link:hover,
.rd-navbar-static .rd-megamenu-list-link:hover {
	color: #35ad79;
}

.rd-navbar-static .rd-navbar-dropdown .rd-dropdown-link {
	padding: 12px 39px 12px 25px;
}

.rd-navbar-static .rd-navbar-dropdown .rd-dropdown-link:hover {
	padding-right: 25px;
	padding-left: 39px;
}

@media (min-width: 1200px) and (min-height: 760px) {
	.rd-navbar-static .rd-navbar-dropdown .rd-dropdown-link {
		padding-top: 17px;
		padding-bottom: 17px;
	}
}

[dir='rtl'] .rd-navbar-static .rd-navbar-dropdown li > a::before,
[dir='rtl'] .rd-navbar-static .rd-megamenu-list li > a::before {
	content: '\f104';
}

.rd-navbar-static .rd-navbar-megamenu {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	left: 0;
	width: calc(100% - 30px);
	max-width: 1170px;
	padding: 30px 50px;
	background: #fff;
}

.rd-navbar-static .rd-megamenu-2-columns {
	display: block;
	padding: 0;
}

.rd-navbar-static .rd-megamenu-2-columns .rd-megamenu-main {
	padding: 30px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.rd-navbar-static .rd-megamenu-2-columns .rd-megamenu-item {
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.rd-navbar-static .rd-megamenu-2-columns .rd-megamenu-item-nav {
	-webkit-flex-basis: 37%;
	-ms-flex-preferred-size: 37%;
	flex-basis: 37%;
	max-width: 37%;
}

.rd-navbar-static .rd-megamenu-2-columns .rd-megamenu-item-content {
	-webkit-flex-basis: 63%;
	-ms-flex-preferred-size: 63%;
	flex-basis: 63%;
	max-width: 63%;
}

.rd-navbar-static .rd-megamenu-2-columns * + .row {
	margin-top: 17px;
}

.rd-navbar-static .rd-megamenu-2-columns .post-classic-main {
	padding-right: 0;
}

@media (max-width: 1199.98px) {
	.rd-navbar-static .rd-megamenu-2-columns .countdown-section:last-child {
		display: none;
	}
	.rd-navbar-static .rd-megamenu-2-columns .post-classic-figure {
		max-width: 82px;
	}
	.rd-navbar-static .rd-megamenu-2-columns .post-classic-title {
		font-size: 13px;
	}
	.rd-navbar-static .rd-megamenu-2-columns * + .post-classic-title {
		margin-top: 5px;
	}
}

@media (min-width: 1200px) {
	.rd-navbar-static .rd-megamenu-2-columns .rd-megamenu-main {
		padding: 45px 50px;
	}
	.rd-navbar-static .rd-megamenu-2-columns .rd-megamenu-item + .rd-megamenu-item {
		padding-left: 70px;
	}
	.rd-navbar-static .rd-megamenu-2-columns .rd-megamenu-item-nav {
		-webkit-flex-basis: 32%;
		-ms-flex-preferred-size: 32%;
		flex-basis: 32%;
		max-width: 32%;
	}
	.rd-navbar-static .rd-megamenu-2-columns .rd-megamenu-item-content {
		-webkit-flex-basis: 68%;
		-ms-flex-preferred-size: 68%;
		flex-basis: 68%;
		max-width: 68%;
	}
	.rd-navbar-static .rd-megamenu-2-columns .rd-megamenu-list-item + .rd-megamenu-list-item {
		margin-top: 14px;
	}
}

.rd-navbar-static .rd-megamenu-item {
	-webkit-flex-basis: 25%;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.rd-navbar-static .rd-megamenu-item + .rd-megamenu-item {
	padding-left: 20px;
}

.rd-navbar-static .rd-megamenu-list-outer {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.rd-navbar-static .rd-megamenu-list-outer .rd-megamenu-list {
	margin-top: 0;
	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}

.rd-navbar-static .rd-megamenu-title {
	padding-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;
}

.rd-navbar-static .rd-megamenu-list-item + .rd-megamenu-list-item {
	margin-top: 11px;
}

.rd-navbar-static .rd-megamenu-list-link {
	color: #000;
	background: transparent;
}

.rd-navbar-static .rd-megamenu-list-link:hover {
	color: #35ad79;
	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--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: 1090;
	background: #fff;
}

.rd-navbar-static .rd-navbar--has-dropdown {
	position: relative;
}

/*
*
* RD Navbar Fixed Layout
*/
.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;
	width: auto;
	height: auto;
}

.rd-navbar-fixed .rd-navbar-panel {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1090;
	display: flex;
	align-items: center;
	height: 56px;
	padding: 5px;
	width: 1500px !important;
}

.rd-navbar-fixed .rd-navbar-panel-inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-left: 15px;
	padding-right: 5px;
	max-width: 100%;
}

.rd-navbar-fixed .rd-navbar-panel-inner > * + * {
	margin-left: 14px;
}

.rd-navbar-fixed .rd-navbar-panel-item-right {
	text-align: right;
}

.rd-navbar-fixed .rd-navbar-brand {
	text-align: center;
}

.rd-navbar-fixed .rd-navbar-brand img {
	max-width: 300px;
	max-height: 90px;
}

.rd-navbar-fixed .brand {
	display: inline-block;
}

.rd-navbar-fixed .rd-navbar-main {
	position: fixed;
	left: 0;
	top: -56px;
	bottom: -56px;
	z-index: 1089;
	width: 300px;
	padding: 112px 0 81px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	font-size: 14px;
	line-height: 34px;
	transform: translateX(-110%);
}

.rd-navbar-fixed .rd-navbar-main::-webkit-scrollbar {
	width: 4px;
}

.rd-navbar-fixed .rd-navbar-main::-webkit-scrollbar-thumb {
	background: #74d4aa;
	border: none;
	border-radius: 0;
	opacity: .2;
}

.rd-navbar-fixed .rd-navbar-main::-webkit-scrollbar-track {
	background: #35ad79;
	border: none;
	border-radius: 0;
}

.rd-navbar-fixed .rd-navbar-main.active {
	transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-main .rd-navbar-search,
.rd-navbar-fixed .rd-navbar-main .rd-search {
	width: 100%;
}

.rd-navbar-fixed .rd-navbar-main .rd-navbar-search-toggle {
	display: none;
}

.rd-navbar-fixed .rd-navbar-main .cart-inline-toggled-outer {
	position: relative;
}

.rd-navbar-fixed .rd-navbar-main .cart-inline-toggled-outer button {
	pointer-events: none;
}

.rd-navbar-fixed .rd-navbar-main .cart-inline-toggled {
	display: none;
}

.rd-navbar-fixed .rd-navbar-main .link-cart-hidden-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
}

.rd-navbar-fixed .rd-navbar-main .link-cart-hidden-link:hover ~ .link-cart .link-cart-icon {
	color: #35ad79;
}

.rd-navbar-fixed .rd-navbar-nav {
	display: block;
	height: auto;
	text-align: left;
}

.rd-navbar-fixed * + .rd-navbar-nav {
	margin-top: 10px;
}

.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: flex;
	align-items: center;
	min-height: 52px;
	padding: 9px 56px 9px 18px;
}

.rd-navbar-fixed .heading-component-inner {
	padding-left: 15px;
}

.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: 20px;
}

.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-navbar-megamenu .rd-megamenu-list-link {
	padding-left: 20px;
}

.rd-navbar-fixed * + .rd-megamenu-list {
	margin-top: 2px;
}

.rd-navbar-fixed .rd-megamenu-item-content {
	margin: 15px;
}

.rd-navbar-fixed .rd-megamenu-item-content .heading-component {
	margin: 0 0 0 -10px;
}

.rd-navbar-fixed .rd-megamenu-item + .rd-megamenu-item {
	margin-top: 28px;
}

.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;
	max-width: 50px;
	z-index: 1091;
}

.rd-navbar-fixed .rd-navbar-collapse {
	position: absolute;
	right: 0;
	top: 55px;
	z-index: 1089;
	width: 100vw;
	max-width: 100%;
	padding: 15px 20px;
	transform-origin: 50% 0;
	transform: scale3d(1, 0.5, 1);
	border-radius: 0;
	text-align: left;
	font-size: 14px;
	opacity: 0;
	visibility: hidden;
	transition: .4s;
}

.rd-navbar-fixed .rd-navbar-collapse.active {
	transform: scale3d(1, 1, 1);
	opacity: 1;
	visibility: visible;
}

.rd-navbar-fixed .rd-navbar-collapse .owl-carousel .owl-item.active + .owl-item {
	opacity: 0;
}

.rd-navbar-fixed .select2-container {
	position: relative;
	top: -1px;
}

.rd-navbar-fixed .rd-search-results-live {
	display: none;
}

.rd-navbar-fixed .rd-navbar-main-element {
	margin: 10px 18px;
}

.rd-navbar-fixed .rd-navbar-main-top .rd-navbar-main-element {
	margin-left: 0;
	margin-right: 0;
}

.rd-navbar-fixed * + .rd-navbar-main-element {
	margin-top: 20px;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	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;
	transition: .3s ease-in-out;
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before, .rd-navbar-fixed .rd-navbar-search-toggle span::after {
	transition: transform .3s ease-in-out, opacity .3s 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 .container {
	padding: 0;
}

.rd-navbar-fixed * + .row {
	margin-top: 12px;
}

.rd-navbar-fixed [class^='col'] {
	width: 100%;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

.rd-navbar-fixed .post-classic-title {
	font-size: 12px;
}

.rd-navbar-fixed .post-classic-figure img {
	max-width: 86px;
}

.rd-navbar-fixed * + .post-classic-title {
	margin-top: 0;
}

.rd-navbar-fixed .list-inline-bordered {
	transform: none;
	margin-top: -4px;
	margin-bottom: 0;
}

.rd-navbar-fixed .heading-component {
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 10px;
	border-bottom-color: #5e616e;
}

.rd-navbar-fixed .heading-component-title {
	font-size: 13px;
	color: #e7e8ef;
}

.rd-navbar-fixed .cart-inline-toggled-outer {
	position: static;
}

.rd-navbar-fixed .cart-inline-toggle::after {
	bottom: -19px;
}

.rd-navbar-fixed .cart-inline-toggled {
	position: fixed;
	top: 56px;
	margin: 0 auto;
}

.rd-navbar-fixed .svg-sizing-35,
.rd-navbar-fixed .svg-sizing-35 * {
	height: 30px;
	width: 30px;
}

.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-list {
	margin-top: 20px;
}

.rd-navbar-fixed * + .rd-navbar-search {
	margin-top: 20px;
}

.rd-navbar-fixed .rd-navbar-panel {
	background: #2c2d31;
}

.rd-navbar-fixed .rd-navbar-main {
	background: #35363c;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	color: #fff;
	background: #fff;
	border: 1px solid #d7d7d7;
	box-shadow: none;
}

.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: var(--asa-primary);
	background: transparent;
}

.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: #fff;
}

.rd-navbar-fixed .rd-nav-link {
	color: #ccc;
}

.rd-navbar-fixed .rd-megamenu-list > li > a,
.rd-navbar-fixed .rd-navbar-dropdown > li > a {
	color: #b7b7b7;
}

.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: #fff;
	background: #35ad79;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
	color: #ccc;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
	border-bottom: rgba(255, 255, 255, 0.15);
}

.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: #fff;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:hover {
	color: #35ad79;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
	color: #ccc;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
	color: #ccc;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit:hover {
	color: #35ad79;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
	color: #2c343b;
}

.rd-navbar-fixed .rd-navbar-search-toggle:hover {
	color: #35ad79;
}

.rd-navbar-fixed .rd-navbar-collapse {
	background: #35363c;
	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: #ccc;
}

html.rd-navbar-fixed-linked .page {
	padding-top: 56px;
}

.context-dark .rd-navbar-fixed .event-teaser, .rd-navbar-dark .rd-navbar-fixed .event-teaser, .rd-navbar-darker .rd-navbar-fixed .event-teaser, .bg-gray-700 .rd-navbar-fixed .event-teaser, .bg-gray-2 .rd-navbar-fixed .event-teaser, .bg-gray-4 .rd-navbar-fixed .event-teaser, .bg-primary .rd-navbar-fixed .event-teaser, .bg-image-dark .rd-navbar-fixed .event-teaser {
	color: #fff;
	background: #2c2d31;
}

.context-dark .rd-navbar-fixed .event-teaser h1, .rd-navbar-dark .rd-navbar-fixed .event-teaser h1, .rd-navbar-darker .rd-navbar-fixed .event-teaser h1, .bg-gray-700 .rd-navbar-fixed .event-teaser h1, .bg-gray-2 .rd-navbar-fixed .event-teaser h1, .bg-gray-4 .rd-navbar-fixed .event-teaser h1, .bg-primary .rd-navbar-fixed .event-teaser h1, .bg-image-dark .rd-navbar-fixed .event-teaser h1, .context-dark .rd-navbar-fixed .event-teaser h2, .rd-navbar-dark .rd-navbar-fixed .event-teaser h2, .rd-navbar-darker .rd-navbar-fixed .event-teaser h2, .bg-gray-700 .rd-navbar-fixed .event-teaser h2, .bg-gray-2 .rd-navbar-fixed .event-teaser h2, .bg-gray-4 .rd-navbar-fixed .event-teaser h2, .bg-primary .rd-navbar-fixed .event-teaser h2, .bg-image-dark .rd-navbar-fixed .event-teaser h2, .context-dark .rd-navbar-fixed .event-teaser h3, .rd-navbar-dark .rd-navbar-fixed .event-teaser h3, .rd-navbar-darker .rd-navbar-fixed .event-teaser h3, .bg-gray-700 .rd-navbar-fixed .event-teaser h3, .bg-gray-2 .rd-navbar-fixed .event-teaser h3, .bg-gray-4 .rd-navbar-fixed .event-teaser h3, .bg-primary .rd-navbar-fixed .event-teaser h3, .bg-image-dark .rd-navbar-fixed .event-teaser h3, .context-dark .rd-navbar-fixed .event-teaser h4, .rd-navbar-dark .rd-navbar-fixed .event-teaser h4, .rd-navbar-darker .rd-navbar-fixed .event-teaser h4, .bg-gray-700 .rd-navbar-fixed .event-teaser h4, .bg-gray-2 .rd-navbar-fixed .event-teaser h4, .bg-gray-4 .rd-navbar-fixed .event-teaser h4, .bg-primary .rd-navbar-fixed .event-teaser h4, .bg-image-dark .rd-navbar-fixed .event-teaser h4, .context-dark .rd-navbar-fixed .event-teaser h5, .rd-navbar-dark .rd-navbar-fixed .event-teaser h5, .rd-navbar-darker .rd-navbar-fixed .event-teaser h5, .bg-gray-700 .rd-navbar-fixed .event-teaser h5, .bg-gray-2 .rd-navbar-fixed .event-teaser h5, .bg-gray-4 .rd-navbar-fixed .event-teaser h5, .bg-primary .rd-navbar-fixed .event-teaser h5, .bg-image-dark .rd-navbar-fixed .event-teaser h5, .context-dark .rd-navbar-fixed .event-teaser h6, .rd-navbar-dark .rd-navbar-fixed .event-teaser h6, .rd-navbar-darker .rd-navbar-fixed .event-teaser h6, .bg-gray-700 .rd-navbar-fixed .event-teaser h6, .bg-gray-2 .rd-navbar-fixed .event-teaser h6, .bg-gray-4 .rd-navbar-fixed .event-teaser h6, .bg-primary .rd-navbar-fixed .event-teaser h6, .bg-image-dark .rd-navbar-fixed .event-teaser h6, .context-dark .rd-navbar-fixed .event-teaser [class*='heading-'], .rd-navbar-dark .rd-navbar-fixed .event-teaser [class*='heading-'], .rd-navbar-darker .rd-navbar-fixed .event-teaser [class*='heading-'], .bg-gray-700 .rd-navbar-fixed .event-teaser [class*='heading-'], .bg-gray-2 .rd-navbar-fixed .event-teaser [class*='heading-'], .bg-gray-4 .rd-navbar-fixed .event-teaser [class*='heading-'], .bg-primary .rd-navbar-fixed .event-teaser [class*='heading-'], .bg-image-dark .rd-navbar-fixed .event-teaser [class*='heading-'] {
	color: #fff;
}

.context-dark .rd-navbar-fixed .event-teaser-highlighted, .rd-navbar-dark .rd-navbar-fixed .event-teaser-highlighted, .rd-navbar-darker .rd-navbar-fixed .event-teaser-highlighted, .bg-gray-700 .rd-navbar-fixed .event-teaser-highlighted, .bg-gray-2 .rd-navbar-fixed .event-teaser-highlighted, .bg-gray-4 .rd-navbar-fixed .event-teaser-highlighted, .bg-primary .rd-navbar-fixed .event-teaser-highlighted, .bg-image-dark .rd-navbar-fixed .event-teaser-highlighted {
	background: #38393e;
}

.context-dark .rd-navbar-fixed .link-icon .icon, .rd-navbar-dark .rd-navbar-fixed .link-icon .icon, .rd-navbar-darker .rd-navbar-fixed .link-icon .icon, .bg-gray-700 .rd-navbar-fixed .link-icon .icon, .bg-gray-2 .rd-navbar-fixed .link-icon .icon, .bg-gray-4 .rd-navbar-fixed .link-icon .icon, .bg-primary .rd-navbar-fixed .link-icon .icon, .bg-image-dark .rd-navbar-fixed .link-icon .icon {
	margin: 0;
}

.context-dark .rd-navbar-fixed .link-icon-text, .rd-navbar-dark .rd-navbar-fixed .link-icon-text, .rd-navbar-darker .rd-navbar-fixed .link-icon-text, .bg-gray-700 .rd-navbar-fixed .link-icon-text, .bg-gray-2 .rd-navbar-fixed .link-icon-text, .bg-gray-4 .rd-navbar-fixed .link-icon-text, .bg-primary .rd-navbar-fixed .link-icon-text, .bg-image-dark .rd-navbar-fixed .link-icon-text {
	font-size: 0;
}

.context-dark .rd-navbar-fixed .button-gray-outline, .rd-navbar-dark .rd-navbar-fixed .button-gray-outline, .rd-navbar-darker .rd-navbar-fixed .button-gray-outline, .bg-gray-700 .rd-navbar-fixed .button-gray-outline, .bg-gray-2 .rd-navbar-fixed .button-gray-outline, .bg-gray-4 .rd-navbar-fixed .button-gray-outline, .bg-primary .rd-navbar-fixed .button-gray-outline, .bg-image-dark .rd-navbar-fixed .button-gray-outline, .context-dark .rd-navbar-fixed .button-gray-outline:focus, .rd-navbar-dark .rd-navbar-fixed .button-gray-outline:focus, .rd-navbar-darker .rd-navbar-fixed .button-gray-outline:focus, .bg-gray-700 .rd-navbar-fixed .button-gray-outline:focus, .bg-gray-2 .rd-navbar-fixed .button-gray-outline:focus, .bg-gray-4 .rd-navbar-fixed .button-gray-outline:focus, .bg-primary .rd-navbar-fixed .button-gray-outline:focus, .bg-image-dark .rd-navbar-fixed .button-gray-outline:focus {
	color: #d7d7d7;
	background-color: transparent;
	border-color: #d7d7d7;
}

.context-dark .rd-navbar-fixed .button-gray-outline:hover, .rd-navbar-dark .rd-navbar-fixed .button-gray-outline:hover, .rd-navbar-darker .rd-navbar-fixed .button-gray-outline:hover, .bg-gray-700 .rd-navbar-fixed .button-gray-outline:hover, .bg-gray-2 .rd-navbar-fixed .button-gray-outline:hover, .bg-gray-4 .rd-navbar-fixed .button-gray-outline:hover, .bg-primary .rd-navbar-fixed .button-gray-outline:hover, .bg-image-dark .rd-navbar-fixed .button-gray-outline:hover, .context-dark .rd-navbar-fixed .button-gray-outline:active, .rd-navbar-dark .rd-navbar-fixed .button-gray-outline:active, .rd-navbar-darker .rd-navbar-fixed .button-gray-outline:active, .bg-gray-700 .rd-navbar-fixed .button-gray-outline:active, .bg-gray-2 .rd-navbar-fixed .button-gray-outline:active, .bg-gray-4 .rd-navbar-fixed .button-gray-outline:active, .bg-primary .rd-navbar-fixed .button-gray-outline:active, .bg-image-dark .rd-navbar-fixed .button-gray-outline:active {
	color: #151515;
	background-color: #fff;
	border-color: #fff;
}

.context-dark .rd-navbar-fixed .button-gray-outline.button-ujarak::before, .rd-navbar-dark .rd-navbar-fixed .button-gray-outline.button-ujarak::before, .rd-navbar-darker .rd-navbar-fixed .button-gray-outline.button-ujarak::before, .bg-gray-700 .rd-navbar-fixed .button-gray-outline.button-ujarak::before, .bg-gray-2 .rd-navbar-fixed .button-gray-outline.button-ujarak::before, .bg-gray-4 .rd-navbar-fixed .button-gray-outline.button-ujarak::before, .bg-primary .rd-navbar-fixed .button-gray-outline.button-ujarak::before, .bg-image-dark .rd-navbar-fixed .button-gray-outline.button-ujarak::before {
	background: #fff;
}

.context-dark .rd-navbar-fixed .post-classic, .rd-navbar-dark .rd-navbar-fixed .post-classic, .rd-navbar-darker .rd-navbar-fixed .post-classic, .bg-gray-700 .rd-navbar-fixed .post-classic, .bg-gray-2 .rd-navbar-fixed .post-classic, .bg-gray-4 .rd-navbar-fixed .post-classic, .bg-primary .rd-navbar-fixed .post-classic, .bg-image-dark .rd-navbar-fixed .post-classic {
	background-color: transparent;
}

.context-dark .rd-navbar-fixed .post-classic-title, .rd-navbar-dark .rd-navbar-fixed .post-classic-title, .rd-navbar-darker .rd-navbar-fixed .post-classic-title, .bg-gray-700 .rd-navbar-fixed .post-classic-title, .bg-gray-2 .rd-navbar-fixed .post-classic-title, .bg-gray-4 .rd-navbar-fixed .post-classic-title, .bg-primary .rd-navbar-fixed .post-classic-title, .bg-image-dark .rd-navbar-fixed .post-classic-title {
	color: #edeff4;
}

.context-dark .rd-navbar-fixed .post-classic-title a:hover, .rd-navbar-dark .rd-navbar-fixed .post-classic-title a:hover, .rd-navbar-darker .rd-navbar-fixed .post-classic-title a:hover, .bg-gray-700 .rd-navbar-fixed .post-classic-title a:hover, .bg-gray-2 .rd-navbar-fixed .post-classic-title a:hover, .bg-gray-4 .rd-navbar-fixed .post-classic-title a:hover, .bg-primary .rd-navbar-fixed .post-classic-title a:hover, .bg-image-dark .rd-navbar-fixed .post-classic-title a:hover {
	color: #fcef57;
}

@-moz-document url-prefix() {
	.rd-navbar-fixed .rd-navbar-main > *:last-child {
		margin-bottom: 80px;
	}
}

/*
*
* RD Navbar Sidebar
* --------------------------------------------------
*/
.rd-navbar-sidebar {
	display: block;
	background: #fff;
}

.rd-navbar-sidebar .rd-navbar-main-outer {
	padding-left: 15px;
	padding-right: 15px;
}

.rd-navbar-sidebar .rd-navbar-main {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 22px 60px 22px 0;
	max-width: 1140px;
	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: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	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: 1093;
}

.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: 1092;
	width: 450px;
	padding: 94px 0 0 0;
	background: #fff;
	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: #35ad79;
}

.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: #ccc;
}

.rd-navbar-sidebar .rd-nav-link:hover {
	color: #35ad79;
}

.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: #2c343b;
}

.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: #35ad79;
}

.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: #ccc;
	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: -ms-flexbox;
	display: -webkit-flex;
	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::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: 6px;
	left: -6px;
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #35ad79;
	font-size: inherit;
	line-height: inherit;
	color: #35ad79;
	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;
}

.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: #35ad79;
}

.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 {
	background: #35363c;
}

.rd-navbar-classic .rd-navbar-list {
	display: flex;
	flex-wrap: wrap;
}

.rd-navbar-classic .rd-navbar-list-item {
	display: flex;
	align-items: center;
}

.rd-navbar-classic .rd-navbar-list-link {
	display: block;
	max-width: 80px;	
}

.rd-navbar-classic .rd-navbar-list-link:hover {
	opacity: .8;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-panel {
    background: #0d3d22 !important;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-panel-inner,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-panel-inner {
	position: relative;
	z-index: 2;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-panel-item {
	display: flex;
	align-items: center;
	width: 40%;
	padding: 15px 0;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-panel-item-left,
.rd-navbar-classic.rd-navbar-static .rd-navbar-panel-item-right {
	position: relative;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-panel-item-left > *,
.rd-navbar-classic.rd-navbar-static .rd-navbar-panel-item-right > * {
	position: relative;
	z-index: 1;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-panel-item-left::before,
.rd-navbar-classic.rd-navbar-static .rd-navbar-panel-item-right::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 0;
	width: 100vw;
	background: #0d3d22 !important;
	transform-origin: 0 0;
	pointer-events: none;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-panel-item-left {
	display: flex !important;
	align-items: center;
	padding-left: 30px;
	overflow: hidden;
	flex: 0 0 36%;
	max-width: 36%;
}



.rd-navbar-classic.rd-navbar-static .rd-navbar-panel-item-right {
	display: flex !important;
	align-items: center;
	justify-content: flex-end;
	padding-left: 20px;
	gap: 12px;
}



.rd-navbar-classic.rd-navbar-static .owl-carousel-inline-outer {
	overflow: hidden;
	width: 100%;
	max-width: 90%;
	flex-shrink: 0;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand {
	position: relative;
	top: -8px;
	margin-top: -43px;
	text-align: center;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 200px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main-top {
	padding: 10px 0;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-list {
	order: 0;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand {
	order: 1;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-search {
	order: 2;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-list,
.rd-navbar-classic.rd-navbar-static .rd-navbar-search {
	width: calc(50% - 200px / 2);
}

/* .rd-navbar-classic.rd-navbar-static .rd-navbar-main-bottom {
	padding: 20px 0;
} */

.rd-navbar-classic.rd-navbar-static .rd-navbar-main-container {
	position: relative;
	display: flex !important;
	align-items: center;
}

/* Centre verticalement, aligne à gauche */
.rd-navbar-classic.rd-navbar-static .rd-navbar-nav {
	display: flex !important;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.rd-navbar-classic.rd-navbar-static .rd-nav-item {
	display: flex !important;
	align-items: center;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-list-item + .rd-navbar-list-item {
	margin-left: 10px;
}

.rd-navbar-classic.rd-navbar-static .rd-search {
	max-width: 315px;
	margin-left: auto;
	width: 100%;
}

.rd-navbar-classic.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle {
	position: relative;
	top: 1px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-megamenu {
	left: 15px;
	right: auto;
}

.rd-navbar-classic.rd-navbar-static .post-classic-title {
	color: #151515;
}

@media (min-width: 1200px) {
	.rd-navbar-classic.rd-navbar-static .rd-navbar-main-top {
		padding: 20px 0;
	}
	
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone {
	background: #35363c;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-panel,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main-top, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-panel,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main-top {
	height: 0;
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 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-classic.rd-navbar-fixed .rd-navbar-list {
	flex-wrap: nowrap;
	justify-content: space-between;
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-list-item {
	padding: 0 12px;
	flex-grow: 1;
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-panel-inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-left: 15px;
	padding-right: 5px;
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-panel-inner > * + * {
	margin-left: 14px;
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-main-top {
	padding: 20px 10px 15px;
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-main-bottom {
	background-color: transparent;
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-main-element {
	margin: 10px 20px;
}

.context-dark .rd-navbar-static.rd-navbar-classic .rd-nav-link, .rd-navbar-dark .rd-navbar-static.rd-navbar-classic .rd-nav-link, .rd-navbar-darker .rd-navbar-static.rd-navbar-classic .rd-nav-link, .bg-gray-700 .rd-navbar-static.rd-navbar-classic .rd-nav-link, .bg-gray-2 .rd-navbar-static.rd-navbar-classic .rd-nav-link, .bg-gray-4 .rd-navbar-static.rd-navbar-classic .rd-nav-link, .bg-primary .rd-navbar-static.rd-navbar-classic .rd-nav-link, .bg-image-dark .rd-navbar-static.rd-navbar-classic .rd-nav-link {
	color: #fff;
}

.context-dark .rd-navbar-static.rd-navbar-classic .rd-nav-item.active .rd-nav-link, .rd-navbar-dark .rd-navbar-static.rd-navbar-classic .rd-nav-item.active .rd-nav-link, .rd-navbar-darker .rd-navbar-static.rd-navbar-classic .rd-nav-item.active .rd-nav-link, .bg-gray-700 .rd-navbar-static.rd-navbar-classic .rd-nav-item.active .rd-nav-link, .bg-gray-2 .rd-navbar-static.rd-navbar-classic .rd-nav-item.active .rd-nav-link, .bg-gray-4 .rd-navbar-static.rd-navbar-classic .rd-nav-item.active .rd-nav-link, .bg-primary .rd-navbar-static.rd-navbar-classic .rd-nav-item.active .rd-nav-link, .bg-image-dark .rd-navbar-static.rd-navbar-classic .rd-nav-item.active .rd-nav-link,
.context-dark .rd-navbar-static.rd-navbar-classic .rd-nav-item.opened .rd-nav-link,
.rd-navbar-dark .rd-navbar-static.rd-navbar-classic .rd-nav-item.opened .rd-nav-link,
.rd-navbar-darker .rd-navbar-static.rd-navbar-classic .rd-nav-item.opened .rd-nav-link,
.bg-gray-700 .rd-navbar-static.rd-navbar-classic .rd-nav-item.opened .rd-nav-link,
.bg-gray-2 .rd-navbar-static.rd-navbar-classic .rd-nav-item.opened .rd-nav-link,
.bg-gray-4 .rd-navbar-static.rd-navbar-classic .rd-nav-item.opened .rd-nav-link,
.bg-primary .rd-navbar-static.rd-navbar-classic .rd-nav-item.opened .rd-nav-link,
.bg-image-dark .rd-navbar-static.rd-navbar-classic .rd-nav-item.opened .rd-nav-link,
.context-dark .rd-navbar-static.rd-navbar-classic .rd-nav-item.focus .rd-nav-link,
.rd-navbar-dark .rd-navbar-static.rd-navbar-classic .rd-nav-item.focus .rd-nav-link,
.rd-navbar-darker .rd-navbar-static.rd-navbar-classic .rd-nav-item.focus .rd-nav-link,
.bg-gray-700 .rd-navbar-static.rd-navbar-classic .rd-nav-item.focus .rd-nav-link,
.bg-gray-2 .rd-navbar-static.rd-navbar-classic .rd-nav-item.focus .rd-nav-link,
.bg-gray-4 .rd-navbar-static.rd-navbar-classic .rd-nav-item.focus .rd-nav-link,
.bg-primary .rd-navbar-static.rd-navbar-classic .rd-nav-item.focus .rd-nav-link,
.bg-image-dark .rd-navbar-static.rd-navbar-classic .rd-nav-item.focus .rd-nav-link {
	color: #35ad79;
}

.context-dark .rd-navbar-classic .rd-navbar-search .form-label, .rd-navbar-dark .rd-navbar-classic .rd-navbar-search .form-label, .rd-navbar-darker .rd-navbar-classic .rd-navbar-search .form-label, .bg-gray-700 .rd-navbar-classic .rd-navbar-search .form-label, .bg-gray-2 .rd-navbar-classic .rd-navbar-search .form-label, .bg-gray-4 .rd-navbar-classic .rd-navbar-search .form-label, .bg-primary .rd-navbar-classic .rd-navbar-search .form-label, .bg-image-dark .rd-navbar-classic .rd-navbar-search .form-label,
.context-dark .rd-navbar-classic .rd-navbar-search .form-input,
.rd-navbar-dark .rd-navbar-classic .rd-navbar-search .form-input,
.rd-navbar-darker .rd-navbar-classic .rd-navbar-search .form-input,
.bg-gray-700 .rd-navbar-classic .rd-navbar-search .form-input,
.bg-gray-2 .rd-navbar-classic .rd-navbar-search .form-input,
.bg-gray-4 .rd-navbar-classic .rd-navbar-search .form-input,
.bg-primary .rd-navbar-classic .rd-navbar-search .form-input,
.bg-image-dark .rd-navbar-classic .rd-navbar-search .form-input {
	color: #707279;
}

.context-dark .rd-navbar-classic .rd-navbar-search input, .rd-navbar-dark .rd-navbar-classic .rd-navbar-search input, .rd-navbar-darker .rd-navbar-classic .rd-navbar-search input, .bg-gray-700 .rd-navbar-classic .rd-navbar-search input, .bg-gray-2 .rd-navbar-classic .rd-navbar-search input, .bg-gray-4 .rd-navbar-classic .rd-navbar-search input, .bg-primary .rd-navbar-classic .rd-navbar-search input, .bg-image-dark .rd-navbar-classic .rd-navbar-search input {
	background: #424349;
	border-color: #424349;
}

.context-dark .rd-navbar-classic .nav-light-list a, .rd-navbar-dark .rd-navbar-classic .nav-light-list a, .rd-navbar-darker .rd-navbar-classic .nav-light-list a, .bg-gray-700 .rd-navbar-classic .nav-light-list a, .bg-gray-2 .rd-navbar-classic .nav-light-list a, .bg-gray-4 .rd-navbar-classic .nav-light-list a, .bg-primary .rd-navbar-classic .nav-light-list a, .bg-image-dark .rd-navbar-classic .nav-light-list a {
	color: #707279;
}

.context-dark .rd-navbar-classic .nav-light-list li.active, .rd-navbar-dark .rd-navbar-classic .nav-light-list li.active, .rd-navbar-darker .rd-navbar-classic .nav-light-list li.active, .bg-gray-700 .rd-navbar-classic .nav-light-list li.active, .bg-gray-2 .rd-navbar-classic .nav-light-list li.active, .bg-gray-4 .rd-navbar-classic .nav-light-list li.active, .bg-primary .rd-navbar-classic .nav-light-list li.active, .bg-image-dark .rd-navbar-classic .nav-light-list li.active,
.context-dark .rd-navbar-classic .nav-light-list a:hover,
.rd-navbar-dark .rd-navbar-classic .nav-light-list a:hover,
.rd-navbar-darker .rd-navbar-classic .nav-light-list a:hover,
.bg-gray-700 .rd-navbar-classic .nav-light-list a:hover,
.bg-gray-2 .rd-navbar-classic .nav-light-list a:hover,
.bg-gray-4 .rd-navbar-classic .nav-light-list a:hover,
.bg-primary .rd-navbar-classic .nav-light-list a:hover,
.bg-image-dark .rd-navbar-classic .nav-light-list a:hover {
	color: #fcef57;
}

.context-dark .rd-navbar-classic .link, .rd-navbar-dark .rd-navbar-classic .link, .rd-navbar-darker .rd-navbar-classic .link, .bg-gray-700 .rd-navbar-classic .link, .bg-gray-2 .rd-navbar-classic .link, .bg-gray-4 .rd-navbar-classic .link, .bg-primary .rd-navbar-classic .link, .bg-image-dark .rd-navbar-classic .link {
	color: #fff;
}

.context-dark .rd-navbar-classic .link:hover, .rd-navbar-dark .rd-navbar-classic .link:hover, .rd-navbar-darker .rd-navbar-classic .link:hover, .bg-gray-700 .rd-navbar-classic .link:hover, .bg-gray-2 .rd-navbar-classic .link:hover, .bg-gray-4 .rd-navbar-classic .link:hover, .bg-primary .rd-navbar-classic .link:hover, .bg-image-dark .rd-navbar-classic .link:hover {
	color: #35ad79;
}

/**
*
* RD Navbar Corporate
*/
.rd-navbar-corporate {
	background: #35363c;
}

.rd-navbar-corporate .rd-navbar-list > li {
	display: inline-block;
	text-align: left;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-panel {
	padding-left: 15px;
	padding-right: 15px;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-panel-inner,
.rd-navbar-corporate.rd-navbar-static .rd-navbar-main-container {
	display: flex;
	justify-content: space-between;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-panel-inner {
	position: relative;
	z-index: 2;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-panel-item {
	display: flex;
	align-items: center;
	padding: 15px 0;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-panel-item-left {
	display: block;
	flex-direction: column;
	padding-right: 20px;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-panel-item-right {
	justify-content: flex-end;
	padding-left: 20px;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-brand {
	position: relative;
	text-align: center;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-brand img {
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 200px;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-main-element {
	display: flex;
	align-items: center;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-main-element > * + * {
	margin-left: 50px;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-main-top {
	padding: 20px 0;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-main-bottom {
	padding: 17px 0;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-main-top + .rd-navbar-main-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-main-container {
	position: relative;
	align-items: center;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-list-item + .rd-navbar-list-item {
	margin-left: 44px;
}

.rd-navbar-corporate.rd-navbar-static .nav-light-list {
	margin-left: -40px;
}

.rd-navbar-corporate.rd-navbar-static .nav-light-list > * {
	margin-left: 40px;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-list {
	transform: translate3d(0, -5px, 0);
	margin-bottom: -5px;
	margin-left: -35px;
	margin-right: -35px;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-list > * {
	margin-top: 5px;
	padding-left: 35px;
	padding-right: 35px;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-list > li {
	position: relative;
	vertical-align: middle;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-list > li:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background: #151515;
	pointer-events: none;
}

.rd-navbar-corporate.rd-navbar-static .rd-search {
	min-width: 350px;
	margin-left: auto;
}

.rd-navbar-corporate.rd-navbar-static .rd-nav-item.focus .rd-nav-link, .rd-navbar-corporate.rd-navbar-static .rd-nav-item.opened .rd-nav-link, .rd-navbar-corporate.rd-navbar-static .rd-nav-item.active .rd-nav-link {
	color: #fff;
	background: #35ad79;
}

.rd-navbar-corporate.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-corporate.rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle, .rd-navbar-corporate.rd-navbar-static .rd-nav-item.active > .rd-navbar-submenu-toggle {
	color: #fff;
}

.rd-navbar-corporate.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle {
	position: relative;
	top: 1px;
	left: -7px;
	margin-left: -14px;
}

.rd-navbar-corporate.rd-navbar-static .rd-nav-link {
	padding: 6px 11px;
	border-radius: 3px;
	color: #fff;
}

.rd-navbar-corporate.rd-navbar-static .rd-nav-link:hover {
	color: #fff;
	background: #35ad79;
}

.rd-navbar-corporate.rd-navbar-static .rd-menu {
	margin-top: 17px;
}

.rd-navbar-corporate.rd-navbar-static .rd-menu .rd-navbar-dropdown {
	margin-top: 0;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-submenu .rd-nav-link {
	padding-right: 24px;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-megamenu {
	left: 15px;
	right: auto;
}

.rd-navbar-corporate.rd-navbar-static .post-classic-title {
	color: #151515;
}

@media (min-width: 1200px) {
	.rd-navbar-corporate.rd-navbar-static .rd-navbar-list-item + .rd-navbar-list-item {
		margin-left: 65px;
	}
}

.rd-navbar-corporate.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-corporate.rd-navbar-static.rd-navbar--is-clone {
	background: #35363c;
}

.rd-navbar-corporate.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-panel,
.rd-navbar-corporate.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main-top, .rd-navbar-corporate.rd-navbar-static.rd-navbar--is-clone .rd-navbar-panel,
.rd-navbar-corporate.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main-top {
	height: 0;
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 0;
}

.rd-navbar-corporate.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main-top + .rd-navbar-main-bottom, .rd-navbar-corporate.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main-top + .rd-navbar-main-bottom {
	border-top-width: 0;
}

.rd-navbar-corporate.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-item > .rd-navbar-submenu, .rd-navbar-corporate.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-item > .rd-navbar-submenu {
	margin-top: 17px;
}

.rd-navbar-corporate.rd-navbar-fixed .rd-navbar-main-top {
	padding: 20px 13px 15px;
}

.rd-navbar-corporate.rd-navbar-fixed .rd-navbar-main-bottom {
	background-color: transparent;
}

.rd-navbar-corporate.rd-navbar-fixed .rd-navbar-panel-inner {
	max-width: 100%;
}

.rd-navbar-corporate.rd-navbar-fixed .rd-navbar-collapse {
	background: #35363c;
}

.rd-navbar-corporate.rd-navbar-fixed .rd-navbar-list {
	text-align: center;
}

.rd-navbar-corporate.rd-navbar-fixed .rd-navbar-list > li + li {
	margin-top: 10px;
}

.context-dark .rd-navbar-corporate .unit h6, .rd-navbar-dark .rd-navbar-corporate .unit h6, .rd-navbar-darker .rd-navbar-corporate .unit h6, .bg-gray-700 .rd-navbar-corporate .unit h6, .bg-gray-2 .rd-navbar-corporate .unit h6, .bg-gray-4 .rd-navbar-corporate .unit h6, .bg-primary .rd-navbar-corporate .unit h6, .bg-image-dark .rd-navbar-corporate .unit h6,
.context-dark .rd-navbar-corporate .unit .heading-6,
.rd-navbar-dark .rd-navbar-corporate .unit .heading-6,
.rd-navbar-darker .rd-navbar-corporate .unit .heading-6,
.bg-gray-700 .rd-navbar-corporate .unit .heading-6,
.bg-gray-2 .rd-navbar-corporate .unit .heading-6,
.bg-gray-4 .rd-navbar-corporate .unit .heading-6,
.bg-primary .rd-navbar-corporate .unit .heading-6,
.bg-image-dark .rd-navbar-corporate .unit .heading-6 {
	color: #707279;
}

.context-dark .rd-navbar-corporate .unit a:hover, .rd-navbar-dark .rd-navbar-corporate .unit a:hover, .rd-navbar-darker .rd-navbar-corporate .unit a:hover, .bg-gray-700 .rd-navbar-corporate .unit a:hover, .bg-gray-2 .rd-navbar-corporate .unit a:hover, .bg-gray-4 .rd-navbar-corporate .unit a:hover, .bg-primary .rd-navbar-corporate .unit a:hover, .bg-image-dark .rd-navbar-corporate .unit a:hover {
	color: #fcef57;
}

.context-dark .rd-navbar-corporate .rd-navbar-list > li:not(:last-child)::after, .rd-navbar-dark .rd-navbar-corporate .rd-navbar-list > li:not(:last-child)::after, .rd-navbar-darker .rd-navbar-corporate .rd-navbar-list > li:not(:last-child)::after, .bg-gray-700 .rd-navbar-corporate .rd-navbar-list > li:not(:last-child)::after, .bg-gray-2 .rd-navbar-corporate .rd-navbar-list > li:not(:last-child)::after, .bg-gray-4 .rd-navbar-corporate .rd-navbar-list > li:not(:last-child)::after, .bg-primary .rd-navbar-corporate .rd-navbar-list > li:not(:last-child)::after, .bg-image-dark .rd-navbar-corporate .rd-navbar-list > li:not(:last-child)::after {
	background: rgba(255, 255, 255, 0.15);
}

.context-dark .rd-navbar-corporate .rd-navbar-search .form-label, .rd-navbar-dark .rd-navbar-corporate .rd-navbar-search .form-label, .rd-navbar-darker .rd-navbar-corporate .rd-navbar-search .form-label, .bg-gray-700 .rd-navbar-corporate .rd-navbar-search .form-label, .bg-gray-2 .rd-navbar-corporate .rd-navbar-search .form-label, .bg-gray-4 .rd-navbar-corporate .rd-navbar-search .form-label, .bg-primary .rd-navbar-corporate .rd-navbar-search .form-label, .bg-image-dark .rd-navbar-corporate .rd-navbar-search .form-label,
.context-dark .rd-navbar-corporate .rd-navbar-search .form-input,
.rd-navbar-dark .rd-navbar-corporate .rd-navbar-search .form-input,
.rd-navbar-darker .rd-navbar-corporate .rd-navbar-search .form-input,
.bg-gray-700 .rd-navbar-corporate .rd-navbar-search .form-input,
.bg-gray-2 .rd-navbar-corporate .rd-navbar-search .form-input,
.bg-gray-4 .rd-navbar-corporate .rd-navbar-search .form-input,
.bg-primary .rd-navbar-corporate .rd-navbar-search .form-input,
.bg-image-dark .rd-navbar-corporate .rd-navbar-search .form-input {
	color: #707279;
}

.context-dark .rd-navbar-corporate .rd-navbar-search input, .rd-navbar-dark .rd-navbar-corporate .rd-navbar-search input, .rd-navbar-darker .rd-navbar-corporate .rd-navbar-search input, .bg-gray-700 .rd-navbar-corporate .rd-navbar-search input, .bg-gray-2 .rd-navbar-corporate .rd-navbar-search input, .bg-gray-4 .rd-navbar-corporate .rd-navbar-search input, .bg-primary .rd-navbar-corporate .rd-navbar-search input, .bg-image-dark .rd-navbar-corporate .rd-navbar-search input {
	background: #424349;
	border-color: #424349;
}

.context-dark .rd-navbar-corporate .nav-light-list a, .rd-navbar-dark .rd-navbar-corporate .nav-light-list a, .rd-navbar-darker .rd-navbar-corporate .nav-light-list a, .bg-gray-700 .rd-navbar-corporate .nav-light-list a, .bg-gray-2 .rd-navbar-corporate .nav-light-list a, .bg-gray-4 .rd-navbar-corporate .nav-light-list a, .bg-primary .rd-navbar-corporate .nav-light-list a, .bg-image-dark .rd-navbar-corporate .nav-light-list a {
	color: #707279;
}

.context-dark .rd-navbar-corporate .nav-light-list li.active, .rd-navbar-dark .rd-navbar-corporate .nav-light-list li.active, .rd-navbar-darker .rd-navbar-corporate .nav-light-list li.active, .bg-gray-700 .rd-navbar-corporate .nav-light-list li.active, .bg-gray-2 .rd-navbar-corporate .nav-light-list li.active, .bg-gray-4 .rd-navbar-corporate .nav-light-list li.active, .bg-primary .rd-navbar-corporate .nav-light-list li.active, .bg-image-dark .rd-navbar-corporate .nav-light-list li.active,
.context-dark .rd-navbar-corporate .nav-light-list a:hover,
.rd-navbar-dark .rd-navbar-corporate .nav-light-list a:hover,
.rd-navbar-darker .rd-navbar-corporate .nav-light-list a:hover,
.bg-gray-700 .rd-navbar-corporate .nav-light-list a:hover,
.bg-gray-2 .rd-navbar-corporate .nav-light-list a:hover,
.bg-gray-4 .rd-navbar-corporate .nav-light-list a:hover,
.bg-primary .rd-navbar-corporate .nav-light-list a:hover,
.bg-image-dark .rd-navbar-corporate .nav-light-list a:hover {
	color: #fcef57;
}

.context-dark .rd-navbar-corporate .link, .rd-navbar-dark .rd-navbar-corporate .link, .rd-navbar-darker .rd-navbar-corporate .link, .bg-gray-700 .rd-navbar-corporate .link, .bg-gray-2 .rd-navbar-corporate .link, .bg-gray-4 .rd-navbar-corporate .link, .bg-primary .rd-navbar-corporate .link, .bg-image-dark .rd-navbar-corporate .link {
	color: #fff;
}

.context-dark .rd-navbar-corporate .link:hover, .rd-navbar-dark .rd-navbar-corporate .link:hover, .rd-navbar-darker .rd-navbar-corporate .link:hover, .bg-gray-700 .rd-navbar-corporate .link:hover, .bg-gray-2 .rd-navbar-corporate .link:hover, .bg-gray-4 .rd-navbar-corporate .link:hover, .bg-primary .rd-navbar-corporate .link:hover, .bg-image-dark .rd-navbar-corporate .link:hover {
	color: #35ad79;
}

/**
*
* RD Navbar Modern
*/
.rd-navbar-modern {
	background: #2c2d31;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-panel {
	padding-left: 15px;
	padding-right: 15px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-panel-inner,
.rd-navbar-modern.rd-navbar-static .rd-navbar-main-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-panel-inner > * + *,
.rd-navbar-modern.rd-navbar-static .rd-navbar-main-container > * + * {
	margin-left: 25px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-panel-inner {
	position: relative;
	z-index: 2;
	padding: 13px 15px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-panel-item {
	max-width: 50%;
}

.rd-navbar-modern.rd-navbar-static .owl-carousel-inline-outer-1 {
	width: 100%;
	max-width: 350px;
	flex-shrink: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-brand img {
	width: auto;
	height: auto;
	max-width: 129px;
	max-height: 129px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-main {
	padding: 27px 0;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-main-container {
	position: relative;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-main-container .rd-navbar-brand,
.rd-navbar-modern.rd-navbar-static .rd-navbar-main-container .rd-navbar-main-element {
	flex-shrink: 0;
}

.rd-navbar-modern.rd-navbar-static .rd-search {
	max-width: 315px;
	margin-left: auto;
	width: 100%;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-search .rd-search {
	position: absolute;
	right: 45px;
	top: 0;
	opacity: 0;
	visibility: hidden;
	min-width: 300px;
	transition: .33s;
	transform-origin: 100% 50%;
	transform: scale3d(0.8, 1, 1);
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-search.active .rd-search {
	visibility: visible;
	opacity: 1;
	transform: scale3d(1, 1, 1);
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-search .rd-navbar-search-toggle {
	position: relative;
	top: -1px;
	display: flex;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-nav {
	flex-grow: 1;
	text-align: right;
	padding: 0 25px;
}

.rd-navbar-modern.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle {
	position: relative;
	top: 1px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-megamenu {
	left: 15px;
	right: auto;
}

.rd-navbar-modern.rd-navbar-static .post-classic-title {
	color: #151515;
}

.rd-navbar-modern.rd-navbar-static .post-classic-title a:hover {
	color: #35ad79;
}

.rd-navbar-modern.rd-navbar-static .owl-carousel-inline-outer-1 {
	max-width: 450px;
}

@media (min-width: 1200px) {
	.rd-navbar-modern.rd-navbar-static .rd-navbar-list-item + .rd-navbar-list-item {
		margin-left: 65px;
	}
}

.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone {
	background: #35363c;
}

.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-panel, .rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone .rd-navbar-panel {
	height: 0;
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 0;
}

.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main, .rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
	padding: 10px 0;
}

.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-brand img, .rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone .rd-navbar-brand img {
	max-width: 200px;
	max-height: 55px;
}

.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-item > .rd-navbar-submenu, .rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-item > .rd-navbar-submenu {
	margin-top: 17px;
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-panel-inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-left: 15px;
	padding-right: 5px;
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-panel-inner > * + * {
	margin-left: 14px;
}

.rd-navbar-modern.rd-navbar-fixed .list-inline .list-inline {
	position: relative;
	top: 2px;
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-main-container {
	display: flex;
	flex-direction: column;
	padding-top: 30px;
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-main-element {
	margin: 10px 20px;
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-brand {
	order: 0;
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-nav {
	order: 2;
}

.rd-navbar-modern.rd-navbar-fixed .list-inline-bordered {
	text-align: center;
}

.rd-navbar-modern.rd-navbar-fixed .list-inline-bordered li + li {
	margin-top: 10px;
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-search-wrap {
	display: block;
	padding: 0;
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-search-wrap::after {
	display: none;
}

@media (max-width: 575.98px) {
	.rd-navbar-modern.rd-navbar-fixed .owl-carousel {
		margin-left: 0;
		margin-top: 5px;
	}
	.rd-navbar-modern.rd-navbar-fixed .rd-mail-link {
		position: relative;
		width: 38px;
		height: 38px;
		line-height: 38px;
		text-align: center;
		background: rgba(237, 239, 244, 0.1);
		border-radius: 3px;
		transition: .22s;
		margin-right: 10px;
	}
	.rd-navbar-modern.rd-navbar-fixed .rd-mail-link .unit {
		display: block;
	}
	.rd-navbar-modern.rd-navbar-fixed .rd-mail-link a {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		font-size: 0;
	}
	.rd-navbar-modern.rd-navbar-fixed .rd-mail-link:hover {
		background: #fcef57;
	}
	.rd-navbar-modern.rd-navbar-fixed .rd-mail-link:hover .icon {
		color: #252b2f;
	}
}

@media (min-width: 576px) {
	.rd-navbar-modern.rd-navbar-fixed .owl-carousel-inline-outer-1 {
		display: flex;
		align-items: center;
	}
}

.rd-navbar-search-wrap {
	font-size: 0;
	line-height: 0;
}

.context-dark .rd-navbar-modern .rd-navbar-search .form-label, .rd-navbar-dark .rd-navbar-modern .rd-navbar-search .form-label, .rd-navbar-darker .rd-navbar-modern .rd-navbar-search .form-label, .bg-gray-700 .rd-navbar-modern .rd-navbar-search .form-label, .bg-gray-2 .rd-navbar-modern .rd-navbar-search .form-label, .bg-gray-4 .rd-navbar-modern .rd-navbar-search .form-label, .bg-primary .rd-navbar-modern .rd-navbar-search .form-label, .bg-image-dark .rd-navbar-modern .rd-navbar-search .form-label,
.context-dark .rd-navbar-modern .rd-navbar-search .form-input,
.rd-navbar-dark .rd-navbar-modern .rd-navbar-search .form-input,
.rd-navbar-darker .rd-navbar-modern .rd-navbar-search .form-input,
.bg-gray-700 .rd-navbar-modern .rd-navbar-search .form-input,
.bg-gray-2 .rd-navbar-modern .rd-navbar-search .form-input,
.bg-gray-4 .rd-navbar-modern .rd-navbar-search .form-input,
.bg-primary .rd-navbar-modern .rd-navbar-search .form-input,
.bg-image-dark .rd-navbar-modern .rd-navbar-search .form-input {
	color: #707279;
}

.context-dark .rd-navbar-modern .rd-navbar-search input, .rd-navbar-dark .rd-navbar-modern .rd-navbar-search input, .rd-navbar-darker .rd-navbar-modern .rd-navbar-search input, .bg-gray-700 .rd-navbar-modern .rd-navbar-search input, .bg-gray-2 .rd-navbar-modern .rd-navbar-search input, .bg-gray-4 .rd-navbar-modern .rd-navbar-search input, .bg-primary .rd-navbar-modern .rd-navbar-search input, .bg-image-dark .rd-navbar-modern .rd-navbar-search input {
	background: #424349;
	border-color: #424349;
}

.context-dark .rd-navbar-modern .rd-navbar-search #search-results::before, .rd-navbar-dark .rd-navbar-modern .rd-navbar-search #search-results::before, .rd-navbar-darker .rd-navbar-modern .rd-navbar-search #search-results::before, .bg-gray-700 .rd-navbar-modern .rd-navbar-search #search-results::before, .bg-gray-2 .rd-navbar-modern .rd-navbar-search #search-results::before, .bg-gray-4 .rd-navbar-modern .rd-navbar-search #search-results::before, .bg-primary .rd-navbar-modern .rd-navbar-search #search-results::before, .bg-image-dark .rd-navbar-modern .rd-navbar-search #search-results::before {
	border-color: #424349;
}

.context-dark .rd-navbar-static.rd-navbar-modern .rd-nav-item.focus .rd-nav-link, .rd-navbar-dark .rd-navbar-static.rd-navbar-modern .rd-nav-item.focus .rd-nav-link, .rd-navbar-darker .rd-navbar-static.rd-navbar-modern .rd-nav-item.focus .rd-nav-link, .bg-gray-700 .rd-navbar-static.rd-navbar-modern .rd-nav-item.focus .rd-nav-link, .bg-gray-2 .rd-navbar-static.rd-navbar-modern .rd-nav-item.focus .rd-nav-link, .bg-gray-4 .rd-navbar-static.rd-navbar-modern .rd-nav-item.focus .rd-nav-link, .bg-primary .rd-navbar-static.rd-navbar-modern .rd-nav-item.focus .rd-nav-link, .bg-image-dark .rd-navbar-static.rd-navbar-modern .rd-nav-item.focus .rd-nav-link, .context-dark .rd-navbar-static.rd-navbar-modern .rd-nav-item.opened .rd-nav-link, .rd-navbar-dark .rd-navbar-static.rd-navbar-modern .rd-nav-item.opened .rd-nav-link, .rd-navbar-darker .rd-navbar-static.rd-navbar-modern .rd-nav-item.opened .rd-nav-link, .bg-gray-700 .rd-navbar-static.rd-navbar-modern .rd-nav-item.opened .rd-nav-link, .bg-gray-2 .rd-navbar-static.rd-navbar-modern .rd-nav-item.opened .rd-nav-link, .bg-gray-4 .rd-navbar-static.rd-navbar-modern .rd-nav-item.opened .rd-nav-link, .bg-primary .rd-navbar-static.rd-navbar-modern .rd-nav-item.opened .rd-nav-link, .bg-image-dark .rd-navbar-static.rd-navbar-modern .rd-nav-item.opened .rd-nav-link, .context-dark .rd-navbar-static.rd-navbar-modern .rd-nav-item.active .rd-nav-link, .rd-navbar-dark .rd-navbar-static.rd-navbar-modern .rd-nav-item.active .rd-nav-link, .rd-navbar-darker .rd-navbar-static.rd-navbar-modern .rd-nav-item.active .rd-nav-link, .bg-gray-700 .rd-navbar-static.rd-navbar-modern .rd-nav-item.active .rd-nav-link, .bg-gray-2 .rd-navbar-static.rd-navbar-modern .rd-nav-item.active .rd-nav-link, .bg-gray-4 .rd-navbar-static.rd-navbar-modern .rd-nav-item.active .rd-nav-link, .bg-primary .rd-navbar-static.rd-navbar-modern .rd-nav-item.active .rd-nav-link, .bg-image-dark .rd-navbar-static.rd-navbar-modern .rd-nav-item.active .rd-nav-link {
	color: #fcef57;
}

.context-dark .rd-navbar-static.rd-navbar-modern .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-dark .rd-navbar-static.rd-navbar-modern .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-darker .rd-navbar-static.rd-navbar-modern .rd-nav-item.focus > .rd-navbar-submenu-toggle, .bg-gray-700 .rd-navbar-static.rd-navbar-modern .rd-nav-item.focus > .rd-navbar-submenu-toggle, .bg-gray-2 .rd-navbar-static.rd-navbar-modern .rd-nav-item.focus > .rd-navbar-submenu-toggle, .bg-gray-4 .rd-navbar-static.rd-navbar-modern .rd-nav-item.focus > .rd-navbar-submenu-toggle, .bg-primary .rd-navbar-static.rd-navbar-modern .rd-nav-item.focus > .rd-navbar-submenu-toggle, .bg-image-dark .rd-navbar-static.rd-navbar-modern .rd-nav-item.focus > .rd-navbar-submenu-toggle, .context-dark .rd-navbar-static.rd-navbar-modern .rd-nav-item.opened > .rd-navbar-submenu-toggle, .rd-navbar-dark .rd-navbar-static.rd-navbar-modern .rd-nav-item.opened > .rd-navbar-submenu-toggle, .rd-navbar-darker .rd-navbar-static.rd-navbar-modern .rd-nav-item.opened > .rd-navbar-submenu-toggle, .bg-gray-700 .rd-navbar-static.rd-navbar-modern .rd-nav-item.opened > .rd-navbar-submenu-toggle, .bg-gray-2 .rd-navbar-static.rd-navbar-modern .rd-nav-item.opened > .rd-navbar-submenu-toggle, .bg-gray-4 .rd-navbar-static.rd-navbar-modern .rd-nav-item.opened > .rd-navbar-submenu-toggle, .bg-primary .rd-navbar-static.rd-navbar-modern .rd-nav-item.opened > .rd-navbar-submenu-toggle, .bg-image-dark .rd-navbar-static.rd-navbar-modern .rd-nav-item.opened > .rd-navbar-submenu-toggle, .context-dark .rd-navbar-static.rd-navbar-modern .rd-nav-item.active > .rd-navbar-submenu-toggle, .rd-navbar-dark .rd-navbar-static.rd-navbar-modern .rd-nav-item.active > .rd-navbar-submenu-toggle, .rd-navbar-darker .rd-navbar-static.rd-navbar-modern .rd-nav-item.active > .rd-navbar-submenu-toggle, .bg-gray-700 .rd-navbar-static.rd-navbar-modern .rd-nav-item.active > .rd-navbar-submenu-toggle, .bg-gray-2 .rd-navbar-static.rd-navbar-modern .rd-nav-item.active > .rd-navbar-submenu-toggle, .bg-gray-4 .rd-navbar-static.rd-navbar-modern .rd-nav-item.active > .rd-navbar-submenu-toggle, .bg-primary .rd-navbar-static.rd-navbar-modern .rd-nav-item.active > .rd-navbar-submenu-toggle, .bg-image-dark .rd-navbar-static.rd-navbar-modern .rd-nav-item.active > .rd-navbar-submenu-toggle {
	color: #fcef57;
}

.context-dark .rd-navbar-static.rd-navbar-modern .rd-nav-link, .rd-navbar-dark .rd-navbar-static.rd-navbar-modern .rd-nav-link, .rd-navbar-darker .rd-navbar-static.rd-navbar-modern .rd-nav-link, .bg-gray-700 .rd-navbar-static.rd-navbar-modern .rd-nav-link, .bg-gray-2 .rd-navbar-static.rd-navbar-modern .rd-nav-link, .bg-gray-4 .rd-navbar-static.rd-navbar-modern .rd-nav-link, .bg-primary .rd-navbar-static.rd-navbar-modern .rd-nav-link, .bg-image-dark .rd-navbar-static.rd-navbar-modern .rd-nav-link {
	color: #fff;
}

.context-dark .rd-navbar-static.rd-navbar-modern .rd-nav-link:hover, .rd-navbar-dark .rd-navbar-static.rd-navbar-modern .rd-nav-link:hover, .rd-navbar-darker .rd-navbar-static.rd-navbar-modern .rd-nav-link:hover, .bg-gray-700 .rd-navbar-static.rd-navbar-modern .rd-nav-link:hover, .bg-gray-2 .rd-navbar-static.rd-navbar-modern .rd-nav-link:hover, .bg-gray-4 .rd-navbar-static.rd-navbar-modern .rd-nav-link:hover, .bg-primary .rd-navbar-static.rd-navbar-modern .rd-nav-link:hover, .bg-image-dark .rd-navbar-static.rd-navbar-modern .rd-nav-link:hover {
	color: #fcef57;
}

.context-dark .rd-navbar-static.rd-navbar-modern .rd-navbar-search-toggle, .rd-navbar-dark .rd-navbar-static.rd-navbar-modern .rd-navbar-search-toggle, .rd-navbar-darker .rd-navbar-static.rd-navbar-modern .rd-navbar-search-toggle, .bg-gray-700 .rd-navbar-static.rd-navbar-modern .rd-navbar-search-toggle, .bg-gray-2 .rd-navbar-static.rd-navbar-modern .rd-navbar-search-toggle, .bg-gray-4 .rd-navbar-static.rd-navbar-modern .rd-navbar-search-toggle, .bg-primary .rd-navbar-static.rd-navbar-modern .rd-navbar-search-toggle, .bg-image-dark .rd-navbar-static.rd-navbar-modern .rd-navbar-search-toggle {
	color: #fff;
}

.context-dark .rd-navbar-static.rd-navbar-modern .rd-navbar-search-toggle:hover, .rd-navbar-dark .rd-navbar-static.rd-navbar-modern .rd-navbar-search-toggle:hover, .rd-navbar-darker .rd-navbar-static.rd-navbar-modern .rd-navbar-search-toggle:hover, .bg-gray-700 .rd-navbar-static.rd-navbar-modern .rd-navbar-search-toggle:hover, .bg-gray-2 .rd-navbar-static.rd-navbar-modern .rd-navbar-search-toggle:hover, .bg-gray-4 .rd-navbar-static.rd-navbar-modern .rd-navbar-search-toggle:hover, .bg-primary .rd-navbar-static.rd-navbar-modern .rd-navbar-search-toggle:hover, .bg-image-dark .rd-navbar-static.rd-navbar-modern .rd-navbar-search-toggle:hover {
	color: #fcef57;
}

.ie-10 .rd-navbar-static.rd-navbar-modern .rd-navbar-panel-list,
.ie-11 .rd-navbar-static.rd-navbar-modern .rd-navbar-panel-list {
	width: 100%;
	text-align: right;
}

.rd-range {
	height: 18px;
	margin-top: 16px;
	display: flex;
	-webkit-align-items: center;
}

.rd-range__wrap {
	position: relative;
	width: 100%;
	background-color: #f5f5f5;
	transition: background 100ms cubic-bezier(0.23, 1, 0.32, 1);
	height: 6px;
}

.rd-range__pointer {
	position: absolute;
	cursor: pointer;
	top: 3px;
	left: 6%;
	z-index: 1;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	transform-origin: 0 15%;
	transition: transform 0.2s cubic-bezier(0.35, 0, 0.25, 1);
	overflow: visible;
	background-color: #fff;
	border: 5px solid #35ad79;
	background-clip: padding-box;
}

@media (min-width: 768px) {
	.rd-range__pointer {
		width: 18px;
		height: 18px;
	}
	.rd-range__pointer:before {
		content: '';
		position: absolute;
		top: -7px;
		left: -7px;
		width: 26px;
		height: 26px;
		pointer-events: none;
		background: rgba(53, 173, 121, 0.16);
		border-radius: 50%;
		transform: scale(0);
		transition: transform 100ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms, opacity 60ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
		pointer-events: none;
		animation-duration: 1s;
		animation-fill-mode: both;
		animation-iteration-count: infinite;
	}
	.rd-range__pointer.active {
		transform: scale3d(1.1, 1.1, 1.1) translate(-50%, -50%);
	}
	.rd-range__pointer.active:before {
		animation: none;
		transform: scale(0);
		opacity: 0;
	}
}

.rd-range__line {
	background-color: #35ad79;
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	transition: none;
}

.rd-range .rd-range__pointer-tooltip {
	display: none !important;
}

.rd-range-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.rd-range-form-wrap {
	position: relative;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	line-height: 1.2;
	font-weight: 500;
	color: #151515;
}

.rd-range-form-wrap span {
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	line-height: 40px;
}

.rd-range-divider {
	flex-grow: 1;
	height: 1px;
	margin-left: 6px;
	margin-right: 6px;
	border-top: 1px solid #e1e1e1;
}

.rd-range-input {
	width: 97px;
	height: 38px;
	padding: 7px 22px;
	background-color: transparent;
	outline: none;
	border-radius: 3px;
	border: 1px solid #e1e1e1;
}

/*
*
* Swiper
*/
.swiper-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: auto;
	width: 100%;
	/* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical > .swiper-wrapper {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	z-index: 1;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	height: auto;
	min-height: inherit;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-container {
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

/* a11y */
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	touch-action: pan-y;
}

.swiper-wp8-vertical {
	touch-action: pan-x;
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
	/* Windows 8 IE 10 fix */
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.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;
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}

.swiper-slide > .vide__body,
.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: #fff;
	text-align: center;
	cursor: pointer;
	transition: .2s ease-in;
	will-change: transform;
	z-index: 10;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	color: #35ad79;
}

@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-slider.swiper-container-rtl .swiper-button-prev::before {
	content: "\f061";
}

.swiper-slider.swiper-container-rtl .swiper-button-next::before {
	content: "\f060";
}

.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-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.6);
	transition: .2s;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination-bullet:hover {
	background: white;
}

.swiper-container-vertical > .swiper-pagination {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
	margin: 5px 0;
	display: block;
}

.swiper-container-horizontal > .swiper-pagination {
	bottom: 20px;
	left: 0;
	width: 100%;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px;
}

.swiper-slide {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	white-space: nowrap;
}

.swiper-slide-caption {
	width: 100%;
	white-space: normal;
}

.swiper-slider-1 {
	min-height: 40.10417vw;
}

.post-slider .swiper-pagination-bullet {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	border: 2px solid #35ad79;
	background: transparent;
}

.post-slider .swiper-pagination-bullet::before {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	pointer-events: none;
	background: #35ad79;
	content: '';
	transform: translate(-50%, -50%);
	transition: all .5s;
}

.post-slider .swiper-pagination-bullet:hover, .post-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: transparent;
}

.post-slider .swiper-pagination-bullet:hover::before, .post-slider .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	width: 50px;
	height: 50px;
}

.post-slider .swiper-button-next, .post-slider .swiper-button-prev {
	width: 35px;
	height: 35px;
	font-size: 30px;
	border: 2px solid #fff;
	opacity: .5;
}

.post-slider .swiper-button-next::before, .post-slider .swiper-button-prev::before {
	font-family: 'Material Icons';
}

.post-slider .swiper-button-next:hover, .post-slider .swiper-button-prev:hover {
	color: #fff;
	opacity: 1;
}

.post-slider .swiper-button-prev::before {
	content: '\e5cb';
}

.post-slider .swiper-button-next::before {
	content: '\e5cc';
}

.heading-component + .post-slider {
	margin-top: 18px;
}

@media (min-width: 768px) {
	.post-slider .swiper-pagination {
		display: none;
	}
}

.swiper-classic {
	min-height: 325px;
	height: 34.94792vw;
}

.swiper-classic h1 {
	font-weight: 900;
	letter-spacing: 0.025em;
}

.swiper-classic h4,
.swiper-classic .heading-4 {
	font-weight: 400;
	letter-spacing: .05em;
}

.swiper-classic .swiper-slide {
	flex-direction: column;
	background-position: 24% 0;
}

.swiper-classic .swiper-button {
	position: absolute;
	top: 50%;
	height: 50px;
	width: 66px;
	overflow: hidden;
	transform: translate3d(0, -50%, 0);
	color: #fff;
	font-size: 27px;
	line-height: 1;
}

.swiper-classic .swiper-button::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	font-family: 'Material Icons';
}

.swiper-classic .swiper-button::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: rgba(255, 255, 255, 0.18);
	pointer-events: none;
	transition: .33s;
	outline: 1px solid transparent;
}

.swiper-classic .swiper-button:hover {
	color: #fff;
}

.swiper-classic .swiper-button:hover::after {
	background: #35ad79;
}

.swiper-classic .swiper-button-prev {
	left: 0;
}

.swiper-classic .swiper-button-prev::before {
	content: '\e5cb';
	margin-left: -3px;
}

.swiper-classic .swiper-button-prev::after {
	transform-origin: 100% 100%;
	transform: skew(10deg);
}

.swiper-classic .swiper-button-next {
	right: 0;
}

.swiper-classic .swiper-button-next::before {
	content: '\e5cc';
	margin-right: -3px;
}

.swiper-classic .swiper-button-next::after {
	transform-origin: 100% 100%;
	transform: skew(-10deg);
}

.swiper-classic .swiper-pagination-bullet {
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
}

.swiper-classic .swiper-pagination-bullet::after {
	content: '';
	position: absolute;
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	border: 1px solid #fff;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	transition: .22s;
}

.swiper-classic .swiper-pagination-bullet-active, .swiper-classic .swiper-pagination-bullet:hover {
	background: #35ad79;
}

.swiper-classic .swiper-pagination-bullet-active::after {
	opacity: 1;
	visibility: visible;
}

.swiper-classic .swiper-pagination-bullet + .swiper-pagination-bullet {
	margin-left: 20px;
}

@media (min-width: 768px) {
	.swiper-classic .swiper-slide {
		background-position: 66% 0;
	}
	.swiper-classic .swiper-pagination {
		display: none;
	}
	.swiper-classic * + .button {
		margin-top: 40px;
	}
}

@media (min-width: 1200px) {
	.swiper-classic h1,
	.swiper-classic .h1 {
		font-size: 90px;
		line-height: 0.88889;
	}
}

.swiper-modern {
	min-height: 33.95833vw;
}

.swiper-modern h4,
.swiper-modern .heading-4 {
	font-weight: 400;
	letter-spacing: .05em;
}

.swiper-modern .swiper-slide {
	flex-direction: column;
	min-width: 100%;
	background-position: 55% 0;
}

.swiper-modern .swiper-slide::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	background: rgba(43, 62, 79, 0.29);
}

.swiper-modern .swiper-slide > * {
	position: relative;
	z-index: 1;
}

.swiper-modern .swiper-slide-caption {
	padding: 30px 0 75px;
}

.swiper-modern .swiper-slide-caption h1, .swiper-modern .swiper-slide-caption h2, .swiper-modern .swiper-slide-caption h3, .swiper-modern .swiper-slide-caption h4, .swiper-modern .swiper-slide-caption h5, .swiper-modern .swiper-slide-caption h6, .swiper-modern .swiper-slide-caption [class*='heading-'] {
	font-style: italic;
}

.swiper-modern .swiper-button {
	position: absolute;
	top: 50%;
	height: 50px;
	width: 66px;
	overflow: hidden;
	transform: translate3d(0, -50%, 0);
	color: #fff;
	font-size: 27px;
	line-height: 1;
}

.swiper-modern .swiper-button::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	font-family: 'Material Icons';
}

.swiper-modern .swiper-button::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: #313539;
	pointer-events: none;
	transition: .33s;
	outline: 1px solid transparent;
}

.swiper-modern .swiper-button:hover {
	color: #fff;
}

.swiper-modern .swiper-button:hover::after {
	background: #35ad79;
}

.swiper-modern .swiper-button-prev {
	left: 0;
}

.swiper-modern .swiper-button-prev::before {
	content: '\e5cb';
	margin-left: -3px;
}

.swiper-modern .swiper-button-prev::after {
	transform-origin: 100% 100%;
	transform: skew(10deg);
}

.swiper-modern .swiper-button-next {
	right: 0;
}

.swiper-modern .swiper-button-next::before {
	content: '\e5cc';
	margin-right: -3px;
}

.swiper-modern .swiper-button-next::after {
	transform-origin: 100% 100%;
	transform: skew(-10deg);
}

.swiper-modern .swiper-pagination {
	bottom: 32px;
}

.swiper-modern .swiper-pagination-bullet {
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	color: #fff;
	background: #fff;
}

.swiper-modern .swiper-pagination-bullet::after {
	content: '';
	position: absolute;
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	border: 1px solid #fff;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	transition: .22s;
}

.swiper-modern .swiper-pagination-bullet-active, .swiper-modern .swiper-pagination-bullet:hover {
	background: #fcef57;
}

.swiper-modern .swiper-pagination-bullet-active::after {
	opacity: 1;
	visibility: visible;
}

.swiper-modern .swiper-pagination-bullet + .swiper-pagination-bullet {
	margin-left: 20px;
}

@media (max-width: 767.98px) {
	.swiper-modern .swiper-pagination[data-index-bullet='true'] {
		font-size: 0;
	}
}

@media (min-width: 768px) {
	.swiper-modern .swiper-slide-caption {
		padding-right: 100px;
	}
	.swiper-modern .swiper-pagination-vertical {
		position: absolute;
		top: 57%;
		right: 150px;
		bottom: auto;
		left: auto;
		transform: translate3d(0, -57%, 0);
		width: auto;
	}
	.swiper-modern .swiper-pagination-vertical .swiper-pagination-bullet {
		display: block;
		margin-left: 0;
	}
	.swiper-modern .swiper-pagination-vertical .swiper-pagination-bullet + .swiper-pagination-bullet {
		margin-left: 0;
		margin-top: 20px;
	}
	.swiper-modern .swiper-pagination[data-index-bullet='true'] {
		font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
		font-size: 18px;
		font-weight: 400;
		letter-spacing: .025em;
		text-align: center;
		padding-bottom: 40px;
	}
	.swiper-modern .swiper-pagination[data-index-bullet='true'] .swiper-pagination-bullet {
		position: relative;
	}
	.swiper-modern .swiper-pagination[data-index-bullet='true'] .swiper-pagination-bullet span {
		position: absolute;
		top: 50px;
		left: 50%;
		transform: translate3d(-50%, 0, 0);
		opacity: 0;
		transition: .22s;
		pointer-events: none;
		vertical-align: middle;
		white-space: nowrap;
		transform-origin: 0 50%;
	}
	.swiper-modern .swiper-pagination[data-index-bullet='true'] .swiper-pagination-bullet span::before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		height: 25px;
		border-right: 2px solid;
		top: 25px;
	}
	.swiper-modern .swiper-pagination[data-index-bullet='true'] .swiper-pagination-bullet-active span,
	.swiper-modern .swiper-pagination[data-index-bullet='true'] .swiper-pagination-bullet-active span::before {
		opacity: 1;
	}
	.swiper-modern .swiper-pagination[data-index-bullet='true'] .swiper-pagination-bullet + .swiper-pagination-bullet {
		margin-left: 35px;
	}
	.swiper-modern .swiper-pagination-vertical[data-index-bullet='true'] .swiper-pagination-bullet span {
		left: 30px;
		top: 50%;
		transform: translate3d(10%, -50%, 0) scale(0.1, 1);
	}
	.swiper-modern .swiper-pagination-vertical[data-index-bullet='true'] .swiper-pagination-bullet span::before {
		margin-right: 10px;
		height: 0;
		width: 25px;
		border-right: 0;
		border-bottom: 2px solid;
	}
	.swiper-modern .swiper-pagination-vertical[data-index-bullet='true'] .swiper-pagination-bullet-active span {
		transform: translate3d(0, -50%, 0) scale(1, 1);
	}
	.swiper-modern .swiper-pagination-vertical[data-index-bullet='true'] .swiper-pagination-bullet + .swiper-pagination-bullet {
		margin-left: 0;
		margin-top: 20px;
	}
	.swiper-modern .button {
		min-width: 170px;
	}
}

@media (min-width: 1200px) {
	.swiper-modern .swiper-slide::after {
		display: none;
	}
	.swiper-modern .swiper-slide-caption {
		padding: 80px 100px 80px 0;
	}
}

@media (min-width: 768px) and (max-width: 1199.98px) {
	.swiper-modern {
		min-height: 500px;
	}
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
	.swiper-modern {
		min-height: 38.54167vw;
	}
}

@media (min-width: 2050px) {
	.swiper-modern .swiper-pagination-vertical {
		left: calc(50% + 1920px / 2 + 200px);
	}
}

.swiper-creative {
	min-height: 37.03125vw;
}

.swiper-creative .swiper-slide {
	flex-direction: column;
	background-position: 24% 0;
}

.swiper-creative .swiper-slide-caption {
	position: relative;
	overflow: hidden;
	max-width: 310px;
	padding: 20px 0 65px;
}

.swiper-creative .swiper-button {
	position: absolute;
	top: 50%;
	height: 50px;
	width: 66px;
	overflow: hidden;
	transform: translate3d(0, -50%, 0);
	color: #fff;
	font-size: 27px;
	line-height: 1;
}

.swiper-creative .swiper-button::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	font-family: 'Material Icons';
}

.swiper-creative .swiper-button::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: rgba(255, 255, 255, 0.19);
	pointer-events: none;
	transition: .33s;
	outline: 1px solid transparent;
}

.swiper-creative .swiper-button:hover {
	color: #fff;
}

.swiper-creative .swiper-button:hover::after {
	background: #35ad79;
}

.swiper-creative .swiper-button-prev {
	left: 0;
}

.swiper-creative .swiper-button-prev::before {
	content: '\e5cb';
	margin-left: -3px;
}

.swiper-creative .swiper-button-prev::after {
	transform-origin: 100% 100%;
	transform: skew(10deg);
}

.swiper-creative .swiper-button-next {
	right: 0;
}

.swiper-creative .swiper-button-next::before {
	content: '\e5cc';
	margin-right: -3px;
}

.swiper-creative .swiper-button-next::after {
	transform-origin: 100% 100%;
	transform: skew(-10deg);
}

.swiper-creative .swiper-pagination-bullet {
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
}

.swiper-creative .swiper-pagination-bullet::after {
	content: '';
	position: absolute;
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	border: 1px solid #fff;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	transition: .22s;
}

.swiper-creative .swiper-pagination-bullet-active, .swiper-creative .swiper-pagination-bullet:hover {
	background: #35ad79;
}

.swiper-creative .swiper-pagination-bullet-active::after {
	opacity: 1;
	visibility: visible;
}

.swiper-creative .swiper-pagination-bullet + .swiper-pagination-bullet {
	margin-left: 20px;
}

@media (min-width: 768px) {
	.swiper-creative .swiper-slide {
		background-position: 66% 0;
	}
	.swiper-creative .swiper-slide-caption {
		padding: 60px 60px 60px 30px;
		max-width: 350px;
		margin-left: auto;
	}
	.swiper-creative .swiper-pagination {
		display: none;
	}
	.swiper-creative * + .button {
		margin-top: 40px;
	}
}

@media (min-width: 992px) {
	.swiper-creative .swiper-slide-caption {
		max-width: 370px;
	}
}

@media (min-width: 1200px) {
	.swiper-creative .swiper-slide-caption {
		padding: 50px 30px;
		max-width: 360px;
	}
}

@media (min-width: 1600px) {
	.swiper-creative .swiper-slide-caption {
		max-width: 390px;
	}
}

.swiper-corporate {
	min-height: 33.95833vw;
}

.swiper-corporate h4,
.swiper-corporate .heading-4 {
	font-weight: 400;
	letter-spacing: .05em;
}

.swiper-corporate .swiper-slide {
	flex-direction: column;
	background-position: 55% 0;
}

.swiper-corporate .swiper-slide::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	background: rgba(43, 62, 79, 0.29);
}

.swiper-corporate .swiper-slide > * {
	position: relative;
	z-index: 1;
}

.swiper-corporate .swiper-slide-caption {
	padding: 60px 0 70px;
	max-width: 500px;
}

.swiper-corporate .heading-decoration-1 {
	padding-right: 20px;
}

.swiper-corporate .swiper-button {
	position: absolute;
	top: 50%;
	height: 50px;
	width: 66px;
	overflow: hidden;
	transform: translate3d(0, -50%, 0);
	color: #fff;
	font-size: 27px;
	line-height: 1;
}

.swiper-corporate .swiper-button::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	font-family: 'Material Icons';
}

.swiper-corporate .swiper-button::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: #313539;
	pointer-events: none;
	transition: .33s;
	outline: 1px solid transparent;
}

.swiper-corporate .swiper-button:hover {
	color: #fff;
}

.swiper-corporate .swiper-button:hover::after {
	background: #35ad79;
}

.swiper-corporate .swiper-button-prev {
	left: 0;
}

.swiper-corporate .swiper-button-prev::before {
	content: '\e5cb';
	margin-left: -3px;
}

.swiper-corporate .swiper-button-prev::after {
	transform-origin: 100% 100%;
	transform: skew(10deg);
}

.swiper-corporate .swiper-button-next {
	right: 0;
}

.swiper-corporate .swiper-button-next::before {
	content: '\e5cc';
	margin-right: -3px;
}

.swiper-corporate .swiper-button-next::after {
	transform-origin: 100% 100%;
	transform: skew(-10deg);
}

.swiper-corporate .swiper-pagination {
	bottom: 32px;
}

.swiper-corporate .swiper-pagination-bullet {
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	color: #fff;
	background: #fff;
}

.swiper-corporate .swiper-pagination-bullet::after {
	content: '';
	position: absolute;
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	border: 1px solid #fff;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	transition: .22s;
}

.swiper-corporate .swiper-pagination-bullet-active, .swiper-corporate .swiper-pagination-bullet:hover {
	background: #fcef57;
}

.swiper-corporate .swiper-pagination-bullet-active::after {
	opacity: 1;
	visibility: visible;
}

.swiper-corporate .swiper-pagination-bullet + .swiper-pagination-bullet {
	margin-left: 20px;
}

@media (max-width: 767.98px) {
	.swiper-corporate .swiper-pagination[data-index-bullet='true'] {
		font-size: 0;
	}
}

@media (min-width: 768px) {
	.swiper-corporate .swiper-slide-caption {
		margin-left: auto;
		max-width: 640px;
		padding-right: 160px;
	}
	.swiper-corporate .swiper-pagination-vertical {
		position: absolute;
		top: 57%;
		right: 150px;
		bottom: auto;
		left: auto;
		transform: translate3d(0, -57%, 0);
		width: auto;
	}
	.swiper-corporate .swiper-pagination-vertical .swiper-pagination-bullet {
		display: block;
		margin-left: 0;
	}
	.swiper-corporate .swiper-pagination-vertical .swiper-pagination-bullet + .swiper-pagination-bullet {
		margin-left: 0;
		margin-top: 20px;
	}
	.swiper-corporate .swiper-pagination[data-index-bullet='true'] {
		font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
		font-size: 18px;
		font-weight: 400;
		letter-spacing: .025em;
		text-align: center;
		padding-bottom: 40px;
	}
	.swiper-corporate .swiper-pagination[data-index-bullet='true'] .swiper-pagination-bullet {
		position: relative;
	}
	.swiper-corporate .swiper-pagination[data-index-bullet='true'] .swiper-pagination-bullet span {
		position: absolute;
		top: 50px;
		left: 50%;
		transform: translate3d(-50%, 0, 0);
		opacity: 0;
		transition: .22s;
		pointer-events: none;
		vertical-align: middle;
		white-space: nowrap;
		transform-origin: 0 50%;
	}
	.swiper-corporate .swiper-pagination[data-index-bullet='true'] .swiper-pagination-bullet span::before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		height: 25px;
		border-right: 2px solid;
		top: 25px;
	}
	.swiper-corporate .swiper-pagination[data-index-bullet='true'] .swiper-pagination-bullet-active span,
	.swiper-corporate .swiper-pagination[data-index-bullet='true'] .swiper-pagination-bullet-active span::before {
		opacity: 1;
	}
	.swiper-corporate .swiper-pagination[data-index-bullet='true'] .swiper-pagination-bullet + .swiper-pagination-bullet {
		margin-left: 35px;
	}
	.swiper-corporate .swiper-pagination-vertical[data-index-bullet='true'] .swiper-pagination-bullet span {
		left: 30px;
		top: 50%;
		transform: translate3d(10%, -50%, 0) scale(0.1, 1);
	}
	.swiper-corporate .swiper-pagination-vertical[data-index-bullet='true'] .swiper-pagination-bullet span::before {
		margin-right: 10px;
		height: 0;
		width: 25px;
		border-right: 0;
		border-bottom: 2px solid;
	}
	.swiper-corporate .swiper-pagination-vertical[data-index-bullet='true'] .swiper-pagination-bullet-active span {
		transform: translate3d(0, -50%, 0) scale(1, 1);
	}
	.swiper-corporate .swiper-pagination-vertical[data-index-bullet='true'] .swiper-pagination-bullet + .swiper-pagination-bullet {
		margin-left: 0;
		margin-top: 20px;
	}
	.swiper-corporate .button {
		min-width: 170px;
	}
}

@media (min-width: 1200px) {
	.swiper-corporate .swiper-slide::after {
		display: none;
	}
	.swiper-corporate .swiper-slide-caption {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media (min-width: 768px) and (max-width: 1199.98px) {
	.swiper-corporate {
		min-height: 500px;
	}
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
	.swiper-corporate {
		min-height: 38.54167vw;
	}
}

@media (min-width: 1400px) {
	.swiper-corporate .swiper-slide-caption {
		max-width: 500px;
		padding-right: 0;
	}
}

@media (min-width: 2050px) {
	.swiper-corporate .swiper-pagination-vertical {
		left: calc(50% + 1920px / 2 + 200px);
	}
}

.swiper-lily {
	min-height: 37.03125vw;
}

.swiper-lily h4,
.swiper-lily .heading-4 {
	font-weight: 400;
	letter-spacing: .05em;
}

.swiper-lily .swiper-slide {
	flex-direction: column;
	background-position: center center;
}

.swiper-lily .swiper-slide-caption {
	padding: 60px 0 70px;
}

.swiper-lily .swiper-button {
	position: absolute;
	top: 50%;
	height: 50px;
	width: 66px;
	overflow: hidden;
	transform: translate3d(0, -50%, 0);
	color: #fff;
	font-size: 27px;
	line-height: 1;
}

.swiper-lily .swiper-button::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	font-family: 'Material Icons';
}

.swiper-lily .swiper-button::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: #313539;
	pointer-events: none;
	transition: .33s;
	outline: 1px solid transparent;
}

.swiper-lily .swiper-button:hover {
	color: #fff;
}

.swiper-lily .swiper-button:hover::after {
	background: #35ad79;
}

.swiper-lily .swiper-button-prev {
	left: 0;
}

.swiper-lily .swiper-button-prev::before {
	content: '\e5cb';
	margin-left: -3px;
}

.swiper-lily .swiper-button-prev::after {
	transform-origin: 100% 100%;
	transform: skew(10deg);
}

.swiper-lily .swiper-button-next {
	right: 0;
}

.swiper-lily .swiper-button-next::before {
	content: '\e5cc';
	margin-right: -3px;
}

.swiper-lily .swiper-button-next::after {
	transform-origin: 100% 100%;
	transform: skew(-10deg);
}

.swiper-lily .swiper-pagination {
	bottom: 32px;
}

.swiper-lily .swiper-pagination-bullet {
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	color: #fff;
	background: #fff;
}

.swiper-lily .swiper-pagination-bullet::after {
	content: '';
	position: absolute;
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	border: 1px solid #fff;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	transition: .22s;
}

.swiper-lily .swiper-pagination-bullet-active, .swiper-lily .swiper-pagination-bullet:hover {
	background: #fcef57;
}

.swiper-lily .swiper-pagination-bullet-active::after {
	opacity: 1;
	visibility: visible;
}

.swiper-lily .swiper-pagination-bullet + .swiper-pagination-bullet {
	margin-left: 20px;
}

@media (max-width: 991.98px) {
	.swiper-lily .swiper-pagination[data-index-bullet='true'] {
		font-size: 0;
	}
}

@media (min-width: 992px) {
	.swiper-lily .swiper-slide-caption {
		padding-left: 120px;
		padding-right: 120px;
	}
	.swiper-lily .swiper-pagination-vertical {
		position: absolute;
		top: 52%;
		right: 130px;
		bottom: auto;
		left: auto;
		transform: translate3d(0, -57%, 0);
		width: auto;
	}
	.swiper-lily .swiper-pagination-vertical .swiper-pagination-bullet {
		display: block;
		margin-left: 0;
	}
	.swiper-lily .swiper-pagination-vertical .swiper-pagination-bullet + .swiper-pagination-bullet {
		margin-left: 0;
		margin-top: 20px;
	}
	.swiper-lily .swiper-pagination[data-index-bullet='true'] {
		font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
		font-size: 18px;
		font-weight: 400;
		letter-spacing: .025em;
		text-align: center;
		padding-bottom: 40px;
	}
	.swiper-lily .swiper-pagination[data-index-bullet='true'] .swiper-pagination-bullet {
		position: relative;
	}
	.swiper-lily .swiper-pagination[data-index-bullet='true'] .swiper-pagination-bullet span {
		position: absolute;
		top: 50px;
		left: 50%;
		transform: translate3d(-50%, 0, 0);
		opacity: 0;
		transition: .22s;
		pointer-events: none;
		vertical-align: middle;
		white-space: nowrap;
		transform-origin: 0 50%;
	}
	.swiper-lily .swiper-pagination[data-index-bullet='true'] .swiper-pagination-bullet span::before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		height: 25px;
		border-right: 2px solid;
		top: 25px;
	}
	.swiper-lily .swiper-pagination[data-index-bullet='true'] .swiper-pagination-bullet-active span,
	.swiper-lily .swiper-pagination[data-index-bullet='true'] .swiper-pagination-bullet-active span::before {
		opacity: 1;
	}
	.swiper-lily .swiper-pagination[data-index-bullet='true'] .swiper-pagination-bullet + .swiper-pagination-bullet {
		margin-left: 35px;
	}
	.swiper-lily .swiper-pagination-vertical[data-index-bullet='true'] {
		padding-bottom: 0;
	}
	.swiper-lily .swiper-pagination-vertical[data-index-bullet='true'] .swiper-pagination-bullet span {
		left: 30px;
		top: 50%;
		transform: translate3d(10%, -50%, 0) scale(0.1, 1);
	}
	.swiper-lily .swiper-pagination-vertical[data-index-bullet='true'] .swiper-pagination-bullet span::before {
		margin-right: 10px;
		height: 0;
		width: 25px;
		border-right: 0;
		border-bottom: 2px solid;
	}
	.swiper-lily .swiper-pagination-vertical[data-index-bullet='true'] .swiper-pagination-bullet-active span {
		transform: translate3d(0, -50%, 0) scale(1, 1);
	}
	.swiper-lily .swiper-pagination-vertical[data-index-bullet='true'] .swiper-pagination-bullet + .swiper-pagination-bullet {
		margin-left: 0;
		margin-top: 20px;
	}
	.swiper-lily .button {
		min-width: 170px;
	}
}

@media (min-width: 1200px) {
	.swiper-lily .swiper-slide::after {
		display: none;
	}
	.swiper-lily .swiper-slide-caption {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media (min-width: 768px) and (max-width: 1199.98px) {
	.swiper-lily {
		min-height: 500px;
	}
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
	.swiper-lily {
		min-height: 39.0625vw;
	}
}

@media (min-width: 2050px) {
	.swiper-lily .swiper-pagination-vertical {
		left: calc(50% + 1920px / 2 + 230px);
	}
}

/*
*
* 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;
	overflow: hidden;
	padding: 16px 0 0;
	color: #9b9b9b;
	background: #fff;
	border-radius: 0 0 3px 3px;
	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;
	z-index: -1;
	border: 1px solid #d7d7d7;
	border-top: 0;
	pointer-events: none;
}

.rd-search-results-live #search-results.active {
	opacity: 1;
	visibility: visible;
	transform: scale(1, 1);
}

.rd-search-results-live .search-quick-result {
	padding: 0 15px;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	color: #151515;
}

.rd-search-results-live .search-list {
	margin-top: 11px;
}

.rd-search-results-live .search-list li:only-child {
	padding: 0 15px 15px;
}

.rd-search-results-live .search-error {
	font-size: 14px;
	line-height: 1.6;
}

.rd-search-results-live .search-title {
	font-size: 12px;
}

.rd-search-results-live p {
	line-height: 1.4;
}

.rd-search-results-live .search-link:hover {
	color: #35ad79;
}

.rd-search-results-live .search-list-item-all {
	margin-top: 18px;
	width: 100%;
}

.rd-search-results-live .search-submit {
	position: relative;
	overflow: hidden;
	z-index: 0;
	display: block;
	padding: 8px;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #35ad79;
}

.rd-search-results-live .search-submit:hover {
	color: #151515;
	background: #fcef57;
}

.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 .search-list-item {
	padding: 0 15px;
}

.rd-search-results-live * + p {
	margin-top: 5px;
}

.rd-search-results-live .search-list-item + .search-list-item {
	margin-top: 15px;
}

.context-dark #search-results, .rd-navbar-dark #search-results, .rd-navbar-darker #search-results, .bg-gray-700 #search-results, .bg-gray-2 #search-results, .bg-gray-4 #search-results, .bg-primary #search-results, .bg-image-dark #search-results {
	background: #424349;
}

.context-dark #search-results .search-quick-result, .rd-navbar-dark #search-results .search-quick-result, .rd-navbar-darker #search-results .search-quick-result, .bg-gray-700 #search-results .search-quick-result, .bg-gray-2 #search-results .search-quick-result, .bg-gray-4 #search-results .search-quick-result, .bg-primary #search-results .search-quick-result, .bg-image-dark #search-results .search-quick-result {
	color: #fff;
}

.context-dark #search-results .search-link, .rd-navbar-dark #search-results .search-link, .rd-navbar-darker #search-results .search-link, .bg-gray-700 #search-results .search-link, .bg-gray-2 #search-results .search-link, .bg-gray-4 #search-results .search-link, .bg-primary #search-results .search-link, .bg-image-dark #search-results .search-link {
	color: #d7d7d7;
}

.context-dark #search-results .search-link:hover, .rd-navbar-dark #search-results .search-link:hover, .rd-navbar-darker #search-results .search-link:hover, .bg-gray-700 #search-results .search-link:hover, .bg-gray-2 #search-results .search-link:hover, .bg-gray-4 #search-results .search-link:hover, .bg-primary #search-results .search-link:hover, .bg-image-dark #search-results .search-link:hover {
	color: #fcef57;
}

.rd-search-results .search-list {
	counter-reset: li;
	text-align: left;
	padding-left: 0;
	font-size: 18px;
	list-style-type: none;
	overflow: hidden;
}

.rd-search-results .search-list li div {
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	white-space: nowrap;
}

.rd-search-results .search-list li:only-child {
	padding-left: 0;
}

.rd-search-results .search-list li:only-child::before {
	display: none;
}

.rd-search-results .search-list-item {
	position: relative;
	padding-left: 40px;
	font-size: 14px;
	color: #9b9b9b;
}

.rd-search-results .search-list-item + .search-list-item {
	margin-top: 40px;
}

.rd-search-results .search-title {
	font-size: 16px;
	color: #151515;
}

.rd-search-results .search-title::before {
	content: counter(li, decimal-leading-zero) ".";
	counter-increment: li;
	position: absolute;
	left: 0;
	top: 0;
}

.rd-search-results .search-title a {
	color: inherit;
	display: inline-block;
}

.rd-search-results .search-title a:hover {
	color: #35ad79;
}

.rd-search-results .search {
	color: #fff;
	padding: 0 .25em;
	background: #35ad79;
}

.rd-search-results .match {
	padding: 5px;
	font-size: 12px;
	line-height: 1.7;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #000;
}

.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;
	}
}

@media (min-width: 992px) {
	.rd-search-results .search-list-item {
		padding-left: 40px;
	}
}

* + .rd-search-results {
	margin-top: 40px;
}

@media (min-width: 768px) {
	* + .rd-search-results {
		margin-top: 55px;
	}
}

.rd-search.rd-search-inline {
	position: relative;
}

.rd-search.rd-search-inline .form-input {
	padding-right: 60px;
}

.rd-search.rd-search-inline .button-link {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	right: 0;
	margin: 0;
	font-size: 21px;
	color: #ccc;
	transition: .33s;
}

.rd-search.rd-search-inline .button-link::before {
	display: block;
	margin: auto;
}

.rd-search.rd-search-inline .button-link:hover {
	color: #35ad79;
}

.rd-search.rd-search-inline.form-sm .form-input {
	padding-right: 50px;
}

.rd-search.rd-search-inline.form-sm .button-link {
	width: 50px;
	font-size: 18px;
}

.rd-search.rd-search-inline.form-lg .form-input {
	padding-right: 70px;
}

.rd-search.rd-search-inline.form-lg .button-link {
	width: 70px;
}

.context-dark .rd-search.rd-search-inline .button-link:hover, .rd-navbar-dark .rd-search.rd-search-inline .button-link:hover, .rd-navbar-darker .rd-search.rd-search-inline .button-link:hover, .bg-gray-700 .rd-search.rd-search-inline .button-link:hover, .bg-gray-2 .rd-search.rd-search-inline .button-link:hover, .bg-gray-4 .rd-search.rd-search-inline .button-link:hover, .bg-primary .rd-search.rd-search-inline .button-link:hover, .bg-image-dark .rd-search.rd-search-inline .button-link:hover {
	color: #35ad79;
}

.rd-search-modern {
	position: relative;
}

.rd-search-modern .form-input {
	padding-right: 60px;
}

.rd-search-modern .rd-search-form-submit {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 60px;
	font-size: 20px;
	background: transparent;
	border: none;
	cursor: pointer;
	transition: all .3s;
}

.rd-search-modern .rd-search-form-submit:hover {
	color: #35ad79;
}

.tab-content > .tab-pane {
	display: block;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

.tab-content > .active {
	visibility: visible;
	height: auto;
	overflow: visible;
}

.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;
	cursor: pointer;
	transition: .33s all ease;
}

.tabs-custom .nav-link {
	margin: 0;
	border-radius: 0;
	border: 0;
}

.tabs-custom .nav-link.active {
	cursor: default;
}

* + .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-line .nav-tabs {
	position: relative;
}

.tabs-line .nav-tabs .nav-link {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
}

.tabs-line * + .tab-content {
	margin-top: 20px;
}

@media (max-width: 991.98px) {
	.tabs-line .nav-tabs {
		max-width: 100%;
		border: 1px solid #e1e1e1;
	}
	.tabs-line .nav-item {
		margin: -1px;
	}
	.tabs-line .nav-link {
		padding: 7px 10px;
		color: #151515;
		background: transparent;
		border-bottom: 1px solid #e1e1e1;
	}
	.tabs-line .nav-link:first-child {
		border-top: 1px solid #e1e1e1;
	}
	.tabs-line .nav-link:hover,
	.tabs-line .nav-link.active {
		color: #fff;
		background: #35ad79;
		border-color: #35ad79;
	}
}

.tabs-corporate {
	background: #fff;
	border: 1px solid #e1e1e1;
}

.tabs-corporate .nav-tabs {
	position: relative;
	display: block;
}

.tabs-corporate .nav-item {
	transform: translate3d(0, 0, 0);
}

.tabs-corporate .nav-link {
	display: block;
	padding: 10px;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: .025em;
	color: #151515;
	background: transparent;
	border-bottom: 1px solid #e1e1e1;
	text-align: center;
	vertical-align: middle;
}

.tabs-corporate .nav-link:hover,
.tabs-corporate .nav-link.active {
	color: #fff;
	background: #35ad79;
	border-color: #35ad79;
}

.tabs-corporate .tab-content {
	padding: 20px;
}

.tabs-corporate p {
	letter-spacing: .025em;
}

@media (max-width: 767.98px) {
	.tabs-corporate .nav-item {
		margin: -1px;
	}
}

@media (min-width: 768px) {
	.tabs-horizontal.tabs-corporate .nav-tabs {
		position: relative;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		margin: 0 -1px;
		border-bottom: 1px solid #e1e1e1;
		text-align: center;
		will-change: transform;
	}
	.tabs-horizontal.tabs-corporate .nav-item {
		margin-top: -1px;
		will-change: transform;
	}
	.tabs-horizontal.tabs-corporate .nav-link {
		display: block;
		position: relative;
		z-index: 1;
		min-width: 100px;
		letter-spacing: .025em;
		padding: 13px 20px;
		border-left: 1px solid #e1e1e1;
		border-right: 1px solid #e1e1e1;
	}
	.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: #35ad79;
	}
	.tabs-horizontal.tabs-corporate .nav-link.active,
	.tabs-horizontal.tabs-corporate .nav-link:hover {
		color: #fff;
		border-color: #35ad79;
		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-horizontal.tabs-line .nav-tabs {
		border: 0;
		border-bottom: 4px solid #d7d7d7;
	}
	.tabs-horizontal.tabs-line .nav-item {
		display: inline-block;
	}
	.tabs-horizontal.tabs-line .nav-item:not(:last-child) {
		margin-right: 52px;
	}
	.tabs-horizontal.tabs-line .nav-item .nav-link {
		position: relative;
		padding: 0 0 15px 0;
		background-color: transparent;
		color: #9b9b9b;
		border: 0;
	}
	.tabs-horizontal.tabs-line .nav-item .nav-link::after {
		content: '';
		position: absolute;
		bottom: -4px;
		left: 0;
		height: 4px;
		width: 0;
		background: #35ad79;
		transition: .22s ease;
	}
	.tabs-horizontal.tabs-line .nav-item .nav-link.active,
	.tabs-horizontal.tabs-line .nav-item .nav-link:hover {
		color: #ccc;
	}
	.tabs-horizontal.tabs-line .nav-item .nav-link.active::after {
		width: 100%;
	}
	.tabs-horizontal.tabs-line * + .tab-content {
		margin-top: 30px;
	}
	.tabs-vertical {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.tabs-vertical .nav-tabs {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-negative: 0;
		-webkit-flex-shrink: 0;
		flex-shrink: 0;
		max-width: 50%;
	}
	.tabs-vertical .nav-item {
		border: 0;
		width: 100%;
		text-align: left;
	}
	.tabs-vertical .nav-item .nav-link.active,
	.tabs-vertical .nav-link:hover {
		box-shadow: 0 9px 21px 0 rgba(30, 30, 30, 0.13);
	}
	.tabs-vertical .tab-content {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		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-item .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;
	}
}

.tabs-modern .nav-tabs + .tab-content {
	margin-top: 20px;
}

.tabs-modern .nav-tabs {
	background: #fff;
	border: 1px solid #e1e1e1;
}

.tabs-modern .nav-item {
	flex: auto;
	margin: -1px;
	text-align: center;
}

.tabs-modern .nav-link {
	position: relative;
	display: block;
	padding: 15px;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.1em;
	color: #9b9b9b;
	text-transform: uppercase;
	transition: all .3s;
}

.tabs-modern .nav-link::before {
	position: absolute;
	bottom: 2px;
	left: 50%;
	display: block;
	width: 7px;
	height: 7px;
	background: #35ad79;
	content: '';
	opacity: 0;
	transform: rotate(45deg) translateX(-50%);
	transition: all .3s;
	pointer-events: none;
}

.tabs-modern .nav-link:hover, .tabs-modern .nav-link.active {
	color: #fff;
	background: #35ad79;
}

.tabs-modern .nav-link.active:before {
	bottom: -6px;
	opacity: 1;
}

@media (min-width: 768px) {
	.tabs-horizontal.tabs-corporate .nav-link {
		padding: 15px 20px;
		min-width: 150px;
	}
	.tabs-horizontal.tabs-corporate .tab-content {
		padding: 20px 25px;
	}
}

@media (min-width: 992px) {
	.tabs-horizontal.tabs-corporate .nav-link {
		padding: 25px 30px;
		min-width: 210px;
	}
	.tabs-horizontal.tabs-corporate .tab-content {
		padding: 30px 35px;
	}
	.tabs-horizontal.tabs-corporate .tab-content-creative {
		padding: 0;
	}
	.tabs-horizontal.tabs-corporate-boxed .tab-content {
		padding: 0;
	}
}

.tabs-corporate-boxed .nav-wrap {
	display: flex;
	border-bottom: 1px solid #e1e1e1;
	overflow: hidden;
}

.tabs-corporate-boxed .nav-tabs {
	display: none;
	border-bottom: none;
}

.tabs-corporate-boxed .nav-link {
	height: 64px;
	text-align: center;
}

.tabs-corporate-boxed .nav-link {
	min-width: inherit;
	border-bottom: none;
	color: #9b9b9b;
	overflow: hidden;
}

.tabs-corporate-boxed .button-nav {
	position: relative;
	margin: 0;
	flex-basis: 50%;
	height: 64px;
	background: #edeff4;
	border-radius: 0;
	border: none;
}

.tabs-corporate-boxed .button-nav .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 30px;
	line-height: 1;
	color: #9b9b9b;
	transform: translate(-50%, -50%);
}

.tabs-corporate-boxed .button-nav:hover {
	background: #35ad79;
}

.tabs-corporate-boxed .button-nav:hover .icon {
	color: #fff;
}

.tabs-corporate-boxed .button-nav.button-prev {
	border-right: 1px solid #e1e1e1;
}

.tabs-corporate-boxed .tab-content {
	padding: 0;
}

.tabs-corporate-boxed .tab-content .block-thumbnail-minimal {
	padding: 30px;
	border-top: 1px solid #e1e1e1;
}

.tabs-corporate-boxed .tab-content-main {
	padding: 30px 25px;
	color: #151515;
}

.tabs-corporate-boxed .tab-content-main * + h4 {
	margin-top: 15px;
}

.tabs-corporate-boxed .tab-content-main * + p {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.tabs-horizontal.tabs-corporate-boxed .tab-content {
		padding: 0;
	}
	.tabs-horizontal.tabs-corporate-boxed .button-nav {
		flex-basis: 50px;
	}
	.tabs-horizontal.tabs-corporate-boxed .button-prev {
		border-right: none;
	}
	.tabs-horizontal.tabs-corporate-boxed .nav-tabs {
		border-bottom: none;
	}
	.tabs-horizontal.tabs-corporate-boxed .nav-item {
		flex-basis: calc(100% / 6);
		margin-top: 0;
	}
	.tabs-horizontal.tabs-corporate-boxed .nav-link {
		display: flex;
		align-items: center;
		justify-content: center;
		min-width: inherit;
		padding: 15px 10px;
		border: none;
		border-left: 1px solid #e1e1e1;
	}
	.tabs-horizontal.tabs-corporate-boxed .nav-item:last-child .nav-link {
		border-right: 1px solid #e1e1e1;
	}
}

@media (min-width: 992px) {
	.tabs-corporate-boxed .tab-content-main {
		padding: 40px;
	}
}

.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;
	border-top: 1px solid #e1e1e1;
}

.card-group-custom.card-group-corporate .card + .card {
	margin-top: 30px;
}

.card-custom {
	display: block;
	margin: 0;
	background: inherit;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.card-custom a {
	display: block;
}

.card-custom .card-header {
	padding: 0;
	border-bottom: 0;
	border-top-radius: 0;
}

.card-custom .card-body {
	padding: 0;
	border: 0;
}

.card-corporate {
	text-align: left;
	box-shadow: -1px 2px 5px 0px rgba(68, 73, 83, 0.12);
}

.card-corporate .card-title {
	margin-bottom: 0;
}

.card-corporate .card-title a,
.card-corporate .card-body {
	background: #fff;
}

.card-corporate .card-title a {
	position: relative;
	z-index: 1;
	padding: 21px 82px 21px 32px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: 0;
	color: #2c343b;
	transition: 1.3s all ease;
	border-radius: 6px 6px 0 0;
	border-bottom: 1px solid #dedede;
}

.card-corporate .card-title a .card-arrow:after {
	opacity: 0;
	visibility: hidden;
}

.card-corporate .card-title a.collapsed {
	border-radius: 6px;
	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;
	top: 0;
	bottom: -1px;
	right: -1px;
	z-index: 2;
	width: 70px;
	background: #35ad79;
	border-radius: 0 6px 0 0;
	transition: .33s all ease;
}

.card-corporate .card-arrow::before, .card-corporate .card-arrow::after {
	content: '';
	position: absolute;
	top: 50%;
	z-index: 4;
	transform: translateY(-50%);
	background: #fff;
}

.card-corporate .card-arrow::before {
	width: 14px;
	height: 2px;
	right: 28px;
}

.card-corporate .card-arrow::after {
	width: 2px;
	height: 14px;
	right: 34px;
}

.card-corporate .collapse {
	position: relative;
	z-index: 1;
	color: #151515;
	border-radius: 0 0 6px 6px;
}

.card-corporate .card-body {
	padding: 25px 44px 25px 32px;
}

@media (max-width: 991.98px) {
	.card-corporate .card-title a,
	.card-corporate .card-body {
		padding-left: 25px;
	}
}

@media (min-width: 768px) {
	.card-corporate .card-title a {
		font-size: 18px;
	}
}

.card-standing {
	text-align: center;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
	color: #151515;
	border-width: 1px;
	border-style: solid;
	border-color: #e1e1e1;
}

.card-standing .card-body > div:first-child {
	padding-top: 0;
}

.card-standing .card-header {
	background: transparent;
}

.card-standing-inline {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.card-standing-aside-right {
	width: 100%;
}

.card-custom {
	padding-left: 30px;
	background: #fff;
	transition: all 200ms ease-in-out;
}

.card-custom.active {
	background: #f5f7f9;
}

.card-standing-caption {
	position: relative;
	padding-left: 30px;
	color: #fff;
	background: #35ad79;
}

.card-standing-caption .card-standing-position {
	top: 50%;
	padding-left: 3px;
	transform: translateY(-50%);
}

.card-standing-caption-aside {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 13px 5px 13px 0;
}

.card-standing-caption-aside > * {
	padding: 0 3px;
}

.card-standing-team-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 15px 5px 15px 0;
}

.card-standing-team-item > * {
	padding: 0 3px;
}

.card-standing-team-item .card-standing-diff {
	color: #35ad79;
}

.card-standing-team-item .card-standing-points,
.card-standing-team-item .card-standing-number {
	font-weight: 400;
}

.card-standing-team-details {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 18px 3px 18px 0;
}

.card-standing-team-details > * {
	padding: 0 5px;
}

.card-standing-divider {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 18px;
	border-top: 1px solid #d7d7d7;
}

.card-standing-position {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 30px;
	padding: 0 5px;
}

.card-standing-team,
.card-standing-game-status {
	width: 27%;
}

.card-standing-game-status {
	padding-left: 5px;
}

.card-standing-number {
	width: 11%;
}

.card-standing-points {
	width: 14%;
}

.card-standing-diff {
	width: 12%;
}

.card-standing-team {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding-left: 3px;
}

.card-standing-team-figure {
	text-align: center;
	min-width: 45px;
}

.card-standing-team-figure img {
	height: auto;
	max-width: 45px;
}

.card-standing-team-title {
	margin-top: 5px;
}

.card-standing-game-status,
.card-standing-team-country {
	font-size: 0.86em;
	color: #9b9b9b;
}

.card-standing-toogle {
	height: 26px;
	width: 26px;
	font-size: 16px;
	line-height: 26px;
	color: #151515;
	background: #fff;
	border-radius: 4px;
	transition-duration: 200ms;
}

.card-standing-toogle:hover {
	color: #35ad79;
}

.card-standing-toogle.collapsed {
	background: #f5f7f9;
}

.card-standing-toogle.collapsed::before {
	content: '\e145';
}

.card-standing-index {
	counter-reset: article;
}

.card-standing-index article .card-standing-counter:before {
	content: counter(article, decimal-leading-zero);
	counter-increment: article;
}

.card-standing-counter {
	font-size: 1.1em;
	line-height: 1;
	letter-spacing: .025em;
	color: #d4d5db;
	padding: 20px 3px 20px;
}

@media (max-width: 575.98px) {
	.card-standing-team-name {
		font-size: .86em;
	}
}

@media (min-width: 576px) {
	.card-custom,
	.card-standing-caption {
		padding-left: 40px;
	}
	.card-standing {
		font-size: 14px;
		letter-spacing: .1em;
	}
	.card-standing-caption .card-standing-position {
		padding-left: 20px;
	}
	.card-standing-caption-aside {
		padding-right: 10px;
	}
	.card-standing-caption-aside > * {
		padding: 0 5px;
	}
	.card-standing-team-item {
		padding-top: 8px;
		padding-bottom: 8px;
		padding-right: 10px;
	}
	.card-standing-team-item > * {
		padding: 0 5px;
	}
	.card-standing-number {
		width: 9%;
	}
	.card-standing-points {
		width: 11%;
	}
	.card-standing-diff {
		width: 11%;
	}
	.card-standing-toogle {
		height: 32px;
		width: 32px;
		font-size: 20px;
		line-height: 32px;
	}
	.card-standing-team-details {
		padding-right: 10px;
	}
	.card-standing-team,
	.card-standing-game-status {
		width: 40%;
	}
	.card-standing-position {
		min-width: 40px;
	}
	.card-standing-divider {
		margin-left: 67px;
	}
	.card-standing-game-status {
		padding-left: 70px;
	}
	.card-standing-team {
		flex-direction: row;
		padding-left: 15px;
	}
	.card-standing-team-title {
		margin-left: 8px;
		margin-top: 0;
		letter-spacing: .05em;
	}
	.card-standing-team,
	.card-standing-game-status {
		text-align: left;
	}
	.card-standing-counter {
		padding-left: 10px;
		line-height: 36px;
	}
	.card-standing-team-figure {
		min-height: 60px;
		line-height: 60px;
	}
}

@media (min-width: 768px) {
	.card-custom,
	.card-standing-caption {
		padding-left: 55px;
	}
	.card-standing-team-item {
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.card-standing-team-details {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.card-standing-position {
		min-width: 55px;
	}
	.card-standing-divider {
		margin-left: 77px;
	}
	.card-standing-team {
		padding-left: 24px;
	}
	.card-standing-game-status {
		padding-left: 79px;
	}
	.card-standing-counter {
		font-size: 1.4em;
		line-height: 56px;
	}
}

@media (min-width: 1200px) {
	.card-custom,
	.card-standing-caption {
		padding-left: 74px;
	}
	.card-standing-caption .card-standing-position {
		padding-left: 20px;
	}
	.card-standing-position {
		min-width: 74px;
	}
	.card-standing-team,
	.card-standing-game-status {
		width: 44%;
	}
	.card-standing-counter {
		font-size: 1.71em;
		padding-left: 20px;
	}
}

/*
*
* Tooltop Custom
*/
.tooltip {
	font-size: 14px;
	line-height: 1.2;
}

p [data-toggle='tooltip'] {
	color: #d7d7d7;
}

.progress-circle-bg {
	fill: transparent;
	stroke: transparent;
	stroke-width: 6px;
}

.progress-circle-fg {
	fill: transparent;
	stroke: #35ad79;
	stroke-width: 6px;
}

.progress-bar-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.progress-bar-team {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	max-width: 48%;
	width: 100%;
}

.progress-bar-wrap {
	max-width: 100%;
	width: 100%;
}

.progress-bar-divider {
	display: none;
	width: 64px;
	height: 1px;
	background: #d7d7d7;
}

.progress-bar-title {
	font-size: .86em;
	line-height: 1.2;
	letter-spacing: .025em;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.progress-bar-js {
	position: relative;
	width: 82px;
	height: 82px;
	margin-left: auto;
	margin-right: auto;
}

.progress-bar-js .progress-circle-counter {
	position: absolute;
	right: 50%;
	width: 100%;
	top: 50%;
	padding: 0;
	margin: 0;
	text-align: center;
	white-space: nowrap;
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: .025em;
	color: #fff;
}

.progress-bar-js .progress-circle-counter:after {
	content: '%';
	font-size: 14px;
	font-weight: 500;
}

.progress-bar-js .progress-bar__stroke,
.progress-bar-js .progress-bar__trail {
	stroke-linejoin: round;
}

.progress-bar-horizontal {
	text-align: left;
}

.progress-bar-horizontal > svg {
	margin-top: 7px;
}

.progress-bar-horizontal .progress-circle-counter {
	width: auto !important;
	top: -5px;
	right: 0;
}

.progress-bar-rotate-90 svg {
	transform: rotate(90deg);
}

.progress-bar-radial {
	position: relative;
}

.progress-bar-radial::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 66px;
	height: 66px;
	background: #9b9b9b;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
}

.progress-bar-radial > svg {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
}

.progress-bar-radial .progress-bar__stroke,
.progress-bar-radial .progress-bar__trail {
	stroke-location: outside;
}

.progress-bar-radial .progress-circle-counter {
	transform: translate(50%, -50%);
}

.progress-bar__stroke {
	stroke: #9b9b9b;
}

.progress-bar__trail {
	stroke: rgba(155, 155, 155, 0);
}

.progress-bar-primary .progress-bar__stroke {
	stroke: #35ad79;
}

.progress-bar-primary .progress-bar__trail {
	stroke: rgba(155, 155, 155, 0);
}

.progress-bar-primary .progress-bar-radial::before {
	background: #35ad79;
}

.progress-bar-secondary-2 .progress-bar__stroke {
	stroke: #b7b7b7;
}

.progress-bar-secondary-2 .progress-bar__trail {
	stroke: rgba(155, 155, 155, 0);
}

.progress-bar-secondary-1 .progress-bar__stroke {
	stroke: #b7b7b7;
}

.progress-bar-secondary-1 .progress-bar__trail {
	stroke: rgba(155, 155, 155, 0);
}

.team2-blue .progress-bar__stroke {
	stroke: #3B7CC0;
}

.team2-blue .progress-bar__trail {
	stroke: rgba(155, 155, 155, 0);
}

.team2-blue .progress-bar-radial::before {
	background: #3B7CC0;
}

.team2-blue .progress-circle-fg {
	stroke: #3B7CC0;
}

.progress-bar-js + p {
	margin-top: 8px;
}

* + .progress-bar-main {
	margin-top: 25px;
}

@media (max-width: 575.98px) {
	.progress-bar-team-second {
		flex-direction: column-reverse;
	}
	.progress-bar-main div:nth-child(even) {
		flex-direction: column-reverse;
	}
	.progress-bar-team {
		margin-bottom: -15px;
	}
	.progress-bar-team > * {
		margin-bottom: 15px;
	}
}

@media (min-width: 576px) {
	.progress-bar-team {
		flex-direction: row;
	}
	.progress-bar-wrap {
		max-width: 50%;
	}
}

@media (min-width: 768px) {
	.progress-bar-team {
		max-width: 250px;
	}
	.progress-bar-wrap {
		max-width: 115px;
	}
	.progress-bar-divider {
		display: inline-block;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.progress-bar-team {
		max-width: 48%;
	}
	.progress-bar-wrap {
		max-width: 50%;
	}
	.progress-bar-divider {
		display: none;
	}
}

.progress-bar-modern {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.progress-bar-modern .progress-bar-linear-wrap {
	flex-basis: 60%;
	height: 4px;
	background: #ececec;
}

.progress-bar-modern .progress-bar-linear {
	position: relative;
	width: 0;
	height: 4px;
	background-color: #35ad79;
	transition: .5s all ease-in-out;
}

.progress-bar-modern .progress-bar-linear::before {
	position: absolute;
	top: -3px;
	right: 0;
	width: 4px;
	height: 10px;
	content: '';
	background: #35ad79;
	pointer-events: none;
}

.progress-bar-modern .progress-value {
	margin-left: 15px;
	color: #35ad79;
}

.progress-bar-modern .progress-value:after {
	content: "%";
}

.progress-bar-modern-secondary .progress-bar-linear {
	background-color: #fcef57;
}

.progress-bar-modern-secondary .progress-bar-linear::before {
	background: #fcef57;
}

.progress-bar-modern-secondary .progress-value {
	color: #fcef57;
}

.progress-bar-modern-red .progress-bar-linear {
	background-color: #fd6565;
}

.progress-bar-modern-red .progress-bar-linear::before {
	background: #fd6565;
}

.progress-bar-modern-red .progress-value {
	color: #fd6565;
}

.progress-bar-modern + .progress-bar-modern {
	margin-top: 10px;
}

/*
*
* 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;
}

/*
*
* Time Circles
*/
.countdown-box {
	max-width: 770px;
	margin-left: auto;
	margin-right: auto;
}

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

@media (min-width: 768px) {
	* + .countdown-box {
		margin-top: 50px;
	}
}

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

@media (min-width: 768px) {
	.countdown-box + * {
		margin-top: 80px;
	}
}

.countdown-circle-container {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: -10px;
	margin-left: -10px;
}

.countdown-circle-container:empty {
	margin-bottom: 0;
	margin-left: 0;
}

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

@media (min-width: 768px) {
	.countdown-circle-container {
		margin-bottom: -30px;
		margin-left: -30px;
	}
	.countdown-circle-container:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.countdown-circle-container > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 30px;
		margin-left: 30px;
	}
}

.countdown-block {
	position: relative;
	flex: 1 1 33.33%;
}

@media (min-width: 576px) {
	.countdown-block {
		flex: 1 1 25%;
	}
}

.countdown-block-seconds {
	display: none;
}

@media (min-width: 576px) {
	.countdown-block-seconds {
		display: block;
	}
}

.countdown-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.countdown-circle {
	fill: transparent;
}

html:not(.ie-11):not(.ie-10) .countdown-circle {
	width: 100%;
	height: auto;
}

.countdown-circle-bg {
	stroke: rgba(255, 255, 255, 0.5);
	stroke-width: 2px;
}

.countdown-circle-fg {
	stroke: #35ad79;
	stroke-width: 4px;
}

.countdown-title {
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.2;
	color: #868e96;
	text-transform: uppercase;
}

.countdown-counter {
	letter-spacing: 0;
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	color: #111;
	margin-bottom: 5px;
}

@media (min-width: 768px) {
	.countdown-counter {
		font-size: 34px;
		margin-top: 5px;
		margin-bottom: 10px;
	}
}

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

.context-dark .countdown-counter, .rd-navbar-dark .countdown-counter, .rd-navbar-darker .countdown-counter, .bg-gray-700 .countdown-counter, .bg-gray-2 .countdown-counter, .bg-gray-4 .countdown-counter, .bg-primary .countdown-counter, .bg-image-dark .countdown-counter,
.context-dark .countdown-title,
.rd-navbar-dark .countdown-title,
.rd-navbar-darker .countdown-title,
.bg-gray-700 .countdown-title,
.bg-gray-2 .countdown-title,
.bg-gray-4 .countdown-title,
.bg-primary .countdown-title,
.bg-image-dark .countdown-title {
	color: #fff;
}

.countdown-classic {
	white-space: nowrap;
}

.countdown-classic .countdown-section {
	position: relative;
	display: inline-block;
	padding: 0 10px;
	min-width: 65px;
	text-align: center;
}

.countdown-classic .countdown-section:not(:first-child)::before {
	display: inline-block;
	content: '';
	position: absolute;
	top: 48%;
	left: -3px;
	background-image: url(../images/dot.svg);
	background-repeat: no-repeat;
	background-position: 50%;
	height: 21px;
	width: 7px;
	transform: translate3d(0, -45%, 0);
	color: #d4d5db;
}

.countdown-classic .countdown-amount,
.countdown-classic .countdown-period {
	display: block;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
}

.countdown-classic .countdown-amount {
	font-size: 27px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: .1em;
	color: #35ad79;
}

.countdown-classic .countdown-period {
	font-size: 12px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: .025em;
}

.countdown-classic-sm .countdown-section {
	padding: 0 5px;
	min-width: 60px;
}

.countdown-classic-sm .countdown-section:not(:first-child)::before {
	background-size: 6px 15px;
}

.countdown-classic-sm .countdown-amount {
	font-size: 20px;
}

.countdown-classic-sm .countdown-period {
	font-size: 9px;
	letter-spacing: .075em;
}

@media (min-width: 576px) {
	.countdown-classic .countdown-section {
		padding: 0 15px;
	}
	.countdown-classic-sm .countdown-section {
		padding: 0 10px;
	}
}

@media (min-width: 1200px) {
	.countdown-classic .countdown-section {
		min-width: 78px;
	}
	.countdown-classic .countdown-amount {
		font-size: 33px;
	}
	.countdown-classic-sm .countdown-section {
		min-width: 60px;
	}
	.countdown-classic-sm .countdown-amount {
		font-size: 24px;
	}
}

.countdown-bordered {
	display: inline-block;
	white-space: nowrap;
	margin-left: -14px;
	margin-right: -16px;
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.countdown-bordered .countdown-section {
	display: inline-block;
	padding: 0 16px 0 10px;
	text-align: center;
}

.countdown-bordered .countdown-section:not(:first-child) {
	border-left: 1px solid #c6c6c6;
}

.countdown-bordered .countdown-amount,
.countdown-bordered .countdown-period {
	display: block;
}

.countdown-bordered .countdown-amount {
	color: #151515;
	min-width: 30px;
	padding-right: 8px;
}

@media (max-width: 575.98px) {
	.countdown-bordered .countdown-period {
		font-size: 14px;
		margin-top: 3px;
	}
}

@media (min-width: 576px) {
	.countdown-bordered .countdown-amount,
	.countdown-bordered .countdown-period {
		display: inline-block;
	}
}

@media (min-width: 992px) {
	.countdown-bordered {
		margin-left: -20px;
		margin-right: -22px;
		font-size: 18px;
	}
	.countdown-bordered .countdown-section {
		padding: 0 22px 0 16px;
	}
	.countdown-bordered .countdown-amount {
		min-width: 34px;
	}
}

/* ===================================
   INPUTS NUMBER AVEC BOUTONS +/-
   =================================== */

/* Container pour input number avec boutons */
.number-input-group {
	position: relative;
	display: inline-flex;
	align-items: center;
	width: 100%;
	max-width: 150px;
	border: 1px solid #e1e1e1;
	border-radius: 8px;
	background: white;
	overflow: hidden;
	transition: all 0.3s ease;
}

.number-input-group input[type="number"] {
	flex: 1;
	width: 100%;
	padding: 0.75rem 0.5rem;
	font-size: 1rem;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
	color: #151515;
	text-align: center;
	border: none;
	background: transparent;
	-moz-appearance: textfield;
	appearance: textfield;
}

.number-input-group input[type="number"]::-webkit-inner-spin-button,
.number-input-group input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.number-input-group input[type="number"]:focus {
	outline: none;
}

.number-input-group:focus-within {
	border-color: #35ad79;
	box-shadow: 0 0 0 3px rgba(53, 173, 121, 0.1);
}

/* Boutons - et + */
.number-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 42px;
	background: #f8f9fa;
	border: none;
	cursor: pointer;
	transition: all 0.2s ease;
	color: #151515;
	font-size: 18px;
	font-weight: 600;
	user-select: none;
	flex-shrink: 0;
}

.number-btn:hover {
	background: #e9ecef;
	color: #35ad79;
}

.number-btn:active {
	background: #dee2e6;
	transform: scale(0.95);
}

.number-btn.minus {
	border-right: 1px solid #e1e1e1;
}

.number-btn.plus {
	border-left: 1px solid #e1e1e1;
}

/* État disabled */
.number-input-group.disabled {
	opacity: 0.6;
	pointer-events: none;
}

/* État invalide */
.number-input-group.is-invalid {
	border-color: #dc3545;
}

.number-input-group.is-invalid:focus-within {
	border-color: #dc3545;
	box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

/* Message d'erreur */
.error-message {
	color: #dc3545;
	font-size: 0.875rem;
	margin-top: 0.25rem;
	display: block;
}

/* Style pour le champ âge (readonly) */
input[type="text"].form-input[readonly] {
	background-color: #f8f9fa;
	cursor: not-allowed;
	color: #6c757d;
}

/*
*
* Doughnut Chart
*/
.doughnut-chart-wrap {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-width: 115px;
}

.doughnut-chart-wrap * + p {
	margin-top: 6px;
}

.doughnut-chart {
	position: relative;
	height: 80px;
	width: 80px;
}

.doughnut-chart svg {
	height: 80px;
	width: 80px;
}

.doughnutTip {
	position: absolute;
	min-width: 30px;
	max-width: 290px;
	padding: 5px 15px;
	text-align: center;
	font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #fff;
	color: #151515;
	pointer-events: none;
	z-index: 1;
}

.doughnutTip::before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -5px;
	line-height: 0;
	width: 8px;
	height: 8px;
	background: #fff;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
	transform: rotate(45deg) translate(-50%, 50%);
	z-index: 0;
}

.doughnutSummary {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #35ad79;
	text-align: center;
	cursor: default;
	display: none !important;
}

.doughnut-chart-list {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

[data-order='0'] {
	fill: #9b9b9b;
}

[data-order='1'] {
	fill: #35ad79;
}

.doughnut-chart path:hover {
	opacity: 0.65;
}

.team2-orange .doughnut-chart [data-order='0'] {
	fill: #ffa04c;
}

.team2-pink .doughnut-chart [data-order='0'] {
	fill: #e05151;
}

@media (min-width: 420px) {
	.doughnut-chart {
		height: 92px;
		width: 92px;
	}
	.doughnut-chart svg {
		height: 92px;
		width: 92px;
	}
}

/*
*
* Slick Carousel
*/
/*rtl:begin:ignore*/
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track::before, .slick-track::after {
	content: "";
	display: table;
}

.slick-track::after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-loading .slick-list {
	background: #fff url("./../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.6);
	color: transparent;
	top: 50%;
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
	z-index: 9;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: 0;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: 0;
}

.slick-prev:before {
	content: "←";
}

[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: 0;
}

[dir="rtl"] .slick-next {
	left: 0;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir="rtl"] .slick-next:before {
	content: "←";
}

/* Dots */
.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

/*rtl:end:ignore*/
.slick-slider-classic .slick-slider {
	margin-bottom: 0;
}

.slick-slider-classic .carousel-parent .slick-track {
	display: flex;
}

.slick-slider-classic .carousel-parent .item {
	display: flex;
	height: auto;
	background-size: cover;
	background-position: 70% center;
	padding: 40px 0 60px;
}

@media (max-width: 575.98px) {
	.slick-slider-classic .carousel-parent .item::after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		pointer-events: none;
		background: rgba(0, 0, 0, 0.1);
	}
	.slick-slider-classic .carousel-parent .item > * {
		position: relative;
		z-index: 1;
	}
}

.slick-slider-classic .carousel-parent .slick-dots {
	z-index: 1;
	bottom: 20px;
	margin-bottom: -10px;
	margin-left: -32px;
	margin-left: 0;
	padding-right: 32px;
}

.slick-slider-classic .carousel-parent .slick-dots:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.slick-slider-classic .carousel-parent .slick-dots > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 32px;
}

.slick-slider-classic .carousel-parent .slick-dots > li {
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
}

.slick-slider-classic .carousel-parent .slick-dots > li::after {
	content: '';
	position: absolute;
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	border: 1px solid #fff;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	transition: .22s;
}

.slick-slider-classic .carousel-parent .slick-dots > li.slick-active, .slick-slider-classic .carousel-parent .slick-dots > li:hover {
	background: #35ad79;
}

.slick-slider-classic .carousel-parent .slick-dots > li.slick-active::after {
	opacity: 1;
	visibility: visible;
}

.slick-slider-classic .carousel-child {
	display: none;
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.slick-slider-classic .post-light-title {
		font-size: 13px;
	}
}

@media (min-width: 768px) {
	.slick-slider-classic .carousel-parent .item {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
		min-height: 34.94792vw;
	}
	.slick-slider-classic .carousel-parent .slick-dots {
		display: none !important;
	}
	.slick-slider-classic .carousel-child {
		display: block;
		max-width: 1920px;
		margin-left: auto;
		margin-right: auto;
	}
	.slick-slider-classic .carousel-child .slick-track {
		display: flex;
		align-items: stretch;
		padding-top: 12px;
	}
	.slick-slider-classic .carousel-child .slick-slide {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		float: none;
		background: #fff;
		transition: .33s;
		cursor: pointer;
		height: auto;
		padding: 20px 0;
	}
	.slick-slider-classic .carousel-child .slick-slide::after {
		content: '';
		position: absolute;
		top: -12px;
		left: 50%;
		transform: translate3d(-50%, 0, 0);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 13px 13px 13px;
		border-color: transparent transparent #fff transparent;
		pointer-events: none;
		opacity: 1;
		visibility: visible;
		transition: .22s linear;
	}
	.slick-slider-classic .carousel-child .slick-active + .slick-active::before {
		content: '';
		position: absolute;
		top: 50%;
		transform: translate3d(0, -50%, 0);
		height: 60%;
		border-right: 1px solid #e1e1e1;
		left: 0;
	}
	.slick-slider-classic .carousel-child .slick-slide:not(.slick-current) > * {
		pointer-events: none;
	}
	.slick-slider-classic .carousel-child .slick-slide:not(.slick-current)::after {
		top: 0;
		opacity: 0;
		visibility: hidden;
	}
	.slick-slider-classic .carousel-child .slick-slide:not(.slick-current) .post-light {
		opacity: .4;
	}
	.slick-slider-classic .carousel-child .slick-slide:not(.slick-current) .post-light-time {
		color: #000;
	}
	.slick-slider-classic .carousel-child .slick-slide:not(.slick-current):hover .post-light {
		opacity: .6;
	}
	.slick-slider-classic .carousel-child .post-light {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.slick-slider-classic .carousel-child .post-light *, .slick-slider-classic .carousel-child .post-light > * {
		transition: .33s;
	}
	.slick-slider-classic .carousel-child .slick-arrow {
		position: absolute;
		top: 12px;
		bottom: 0;
		width: 40px;
		height: auto;
		transform: none;
		z-index: 12;
		background-color: transparent;
	}
	.slick-slider-classic .carousel-child .slick-arrow::before {
		z-index: 1;
		color: #151515;
	}
	.slick-slider-classic .carousel-child .slick-arrow::after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 0;
		pointer-events: none;
	}
	.slick-slider-classic .carousel-child .slick-prev {
		left: 0;
		padding-right: 7px;
	}
	.slick-slider-classic .carousel-child .slick-prev::after {
		background: linear-gradient(to right, rgba(0, 0, 0, 0.08) 0%, transparent);
	}
	.slick-slider-classic .carousel-child .slick-next {
		padding-left: 7px;
		right: 0;
	}
	.slick-slider-classic .carousel-child .slick-next::after {
		background: linear-gradient(to left, rgba(0, 0, 0, 0.08) 0%, transparent);
	}
	.slick-slider-classic .carousel-parent + .carousel-child {
		margin-top: -12px;
	}
}

/*rtl:begin:ignore*/
/*
*
* Owl Carousel
* --------------------------------------------------
*/
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@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: block;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
	/*
 * 	Owl Carousel - Lazy Load Plugin
 */
	/*
 * 	Owl Carousel - Video Plugin
 */
}

.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 {
	display: block;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.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 {
	-webkit-transform: scale(1.3);
	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: #ccc;
}

.owl-prev:hover,
.owl-next:hover {
	color: #35ad79;
}

.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;
	margin-top: 10px;
}

.owl-dot {
	padding: 0;
	border: none;
	position: relative;
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-left: 6px;
	margin-right: 6px;
	border-radius: 50%;
	text-align: center;
	outline: none;
	cursor: pointer;
	background-color: #afafaf;
	transition: .3s ease-out all;
}

.owl-dot:hover, .owl-dot:focus, .owl-dot.active {
	background-color: #35ac78;
	transform: scale(1.5);
}

.owl-carousel[data-nav-custom] .owl-prev,
.owl-carousel[data-nav-custom] .owl-next {
	display: none;
}

.owl-carousel-inline-outer {
	position: relative;
	padding-left: 60px;
	min-height: 23px;
}

.owl-carousel-inline-outer .owl-inline-nav {
	position: absolute;
	top: 4px;
	left: 0;
	font-size: 16px;
	line-height: 1.3;
}

.owl-carousel-inline-outer .owl-carousel {
	max-width: calc(100% + 60px);
}

.owl-carousel-inline-outer .owl-arrow {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	border-radius: 3px;
	color: #fff;
	background: #35ad79;
	transition: .2s;
}

.owl-carousel-inline-outer .owl-arrow::-moz-focus-inner {
	border: none;
	padding: 0;
}

.owl-carousel-inline-outer .owl-arrow::before {
	font-family: 'Material Icons';
}

.owl-carousel-inline-outer .owl-arrow:hover {
	color: #151515;
	background: #fcef57;
}

.owl-carousel-inline-outer .owl-arrow-prev::before {
	content: '\e5cb';
}

.owl-carousel-inline-outer .owl-arrow-next::before {
	content: '\e5cc';
}

.owl-carousel-inline-outer .owl-carousel {
	top: 7px;
}

.owl-carousel-inline-outer * + .owl-arrow {
	margin-left: 5px;
}

.owl-carousel-inline-outer-1 {
	position: relative;
	min-height: 23px;
	max-width: 100%;
	width: 100%;
}

.owl-carousel-inline-outer-1 .owl-carousel-inline-wrap {
	flex-grow: 1;
	width: 100%;
	max-width: 100%;
}

.owl-carousel-inline-outer-1 .owl-inline-nav {
	flex-shrink: 0;
}

.owl-carousel-inline-outer-1 .owl-inline-nav > * {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.3;
}

.owl-carousel-inline-outer-1 .owl-carousel {
	top: 7px;
	max-width: calc(100% + 60px);
}

.owl-carousel-inline-outer-1 .owl-arrow {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	border-radius: 3px;
	color: #151515;
	background: #fcef57;
	transition: .2s;
}

.owl-carousel-inline-outer-1 .owl-arrow::-moz-focus-inner {
	border: none;
	padding: 0;
}

.owl-carousel-inline-outer-1 .owl-arrow::before {
	font-family: 'Material Icons';
}

.owl-carousel-inline-outer-1 .owl-arrow:hover {
	color: #fff;
	background: #35ad79;
}

.owl-carousel-inline-outer-1 .owl-arrow-prev::before {
	content: '\e5cb';
}

.owl-carousel-inline-outer-1 .owl-arrow-next::before {
	content: '\e5cc';
}

.owl-carousel-inline-outer-1 * + .owl-arrow {
	margin-left: 5px;
}

.owl-carousel-inline-outer-1 .owl-carousel {
	margin-left: 10px;
	line-height: 1.3;
}

.owl-carousel-arrows-outline .owl-arrow {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 26px;
	padding: 1px;
	font: 400 20px/21px 'FontAwesome';
	color: #111;
	background: transparent;
	border: 1px solid #c6c6c6;
	border-radius: 3px;
	cursor: pointer;
	transition: .33s;
}

.owl-carousel-arrows-outline .owl-arrow:hover {
	color: #fff;
	background: #35ad79;
	border-color: #35ad79;
}

.owl-carousel-arrows-outline .owl-arrow-prev::before {
	margin-left: -1px;
	content: '\f104';
}

.owl-carousel-arrows-outline .owl-arrow-next::before {
	margin-right: -1px;
	content: '\f105';
}

.owl-carousel-arrows-outline .button {
	top: 1px;
}

html.firefox .owl-carousel-arrows-outline .owl-arrow::before {
	position: relative;
	top: -1px;
}

html.firefox .owl-carousel-arrows-outline .button {
	top: 0;
}

.ie-10 .owl-carousel-arrows-outline .button, .ie-11 .owl-carousel-arrows-outline .button {
	top: 0;
}

.owl-carousel-dots-modern img {
	width: 100%;
	max-width: inherit;
}

.owl-carousel-dots-modern .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	z-index: 2;
}

.owl-carousel-dots-modern .owl-dot {
	margin-left: 7px;
	margin-right: 7px;
	vertical-align: middle;
	background: #fff;
	border: none;
}

.owl-carousel-dots-modern .owl-dot::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	content: '';
	background: #fcef57;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	transition: all .4s;
}

.owl-carousel-dots-modern .owl-dot.active, .owl-carousel-dots-modern .owl-dot:hover {
	transform: scale(1);
}

.owl-carousel-dots-modern .owl-dot.active::before, .owl-carousel-dots-modern .owl-dot:hover::before {
	width: 15px;
	height: 15px;
}

@media (min-width: 576px) {
	.owl-carousel-dots-modern .owl-dots {
		bottom: 50px;
	}
}

.owl-carousel-creative .owl-nav.disabled {
	display: block !important;
}

.owl-carousel-creative .owl-prev,
.owl-carousel-creative .owl-next {
	padding: 0;
	border: 0;
	display: block;
	width: 50px;
	height: 55px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	transition: .22s;
	text-align: center;
	background: rgba(21, 21, 21, 0.4);
}

.owl-carousel-creative .owl-prev::before, .owl-carousel-creative .owl-prev::after,
.owl-carousel-creative .owl-next::before,
.owl-carousel-creative .owl-next::after {
	content: '';
	position: relative;
	display: inline-block;
	vertical-align: middle;
	transition: .4s;
}

.owl-carousel-creative .owl-prev:hover,
.owl-carousel-creative .owl-next:hover {
	color: #fff;
	border-color: #d7d7d7;
	background: rgba(53, 173, 121, 0.7);
}

.owl-carousel-creative .owl-prev::before,
.owl-carousel-creative .owl-next::after {
	top: -2px;
	font-family: 'Material Icons';
	font-size: 22px;
	line-height: 1;
}

.owl-carousel-creative .owl-prev::before {
	content: '\e5cb';
}

.owl-carousel-creative .owl-next::after {
	content: '\e5cc';
}

@media (min-width: 576px) {
	.owl-carousel-creative {
		padding: 0 20px;
	}
}

@media (min-width: 1200px) {
	.owl-carousel-creative {
		padding: 0 50px;
	}
	.owl-carousel-creative .owl-prev, .owl-carousel-creative .owl-prev:hover,
	.owl-carousel-creative .owl-next,
	.owl-carousel-creative .owl-next:hover {
		color: #151515;
		background-color: transparent;
	}
	.owl-carousel-creative .owl-prev::before,
	.owl-carousel-creative .owl-next::after {
		top: -1px;
	}
	.owl-carousel-creative .owl-prev::after,
	.owl-carousel-creative .owl-next::before {
		font-size: 0;
		line-height: 0;
		width: 20px;
		border-bottom: 2px solid;
	}
	.owl-carousel-creative .owl-prev {
		padding-right: 5px;
		border-right: 9px solid #e1e1e1;
	}
	.owl-carousel-creative .owl-prev::before {
		margin-right: -6px;
	}
	.owl-carousel-creative .owl-prev:hover::before, .owl-carousel-creative .owl-prev:hover::after {
		transform: translateX(-5px);
	}
	.owl-carousel-creative .owl-next {
		padding-left: 5px;
		border-left: 9px solid #e1e1e1;
	}
	.owl-carousel-creative .owl-next::after {
		margin-left: -6px;
	}
	.owl-carousel-creative .owl-next:hover::before, .owl-carousel-creative .owl-next:hover::after {
		transform: translateX(5px);
	}
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
	.owl-carousel-creative .owl-prev {
		left: -10px;
	}
	.owl-carousel-creative .owl-next {
		right: -10px;
	}
}

@media (min-width: 1600px) {
	.owl-carousel-creative {
		padding: 0 70px;
	}
}

.owl-carousel-mystic {
	padding: 0 15px;
}

.owl-carousel-mystic .owl-nav.disabled {
	display: block !important;
}

.owl-carousel-mystic .owl-prev,
.owl-carousel-mystic .owl-next {
	padding: 0;
	border: none;
	position: absolute;
	top: 50%;
	height: 50px;
	width: 66px;
	overflow: hidden;
	transform: translate3d(0, -50%, 0);
	color: #fff;
	font-size: 27px;
	line-height: 1;
	cursor: pointer;
}

.owl-carousel-mystic .owl-prev::before,
.owl-carousel-mystic .owl-next::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	font-family: 'Material Icons';
}

.owl-carousel-mystic .owl-prev::after,
.owl-carousel-mystic .owl-next::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: rgba(0, 0, 0, 0.19);
	pointer-events: none;
	transition: .33s;
	outline: 1px solid transparent;
}

.owl-carousel-mystic .owl-prev:hover,
.owl-carousel-mystic .owl-next:hover {
	color: #fff;
}

.owl-carousel-mystic .owl-prev:hover::after,
.owl-carousel-mystic .owl-next:hover::after {
	background: #35ad79;
}

.owl-carousel-mystic .owl-prev {
	left: 0;
}

.owl-carousel-mystic .owl-prev::before {
	content: '\e5cb';
	margin-left: -3px;
}

.owl-carousel-mystic .owl-prev::after {
	transform-origin: 100% 100%;
	transform: skew(10deg);
}

.owl-carousel-mystic .owl-next {
	right: 0;
}

.owl-carousel-mystic .owl-next::before {
	content: '\e5cc';
	margin-right: -3px;
}

.owl-carousel-mystic .owl-next::after {
	transform-origin: 100% 100%;
	transform: skew(-10deg);
}

@media (min-width: 768px) {
	.owl-carousel-mystic {
		padding: 0 80px;
	}
}

.owl-item {
	padding: 0 1px;
}

.owl-spacing-1 .owl-stage-outer {
	margin: -30px;
	padding: 30px;
}

@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: normal;
	font-style: normal;
}

.lg-icon {
	font-family: 'lg';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-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: #cacaca;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1180;
	border: 0;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
	color: #FFF;
}

.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% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}

@-moz-keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}

@-ms-keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}

@keyframes lg-right-end {
	0% {
		left: 0;
	}
	50% {
		left: -30px;
	}
	100% {
		left: 0;
	}
}

@-webkit-keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}

@-moz-keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}

@-ms-keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}

@keyframes lg-left-end {
	0% {
		left: 0;
	}
	50% {
		left: 30px;
	}
	100% {
		left: 0;
	}
}

.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end 0.3s;
	-o-animation: lg-right-end 0.3s;
	animation: lg-right-end 0.3s;
	position: relative;
}

.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end 0.3s;
	-o-animation: lg-left-end 0.3s;
	animation: lg-left-end 0.3s;
	position: relative;
}

.lg-toolbar {
	display: flex;
	flex-direction: row-reverse;
	z-index: 1182;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
	color: #cacaca;
	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: medium none;
	transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
	color: #FFF;
}

.lg-toolbar .lg-close:after {
	content: "\e070";
}

.lg-toolbar .lg-download:after {
	content: "\e0f2";
}

.lg-sub-html {
	background-color: rgba(0, 0, 0, 0.45);
	bottom: 0;
	color: #EEE;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1180;
}

.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}

.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0;
}

#lg-counter {
	color: #cacaca;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle;
	margin-right: auto;
}

.lg-toolbar, .lg-prev, .lg-next {
	opacity: 1;
	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;
	transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
	opacity: 0;
	transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
	opacity: 0;
	transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-outer .lg-thumb-outer {
	background-color: #0D0A0A;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1180;
	max-height: 350px;
	transform: translate3d(0, 100%, 0);
	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: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
	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: 0px solid #FFF;
	margin-bottom: 5px;
	transform: scale(0.9);
	border-radius: 2px;
}

@media (min-width: 1025px) {
	.lg-outer .lg-thumb-item {
		transition: 0.25s ease;
	}
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	transform: scale(1);
}

.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 {
	transition: bottom 0.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: #cacaca;
	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:after {
	content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
	color: #FFF;
}

.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: 1180;
	cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
	background: url("../images/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url("../images/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
	background: transparent url("../images/video-play.png") no-repeat scroll 0 0;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: 0.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 scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url("../images/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.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: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1183;
	opacity: 0;
	transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
	background-color: #35ad79;
	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-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
	transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	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 {
	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 {
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	transform: scale3d(1, 1, 1);
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@media (max-width: 767.98px) {
	#lg-zoom-in {
		display: none;
	}
}

#lg-zoom-in:after {
	content: "\e311";
}

#lg-actual-size {
	font-size: 20px;
}

#lg-actual-size:after {
	content: "\e033";
}

#lg-zoom-out {
	opacity: 0.5;
	pointer-events: none;
}

@media (max-width: 767.98px) {
	#lg-zoom-out {
		display: 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: 1180;
	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;
	transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #FFF;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
	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;
	transition: box-shadow 0.3s ease 0s;
	width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
	box-shadow: 0 0 0 8px white 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: 1181;
	opacity: 0;
	visibility: hidden;
	transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
	transition-delay: 0s;
	transform: translate3d(0, 0px, 0);
	opacity: 1;
	visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
	color: #FFF;
}

.lg-outer .lg-dropdown {
	background-color: #fff;
	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;
	transform: translate3d(0, 5px, 0);
	transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #FFF;
	right: 16px;
	top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
	margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
	color: #333;
}

.lg-outer .lg-dropdown a {
	color: #333;
	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: #333;
	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-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-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
	transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
	will-change: transform, opacity;
}

.lg-css3.lg-use-left .lg-item {
	will-change: left, opacity;
}

.lg-css3.lg-zoom-in .lg-item {
	opacity: 0;
}

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
	transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in .lg-item.lg-next-slide {
	transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in .lg-item.lg-current {
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-in .lg-item.lg-current {
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-out .lg-item {
	opacity: 0;
}

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
	transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out .lg-item.lg-next-slide {
	transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out .lg-item.lg-current {
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-out .lg-item.lg-current {
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-out-in .lg-item {
	opacity: 0;
}

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {
	transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide {
	transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-out-in .lg-item.lg-current {
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-current {
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-in-out .lg-item {
	opacity: 0;
}

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {
	transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide {
	transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-in-out .lg-item.lg-current {
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-current {
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-soft-zoom .lg-item {
	opacity: 0;
}

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {
	transform: scale3d(1.2, 1.2, 1.2);
}

.lg-css3.lg-soft-zoom .lg-item.lg-next-slide {
	transform: scale3d(0.8, 0.8, 0.8);
}

.lg-css3.lg-soft-zoom .lg-item.lg-current {
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide, .lg-css3.lg-soft-zoom .lg-item.lg-next-slide, .lg-css3.lg-soft-zoom .lg-item.lg-current {
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide {
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide-circular .lg-item.lg-next-slide {
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.lg-css3.lg-slide-circular .lg-item.lg-current {
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular .lg-item.lg-next-slide, .lg-css3.lg-slide-circular .lg-item.lg-current {
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-up .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide {
	transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
}

.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide {
	transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
}

.lg-css3.lg-slide-circular-up .lg-item.lg-current {
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-current {
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-down .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide {
	transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
}

.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide {
	transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
}

.lg-css3.lg-slide-circular-down .lg-item.lg-current {
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-current {
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-vertical .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {
	transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide {
	transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide {
	transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide {
	transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide {
	transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide {
	transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-vertical .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {
	transform: translate3d(0, -100%, 0);
}

.lg-css3.lg-slide-vertical .lg-item.lg-next-slide {
	transform: translate3d(0, 100%, 0);
}

.lg-css3.lg-slide-vertical .lg-item.lg-current {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical .lg-item.lg-current {
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-vertical-growth .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {
	transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide {
	transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {
	transform: skew(60deg, 0deg);
}

.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide {
	transform: skew(60deg, 0deg);
}

.lg-css3.lg-slide-skew-only .lg-item.lg-current {
	transform: skew(0deg, 0deg);
	opacity: 1;
}

.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-current {
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only-rev .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {
	transform: skew(-60deg, 0deg);
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide {
	transform: skew(-60deg, 0deg);
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
	transform: skew(0deg, 0deg);
	opacity: 1;
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only-y .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {
	transform: skew(0deg, 60deg);
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide {
	transform: skew(0deg, 60deg);
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
	transform: skew(0deg, 0deg);
	opacity: 1;
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {
	transform: skew(0deg, -60deg);
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide {
	transform: skew(0deg, -60deg);
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
	transform: skew(0deg, 0deg);
	opacity: 1;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide {
	transform: skew(60deg, 0deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew .lg-item.lg-next-slide {
	transform: skew(60deg, 0deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew .lg-item.lg-current {
	transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	opacity: 1;
}

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew .lg-item.lg-next-slide, .lg-css3.lg-slide-skew .lg-item.lg-current {
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-rev .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {
	transform: skew(-60deg, 0deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide {
	transform: skew(-60deg, 0deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-current {
	transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	opacity: 1;
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-current {
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-cross .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
	transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide {
	transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-current {
	transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	opacity: 1;
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-current {
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
	transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide {
	transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
	transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	opacity: 1;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {
	transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide {
	transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-current {
	transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	opacity: 1;
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-current {
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {
	transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide {
	transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
	transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	opacity: 1;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {
	transform: skew(0deg, 60deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide {
	transform: skew(0deg, 60deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
	transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	opacity: 1;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {
	transform: skew(0deg, -60deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide {
	transform: skew(0deg, -60deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
	transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	opacity: 1;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-lollipop .lg-item {
	opacity: 0;
}

.lg-css3.lg-lollipop .lg-item.lg-prev-slide {
	transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-lollipop .lg-item.lg-next-slide {
	transform: translate3d(0, 0, 0) scale(0.5);
}

.lg-css3.lg-lollipop .lg-item.lg-current {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-lollipop .lg-item.lg-prev-slide, .lg-css3.lg-lollipop .lg-item.lg-next-slide, .lg-css3.lg-lollipop .lg-item.lg-current {
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-lollipop-rev .lg-item {
	opacity: 0;
}

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {
	transform: translate3d(0, 0, 0) scale(0.5);
}

.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide {
	transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-lollipop-rev .lg-item.lg-current {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-next-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-current {
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-rotate .lg-item {
	opacity: 0;
}

.lg-css3.lg-rotate .lg-item.lg-prev-slide {
	transform: rotate(-360deg);
}

.lg-css3.lg-rotate .lg-item.lg-next-slide {
	transform: rotate(360deg);
}

.lg-css3.lg-rotate .lg-item.lg-current {
	transform: rotate(0deg);
	opacity: 1;
}

.lg-css3.lg-rotate .lg-item.lg-prev-slide, .lg-css3.lg-rotate .lg-item.lg-next-slide, .lg-css3.lg-rotate .lg-item.lg-current {
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-rotate-rev .lg-item {
	opacity: 0;
}

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
	transform: rotate(360deg);
}

.lg-css3.lg-rotate-rev .lg-item.lg-next-slide {
	transform: rotate(-360deg);
}

.lg-css3.lg-rotate-rev .lg-item.lg-current {
	transform: rotate(0deg);
	opacity: 1;
}

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide, .lg-css3.lg-rotate-rev .lg-item.lg-next-slide, .lg-css3.lg-rotate-rev .lg-item.lg-current {
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-tube .lg-item {
	opacity: 0;
}

.lg-css3.lg-tube .lg-item.lg-prev-slide {
	transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
}

.lg-css3.lg-tube .lg-item.lg-next-slide {
	transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
}

.lg-css3.lg-tube .lg-item.lg-current {
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-tube .lg-item.lg-prev-slide, .lg-css3.lg-tube .lg-item.lg-next-slide, .lg-css3.lg-tube .lg-item.lg-current {
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-group:after {
	content: "";
	display: table;
	clear: both;
}

.lg-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1150;
	opacity: 0;
	transition: opacity 0.15s ease 0s;
	direction: ltr;
}

.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-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
	transition-duration: inherit !important;
	transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
	transition-duration: 0s !important;
	opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

.lg-outer .lg {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
}

.lg-outer .lg-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}

.lg-outer .lg-item {
	background: url("../images/loading.gif") no-repeat scroll center center transparent;
	display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
	display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
	display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap: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: 1160;
}

.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;
	transition: opacity 0.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 {
	display: none;
}

.lg-outer.lg-hide-download #lg-download {
	display: none;
}

.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1140;
	background-color: #000;
	opacity: 0;
	transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
	opacity: 0.85;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
	transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
	-webkit-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-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
	transition: opacity 0.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 {
	transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	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-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-item iframe {
	background-color: #fff;
}

.lightgallery-album li:not(:first-child) {
	display: none;
}

[data-lightgallery='item'] {
	cursor: pointer;
}

.lg-skin-light.lg-backdrop {
	background-color: #f1f1f1;
}

.lg-skin-light.lg-outer .lg-sub-html {
	background-color: rgba(224, 223, 223, 0.95);
	color: #2b2b2b;
}

.lg-skin-light.lg-outer .lg-progress-bar .lg-progress {
	background-color: #fff;
}

.lg-skin-light.lg-outer .lg-img-wrap {
	padding-bottom: 110px;
	padding-top: 58px;
}

.lg-skin-light.lg-outer .lg-actions .lg-next, .lg-skin-light.lg-outer .lg-actions .lg-prev {
	background-color: rgba(43, 43, 43, 0.55);
	border-radius: 2px;
	color: #e0e0e0;
}

.lg-skin-light.lg-outer .lg-actions .lg-next:hover, .lg-skin-light.lg-outer .lg-actions .lg-prev:hover {
	background-color: rgba(43, 43, 43, 0.75);
}

.lg-skin-light.lg-outer #lg-counter,
.lg-skin-light.lg-outer .lg-toolbar .lg-icon,
.lg-skin-light.lg-outer.lg-dropdown-active #lg-share {
	color: #353535;
}

.lg-skin-light.lg-outer .lg-outer .lg-thumb-outer {
	background-color: rgba(247, 247, 247, 0.9);
}

.lg-skin-light.lg-outer .lg-toolbar .lg-icon:hover,
.lg-skin-light.lg-outer .lg-toogle-thumb:hover {
	color: #555;
}

.lg-skin-light.lg-outer .lg-toogle-thumb {
	color: #353535;
}

.lg-skin-light.lg-outer .lg-thumb-outer,
.lg-skin-light.lg-outer .lg-toogle-thumb {
	background-color: rgba(224, 223, 223, 0.95);
}

.lg-skin-light.lg-outer .lg-toolbar {
	background-color: rgba(224, 223, 223, 0.95);
}

.lg-skin-1.lg-outer .lg-toogle-thumb,
.lg-skin-1.lg-outer #lg-actual-size,
.lg-skin-1.lg-outer #lg-download,
.lg-skin-1.lg-outer #lg-counter,
.lg-skin-1.lg-outer .lg-autoplay-button {
	display: none;
}

.lg-skin-1.lg-outer .lg-thumb-outer {
	transform: translate3d(0, 75%, 0);
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-skin-1.lg-outer .lg-thumb-outer:hover {
	transform: translate3d(0, 0, 0);
}

.lg-skin-1.lg-outer .lg-thumb-item {
	border-radius: 0;
	opacity: .5;
	transform: none;
}

.lg-skin-1.lg-outer .lg-thumb-item.active,
.lg-skin-1.lg-outer .lg-thumb-item:hover {
	transform: none;
	opacity: .9;
}

.lg-skin-1.lg-outer .lg-thumb-outer {
	background-color: transparent;
}

.lg-skin-1.lg-outer .lg-object.lg-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw !important;
	height: 100vh !important;
	object-fit: cover;
}

.lightGallery-in-carousel .lg-thumb-outer,
.lightGallery-in-carousel #lg-counter {
	display: none;
}

/*
*
* Material Parallax
*/
.parallax-container {
	position: relative;
	overflow: hidden;
}

.material-parallax {
	position: absolute;
	top: 0;
	left: -1px;
	right: -1px;
	bottom: 0;
}

.ipad .parallax-container,
.iphone .parallax-container {
	background-attachment: scroll !important;
}

.material-parallax img {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 0;
	min-width: 101%;
	min-height: 101%;
	transform: translate3d(-50%, 0, 0);
}

.parallax-content {
	position: relative;
	z-index: 1;
}

/*rtl:end:ignore*/
.brand {
	position: relative;
	display: inline-block;
}

.brand::after {
	content: '';
	position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg width='35' height='15' viewBox='0 0 35 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='35' height='15' fill='%23F7F459'/%3E%3Cpath d='M8.89453 8.51367H5.51953V12H3.76172V3.46875H9.31641V4.89258H5.51953V7.0957H8.89453V8.51367ZM13.7341 8.87695H12.3337V12H10.5759V3.46875H13.7459C14.7537 3.46875 15.531 3.69336 16.0779 4.14258C16.6248 4.5918 16.8982 5.22656 16.8982 6.04688C16.8982 6.62891 16.7712 7.11523 16.5173 7.50586C16.2673 7.89258 15.8865 8.20117 15.3748 8.43164L17.2205 11.918V12H15.3337L13.7341 8.87695ZM12.3337 7.45312H13.7517C14.1931 7.45312 14.5349 7.3418 14.7771 7.11914C15.0193 6.89258 15.1404 6.58203 15.1404 6.1875C15.1404 5.78516 15.0252 5.46875 14.7947 5.23828C14.5681 5.00781 14.2185 4.89258 13.7459 4.89258H12.3337V7.45312ZM23.6128 8.30273H20.2378V10.5879H24.1987V12H18.48V3.46875H24.187V4.89258H20.2378V6.92578H23.6128V8.30273ZM30.6028 8.30273H27.2278V10.5879H31.1887V12H25.47V3.46875H31.177V4.89258H27.2278V6.92578H30.6028V8.30273Z' fill='black'/%3E%3C/svg%3E%0A");
	width: 35px;
	height: 15px;
	top: 0;
	right: 0;
	transform: translate(90%, -30%);
}

.equipe {
	display: flex;
	justify-content: space-around;
}

.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: #01b3a7;
}

.box-contacts-decor {
	margin: 30px auto;
	height: 2px;
	max-width: 100px;
	background: #01b3a7;
	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: #50ba87;
}

@media (min-width: 992px) {
	.desktop .box-contacts {
		box-shadow: none;
		border: 1px solid #e1e1e1;
	}
	.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;
}

.title-classic {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-bottom: -15px;
	margin-left: -32px;
}

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

.title-classic > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 32px;
}

.title-classic-title {
	flex-shrink: 0;
}

.title-classic-title > h3 {
	margin-top: 6px;
}

.title-classic-text {
	font-size: 16px;
	padding-top: 20px;
	border-top: 1px solid #e1e1e1;
}

* + .title-classic-text {
	margin-top: 0;
}

@media (min-width: 576px) {
	.title-classic {
		text-align: left;
		flex-direction: row;
	}
	.title-classic-text {
		padding-top: 0;
		padding-left: 28px;
		border-top: none;
		border-left: 1px solid #e1e1e1;
	}
}

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

.rd-navbar-main-container.container {
	display: flex;
	height: 71px; /* Height de nav */
}
.highlight {
    background-color: #eeec49; /* Choisis la couleur de surlignage que tu souhaites */
}
.highlight-red {
    background-color: #ff4c39; /* Choisis la couleur rouge que tu souhaites */
    color: white; /* Optionnel : change la couleur du texte pour le rendre lisible */
}

.post-future-text p {
    transition: all 0.3s ease; /* Transition pour l'animation */
}

.post-future-text p.expanded {
    font-size: 1.0em; /* Augmenter la taille de la police pour le contenu complet */
    max-height: none; /* Retirer la restriction de hauteur */
}
footer {
    background-color: black; /* Fond noir */
}

a.link-hover-style-1 {
    color: #28a745; /* Vert */
    font-size: 14px; /* Taille du texte par défaut */
    transition: all 0.4s ease; /* Transition pour le changement */
    text-decoration: none; /* Pas de soulignement par défaut */
}

a.link-hover-style-1:hover {
    color: #ffc107; /* Jaune au survol */
	font-size: 16px;
    transform: scale(1.1); /* Grossir au survol */
    text-decoration: none; /* Pas de soulignement au survol */
}
.arrow-green {
	color: #ffeb3b; /* Jaune pour les flèches */
}
.effectif-slider {
    display: flex;
    align-items: center;
	align-items: center; /* Centre verticalement */
    justify-content: center; /* Centre horizontalement */
    position: relative;
    overflow: hidden;
    width: 100%;
}

.player-wrapper {
    overflow: hidden;
    width: 100%;
    max-width: 1400px; /* Ajuste selon ton design */
}

.player-list {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 10px;
	margin-top: 10px;
    will-change: transform;
}


.slide-btn {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.slide-btn:hover {
    background: black;
}

.prev-btn {
    left: 10px;
    display: none; /* Caché au début */
}

.next-btn {
    right: 10px;
    display: none; /* S'affiche si nécessaire */
}
/* Centrage des titres des catégories */
.effectif-category {
    text-align: center; /* Centre le texte */
    font-size: 24px; /* Augmente la taille */
    font-weight: bold;
    margin: 40px 0 20px; /* Espacement haut et bas */
}

/* Ajout d'espace entre les joueurs */
.player-card {
    flex: 0 0 auto;
    width: 280px;
	height: 350px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin: 20px 10px; /* Ajoute de l'espace en haut et en bas */
}

/* Ajustement de l'espacement entre les blocs */
.effectif-slider {
    margin-bottom: 50px; /* Ajoute de l'espace sous chaque bloc de joueurs */
	width: 100%;
}
.effectif-container {
    max-width: 1500px !important;
    margin: 0 auto; /* Pour centrer le conteneur */
}
/* Effet spécial au survol des cartes des joueurs */
.player-card {
    position: relative;
    transition: transform 0.6s ease, box-shadow 0.6s ease;
}

.player-card:hover {
    transform: scale(1.05); /* Légère augmentation de la taille */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* Ombre plus marquée */
}

/* Effet lumineux autour de la carte */
.player-card::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: -1;
}

.player-card:hover::before {
    opacity: 1;
}
/* Style du prénom */
.player-card h5 {
	margin-top: 12px;
    font-size: 18px;
    font-weight: 500;
    color: #666;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

/* Style du nom */
.player-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    letter-spacing: 2px;
    transition: color 0.5s ease;
}

/* Effet spécial au survol */
.player-card:hover .player-info h5 {
    color: #28a745; /* Vert dynamique */
	transition: color 1.0s ease;
}

/* Adapter la carte pour afficher l'image en fond */
.player-card {
    position: relative;
    flex: 0 0 auto;
    width: 280px;
    height: 350px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin: 30px 10px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

/* Image du joueur en full cover */
.player-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Conteneur du texte en bas à gauche */
.player-info {
	font-family: 'Oswald', sans-serif;
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 8px 12px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

/* Numéro du joueur en gros */
.player-info h5:first-child {
	font-family: 'Oswald', sans-serif;
    font-size: 50px; /* Taille plus grande */
    font-weight: bold;
    color: white;
    margin-right: 10px;
}

/* Nom et prénom alignés à droite du numéro */
.player-name {
	margin-top: 11px;
    display: flex;
    flex-direction: column;
}

/* Style du prénom */
.player-name h6 {
	font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: white;
    margin: 0;
}

/* Style du nom */
.player-name h4 {
	font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin: 0;
    letter-spacing: 1px;
}
.effectif-header {
    text-align: center;
    margin: 40px 0;
    position: relative;
}

.effectif-header h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
    color: #222; /* Couleur principale */
	
    transition: color 0.3s ease-in-out;
    font-family: 'Poppins', sans-serif;
}

.effectif-header h2 i {
    color: #28a745; /* Vert dynamique */
    margin-right: 10px;
}

.effectif-header .underline {
    width: 120px;
    height: 4px;
    background: linear-gradient(to right, #28a745, #f1c40f); /* Dégradé vert-jaune */
    margin: 8px auto 0;
    border-radius: 2px;
}

/* Effet au survol */
.effectif-header h2:hover {
    color: #28a745;
}
.poste-titre {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; /* Espacement entre l'icône et le texte */
    color: #444;
    transition: color 0.3s ease-in-out;
}

.poste-titre i {
    font-size: 28px;
    color: #28a745; /* Couleur des icônes */
}

.poste-titre:hover {
    color: #28a745;
}
@media (max-width: 768px) {
    .player-card {
        width: 80px;  /* Réduction de la largeur */
        height: 120px; /* Réduction de la hauteur */
        font-size: 10px; /* Texte plus petit */
        padding: 5px;
        margin: 5px;
    }

    .player-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
    }

    /* Ajuste l'affichage du texte */
    .player-info {
        bottom: -5px;
        left: 3px;
        padding: 5px;
    }

    .player-info h5:first-child {
        font-size: 20px; /* Numéro plus petit */
    }

    .player-name h6 {
        font-size: 10px; /* Texte plus petit */
    }

    .player-name h4 {
        font-size: 12px;
    }

    /* Ajuste les flèches pour un meilleur positionnement */
    .slide-btn {
        width: 30px;
        height: 30px;
    }

    .prev-btn {
        left: 5px;
    }

    .next-btn {
        right: 5px;
    }
}


.circular-img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255,255,255,0.6);
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    display: block;
    transition: transform 0.2s, border-color 0.2s;
}
.circular-img:hover {
    transform: scale(1.1);
    border-color: #F5C518;
}
.partner-logos {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.partner-logos li {
    display: flex;
    align-items: center;
}

.rd-navbar-contact {
    display: flex;
    align-items: center;
    gap: 15px; /* Espace entre les éléments */
    margin-right: 20px; /* Ajuste l'espacement */
}

.contact-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: white; /* Couleur du texte */
    text-decoration: none;
    font-weight: bold;
}

.contact-item .icon {
    font-size: 18px;
    color: #28a745; /* Couleur verte */
    margin-right: 5px;
}
/* Effet au survol */
.contact-item:hover {
    color: yellow; /* Texte en jaune */
	text-decoration: none;
}
.rd-navbar-list img {
    border: none !important;
    outline: none !important;
}

.rd-navbar-panel-inner.container {
    max-width: 1600px !important; /* Mets la valeur que tu veux */
    width: 100%;
}
.largeur {
    max-width: 1480px !important;
    width: 100%;
    display: flex;
    justify-content: center;
}
.rd-navbar-nav {
    margin: 0 auto;
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    width: 100%;
}

.rd-navbar-nav li {
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; /* Nécessaire pour l'effet */
    overflow: hidden; /* Empêche le débordement */
}

/* Dégradé pour le lien actif (inchangé) */
.rd-navbar-nav .active {
    background: linear-gradient(to right, #1e3c72, #2a5298) !important; /* Bleu élégant */
}

/* Styles des liens */
.rd-navbar-nav a {
    display: block;
    padding: 27px 15px;
    color: white;
    text-decoration: none; /* Supprime le soulignement */
    position: relative;
    z-index: 2;
    transition: color 0.4s ease-in-out;
}

/* Effet de remplissage croisé */
.rd-navbar-nav li:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    transition: width 0.5s ease-in-out, left 0.5s ease-in-out;
    z-index: 1;
    text-decoration: none;
}


/* Survol : la couleur s’étend des deux côtés et se rejoint au centre */
.rd-navbar-nav li:hover::before {
    width: 100%;
    left: 0;
	text-decoration: none;
}

/* Couleur du texte au survol */
.rd-navbar-nav li:hover a {
    color: black;
	text-decoration: none;
}

/* Le lien actif ne change pas au survol */
.rd-navbar-nav .active:hover::before {
    width: 0;
	text-decoration: none;
    left: 50%;
}

.rd-navbar-nav .active:hover a {
    color: white !important;
	text-decoration: none;
}
@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1450px !important; 
    }
}
.distance {
	justify-content: space-between;
}
@media (min-width: 992px) {
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667% !important;
    }
}
/* Styles généraux */
/* body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}
 */
.u-main-background {
    padding: 40px 20px;
    background: white;
}

/* Navigation secondaire */
.section-navigation {
    display: flex;
    justify-content: center;
    background-color: #004d98;
    padding: 10px 0;
}

.section-navigation a {
    color: white;
    padding: 10px 15px;
    text-decoration: none;
    transition: background 0.3s ease-in-out;
}

.section-navigation a:hover, .section-navigation a.active {
    background: #FFD700;
}

/* Contenu principal */
.history-content {
    text-align: center;
    padding: 50px 20px;
}

.history-content h1 {
    color: #004d98;
    font-size: 2.5em;
    opacity: 0;
    transform: translateY(-20px);
    animation: fadeInUp 1s ease-out forwards;
}

.history-sections section {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    background: white;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.history-sections section.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Section des trophées */
.trophies-section {
    text-align: center;
    background: #0B0B61;
    color: white;
    padding: 40px;
}

.trophies-gallery {
    display: flex;
    justify-content: center;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.trophy {
    background: white;
    color: #0B0B61;
    padding: 15px;
    border-radius: 10px;
    width: 150px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}

.trophy.visible {
    opacity: 1;
    transform: scale(1);
}

/* Footer */
.club-footer {
    background: black;
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 40px;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.rd-navbar-panel-inner.container {
    height: 55px !important;
    line-height: 50px; /* Pour aligner le texte verticalement */
    overflow: hidden; /* Pour éviter que le contenu dépasse */
}
/* Ticker gauche : contenu sur une seule ligne, coupé si trop long */
.rd-navbar-classic.rd-navbar-static .rd-navbar-panel-item-left {
    overflow: hidden;
    flex-shrink: 0;
    max-width: 36%;
}
.post-inline {
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.post-inline > * {
    display: inline !important;
    vertical-align: middle;
}
.post-inline-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Texte animé centré — fond semi-transparent pour éviter le chevauchement visuel */
.rd-navbar-panel-item-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    font-weight: bold;
    color: #ffffff !important;
    padding: 4px 16px;
    border-radius: 4px;
    z-index: 20;
    white-space: nowrap;
    max-width: 34%;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
    background: transparent;
}
.special-letter {
    font-size: 14px; /* Taille plus grande */
    color: #369c19; /* Rouge vif */
    font-weight: bold;
}
/* Par défaut, la section est cachée */
.quicklinks {
    position: fixed;
    bottom: -100px; /* Caché hors de l'écran */
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #cb2027, #47002c); /* Dégradé rouge & bordeaux */
    padding: 15px 20px;
    border-radius: 40px;
    color: white;
    text-align: center;
    transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
    opacity: 0;
	width : 30%;
	height : 50px;
    z-index: 1000; /* Toujours au-dessus */
}

/* Lorsque la section devient visible */
.quicklinks.show {
    bottom: 20px; /* Position finale */
    opacity: 1;
}
/* Conteneur des messages */
.swiper-overlay {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: flex-start; /* Aligner les messages à gauche */
    gap: 50px;
    text-align: left;
    z-index: 1000;
}
.swiper-overlay1 {
    position: absolute;
    top: -30%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5); /* Assombrit légèrement */
    color: white;
    font-family: 'Arial', sans-serif;
    text-align: center;
    z-index: 10;
}

#leader-text {
    font-size: 50px;
    font-weight: bold;
    transition: opacity 1s ease-in-out, transform 0.5s ease-in-out;
    opacity: 0;
    transform: translateY(20px);
}
.first-word {
    background: rgba(255, 0, 0, 0.3); /* Rouge avec opacité */
    padding: 5px 10px;
    border-radius: 5px;
}

/* Style des messages avec animation */
.swiper-message {
    font-size: 18px;
    font-weight: bold;
    color: white;
    background: linear-gradient(180deg, #7313bd, #134739); /* Dégradé rouge & bordeaux */
    padding: 60px 30px;
    border-radius: 8px;
    opacity: 0;
    transform: translateX(-100px); /* Début hors écran à gauche */
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

/* Animation activée */
.show-message {
    opacity: 1 !important;
    transform: translateX(0) !important; /* Déplace vers la position normale */
}
.custom-gradient-bg {
    background: linear-gradient(135deg, 
        #f8fffe 0%,    /* Blanc-bleu très clair */
        #f0f8ff 25%,  /* Bleu très clair */
        #f0fff0 50%,  /* Blanc-vert très clair */
        #f5f5f0 75%,  /* Blanc-crème très subtil */
        #f8fffe 100%  /* Retour au blanc-bleu très clair */
    ) !important; 
    padding: 50px !important;
    border-radius: 25px !important;
    opacity: 1 !important;
}

/* Nouvelle classe pour l'ancien gradient */
.white-bg-with-gradient {
    background: linear-gradient(to right, 
	#181733 0%,   /* Bordeaux fondu à gauche */
	#134739 50%,               /* Rouge bien visible au centre */
	#134739 60%,               /* Toujours rouge au centre */
	#181733 100%  /* Bordeaux fondu à droite */
) !important; 
	opacity: 0.9;
}
.post-future {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.post-future:hover {
    transform: translateY(-5px);
}

.post-future-figure img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.post-future-title a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.post-future-meta {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.post-future-text p {
    margin: 5px 0;
}

/* 🔹 Empêcher le débordement du main-component */
.main-component {
    max-width: 100%;
    padding: 0px;
    overflow: hidden;
}

/* 🔹 Empêcher poste-section de dépasser */
.poste-section {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 5px;
}

/* 🔹 Garder les cartes à 150px x 170px */
/* .new-player-card {
    width: 140px;
    height: 190px;
    flex-shrink: 0;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
 */
/* 🔹 Ajustement de l'image */
.new-player-card img {
    width: 90%;
    height: 75%;
    border-radius: 8px;
    object-fit: cover; /* Assure un bon rendu */
}

/* 🔹 La liste des joueurs */
.new-player-list {
    display: flex;
    gap: 10px;
    transition: transform 0.6s ease-in-out;
}

/* ✅ Boutons de navigation (flèches) */
.new-slide-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
	z-index: 100; /* 🔥 Met au-dessus des autres éléments */
    opacity: 1; /* Assure que les boutons sont visibles */
}

/* ✅ Position de la flèche gauche */
.new-prev-btn {
    left: -50px; /* Ajuste la position */
}

/* ✅ Position de la flèche droite */
.new-next-btn {
    right: -50px; /* Ajuste la position */
}


/* 🔹 Pagination (points en bas) */
.new-swiper-pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.new-swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
}

.new-swiper-pagination-bullet.active {
    background: #134739;
}

/* 📱 Adaptation mobile */
@media (max-width: 768px) {
    .new-player-card {
        width: 130px;
        height: 170px;
    }
}
/* ✅ Nouvelle classe pour éviter les conflits */
.new-player-card {
    position: relative;
    flex: 0 0 auto;
    width: 120px;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin: 30px 10px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    transition: transform 0.6s ease, box-shadow 0.6s ease;
}

/* ✅ Effet au survol */
.new-player-card:hover {
    transform: scale(1.05); /* Légère augmentation de la taille */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* Ombre plus marquée */
}

/* ✅ Effet lumineux autour de la carte */
.new-player-card::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: -1;
}

.new-player-card:hover::before {
    opacity: 1;
}

/* ✅ Image du joueur en full cover */
.new-player-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ✅ Conteneur du texte en bas à gauche */
.new-player-details {
    font-family: 'Oswald', sans-serif;
    position: absolute;
    bottom: -12px;
    left: 2px;
    padding: 8px 4px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

/* ✅ Numéro du joueur en gros */
.new-player-details h5:first-child {
    font-family: 'Oswald', sans-serif;
    font-size: 30px; /* Taille plus grande */
    font-weight: bold;
    color: white;
    margin-right: 5px;
}

/* ✅ Nom et prénom alignés à droite du numéro */
.new-player-name {
    margin-top: -5px;
    display: flex;
    flex-direction: column;
}

/* ✅ Style du prénom */
.new-player-name h6 {
    font-family: 'Oswald', sans-serif;
    font-size: 10px;
    font-weight: 500;
    color: white;
    margin: 0;
}

/* ✅ Style du nom */
.new-player-name h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: white;
    margin: 0;
    letter-spacing: 1px;
}

/* ✅ Effet spécial au survol */
.new-player-card:hover .new-player-details h5 {
    color: #28a745; /* Vert dynamique */
    transition: color 1.0s ease;
}
.new-effectif-slider {
    position: relative; /* Assure que les flèches se positionnent correctement */
    overflow: visible;
}
/* ✅ Conteneur général avec un fond vert */
.app-download {
    background: linear-gradient(45deg, #134739, #28a745); /* Dégradé vert */
    padding: 20px;
	padding-bottom: 40px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* ✅ Titre */
.heading-component-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.heading-component-title1 {
    font-size: 20px;
    font-weight: bold;
	color : white;
    margin-bottom: 15px;
}


/* ✅ Conteneur principal */
.app-download-container {
    display: flex;
    align-items: center;
    justify-content: center;
	padding-top: 20px;
    gap: 15px;
    width: 100%;
}

/* ✅ Image du téléphone */
.app-image {
    width: 150px;
    height: 180px;
    background: rgba(255, 255, 255, 0.2); /* Fond blanc semi-transparent */
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-image img {
    width: 80%;
    height: auto;
}

/* ✅ Contenu texte et boutons */
.app-download-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* ✅ Texte */
.app-download-text {
    font-size: 16px;
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
}

/* ✅ Boutons */
.app-buttons {
    display: flex;
    gap: 10px;
}
.app-download-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgb(24, 23, 51), #47002c);

    padding: 5px 10px;
    border-radius: 8px;
    text-decoration: none;
    transition: rgb(24, 23, 51) 0.3s ease-in-out;
	font-size: 12px;
	color : white;
}

.app-download-button img {
    width: 120px; /* Ajuste la taille des badges Google Play et App Store */
    height: auto;
    transition: transform 0.3s ease;
}

.app-download-button img:hover {
    transform: scale(1.1);
}
.app-download-button:hover {
    background: rgb(34, 32, 71); /* Légère variation au survol */
	text-decoration: none;
	transition: rgb(24, 23, 51) 0.3s ease-in-out;
	font-size: 12px;
	color : white;

}
.card {
    transition: transform 0.3s ease-in-out;
}
.card:hover {
    transform: translateY(-5px);
}
.card-header.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075) !important;
}

/* ✅ Style pour les équipes victorieuses */
.text-success {
    color: #28a745 !important;
}

.fw-bold {
    font-weight: bold !important;
}

/* ✅ Style spécifique pour les noms d'équipes victorieuses */
.game-result-team-name.text-success {
    color: #28a745 !important;
    font-weight: bold !important;
}

.game-result-team-name.text-success:hover {
    color: #20c997 !important;
}

/* ✅ Style spécifique pour les scores des équipes victorieuses */
.game-result-score .text-success {
    color: #28a745 !important;
    font-weight: bold !important;
}

.game-result-score .text-success:hover {
    color: #20c997 !important;
}

/* ✅ Désactiver les transitions pendant la navigation du carousel */
.owl-carousel.owl-drag .owl-item {
    transition: none !important;
}

.owl-carousel.owl-drag .owl-item * {
    transition: none !important;
}

/* ✅ Réactiver les transitions uniquement au survol quand le carousel n'est pas en cours de navigation */
.owl-carousel:not(.owl-drag) .game-result-team-name.text-success:hover {
    transition: color 0.3s ease-in-out;
}

.owl-carousel:not(.owl-drag) .game-result-score .text-success:hover {
    transition: color 0.3s ease-in-out;
}

/* ✅ Optimiser la navigation du carousel */
.owl-carousel .owl-nav button {
    z-index: 10;
    position: relative;
}

.owl-carousel .owl-nav button:focus {
    outline: none;
}

/* ✅ S'assurer que les éléments du carousel n'ont pas de transitions bloquantes */
.owl-carousel .owl-item {
    will-change: transform;
}

.owl-carousel .owl-stage {
    transition: transform 0.3s ease !important;
}

/* ✅ Styles pour la sidebar admin */
.admin-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 280px;
    background: linear-gradient(180deg, #181733 0%, #134739 100%);
    color: white;
    z-index: 1000;
    transition: transform 0.3s ease;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
}

.admin-sidebar.collapsed {
    transform: translateX(-240px);
}

/* Header de la sidebar */
.sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
}

.sidebar-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: bold;
}

.sidebar-logo i {
    font-size: 24px;
    color: #28a745;
}

.sidebar-toggle {
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.sidebar-toggle:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Navigation de la sidebar */
.sidebar-nav {
    padding: 20px 0;
}

.sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-item {
    margin-bottom: 5px;
}

.sidebar-link {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.sidebar-link:hover,
.sidebar-link.active {
    background-color: rgba(255, 255, 255, 0.1);
    border-left-color: #28a745;
    color: #28a745;
}

.sidebar-link i {
    width: 20px;
    text-align: center;
    font-size: 16px;
}

.sidebar-link span {
    font-weight: 500;
}

/* Sous-menus */
.sidebar-submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.2);
    display: none;
}

.sidebar-item:hover .sidebar-submenu {
    display: block;
}

.sidebar-submenu li a {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 20px 12px 55px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.sidebar-submenu li a:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: #28a745;
    padding-left: 60px;
}

.sidebar-submenu li a i {
    width: 16px;
    font-size: 14px;
}

/* Footer de la sidebar */
.sidebar-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.3);
}

.user-info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #28a745;
}

.user-details {
    display: flex;
    flex-direction: column;
}

.user-name {
    font-weight: bold;
    font-size: 14px;
}

.user-role {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.logout-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-size: 14px;
}

.logout-btn:hover {
    background: linear-gradient(135deg, #c82333 0%, #dc3545 100%);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(220, 53, 69, 0.3);
}

/* Contenu principal avec sidebar */
.admin-content {
    margin-left: 280px;
    padding: 20px;
    min-height: 100vh;
    background: #f8f9fa;
    transition: margin-left 0.3s ease;
}

.admin-content.sidebar-collapsed {
    margin-left: 40px;
}

/* Responsive */
@media (max-width: 768px) {
    .admin-sidebar {
        transform: translateX(-100%);
    }
    
    .admin-sidebar.mobile-open {
        transform: translateX(0);
    }
    
    .admin-content {
        margin-left: 0;
    }
    
    .admin-content.sidebar-collapsed {
        margin-left: 0;
    }
}

/* Bouton toggle mobile */
.mobile-sidebar-toggle {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1001;
    background: #134739;
    border: none;
    color: white;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    display: none;
}

@media (max-width: 768px) {
    .mobile-sidebar-toggle {
        display: block;
    }
}

/* ✅ Styles pour le dashboard admin */
.dashboard-header {
    background: linear-gradient(135deg, #181733 0%, #134739 100%);
    color: white;
    padding: 30px 0;
    margin-bottom: 30px;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.dashboard-title {
    font-size: 2.5rem;
    font-weight: white;
    margin-bottom: 10px;
	color: #FFF;
    display: flex;
    align-items: center;
    gap: 15px;
}

.dashboard-title i {
    color: #28a745;
    font-size: 2rem;
}

.dashboard-subtitle {
    font-size: 1.1rem;
    opacity: 0.9;
    margin: 0;
}

.dashboard-stats {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.stat-item {
    text-align: center;
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    min-width: 100px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-item i {
    font-size: 2rem;
    color: #28a745;
    margin-bottom: 10px;
    display: block;
}

.stat-number {
    font-size: 1.8rem;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Responsive pour le dashboard */
@media (max-width: 768px) {
    .dashboard-header {
        padding: 20px 0;
        margin-bottom: 20px;
    }
    
    .dashboard-title {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    
    .dashboard-stats {
        justify-content: center;
        margin-top: 20px;
        flex-wrap: wrap;
    }
    
    .stat-item {
        min-width: 80px;
        padding: 10px;
    }

    .stat-item i {
        font-size: 1.5rem;
    }

    .stat-number {
        font-size: 1.4rem;
    }
}

/* =============================================
   PALETTE ASA — VARIABLES GLOBALES
   ============================================= */
:root {
    --asa-primary:    #0D5C2E;
    --asa-secondary:  #1B8A4A;
    --asa-accent:     #F5C518;
    --asa-dark:       #080E0B;
    --asa-dark-2:     #111A14;
    --asa-light:      #F4F7F5;
    --asa-text-muted: #8A9E90;
    --asa-white:      #FFFFFF;
}

/* =============================================
   FOOTER ASA
   ============================================= */
.asa-footer {
    background-color: var(--asa-dark);
    color: #cdd8d2;
    font-size: 0.9rem;
}

.asa-footer-top {
    padding: 60px 0 40px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}

.asa-footer-logo {
    height: 90px;
    width: auto;
    margin-bottom: 16px;
}

.asa-footer-desc {
    color: var(--asa-text-muted);
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 0.85rem;
}

.asa-footer-social {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.asa-social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: var(--asa-white);
    font-size: 0.85rem;
    transition: transform 0.2s, opacity 0.2s;
    text-decoration: none;
}
.asa-social-btn:hover { transform: translateY(-3px); opacity: 0.85; color: var(--asa-white); }
.asa-social-btn.facebook  { background: #1877F2; }
.asa-social-btn.instagram { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.asa-social-btn.tiktok    { background: #010101; border: 1px solid #333; }
.asa-social-btn.youtube   { background: #FF0000; }

.asa-footer-title {
    color: var(--asa-white);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}
.asa-footer-title::after {
    content: '';
    position: absolute;
    left: 0; bottom: 0;
    width: 28px; height: 2px;
    background: var(--asa-accent);
    border-radius: 2px;
}

.asa-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.asa-footer-links li {
    margin-bottom: 10px;
}
.asa-footer-links a {
    color: var(--asa-text-muted);
    text-decoration: none;
    transition: color 0.2s, padding-left 0.2s;
}
.asa-footer-links a:hover {
    color: var(--asa-accent);
    padding-left: 5px;
}

.asa-footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.asa-footer-contact li i {
    color: var(--asa-secondary);
    margin-top: 3px;
    flex-shrink: 0;
    width: 14px;
}

.asa-footer-partners {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.asa-footer-partners img {
    height: 36px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(0.6);
    transition: filter 0.2s;
}
.asa-footer-partners img:hover {
    filter: brightness(0) invert(1);
}

.asa-app-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    color: var(--asa-white);
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.78rem;
    text-decoration: none;
    margin-right: 6px;
    margin-bottom: 6px;
    transition: background 0.2s;
}
.asa-app-badge:hover {
    background: var(--asa-primary);
    color: var(--asa-white);
    border-color: var(--asa-primary);
}

.asa-footer-bottom {
    background-color: var(--asa-dark-2);
    padding: 18px 0;
    font-size: 0.82rem;
    color: var(--asa-text-muted);
}
.asa-footer-bottom p { color: var(--asa-text-muted); }
.asa-footer-legal {
    display: flex;
    gap: 12px;
    align-items: center;
}
.asa-footer-legal a {
    color: var(--asa-text-muted);
    text-decoration: none;
    transition: color 0.2s;
}
.asa-footer-legal a:hover { color: var(--asa-accent); }
.asa-footer-legal span { color: rgba(255,255,255,0.2); }

/* =============================================
   ACTUALITÉS — CARTES AVEC MINIATURES
   ============================================= */
.asa-news-card {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    transition: transform 0.25s, box-shadow 0.25s;
    margin-bottom: 24px;
    height: 100%;
}
.asa-news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(13,92,46,0.15);
}

.asa-news-thumb {
    position: relative;
    width: 100%;
    height: 190px;
    overflow: hidden;
    background: var(--asa-dark);
}
.asa-news-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}
.asa-news-card:hover .asa-news-thumb img {
    transform: scale(1.05);
}
.asa-news-thumb-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--asa-primary), var(--asa-secondary));
    color: rgba(255,255,255,0.25);
    font-size: 3rem;
}

.asa-news-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--asa-accent);
    color: var(--asa-dark);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 3px;
}

.asa-news-body {
    padding: 16px 18px 18px;
}
.asa-news-date {
    font-size: 0.75rem;
    color: var(--asa-text-muted);
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 8px;
}
.asa-news-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--asa-dark);
    line-height: 1.4;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.asa-news-excerpt {
    font-size: 0.82rem;
    color: #666;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 12px;
}
.asa-news-link {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--asa-secondary);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: gap 0.2s, color 0.2s;
}
.asa-news-link:hover {
    gap: 9px;
    color: var(--asa-primary);
}

/* =============================================
   JOUEURS — OVERLAY STATS AU SURVOL
   ============================================= */
.new-player-card {
    position: relative;
}

.player-stats-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(8,14,11,0.95) 0%, rgba(8,14,11,0.7) 60%, transparent 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 6px;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 10px;
    z-index: 10;
}
.new-player-card:hover .player-stats-overlay {
    opacity: 1;
}

.player-stats-grid {
    display: flex;
    justify-content: space-around;
    width: 100%;
    gap: 4px;
}

.player-stat {
    text-align: center;
    flex: 1;
}
.player-stat-value {
    display: block;
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--asa-accent);
    line-height: 1;
    font-family: 'Oswald', sans-serif;
}
.player-stat-label {
    display: block;
    font-size: 0.5rem;
    color: rgba(255,255,255,0.65);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 2px;
}

.player-stat-divider {
    width: 1px;
    background: rgba(255,255,255,0.15);
    align-self: stretch;
    margin: 2px 0;
}

/* ═══════════════════════════════════════════════════════════════
   BARCA-STYLE REDESIGN — v5
   Palette ASA : #0D5C2E (vert), #F5C518 (or), #080E0B (noir)
═══════════════════════════════════════════════════════════════ */

/* ── BARRE SUPÉRIEURE — fond vert ASA ────────────────────── */
nav.rd-navbar.rd-navbar-classic,
.rd-navbar-dark.rd-navbar-classic,
.page-header.rd-navbar-dark,
.page-header .rd-navbar-wrap,
.page-header .rd-navbar-main-outer,
.page-header .rd-navbar-main {
    background-color: var(--asa-primary) !important;
    background:       var(--asa-primary) !important;
}
/* Texte + éléments de la barre supérieure */
.page-header .rd-navbar-main .rd-navbar-panel,
.page-header .rd-navbar-main .rd-navbar-aside-outer:not(.rd-navbar-main-bottom) {
    color: rgba(255,255,255,0.88) !important;
}
/* Icônes cercles réseaux sociaux */
.page-header .rd-navbar-share a,
.page-header .rd-navbar-share .icon {
    color: rgba(255,255,255,0.78) !important;
    border-color: rgba(255,255,255,0.28) !important;
    transition: border-color 0.2s, color 0.2s !important;
}
.page-header .rd-navbar-share a:hover .icon,
.page-header .rd-navbar-share .icon:hover {
    background: rgba(255,255,255,0.14) !important;
    border-color: rgba(255,255,255,0.65) !important;
    color: #ffffff !important;
}

/* ── BARRE BLANCHE (liens de navigation) ─────────────────── */
.rd-navbar-classic .rd-navbar-main-bottom.rd-navbar-darker,
.rd-navbar--is-stuck .rd-navbar-main-bottom.rd-navbar-darker,
.rd-navbar--is-clone .rd-navbar-main-bottom.rd-navbar-darker {
    background:    #ffffff !important;
    border-top:    3px solid var(--asa-accent) !important;
    box-shadow:    0 2px 20px rgba(0,0,0,0.09) !important;
}

/* ── LIENS NAV — état normal ──────────────────────────────── */
.rd-navbar-classic .rd-navbar-main-bottom .rd-nav-link {
    color:           #1a2a1f !important;
    font-weight:     700 !important;
    font-size:       0.79rem !important;
    letter-spacing:  0.09em !important;
    text-transform:  uppercase !important;
    opacity:         1 !important;
    padding:         8px 0 !important;
    position:        relative;
    transition:      color 0.22s ease !important;
    background:      transparent !important;
}

/* Soulignement or (s'étend de gauche à droite au survol) */
.rd-navbar-classic .rd-navbar-main-bottom .rd-nav-link::after {
    content:    '';
    display:    block;
    position:   absolute;
    bottom:     -1px; left: 50%; right: 50%;
    height:     3px;
    background: var(--asa-accent);
    transition: left 0.25s ease, right 0.25s ease;
}
.rd-navbar-classic .rd-navbar-main-bottom .rd-nav-link:hover::after,
.rd-navbar-classic .rd-navbar-main-bottom .rd-nav-item.active .rd-nav-link::after {
    left: 0; right: 0;
}

/* ── LIENS NAV — survol + actif ───────────────────────────── */
.rd-navbar-classic .rd-navbar-main-bottom .rd-nav-link:hover,
.rd-navbar-classic .rd-navbar-main-bottom .rd-nav-item.active .rd-nav-link {
    color:      var(--asa-primary) !important;
    background: transparent !important;
    opacity:    1 !important;
}

/* Neutralise TOUS les backgrounds sur les LI nav (gradient bleu du template) */
.rd-navbar-classic .rd-navbar-main-bottom .rd-nav-item,
.rd-navbar-static .rd-nav-item,
.rd-navbar-fixed .rd-nav-item,
.page-header .rd-navbar-nav .rd-nav-item {
    background:       transparent !important;
    background-color: transparent !important;
    background-image: none !important;
}

/* Neutralise sur les liens (A) aussi */
.rd-navbar-fixed .rd-nav-item.active .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.focus .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.opened .rd-nav-link,
.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link,
.rd-navbar-static .rd-nav-item.active .rd-nav-link,
.rd-navbar-static .rd-nav-item.focus .rd-nav-link,
.rd-navbar-static .rd-nav-item:hover .rd-nav-link,
.rd-navbar-classic .rd-navbar-main-bottom .rd-nav-item > .rd-nav-link,
.page-header .rd-navbar-nav .rd-nav-item > .rd-nav-link,
.page-header .rd-navbar-nav .rd-nav-item.active > .rd-nav-link,
.page-header .rd-navbar-nav .rd-nav-item.focus > .rd-nav-link {
    background:       transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border:           none !important;
    box-shadow:       none !important;
}
.rd-navbar-fixed .rd-nav-item.active .rd-nav-link,
.rd-navbar-static .rd-nav-item.active .rd-nav-link,
.page-header .rd-navbar-nav .rd-nav-item.active > .rd-nav-link {
    color: var(--asa-primary) !important;
}

/* ── ICÔNE LOUPE (toggle recherche) ───────────────────────── */
.rd-navbar-classic .rd-navbar-main-bottom .rd-navbar-search-toggle span,
.rd-navbar-classic .rd-navbar-main-bottom .rd-navbar-search-toggle span::before,
.rd-navbar-classic .rd-navbar-main-bottom .rd-navbar-search-toggle span::after {
    background: #1a2a1f !important;
}
.rd-navbar-classic .rd-navbar-main-bottom .rd-search-form-submit {
    color: var(--asa-primary) !important;
}

/* ── CHAMP DE RECHERCHE — fond clair ──────────────────────── */
#rd-navbar-search-form-input,
.rd-navbar-search-form-input,
.rd-navbar-search-form-input.form-input,
.rd-navbar-classic .rd-navbar-main-bottom input.form-input,
.rd-navbar-classic .rd-navbar-main-bottom .form-input {
    background-color: #f0f5f1 !important;
    background:       #f0f5f1 !important;
    border-color:     #c4d8cb !important;
    color:            #1a2a1f !important;
    border-radius:    4px !important;
    transition:       border-color 0.2s, box-shadow 0.2s !important;
}
#rd-navbar-search-form-input:focus,
.rd-navbar-search-form-input:focus {
    border-color: var(--asa-primary) !important;
    box-shadow:   0 0 0 2px rgba(13,92,46,0.14) !important;
    outline:      none !important;
}
.rd-navbar-classic .rd-navbar-main-bottom .form-label,
#rd-navbar-search-form-input::placeholder,
.rd-navbar-search-form-input::placeholder {
    color: #7a9a84 !important;
}
.rd-navbar-classic .rd-navbar-main-bottom .rd-navbar-search {
    background: transparent !important;
}

/* ── HERO PLEIN ÉCRAN + CARTES (section unique style Barca) ─ */
.barca-hero {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 65px);
    background-size: cover;
    background-position: center 25%;   /* image visible dans la partie haute */
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.barca-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 90, 35, 0.5)  0%,
        rgba(0, 70, 28, 0.5) 20%,
        rgba(2, 45, 40, 0.5) 45%,
        rgba(4, 25, 65, 0.5) 65%,
        rgba(4, 12, 75, 0.5) 85%,
        rgba(3,  8, 60, 0.5) 100%
    );
}

/* ── Logo ASA centré dans l'espace libre du hero ── */
.barca-hero-emblem {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* S'étire jusqu'au début de la zone texte (environ les 60% hauts) */
    bottom: 40%;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.barca-hero-emblem-img {
    height: clamp(120px, 26vh, 280px);
    width: auto;
    filter:
        drop-shadow(0 0 40px rgba(13, 61, 34, 0.6))
        drop-shadow(0 8px 32px rgba(0, 0, 0, 0.55));
    opacity: 0.92;
    animation: heroBadgePulse 4s ease-in-out infinite;
}
@keyframes heroBadgePulse {
    0%, 100% { transform: scale(1);    filter: drop-shadow(0 0 40px rgba(13,61,34,0.6)) drop-shadow(0 8px 32px rgba(0,0,0,0.55)); }
    50%       { transform: scale(1.04); filter: drop-shadow(0 0 60px rgba(13,61,34,0.8)) drop-shadow(0 12px 40px rgba(0,0,0,0.6)); }
}

/* Bande d'annonce verte */
.barca-hero-topbar {
    position: absolute;
    top: 0; left: 0; right: 0;
    z-index: 10;
    background: rgba(13,92,46,0.90);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 9px 48px;
    font-size: 0.79rem;
    color: rgba(255,255,255,0.9);
    letter-spacing: 0.03em;
    font-weight: 500;
}
.barca-topbar-pulse {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--asa-accent);
    box-shadow: 0 0 0 3px rgba(245,197,24,0.35);
    flex-shrink: 0;
    animation: barca-pulse 2s infinite;
}
@keyframes barca-pulse {
    0%,100% { box-shadow: 0 0 0 3px rgba(245,197,24,0.35); }
    50%      { box-shadow: 0 0 0 8px rgba(245,197,24,0.08); }
}
.barca-topbar-btn {
    margin-left: auto;
    color: var(--asa-accent);
    font-weight: 800;
    text-decoration: none !important;
    font-size: 0.77rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: color 0.2s;
}
.barca-topbar-btn:hover { color: #fff; }

/* Zone headline — prend tout l'espace au-dessus des cartes */
.barca-hero-bottom {
    position: relative;
    z-index: 5;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    padding: 80px 60px 40px;
    width: 100%;
}

/* Zone cartes — partie basse du hero, dégradé vert → bleu semi-transparent */
.barca-hero-cards {
    position: relative;
    z-index: 5;
    width: 100%;
    background: transparent;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 24px 0 28px;
}
.barca-hero-cards .barca-cards-grid {
    height: 260px;
    gap: 6px;
    width: 52%;
    margin: 0 auto;
}
.barca-hero-cards .barca-card-img {
    flex: 0 0 55%;
}
.barca-hero-cards .barca-card-body {
    padding: 9px 12px 8px;
}
.barca-hero-cards .barca-card-title {
    font-size: 0.78rem;
}
.barca-hero-cards .barca-card-meta-bottom {
    margin-top: 6px;
    font-size: 0.6rem;
}

/* Description — cachée, révélée au survol */
.barca-card-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.65rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.4;
    margin: 6px 0 0;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.3s ease, margin 0.3s ease;
}
.barca-card:hover .barca-card-desc {
    max-height: 40px;
    opacity: 1;
    margin: 6px 0 4px;
}
.barca-hero-badge-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}
.barca-sport-badge {
    display: inline-block;
    background: var(--asa-accent);
    color: var(--asa-dark);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    padding: 4px 12px;
    text-transform: uppercase;
}
.barca-hero-sep { color: rgba(255,255,255,0.3); font-size: 1rem; }
.barca-hero-time { color: rgba(255,255,255,0.6); font-size: 0.8rem; letter-spacing: 0.05em; }

.barca-hero-headline {
    font-family: 'Barlow Condensed', 'Barlow Semi Condensed', sans-serif;
    font-size: clamp(3rem, 6vw, 6rem);
    font-weight: 900;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.0;
    letter-spacing: 0.01em;
    margin: 0 0 18px;
    min-height: 1.1em;
    text-align: center;
    text-shadow: 0 2px 18px rgba(0,0,0,0.8), 0 1px 4px rgba(0,0,0,0.9);
}
.barca-hero-headline .first-word { color: var(--asa-accent) !important; }
.barca-hero-headline .hero-word-accent { color: #F5C518; display: inline; margin-right: 0.18em; }
.barca-hero-headline .hero-word { color: #ffffff; display: inline; margin-right: 0.18em; }
.barca-hero-sub-row {
    color: rgba(255,255,255,0.5);
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* ── GRILLE ÉDITORIALE — 3 cartes égales style Barca ─────── */
.barca-editorial {
    background: #08100b;
    padding: 0;
    margin: 0;
}

/* ── GRILLE 3 cartes ──────────────────────────────────────── */
.barca-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    gap: 12px;
    height: 420px;
}
@media (max-width: 900px) {
    .barca-cards-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        height: auto;
    }
}

/* ── Carte ────────────────────────────────────────────────── */
.barca-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-decoration: none !important;
    border-radius: 3px;
    background: #0c1528;
    border-right: none;
    cursor: pointer;
    height: 100%;
    transition: transform 0.42s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                box-shadow 0.42s ease;
}
.barca-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 60px rgba(0,0,0,0.75), 0 8px 20px rgba(0,0,0,0.4);
    background: #0c1528;
}

/* ── Zone image ───────────────────────────────────────────── */
.barca-card-img {
    flex: 0 0 62%;
    position: relative;
    overflow: hidden;
    background: #050c1a;
}
/* pseudo-overlay gradient */
.barca-card-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(12,21,40,0.65) 100%);
    z-index: 1;
    pointer-events: none;
    transition: opacity 0.4s;
}
.barca-card:hover .barca-card-img::after {
    opacity: 0.7;
}

/* Inner bg div — c'est lui qu'on zoom au survol */
.barca-card-img-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}
.barca-card:hover .barca-card-img-bg {
    transform: scale(1.1);
}

/* ── Corps texte — remonte au survol ─────────────────────── */
.barca-card-body {
    flex: 1;
    background: #0c1528;
    padding: 18px 22px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top: 2px solid transparent;
    transform: translateY(0);
    transition: transform 0.42s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                border-color 0.3s ease;
}
.barca-card:hover .barca-card-body {
    transform: translateY(-6px);
    border-top-color: var(--asa-accent, #f5c518);
}

/* ── Titre ────────────────────────────────────────────────── */
.barca-card-title {
    font-size: 1rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.35;
    margin: 0 0 auto;
    flex: 1;
    transition: color 0.25s;
}
.barca-card:hover .barca-card-title {
    color: #fff;
}

/* ── Meta bas — ■ CATÉGORIE | temps ─────────────────────── */
.barca-card-meta-bottom {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}
.barca-cat-dot {
    width: 10px;
    height: 10px;
    background: var(--asa-accent, #f5c518);
    flex-shrink: 0;
}
.barca-cat-name {
    color: var(--asa-accent, #f5c518);
}
.barca-cat-sep {
    color: rgba(255,255,255,0.25);
    font-weight: 400;
}
.barca-cat-time {
    color: rgba(255,255,255,0.45);
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.72rem;
}

/* ── Conservé pour compat ─────────────────────────────────── */
.barca-featured-date {
    color: rgba(255,255,255,0.5);
    font-size: 0.76rem;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* ── BARRE INFO (3 colonnes) ──────────────────────────────── */
.barca-info-bar {
    background: #f4f7f5;
    padding: 54px 0;
}
.barca-info-bar .heading-component-title {
    font-size: 0.72rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: var(--asa-primary) !important;
    border-bottom: 2px solid var(--asa-accent) !important;
    padding-bottom: 10px !important;
    margin-bottom: 22px !important;
}

/* ══════════════════════════════════════════════════════════
   WIDGET CLASSEMENT — compact sidebar
══════════════════════════════════════════════════════════ */
.asa-standings {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 20px rgba(0,0,0,0.08);
    font-family: 'Barlow Semi Condensed', 'Roboto', sans-serif;
}

/* En-tête vert */
.asa-standings-head {
    background: #0d3d22;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 16px;
}
.asa-standings-head-left {
    display: flex;
    align-items: center;
    gap: 8px;
}
.asa-standings-icon {
    color: #f5c518;
    font-size: 12px;
}
.asa-standings-label {
    color: #fff;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.asa-standings-see-all {
    color: rgba(255,255,255,0.5);
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: color 0.2s;
}
.asa-standings-see-all:hover { color: #f5c518; }

.asa-standings-more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 16px;
    font-size: .75rem;
    font-weight: 700;
    color: #0D5C2E;
    text-decoration: none !important;
    background: #f0f7f2;
    border-top: 1px solid #e2eee6;
    letter-spacing: .04em;
    transition: background 0.15s;
}
.asa-standings-more:hover { background: #e0f0e8; color: #0a4a24; }

/* Ligne d'en-tête des colonnes */
.asa-standings-cols-head {
    display: grid;
    grid-template-columns: 28px 1fr 28px 28px 28px 28px 32px 36px;
    align-items: center;
    padding: 7px 16px;
    background: #f0f4f1;
    border-bottom: 1px solid #e2e8e4;
}
.asa-standings-cols-head span {
    font-size: 0.6rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #9ca3af;
    text-align: center;
}
.asa-standings-cols-head .asa-col-pos { text-align: left; }
.asa-standings-cols-head .asa-col-name { text-align: left; }
.asa-standings-cols-head .asa-col-pts { text-align: center; }

/* Corps */
.asa-standings-body {
    display: flex;
    flex-direction: column;
}

/* Ligne */
.asa-standings-row {
    display: grid;
    grid-template-columns: 28px 1fr 28px 28px 28px 28px 32px 36px;
    align-items: center;
    padding: 9px 16px;
    border-bottom: 1px solid #f0f2f0;
    transition: background 0.18s;
}
.asa-standings-row:last-child { border-bottom: none; }
.asa-standings-row:hover { background: #f8faf9; }

/* Ligne ASA (notre équipe) */
.asa-standings-row.row-asa {
    background: linear-gradient(90deg, rgba(13,61,34,0.06) 0%, rgba(13,61,34,0.02) 100%);
    border-left: 3px solid #0d3d22;
    padding-left: 13px;
}
.asa-standings-row.row-asa:hover { background: rgba(13,61,34,0.09); }

/* Zone indicateur (top / bot) */
.asa-standings-row.zone-top { border-left: 3px solid #10b981; padding-left: 13px; }
.asa-standings-row.zone-bot { border-left: 3px solid #ef4444; padding-left: 13px; }
.asa-standings-row.row-asa.zone-top { border-left: 3px solid #0d3d22; }

/* Colonnes */
.asa-col-pos { display: flex; align-items: center; }
.asa-pos-num {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 700;
    color: #6b7280;
    border-radius: 4px;
}
.asa-pos-num.pos-gold { background: #fef3c7; color: #d97706; font-weight: 900; }
.asa-pos-num.pos-red  { background: #fee2e2; color: #ef4444; font-weight: 900; }

.asa-col-name {
    display: flex;
    align-items: center;
    gap: 5px;
    overflow: hidden;
}
.asa-team-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0d3d22;
    flex-shrink: 0;
}
.asa-team-txt {
    font-size: 0.78rem;
    font-weight: 700;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.row-asa .asa-team-txt { color: #0d3d22; }

.asa-col-stat {
    font-size: 0.72rem;
    font-weight: 500;
    color: #6b7280;
    text-align: center;
}
.diff-pos { color: #10b981; font-weight: 700; }
.diff-neg { color: #ef4444; font-weight: 700; }

.asa-col-pts { text-align: center; }
.asa-pts-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 22px;
    border-radius: 5px;
    background: #f3f4f6;
    font-size: 0.75rem;
    font-weight: 900;
    color: #374151;
    padding: 0 6px;
}
.asa-pts-pill.pill-asa {
    background: #0d3d22;
    color: #fff;
}

/* ══════════════════════════════════════════════════════════
   WIDGET PROCHAIN MATCH — style éditorial Barca
══════════════════════════════════════════════════════════ */
.pm2-widget {
    font-family: 'Barlow Semi Condensed', 'Roboto', sans-serif;
    display: flex;
    flex-direction: column;
    gap: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}

/* En-tête : label + countdown + lien calendrier */
.pm2-widget-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
.pm2-head-left {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.pm2-next-label {
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--asa-primary, #0d3d22);
}
/* Countdown dans l'en-tête — surcharge les styles globaux */
.pm2-countdown.countdown { display: flex; gap: 0; background: none; border: none; padding: 0; }
.pm2-countdown .countdown-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 36px;
    padding: 0 2px;
    border: none !important;
}
.pm2-countdown .countdown-section:not(:first-child)::before {
    display: none !important;
}
.pm2-countdown .countdown-amount {
    font-size: 1.45rem;
    font-weight: 900;
    color: #111827;
    line-height: 1;
}
.pm2-countdown .countdown-period {
    font-size: 0.48rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #9ca3af;
}
/* séparateurs : entre chaque section */
.pm2-countdown .countdown-section + .countdown-section {
    position: relative;
    margin-left: 6px;
}
.pm2-countdown .countdown-section + .countdown-section::before {
    content: ':';
    position: absolute;
    left: -7px;
    top: 2px;
    font-size: 1rem;
    font-weight: 900;
    color: #6b7280;
}

.pm2-cal-link {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6b7280;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: color 0.2s;
}
.pm2-cal-link:hover { color: #0d3d22; }

/* Carte — bords hauts plats car l'en-tête asa-standings-head est au-dessus */
.pm2-card {
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
}

/* Haut sombre — équipes + VS */
.pm2-card-top {
    background: #0d1b2e;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 20px 24px;
    gap: 8px;
}
.pm2-team {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
}
.pm2-crest {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pm2-crest-initials {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0D5C2E, #1a8a44);
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: .04em;
    flex-shrink: 0;
}
.pm2-crest img {
    max-width: 64px;
    max-height: 64px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.4));
}
.pm2-team-name {
    font-size: 0.72rem;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1.2;
    text-align: center;
}

/* VS central */
.pm2-vs-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
    padding: 0 4px;
}
.pm2-vs-slash {
    font-size: 2rem;
    font-weight: 900;
    color: rgba(255,255,255,0.12);
    font-style: italic;
    line-height: 1;
}
.pm2-vs-text {
    font-size: 0.55rem;
    font-weight: 900;
    letter-spacing: 0.2em;
    color: rgba(255,255,255,0.4);
    text-transform: uppercase;
}

/* Bas blanc — détails */
.pm2-card-bottom {
    background: #ffffff;
    padding: 18px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.pm2-info-date {
    font-size: 0.82rem;
    font-weight: 700;
    color: #111827;
    margin: 0;
    text-transform: capitalize;
}
.pm2-info-comp {
    font-size: 0.75rem;
    color: #6b7280;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.pm2-info-lieu {
    font-size: 0.75rem;
    color: #9ca3af;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}
.pm2-info-lieu i { color: #0d3d22; font-size: 0.7rem; }

.pm2-match-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 8px;
    height: 42px;
    background: #f5c518;
    color: #111827 !important;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 6px;
    transition: background 0.2s, transform 0.2s;
}
.pm2-match-cta:hover {
    background: #e6b800;
    transform: translateY(-1px);
}

/* ─── pm2-widget : s'étire pour aligner avec le classement ─── */
.pm2-widget {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.pm2-card {
    display: flex;
    flex-direction: column;
}
.pm2-card-bottom {
    flex: 1;
}
/* Taille des crests augmentée quand la colonne est large (col-md-5/6) */
@media (min-width: 992px) {
    .col-md-5 .pm2-crest,
    .col-md-6 .pm2-crest {
        width: 78px;
        height: 78px;
    }
    .col-md-5 .pm2-crest img,
    .col-md-6 .pm2-crest img {
        max-width: 78px;
        max-height: 78px;
    }
    .col-md-5 .pm2-vs-slash,
    .col-md-6 .pm2-vs-slash {
        font-size: 2.6rem;
    }
    .col-md-5 .pm2-team-name,
    .col-md-6 .pm2-team-name {
        font-size: 0.82rem;
    }
}
/* État vide du widget prochain match */
.pm2-card.pm2-empty {
    background: #f9fafb;
    border: 2px dashed #e5e7eb;
}

/* ══════════════════════════════════════════════════════════
   SECTION JOUEURS — scroll horizontal + hover stats
══════════════════════════════════════════════════════════ */
.bpl-section {
    background: linear-gradient(160deg, #0a1628 0%, #0d1f3e 60%, #091525 100%);
    padding: 52px 0 40px;
    overflow: hidden;
    position: relative;
}

/* En-tete */
.bpl-header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 60px;
    margin-bottom: 36px;
}
.bpl-title {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0;
    font-family: 'Barlow Semi Condensed', 'Roboto', sans-serif;
}
.bpl-nav-wrap {
    position: absolute;
    right: 60px;
    display: flex;
    gap: 8px;
}
.bpl-nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1.5px solid rgba(255,255,255,0.25);
    background: rgba(255,255,255,0.07);
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    backdrop-filter: blur(4px);
}
.bpl-nav-btn:hover:not(:disabled) {
    background: rgba(255,255,255,0.18);
    border-color: rgba(255,255,255,0.55);
}
.bpl-nav-btn:disabled { opacity: 0.3; cursor: default; }

/* Track */
.bpl-track-outer {
    overflow-x: auto;
    overflow-y: visible;
    scroll-behavior: smooth;
    padding: 0 60px 16px;
    scrollbar-width: none;
}
.bpl-track-outer::-webkit-scrollbar { display: none; }

.bpl-track {
    display: flex;
    align-items: flex-end;
    gap: 6px;
}

/* ── Carte joueur ── */
.bpl-card {
    flex-shrink: 0;
    width: 310px;
    height: 480px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none !important;
    display: block;
}

/* Photo background */
.bpl-photo {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center top;
    transition: transform 0.55s ease;
    z-index: 0;
}
.bpl-card:hover .bpl-photo { transform: scale(1.06); }

/* Gradient de base : leger en bas */
.bpl-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
        transparent 30%,
        rgba(5,10,20,0.55) 65%,
        rgba(5,10,20,0.92) 100%
    );
    z-index: 1;
    transition: background 0.4s ease;
}
/* Au survol : gradient plus profond pour laisser de la place aux stats */
.bpl-card:hover .bpl-grad {
    background: linear-gradient(180deg,
        transparent 15%,
        rgba(5,10,20,0.55) 45%,
        rgba(5,10,20,0.98) 100%
    );
}

/* Info nom + poste — position basse par defaut */
.bpl-info {
    position: absolute;
    z-index: 3;
    left: 20px;
    right: 20px;
    bottom: 24px;
    transition: bottom 0.42s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* Au survol : l'info remonte pour laisser place aux stats */
.bpl-card:hover .bpl-info {
    bottom: 148px;
}
.bpl-name {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 6px;
    line-height: 1;
    margin-bottom: 6px;
}
.bpl-fn {
    font-size: 0.9rem;
    font-weight: 300;
    color: rgba(255,255,255,0.75);
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.bpl-ln {
    font-size: 1.75rem;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Barlow Semi Condensed', sans-serif;
    letter-spacing: -0.01em;
    display: block;
}
.bpl-pos {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 500;
    color: rgba(255,255,255,0.8);
    letter-spacing: 0.04em;
}

/* Panneau stats — cache sous la carte par defaut */
.bpl-stats-panel {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 4px;
    padding: 16px 14px 18px;
    background: rgba(6,12,24,0.94);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(255,255,255,0.1);
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.42s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                opacity 0.35s ease;
}
/* Au survol : stats remontent */
.bpl-card:hover .bpl-stats-panel {
    transform: translateY(0);
    opacity: 1;
}

.bpl-stat {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}
.bpl-stat-lbl {
    font-size: 0.52rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
}
.bpl-stat-val {
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.bpl-stat-sub {
    font-size: 0.5rem;
    color: rgba(255,255,255,0.3);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.bpl-stat-sep {
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    flex-shrink: 0;
}

/* Pied de section */
.bpl-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 60px 0;
}
.bpl-dots { display: flex; gap: 6px; }
.bpl-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    cursor: pointer;
    transition: all 0.3s;
}
.bpl-dot.bpl-dot-active {
    width: 24px;
    border-radius: 3px;
    background: #f5c518;
}
.bpl-cta-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f5c518;
    color: #0a1628 !important;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 11px 24px;
    border-radius: 6px;
    text-decoration: none !important;
    transition: background 0.2s, transform 0.2s;
}
.bpl-cta-link:hover {
    background: #e6b800;
    transform: translateY(-1px);
}

/* ── SECTION ÉQUIPE ───────────────────────────────────────── */
.barca-team-section {
    background: #fff;
    padding: 60px 0;
}
.barca-section-header {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}
.barca-section-title {
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--asa-primary);
    padding-left: 14px;
    border-left: 3px solid var(--asa-accent);
    line-height: 1;
    margin: 0;
}

/* ── EXTRAS (Galerie + Réseaux) ───────────────────────────── */
.barca-extras-section {
    background: #f0f4f1;
    padding: 60px 0;
}

/* ── FORMATION DROPDOWN ───────────────────────────────────── */
.asa-has-dropdown {
    position: relative;
}
.asa-has-dropdown > .rd-nav-link {
    display: inline-flex !important;
    align-items: center;
    gap: 4px;
}

/* Chevron animé */
.asa-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 5px solid currentColor;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    transition: transform 0.22s ease;
    position: relative;
    top: -1px;
}
.asa-has-dropdown:hover .asa-caret {
    transform: rotate(180deg);
}

/* Panneau dropdown */
.asa-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    min-width: 150px;
    background: #ffffff;
    border-top: 3px solid #F5C518;
    list-style: none;
    padding: 6px 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 2000;
    box-shadow: 0 8px 28px rgba(13,92,46,0.18);
}

/* Triangle pointeur */
.asa-dropdown::before {
    content: '';
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 6px solid #F5C518;
}

/* Affichage au survol */
.asa-has-dropdown:hover > .asa-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* Items */
.asa-dropdown li,
.asa-dropdown li a {
    background: #ffffff !important;
    color: #0D5C2E !important;
    list-style: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.asa-dropdown li {
    border-bottom: 1px solid rgba(13,92,46,0.08) !important;
}
.asa-dropdown li:last-child {
    border-bottom: none !important;
}

/* Liens */
.asa-dropdown li a {
    display: block !important;
    padding: 13px 24px !important;
    font-family: "Barlow Semi Condensed", sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    transition: background 0.18s ease, padding-left 0.18s ease !important;
    white-space: nowrap !important;
}
.asa-dropdown li a::before { display: none !important; }

.asa-dropdown li a:hover,
.asa-dropdown li.asa-active a {
    background: #F4F7F5 !important;
    color: #0D5C2E !important;
    padding-left: 30px !important;
    border-left: 3px solid #F5C518 !important;
}

/* Lien FORMATION actif/survol dans la barre */
.asa-has-dropdown.active .rd-nav-link,
.asa-has-dropdown:hover .rd-nav-link {
    color: #0D5C2E !important;
}

/* Mobile */
@media (max-width: 1199px) {
    .asa-dropdown {
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
        min-width: 100%;
        box-shadow: none;
        border-top: none;
        border-left: 3px solid #F5C518;
        background: #F4F7F5;
        display: none;
        padding: 0;
    }
    .asa-dropdown::before { display: none; }
    .asa-has-dropdown.opened > .asa-dropdown,
    .asa-has-dropdown.focus > .asa-dropdown {
        display: block;
    }
}

/* Fix overflow:hidden sur le li de la navbar */
.rd-navbar-nav li.asa-has-dropdown {
    overflow: visible !important;
}

/* ── Points animés style Barça ─────────────────────────────── */
.navbar-anim-dots {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-right: 12px;
    flex-shrink: 0;
}

.nad {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    animation: nadPulse 2s ease-in-out infinite;
}

.nad-1 {
    background: #27ae60;
    animation-delay: 0s;
}

.nad-2 {
    background: #F5C518;
    animation-delay: 0.65s;
}

@keyframes nadPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: 0.5; transform: scale(0.78); }
}

/* ── Bouton CTA style Barça "View Plans" ───────────────────── */
.navbar-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #27ae60;
    color: #fff !important;
    padding: 0 16px;
    height: 30px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none !important;
    white-space: nowrap;
    margin-left: 14px;
    flex-shrink: 0;
    transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
    border: none;
}

.navbar-cta-btn:hover {
    background: #1e9651;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 3px 12px rgba(39,174,96,0.45);
    transform: translateY(-1px);
}

.navbar-cta-btn i {
    font-size: 11px;
}

@media (max-width: 991px) {
    .navbar-anim-dots { display: none; }
    .navbar-cta-btn   { display: none; }
}

/* ══════════════════════════════════════════════════════════
   LOGO NAVBAR — déborde haut/bas (style Barça)
══════════════════════════════════════════════════════════ */

/* 1. Autorise le logo à déborder sans clipping */
.rd-navbar-classic.rd-navbar-static .rd-navbar-main,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main-bottom,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main-container,
.rd-navbar-classic.rd-navbar-static .rd-navbar-nav,
.page-header,
.page-header .rd-navbar-wrap {
    overflow: visible !important;
}

/* 2. Le <li> portant le logo */
.rd-navbar-classic.rd-navbar-static .rd-navbar-nav > li:first-child {
    overflow: visible !important;
    position: relative;
    z-index: 1001;
}

/* 3. Logo ASA — grande taille + marges négatives pour déborder */
#logo {
    height: 130px !important;
    width: auto !important;
    display: block;
    position: relative;
    z-index: 1001;
    /*
     * La barre verte reste à ~72px de haut (hauteur actuelle du logo HTML).
     * margin-top + margin-bottom = -(130 - 72) = -58px répartis :
     *   -22px en haut  → déborde dans le panel blanc
     *   -36px en bas   → déborde dans la section hero
     */
    margin-top: -22px;
    margin-bottom: -36px;
    filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.28));
    cursor: pointer;
    transition: filter 0.25s ease, transform 0.25s ease;
}

#logo:hover {
    filter: drop-shadow(0 6px 30px rgba(0, 0, 0, 0.42));
    transform: translateY(-4px);
}

/* Logo mobile — caché sur desktop, visible mobile via CSS */
#mobile-logo-fixed {
  display: none;
  position: fixed;
  top: 8px;
  right: 14px;
  /* au-dessus de la barre (10000) et du titre (10002),
     mais SOUS l'overlay du popup (99980) */
  z-index: 10003;
}
@media (max-width: 1199px) {
  #mobile-logo-fixed { display: block !important; }
}

/* ═══════════════════════════════════════════════════
   NAVBAR MOBILE — ASA (style Barça)
═══════════════════════════════════════════════════ */
@media (max-width: 1199px) {

  /* overflow-x:hidden sur html/body crée un scroll-container sur iOS Safari
     et casse position:fixed — on le met sur .page à la place (div normal,
     ne crée pas de scroll-container, ne casse pas position:fixed) */
  .page { overflow-x: hidden; }

  /* ── Barre fixe du haut ──
     Sélecteur sans .rd-navbar-fixed : la barre doit être blanche et fixe
     dès le premier rendu, AVANT l'init JS de rd-navbar (window load) */
  .rd-navbar .rd-navbar-panel,
  .rd-navbar-fixed .rd-navbar-panel,
  .rd-navbar.rd-navbar-fixed > .rd-navbar-panel {
    background: #ffffff !important;
    border-bottom: 3px solid #0D5C2E !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12) !important;
    height: 64px !important;
    position: fixed !important;
    top: 0; left: 0; right: 0;
    width: 100% !important;   /* annule le width:1500px !important de la version desktop */
    min-width: 0 !important;
    max-width: 100% !important;
    z-index: 10000 !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 16px !important;
    transform: none !important;
  }

  /* Avant l'init JS, le menu desktop (drawer) ne doit pas apparaître en flux */
  .rd-navbar:not(.rd-navbar-fixed):not(.rd-navbar-static) .rd-navbar-main {
    display: none !important;
  }

  /* iOS/WebKit : l'animation fadeIn (fill-mode:both) sur .page fait décrocher
     le position:fixed de la barre qu'elle contient — les barres "glissent" au
     scroll et laissent voir les images derrière. On désactive le fondu sur
     mobile ; la page est visible immédiatement, la barre reste vraiment fixe. */
  .page {
    opacity: 1 !important;
    animation: none !important;
  }

  /* Hamburger — lignes vertes à gauche */
  .rd-navbar .rd-navbar-toggle,
  .rd-navbar-fixed .rd-navbar-toggle {
    position: relative !important;
    left: auto !important; top: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    flex-shrink: 0;
    margin-right: auto !important;
  }
  .rd-navbar .rd-navbar-toggle span,
  .rd-navbar .rd-navbar-toggle span::before,
  .rd-navbar .rd-navbar-toggle span::after,
  .rd-navbar-fixed .rd-navbar-toggle span,
  .rd-navbar-fixed .rd-navbar-toggle span::before,
  .rd-navbar-fixed .rd-navbar-toggle span::after {
    background: #0D5C2E !important;
    width: 24px !important;
    height: 2px !important;
  }

  /* Logo à droite — positionné en absolu */
  .rd-navbar-mobile-logo {
    display: flex !important;
    align-items: center !important;
    position: absolute !important;
    right: 14px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    text-decoration: none !important;
    z-index: 10001 !important;
  }
  .rd-navbar-mobile-logo img {
    height: 48px !important;
    width: auto !important;
    display: block !important;
  }

  /* Cacher éléments inutiles */
  .rd-navbar-panel-inner,
  .rd-navbar-panel-item-center,
  .rd-navbar-panel-item-right,
  .rd-navbar-collapse-toggle,
  .rd-navbar-fixed .rd-navbar-panel .list-inline {
    display: none !important;
    visibility: hidden !important;
  }

  /* ── Drawer / Sidebar ── */
  .rd-navbar-fixed .rd-navbar-main {
    background: #ffffff !important;
    width: 100% !important;
    max-width: 320px !important;
    top: 64px !important;
    bottom: 0 !important;
    left: 0 !important;
    padding: 8px 0 40px !important;
    box-shadow: 4px 0 30px rgba(0,0,0,0.18) !important;
    overflow-y: auto !important;
    border-top: 1px solid #e5e7eb !important;
  }

  /* ── Nav list ── */
  .rd-navbar-fixed .rd-navbar-nav {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  /* Cacher le li du logo desktop */
  .rd-navbar-fixed .rd-navbar-nav > li:first-child { display: none !important; }

  /* Items */
  .rd-navbar-fixed .rd-navbar-nav > li {
    border-bottom: 1px solid #f0f0f0 !important;
  }
  .rd-navbar-fixed .rd-navbar-nav > li > a.rd-nav-link,
  .rd-navbar-fixed .rd-navbar-nav > li > a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    color: #111111 !important;
    font-size: 0.88rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    padding: 18px 20px !important;
    text-decoration: none !important;
    background: #ffffff !important;
    transition: background 0.15s, color 0.15s !important;
  }
  /* Supprimer ::after sur tous les liens */
  .rd-navbar-fixed .rd-navbar-nav > li > a::after { content: '' !important; display: none !important; }

  /* Supprimer les toggles injectés par rd-navbar */
  .rd-navbar-fixed .rd-navbar-nav > li .rd-navbar-submenu-toggle,
  .rd-navbar-fixed .rd-navbar-nav > li > a .rd-navbar-submenu-toggle { display: none !important; }

  /* Sur mobile : FORMATION navigue directement — le dropdown reste caché */
  .rd-navbar-fixed .asa-dropdown { display: none !important; max-height: none !important; }

  .rd-navbar-fixed .rd-navbar-nav > li > a:hover {
    background: #f7faf8 !important;
    color: #0D5C2E !important;
  }
  .rd-navbar-fixed .rd-navbar-nav > li.active > a {
    color: #0D5C2E !important;
    border-left: 3px solid #0D5C2E !important;
  }

  /* Cacher le caret texte natif */
  .rd-navbar-fixed .asa-caret { display: none !important; }

  /* ── Dropdown Formation (slide animé) ── */
  .rd-navbar-fixed .asa-dropdown {
    flex: 0 0 100% !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #f0f4f2 !important;
    border-top: 2px solid #0D5C2E !important;
    display: block !important;
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.28s ease !important;
  }
  .rd-navbar-fixed .asa-has-dropdown.opened > .asa-dropdown {
    max-height: 240px !important;
  }
  .rd-navbar-fixed .asa-dropdown > li {
    border-bottom: 1px solid #e0e0e0 !important;
  }
  .rd-navbar-fixed .asa-dropdown > li > a {
    display: block !important;
    color: #111111 !important;
    background: #f0f0f0 !important;
    padding: 15px 20px 15px 36px !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
  }
  .rd-navbar-fixed .asa-dropdown > li > a:hover {
    color: #0D5C2E !important;
    background: #e5ede8 !important;
  }
  /* ── Décaler le contenu page ── */
  .page { padding-top: 64px !important; }
}

/* La preloader ASA remplace l'ancien .preloader du framework.
   pageTransition (script.js) ne s'exécute plus (plugins.preloader.length === 0)
   → .page resterait opacity:0 indéfiniment. On force l'affichage. */
.page { opacity: 1 !important; }

/* Cacher éléments mobile sur desktop */
@media (min-width: 1200px) {
  .rd-navbar-mobile-logo { display: none !important; }
  .asa-mob-toggle { display: none !important; }
}

/* ══════════════════════════════════════════════════════════
   MOBILE QUICKNAV — barre rapide sous la navbar (mobile only)
══════════════════════════════════════════════════════════ */
.mobile-quicknav {
    display: none; /* caché sur desktop */
}

@media (max-width: 991px) {
    /* Page padding: navbar (64px) + quicknav (54px) */
    .page { padding-top: 118px !important; }

    .mobile-quicknav {
        display: flex;
        align-items: stretch;
        background: #0d3d22;
        position: fixed;
        top: 64px; /* colle sous la navbar fixed */
        left: 0;
        right: 0;
        width: 100%;
        border-top: 1px solid rgba(255,255,255,0.1);
        z-index: 9998;
    }

    .mqn-item {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        padding: 10px 6px 9px;
        color: rgba(255,255,255,0.78);
        text-decoration: none !important;
        position: relative;
        transition: background 0.18s, color 0.18s;
        border-right: 1px solid rgba(255,255,255,0.08);
    }
    .mqn-item:last-child { border-right: none; }

    .mqn-item:active,
    .mqn-item.mqn-active {
        background: rgba(255,255,255,0.08);
        color: #fff;
    }
    .mqn-item.mqn-active .mqn-icon i {
        color: #F5C518;
    }

    .mqn-icon {
        font-size: 1.25rem;
        line-height: 1;
        color: rgba(255,255,255,0.7);
        transition: color 0.18s;
    }
    .mqn-item:active .mqn-icon,
    .mqn-item.mqn-active .mqn-icon { color: #F5C518; }

    .mqn-label {
        font-size: 9.5px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.07em;
        line-height: 1;
        display: flex;
        align-items: center;
        gap: 4px;
    }

    /* Caret chevron Formation */
    .mqn-caret {
        font-size: 8px !important;
        transition: transform 0.2s;
    }
    .mqn-item.mqn-open .mqn-caret { transform: rotate(180deg); }

    /* Sous-menu Formation */
    .mqn-sub {
        display: none;
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        background: #0a2e19;
        border-top: 2px solid #F5C518;
        flex-direction: column;
        z-index: 9999;
    }
    .mqn-item.mqn-open .mqn-sub { display: flex; }

    .mqn-sub a {
        display: block;
        padding: 11px 16px;
        color: rgba(255,255,255,0.85);
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        text-decoration: none;
        border-bottom: 1px solid rgba(255,255,255,0.07);
        transition: background 0.15s, color 0.15s;
    }
    .mqn-sub a:last-child { border-bottom: none; }
    .mqn-sub a:hover { background: rgba(255,255,255,0.08); color: #F5C518; }
}

/* ── SOCIAL GRID ──────────────────────────────────────────── */
.asa-social-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.asa-social-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 18px;
    border-radius: 10px;
    text-decoration: none !important;
    transition: transform 0.18s, box-shadow 0.18s;
    color: #fff !important;
}
.asa-social-card:hover {
    transform: translateX(4px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.18);
    color: #fff !important;
}
.asa-social-fb  { background: #1877F2; }
.asa-social-ig  { background: linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.asa-social-yt  { background: #FF0000; }
.asa-social-tt  { background: #010101; }
.asa-social-icon {
    font-size: 1.6rem;
    width: 44px;
    text-align: center;
    flex-shrink: 0;
}
.asa-social-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.asa-social-name {
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.02em;
}
.asa-social-cta {
    font-size: .78rem;
    opacity: .85;
}
.asa-social-cta .fas { font-size: .7rem; margin-left: 3px; }

/* ── CONTACT CTA ──────────────────────────────────────────── */
.asa-contact-cta {
    background: #f5f8f5;
    border: 1.5px solid #d4e8d4;
    border-radius: 10px;
    overflow: hidden;
}
.asa-contact-cta-inner {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
}
.asa-contact-cta-icon {
    font-size: 1.4rem;
    color: #0D5C2E;
    flex-shrink: 0;
}
.asa-contact-cta-title {
    font-weight: 700;
    font-size: .95rem;
    color: #111;
}
.asa-contact-cta-sub {
    font-size: .75rem;
    color: #666;
    margin-top: 1px;
}
.asa-contact-cta-btn {
    margin-left: auto;
    background: #0D5C2E;
    color: #fff !important;
    padding: 8px 18px;
    border-radius: 6px;
    font-size: .82rem;
    font-weight: 600;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background 0.15s;
}
.asa-contact-cta-btn:hover { background: #0a4a24; color: #fff !important; }

/* ══════════════════════════════════════════════════════════
   NOM DU CLUB — superposé sur la navbar mobile (hors .page)
══════════════════════════════════════════════════════════ */
.mobile-club-title { display: none; }

@media (max-width: 991px) {
    .mobile-club-title {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 56px;   /* laisse la place au hamburger (40px + padding) */
        right: 70px;  /* laisse la place au logo */
        height: 64px; /* = hauteur de la navbar mobile */
        font-family: 'Barlow Semi Condensed', 'Roboto', sans-serif;
        font-size: 10px;
        font-weight: 700;
        color: #111;
        white-space: nowrap;
        letter-spacing: 0.04em;
        text-align: center;
        pointer-events: none;
        z-index: 10001;
    }

    .mct-initial {
        color: #0D5C2E; /* vert foncé ASA */
        font-size: 12px;
        font-weight: 900;
    }
}

/* ── PAGE HEADING ─────────────────────────────────────────── */
.asa-page-heading { text-align: center; padding: 8px 0 24px; }
.asa-page-heading-title {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 800;
    color: #111;
    letter-spacing: -0.01em;
    margin-bottom: 8px;
}
.asa-page-heading-title::after {
    content: '';
    display: block;
    width: 48px;
    height: 4px;
    background: #0D5C2E;
    margin: 10px auto 0;
    border-radius: 2px;
}
.asa-page-heading-sub { color: #666; font-size: .97rem; }

/* ── CONTACT CARDS ────────────────────────────────────────── */
.asa-contact-cards { display: flex; flex-wrap: wrap; gap: 12px; }
.asa-ccard {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border: 1.5px solid #e8f0e8;
    border-radius: 10px;
    padding: 14px 18px;
    flex: 1 1 calc(33% - 12px);
    min-width: 190px;
    transition: box-shadow 0.18s;
}
.asa-ccard:hover { box-shadow: 0 4px 16px rgba(13,92,46,0.10); }
.asa-ccard-icon {
    width: 40px; height: 40px;
    background: #e9f5ee;
    color: #0D5C2E;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1rem; flex-shrink: 0;
}
.asa-ccard-label { font-size: .72rem; color: #888; text-transform: uppercase; letter-spacing: .05em; }
.asa-ccard-value { font-size: .9rem; font-weight: 600; color: #111; text-decoration: none; display: block; }
a.asa-ccard-value:hover { color: #0D5C2E; }

/* ── CONTACT FORM BOX ─────────────────────────────────────── */
.asa-contact-form-box {
    background: #fff;
    border-radius: 12px;
    padding: 32px 28px;
    box-shadow: 0 2px 16px rgba(0,0,0,.06);
}
.asa-contact-form-title { font-size: 1.25rem; font-weight: 700; color: #111; margin-bottom: 4px; }
.asa-contact-form-sub   { font-size: .85rem; color: #777; margin-bottom: 22px; }

.asa-field-wrap { position: relative; margin-bottom: 4px; }
.asa-field {
    width: 100%; padding: 18px 14px 6px;
    border: 1.5px solid #ddd; border-radius: 8px;
    font-size: .92rem; background: #fafafa;
    transition: border-color 0.18s; outline: none; resize: none;
}
.asa-field:focus { border-color: #0D5C2E; background: #fff; }
.asa-field-label {
    position: absolute; top: 12px; left: 14px;
    font-size: .82rem; color: #999;
    pointer-events: none; transition: all 0.15s;
}
.asa-field:focus + .asa-field-label,
.asa-field:not(:placeholder-shown) + .asa-field-label {
    top: 4px; font-size: .68rem; color: #0D5C2E;
}
.asa-field-textarea { min-height: 120px; padding-top: 20px; }

.asa-submit-btn {
    background: #0D5C2E; color: #fff;
    border: none; padding: 12px 28px;
    border-radius: 8px; font-size: .92rem;
    font-weight: 600; cursor: pointer;
    transition: background 0.18s;
    display: inline-flex; align-items: center; gap: 8px;
}
.asa-submit-btn:hover { background: #0a4a24; }

/* ── ASIDE BLOCKS ─────────────────────────────────────────── */
.asa-aside-block {
    background: #fff; border-radius: 12px;
    padding: 22px 20px; box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.asa-aside-title {
    font-size: 1rem; font-weight: 700; color: #111;
    margin-bottom: 14px; padding-bottom: 10px;
    border-bottom: 2px solid #0D5C2E;
    display: inline-block;
}
.asa-aside-block .asa-social-grid { gap: 8px; }

/* ── HORAIRES ─────────────────────────────────────────────── */
.asa-hours-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0; }
.asa-hours-list li {
    display: flex; justify-content: space-between;
    font-size: .88rem; color: #333;
    padding: 8px 0; border-bottom: 1px solid #f0f0f0;
}
.asa-hours-list li:last-child { border-bottom: none; }
.asa-hours-list li span:last-child { font-weight: 600; color: #0D5C2E; }
.asa-hours-list li.closed span:last-child { color: #dc3545; }

/* ── CALENDRIER ───────────────────────────────────────────── */
.cal-block { border-radius: 10px; overflow: hidden; box-shadow: 0 2px 14px rgba(0,0,0,.08); background: #fff; }
.cal-featured-card { padding: 28px 24px 0; background: #fff; }
.cal-featured-meta { display:flex; flex-wrap:wrap; gap:16px; justify-content:center; font-size:.78rem; color:#888; text-transform:uppercase; letter-spacing:.06em; margin-bottom:28px; }
.cal-featured-meta span { display:flex; align-items:center; gap:5px; }
.cal-featured-meta .fas, .cal-featured-meta .far { color:#0D5C2E; }
.cal-featured-teams { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:28px; }
.cal-team { flex:1; display:flex; flex-direction:column; align-items:center; gap:10px; text-align:center; }
.cal-team-logo { width:80px; height:80px; object-fit:contain; border-radius:8px; background:#f5f5f5; padding:6px; }
.cal-team-logo-placeholder { width:80px; height:80px; background:linear-gradient(135deg,#e8f5ee,#d0eadc); border-radius:12px; display:flex; align-items:center; justify-content:center; color:#0D5C2E; font-size:1.8rem; opacity:.7; }
.cal-team-name { font-size:.95rem; font-weight:800; color:#111; text-transform:uppercase; letter-spacing:.03em; line-height:1.2; }
.cal-team-badge { font-size:.65rem; background:#e9f5ee; color:#0D5C2E; padding:2px 8px; border-radius:20px; font-weight:700; letter-spacing:.06em; }
.cal-vs-col { flex-shrink:0; display:flex; flex-direction:column; align-items:center; gap:8px; }
.cal-vs-circle { width:52px; height:52px; border-radius:50%; border:2px solid #0D5C2E; display:flex; align-items:center; justify-content:center; font-size:.85rem; font-weight:900; color:#0D5C2E; letter-spacing:.04em; }
.cal-competition { font-size:.7rem; color:#888; text-transform:uppercase; letter-spacing:.04em; text-align:center; max-width:80px; }
.cal-countdown-bar {
    background: #1a2e23;
    margin: 0;
    padding: 20px 24px;
    display: flex;
    justify-content: center;
}
.cal-cd-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
}
.cal-cd-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 28px;
    border-right: 1px solid rgba(255,255,255,.15);
}
.cal-cd-unit:last-child { border-right: none; }
.cal-cd-num {
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    font-family: 'Oswald', 'Barlow Semi Condensed', sans-serif;
    min-width: 2ch;
    text-align: center;
}
.cal-cd-lbl {
    font-size: .6rem;
    color: rgba(255,255,255,.5);
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-top: 4px;
}
.cal-cd-sep {
    font-size: 1.4rem;
    font-weight: 700;
    color: rgba(255,255,255,.3);
    padding: 0 4px;
    margin-bottom: 14px;
}
@media (max-width: 575px) {
    .cal-cd-num { font-size: 1.4rem; }
    .cal-cd-unit { padding: 0 14px; }
}
.cal-countdown-bar .countdown-section:last-child { border-right:none; }
.cal-countdown-bar .countdown-amount { font-size:1.8rem; font-weight:900; color:#fff; line-height:1; font-family:'Oswald',sans-serif; }
.cal-countdown-bar .countdown-period { font-size:.6rem; color:rgba(255,255,255,.5); text-transform:uppercase; letter-spacing:.08em; margin-top:3px; }
.cal-match-list { padding: 4px 0; }

.cal-match-row {
    display: grid;
    grid-template-columns: 64px 1fr auto 1fr 140px;
    align-items: center;
    gap: 0;
    padding: 14px 20px;
    border-bottom: 1px solid #f3f3f3;
    transition: background 0.15s;
}
.cal-match-row:last-child { border-bottom: none; }
.cal-match-row:hover { background: #f8fdf9; }

/* Date */
.cal-match-date-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    padding-right: 12px;
    border-right: 2px solid #e8f5ee;
}
.cal-match-day { font-size: .82rem; font-weight: 800; color: #0D5C2E; text-transform: uppercase; letter-spacing: .04em; line-height: 1.1; }
.cal-match-time { font-size: .72rem; color: #aaa; font-weight: 500; }

/* Équipe 1 — droite alignée vers le VS */
.cal-match-team-1 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    padding: 0 16px;
    min-width: 0;
}
.cal-match-team-1 .cal-match-team-name {
    text-align: right;
    font-size: .88rem;
    font-weight: 700;
    color: #111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* VS badge */
.cal-match-vs {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .65rem;
    font-weight: 800;
    color: #aaa;
    flex-shrink: 0;
}

/* Équipe 2 — gauche alignée depuis le VS */
.cal-match-team-2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 0 16px;
    min-width: 0;
}
.cal-match-team-2 .cal-match-team-name {
    text-align: left;
    font-size: .88rem;
    font-weight: 700;
    color: #111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Logos */
.cal-match-logo {
    width: 26px;
    height: 26px;
    object-fit: contain;
    border-radius: 4px;
    flex-shrink: 0;
}
.cal-match-logo-dot {
    width: 26px;
    height: 26px;
    background: linear-gradient(135deg,#e8f5ee,#d0eadc);
    border-radius: 50%;
    flex-shrink: 0;
}

/* Venue */
.cal-match-venue-col {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
    padding-left: 12px;
    border-left: 2px solid #e8f5ee;
}
.cal-match-venue-col span {
    font-size: .72rem;
    color: #999;
    text-align: right;
    line-height: 1.3;
}
.cal-match-comp { color: #0D5C2E !important; font-weight: 700; font-size: .7rem !important; text-transform: uppercase; letter-spacing: .04em; }

@media (max-width: 767px) {
    .cal-match-row { grid-template-columns: 56px 1fr auto 1fr; }
    .cal-match-venue-col { display: none; }
}
@media (max-width:575px) {
    .cal-featured-teams { flex-wrap:wrap; }
    .cal-match-venue-col { display:none; }
    .cal-countdown-bar .countdown-amount { font-size:1.3rem; }
}

/* Team logo in classement widget */
.asa-team-logo-sm {
    width: 20px;
    height: 20px;
    object-fit: contain;
    border-radius: 3px;
    flex-shrink: 0;
    margin-right: 2px;
}
.asa-team-no-logo {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e8f5ee, #c8e6d0);
    flex-shrink: 0;
    margin-right: 2px;
}

/* ═══════════════════════════════════════════════════════════════════
   SECTION PARTENAIRES — accueil
═══════════════════════════════════════════════════════════════════ */
.home-partners-section {
    background: #f4f7f5;
    padding: 40px 0 36px;
    border-top: 1px solid #e2ede6;
}
.home-partners-heading {
    text-align: center;
    margin-bottom: 28px;
}
.home-partners-label {
    display: inline-block;
    font-family: 'Barlow Semi Condensed', 'Barlow Condensed', sans-serif;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #0D5C2E;
    padding-bottom: 10px;
    border-bottom: 2px solid #F5C518;
}
.home-partners-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 28px 40px;
}
.home-partner-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    transition: transform 0.2s;
}
.home-partner-item:hover {
    transform: scale(1.08);
}
.home-partner-item img {
    height: 52px;
    width: auto;
    max-width: 130px;
    object-fit: contain;
    filter: grayscale(40%) opacity(0.75);
    transition: filter 0.25s;
}
.home-partner-item:hover img {
    filter: grayscale(0%) opacity(1);
}
.home-partner-name {
    font-size: 0.9rem;
    font-weight: 700;
    color: #374151;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* ═══════════════════════════════════════════════════════════════════
   RESPONSIVE MOBILE — présentation style Barça (≤ 767px)
═══════════════════════════════════════════════════════════════════ */

/* ── 1. HERO — contenu centré, titre centré ──────────────────── */
@media (max-width: 767px) {

    .barca-hero-topbar {
        padding: 7px 16px;
        font-size: 0.7rem;
        gap: 8px;
    }

    /* Centre verticalement le bloc badge + titre dans l'espace libre */
    .barca-hero-bottom {
        padding: 20px 24px 24px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    /* Badge catégorie + temps — centré */
    .barca-hero-badge-row {
        justify-content: center;
        margin-bottom: 14px;
    }

    /* Headline centré, taille adaptée mobile */
    .barca-hero-headline {
        font-size: clamp(2rem, 8.5vw, 3rem);
        text-align: center;
        margin-bottom: 0;
    }

    /* ── 2. CARDS → liste horizontale style Barça news list ──── */
    .barca-hero-cards {
        padding: 0;
        border-top: 1px solid rgba(255,255,255,0.1);
        background: rgba(8, 14, 30, 0.85);
    }

    .barca-hero-cards .barca-cards-grid {
        width: 100% !important;
        height: auto !important;
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }

    /* Chaque carte devient une ligne horizontale */
    .barca-hero-cards .barca-card {
        flex-direction: row !important;
        height: 88px !important;
        border-radius: 0 !important;
        border-bottom: 1px solid rgba(255,255,255,0.07) !important;
        transform: none !important;
        box-shadow: none !important;
    }
    .barca-hero-cards .barca-card:last-child {
        border-bottom: none !important;
    }
    .barca-hero-cards .barca-card:hover {
        transform: none !important;
        box-shadow: none !important;
    }

    /* Image à gauche — largeur fixe */
    .barca-hero-cards .barca-card-img {
        flex: 0 0 110px !important;
        min-width: 110px !important;
        height: 88px !important;
    }

    /* Corps texte à droite */
    .barca-hero-cards .barca-card-body {
        flex: 1 !important;
        padding: 10px 14px !important;
        border-top: none !important;
        border-left: 3px solid #F5C518 !important;
        transform: none !important;
        justify-content: center !important;
        gap: 4px !important;
    }
    .barca-hero-cards .barca-card:hover .barca-card-body {
        transform: none !important;
        border-top-color: transparent !important;
        border-left-color: #F5C518 !important;
    }

    /* Titre : 2 lignes max */
    .barca-hero-cards .barca-card-title {
        font-size: 0.78rem !important;
        font-weight: 700 !important;
        line-height: 1.3 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        margin: 0 !important;
    }

    /* Cacher la description sur mobile */
    .barca-hero-cards .barca-card-desc {
        display: none !important;
    }

    /* Meta (catégorie + temps) */
    .barca-hero-cards .barca-card-meta-bottom {
        margin-top: 5px !important;
        font-size: 0.58rem !important;
    }
}

/* ── 3. BARRE INFO — colonnes empilées sur tablet/mobile ───── */
@media (max-width: 991px) {
    .barca-info-bar {
        padding: 28px 0 20px;
    }
    .barca-info-bar > .container > .row {
        flex-direction: column;
        gap: 0;
    }
    .barca-info-bar > .container > .row > [class*="col-"] {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-bottom: 20px !important;
    }
    .barca-info-bar > .container > .row > [class*="col-"]:last-child {
        margin-bottom: 0 !important;
    }
}

/* ── 4. JOUEURS — petits ajustements padding ─────────────── */
@media (max-width: 767px) {
    .bpl-header { padding: 0 16px 14px; }
    .bpl-track-outer { padding: 0 8px; }
    .bpl-track { gap: 10px; }
    .bpl-footer { padding: 12px 16px 0; }
}

/* ── 5. EXTRAS — galerie + réseaux en colonne ────────────── */
@media (max-width: 767px) {
    .barca-extras-section .row {
        flex-direction: column;
    }
    .barca-extras-section .col-md-7,
    .barca-extras-section .col-md-5 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-bottom: 28px !important;
    }
    .barca-extras-section .thumbnail-creative img {
        height: 90px !important;
    }
}

/* ── 6. PARTENAIRES — logos plus petits sur mobile ────────── */
@media (max-width: 767px) {
    .home-partners-section {
        padding: 28px 0 24px;
    }
    .home-partners-logos {
        gap: 18px 24px;
    }
    .home-partner-item img {
        height: 38px;
        max-width: 90px;
    }
}

/* ── 7. TEXTE ENTÊTE (typing text) — lisible sur mobile ──── */
@media (max-width: 767px) {
    .rd-navbar-panel-item-center {
        font-size: 10px !important;
        max-width: 58% !important;
        letter-spacing: -0.01em !important;
    }
    .rd-navbar-panel-item-center .special-letter {
        font-size: 11px !important;
    }
}

/* ── 8. LIGHTGALLERY — z-index au-dessus de la navbar ───── */
.lg-backdrop {
    z-index: 20000 !important;
}
.lg-outer {
    z-index: 20001 !important;
}
/* Masquer la navbar quand lightGallery est ouvert */
body.lg-on .rd-navbar-fixed .rd-navbar-panel,
body.lg-on .rd-navbar-fixed .rd-navbar-main,
body.lg-on #mobile-logo-fixed {
    z-index: 0 !important;
    visibility: hidden !important;
}
body.lg-on.lg-hide-items .rd-navbar-fixed .rd-navbar-panel,
body.lg-on.lg-hide-items #mobile-logo-fixed {
    display: none !important;
}

/* ── PAGE DIRIGEANTS — design inspiré par le modèle de capture ── */
.dirigeants-banner {
    position: relative;
    background-size: cover;
    background-position: center 35%;
    min-height: 30vh;
    display: flex;
    align-items: center;
}
.dirigeants-banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(3, 14, 12, 0.5);
}
.dirigeants-banner-box {
    position: relative;
    max-width: 680px;
    padding: 32px 30px;
    background: rgba(2, 11, 15, 0.44);
    border-left: 4px solid #8b1722;
    border-radius: 14px;
}
.dirigeants-banner-label {
    display: inline-block;
    color: #f5c518;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.78rem;
    font-weight: 900;
    margin-bottom: 14px;
}
.dirigeants-banner-box h1 {
    color: #ffffff;
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    line-height: 1.08;
    margin: 0 0 14px;
    letter-spacing: -0.03em;
}
.dirigeants-banner-intro {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    line-height: 1.8;
    max-width: 620px;
}
.dirigeants-bio {
    padding: 70px 0 90px;
    background: #ffffff;
}
.bio-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 1fr);
    gap: 34px;
    align-items: start;
}
.bio-copy p {
    font-size: 1rem;
    line-height: 1.8;
    color: #2f3a45;
    margin-bottom: 1.5rem;
}
.bio-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}
.bio-highlights div {
    background: #f7f8f8;
    border-radius: 16px;
    padding: 18px 18px;
}
.bio-highlights h3 {
    margin: 0 0 8px;
    font-size: 1.45rem;
    color: #0d3d22;
}
.bio-highlights p {
    margin: 0;
    color: #5b6674;
    font-size: 0.92rem;
    line-height: 1.7;
}
.bio-aside-card {
    position: relative;
    background: #ffffff;
    padding: 22px;
    border-radius: 22px;
    box-shadow: 0 26px 58px rgba(15, 25, 40, 0.12);
    overflow: hidden;
}
.bio-aside-image-frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 22px;
}
.bio-aside-image-frame::before {
    content: '';
    position: absolute;
    top: -16px;
    left: -16px;
    width: 76px;
    height: 76px;
    background: #8b1722;
    border-radius: 18px;
    z-index: 0;
}
.bio-aside-image-frame img {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}
.bio-aside-copy span {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #0d3d22;
    margin-bottom: 12px;
}
.bio-aside-copy p {
    margin: 0;
    color: #4a5664;
    line-height: 1.75;
    font-size: 0.98rem;
}
@media (max-width: 991px) {
    .bio-grid {
        grid-template-columns: 1fr;
    }
    .bio-highlights {
        grid-template-columns: 1fr;
    }
    .dirigeants-banner-box {
        padding: 30px 20px;
    }
}
@media (max-width: 699px) {
    .dirigeants-banner {
        min-height: 24vh;
    }
    .dirigeants-banner-box h1 {
        font-size: 2.4rem;
    }
}

