@charset "UTF-8";
/**
 * [Table of contents]
 *   1 Reset Styles
 *   2 Context Styles
 *   3 Helpers
 *     3.1 Page layout
 *     3.2 Text styling
 *     3.3 Offsets
 *     3.4 Sections
 *     3.5 Grid modules
 *     3.6 Backgrounds
 *     3.7 Utilities custom
 *   4 Plugins
 *     4.1 Animate
 *     4.2 Preloader
 *     4.3 ToTop
 *     4.4 RD Navbar
 *     4.5 Swiper
 *     4.6 Google Map
 *     4.7 Search Results
 *     4.8 Isotope
 *     4.9 Nav custom
 *     4.10 Panel custom
 *     4.11 Tooltop Custom
 *     4.12 Counter
 *     4.13 Progress Bars
 *     4.14 Circle Progress Bars
 *     4.15 Time Circles
 *     4.16 Owl Carousel
 *     4.17 Lightgallery
 *     4.18 Material Parallax
 *   5 Components
 *     5.1 Typography
 *     5.2 Banners
 *     5.3 Brand
 *     5.4 Links
 *     5.5 Blocks
 *     5.6 Boxes
 *     5.7 Groups
 *     5.8 Responsive units
 *     5.9 Lists
 *     5.10 Images
 *     5.11 Icons
 *     5.12 Tables custom
 *     5.13 Dividers
 *     5.14 Buttons
 *     5.15 Forms
 *     5.16 Posts
 *     5.17 Quotes
 *     5.18 Thumbnails
 *     5.19 Breadcrumbs
 *     5.20 Pagination custom
 *     5.21 Snackbars
 *     5.22 Footers
 *     5.23 Single Product
 *     5.24 Overlay
 *     5.25 Landing
 */
/** @section Reset Styles*/
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;
}

/** @section Context Styles */
.context-dark,
.context-dark h1, .context-dark h2, .context-dark h3, .context-dark h4, .context-dark h5, .context-dark h6, .context-dark [class^='heading-'] {
	color: #ffffff;
}

.table-custom.table-cart td, .post-creative {
	color: #ffffff;
}

.table-custom.table-cart td h1, .post-creative h1, .table-custom.table-cart td h2, .post-creative h2, .table-custom.table-cart td h3, .post-creative h3, .table-custom.table-cart td h4, .post-creative h4, .table-custom.table-cart td h5, .post-creative h5, .table-custom.table-cart td h6, .post-creative h6, .table-custom.table-cart td [class^='heading-'], .post-creative [class^='heading-'] {
	color: #ffffff;
}

/** @group Helpers */
/** @section 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: #f2f3f8 url(../images/bg-pattern-boxed.png) repeat fixed;
}

@media (min-width: 1600px) {
	html.boxed .page {
		max-width: 1570px;
		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: 1570px;
		margin-left: auto;
		margin-right: auto;
	}
	html.boxed .rd-navbar-static.rd-navbar--is-stuck {
		max-width: 1570px;
		width: 100%;
		left: calc(50% - 1570px);
		right: calc(50% - 1570px);
	}
}

/** @section 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-bold {
	font-weight: 700;
}

.font-weight-ubold {
	font-weight: 900;
}

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

.text-primary {
	color: #4ac4cf !important;
}

.text-white-5 {
	color: rgba(255, 255, 255, 0.5);
}

/** @section Offsets */
* + p {
	margin-top: 21px;
}

h1 + p,
.heading-1 + p {
	margin-top: 50px;
}

h2 + p,
.heading-2 + p {
	margin-top: 21px;
}

h2 + *,
.heading-2 + * {
	margin-top: 30px;
}

@media (min-width: 768px) {
	h2 + *,
	.heading-2 + * {
		margin-top: 55px;
	}
}

h2 + .row-125 {
	margin-top: 83px;
}

h3 + p,
.heading-3 + p {
	margin-top: 15px;
}

h3 + *,
.heading-3 + * {
	margin-top: 32px;
}

.icon + h3,
.icon + .heading-3 {
	margin-top: 22px;
}

h4 + p,
.heading-4 + p {
	margin-top: 21px;
}

h4 + .group-custom,
.heading-4 + .group-custom {
	margin-top: 42px;
}

h4 + * {
	margin-top: 55px;
}

h4 + h4 {
	margin-top: 55px;
}

h5 + p,
.heading-5 + p {
	margin-top: 27px;
}

h5 + h1 {
	margin-top: 22px;
}

h6 + p,
.heading-6 + p {
	margin-top: 19px;
}

h6 + h2 {
	margin-top: 14px;
}

h6 + h3,
.heading-6 + h3 {
	margin-top: 6px;
}

p + h2,
p + .heading-2 {
	margin-top: 15px;
}

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

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

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

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

@media (min-width: 768px) {
	* + .row {
		margin-top: 45px;
	}
}

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

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

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

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

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

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

@media (min-width: 1200px) {
	* + .box-timeline-wrap {
		margin-top: 60px;
	}
}

.group-custom + .rd-form {
	margin-top: 40px;
}

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

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

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

@media (min-width: 1200px) {
	* + .rd-form {
		margin-top: 43px;
	}
	.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-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-34 {
	margin-bottom: -34px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row-125 {
	margin-bottom: -80px;
}

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

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

@media (min-width: 992px) {
	.row-125 {
		margin-bottom: -125px;
	}
	.row-125:empty {
		margin-bottom: 0;
	}
	.row-125 > * {
		margin-bottom: 125px;
	}
}

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

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

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

.section-sm,
.section-md,
.section-lg,
.section-lg-2,
.section-lg-3 {
	padding: 60px 0;
}

.section-xl {
	padding: 90px 0;
}

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

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

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

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

@media (max-width: 991.98px) {
	section.section-sm:first-of-type,
	section.section-md:first-of-type,
	section.section-lg:first-of-type,
	section.section-xl: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-lg-2 {
		padding: 60px 0;
	}
}

@media (min-width: 992px) {
	.section-md {
		padding: 80px 0 90px;
	}
	.section-lg {
		padding: 100px 0;
	}
	.section-lg-2 {
		padding: 100px 0;
	}
	.section-lg-3 {
		padding: 24px 0 155px;
	}
	.section-xxl {
		padding: 140px 0;
	}
}

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

.section-single {
	display: flex;
	text-align: center;
}

.section-single p {
	margin-left: auto;
	margin-right: auto;
}

.section-single * + .rights {
	margin-top: 35px;
}

.section-single * + .countdown-wrap {
	margin-top: 35px;
}

.section-single .countdown-wrap + * {
	margin-top: 35px;
}

@media (min-width: 992px) {
	.section-single * + .rights {
		margin-top: 60px;
	}
	.section-single .countdown-wrap + * {
		margin-top: 35px;
	}
}

.section-single .rd-mailform-wrap {
	max-width: 670px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.section-single * + .rd-mailform-wrap {
	margin-top: 20px;
}

.section-single-header {
	padding: calc(1em + 3vh) 0 calc(1em + 2vh);
}

.section-single-main {
	padding: calc(1em + 4vh) 0;
}

.section-single-footer {
	padding: calc(1em + 2vh) 0 calc(1em + 3vh);
}

.section-single-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 100vh;
}

.section-single-inner > * {
	width: 100%;
}

.section-video {
	height: 880px;
	min-height: 880px;
}

/** @section Grid modules */
.grid-demo {
	letter-spacing: 0;
	text-align: center;
}

.grid-demo p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.grid-demo * + p {
	margin-top: 5px;
}

.grid-demo * + .row {
	margin-top: 20px;
}

.grid-demo .row + .row {
	margin-top: 0;
}

@media (min-width: 1200px) {
	.grid-demo {
		text-align: left;
	}
	.grid-demo p {
		white-space: normal;
		overflow: visible;
		text-overflow: unset;
	}
	.grid-demo * + p {
		margin-top: 25px;
	}
}

.grid-demo-bordered .row {
	border: 0 solid #4c5a86;
	border-top-width: 1px;
}

.grid-demo-bordered .row:last-child {
	border-bottom-width: 1px;
}

.grid-demo-bordered [class*='col'] {
	padding: 5px 15px;
}

.grid-demo-bordered [class*='col']:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1px;
	border-left: 1px solid #4c5a86;
}

@media (min-width: 768px) {
	.grid-demo-bordered [class*='col'] {
		padding: 30px;
	}
}

@media (min-width: 1200px) {
	.grid-demo-bordered [class*='col'] {
		padding: 50px 50px 45px;
	}
}

.grid-demo-underlined .row {
	border-bottom: 1px solid #4c5a86;
}

.grid-demo-underlined [class*='col'] {
	padding: 5px 15px;
}

@media (min-width: 768px) {
	.grid-demo-underlined [class*='col'] {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

@media (min-width: 1200px) {
	.grid-demo-underlined [class*='col'] {
		padding-top: 45px;
		padding-bottom: 45px;
	}
}

/** @section Backgrounds */
.table-custom.table-cart td, .post-creative {
	color: #151515;
}

.table-custom.table-cart td h1, .post-creative h1, .table-custom.table-cart td h2, .post-creative h2, .table-custom.table-cart td h3, .post-creative h3, .table-custom.table-cart td h4, .post-creative h4, .table-custom.table-cart td h5, .post-creative h5, .table-custom.table-cart td h6, .post-creative h6, .table-custom.table-cart td [class^='heading-'], .post-creative [class^='heading-'] {
	color: #151515;
}

.bg-gray-100 {
	background-color: #f2f3f8;
}

.bg-gray-100:not([style*="background-"]) + .bg-gray-100:not([style*="background-"]) {
	padding-top: 0;
}

.bg-default {
	background-color: #222d4f;
}

.bg-default:not([style*="background-"]) + .bg-default:not([style*="background-"]) {
	padding-top: 0;
}

.bg-gray-800 {
	background-color: #1c2748;
}

.bg-gray-800:not([style*="background-"]) + .bg-gray-800:not([style*="background-"]) {
	padding-top: 0;
}

.bg-gray-850 {
	background-color: #112956;
}

.bg-gray-850:not([style*="background-"]) + .bg-gray-850:not([style*="background-"]) {
	padding-top: 0;
}

.bg-gray-860 {
	background-color: #17223d;
}

.bg-gray-860:not([style*="background-"]) + .bg-gray-860:not([style*="background-"]) {
	padding-top: 0;
}

.bg-primary + .bg-primary {
	padding-top: 0;
}

.bg-image {
	background-size: cover;
	background-position: center;
}

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .bg-fixed {
		background-attachment: fixed;
	}
}

/** @section Utilities custom */
.height-fill {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.height-fill > * {
	flex-grow: 1;
	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: #e5e7e9;
	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;
}

.text-decoration-custom {
	font-size: 16px;
	letter-spacing: .1em;
}

p.rights {
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-weight: 700;
	letter-spacing: -.02em;
}

p.rights a {
	color: inherit;
	text-decoration: underline;
}

p.rights a:hover {
	color: #4ac4cf;
}

[style*='z-index: 1000;'] {
	z-index: 1101 !important;
}

.text-block > * {
	margin-left: .125em;
	margin-right: .125em;
}

/** @group Plugins */
/** @section Animate */
.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
	opacity: 1;
}

.animated.infinite {
	animation-iteration-count: infinite;
}

.animated.hinge {
	animation-duration: 2s;
}

html:not(.lt-ie10) .not-animated {
	opacity: 0;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.fadeIn {
	animation-name: fadeIn;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInUp {
	animation-name: fadeInUp;
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInDown {
	animation-name: fadeInDown;
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInLeft {
	animation-name: fadeInLeft;
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInRight {
	animation-name: fadeInRight;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.fadeOut {
	animation-name: fadeOut;
}

@keyframes slideInDown {
	0% {
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	animation-name: slideInDown;
}

@keyframes slideInLeft {
	0% {
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	animation-name: slideInLeft;
}

@keyframes slideInRight {
	0% {
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	animation-name: slideInRight;
}

@keyframes slideOutDown {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		visibility: hidden;
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	animation-name: slideOutDown;
}

/** @section Preloader */
.preloader {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	background: #ffffff;
	transition: .3s all ease;
}

.preloader.loaded {
	opacity: 0;
	visibility: hidden;
}

.preloader-body {
	text-align: center;
}

.preloader-body p {
	position: relative;
	right: -8px;
}

.cssload-container {
	width: 100%;
	height: 36px;
	text-align: center;
}

.cssload-speeding-wheel {
	width: 36px;
	height: 36px;
	margin: 0 auto;
	border: 3px solid #4ac4cf;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	animation: cssload-spin .88s infinite linear;
}

@keyframes cssload-spin {
	100% {
		transform: rotate(360deg);
	}
}

/** @section ToTop */
.ui-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 100;
	width: 48px;
	height: 48px;
	font-size: 20px;
	line-height: 44px;
	color: #ffffff;
	background: #4ac4cf;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	transition: .45s all ease-in-out;
	transform: translate3d(0, 100px, 0);
	border-radius: 10em;
}

.ui-to-top:hover {
	color: #ffffff;
	background: #151515;
	text-decoration: none;
}

.ui-to-top:focus {
	color: #ffffff;
}

.ui-to-top.active {
	transform: translate3d(0, 0, 0);
}

html.mobile .ui-to-top,
html.tablet .ui-to-top {
	display: none !important;
}

@media (min-width: 576px) {
	.ui-to-top {
		right: 40px;
		bottom: 40px;
	}
}

/** @section RD Navbar */
@keyframes rd-navbar-slide-down {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}

@keyframes rd-navbar-slide-up {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-100%);
	}
}

.rd-navbar-wrap, .rd-navbar,
.rd-menu,
.rd-navbar-nav,
.rd-navbar-panel, .rd-navbar-static .rd-menu, .rd-navbar-fixed .rd-navbar-nav-wrap, .rd-navbar-fixed .rd-navbar-submenu {
	transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}

.rd-navbar--no-transition, .rd-navbar--no-transition * {
	transition: none !important;
}

.rd-navbar-wrap {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1080;
}

.rd-navbar,
.rd-navbar.rd-navbar--is-clone {
	display: none;
}

.rd-navbar.rd-navbar-fixed + .rd-navbar.rd-navbar--is-clone,
.rd-navbar.rd-navbar-sidebar + .rd-navbar.rd-navbar--is-clone {
	display: none;
}

.rd-navbar {
	display: none;
}

.rd-navbar-toggle {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #ffffff;
	background-color: transparent;
	border: none;
	display: none;
}

.rd-navbar-toggle span {
	position: relative;
	display: block;
	margin: auto;
	transition: .3s all ease;
}

.rd-navbar-toggle span:after, .rd-navbar-toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -6px;
	transition: .3s all ease;
}

.rd-navbar-toggle span:after {
	top: 6px;
}

.rd-navbar-toggle span:after, .rd-navbar-toggle span:before, .rd-navbar-toggle span {
	width: 22px;
	height: 2px;
	background-color: #ffffff;
	backface-visibility: hidden;
	border-radius: 0;
}

.rd-navbar-toggle span:before, .rd-navbar-toggle span:after {
	-webkit-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0s;
	transition-delay: 0.3s, 0s;
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform;
}

.rd-navbar-toggle.active span {
	transform: rotate(180deg);
	transition: background .3s 0s ease;
	background: transparent;
}

.rd-navbar-toggle.active span:before, .rd-navbar-toggle.active span:after {
	top: 0;
	-webkit-transition-delay: 0s, 0.3s;
	transition-delay: 0s, 0.3s;
}

.rd-navbar-toggle.active span:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.rd-navbar-toggle.active span:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.rd-navbar-collapse-toggle {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #ffffff;
	display: none;
}

.rd-navbar-collapse-toggle span {
	top: 50%;
	margin-top: -3px;
}

.rd-navbar-collapse-toggle span, .rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
	position: absolute;
	width: 6px;
	height: 6px;
	line-height: 6px;
	text-align: center;
	background: #ffffff;
	left: 50%;
	margin-left: -3px;
	border-radius: 50%;
	transition: .3s all ease;
}

.rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
	content: '';
}

.rd-navbar-collapse-toggle span:before {
	bottom: 100%;
	margin-bottom: 3px;
}

.rd-navbar-collapse-toggle span:after {
	top: 100%;
	margin-top: 3px;
}

.rd-navbar-collapse-toggle.active span {
	transform: scale(0.7);
}

.rd-navbar-collapse-toggle.active span:before {
	transform: translateY(18px);
}

.rd-navbar-collapse-toggle.active span:after {
	transform: translateY(-18px);
}

.rd-navbar-brand a {
	display: block;
}

.rd-navbar-search {
	position: relative;
	display: inline-flex;
}

.rd-navbar-search .form-input {
	padding-right: 50px;
}

.rd-navbar-search .rd-search-form-submit {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50px;
	padding: 0;
	margin: 0;
	border: none;
	cursor: pointer;
	background-color: transparent;
	color: #9b9b9b;
	transition: .33s;
}

.rd-navbar-search .rd-search-form-submit:hover {
	color: #4ac4cf;
}

.rd-navbar-search-toggle {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
}

.rd-navbar-search-toggle::-moz-focus-inner {
	border: none;
	padding: 0;
}

.rd-navbar-dropdown {
	display: none;
}

.rd-navbar-dropdown li > a,
.rd-megamenu-list li > a {
	position: relative;
	left: -3px;
	display: inline-flex;
	padding: 1px 14px 1px 0;
	text-align: left;
	letter-spacing: .05em;
}

.rd-navbar-dropdown li > a, .rd-navbar-dropdown li > a:focus, .rd-navbar-dropdown li > a:active,
.rd-megamenu-list li > a,
.rd-megamenu-list li > a:focus,
.rd-megamenu-list li > a:active {
	color: #d8f800;
}

.rd-navbar-dropdown li > a:hover,
.rd-megamenu-list li > a:hover {
	color: #4ac4cf;
}

.rd-navbar-dropdown li > a, .rd-navbar-dropdown li > a::before,
.rd-megamenu-list li > a,
.rd-megamenu-list li > a::before {
	transition: .15s ease-in-out;
}

.rd-navbar-dropdown li > a::before,
.rd-megamenu-list li > a::before {
	position: relative;
	display: inline-block;
	opacity: 0;
	visibility: hidden;
}

.rd-navbar-dropdown li.focus > a,
.rd-navbar-dropdown li.opened > a,
.rd-navbar-dropdown li > a:hover,
.rd-megamenu-list li.focus > a,
.rd-megamenu-list li.opened > a,
.rd-megamenu-list li > a:hover {
	left: 0;
	padding-left: 14px;
	padding-right: 0;
}

.rd-navbar-dropdown li.focus > a::before,
.rd-navbar-dropdown li.opened > a::before,
.rd-navbar-dropdown li > a:hover::before,
.rd-megamenu-list li.focus > a::before,
.rd-megamenu-list li.opened > a::before,
.rd-megamenu-list li > a:hover::before {
	opacity: 1;
	visibility: visible;
}

.rd-navbar .socialite {
	font-size: 18px;
	width: 25px;
	height: 25px;
	line-height: 25px;
}

.rd-navbar .socialite-list li + li {
	margin-left: 15px;
}

/*
* @subsection  RD Navbar Static
*/
.rd-navbar-static {
	display: block;
}

.rd-navbar-static .rd-navbar-aside-outer,
.rd-navbar-static .rd-navbar-main-outer {
	padding-left: 15px;
	padding-right: 15px;
}

.rd-navbar-static .rd-navbar-main {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}

.rd-navbar-static .rd-nav-item {
	display: inline-block;
}

.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 {
	margin-top: 20px;
}

.rd-navbar-static .rd-nav-item + .rd-nav-item {
	margin-left: 38px;
}

.rd-navbar-static .rd-nav-link {
	position: relative;
	display: inline-block;
	color: #d8f800;
	line-height: 1.2;
	transition: .25s;
	text-transform: uppercase;
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-weight: 700;
	letter-spacing: .1em;
}

.rd-navbar-static .rd-menu {
	z-index: 15;
	position: absolute;
	display: block;
	margin-top: 27px;
	visibility: hidden;
	opacity: 0;
	text-align: left;
	transform: translate3d(0, 30px, 0);
}

.rd-navbar-static .rd-navbar-dropdown {
	position: absolute;
	left: -19px;
	width: 214px;
	padding: 17px 15px 24px 6px;
	background: #233447;
	z-index: 5;
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
	top: -1px;
	left: 100%;
	z-index: 2;
	margin-top: -15px;
	margin-left: 15px;
	transform: translate3d(30px, 0, 0);
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-left {
	left: auto;
	right: 100%;
	margin-left: 0;
	margin-right: 15px;
	transform: translate3d(-30px, 0, 0);
}

.rd-navbar-static .rd-dropdown-item + .rd-dropdown-item {
	margin-top: 17px;
}

.rd-navbar-static .rd-dropdown-item.focus .rd-dropdown-link, .rd-navbar-static .rd-dropdown-item.opened .rd-dropdown-link {
	color: #4ac4cf;
}

.rd-navbar-static .rd-dropdown-link {
	color: #ffffff;
}

.rd-navbar-static .rd-dropdown-link:hover {
	color: #4ac4cf;
}

.rd-navbar-static .rd-navbar-megamenu {
	display: flex;
	left: 0;
	width: 100%;
	max-width: 1200px;
	background: #233447;
	overflow: hidden;
}

.rd-navbar-static .rd-megamenu-item {
	flex-basis: 50%;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.rd-navbar-static .rd-megamenu-title {
	color: #4ac4cf;
	font-weight: 700;
	letter-spacing: .025em;
	font-size: 18px;
}

.rd-navbar-static .rd-megamenu-list-item + .rd-megamenu-list-item {
	margin-top: 17px;
}

.rd-navbar-static .rd-megamenu-list-link:hover {
	color: #4ac4cf;
	background: transparent;
}

.rd-navbar-static .rd-megamenu-list {
	flex-grow: 1;
}

.rd-navbar-static .rd-navbar-submenu.focus > .rd-menu, .rd-navbar-static .rd-navbar-submenu.opened > .rd-menu {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

.rd-navbar-static .rd-navbar-search.active .rd-search {
	visibility: visible;
	opacity: 1;
}

.rd-navbar-static .rd-search {
	position: absolute;
	top: 100%;
	right: 0;
	width: 270px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	margin-top: 20px;
	z-index: 2;
}

.rd-navbar-static * + .rd-navbar-search {
	margin-left: 38px;
}

.rd-navbar-static .rd-navbar-search-toggle {
	display: inline-flex;
	color: #ffffff;
}

.rd-navbar-static .rd-navbar-search-toggle span {
	display: inline-block;
	position: relative;
	width: 32px;
	height: 32px;
	font-size: 26px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
	padding: 0;
}

.rd-navbar-static .rd-navbar-search-toggle span, .rd-navbar-static .rd-navbar-search-toggle span::before, .rd-navbar-static .rd-navbar-search-toggle span::after {
	transition: .3s all ease-in-out;
}

.rd-navbar-static .rd-navbar-search-toggle span::before, .rd-navbar-static .rd-navbar-search-toggle span::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.rd-navbar-static .rd-navbar-search-toggle span::before {
	content: "";
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
	font-family: "Material Design Icons";
}

.rd-navbar-static .rd-navbar-search-toggle span::after {
	content: "";
	transform: rotate(-90deg) scale(0.4);
	opacity: 0;
	visibility: hidden;
	font-family: "Material Design Icons";
}

.rd-navbar-static .rd-navbar-search-toggle.active span::before {
	opacity: 0;
	visibility: hidden;
	transform: rotate(90deg) scale(0.4);
}

.rd-navbar-static .rd-navbar-search-toggle.active span::after {
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
}

.rd-navbar-static .rd-navbar-search-toggle:hover {
	color: #4ac4cf;
}

.rd-navbar-static.rd-navbar--is-clone {
	display: block;
	transform: translate3d(0, -100%, 0);
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
	transform: translate3d(0, 0, 0);
}

.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-static.rd-navbar--is-clone {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1080;
	background: #1c2748;
}

.rd-navbar-static .rd-navbar--has-dropdown {
	position: relative;
}

/*
*
* RD Navbar Fixed
*/
.rd-navbar-fixed {
	display: block;
}

.rd-navbar-fixed .rd-navbar-toggle {
	display: inline-block;
}

.rd-navbar-fixed .rd-navbar-brand {
	position: relative;
	margin-left: 6px;
	margin-bottom: 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;
	height: auto;
}

.rd-navbar-fixed .rd-navbar-panel {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1080;
	display: flex;
	align-items: center;
	height: 56px;
	padding: 4px;
	border-bottom: 1px solid #e5e7e9;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	position: fixed;
	left: 0;
	top: -56px;
	bottom: -56px;
	z-index: 1079;
	width: 270px;
	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-nav-wrap::-webkit-scrollbar {
	width: 4px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
	background: #9bdee4;
	border: none;
	border-radius: 0;
	opacity: .2;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
	background: #4ac4cf;
	border: none;
	border-radius: 0;
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
	transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-nav {
	display: block;
	margin: 15px 0;
	height: auto;
	text-align: left;
}

.rd-navbar-fixed .rd-nav-item {
	text-align: left;
}

.rd-navbar-fixed .rd-nav-item + .rd-nav-item {
	margin-top: 4px;
}

.rd-navbar-fixed .rd-nav-link {
	display: block;
	padding: 9px 56px 9px 18px;
}

.rd-navbar-fixed li.opened > .rd-navbar-dropdown {
	padding: 4px 0 0;
}

.rd-navbar-fixed li.opened > .rd-navbar-megamenu {
	padding-top: 15px;
	padding-bottom: 15px;
}

.rd-navbar-fixed li.opened > .rd-menu {
	opacity: 1;
	height: auto;
}

.rd-navbar-fixed li.opened > .rd-navbar-submenu-toggle::after {
	transform: rotate(180deg);
}

.rd-navbar-fixed .rd-menu {
	display: none;
	transition: opacity 0.3s, height 0.4s ease;
	opacity: 0;
	height: 0;
	overflow: hidden;
}

.rd-navbar-fixed .rd-navbar-submenu {
	position: relative;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown .rd-navbar-submenu-toggle:after {
	height: 34px;
	line-height: 34px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown > li > a {
	padding-left: 30px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li > a,
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li > a {
	padding-left: 46px;
}

.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-megamenu {
	display: block;
}

.rd-navbar-fixed .rd-megamenu-list > li > a,
.rd-navbar-fixed .rd-navbar-dropdown > li > a {
	display: block;
	padding: 9px 56px 9px 16px;
	font-size: 12px;
	line-height: 1.5;
}

.rd-navbar-fixed .rd-megamenu-list > li + li,
.rd-navbar-fixed .rd-navbar-dropdown > li + li {
	margin-top: 3px;
}

.rd-navbar-fixed .rd-megamenu-list > li > a {
	padding-left: 30px;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
	position: relative;
	display: block;
	padding: 0 18px 7px;
	font-size: 16px;
	line-height: 1.5;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
	content: '';
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	border-bottom: 1px solid;
}

.rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-list {
	margin-top: 11px;
}

.rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-title {
	margin-top: 20px;
}

.rd-navbar-fixed .rd-navbar-megamenu > li + li {
	margin-top: 20px;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
	cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle::after {
	content: '\f107';
	position: absolute;
	top: 0;
	right: 0;
	width: 56px;
	height: 52px;
	font: 400 14px "FontAwesome";
	line-height: 52px;
	text-align: center;
	transition: 0.4s all ease;
	z-index: 2;
	cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle {
	display: block;
	top: 4px;
	z-index: 1081;
}

.rd-navbar-fixed .rd-navbar-collapse {
	position: fixed;
	right: 0;
	top: 56px;
	z-index: 1079;
	transform: translate3d(0, -10px, 0);
	padding: 15px;
	width: auto;
	border-radius: 0;
	text-align: left;
	font-size: 14px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.rd-navbar-fixed .rd-navbar-collapse.active {
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}

.rd-navbar-fixed .rd-navbar-collapse .list-inline > li {
	display: block;
}

.rd-navbar-fixed .rd-navbar-collapse .list-inline > li + li {
	margin-top: 10px;
}

.rd-navbar-fixed .rd-navbar-main-element {
	position: absolute;
	float: left;
}

.rd-navbar-fixed .rd-navbar-search .rd-search {
	position: fixed;
	right: 0;
	left: 0;
	top: 56px;
	z-index: 1079;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	transform: translate3d(0, -10px, 0);
}

.rd-navbar-fixed .rd-navbar-search .rd-search-results-live {
	display: none;
}

.rd-navbar-fixed .rd-navbar-search .form-input {
	padding-right: 50px;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50px;
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
}

.rd-navbar-fixed .rd-navbar-search.active .rd-search {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
	display: inline-flex;
}

.rd-navbar-fixed .rd-navbar-search-toggle span {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	font-size: 26px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
	padding: 0;
}

.rd-navbar-fixed .rd-navbar-search-toggle span, .rd-navbar-fixed .rd-navbar-search-toggle span::before, .rd-navbar-fixed .rd-navbar-search-toggle span::after {
	transition: .3s all ease-in-out;
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before, .rd-navbar-fixed .rd-navbar-search-toggle span::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before {
	content: "";
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
	font-family: "Material Design Icons";
}

.rd-navbar-fixed .rd-navbar-search-toggle span::after {
	content: "";
	transform: rotate(-90deg) scale(0.4);
	opacity: 0;
	visibility: hidden;
	font-family: "Material Design Icons";
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::before {
	opacity: 0;
	visibility: hidden;
	transform: rotate(90deg) scale(0.4);
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::after {
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
}

.rd-navbar-fixed [class*='rd-navbar-fixed-element'] {
	position: fixed;
	top: 4px;
	z-index: 1082;
}

.rd-navbar-fixed .rd-navbar-fixed-element-1 {
	right: 0;
}

.rd-navbar-fixed .rd-navbar-fixed-element-2 {
	right: 46px;
}

.rd-navbar-fixed.rd-navbar--is-clone {
	display: none;
}

.rd-navbar-fixed .rd-navbar-fixed--visible {
	display: block;
}

.rd-navbar-fixed .rd-navbar-fixed--hidden {
	display: none;
}

.rd-navbar-fixed .rd-navbar-panel {
	color: #ffffff;
	box-shadow: none;
	background: #222d4f;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	color: #ffffff;
	background: #1c2748;
	border: 1px solid #e5e7e9;
	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: #ffffff;
	background: #4ac4cf;
}

.rd-navbar-fixed .rd-nav-item:hover > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.active > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.opened > .rd-navbar-submenu-toggle {
	color: #ffffff;
}

.rd-navbar-fixed .rd-nav-link {
	color: #ffffff;
}

.rd-navbar-fixed .rd-megamenu-list > li > a,
.rd-navbar-fixed .rd-navbar-dropdown > li > a {
	color: #ffffff;
}

.rd-navbar-fixed .rd-megamenu-list > li:hover > a,
.rd-navbar-fixed .rd-megamenu-list > li.focus > a,
.rd-navbar-fixed .rd-megamenu-list > li.active > a,
.rd-navbar-fixed .rd-megamenu-list > li.opened > a,
.rd-navbar-fixed .rd-navbar-dropdown > li:hover > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.focus > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.active > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.opened > a {
	color: #ffffff;
	background: #4ac4cf;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
	color: #9b9b9b;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
	border-bottom: 1px solid #e5e7e9;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a, .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:focus, .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:active {
	color: #ffffff;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:hover {
	color: #4ac4cf;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
	color: #ffffff;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
	color: #9b9b9b;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit:hover {
	color: #4ac4cf;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
	color: #ffffff;
}

.rd-navbar-fixed .rd-navbar-search-toggle:hover {
	color: #4ac4cf;
}

.rd-navbar-fixed .rd-navbar-collapse {
	background-color: #222d4f;
	box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);
}

html.rd-navbar-fixed-linked .page {
	padding-top: 56px;
}

/*
*
* RD Navbar Sidebar
*/
.rd-navbar-sidebar {
	display: block;
	background: #222d4f;
}

.rd-navbar-sidebar .rd-navbar-main-outer {
	padding-left: 15px;
	padding-right: 15px;
}

.rd-navbar-sidebar .rd-navbar-main {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 54px 60px 54px 30px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.rd-navbar-sidebar .rd-navbar-main-element {
	display: flex;
	align-items: center;
}

.rd-navbar-sidebar .rd-navbar-main-element > * + * {
	margin-left: 20px;
}

.rd-navbar-sidebar .rd-navbar-toggle {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	z-index: 1102;
	width: auto;
}

.rd-navbar-sidebar .rd-navbar-toggle b {
	margin-right: 10px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-weight: 700;
	letter-spacing: .1em;
}

.rd-navbar-sidebar .rd-navbar-panel {
	text-align: center;
}

.rd-navbar-sidebar .rd-navbar-brand img {
	height: auto;
	max-width: 200px;
	max-height: 200px;
}

.rd-navbar-sidebar .rd-navbar-nav-wrap {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1101;
	width: 473px;
	padding: 94px 0 0 2px;
	background: #222d4f;
	transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	transform: translateX(100%);
	box-shadow: 0 6px 27px 0 rgba(0, 0, 0, 0.26);
}

.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 rgba(255, 255, 255, 0.1);
}

.rd-navbar-sidebar .rd-nav-item {
	position: relative;
	display: block;
	padding: 19px 38px 21px 41px;
}

.rd-navbar-sidebar .rd-nav-item.active .rd-nav-link {
	color: #4ac4cf;
}

.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 rgba(255, 255, 255, 0.1);
}

.rd-navbar-sidebar .rd-nav-item:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	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: #ffffff;
	font-weight: 700;
	letter-spacing: .025em;
}

.rd-navbar-sidebar .rd-nav-link:hover {
	color: #4ac4cf;
}

.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.opened .rd-navbar-submenu-toggle::after {
	content: '\f465';
}

.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu > .rd-navbar-megamenu {
	transform: translateY(30px);
}

.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu.opened > .rd-navbar-megamenu {
	transform: translateY(0);
}

.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu .rd-navbar-submenu > .rd-navbar-dropdown {
	transform: translateX(-20px);
}

.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu .rd-navbar-submenu.opened > .rd-navbar-dropdown {
	transform: translateX(0);
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: inherit;
	padding-right: inherit;
	padding-left: 10px;
	margin-bottom: inherit;
	display: inline-block;
	width: 30px;
	margin-left: 5px;
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	font-size: 24px;
	line-height: 20px;
}

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

.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: '\f504';
	position: relative;
	display: inline-block;
	font-family: "Material Design Icons";
	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: #9b9b9b;
	margin-left: 7px;
}

.rd-navbar-sidebar .rd-menu {
	margin-top: 27px;
}

.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 {
	left: -14px;
}

.rd-navbar-sidebar .rd-navbar-dropdown li > a::before,
.rd-navbar-sidebar .rd-megamenu-list li > a::before {
	content: '\f14f';
	top: 0;
	left: -6px;
	font-family: "Material Design Icons";
	font-size: inherit;
	line-height: inherit;
	color: #4ac4cf;
}

.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: -2px;
}

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

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

.rd-navbar-sidebar .rd-navbar-main-element-wrap {
	display: flex;
	align-items: center;
}

.rd-navbar-sidebar .rd-navbar-divider {
	width: 1px;
	height: 17px;
	background-color: rgba(255, 255, 255, 0.5);
	margin: 0 45px 0 25px;
}

.rd-navbar-sidebar .socialite-list li + li {
	margin-left: 10px;
}

.rd-navbar-sidebar .socialite {
	font-size: 14px;
	width: 21px;
	height: 21px;
	line-height: 21px;
}

@media (min-width: 1200px) {
	.rd-navbar-sidebar .rd-navbar-megamenu {
		margin-bottom: -18px;
	}
	.rd-navbar-sidebar .rd-navbar-megamenu > * {
		margin-bottom: 18px;
	}
	.rd-navbar-sidebar .rd-navbar-dropdown > li + li,
	.rd-navbar-sidebar .rd-megamenu-list > li + li {
		margin-top: 18px;
	}
}

.rd-navbar-sidebar.rd-navbar--is-clone {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	transform: translateY(-101%);
}

.rd-navbar-sidebar.rd-navbar--is-clone.rd-navbar--is-stuck {
	transform: translateY(0);
}

.rd-navbar-sidebar.rd-navbar--is-stuck {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1);
}

.rd-navbar-sidebar.rd-navbar--is-stuck .rd-navbar-main {
	padding-top: 11px;
	padding-bottom: 11px;
}

/**
*
* RD Navbar Classic
* =====================================================
*/
.rd-navbar-classic.rd-navbar-static {
	border-bottom: 1px solid transparent;
}

.rd-navbar-classic.rd-navbar-static .rd-megamenu-list-item,
.rd-navbar-classic.rd-navbar-static .rd-dropdown-item {
	height: 40px;
}

.rd-navbar-classic.rd-navbar-static .rd-megamenu-list-item + .rd-megamenu-list-item,
.rd-navbar-classic.rd-navbar-static .rd-dropdown-item + .rd-dropdown-item {
	margin-top: 3px;
}

.rd-navbar-classic.rd-navbar-static .rd-nav-item.focus .rd-nav-link::before, .rd-navbar-classic.rd-navbar-static .rd-nav-item.focus .rd-nav-link::after, .rd-navbar-classic.rd-navbar-static .rd-nav-item.opened .rd-nav-link::before, .rd-navbar-classic.rd-navbar-static .rd-nav-item.opened .rd-nav-link::after {
	opacity: 1;
}

.rd-navbar-classic.rd-navbar-static .rd-nav-item.focus .rd-nav-link::before, .rd-navbar-classic.rd-navbar-static .rd-nav-item.opened .rd-nav-link::before {
	width: 56%;
}

.rd-navbar-classic.rd-navbar-static .rd-nav-item.focus .rd-nav-link::after, .rd-navbar-classic.rd-navbar-static .rd-nav-item.opened .rd-nav-link::after {
	width: 86%;
}

.rd-navbar-classic.rd-navbar-static .rd-nav-item.active .rd-nav-link::before, .rd-navbar-classic.rd-navbar-static .rd-nav-item.active .rd-nav-link::after {
	opacity: 1;
}

.rd-navbar-classic.rd-navbar-static .rd-nav-item.active .rd-nav-link::before {
	width: 56%;
}

.rd-navbar-classic.rd-navbar-static .rd-nav-item.active .rd-nav-link::after {
	width: 86%;
}

.rd-navbar-classic.rd-navbar-static .rd-nav-link::before, .rd-navbar-classic.rd-navbar-static .rd-nav-link::after {
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	background-color: #4ac4cf;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	pointer-events: none;
	width: 100%;
}

.rd-navbar-classic.rd-navbar-static .rd-nav-link::before {
	left: -3px;
	bottom: -11px;
}

.rd-navbar-classic.rd-navbar-static .rd-nav-link::after {
	right: 0;
	bottom: -6px;
}

.rd-navbar-classic.rd-navbar-static .rd-nav-link:hover::before, .rd-navbar-classic.rd-navbar-static .rd-nav-link:hover::after {
	opacity: 1;
}

.rd-navbar-classic.rd-navbar-static .rd-nav-link:hover::before {
	width: 56%;
}

.rd-navbar-classic.rd-navbar-static .rd-nav-link:hover::after {
	width: 86%;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-dropdown li > a,
.rd-navbar-classic.rd-navbar-static .rd-megamenu-list li > a {
	left: -3px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-dropdown li > a::before,
.rd-navbar-classic.rd-navbar-static .rd-megamenu-list li > a::before {
	content: '';
	top: 11px;
	left: 0;
	width: 21px;
	height: 2px;
	background-color: #4ac4cf;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-dropdown li.focus > a::before,
.rd-navbar-classic.rd-navbar-static .rd-navbar-dropdown li.opened > a::before,
.rd-navbar-classic.rd-navbar-static .rd-navbar-dropdown li > a:hover::before,
.rd-navbar-classic.rd-navbar-static .rd-megamenu-list li.focus > a::before,
.rd-navbar-classic.rd-navbar-static .rd-megamenu-list li.opened > a::before,
.rd-navbar-classic.rd-navbar-static .rd-megamenu-list li > a:hover::before {
	left: -11px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-megamenu {
	background: #233447;
}

.rd-navbar-classic.rd-navbar-static .rd-megamenu-item + .rd-megamenu-item .rd-megamenu-list {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.rd-navbar-classic.rd-navbar-static .rd-megamenu-title {
	background-color: #1f2e40;
	padding: 20px 31px;
}

.rd-navbar-classic.rd-navbar-static .rd-megamenu-list {
	padding: 7px 14px 42px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside {
	padding: 10px 0;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
	height: auto;
	max-width: 200px;
	max-height: 200px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main-element {
	display: flex;
	align-items: center;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone {
	border-bottom-color: #e5e7e9;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside-outer, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside-outer {
	display: none;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
	padding: 17px 0;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-item > .rd-navbar-submenu, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-item > .rd-navbar-submenu {
	margin-top: 17px;
}

/**
*
* RD Navbar Modern
* =====================================================
*/
.rd-navbar-modern {
	background-color: #1f2f45;
}

.rd-navbar-modern.rd-navbar-static {
	background-color: #1f2f45;
}

.rd-navbar-modern.rd-navbar-static .rd-nav-item.focus .rd-nav-link::before, .rd-navbar-modern.rd-navbar-static .rd-nav-item.opened .rd-nav-link::before {
	opacity: 1;
	width: 100%;
}

.rd-navbar-modern.rd-navbar-static .rd-nav-item.active .rd-nav-link::before {
	opacity: 1;
	width: 100%;
}

.rd-navbar-modern.rd-navbar-static .rd-nav-link::before {
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	background-color: #4ac4cf;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	pointer-events: none;
	width: 0;
	left: 3px;
	bottom: -7px;
}

.rd-navbar-modern.rd-navbar-static .rd-nav-link:hover::before {
	opacity: 1;
	width: 100%;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-dropdown {
	background: #1f2f45;
	padding: 17px 15px 24px 13px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-dropdown li > a,
.rd-navbar-modern.rd-navbar-static .rd-megamenu-list li > a {
	left: -14px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-dropdown li > a::before,
.rd-navbar-modern.rd-navbar-static .rd-megamenu-list li > a::before {
	content: '\f14f';
	top: 0;
	left: -6px;
	font-family: "Material Design Icons";
	font-size: inherit;
	line-height: inherit;
	color: #4ac4cf;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-dropdown li.focus > a::before,
.rd-navbar-modern.rd-navbar-static .rd-navbar-dropdown li.opened > a::before,
.rd-navbar-modern.rd-navbar-static .rd-navbar-dropdown li > a:hover::before,
.rd-navbar-modern.rd-navbar-static .rd-megamenu-list li.focus > a::before,
.rd-navbar-modern.rd-navbar-static .rd-megamenu-list li.opened > a::before,
.rd-navbar-modern.rd-navbar-static .rd-megamenu-list li > a:hover::before {
	left: -2px;
}

.rd-navbar-modern.rd-navbar-static .rd-menu {
	margin-top: 20px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-megamenu {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	max-width: 1474px;
	background: #1f2f45;
}

.rd-navbar-modern.rd-navbar-static .rd-megamenu-item {
	padding: 18px 8px 70px 34px;
}

.rd-navbar-modern.rd-navbar-static .rd-megamenu-item + .rd-megamenu-item {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.rd-navbar-modern.rd-navbar-static .rd-megamenu-list {
	column-count: 2;
}

.rd-navbar-modern.rd-navbar-static * + .rd-megamenu-list {
	margin-top: 24px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-aside,
.rd-navbar-modern.rd-navbar-static .rd-navbar-main {
	max-width: 1474px;
	margin-left: auto;
	margin-right: auto;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-main-element-wrap {
	display: flex;
	align-items: center;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-divider {
	width: 1px;
	height: 17px;
	background-color: rgba(255, 255, 255, 0.5);
	margin: 0 30px;
}

.rd-navbar-modern.rd-navbar-static .socialite-list li + li {
	margin-left: 10px;
}

.rd-navbar-modern.rd-navbar-static .socialite {
	font-size: 14px;
	width: 21px;
	height: 21px;
	line-height: 21px;
}

/** @section Swiper */
.swiper-container {
	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 {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	z-index: 1;
	display: flex;
	align-self: stretch;
	align-items: stretch;
	width: 100%;
	height: auto;
	min-height: inherit;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-container {
	flex-shrink: 0;
}

.swiper-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: #ffffff;
	text-align: center;
	cursor: pointer;
	transition: .2s ease-in;
	will-change: transform;
	z-index: 10;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	color: #4ac4cf;
}

@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-bullet {
	width: 11px;
	height: 11px;
	display: inline-block;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.45);
	transition: .2s;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination .swiper-pagination-bullet:hover {
	background: white;
}

.swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-black .swiper-pagination-bullet {
	background: rgba(0, 0, 0, 0.6);
}

.swiper-pagination-black .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: black;
}

.swiper-pagination {
	bottom: 20px;
	left: 0;
	width: 100%;
}

.swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px;
}

.swiper-slide-caption h1 {
	line-height: 1.5;
}

.swiper-slide {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	white-space: nowrap;
}

.swiper-slide-caption {
	width: 100%;
	white-space: normal;
}

.swiper-slider-1 {
	min-height: 480px;
}

@media (min-width: 768px) {
	.swiper-slider-1 {
		min-height: 750px;
	}
}

@media (min-width: 1200px) {
	.swiper-slider-1 {
		min-height: 950px;
	}
}

@media (min-width: 768px) {
	.swiper-slider-1 .swiper-pagination {
		top: 50%;
		left: auto;
		right: 80px;
		bottom: auto;
		transform: translateY(-50%);
		width: auto;
		display: flex;
		flex-direction: column;
		counter-reset: span;
	}
	.swiper-slider-1 .swiper-pagination .swiper-pagination-bullet {
		margin: 7px 0;
		position: relative;
	}
	.swiper-slider-1 .swiper-pagination .swiper-pagination-bullet::before {
		content: counter(span, decimal);
		counter-increment: span;
		position: absolute;
		top: 40%;
		transform: translateY(-50%);
		left: -16px;
		font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
		font-weight: 700;
		opacity: 0;
		transition: all 0.3s ease-in-out;
	}
	.swiper-slider-1 .swiper-pagination .swiper-pagination-bullet::after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		background-color: rgba(255, 255, 255, 0.25);
		height: 1px;
		width: 150px;
		left: 16px;
		opacity: 0;
	}
	.swiper-slider-1 .swiper-pagination .swiper-pagination-bullet-active::after, .swiper-slider-1 .swiper-pagination .swiper-pagination-bullet-active::before {
		opacity: 1;
	}
}

/** @section Google Map */
.google-map-markers {
	display: none;
}

.google-map-container {
	width: 100%;
}

.google-map {
	height: 250px;
	width: 100%;
	height: 250px;
	height: 570px;
}

@media (min-width: 992px) {
	.google-map-container-custom-1 {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 48%;
	}
	.google-map-container-custom-1 .google-map {
		height: 100%;
	}
}

/** @section Search Results */
.rd-search-results-live {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	max-height: 600px;
	overflow-y: auto;
	margin: -3px 0 0;
	text-align: left;
	z-index: 998;
}

.rd-search-results-live #search-results {
	position: relative;
	padding: 16px 0 0;
	color: #cdcdcd;
	background: transparent;
	opacity: 0;
	visibility: hidden;
	transform-origin: 50% 0;
	transform: scale(1, 0.9);
	transition: .3s all ease;
}

.rd-search-results-live #search-results::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	z-index: -1;
	border: 1px solid #e5e7e9;
	border-top: 0;
}

.rd-search-results-live #search-results.active {
	opacity: 1;
	visibility: visible;
	transform: scale(1, 1);
}

.rd-search-results-live .search-quick-result {
	padding-left: 15px;
	padding-right: 15px;
	font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	color: #ffffff;
}

.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-link {
	color: #9b9b9b;
}

.rd-search-results-live .search-link:hover {
	color: #4ac4cf;
}

.rd-search-results-live .search-error {
	font-size: 14px;
	line-height: 1.6;
}

.rd-search-results-live .search-title {
	position: relative;
	font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
}

.rd-search-results-live .search-title a:hover {
	color: #4ac4cf;
}

.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: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	background: #4ac4cf;
}

.rd-search-results-live .search-submit:hover {
	color: #ffffff;
	background: #9b9b9b;
}

.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: 17px;
}

.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::before {
	display: none;
}

.rd-search-results .search-list-item {
	position: relative;
	padding-left: 40px;
	font-size: 14px;
	color: #a0aabf;
}

.rd-search-results .search-list-item::before {
	content: counter(li, decimal-leading-zero) ".";
	counter-increment: li;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: inherit;
	font-weight: 500;
	color: #ffffff;
}

.rd-search-results .search-list-item + .search-list-item {
	margin-top: 40px;
}

.rd-search-results .search-title {
	font-size: 16px;
	color: #ffffff;
}

.rd-search-results .search {
	color: #ffffff;
	padding: 0 .25em;
	background: #4ac4cf;
}

.rd-search-results .match {
	padding: 5px;
	font-size: 12px;
	line-height: 1.7;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #4c5a86;
}

.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 .search-list-item::before {
		top: -1px;
		font-size: 16px;
	}
	.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-classic {
	position: relative;
}

.rd-search-classic .form-input {
	padding-right: 50px;
}

.rd-search-classic .form-input,
.rd-search-classic .form-label {
	letter-spacing: 0;
}

.rd-search-classic .rd-search-submit {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	padding-top: 3px;
	padding-right: 2px;
	margin: 0;
	text-align: center;
	color: #9b9b9b;
	font-size: 0;
	line-height: 0;
}

.rd-search-classic .rd-search-submit::-moz-focus-inner {
	border: none;
	padding: 0;
}

.rd-search-classic .rd-search-submit:before {
	position: relative;
	top: -1px;
	content: '\e014';
	font: 400 20px 'fl-chapps';
	line-height: 1;
	transition: .33s all ease;
}

.rd-search-classic .rd-search-submit:hover {
	color: #4ac4cf;
}

.rd-search.rd-search-inline {
	position: relative;
}

.rd-search.rd-search-inline .form-input {
	padding-right: 48px;
}

.rd-search.rd-search-inline .button-link {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	right: 0;
	margin: 0;
	font-size: 21px;
	color: #9b9b9b;
	transition: .33s;
}

.rd-search.rd-search-inline .button-link::before {
	display: block;
	margin: auto;
}

.rd-search.rd-search-inline .button-link:hover {
	color: #4ac4cf;
}

.rd-search.rd-search-inline.form-sm .form-input {
	padding-right: 40px;
}

.rd-search.rd-search-inline.form-sm .button-link {
	width: 40px;
	font-size: 18px;
}

.rd-search.rd-search-inline.form-lg .form-input {
	padding-right: 60px;
}

.rd-search.rd-search-inline.form-lg .button-link {
	width: 60px;
}

/** @section Isotope */
.isotope {
	z-index: 0;
	display: block;
	transition: .3s ease;
}

.isotope-sizer {
	height: 0;
	margin-top: -1px;
	margin-bottom: 0;
}

.isotope-item {
	display: block;
	will-change: transform;
	backface-visibility: hidden;
	transition: .1s opacity ease-in;
}

.isotope-filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media (max-width: 767.98px) {
	.isotope-filters {
		opacity: 0;
		visibility: hidden;
		position: absolute;
		flex-direction: column;
		background-color: #151515;
		z-index: 1;
		left: 50%;
		transform: translate(-50%, 15px);
		padding: 30px;
		transition: all 0.3s ease-in-out;
	}
	.isotope-filters.active {
		opacity: 1;
		visibility: visible;
	}
}

@media (min-width: 768px) {
	.isotope-filters {
		margin-bottom: -20px;
		margin-left: -70px;
	}
	.isotope-filters:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.isotope-filters > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 20px;
		margin-left: 70px;
	}
}

.isotope-filters li {
	position: relative;
}

@media (min-width: 768px) {
	.isotope-filters li:not(:last-of-type)::before {
		content: '';
		position: absolute;
		height: 20px;
		width: 1px;
		top: 43%;
		right: -31px;
		display: inline-block;
		background-color: rgba(255, 255, 255, 0.27);
		transform: rotate(24deg) translate3d(0, -50%, 0);
	}
}

.isotope-filters a {
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: .05em;
}

.isotope-filters a.active, .isotope-filters a:hover {
	color: #4ac4cf;
}

button.button.isotope-filters-toggle {
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	button.button.isotope-filters-toggle {
		display: none;
	}
}

* + .isotope {
	margin-top: 35px;
}

@media (min-width: 1200px) {
	* + .isotope {
		margin-top: 60px;
	}
}

/** @section Nav custom */
.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;
}

@media (max-width: 767.98px) {
	.tabs-custom .nav-tabs {
		flex-direction: column;
	}
}

.tabs-custom .nav-item {
	float: none;
	border: 0;
	cursor: pointer;
	transition: .33s all ease;
}

.tabs-custom .nav-link {
	margin: 0;
	border-radius: 0;
	border: 0;
}

.tabs-custom .nav-link.active {
	cursor: default;
	border: 0;
}

.tab-content > .tab-pane {
	display: block;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

.tab-content > .active {
	visibility: visible;
	height: auto;
	overflow: visible;
}

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

@media (min-width: 768px) {
	* + .tabs-horizontal.tabs-corporate {
		margin-top: 45px;
	}
}

* + .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-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 #ffffff;
	}
	.tabs-line .nav-item {
		margin: -1px;
	}
	.tabs-line .nav-link {
		padding: 7px 10px;
		color: #ffffff;
		background: transparent;
		border-bottom: 1px solid #ffffff;
	}
	.tabs-line .nav-link:first-child {
		border-top: 1px solid #ffffff;
	}
	.tabs-line .nav-link:hover,
	.tabs-line .nav-link.active {
		color: #4ac4cf;
		background: #4ac4cf;
		border-color: #4ac4cf;
	}
}

.tabs-corporate .nav-tabs {
	position: relative;
	border: 1px solid #ffffff;
}

.tabs-corporate .nav-link {
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	letter-spacing: .1em;
	font-weight: 700;
	padding: 10px 10px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.4;
	color: #ffffff;
	background: transparent;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	vertical-align: middle;
}

.tabs-corporate .nav-link:hover,
.tabs-corporate .nav-link.active {
	color: #4ac4cf;
	border-color: #4ac4cf;
}

.tabs-corporate .tab-content {
	padding: 30px 0 0;
}

.tab-content {
	max-width: 100%;
}

@media (min-width: 768px) {
	.tabs-horizontal.tabs-corporate .nav-tabs {
		position: relative;
		width: 100%;
		display: block;
		text-align: center;
		border: 0;
		will-change: transform;
	}
	.tabs-horizontal.tabs-corporate .nav-item {
		display: inline-block;
		will-change: transform;
	}
	.tabs-horizontal.tabs-corporate .nav-item:not(:first-of-type) .nav-link {
		border-left: 0;
	}
	.tabs-horizontal.tabs-corporate .nav-link {
		display: block;
		position: relative;
		z-index: 1;
		min-width: 185px;
		letter-spacing: .1em;
		padding: 5px 37px 14px;
		border: 1px solid #ffffff;
		border-top: 0;
	}
	.tabs-horizontal.tabs-corporate .nav-link.active,
	.tabs-horizontal.tabs-corporate .nav-link:hover {
		color: #4ac4cf;
		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 #e5e7e9;
	}
	.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-link {
		position: relative;
		padding: 0 0 15px 0;
		background-color: transparent;
		color: #a0aabf;
		border: 0;
	}
	.tabs-horizontal.tabs-line .nav-link::after {
		content: '';
		position: absolute;
		bottom: -4px;
		left: 0;
		height: 4px;
		width: 0;
		background: #4ac4cf;
		transition: .22s ease;
	}
	.tabs-horizontal.tabs-line .nav-link.active,
	.tabs-horizontal.tabs-line .nav-link:hover {
		color: #9b9b9b;
	}
	.tabs-horizontal.tabs-line .nav-link.active::after {
		width: 100%;
	}
	.tabs-horizontal.tabs-line * + .tab-content {
		margin-top: 30px;
	}
	.tabs-vertical {
		display: flex;
		align-items: flex-start;
	}
	.tabs-vertical .nav-tabs {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		flex-shrink: 0;
		max-width: 50%;
	}
	.tabs-vertical .nav-item {
		border: 0;
		width: 100%;
		text-align: left;
	}
	.tabs-vertical .tab-content {
		flex-grow: 1;
	}
	.tabs-vertical.tabs-corporate .nav-tabs {
		width: auto;
		min-width: 228px;
		border: 0;
	}
	.tabs-vertical.tabs-corporate .nav-item {
		margin: 0;
	}
	.tabs-vertical.tabs-corporate .nav-item:last-of-type .nav-link {
		border-bottom: 0;
	}
	.tabs-vertical.tabs-corporate .nav-link {
		position: relative;
		padding: 13px 30px 16px;
		padding-left: 0;
		overflow: hidden;
		text-align: left;
		background-color: transparent;
		border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	}
	.tabs-vertical.tabs-corporate .tab-content {
		padding: 0 0 0 30px;
	}
}

@media (min-width: 992px) {
	.tabs-horizontal.tabs-corporate .tab-content {
		padding: 50px 30px 0;
	}
	.tabs-vertical.tabs-corporate .tab-content {
		padding: 0 0 0 45px;
	}
}

h2 + .tabs-albums {
	margin-top: 29px;
}

.tabs-albums .tab-content {
	margin-top: 38px;
}

.tabs-albums .nav-tabs {
	border: 0;
}

@media (min-width: 576px) {
	.tabs-albums .nav-tabs {
		margin-left: 15px;
	}
}

@media (min-width: 1200px) {
	.tabs-albums .nav-tabs {
		margin-left: 25px;
	}
}

.tabs-albums .nav-item {
	margin: 0;
}

@media (max-width: 575.98px) {
	.tabs-albums .nav-item:first-of-type a {
		padding-left: 0;
	}
}

.tabs-albums .nav-link {
	border: 0;
	border-radius: 0;
	color: #ffffff;
	padding: 5px 14px;
	font-weight: 700;
	letter-spacing: .1em;
}

@media (min-width: 1200px) {
	.tabs-albums .nav-link {
		padding: 5px 16px;
	}
}

.tabs-albums .nav-link.active {
	color: #4ac4cf;
	background-color: transparent;
}

.tabs-albums .nav-link:not(.active):hover {
	color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 576px) {
	.tabs-albums-select {
		display: flex;
		align-items: center;
	}
}

.tabs-video {
	flex-direction: column;
}

@media (min-width: 992px) {
	.tabs-video {
		flex-direction: row;
	}
}

.tabs-video .mCSB_scrollTools {
	background-color: rgba(255, 255, 255, 0.05);
}

.tabs-video .tab-content {
	padding: 0;
	width: 100%;
}

.tabs-video .scroll-wrap {
	max-height: 398px;
	margin-top: 30px;
}

@media (min-width: 992px) {
	.tabs-video .scroll-wrap {
		margin-top: 0;
		padding-left: 30px;
	}
}

.tabs-video .nav-tabs {
	min-width: 100%;
	background-color: transparent;
}

@media (min-width: 992px) {
	.tabs-video .nav-tabs {
		min-width: 370px;
	}
}

.tabs-video .nav-link {
	padding: 0;
}

.tabs-video .nav-link:hover, .tabs-video .nav-link.active {
	background-color: transparent;
}

.tabs-video .nav-link:hover .nav-video-figure::before, .tabs-video .nav-link.active .nav-video-figure::before {
	right: -3px;
	bottom: -3px;
}

.tabs-video .nav-link:hover .nav-video-title, .tabs-video .nav-link.active .nav-video-title {
	color: #4ac4cf;
}

.tabs-video .nav-item {
	width: 100%;
}

.tabs-video .nav-item + .nav-item {
	margin-top: 31px;
}

.tabs-video .nav-item:last-of-type {
	margin-bottom: 3px;
}

.nav-video {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

@media (min-width: 576px) {
	.nav-video {
		flex-direction: row;
		text-align: left;
	}
}

.nav-video-figure {
	position: relative;
	min-width: 140px;
}

.nav-video-figure img {
	width: 140px;
	position: relative;
}

.nav-video-figure::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #4ac4cf;
	transition: all 0.3s ease-in-out;
}

.nav-video-title {
	padding-left: 22px;
	padding-right: 20px;
	line-height: 24px;
	font-size: 14px;
	font-weight: 700;
	transition: all 0.3s ease-in-out;
	padding-top: 8px;
}

@media (min-width: 576px) {
	.nav-video-title {
		padding-top: 0;
	}
}

.tabs-corporate.tabs-about .tab-content {
	margin-top: 42px;
	padding: 0;
}

@media (min-width: 768px) {
	.tabs-corporate.tabs-about .nav-tabs {
		display: flex;
	}
	.tabs-corporate.tabs-about .nav-item {
		flex-grow: 1;
	}
}

/** @section Panel custom */
.card-group-custom {
	margin-bottom: 0;
}

.card-group-custom .card-header + .collapse > .card-body,
.card-group-custom .card-header + .collapse > .list-group {
	border-top: 0;
}

.card-group-custom .card + .card {
	margin-top: 0;
}

.card-custom {
	display: block;
	margin: 0;
	background: inherit;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	text-align: left;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.card-custom a {
	display: block;
}

.card-custom .card-header {
	padding: 0;
	border-bottom: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-color: transparent;
}

.card-custom .card-body {
	padding: 0;
	border: 0;
}

.card-custom .card-title {
	margin-bottom: 0;
}

* + .card-group-custom {
	margin-top: 35px;
}

@media (min-width: 768px) {
	* + .card-group-custom {
		margin-top: 50px;
	}
}

.card-corporate {
	text-align: left;
	backface-visibility: hidden;
	overflow: hidden;
}

.card-corporate .card-title a {
	text-transform: uppercase;
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-weight: 700;
	letter-spacing: .025em;
	position: relative;
	z-index: 1;
	padding: 37px 30px 37px 0;
	font-size: 16px;
	line-height: 1.25;
	transition: 1.3s all ease;
	color: #ffffff;
}

.card-corporate .card-title a .card-arrow::before {
	background-color: #4ac4cf;
}

.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::before {
	background-color: #ffffff;
}

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

.card-corporate .card-arrow::before {
	width: 14px;
	height: 2px;
	right: 3px;
}

.card-corporate .card-arrow::after {
	width: 2px;
	height: 14px;
	right: 9px;
}

.card-corporate .collapse {
	position: relative;
	z-index: 1;
	color: #ffffff;
	border-radius: 0 0 6px 6px;
}

.card-corporate .card-body {
	padding: 0 44px 33px 0;
	font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.card-corporate .card-body p {
	letter-spacing: 0.003em;
	line-height: 25px;
}

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

/** @section Tooltop Custom */
.tooltip {
	font-size: 14px;
	line-height: 1.2;
}

.tooltip.bs-tooltip-top .arrow::before {
	border-top-color: #4ac4cf;
}

.tooltip.bs-tooltip-bottom .arrow::before {
	border-bottom-color: #4ac4cf;
}

/** @section Counter */
/** @section Progress Bars */
.progress-linear {
	position: relative;
	text-align: left;
}

.progress-linear .progress-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	transform: translate3d(0, -10px, 0);
	margin-bottom: -10px;
	margin-left: -5px;
	margin-right: -5px;
}

.progress-linear .progress-header > * {
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.progress-linear .progress-header p {
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.progress-linear .progress-body {
	margin-top: 11px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.progress-linear .progress-bar-linear-wrap {
	margin-right: 15px;
	width: 100%;
	height: 10px;
	background: #ffffff;
	border-radius: 10em;
}

.progress-linear .progress-bar-linear {
	width: 0;
	height: inherit;
	background: #4ac4cf;
	transition: 1s all ease-in-out;
	border-radius: 10em;
}

.progress-linear .progress-value {
	font-weight: 700;
	color: #ffffff;
	letter-spacing: .1em;
}

.progress-linear .progress-value::after {
	content: "%";
}

* + .progress-bar-linear-wrap {
	margin-top: 8px;
}

.progress-linear + .progress-linear {
	margin-top: 15px;
}

@media (min-width: 992px) {
	.progress-linear + .progress-linear {
		margin-top: 20px;
	}
}

/** @section 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: 30px;
	font-weight: 600;
	line-height: 30px;
	transform: translate(-50%, -50%);
	letter-spacing: .1em;
}

.progress-bar-circle span::after {
	content: "%";
}

.progress-bar-circle-title {
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.8);
}

* + .progress-bar-circle-title {
	margin-top: 20px;
}

/** @section Time Circles */
.time_circles {
	position: relative;
	width: 100%;
}

.time_circles > div {
	position: absolute;
	top: 0 !important;
	bottom: 0;
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	margin-top: -10px;
	text-align: center;
}

@media (min-width: 1200px) {
	#DateCountdown {
		width: 100%;
	}
}

.time_circles > div > h4 {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	text-align: center;
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-weight: 600;
	letter-spacing: .1em;
	font-size: 10px !important;
	line-height: 1.2 !important;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 576px) {
	.time_circles > div > h4 {
		font-size: 14px  !important;
	}
}

.time_circles > div > h4 + * {
	margin-top: 0;
}

.time_circles > div > span {
	display: block;
	text-align: center;
	letter-spacing: 0;
	font-size: 24px !important;
	font-weight: 700;
	line-height: 1 !important;
}

@media (min-width: 768px) {
	.time_circles > div > span {
		font-size: 30px !important;
	}
}

.context-dark .time_circles > div > span {
	color: #ffffff;
}

.countdown-wrap {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

* + .countdown-wrap {
	margin-top: 35px;
}

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

/** @section Owl Carousel */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.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);
	transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-nav,
.owl-carousel .owl-dots {
	-webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	user-select: none;
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
}

.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 {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .owl-nav {
	pointer-events: none;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	pointer-events: auto;
	background: transparent;
	color: #ffffff;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
}

.owl-carousel .owl-prev::before, .owl-carousel .owl-prev::after,
.owl-carousel .owl-next::before,
.owl-carousel .owl-next::after {
	font-family: "Material Design Icons";
	position: absolute;
	font-size: 18px;
}

.owl-carousel .owl-prev:not(.disabled):hover,
.owl-carousel .owl-next:not(.disabled):hover {
	color: #4ac4cf;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
	opacity: .5;
	cursor: default;
}

.owl-carousel .owl-prev {
	left: 14px;
}

.owl-carousel .owl-prev::before {
	content: '\f14a';
	left: 0;
}

.owl-carousel .owl-next {
	right: 14px;
}

.owl-carousel .owl-next::before {
	content: '\f14f';
	right: 0;
}

.owl-carousel .owl-dots {
	text-align: center;
}

.owl-carousel .owl-dot {
	display: inline-block;
	zoom: 1;
	margin: 0 8px;
}

.owl-carousel .owl-dot span {
	width: 15px;
	height: 15px;
	background: #ffffff;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 10em;
}

.owl-carousel .owl-dot.active span, .owl-carousel .owl-dot:hover span {
	background: #4ac4cf;
}

.owl-carousel-bio {
	width: calc(100vw - 30px);
	margin-left: auto;
	margin-right: auto;
}

.owl-carousel-bio .owl-stage {
	display: flex;
}

.owl-carousel-bio::before {
	content: '';
	display: none;
	position: absolute;
	width: 100vw;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: 6px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.25);
}

.owl-carousel-bio .owl-nav {
	display: none;
}

.owl-carousel-bio .owl-prev,
.owl-carousel-bio .owl-next {
	top: 42%;
	width: 18px;
	color: rgba(255, 255, 255, 0) !important;
}

.owl-carousel-bio .owl-prev:hover,
.owl-carousel-bio .owl-next:hover {
	color: rgba(255, 255, 255, 0) !important;
}

.owl-carousel-bio .owl-prev:hover::before,
.owl-carousel-bio .owl-next:hover::before {
	color: #4ac4cf;
}

.owl-carousel-bio .owl-prev::before,
.owl-carousel-bio .owl-next::before {
	color: #ffffff;
	transition: all 0.3s ease-in-out;
}

.owl-carousel-bio .owl-prev {
	left: -5px;
	transform: translate(-100%, 0);
}

.owl-carousel-bio .owl-next {
	right: -5px;
	transform: translate(100%, 0);
}

@media (min-width: 576px) {
	.owl-carousel-bio {
		width: calc(100vw - 80px);
	}
	.owl-carousel-bio::before {
		display: block;
	}
	.owl-carousel-bio .owl-stage-outer {
		padding-left: 8px;
	}
	.owl-carousel-bio .owl-nav {
		display: block;
	}
	.owl-carousel-bio .owl-prev {
		left: 0;
		transform: translate(-100%, 0);
	}
	.owl-carousel-bio .owl-next {
		right: 0;
		transform: translate(100%, 0);
	}
	.owl-carousel-bio .owl-dots {
		display: none;
	}
}

@media (min-width: 992px) {
	.owl-carousel-bio {
		width: calc(100vw - 200px);
	}
	.owl-carousel-bio .owl-prev,
	.owl-carousel-bio .owl-next {
		width: 88px;
		color: #ffffff;
	}
	.owl-carousel-bio .owl-prev:hover,
	.owl-carousel-bio .owl-next:hover {
		color: #4ac4cf;
	}
	.owl-carousel-bio .owl-prev {
		left: 15px;
		transform: translate(-100%, 0);
	}
	.owl-carousel-bio .owl-next {
		right: 15px;
		transform: translate(100%, 0);
	}
}

@media (min-width: 1600px) {
	.owl-carousel-bio {
		width: calc(100vw - 250px);
	}
	.owl-carousel-bio .owl-prev {
		left: 0;
		transform: translate(-100%, 0);
	}
	.owl-carousel-bio .owl-next {
		right: 0;
		transform: translate(100%, 0);
	}
}

.owl-carousel-about .jp-classic {
	max-width: none;
}

.owl-carousel-about .owl-item.active + .active .jp-classic .jp-seek-bar,
.owl-carousel-about .owl-item.active + .active .jp-classic .jp-classic-body {
	display: none;
}

.owl-carousel-about .owl-nav {
	margin-top: 15px;
	justify-content: center;
	display: flex;
}

@media (min-width: 576px) {
	.owl-carousel-about .owl-nav {
		margin-top: 0;
		position: absolute;
		right: 8%;
		bottom: 20%;
	}
}

.owl-carousel-about .owl-prev,
.owl-carousel-about .owl-next {
	left: 0;
	right: 0;
	position: relative;
	width: auto;
	transform: translateY(0);
	color: rgba(255, 255, 255, 0.5);
}

.owl-carousel-about .owl-prev:hover,
.owl-carousel-about .owl-next:hover {
	color: #ffffff;
}

.owl-carousel-about .owl-prev.disabled,
.owl-carousel-about .owl-next.disabled {
	pointer-events: none;
}

.owl-carousel-about .owl-prev {
	padding-left: 27px;
}

.owl-carousel-about .owl-prev::after {
	content: '';
	position: absolute;
	display: inline-block;
	top: 8px;
	right: -31px;
	width: 1px;
	height: 21px;
	background-color: #ffffff;
	transform: rotate(28deg);
}

.owl-carousel-about .owl-next {
	margin-left: 67px;
	padding-right: 27px;
}

.owl-modern .owl-dots {
	margin-top: 15px;
}

.desktop .owl-modern .owl-dots {
	display: none;
}

.owl-modern .owl-stage-outer {
	overflow: visible !important;
}

.owl-modern .embed-responsive {
	padding: 0 15px;
}

.owl-modern .owl-item {
	transition: all 0.3s ease-in-out;
}

.owl-modern .owl-item:not(.active) {
	opacity: .38;
	cursor: grabbing !important;
}

.owl-modern .owl-item:not(.active) > * {
	pointer-events: none;
}

.owl-creative-wrap {
	position: relative;
}

.owl-creative-wrap [class*='col-'] {
	position: static;
}

.owl-creative {
	position: static;
}

.owl-creative .owl-stage-outer {
	overflow: visible;
}

.owl-creative .owl-prev,
.owl-creative .owl-next {
	width: 40px;
	height: 40px;
	background-color: rgba(28, 39, 72, 0.64);
	border-radius: 0;
}

@media (min-width: 992px) {
	.owl-creative .owl-prev,
	.owl-creative .owl-next {
		width: 137px;
		height: 126px;
		top: auto;
		bottom: 0;
		transform: none;
	}
}

.owl-creative .owl-prev::before,
.owl-creative .owl-next::before {
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 768px) {
	.owl-creative .owl-prev::before,
	.owl-creative .owl-next::before {
		font-size: 24px;
	}
}

.owl-creative .owl-prev {
	left: 0;
}

.owl-creative .owl-next {
	right: 0;
}

.owl-creative .owl-next::before {
	right: auto;
}

.owl-classic .owl-prev,
.owl-classic .owl-next {
	width: 52px;
	height: 52px;
	border-radius: 10em;
	background-color: rgba(255, 255, 255, 0.1);
	position: relative;
	transform: none;
}

@media (min-width: 768px) {
	.owl-classic .owl-prev,
	.owl-classic .owl-next {
		position: absolute;
		transform: translateY(-50%);
	}
}

.owl-classic .owl-prev::before,
.owl-classic .owl-next::before {
	font-size: 24px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.owl-classic .owl-nav {
	display: flex;
	justify-content: space-between;
}

.owl-classic-item {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

@media (min-width: 768px) {
	.owl-classic-item {
		max-width: 77.5%;
		padding: 25px 0;
	}
	.owl-classic-item::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: -25px;
		right: -25px;
		bottom: 0;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.25) 4.4%, transparent 4.4%, transparent 95.6%, rgba(255, 255, 255, 0.25) 95.6%, rgba(255, 255, 255, 0.25) 100%), linear-gradient(to right, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.25) 4.4%, transparent 4.4%, transparent 95.6%, rgba(255, 255, 255, 0.25) 95.6%, rgba(255, 255, 255, 0.25) 100%), linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.25) 7.5%, transparent 7.5%, transparent 92.5%, rgba(255, 255, 255, 0.25) 92.5%, rgba(255, 255, 255, 0.25) 100%), linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.25) 7.5%, transparent 7.5%, transparent 92.5%, rgba(255, 255, 255, 0.25) 92.5%, rgba(255, 255, 255, 0.25) 100%);
		background-size: 100% 1px, 100% 1px, 1px 100%, 1px 100%;
		background-position: 0 0, 0 100%, 0 0, 100% 0;
		background-repeat: no-repeat;
	}
}

.album-cover-img {
	width: 100%;
}

/** @section Lightgallery */
@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: #999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1090;
	border: none;
	outline: none;
}

.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 {
	z-index: 1092;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
	color: #999;
	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;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	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: 1090;
}

.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: #999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-outer .lg-thumb-outer {
	background-color: #0D0A0A;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1090;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px;
	margin-left: auto;
	margin-right: auto;
}

.lg-outer .lg-thumb-item {
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #FFF;
	border-radius: 4px;
	margin-bottom: 5px;
}

@media (min-width: 1025px) {
	.lg-outer .lg-thumb-item {
		-webkit-transition: border-color 0.25s ease;
		-o-transition: border-color 0.25s ease;
		transition: border-color 0.25s ease;
	}
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color: #4ac4cf;
}

.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
	-webkit-transition: bottom 0.25s ease;
	-o-transition: bottom 0.25s ease;
	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: #999;
	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: 1090;
	cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
	background: url("../images/vimeo-play.png") no-repeat 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: 1093;
	opacity: 0;
	-webkit-transition: opacity 0.08s ease 0s;
	-moz-transition: opacity 0.08s ease 0s;
	-o-transition: opacity 0.08s ease 0s;
	transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
	background-color: #4ac4cf;
	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 {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

#lg-zoom-in:after {
	content: "\e311";
}

#lg-actual-size {
	font-size: 20px;
}

#lg-actual-size:after {
	content: "\e033";
}

#lg-zoom-out {
	opacity: 0.5;
	pointer-events: none;
}

#lg-zoom-out:after {
	content: "\e312";
}

.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto;
}

.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1090;
	height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible;
}

.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	box-shadow: 0 0 0 2px 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;
	-webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	-moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%;
}

.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow 0.3s ease 0s;
	-o-transition: box-shadow 0.3s ease 0s;
	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: 1091;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
	-o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
	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 {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transform: translate3d(0, 0px, 0);
	-o-transform: translate3d(0, 0px, 0);
	-ms-transform: translate3d(0, 0px, 0);
	-webkit-transform: translate3d(0, 0px, 0);
	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;
	-moz-transform: translate3d(0, 5px, 0);
	-o-transform: translate3d(0, 5px, 0);
	-ms-transform: translate3d(0, 5px, 0);
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	-webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	-moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	-o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	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-zoom-in .lg-item {
	opacity: 0;
}

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(1.3, 1.3, 1.3);
	transform: scale3d(1.3, 1.3, 1.3);
}

.lg-css3.lg-zoom-in .lg-item.lg-next-slide {
	-webkit-transform: scale3d(1.3, 1.3, 1.3);
	transform: scale3d(1.3, 1.3, 1.3);
}

.lg-css3.lg-zoom-in .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1);
	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 {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-in-big .lg-item {
	opacity: 0;
}

.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(2, 2, 2);
	transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-big .lg-item.lg-next-slide {
	-webkit-transform: scale3d(2, 2, 2);
	transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-big .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	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 {
	-webkit-transform: scale3d(0.7, 0.7, 0.7);
	transform: scale3d(0.7, 0.7, 0.7);
}

.lg-css3.lg-zoom-out .lg-item.lg-next-slide {
	-webkit-transform: scale3d(0.7, 0.7, 0.7);
	transform: scale3d(0.7, 0.7, 0.7);
}

.lg-css3.lg-zoom-out .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1);
	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 {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-out-big .lg-item {
	opacity: 0;
}

.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(0, 0, 0);
	transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-big .lg-item.lg-next-slide {
	-webkit-transform: scale3d(0, 0, 0);
	transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-big .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-big .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	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 {
	-webkit-transform: scale3d(0, 0, 0);
	transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide {
	-webkit-transform: scale3d(2, 2, 2);
	transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-out-in .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1);
	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 {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	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 {
	-webkit-transform: scale3d(2, 2, 2);
	transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide {
	-webkit-transform: scale3d(0, 0, 0);
	transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-in-out .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1);
	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 {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	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 {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}

.lg-css3.lg-soft-zoom .lg-item.lg-next-slide {
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
	transform: scale3d(0.9, 0.9, 0.9);
}

.lg-css3.lg-soft-zoom .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1);
	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 {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-scale-up .lg-item {
	opacity: 0;
}

.lg-css3.lg-scale-up .lg-item.lg-prev-slide {
	-moz-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
	-o-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
	-ms-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
	-webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
	transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
}

.lg-css3.lg-scale-up .lg-item.lg-next-slide {
	-moz-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
	-o-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
	-ms-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
	-webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
	transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
}

.lg-css3.lg-scale-up .lg-item.lg-current {
	-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-scale-up .lg-item.lg-prev-slide, .lg-css3.lg-scale-up .lg-item.lg-next-slide, .lg-css3.lg-scale-up .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	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 {
	-moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide-circular .lg-item.lg-next-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.lg-css3.lg-slide-circular .lg-item.lg-current {
	-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	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 {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	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 {
	-moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
}

.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
}

.lg-css3.lg-slide-circular-up .lg-item.lg-current {
	-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	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 {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	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 {
	-moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
}

.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
}

.lg-css3.lg-slide-circular-down .lg-item.lg-current {
	-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	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 {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	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 {
	-moz-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
	transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
	transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
	-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	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 {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	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 {
	-moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
	-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	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 {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	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 {
	-moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
	-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	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 {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	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 {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

.lg-css3.lg-slide-vertical .lg-item.lg-next-slide {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.lg-css3.lg-slide-vertical .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	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 {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-vertical-growth .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {
	-moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
	-o-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
	-ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
	-webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
	transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide {
	-moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
	-o-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
	-ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
	-webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
	transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
	-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	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 {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {
	-moz-transform: skew(10deg, 0deg);
	-o-transform: skew(10deg, 0deg);
	-ms-transform: skew(10deg, 0deg);
	-webkit-transform: skew(10deg, 0deg);
	transform: skew(10deg, 0deg);
}

.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide {
	-moz-transform: skew(10deg, 0deg);
	-o-transform: skew(10deg, 0deg);
	-ms-transform: skew(10deg, 0deg);
	-webkit-transform: skew(10deg, 0deg);
	transform: skew(10deg, 0deg);
}

.lg-css3.lg-slide-skew-only .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg);
	-o-transform: skew(0deg, 0deg);
	-ms-transform: skew(0deg, 0deg);
	-webkit-transform: skew(0deg, 0deg);
	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 {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only-rev .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {
	-moz-transform: skew(-10deg, 0deg);
	-o-transform: skew(-10deg, 0deg);
	-ms-transform: skew(-10deg, 0deg);
	-webkit-transform: skew(-10deg, 0deg);
	transform: skew(-10deg, 0deg);
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide {
	-moz-transform: skew(-10deg, 0deg);
	-o-transform: skew(-10deg, 0deg);
	-ms-transform: skew(-10deg, 0deg);
	-webkit-transform: skew(-10deg, 0deg);
	transform: skew(-10deg, 0deg);
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg);
	-o-transform: skew(0deg, 0deg);
	-ms-transform: skew(0deg, 0deg);
	-webkit-transform: skew(0deg, 0deg);
	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 {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only-y .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {
	-moz-transform: skew(0deg, 10deg);
	-o-transform: skew(0deg, 10deg);
	-ms-transform: skew(0deg, 10deg);
	-webkit-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide {
	-moz-transform: skew(0deg, 10deg);
	-o-transform: skew(0deg, 10deg);
	-ms-transform: skew(0deg, 10deg);
	-webkit-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg);
	-o-transform: skew(0deg, 0deg);
	-ms-transform: skew(0deg, 0deg);
	-webkit-transform: skew(0deg, 0deg);
	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 {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {
	-moz-transform: skew(0deg, -10deg);
	-o-transform: skew(0deg, -10deg);
	-ms-transform: skew(0deg, -10deg);
	-webkit-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide {
	-moz-transform: skew(0deg, -10deg);
	-o-transform: skew(0deg, -10deg);
	-ms-transform: skew(0deg, -10deg);
	-webkit-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg);
	-o-transform: skew(0deg, 0deg);
	-ms-transform: skew(0deg, 0deg);
	-webkit-transform: skew(0deg, 0deg);
	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 {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide {
	-moz-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
	-o-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
	-ms-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
	-webkit-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
	transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew .lg-item.lg-next-slide {
	-moz-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
	-o-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
	-ms-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
	-webkit-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
	transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	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 {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-rev .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {
	-moz-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
	-o-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
	-ms-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
	-webkit-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
	transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide {
	-moz-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
	-o-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
	-ms-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
	-webkit-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
	transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	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 {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-cross .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
	-moz-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
	-o-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
	-ms-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
	-webkit-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
	transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide {
	-moz-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
	-o-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
	-ms-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
	-webkit-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
	transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	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 {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
	-moz-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
	-o-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
	-ms-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
	-webkit-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
	transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide {
	-moz-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
	-o-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
	-ms-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
	-webkit-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
	transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	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 {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {
	-moz-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
	-o-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
	-ms-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
	-webkit-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
	transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide {
	-moz-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
	-o-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
	-ms-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
	-webkit-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
	transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	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 {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {
	-moz-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
	-o-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
	-ms-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
	-webkit-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
	transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide {
	-moz-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
	-o-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
	-ms-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
	-webkit-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
	transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	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 {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {
	-moz-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
	-o-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
	-ms-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
	-webkit-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
	transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide {
	-moz-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
	-o-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
	-ms-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
	-webkit-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
	transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	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 {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {
	-moz-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
	-o-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
	-ms-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
	-webkit-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
	transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide {
	-moz-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
	-o-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
	-ms-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
	-webkit-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
	transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	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 {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-lollipop .lg-item {
	opacity: 0;
}

.lg-css3.lg-lollipop .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-lollipop .lg-item.lg-next-slide {
	-moz-transform: translate3d(0, 0, 0) scale(0.5);
	-o-transform: translate3d(0, 0, 0) scale(0.5);
	-ms-transform: translate3d(0, 0, 0) scale(0.5);
	-webkit-transform: translate3d(0, 0, 0) scale(0.5);
	transform: translate3d(0, 0, 0) scale(0.5);
}

.lg-css3.lg-lollipop .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	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 {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-lollipop-rev .lg-item {
	opacity: 0;
}

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {
	-moz-transform: translate3d(0, 0, 0) scale(0.5);
	-o-transform: translate3d(0, 0, 0) scale(0.5);
	-ms-transform: translate3d(0, 0, 0) scale(0.5);
	-webkit-transform: translate3d(0, 0, 0) scale(0.5);
	transform: translate3d(0, 0, 0) scale(0.5);
}

.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-lollipop-rev .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	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 {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-rotate .lg-item {
	opacity: 0;
}

.lg-css3.lg-rotate .lg-item.lg-prev-slide {
	-moz-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.lg-css3.lg-rotate .lg-item.lg-next-slide {
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.lg-css3.lg-rotate .lg-item.lg-current {
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	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 {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-rotate-rev .lg-item {
	opacity: 0;
}

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.lg-css3.lg-rotate-rev .lg-item.lg-next-slide {
	-moz-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.lg-css3.lg-rotate-rev .lg-item.lg-current {
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	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 {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-tube .lg-item {
	opacity: 0;
}

.lg-css3.lg-tube .lg-item.lg-prev-slide {
	-moz-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
	-o-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
	-ms-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
	-webkit-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
	transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
}

.lg-css3.lg-tube .lg-item.lg-next-slide {
	-moz-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
	-o-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
	-ms-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
	-webkit-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
	transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
}

.lg-css3.lg-tube .lg-item.lg-current {
	-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	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 {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-group:after {
	content: "";
	display: table;
	clear: both;
}

.lg-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1090;
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.lg-outer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lg-outer.lg-visible {
	opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg {
	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: 1090;
}

.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	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: 1090;
	background-color: #000000;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
	opacity: 0.8;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
	-webkit-transition: none 0s ease 0s !important;
	-moz-transition: none 0s ease 0s !important;
	-o-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
	opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
	-webkit-transition: opacity 0.1s ease 0s;
	-moz-transition: opacity 0.1s ease 0s;
	-o-transition: opacity 0.1s ease 0s;
	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 {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-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 {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-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 {
	-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

@media (max-width: 480px) {
	.lg-toolbar .lg-icon {
		width: 30px;
	}
}

/** @section Material Parallax */
.parallax-container {
	position: relative;
	overflow: hidden;
}

.material-parallax {
	position: absolute;
	top: 0;
	left: -1px;
	right: -1px;
	bottom: 0;
	z-index: 0;
}

.parallax-content {
	position: relative;
	z-index: 1;
}

.material-parallax img {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 0;
	min-width: 101%;
	min-height: 101%;
	max-width: none;
	transform: translate3d(-50%, 0, 0);
}

.parallax-disabled {
	background-size: cover;
	background-position: center;
}

html:not(.ie-11):not(.ios) .parallax-disabled {
	background-attachment: fixed;
}

.parallax-overlay-01::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(28, 39, 72, 0.85);
	z-index: 1;
}

@media (max-width: 991.98px) {
	.parallax-overlay-02::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(28, 39, 72, 0.85);
		z-index: 1;
	}
}

/*
* jQuery mousewheel plugin
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom;
	/* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
	-ms-touch-action: auto;
	touch-action: auto;
}

.mCustomScrollBox {
	/* contains plugin's markup */
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: none;
	direction: ltr;
	padding-right: 31px;
}

.mCSB_container {
	/* contains the original content */
	overflow: hidden;
	width: auto;
	height: auto;
}

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
	margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
}

/* non-visible scrollbar */
.mCS-dir-rtl-custom > .mCSB_inside > .mCSB_container {
	/* RTL direction/left-side scrollbar */
	margin-right: 0;
	margin-left: 30px;
}

.mCS-dir-rtl-custom > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-left: 0;
}

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
	/* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
	position: absolute;
	width: 11px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #222d4f;
}

.mCSB_outside + .mCSB_scrollTools {
	right: 0;
}

/* scrollbar position: outside */
.mCS-dir-rtl-custom > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl-custom > .mCSB_outside + .mCSB_scrollTools {
	/* RTL direction/left-side scrollbar */
	right: auto;
	left: 0;
}

.mCS-dir-rtl-custom > .mCSB_outside + .mCSB_scrollTools {
	left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
	/* contains the draggable element and dragger rail markup */
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
	margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 16px;
	height: 100%;
	margin: 0 auto;
	border-radius: 0;
}

.mCSB_scrollTools .mCSB_dragger {
	/* the draggable element */
	cursor: pointer;
	width: 100%;
	height: 30px;
	/* minimum dragger height */
	z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	/* the dragger element */
	position: relative;
	height: 100%;
	margin: 0 auto;
	border-radius: 0;
	text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 12px;
	/* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 8px;
	/* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
	display: block;
	position: absolute;
	height: 20px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
	bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
	margin-right: 0;
	margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
	min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0;
}

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	width: auto;
	height: 16px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: -26px;
}

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
	margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 2px;
	margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 30px;
	/* minimum dragger width */
	height: 100%;
	left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 12px;
	/* auto-expanded scrollbar */
	margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 8px;
	/* auto-expanded scrollbar */
	margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	display: block;
	position: absolute;
	width: 20px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
	left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	right: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
	position: absolute;
	height: auto;
	width: auto;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-right: 30px;
	margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
	padding-right: 30px;
	padding-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl-custom > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl-custom > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl-custom > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 0;
}

.mCS-dir-rtl-custom > .mCSB_inside > .mCSB_container_wrapper {
	/* RTL direction/left-side scrollbar */
	margin-right: 0;
	margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
	padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
	padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
	/* non-visible scrollbar */
	margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
	-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
	-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,
 margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
 margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
 opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,
 margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
 margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
 opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: width .2s ease-out .2s, height .2s ease-out .2s,
 margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
 margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
 opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: width .2s ease-out .2s, height .2s ease-out .2s,
 margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
 margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
 opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
----------------------------------------
6.1 THEMES
----------------------------------------
*/
/* default theme ("light") */
.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #4c5a86;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #48567f;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
	background-image: url(../images/mCSB_buttons.png);
	/* css sprites */
	background-repeat: no-repeat;
	opacity: 0.4;
}

.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
	opacity: 0.75;
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
	opacity: 0.9;
}

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px;
}

/**
*  jPlayer
* -----------------------------------------------------------------------------
*/
.jp-custom-playlist {
	text-align: left;
}

.jp-custom-playlist li {
	margin: 2px 0;
	padding: 3px 12px;
	background-color: #e4e4e4;
}

.jp-custom-playlist li a:before {
	display: inline-block;
	margin-right: 6px;
	font-family: "Material Design Icons";
	content: "\f4f9";
}

.jp-custom-playlist li.playing a:before {
	content: "\f4d3";
}

.jp-custom-playlist li.playing a {
	color: #4ac4cf;
}

.jp-player-init {
	/**
	 * Player
	 * -----------------------------------------------------------------------------
	 */
	/* jPlayer: Cotrols
	----------------------------------------------- */
	/* jPlayer: Progress Bar
	----------------------------------------------- */
	/* jPlayer: Volume Bar
	----------------------------------------------- */
	/* Diagonal Background Bars */
	/* jPlayer: Playlist
	----------------------------------------------- */
}

.jp-player-init.jp-player-fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}

.jp-player-init.jp-player-fixed .jp-audio {
	max-width: none;
	padding: 0;
	transition: all 0.3s ease-in-out;
	transform: translateY(100%);
}

.jp-player-init.jp-player-fixed .jp-audio.jp-state-playing {
	transform: translateY(0);
}

.jp-player-init.jp-player-fixed .jp-interface {
	border-radius: 0;
}

.jp-player-init.jp-player-fixed .jp-no-solution,
.jp-player-init.jp-player-fixed .jp-playlist {
	display: none;
}

.jp-player-init .jp-jplayer {
	height: 0 !important;
	width: 0 !important;
}

.jp-player-init .jp-interface {
	display: flex;
	background-color: #2b2d2d;
	background-repeat: repeat-x;
	background-image: linear-gradient(#4a4c4d, #2b2d2d);
	border-radius: 3px 3px 0 0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	height: 30px;
	position: relative;
	width: 100%;
	font-size: 15px;
}

.jp-player-init .jp-button {
	float: left;
}

.jp-player-init .jp-btn {
	line-height: 1;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ffffff;
	cursor: pointer;
	display: block;
	height: 30px;
	margin: 0;
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 110%;
	-webkit-transition: none;
	transition: none;
	white-space: nowrap;
	width: 3.15em;
}

.jp-player-init .jp-btn:before {
	font-family: "Material Design Icons";
	font-size: 28px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	text-indent: 0;
}

.jp-player-init .jp-btn:hover {
	color: #ffffff;
}

.jp-player-init .jp-play:before {
	content: "\f4f9";
}

.jp-player-init .jp-mute:before {
	content: "\f66d";
}

.jp-player-init .jp-state-playing .jp-play:before {
	content: "\f4d3";
	text-indent: 0;
}

.jp-player-init .jp-state-muted .jp-mute:before {
	content: "\f66e";
}

.jp-player-init .jp-previous:before {
	content: "\f59d";
}

.jp-player-init .jp-next:before {
	content: "\f59c";
}

.jp-player-init .jp-time-rail {
	padding: 0.75em;
}

.jp-player-init .jp-progress {
	width: 100%;
}

.jp-player-init .jp-seek-bar,
.jp-player-init .jp-play-bar {
	height: 0.3125em;
	width: 0;
}

.jp-player-init .jp-seek-bar {
	background: #464849;
	cursor: pointer;
	position: relative;
}

.jp-player-init .jp-play-bar {
	animation: progress-bar 0.75s linear infinite;
}

.jp-player-init .jp-volume-bar {
	position: relative;
	width: 40px;
	height: 4px;
	cursor: pointer;
	background: #ffffff;
}

.jp-player-init .jp-volume-bar-value {
	width: 0;
	height: 4px;
}

.jp-player-init .jp-play-bar,
.jp-player-init .jp-volume-bar-value {
	background-color: #4ac4cf;
}

.jp-state-playing .jp-mute:before {
	content: "\f66b";
}

.jp-state-muted .jp-mute:before {
	content: "\f66e";
}

/*
 * Project: CirclePlayer
 * http://www.jplayer.org
 *
 * Copyright (c) 2012 Happyworm Ltd
 *
 * Author: Silvia Benvenuti
 * Edited by: Mark J Panaghiston
 * Date: 2nd October 2012
 * Artwork inspired by: http://forrst.com/posts/Untitled-CJz
 */
.cp-container {
	position: relative;
	width: 104px;
	/* 200 - (2 * 48) */
	height: 104px;
	background: url("../images/bgr.jpg") 0 0 no-repeat;
	padding: 48px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: content-box;
	margin-bottom: 20px;
}

@media (min-width: 576px) {
	.prototype-wrapper {
		display: flex;
		justify-content: space-around;
	}
}

.cp-container :focus {
	border: none;
	outline: 0;
}

.cp-buffer-1,
.cp-buffer-2,
.cp-progress-1,
.cp-progress-2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 104px;
	height: 104px;
	clip: rect(0px, 52px, 104px, 0);
	-moz-border-radius: 52px;
	border-radius: 52px;
}

/* FALLBACK for .progress
 * (24 steps starting from 1hr filled progress, Decrease second value by 104px for next step)
 * (It needs the container selector to work. Or use div)
 */
.cp-container .cp-fallback {
	background: url("../images/progress_sprite.jpg") no-repeat;
	background-position: 0 104px;
}

.cp-progress-1,
.cp-progress-2 {
	background: url("../images/progress.png") 0 0 no-repeat;
}

.cp-buffer-holder,
.cp-progress-holder,
.cp-circle-control {
	position: absolute;
	width: 104px;
	height: 104px;
}

.cp-circle-control {
	cursor: pointer;
}

.cp-buffer-holder,
.cp-progress-holder {
	clip: rect(0px, 104px, 104px, 52px);
	display: none;
}

/* This is needed when progress is greater than 50% or for fallback */
.cp-buffer-holder.cp-gt50,
.cp-progress-holder.cp-gt50,
.cp-progress-1.cp-fallback {
	clip: rect(auto, auto, auto, auto);
}

.cp-controls {
	margin: 0;
	padding: 26px;
}

.cp-controls li {
	list-style-type: none;
	display: block;
	/*IE Fix*/
	position: absolute;
}

.cp-controls li a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	z-index: 1;
	cursor: pointer;
	transition: 0s;
}

.cp-controls .cp-play {
	background: url("../images/controls.jpg") 0 0 no-repeat;
}

.cp-controls .cp-play:hover {
	background: url("../images/controls.jpg") -50px 0 no-repeat;
}

.cp-controls .cp-pause {
	background: url("../images/controls.jpg") 0 -50px no-repeat;
}

.cp-controls .cp-pause:hover {
	background: url("../images/controls.jpg") -50px -50px no-repeat;
}

.cp-jplayer {
	width: 0;
	height: 0;
}

.jp-video-full {
	width: 480px;
	height: 270px;
	position: static !important;
}

.jp-video.jp-state-full-screen .jp-jplayer,
.jp-video.jp-state-full-screen .jp-jplayer {
	width: 100% !important;
	height: 100% !important;
}

.jp-video.jp-state-full-screen:not(.jp-state-playing) .jp-playlist {
	pointer-events: all;
	opacity: 1;
}

.jp-video.jp-state-full-screen .jp-playlist {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	pointer-events: none;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	display: inline-block;
	min-width: 400px;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 8px;
	padding: 12px 5px;
}

.jp-video.jp-state-full-screen .jp-playlist li.jp-playlist-current a {
	color: #4ac4cf;
}

.jp-video.jp-state-full-screen .jp-playlist li a {
	color: #ffffff;
}

.jp-video.jp-state-full-screen .jp-playlist li + li {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.jp-video-full .jp-jplayer {
	top: 0;
	left: 0;
	position: fixed !important;
	overflow: hidden;
	z-index: 1000;
}

.jp-video-full .jp-gui {
	position: fixed !important;
	position: static;
	/* Rules for IE6 (full-screen) */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.jp-video-full .jp-interface {
	position: absolute !important;
	position: relative;
	/* Rules for IE6 (full-screen) */
	bottom: 0;
	left: 0;
	z-index: 1000;
}

.jp-video {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	background: #000000;
}

.jp-video .jp-interface {
	position: relative;
	width: 100%;
	height: 35px;
	background-color: #f2f2f2;
	box-shadow: inset 0 1px 0 #f7f7f7,
 inset 0 -1px 0 #e2e2e2;
}

.jp-video div.jp-controls-holder {
	clear: both;
	margin: 0 auto;
	display: flex;
	position: relative;
	overflow: hidden;
}

.jp-video a.jp-play,
.jp-video a.jp-pause {
	width: 40px;
	height: 35px;
	float: left;
	text-indent: 110%;
	outline: none;
}

.jp-video a.jp-previous:before {
	content: "\f59d";
	font-family: "Material Design Icons";
}

.jp-video a.jp-next:before {
	content: "\f59c";
	font-family: "Material Design Icons";
}

.jp-video a.jp-previous,
.jp-video a.jp-next {
	position: relative;
	align-items: center;
	justify-content: center;
	width: 30px;
	color: #706d6d;
	display: none;
}

@media (min-width: 576px) {
	.jp-video a.jp-previous,
	.jp-video a.jp-next {
		display: flex;
	}
}

.jp-video a.jp-play {
	background: url(../images/sprite.png) 0 0 no-repeat;
}

.jp-video a.jp-pause {
	background: url(../images/sprite.png) -40px 0 no-repeat;
	display: none;
}

.jp-video #seperator {
	background-image: url(../images/seperator.png);
	background-repeat: no-repeat;
	width: 2px;
	height: 35px;
	float: left;
	margin-top: 7px;
	margin-right: 10px;
}

.jp-video .jp-progress {
	background: #706d6d;
	border-radius: 5px;
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.4);
	flex: 1;
	height: 10px;
	float: left;
	margin-top: 13px;
	margin-right: 10px;
	margin-left: 10px;
}

.jp-video .jp-time-wrapper {
	display: none;
}

@media (min-width: 576px) {
	.jp-video .jp-time-wrapper {
		display: block;
	}
}

.jp-video .jp-seek-bar {
	width: 0;
	height: 100%;
	cursor: pointer;
}

.jp-video .jp-seeking-bg {
	background: #575555;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.jp-video .jp-play-bar {
	width: 0;
	height: 10px;
	position: relative;
	z-index: 9;
	background-size: 12px 12px;
	background-color: #30abb6;
	background-repeat: repeat-x;
	border-radius: 5px;
	background-image: linear-gradient(#4ac4cf, #30abb6);
	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
}

.jp-video .jp-play-bar span {
	position: absolute;
	top: -3px;
	right: -12px;
	background: url(../images/handle.png) no-repeat center;
	width: 16px;
	height: 17px;
}

.jp-video .jp-current-time,
.jp-video .jp-duration {
	font-size: 11px;
	font-family: Arial;
	color: #222d4f;
	margin-top: 12px;
	float: left;
}

.jp-video .jp-current-time {
	float: left;
	display: inline;
}

.jp-video .jp-duration {
	float: left;
	display: inline;
	text-align: right;
}

.jp-video .jp-current-time {
	margin-left: 10px;
}

.jp-video .jp-duration {
	margin-right: 10px;
}

.jp-video .time-sep {
	float: left;
	margin: 13px 3px 0 3px;
	font-size: 11px;
	font-family: Arial;
	color: #222d4f;
}

.jp-video a.jp-mute,
.jp-video a.jp-unmute {
	text-indent: -9999px;
	float: left;
	height: 35px;
	outline: none;
}

.jp-video .jp-mute {
	float: left;
	background: url(../images/sprite.png) -80px 0 no-repeat;
	margin-top: 1px;
	margin-left: -10px;
	width: 35px;
}

.jp-video a.jp-unmute {
	background: url(../images/sprite.png) -115px 0 no-repeat;
	margin-top: 1px;
	margin-left: -13px;
	display: none;
	width: 38px;
}

.jp-video .jp-volume-bar {
	float: left;
	margin-top: 13px;
	margin-right: 10px;
	overflow: hidden;
	width: 70px;
	height: 10px;
	cursor: pointer;
	background: #4c5a86;
	border-radius: 5px;
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.4);
}

.jp-video .jp-volume-bar-value {
	background: rgba(112, 109, 109, 0.01);
	width: 0;
	height: 10px;
	position: relative;
}

.jp-video .jp-volume-bar-value span {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/volume.png) no-repeat center;
	width: 11px;
	height: 10px;
}

.jp-video .jp-full-screen {
	background: url(../images/sprite.png) -150px 0 no-repeat;
	float: left;
	width: 40px;
	height: 35px;
	text-indent: -9999px;
	margin-left: -15px;
	outline: none;
}

.jp-video .jp-restore-screen {
	background: url(../images/sprite.png) -150px 0 no-repeat;
	float: left;
	width: 40px;
	height: 35px;
	text-indent: -9999px;
	margin-left: -15px;
	outline: none;
}

.jp-video .jp-playlist li {
	padding: 3px 0;
}

.jp-video .jp-playlist li.jp-playlist-current a {
	color: #ffffff;
}

.jp-video .jp-jplayer {
	cursor: pointer;
	font-size: 0;
	overflow: hidden;
}

.jp-classic {
	max-width: 266px;
	margin-left: auto;
	margin-right: auto;
}

.jp-classic:hover .jp-current-time,
.jp-classic:hover .jp-controls {
	opacity: 1;
}

.jp-classic:hover .jp-panel-controls::before {
	opacity: .75;
}

.jp-classic .jp-seek-bar {
	position: absolute;
	min-width: 100% !important;
	left: 0;
	right: 0;
	bottom: 0;
	height: 7px;
	background-color: #a0aabf;
}

.jp-classic .jp-current-time {
	position: absolute;
	top: 17px;
	right: 11px;
	letter-spacing: .1em;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.jp-classic .jp-panel-controls {
	position: relative;
}

.jp-classic .jp-panel-controls::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #1c2748;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.jp-classic .jp-panel-controls img {
	width: 100%;
}

.jp-classic .jp-controls {
	position: absolute;
	top: 44%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.jp-classic .jp-btn {
	transition: all 0.3s ease-in-out;
}

.jp-classic .jp-btn:hover {
	color: #4ac4cf;
}

.jp-classic .jp-play {
	width: 61px;
	min-width: 61px;
	height: 61px;
	min-height: 61px;
	line-height: 56px;
	font-size: 38px;
	border: 2px solid #ffffff;
	border-radius: 10em;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	transition: all 0.3s ease-in-out;
}

.jp-classic .jp-play:hover {
	background-color: #ffffff;
}

.jp-classic .jp-play::before {
	font-size: 38px;
}

.jp-classic .jp-play-bar {
	height: 100%;
	background-color: #4ac4cf;
}

.jp-classic .jp-classic-body {
	padding: 18px 15px 34px 30px;
	background-color: #ffffff;
	color: #a0aabf;
}

.jp-classic .jp-playlist {
	font-size: 18px;
	text-align: left;
	letter-spacing: .02em;
}

.jp-classic .jp-playlist li {
	display: none;
}

.jp-classic .jp-playlist li.jp-playlist-current {
	display: block;
}

.jp-classic .jp-playlist-current {
	color: #151515;
	font-weight: 600;
}

.jp-classic .jp-artist {
	letter-spacing: .015em;
	font-size: 14px;
	color: #a0aabf;
	display: inline-block;
	font-weight: 600;
}

.jp-classic .jp-classic-linklist {
	margin-top: 16px;
	display: flex;
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -6px;
	margin-right: -6px;
}

.jp-classic .jp-classic-linklist > * {
	margin-top: 8px;
	padding-left: 6px;
	padding-right: 6px;
}

.jp-classic .jp-classic-linklist span {
	padding-left: 5px;
}

.jp-classic .jp-classic-linklist li a {
	color: #a0aabf;
	transition: all 0.3s ease-in-out;
}

.jp-classic .jp-classic-linklist li a:hover {
	color: #151515;
}

.jp-classic .jp-classic-linklist li + li::before {
	content: '';
	display: inline-block;
	position: relative;
	margin-right: 15px;
	top: 3px;
	width: 1px;
	height: 18px;
	background-color: #e1e1e1;
}

.jp-modern .jp-playlist {
	margin-top: 35px;
}

.jp-modern .jp-playlist-inner {
	counter-reset: li;
}

@media (min-width: 576px) {
	.jp-modern .jp-playlist-inner {
		column-count: 2;
		max-width: 100%;
	}
}

.jp-modern .jp-playlist-inner > li {
	margin-bottom: 9px;
	width: 100%;
	max-width: 100%;
}

.jp-modern .jp-playlist-inner > li > div:before {
	content: counter(li, decimal-leading-zero);
	counter-increment: li;
	color: rgba(255, 255, 255, 0.5);
	margin-right: 22px;
	letter-spacing: .05em;
}

.jp-modern .jp-playlist-inner > li > div a {
	letter-spacing: .1em;
}

.jp-modern .jp-playlist-item {
	color: #ffffff;
}

.jp-modern .jp-playlist-current {
	color: #4ac4cf;
}

.jp-modern .jp-play {
	width: 57px;
	height: 57px;
	line-height: 56px;
	font-size: 38px;
	border: 2px solid #ffffff;
	border-radius: 10em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.jp-modern .jp-play::before {
	font-size: 26px;
}

.jp-modern .jp-modern-interface {
	height: 57px;
	display: flex;
	align-items: center;
}

.jp-modern .jp-seek-bar {
	background-color: #ffffff;
}

.jp-modern .jp-play-bar {
	background-color: #4ac4cf;
}

.jp-modern .jp-seek-bar,
.jp-modern .jp-play-bar {
	height: 4px;
}

.jp-modern.jp-state-playing .jp-play:before {
	content: "\f4d3";
}

.jp-modern .jp-time-rail {
	padding: 20px;
	flex-grow: 1;
}

.jp-modern .jp-modern-linklist {
	display: flex;
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -6px;
	margin-right: -6px;
}

.jp-modern .jp-modern-linklist > * {
	margin-top: 8px;
	padding-left: 6px;
	padding-right: 6px;
}

@media (min-width: 576px) {
	.jp-modern .jp-modern-linklist {
		margin-left: 38px;
	}
}

.jp-modern .jp-modern-linklist span {
	padding-left: 5px;
}

.jp-modern .jp-modern-linklist li a {
	color: rgba(255, 255, 255, 0.5);
	transition: all 0.3s ease-in-out;
}

.jp-modern .jp-modern-linklist li a:hover {
	color: #4ac4cf;
}

.jp-modern .jp-modern-linklist li + li::before {
	content: '';
	display: inline-block;
	position: relative;
	margin-right: 15px;
	top: 3px;
	width: 1px;
	height: 18px;
	background-color: #e1e1e1;
}

.jp-modern .jp-modern-footer {
	margin-top: 30px;
	padding-top: 30px;
	display: flex;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	flex-direction: column;
}

@media (min-width: 576px) {
	.jp-modern .jp-modern-footer {
		flex-direction: row;
	}
}

div.jp-creative {
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 992px) {
	div.jp-creative {
		top: 90px;
	}
}

div.jp-creative .jp-controls {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 0;
}

div.jp-creative .jp-btn {
	transition: all 0.3s ease-in-out;
}

div.jp-creative .jp-btn:before {
	font-size: 18px;
}

div.jp-creative .jp-btn:hover {
	color: #4ac4cf;
}

div.jp-creative .jp-previous,
div.jp-creative .jp-next {
	font-size: 20px;
	width: 20px;
	height: 20px;
	right: 1px;
}

div.jp-creative .jp-mute {
	width: 16px;
	height: 16px;
}

div.jp-creative .jp-play {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 10em;
	border: 1px solid #ffffff;
}

div.jp-creative .jp-play::before {
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	transform: translate(-50%, -50%);
}

.jp-state-playing div.jp-creative .jp-play::before {
	content: '';
}

div.jp-creative .jp-play:hover {
	background-color: #ffffff;
}

div.jp-creative.jp-state-playing .jp-play::before {
	content: '';
}

div.jp-creative .jp-time-rail {
	display: flex;
	align-content: center;
	justify-content: center;
	padding: 0;
}

div.jp-creative .jp-progress {
	margin: auto 20px auto 10px;
	width: 62px;
	height: 12px;
	position: relative;
	background-color: transparent;
}

div.jp-creative .jp-progress::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.1);
}

div.jp-creative .jp-seek-bar {
	background-color: transparent;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	height: 20px;
}

div.jp-creative .jp-play-bar {
	height: 1px;
	top: 50%;
	position: absolute;
}

div.jp-creative .jp-volume-bar {
	margin-left: 17px;
	margin-right: 22px;
	width: 124px;
	min-width: 124px;
	height: 12px;
	position: relative;
	background-color: transparent;
}

div.jp-creative .jp-volume-bar::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.1);
}

div.jp-creative .jp-volume-bar-value {
	position: relative;
	background-color: transparent;
	height: 20px;
}

div.jp-creative .jp-volume-bar-value::before {
	content: '';
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 10em;
	background-color: #4ac4cf;
	top: 0;
	right: 0;
	transform: translateX(50%);
}

div.jp-creative .jp-playlist {
	display: flex;
	align-items: center;
}

div.jp-creative .jp-playlist-inner li:not(.jp-playlist-current) {
	display: none;
}

div.jp-creative .jp-playlist-item {
	color: #ffffff;
	text-transform: uppercase;
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	letter-spacing: .05em;
}

.jp-creative-interface {
	display: flex;
}

@media (max-width: 575.98px) {
	.jp-creative-interface {
		flex-direction: column;
		align-items: center;
	}
}

.jp-volume-controls {
	display: flex;
	align-items: center;
}

.mobile .jp-volume-controls,
.tablet .jp-volume-controls {
	margin-right: 15px;
}

.countdown {
	margin-top: 35px;
	max-width: 442px;
	margin-left: -4%;
}

.countdown + .button {
	margin-top: 56px;
}

.countdown-row {
	display: flex;
	justify-content: space-between;
}

.countdown-section {
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
	line-height: 1;
	flex-grow: 1;
}

.countdown-section + .countdown-section::before {
	content: ':';
	position: absolute;
	left: 0;
	transform: translateX(-50%);
	font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 60px;
	line-height: 45px;
	color: #2d3c6d;
}

@media (max-width: 575.98px) {
	.countdown-section:last-of-type {
		display: none;
	}
}

.countdown-section .countdown-amount {
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 30px;
	color: #4ac4cf;
}

@media (min-width: 576px) {
	.countdown-section .countdown-amount {
		font-size: 55px;
	}
}

.countdown-section .countdown-period {
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
	margin-top: 11px;
	letter-spacing: .35em;
	text-transform: uppercase;
	font-size: 12px;
}

.stepper {
	position: relative;
	display: inline-block;
	max-width: 70px;
	width: 94px;
}

.stepper input[type="number"] {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	-moz-appearance: textfield;
	color: #000000;
	font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.stepper input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.stepper-arrow {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 19px;
	font-family: "Material Design Icons";
	cursor: pointer;
	color: #cdcdcd;
	transition: all 0.3s ease-in-out;
}

.stepper-arrow:hover {
	color: #4ac4cf;
}

.stepper-arrow.up {
	right: 0;
	text-align: left;
}

.stepper-arrow.up:before {
	content: '\f506';
}

.stepper-arrow.down {
	left: 0;
	text-align: right;
}

.stepper-arrow.down:before {
	content: '\f467';
}

.stepper.disabled .stepper-arrow {
	pointer-events: none;
	opacity: .5;
}

/*
*
* Slick Carousel
*/
/*rtl:begin:ignore*/
.slick-slider {
	cursor: pointer;
	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;
	width: 100%;
}

.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: #ffffff 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: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	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: 23px;
}

.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: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	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;
}

@media (min-width: 1200px) {
	.slick-slider-classic {
		max-width: 423px;
	}
}

@media (max-width: 575.98px) {
	.slick-slider-classic {
		margin-left: auto;
		margin-right: auto;
		max-width: 420px;
	}
}

.child-carousel .slick-list {
	margin: 0 -12px;
}

.child-carousel .item {
	padding: 0 12px;
}

.child-carousel .slick-current img {
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.slick-vertical-wrap {
	display: flex;
	flex-direction: column;
}

@media (min-width: 992px) {
	.slick-vertical-wrap {
		flex-direction: row;
	}
}

.slick-vertical {
	margin: 0;
	margin-bottom: -30px;
}

.slick-vertical .item + .item {
	margin-top: 30px;
}

.slick-vertical-child-wrap {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}

@media (min-width: 576px) {
	.slick-vertical-child-wrap {
		flex-direction: row-reverse;
	}
}

@media (min-width: 992px) {
	.slick-vertical-child-wrap {
		margin-left: 47px;
		flex-direction: column;
		justify-content: center;
		margin-top: auto;
		margin-bottom: auto;
		height: 100%;
	}
}

.slick-vertical-child {
	margin: 0;
}

.slick-vertical-child .slick-track {
	display: flex;
}

@media (min-width: 992px) {
	.slick-vertical-child .slick-track {
		flex-direction: column;
	}
}

.slick-vertical-nav-text {
	margin: 0;
	letter-spacing: .05em;
}

@media (min-width: 992px) {
	.slick-vertical-nav-text {
		transform: rotate(180deg);
		white-space: nowrap;
	}
	html:not([class*='ie']) .slick-vertical-nav-text {
		writing-mode: vertical-rl;
	}
	html[class*='ie'] .slick-vertical-nav-text {
		writing-mode: bt-rl;
	}
}

.slick-vertical-divider {
	margin: 0 17px;
	flex-grow: 1;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.1);
	display: none;
}

@media (min-width: 576px) {
	.slick-vertical-divider {
		display: block;
	}
}

@media (min-width: 992px) {
	.slick-vertical-divider {
		height: 100px;
		margin: 17px 0;
		width: 1px;
	}
}

@media (min-width: 1200px) {
	.slick-vertical-divider {
		height: 145px;
	}
}

.slick-vertical-button {
	width: 20px;
	height: 20px;
	background-color: #4ac4cf;
	margin: 10px;
}

.item .slick-vertical-button {
	position: relative;
	background-color: #ffffff;
	width: 10px;
	height: 10px;
	border-radius: 10em;
	cursor: pointer;
}

.item .slick-vertical-button::before {
	content: '';
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #4ac4cf;
	border-radius: inherit;
	transform: translate(-25%, -25%);
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.item.slick-current .slick-vertical-button::before {
	opacity: 1;
	width: 20px;
	height: 20px;
}

/*
*
* Video BG
* --------------------------------------------------
*/
.bg-vide {
	position: relative;
	z-index: 0;
}

.bg-vide > * {
	position: relative;
	z-index: 1;
}

/** @group Components */
.banner-link {
	display: flex;
	font-size: 0;
}

.banner-link img {
	width: 100%;
}

.banner-link-top {
	display: none;
}

@media (min-width: 1200px) {
	.banner-link-top {
		display: flex;
	}
}

/** @section Banner */
.section-banner {
	display: block;
	background-position: center right;
	background-size: cover;
	text-align: center;
	position: relative;
	z-index: 1090;
}

.section-banner img {
	max-width: 100%;
	height: auto;
	width: auto;
}

@media (min-width: 1200px) {
	.section-banner-top + .page-header .rd-navbar-wrap {
		padding-top: 60px;
	}
}

/** @section Typography */
body {
	font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.71429;
	font-weight: 400;
	color: #ffffff;
	background-color: #222d4f;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
}

h1, h2, h3, h4, h5, h6, [class^='heading-'] {
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

h1,
.heading-1 {
	font-size: 52px;
	line-height: 1.2;
	font-family: "Nothing You Could Do", "Times New Roman", Times, serif;
	letter-spacing: -.05em;
	text-transform: none;
}

@media (min-width: 992px) {
	h1,
	.heading-1 {
		font-size: 100px;
		line-height: 0.7;
	}
}

h2,
.heading-2 {
	font-size: 38px;
	line-height: 1.5;
	letter-spacing: .05em;
}

@media (min-width: 992px) {
	h2,
	.heading-2 {
		font-size: 55px;
		line-height: 0.87273;
	}
}

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

@media (min-width: 992px) {
	h3,
	.heading-3 {
		font-size: 30px;
		line-height: 1.6;
	}
}

h4,
.heading-4 {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: .05em;
}

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

h4 a,
.heading-4 a {
	color: inherit;
}

h4 a:hover,
.heading-4 a:hover {
	color: #4c5a86;
}

h5,
.heading-5 {
	font-size: 18px;
	line-height: 1.44444;
	letter-spacing: .03em;
}

h6,
.heading-6 {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .1em;
}

.title-wrap p {
	margin-top: 6px;
}

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

mark,
.mark {
	padding: 3px 5px;
	color: #ffffff;
	background: #4ac4cf;
}

.big {
	letter-spacing: 0;
	font-size: 18px;
	line-height: 1.38889;
}

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

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

p {
	letter-spacing: .02em;
}

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

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

::selection {
	background: #4ac4cf;
	color: #ffffff;
}

::-moz-selection {
	background: #4ac4cf;
	color: #ffffff;
}

.text-gray-600 {
	color: #4c5a86;
}

.custom-title {
	display: flex;
}

.custom-title h3 {
	margin-left: 12px;
	line-height: 36px;
}

.custom-title-divider {
	position: relative;
	top: 17px;
	width: 55px;
	height: 3px;
	background-color: #4ac4cf;
}

/** @section Banners */
.banner-classic {
	display: flex;
	height: 100%;
	align-items: center;
	padding: 100px 30px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0;
}

@media (min-width: 768px) {
	.banner-classic {
		padding: 47px;
		padding-bottom: 162px;
	}
}

.banner-classic-content {
	width: 280px;
}

.banner-classic-subtitle + .banner-classic-title {
	margin-top: 12px;
}

.banner-classic-subtitle {
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.banner-classic-title {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	padding-left: 25px;
	line-height: 1.2;
}

.banner-classic-title + .button {
	margin-top: 23px;
	padding-left: 32px;
	padding-right: 32px;
}

.banner-creative {
	position: relative;
}

.banner-creative .box-event {
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background-color: rgba(28, 39, 72, 0.64);
	color: #ffffff;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

@media (min-width: 1200px) {
	.banner-creative .box-event {
		padding: 29px 38px 39px 35px;
	}
}

.owl-item.active .banner-creative .box-event {
	opacity: 1;
}

.banner-creative .box-event-text-title {
	color: #ffffff;
}

@media (max-width: 575.98px) {
	.banner-creative .box-event-text-title {
		line-height: 1;
	}
}

@media (min-width: 576px) {
	.banner-creative .box-event-text-title {
		font-size: 24px;
	}
}

.banner-creative .box-event-text-location {
	color: #4ac4cf;
}

.banner-creative-figure img {
	width: 100%;
}

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

/** @section 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: #4ac4cf;
}

a:hover {
	color: #2b98a2;
}

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

.link-hover {
	color: #2b98a2;
}

.link-press {
	color: #2b98a2;
}

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

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

.socialite-list {
	display: flex;
}

.socialite {
	display: block;
	text-align: center;
	color: #d8f800;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 10em;
}

.socialite:hover {
	color: #4ac4cf;
	background-color: #d8f800;
}

a.link-social {
	position: relative;
	font-size: 17px;
	color: #d8f800;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	background: #4ac4cf;
	z-index: 1;
}

a.link-social::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	top: 0;
	left: 0;
	padding: 2px;
	z-index: -1;
	background: inherit;
	opacity: 1;
	transform: scale(1);
	transition: transform 0.2s, opacity 0.3s;
}

a.link-social[class*='facebook'] {
	background: #547abb;
}

a.link-social[class*='twitter'] {
	background: #44c0f3;
}

a.link-social[class*='pinterest'] {
	background: #dd4b39;
}

a.link-social[class*='instagram'] {
	background: #5c6a97;
}

a.link-social:hover::after {
	transform: scale(1.3);
	opacity: 0;
}

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

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

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

.block-center {
	padding: 10px;
}

.block-center:hover .block-center-header {
	background-color: #4ac4cf;
}

.block-center-title {
	background-color: #ffffff;
}

@media (max-width: 1599.98px) {
	.block-center {
		padding: 20px;
	}
	.block-center:hover .block-center-header {
		background-color: #ffffff;
	}
	.block-center-header {
		background-color: #4ac4cf;
	}
}

/** @section Boxes */
.box-minimal {
	display: flex;
}

.box-minimal .box-minimal-icon {
	font-size: 40px;
	line-height: 40px;
	color: #4ac4cf;
	margin-top: 5px;
}

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

.box-minimal-text {
	width: 100%;
	max-width: 260px;
	margin-left: 22px;
}

.box-minimal-text p {
	margin-top: 8px;
	color: #4c5a86;
}

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

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

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

.context-dark .box-minimal p {
	color: #ffffff;
}

.row-borders {
	position: relative;
}

@media (min-width: 768px) {
	.row-borders > [class*='col-']:not(:first-of-type) {
		border-left: 1px solid rgba(255, 255, 255, 0.5);
	}
}

.box-counter {
	position: relative;
	text-align: center;
}

.box-counter-title {
	display: inline-block;
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .1em;
}

.box-counter-main {
	font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 45px;
	font-weight: 400;
	line-height: 1;
}

@media (min-width: 992px) {
	.box-counter-main {
		font-size: 100px;
	}
}

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

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

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

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

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

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

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

.box-event-wrap {
	height: 434px;
}

.box-event {
	background-color: #ffffff;
	padding: 19px 18px 22px 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #151515;
}

.box-event + .box-event {
	margin-top: 24px;
}

@media (max-width: 575.98px) {
	.box-event {
		flex-direction: column;
		text-align: center;
	}
}

.box-event-date-wrap {
	text-align: center;
	position: relative;
}

@media (min-width: 576px) {
	.box-event-date-wrap {
		padding-right: 24px;
	}
	.box-event-date-wrap::after {
		content: '';
		display: block;
		position: absolute;
		top: 4px;
		right: 0;
		bottom: -2px;
		width: 1px;
		background-color: #e1e1e1;
	}
}

.box-event-date-day {
	color: #4ac4cf;
	font-weight: 400;
	line-height: 1;
}

.box-event-date-month {
	margin-top: 2px;
	line-height: 1;
	text-transform: uppercase;
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	letter-spacing: .1em;
}

.box-event-text-wrap {
	flex-grow: 1;
	margin-top: 10px;
}

@media (min-width: 576px) {
	.box-event-text-wrap {
		margin-top: 0;
		padding-left: 21px;
		padding-right: 10px;
	}
}

.box-event-text-title {
	font-weight: 700;
	color: #151515;
}

.box-event-text-location {
	display: flex;
	flex-wrap: wrap;
	color: #4ac4cf;
}

.box-event-text-location li + li {
	margin-left: 4px;
}

.box-event-text-location li:not(:last-of-type)::after {
	content: ',';
}

@media (max-width: 575.98px) {
	.box-event-text-location {
		justify-content: center;
	}
}

@media (max-width: 575.98px) {
	.box-event-button-wrap {
		margin-top: 10px;
	}
}

.box-event-mod-2 {
	height: 445px;
}

.box-event-mod-2 .mCustomScrollBox {
	padding-right: 11px;
}

@media (min-width: 576px) {
	.box-event-mod-2 .mCustomScrollBox {
		padding-right: 50px;
	}
}

.box-event-mod-2 .box-event {
	background-color: transparent;
	color: #ffffff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 1200px) {
	.box-event-mod-2 .box-event-date-wrap {
		padding-right: 34px;
	}
}

.box-event-mod-2 .box-event-date-wrap::after {
	background-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 1200px) {
	.box-event-mod-2 .box-event-text-wrap {
		padding-left: 34px;
	}
}

.box-event-mod-2 .box-event-text-title {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: .025em;
	color: #ffffff;
}

.box-event-mod-2 .box-event-text-location {
	color: #4ac4cf;
}

* + .box-event-mod-3 {
	margin-top: 37px;
}

.box-event-mod-3 .box-event {
	background-color: transparent;
	color: #ffffff;
	padding: 0;
	text-align: left;
	align-items: flex-start;
}

.box-event-mod-3 .box-event-date-wrap::after {
	background-color: rgba(255, 255, 255, 0.1);
}

.box-event-mod-3 .box-event-date-day {
	color: #4ac4cf;
	font-size: 24px;
}

.box-event-mod-3 .box-event-text-title {
	font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	text-transform: none;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .05em;
	color: #ffffff;
}

.box-event-mod-3 .box-event-text-location {
	text-transform: none;
	letter-spacing: .05em;
	color: #4c5a86;
}

.box-about-title-wrap {
	position: relative;
}

.box-about-mega-title {
	font-size: 72px;
	line-height: 1;
	color: rgba(255, 255, 255, 0.1);
	font-weight: 900;
}

@media (min-width: 768px) {
	.box-about-mega-title {
		font-size: 82px;
		line-height: 48px;
	}
}

@media (min-width: 1200px) {
	.box-about-mega-title {
		font-size: 133px;
		line-height: 84px;
	}
}

.box-about-title {
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translate(0, -50%);
}

@media (min-width: 992px) {
	.box-about-title {
		left: 11px;
	}
}

.box-about-post-title {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.box-about-post-title {
		margin-top: 40px;
	}
}

@media (min-width: 1200px) {
	.box-about-post-title {
		margin-top: 59px;
	}
}

.box-about-post-title::before {
	content: '';
	display: inline-block;
	position: relative;
	top: -5px;
	background-color: #4ac4cf;
	height: 4px;
	width: 45px;
	margin-right: 15px;
}

@media (min-width: 992px) {
	.box-about-post-title::before {
		width: 84px;
		margin-right: 24px;
		margin-left: 8px;
	}
}

.box-image-1 {
	display: inline-block;
	position: relative;
}

.box-image-1 img {
	position: relative;
}

.box-image-1::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.1);
	transform: translate(10px, 10px);
	transition: all 0.3s ease-in-out;
}

@media (min-width: 1200px) {
	.box-image-1::before {
		transform: translate(20px, 20px);
	}
}

.box-image-1:hover::before {
	transform: translate(-10px, -10px);
}

.box-image-2 {
	display: inline-block;
	position: relative;
}

.box-image-2::before, .box-image-2::after {
	content: '';
	display: block;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.05);
	border-radius: 50%;
}

.box-image-2::before {
	top: -6px;
	left: -6px;
	right: -6px;
	bottom: -6px;
}

@media (min-width: 992px) {
	.box-image-2::before {
		top: -25px;
		left: -25px;
		right: -25px;
		bottom: -25px;
	}
}

.box-image-2::after {
	top: -12px;
	left: -12px;
	right: -12px;
	bottom: -12px;
}

@media (min-width: 992px) {
	.box-image-2::after {
		top: -43px;
		left: -43px;
		right: -43px;
		bottom: -43px;
	}
}

.box-image-2 img {
	border-radius: 50%;
}

@keyframes animate-circle-1 {
	0% {
		top: -25px;
		left: -25px;
		right: -25px;
		bottom: -25px;
	}
	50% {
		top: -43px;
		left: -43px;
		right: -43px;
		bottom: -43px;
	}
	100% {
		top: -25px;
		left: -25px;
		right: -25px;
		bottom: -25px;
	}
}

@keyframes animate-circle-2 {
	0% {
		top: -43px;
		left: -43px;
		right: -43px;
		bottom: -43px;
	}
	50% {
		top: -25px;
		left: -25px;
		right: -25px;
		bottom: -25px;
	}
	100% {
		top: -43px;
		left: -43px;
		right: -43px;
		bottom: -43px;
	}
}

.box-image-3 {
	display: inline-block;
	position: relative;
}

.box-image-3::before {
	content: '';
	display: block;
	position: absolute;
	border: 7px solid rgba(255, 255, 255, 0.1);
	top: 22px;
	left: -15px;
	right: -15px;
	bottom: 22px;
	z-index: -1;
	transition: all 0.3s ease-in-out;
}

@media (min-width: 1200px) {
	.box-image-3::before {
		left: -30px;
		right: -30px;
	}
}

.box-bio {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
	width: 335px;
	max-width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 32px;
	margin-bottom: 6px;
}

@media (min-width: 576px) {
	.box-bio {
		flex-direction: row;
	}
	.box-bio::before {
		content: '';
		display: block;
		position: absolute;
		width: 12px;
		height: 12px;
		border-radius: 10em;
		background-color: #4ac4cf;
		left: -6px;
		bottom: 0;
		z-index: 1;
	}
}

.box-bio-year {
	margin-top: 3px;
	color: #4ac4cf;
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-weight: 500;
	position: relative;
}

@media (min-width: 576px) {
	.box-bio-year::before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		right: -4px;
		bottom: -6px;
		height: 1px;
		background-color: rgba(255, 255, 255, 0.25);
	}
	.box-bio-year::after {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: calc(100% + 6px);
		height: 300px;
		width: 1px;
		background-color: rgba(255, 255, 255, 0.25);
	}
}

.box-bio-body {
	letter-spacing: .1em;
}

@media (min-width: 576px) {
	.box-bio-body {
		margin-left: 19px;
	}
}

.box-bio-title {
	letter-spacing: .1em;
	font-weight: 700;
}

.box-bio-text {
	margin-top: 13px;
	color: #4c5a86;
	letter-spacing: .1em;
}

@media (min-width: 992px) {
	.row-custom-border > [class*='col-']:not(:first-of-type) .box-icon-classic {
		position: relative;
	}
	.row-custom-border > [class*='col-']:not(:first-of-type) .box-icon-classic::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: -15px;
		bottom: 0;
		width: 1px;
		background-color: rgba(255, 255, 255, 0.1);
	}
}

@media (min-width: 992px) {
	.box-icon-classic {
		padding: 32px 30px 27px;
	}
}

@media (min-width: 1200px) {
	.box-icon-classic {
		padding: 32px 69px 27px;
	}
}

.box-icon-classic .icon {
	height: 45px;
	line-height: 45px;
}

.box-icon-classic-title {
	margin-top: 17px;
	font-weight: 700;
}

.box-icon-classic-list {
	margin-top: 9px;
	letter-spacing: .05em;
}

.box-icon-classic-list a {
	color: #4c5a86;
}

.box-icon-classic-list a:hover {
	color: #4ac4cf;
}

* + .box-comment {
	margin-top: 45px;
}

.box-comment a {
	color: inherit;
}

.box-comment a:hover {
	color: #4ac4cf;
}

@media (min-width: 992px) {
	.box-comment form .button {
		margin-top: 55px;
	}
}

.box-comment .form-input {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.box-comment > .box-comment {
	margin-top: 15px;
	margin-left: 50px;
}

@media (min-width: 768px) {
	.box-comment > .box-comment {
		margin-left: 120px;
	}
}

.box-comment + .box-comment {
	margin-top: 22px;
}

.box-comment + .box-comment .unit-left {
	padding-top: 46px;
}

.box-comment + .box-comment .unit-body {
	width: 100%;
	padding-top: 45px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.box-comment-figure {
	overflow: hidden;
	border-radius: 50%;
}

.box-comment-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.box-comment-auther {
	font-weight: 700;
}

.box-comment-text {
	margin-top: 11px;
}

.box-timeline-wrap {
	position: relative;
}

.box-timeline-wrap::before {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	left: 6px;
	bottom: 0;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.1);
}

.box-timeline {
	position: relative;
	padding-left: 100px;
}

.box-timeline + .box-timeline {
	margin-top: 40px;
}

.box-timeline p {
	margin-top: 0;
	letter-spacing: .1em;
}

@media (max-width: 575.98px) {
	.box-timeline .button {
		padding: 15px 35px;
	}
}

.box-timeline-title {
	font-weight: 700;
	letter-spacing: .1em;
}

.box-timeline-title + p {
	margin-top: 10px;
}

.box-timeline-time {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.box-timeline-time::before {
	content: '';
	display: inline-block;
	position: relative;
	top: 1px;
	width: 12px;
	height: 12px;
	border-radius: 10em;
	background-color: #4ac4cf;
	margin-right: 12px;
}

section.section-lg:first-of-type {
	padding: 100px 0;
}

section.section-video {
	display: flex;
	justify-content: center;
	align-items: center;
}

section.section-video video {
	min-width: 1920px;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	height: auto !important;
	pointer-events: none;
}

.box-video {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	padding-top: 56px;
	max-width: 100%;
	margin-left: 15px;
	margin-right: 15px;
}

.box-video > * {
	position: relative;
	z-index: 1;
}

.box-video::before, .box-video::after {
	content: '';
	display: block;
	position: absolute;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.box-video::before {
	background-color: #ffffff;
	width: 500px;
	height: 500px;
	opacity: .05;
}

.box-video::after {
	background: radial-gradient(#1e436d, #274a74);
	opacity: 0.961;
	width: 483px;
	height: 483px;
}

.box-video-sutitle {
	font-weight: 500;
}

.box-video-sutitle + .box-video-title {
	margin-top: 26px;
}

.box-video-title {
	font-weight: 300;
}

@media (min-width: 576px) {
	.box-video-title {
		font-size: 80px;
	}
}

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

.box-video-title + .box-video-divider {
	margin-top: 38px;
}

.box-video-divider {
	max-width: 100%;
	width: 451px;
	height: 1px;
	background-image: linear-gradient(90deg, transparent 0%, #668cd1 25%, #668cd1 50%, #668cd1 75%, transparent 100%);
	opacity: 0.388;
}

.box-video-divider + .button {
	margin-top: 55px;
	padding-left: 35px;
	padding-right: 35px;
}

.custom-way-point {
	position: absolute;
	left: 50%;
	bottom: 80px;
	transform: translateX(-50%);
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.custom-way-point:hover {
	color: #4ac4cf;
}

.custom-way-point p {
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 700;
}

.custom-way-point .icon {
	margin-top: 5px;
}

.box-classic {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: 25px;
	width: 300px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 275px;
}

.box-classic::before, .box-classic::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: all 0.3s ease-in-out;
	pointer-events: none;
}

.box-classic::before {
	transform: translate(-5px, -5px);
}

.box-classic::after {
	transform: translate(5px, 5px);
}

.box-classic:hover::before {
	transform: translate(0, 0);
	border-color: rgba(74, 196, 207, 0.25);
}

.box-classic:hover::after {
	transform: translate(0, 0);
	opacity: 0;
}

.box-classic-figure .icon {
	font-size: 67px;
}

.box-classic-figure + .box-classic-title {
	margin-top: 14px;
}

.box-classic-title {
	font-weight: 700;
	letter-spacing: .025em;
}

.box-classic-title + .box-classic-divider {
	margin-top: 22px;
}

.box-classic-divider {
	width: 85px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.1);
	margin-left: auto;
	margin-right: auto;
}

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

[class*='box-preview'] h2 {
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.box-preview-1 {
		margin-left: 58px;
	}
}

.box-preview-2 * + .button {
	margin-top: 50px;
}

/** @section 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-xxs {
	margin-bottom: -5px;
	margin-left: -5px;
}

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

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

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: -15px;
	margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.unit-spacing-xs > * {
	margin-bottom: 15px;
	margin-left: 7px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.list-marked {
	text-align: left;
}

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

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

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

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

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

.list-ordered {
	counter-reset: li;
	text-align: left;
}

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

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

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

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

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

.list-map + h4 {
	margin-top: 55px;
}

.list-map li + li {
	margin-top: 11px;
}

.list-map a {
	position: relative;
	color: #ffffff;
}

.list-map a:hover {
	color: #4ac4cf;
}

.list-map a::before {
	content: '\f0c5';
	font-family: "FontAwesome";
	color: inherit;
	font-size: 15px;
	margin-right: 20px;
}

.list-comma {
	display: flex;
	flex-wrap: wrap;
}

.list-comma li:not(:last-of-type)::after {
	content: ',';
}

@media (min-width: 768px) {
	.list-marked,
	.list-ordered {
		padding-left: 30px;
	}
}

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

.img-responsive {
	width: 100%;
}

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

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

.icon-primary {
	color: #4ac4cf;
}

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

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

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

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

.icon-lg {
	font-size: 42px;
}

.icon-xl {
	font-size: 97px;
}

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

.table-custom th,
.table-custom td {
	color: #ffffff;
	background-color: transparent;
	letter-spacing: .05em;
}

.table-custom th {
	padding: 31px 24px;
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	letter-spacing: .1em;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	background: #4ac4cf;
	color: #ffffff;
	white-space: nowrap;
}

@media (max-width: 991.98px) {
	.table-custom th {
		letter-spacing: .05em;
		font-size: 14px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.table-custom td {
	padding: 18px 25px;
}

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

.table-custom tr td {
	border-bottom: 1px solid rgba(242, 243, 248, 0.25);
}

.table-custom tfoot td {
	letter-spacing: .05em;
}

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

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

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

.table-custom.table-custom-primary tbody tr:hover td {
	background: rgba(255, 255, 255, 0.1);
}

.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 rgba(242, 243, 248, 0.25);
}

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

.table-custom.table-custom-striped {
	border-bottom: 1px solid rgba(242, 243, 248, 0.25);
}

.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: rgba(255, 255, 255, 0.1);
}

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

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

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

.table-custom.table-cart tr {
	background-color: #ffffff;
}

.table-custom.table-cart tr + tr {
	border-top: 24px solid #222d4f;
}

.table-custom.table-cart td {
	border: 0;
}

.table-custom.table-cart .table-cart-figure {
	padding: 0;
	width: 170px;
	min-width: 170px;
}

.table-custom.table-cart .table-cart-text {
	min-width: 210px;
}

.table-cart-title {
	flex-basis: 36%;
	font-weight: 700;
	letter-spacing: .015em;
	line-height: 1.2;
}

.table-cart-description {
	display: flex;
	align-items: center;
	color: #9b9b9b;
	letter-spacing: 0;
}

.table-cart-size {
	text-transform: uppercase;
	color: #000000;
	font-weight: 600;
	margin-left: 8px;
}

.table-cart-color {
	width: 24px;
	height: 24px;
	border-radius: 10em;
	background-color: #1c2748;
	margin-left: 8px;
}

.table-cart-color-gray {
	background-color: #92909f;
}

.table-cart-close {
	color: #cdcdcd;
	font-size: 24px;
}

.table-cart-close:hover {
	color: #4ac4cf;
}

.table-cart-price {
	line-height: .8;
	font-size: 24px;
	display: flex;
	align-items: flex-start;
}

.table-cart-currency {
	font-size: 16px;
	padding-right: 4px;
}

.table-cart-coins {
	font-size: 13px;
	padding-left: 4px;
}

.table-cart-count {
	font-size: 18px;
	letter-spacing: .025em;
	color: #9b9b9b;
}

.table-cart-wrap {
	overflow-x: auto;
}

.table-cart-wrap + * {
	margin-top: 30px;
}

@media (min-width: 992px) {
	.table-cart-wrap + * {
		margin-top: 63px;
	}
}

/** @section Dividers */
hr {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #4c5a86;
}

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

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

h4 + .divider-classic {
	margin-top: 11px;
}

h6 + .divider-classic {
	margin-top: 17px;
}

.divider-classic {
	height: 1px;
	background-color: rgba(255, 255, 255, 0.1);
}

.divider-classic-1 {
	margin-top: 54px;
}

.divider-classic-2 {
	margin: 38px 0 51px;
}

.divider-primary {
	height: 3px;
	background-color: #4ac4cf;
	width: 90px;
	margin-left: auto;
	margin-right: auto;
}

h2 + .divider-primary {
	margin-top: 43px;
}

.divider-primary + .button {
	margin-top: 51px;
}

@media (min-width: 768px) {
	.w-md-72 {
		width: 72%;
	}
}

/** @section Buttons */
.button {
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 15px 42px;
	font-size: 14px;
	line-height: 1.25;
	border: 2px solid;
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	user-select: none;
	transition: 250ms all ease-in-out;
	border-radius: 10em;
}

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

.button-default, .button-default:focus {
	color: #4ac4cf;
	background-color: #ffffff;
	border-color: #ffffff;
}

.button-default:hover, .button-default:active, .button-default.active {
	color: #ffffff;
	background-color: #4ac4cf;
	border-color: #4ac4cf;
}

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

html .button-primary, html .button-primary:focus {
	color: #ffffff;
	background-color: #4ac4cf;
	border-color: #4ac4cf;
}

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

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

.button-modern {
	overflow: visible;
}

.button-modern, .button-modern:focus {
	color: #ffffff;
	background-color: rgba(34, 45, 79, 0.5);
	border-color: rgba(255, 255, 255, 0.6);
}

.button-modern:hover, .button-modern:active, .button-modern.active {
	color: #ffffff;
	background-color: #4ac4cf;
	border-color: #4ac4cf;
}

.button-modern.button-ujarak::before {
	background: #4ac4cf;
}

.button-modern::before, .button-modern::after {
	content: '';
	display: block;
	position: absolute;
	background-color: #4ac4cf;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 10em;
	z-index: -1;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.button-modern:hover::before {
	opacity: .64;
	top: -9px;
	left: -9px;
	right: -9px;
	bottom: -9px;
}

.button-modern:hover::after {
	opacity: .49;
	top: -17px;
	left: -17px;
	right: -17px;
	bottom: -17px;
}

.button-outline, .button-outline:focus {
	color: #4ac4cf;
	background-color: transparent;
	border-color: #4ac4cf;
}

.button-outline:hover, .button-outline:active, .button-outline.active {
	color: #ffffff;
	background-color: #4ac4cf;
	border-color: #4ac4cf;
}

.button-outline.button-ujarak::before {
	background: #4ac4cf;
}

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

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

.button-default-outline.button-ujarak::before {
	background: #4ac4cf;
}

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

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

.button-primary-outline.button-ujarak::before {
	background: #4ac4cf;
}

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

.button-ghost:hover {
	color: #ffffff;
	background: #4ac4cf;
}

.button-facebook, .button-facebook:focus {
	color: #ffffff;
	background-color: #547abb;
	border-color: #547abb;
}

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

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

.button-twitter, .button-twitter:focus {
	color: #ffffff;
	background-color: #44c0f3;
	border-color: #44c0f3;
}

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

.button-twitter.button-ujarak::before {
	background: #2cb8f1;
}

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

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

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

.button-shadow {
	box-shadow: 0 10px 7px 0 rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

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

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

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

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

.button-xl {
	padding: 16px 50px;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: .025em;
}

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

.button-custom-size-1 {
	padding: 20px 32px;
}

.button-circle {
	border-radius: 10em;
}

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

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

.button-square {
	border-radius: 0;
}

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

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

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

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

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

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

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

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

.btn-primary {
	border-radius: 3px;
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	transition: .33s;
}

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

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

/** @section Forms */
.rd-form {
	position: relative;
	text-align: left;
}

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

.rd-form .button-icon {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	border: 0;
	background-color: transparent;
	transition: all 0.3s ease-in-out;
	padding-right: 0;
	font-size: 24px;
	color: #4ac4cf;
}

.rd-form .button-icon:hover {
	color: #ffffff;
}

.rd-form-inline-button {
	display: flex;
}

.rd-form-inline-button .form-validation {
	right: 55px;
}

.rd-form-inline-button .form-input {
	background-color: rgba(255, 255, 255, 0.25);
	border: 0;
}

.rd-form-inline-button .form-label,
.rd-form-inline-button .form-input {
	padding-left: 23px;
	padding-right: 5px;
	text-transform: none;
	letter-spacing: .1em;
	font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
}

.rd-form-inline-button .button-icon {
	position: relative;
	top: 0;
	bottom: 0;
	transform: translate(0);
	padding: 0;
	min-width: 50px;
	background-color: rgba(255, 255, 255, 0.1);
}

.rd-form-inline-button .button-icon:hover {
	background-color: #4ac4cf;
	color: #ffffff;
}

.form-validation {
	text-transform: none;
}

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

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

.form-wrap {
	position: relative;
}

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

.form-wrap.has-focus .form-input {
	border-color: #4ac4cf;
}

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

.form-input {
	display: block;
	width: 100%;
	min-height: 48px;
	padding: 11px 0;
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 24px;
	color: #ffffff;
	background-color: transparent;
	background-image: none;
	border-radius: 0;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

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

.rd-form.text-center .form-input {
	text-align: center;
}

textarea.form-input {
	height: 89px;
	min-height: 48px;
	max-height: 151px;
	resize: vertical;
}

.form-label,
.form-label-outside {
	margin-bottom: 0;
	color: #cdcdcd;
	font-weight: 700;
}

.form-label {
	text-transform: uppercase;
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	letter-spacing: .1em;
	position: absolute;
	top: 24px;
	left: 0;
	right: 0;
	padding-left: 0;
	padding-right: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	pointer-events: none;
	text-align: left;
	z-index: 9;
	transition: .25s;
	will-change: transform;
	transform: translateY(-50%);
}

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

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

.rd-form.text-center .form-label {
	left: 0;
	right: 0;
	text-align: center;
}

.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: 0;
	bottom: 0;
	transform: translate(0, 100%);
	z-index: 11;
	margin-top: 2px;
	font-size: 9px;
	font-weight: 400;
	line-height: 12px;
	letter-spacing: 0;
	color: #f5543f;
	transition: .3s;
}

.form-validation-overlay .form-validation {
	color: #ffffff;
}

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

.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: 18px;
	height: 18px;
	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: #ffffff;
}

.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 input,
.radio-inline input,
.checkbox input,
.checkbox-inline input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

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

.radio,
.radio-inline {
	cursor: pointer;
	padding-left: 28px;
	position: relative;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
	top: 1px;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #4ac4cf;
	background-color: transparent;
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after {
	content: '';
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background-color: #4ac4cf;
	border-radius: inherit;
}

.checkbox,
.checkbox-inline {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 27px;
	letter-spacing: .05em;
	cursor: pointer;
}

.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
	left: 0;
	width: 18px;
	height: 18px;
	margin: 0;
	border: 2px solid #e1e1e1;
	background-color: transparent;
}

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

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

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

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

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

.rd-form-inline {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	text-align: center;
	margin-bottom: -30px;
	margin-left: -15px;
}

.rd-form-inline:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.rd-form-inline > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: 15px;
}

@media (min-width: 768px) {
	.rd-form-inline {
		margin-bottom: -30px;
		margin-left: -30px;
	}
	.rd-form-inline:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.rd-form-inline > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 30px;
		margin-left: 30px;
	}
}

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

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

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

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

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

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

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

.form-sm .form-input,
.form-sm .button {
	padding-top: 9px;
	padding-bottom: 9px;
	min-height: 40px;
}

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

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

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

.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: 17px;
	padding-bottom: 17px;
}

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

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

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

@media (min-width: 992px) {
	.rd-checkout-form {
		max-width: 95%;
	}
}

.form-wrap-recaptcha {
	display: inline-block;
}

@media (max-width: 575.98px) {
	.recaptcha {
		transform: scale(0.905);
		transform-origin: 0 0;
	}
}

.button-newsletter {
	cursor: pointer;
	font-size: 24px;
	color: #4ac4cf;
}

.button-newsletter:hover {
	color: #ffffff;
}

/** @section Posts */
.post-classic {
	width: 346px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 0;
}

.post-classic:hover::before {
	left: -18px;
	right: -18px;
}

.post-classic::before {
	content: '';
	display: block;
	position: absolute;
	border: 7px solid rgba(255, 255, 255, 0.1);
	top: -22px;
	left: 20px;
	right: 20px;
	bottom: -22px;
	z-index: -1;
	transition: all 0.3s ease-in-out;
}

.post-classic-figure img {
	width: 100%;
}

.post-classic-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	-ms-flex-pack: center;
	align-items: center;
	padding: 0 30px 59px;
	background-color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}

.post-classic-time {
	background-color: #4ac4cf;
	padding: 4px 47px;
	border-radius: 10em;
	transform: translate(0, -50%);
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.post-classic-title {
	margin-top: 11px;
	color: #151515;
	font-weight: 700;
	letter-spacing: .025em;
	width: 100%;
}

.post-classic-link {
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	position: relative;
	text-decoration: underline;
	color: #151515;
	margin-top: 25px;
	padding-top: 32px;
}

.post-classic-link:hover {
	color: #4ac4cf;
	text-decoration: underline;
}

.post-classic-link::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 1px;
	width: 145px;
	background-color: #e1e1e1;
}

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

img + .custom-title {
	margin-top: 36px;
}

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

.single-post-footer {
	padding: 20px;
	background-color: #333e61;
	display: flex;
	align-items: center;
	flex-direction: column;
}

@media (min-width: 768px) {
	.single-post-footer {
		flex-direction: row;
		justify-content: space-between;
	}
}

.single-post-footer a {
	color: #ffffff;
}

.single-post-footer a:hover {
	color: #4ac4cf;
}

.single-post-share {
	display: flex;
	color: rgba(255, 255, 255, 0.5);
	font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	margin-top: 15px;
}

@media (min-width: 768px) {
	.single-post-share {
		margin-top: 0;
	}
}

.single-post-share p {
	margin-right: 26px;
	letter-spacing: 0;
}

.single-post-social-list {
	margin-bottom: -16px;
	margin-left: -16px;
}

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

.single-post-social-list > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 16px;
	margin-left: 16px;
}

.single-post-social-list .icon {
	font-size: 15px;
	color: #ffffff;
}

.single-post-social-list .icon:hover {
	color: #4ac4cf;
}

* + .single-post-title {
	margin-top: 50px;
}

@media (min-width: 992px) {
	* + .single-post-title {
		margin-top: 93px;
	}
}

.single-post-title {
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding-bottom: 20px;
	font-weight: 700;
}

.post-related {
	text-align: center;
}

.post-related-figure {
	overflow: hidden;
}

.post-related-figure img {
	transition: all 0.3s ease-in-out;
}

.post-related-figure img:hover {
	transform: scale(1.05) rotate(0.5deg);
}

.post-related-body {
	padding: 30px 15px;
	padding-bottom: 0;
}

.post-related-title {
	font-weight: 700;
}

.post-related-footer {
	color: #4c5a86;
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 5px;
	letter-spacing: 0;
	text-transform: uppercase;
}

.post-related-footer li + li::before {
	content: '/';
	margin: 0 9px;
}

.post-related-footer a {
	color: inherit;
}

.post-related-footer a:hover {
	color: #4ac4cf;
}

.post-related-mod-2 {
	max-width: 312px;
	margin-left: auto;
	margin-right: auto;
}

.post-related-mod-2 .post-related-figure {
	position: relative;
	overflow: visible;
}

.post-related-mod-2 .post-related-figure img {
	position: relative;
	transition: all 0.3s ease-in-out;
	transform: translate(-6px, 0);
}

.post-related-mod-2 .post-related-figure::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.1);
	transition: all 0.3s ease-in-out;
	transform: translate(6px, 12px);
}

.post-related-mod-2 .post-related-body {
	margin-top: 9px;
}

.post-related-mod-2 .post-related-footer {
	margin-top: 14px;
}

.post-related-mod-2:hover .post-related-figure img {
	transform: translate(0, 0);
}

.post-related-mod-2:hover .post-related-figure::before {
	transform: translate(0, 0);
}

.post-event {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

@media (min-width: 768px) {
	.post-event::before {
		content: '';
		display: block;
		position: absolute;
		top: 8%;
		left: 1%;
		right: 1%;
		bottom: 48%;
	}
}

@media (min-width: 768px) and (min-width: 992px) and (max-width: 1199.98px) {
	.post-event::before {
		background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 10%, transparent 10%, transparent 90%, rgba(255, 255, 255, 0.1) 90%, rgba(255, 255, 255, 0.1) 100%), linear-gradient(to right, rgba(255, 255, 255, 0.1) 6px, rgba(255, 255, 255, 0.1) 13.5%, transparent 13.5%, transparent 86.5%, rgba(255, 255, 255, 0.1) 86.5%, rgba(255, 255, 255, 0.1) 100%), linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%, transparent 100%, transparent 100%), linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%, transparent 100%, transparent 100%);
		background-size: 100% 6px, 98.6% 6px, 6px 100%, 6px 100%;
		background-position: 0 0, 6px 100%, 0 6px, 100% 6px;
		background-repeat: no-repeat;
	}
}

@media (min-width: 768px) and (min-width: 1200px) {
	.post-event::before {
		background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 14%, transparent 14%, transparent 86%, rgba(255, 255, 255, 0.1) 86%, rgba(255, 255, 255, 0.1) 100%), linear-gradient(to right, rgba(255, 255, 255, 0.1) 6px, rgba(255, 255, 255, 0.1) 21%, transparent 21%, transparent 79%, rgba(255, 255, 255, 0.1) 79%, rgba(255, 255, 255, 0.1) 100%), linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%, transparent 100%, transparent 100%), linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%, transparent 100%, transparent 100%);
		background-size: 100% 6px, 98.9% 6px, 6px 100%, 6px 100%;
		background-position: 0 0, 6px 100%, 0 6px, 100% 6px;
		background-repeat: no-repeat;
	}
}

.post-event .button {
	margin: 0;
	transform: translateY(-50%);
}

.post-event .countdown {
	max-width: none;
	margin: 0;
	margin-top: 8px;
	width: 100%;
}

@media (min-width: 768px) {
	.post-event .countdown {
		width: 78%;
	}
}

.post-event .countdown-section {
	width: 33.33%;
}

.post-event .countdown-section + .countdown-section::before {
	top: 3%;
	font-size: 60px;
}

@media (min-width: 768px) {
	.post-event .countdown-section + .countdown-section::before {
		top: 17%;
		font-size: 88px;
	}
}

.post-event .countdown-section .countdown-amount {
	font-size: 60px;
}

@media (min-width: 768px) {
	.post-event .countdown-section .countdown-amount {
		font-size: 88px;
	}
}

.post-event .countdown-section .countdown-period {
	margin-top: 6px;
}

.post-event .countdown + img {
	margin-top: 59px;
}

.post-event img {
	position: relative;
}

.post-modern {
	position: relative;
}

.post-modern-content {
	position: absolute;
	padding: 15px;
	left: 0;
	bottom: 0;
}

@media (min-width: 576px) {
	.post-modern-content {
		padding: 38px;
	}
}

.post-modern-title {
	letter-spacing: .025em;
}

.post-modern-footer {
	margin-top: 6px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 1.7;
}

.post-modern-time {
	position: relative;
	padding-left: 10px;
	padding-right: 6px;
	margin-right: 19px;
	color: #ffffff;
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	letter-spacing: .1em;
	text-transform: uppercase;
	background-color: #4ac4cf;
	white-space: nowrap;
}

.post-modern-time::after {
	content: "";
	position: absolute;
	right: -6px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 6px solid #4ac4cf;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.post-modern-list {
	text-transform: uppercase;
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-weight: 600;
	letter-spacing: .1em;
	margin-left: -9px;
}

.post-modern-list > * {
	margin-left: 9px;
}

.post-creative {
	display: flex;
	flex-direction: column;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	.post-creative-horizont-start {
		flex-direction: row;
	}
	.post-creative-horizont-start .post-creative-figure::before {
		top: 0;
		bottom: auto;
		border: 0;
		border-top: 38px solid #ffffff;
		border-left: 38px solid transparent;
	}
	.post-creative-horizont-start .post-creative-body {
		padding-left: 33px;
		padding-right: 90px;
		min-height: auto;
	}
	.post-creative-horizont-end {
		flex-direction: row-reverse;
	}
	.post-creative-horizont-end .post-creative-figure::before {
		top: 0;
		bottom: auto;
		left: 0;
		right: auto;
		border: 0;
		border-top: 38px solid #ffffff;
		border-right: 38px solid transparent;
	}
	.post-creative-horizont-end .post-creative-body {
		padding-left: 70px;
		min-height: auto;
	}
}

.post-creative-figure {
	max-width: 100%;
	position: relative;
}

@media (min-width: 1200px) {
	.post-creative-figure {
		min-width: 369px;
	}
}

.post-creative-figure img {
	width: 100%;
}

.post-creative-figure::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 0;
	height: 0;
	border-bottom: 38px solid #ffffff;
	border-left: 38px solid transparent;
}

.post-creative-body {
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	padding: 30px 15px;
	flex-grow: 1;
	width: 100%;
}

@media (min-width: 576px) {
	.post-creative-body {
		padding: 33px 60px 50px 41px;
		min-height: 307px;
	}
}

.post-creative-time {
	color: #4c5a86;
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	letter-spacing: 0;
}

.post-creative-time + .post-creative-title {
	margin-top: 20px;
}

.post-creative-title {
	position: relative;
	font-weight: 700;
	letter-spacing: .025em;
	padding-bottom: 35px;
}

.post-creative-title::after {
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	width: 145px;
	background-color: #e1e1e1;
	left: 0;
	bottom: 0;
}

.post-creative-link {
	color: #151515;
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	margin-left: -19px;
	margin-top: 30px;
}

@media (min-width: 576px) {
	.post-creative-link {
		margin-top: auto;
		margin-bottom: 0;
	}
}

.post-creative-link::before {
	content: '\f14f';
	font-family: "Material Design Icons";
	color: inherit;
	position: relative;
	top: 1px;
	padding-right: 5px;
	opacity: 0;
}

.post-creative-link:hover {
	color: #4ac4cf;
	margin-left: 0;
}

.post-creative-link:hover::before {
	opacity: 1;
}

/** @section Quotes */
.quote-primary-mark {
	position: relative;
	left: 3px;
	display: block;
	width: 25px;
	height: 18px;
	fill: #4c5a86;
	flex-shrink: 0;
}

@media (min-width: 576px) {
	.quote-primary-mark {
		width: 50px;
		height: 36px;
	}
}

.quote-primary-body {
	display: flex;
	align-items: center;
	position: relative;
}

.quote-primary-text {
	border-left: 1px solid #4c5a86;
	margin-left: 15px;
	padding-left: 15px;
}

.quote-primary-text h5 {
	padding: 15px 0;
}

@media (min-width: 576px) {
	.quote-primary-text {
		margin-left: 35px;
		padding-left: 26px;
	}
}

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

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

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

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

/** @section Thumbnails */
.figure-light figcaption {
	padding-top: 10px;
	color: #cdcdcd;
}

.thumbnail-classic {
	position: relative;
	overflow: hidden;
}

@media (max-width: 575.98px) {
	.thumbnail-classic {
		max-height: 80vw;
	}
}

.desktop:not([data-x-mode='true']) .thumbnail-classic:hover .thumbnail-classic-caption {
	opacity: 1;
}

.desktop:not([data-x-mode='true']) .thumbnail-classic .thumbnail-classic-caption {
	opacity: 0;
}

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

.thumbnail-classic-figure img {
	width: 100%;
}

.thumbnail-classic-caption {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	padding: 25px;
	background: rgba(28, 39, 72, 0.68);
	pointer-events: none;
	transition: all 0.3s ease-in-out;
}

.thumbnail-classic-caption::before {
	content: '';
	display: block;
	position: absolute;
	top: 15px;
	left: 17px;
	right: 17px;
	bottom: 15px;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 8%, transparent 8%, transparent 92%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.5) 100%), linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 8%, transparent 8%, transparent 92%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.5) 100%), linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 11%, transparent 11%, transparent 89%, rgba(255, 255, 255, 0.5) 89%, rgba(255, 255, 255, 0.5) 100%), linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 11%, transparent 11%, transparent 89%, rgba(255, 255, 255, 0.5) 89%, rgba(255, 255, 255, 0.5) 100%);
	background-size: 100% 1px, 100% 1px, 1px 100%, 1px 100%;
	background-position: 0 0, 0 100%, 0 0, 100% 0;
	background-repeat: no-repeat;
}

.thumbnail-classic-title {
	font-weight: 700;
	letter-spacing: .025em;
}

.thumbnail-classic-time {
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	position: relative;
	text-transform: uppercase;
	margin-top: 16px;
}

.thumbnail-classic-time::before {
	content: '';
	position: absolute;
	display: block;
	height: 2px;
	width: 36px;
	background-color: #4ac4cf;
	top: -7px;
	left: 50%;
	transform: translateX(-50%);
}

.thumbnail-modern {
	position: relative;
}

.thumbnail-modern-figure img {
	width: 100%;
}

.thumbnail-modern-caption {
	position: absolute;
	top: 26px;
	left: 24px;
	right: 25px;
	bottom: 29px;
	background-color: rgba(0, 0, 0, 0.39);
	transition: all 0.3s ease-in-out;
}

.desktop:not([data-x-mode='true']) .thumbnail-modern-caption {
	background-color: transparent;
}

.desktop:not([data-x-mode='true']) .thumbnail-modern-caption > *:not(.thumbnail-modern-price-wrap) {
	opacity: 0;
	visibility: hidden;
}

.thumbnail-modern-wrap {
	text-align: center;
}

@media (max-width: 575.98px) {
	.thumbnail-modern-wrap {
		margin-left: auto;
		margin-right: auto;
		max-width: 420px;
	}
}

.thumbnail-modern-wrap:hover .thumbnail-modern-caption {
	background-color: rgba(0, 0, 0, 0.39);
}

.thumbnail-modern-wrap:hover .thumbnail-modern-caption > *:not(.thumbnail-modern-price-wrap) {
	opacity: 1;
	visibility: visible;
}

.thumbnail-modern-price-wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #ffffff;
	padding: 6px 16px;
	display: flex;
	color: #151515;
	letter-spacing: .02em;
}

.thumbnail-modern-price-wrap li + li {
	margin-left: 12px;
}

.thumbnail-modern-icon {
	font-size: 22px;
	color: #ffffff;
}

.thumbnail-modern-icon:hover {
	color: #4ac4cf;
}

.thumbnail-modern-icon[class*='like'] {
	position: absolute;
	top: 22px;
	right: 21px;
}

.thumbnail-modern-icon-list {
	display: flex;
	justify-content: center;
	margin-left: -30px;
}

.thumbnail-modern-icon-list > * {
	margin-left: 30px;
}

.thumbnail-modern-icon-list li {
	position: relative;
}

.thumbnail-modern-icon-list li + li::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -15px;
	width: 1px;
	height: 22px;
	background-color: #ffffff;
}

.thumbnail-modern-buttons {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.thumbnail-modern-buttons .button {
	margin-top: 16px;
	padding: 15px 19px;
}

.thumbnail-modern-title {
	font-weight: 700;
	margin-top: 13px;
}

.old-price {
	text-decoration: line-through;
}

/** @section Breadcrumbs */
.breadcrumbs-custom {
	position: relative;
	padding-top: 60px;
	text-align: center;
	background-color: #9b9b9b;
	background-position: center;
}

.breadcrumbs-custom-path {
	background-color: rgba(0, 0, 0, 0.3);
	padding: 19px 0 21px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .1em;
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	margin-left: -23px;
	margin-right: -23px;
}

.breadcrumbs-custom-path > * {
	padding-left: 23px;
	padding-right: 23px;
}

.breadcrumbs-custom-path a {
	display: inline;
	vertical-align: middle;
}

.breadcrumbs-custom-path a, .breadcrumbs-custom-path a:active, .breadcrumbs-custom-path a:focus {
	color: #4ac4cf;
}

.breadcrumbs-custom-path li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.7;
}

.breadcrumbs-custom-path li::after {
	content: '';
	position: absolute;
	height: 16px;
	width: 1px;
	top: 52%;
	right: -2px;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.5);
	transform: rotate(24deg) translate3d(0, -50%, 0);
}

.breadcrumbs-custom-path li:last-child:after {
	display: none;
}

.breadcrumbs-custom-path a:hover,
.breadcrumbs-custom-path li.active {
	color: #ffffff;
}

.breadcrumbs-custom-path li.active {
	top: 2px;
}

* + .breadcrumbs-custom-path {
	margin-top: 40px;
}

@media (max-width: 991.98px) {
	.breadcrumbs-custom-title {
		font-size: 26px;
	}
}

@media (min-width: 576px) {
	.breadcrumbs-custom {
		margin-left: -30px;
		margin-right: -30px;
	}
	.breadcrumbs-custom > * {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 768px) {
	.breadcrumbs-custom {
		padding-top: 100px;
	}
	* + .breadcrumbs-custom-path {
		margin-top: 70px;
	}
}

@media (min-width: 992px) {
	.breadcrumbs-custom {
		padding-top: 150px;
	}
	* + .breadcrumbs-custom-path {
		margin-top: 100px;
	}
}

@media (min-width: 1200px) {
	.breadcrumbs-custom {
		padding-top: 224px;
	}
	* + .breadcrumbs-custom-path {
		margin-top: 142px;
	}
}

/** @section Pagination custom */
.row-125 + .pagination-wrap {
	margin-top: 80px;
}

@media (min-width: 768px) {
	.row-125 + .pagination-wrap {
		margin-top: 125px;
	}
}

.pagination-wrap {
	margin-top: 50px;
}

@media (min-width: 992px) {
	.pagination-wrap {
		margin-top: 68px;
	}
}

.pagination {
	font-size: 0;
	line-height: 0;
	margin-bottom: -15px;
	margin-left: -15px;
	justify-content: center;
}

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

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

.page-item {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-weight: 700;
}

.page-link {
	display: inline-block;
	border: 0;
	padding: 0;
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-weight: 700;
	font-size: 17px;
	line-height: 1.41176;
	background-color: transparent;
	color: #ffffff;
	transition: all 0.3s ease-in-out;
}

.page-link:hover {
	color: #4ac4cf;
	background-color: transparent;
}

.page-link:focus, .page-link:active {
	color: inherit;
	box-shadow: none;
}

.page-item.active > .page-link, .page-item.active > .page-link:hover, .page-item.active > .page-link:focus, .page-item.active > .page-link:active {
	color: #4ac4cf;
	background-color: transparent;
}

.page-item.disabled > .page-link, .page-item.disabled > .page-link:hover, .page-item.disabled > .page-link:focus, .page-item.disabled > .page-link:active {
	color: #4c5a86;
	background-color: transparent;
}

.page-item-control {
	text-transform: uppercase;
	letter-spacing: .1em;
}

.page-item-control .page-link {
	font-size: 14px;
	font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
}

.page-item-control .icon::before {
	font-family: "Material Design Icons";
	font-size: 18px;
	line-height: 24px;
}

.page-item-control:first-child {
	padding-right: 22px;
}

.page-item-control:first-child .icon::before {
	content: '\f14a';
	margin-right: 10px;
}

.page-item-control:last-child {
	padding-left: 22px;
}

.page-item-control:last-child .icon::before {
	content: '\f14f';
	margin-left: 10px;
}

/** @section Snackbars */
.snackbars {
	padding: 9px 16px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	text-align: left;
	background-color: #1c2748;
	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;
	}
}

/** @section Footers */
@media (min-width: 992px) {
	.prefooter-custom [class*='col-'] {
		position: static;
	}
}

footer {
	color: #4c5a86;
}

footer .footer-contact,
footer p.rights {
	color: #4c5a86;
	font-weight: 700;
}

footer a {
	color: inherit;
}

footer a:hover {
	color: #4ac4cf;
}

.footer-contact {
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	letter-spacing: .085em;
}

@media (min-width: 768px) {
	.footer-contact {
		text-align: right;
	}
}

.footer-contact .icon {
	margin-right: 11px;
}

.footer-classic {
	padding: 30px 0;
	text-transform: uppercase;
}

.footer-modern {
	padding: 75px 0 80px;
	text-transform: uppercase;
}

.footer-modern * + .rd-form {
	margin-top: 10px;
}

.footer-modern .rd-mailform .form-input {
	padding-right: 45px;
}

.footer-creative {
	padding: 70px 0 40px;
}

.footer-creative .divider-classic + p {
	margin-top: 33px;
}

* + .nav-list-footer {
	margin-top: 33px;
}

.nav-list-footer {
	column-count: 2;
}

@media (min-width: 768px) {
	.nav-list-footer {
		width: 64%;
	}
}

.nav-list-footer a {
	display: block;
	letter-spacing: .05em;
	margin-bottom: 6px;
}

.nav-list-footer a::before {
	content: '\f14f';
	font-family: "Material Design Icons";
	color: #4ac4cf;
	padding-right: 10px;
	position: relative;
	top: 1px;
	transition: all 0.3s ease-in-out;
}

.nav-list-footer a:hover {
	padding-left: 11px;
}

.nav-list-footer a:hover::before {
	padding-right: 7px;
}

.footer-creative-rights {
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: 57px;
	padding-top: 33px;
	text-transform: uppercase;
}

.footer-creative-rights .footer-contact {
	display: inline-block;
}

/** section Aside */
.aside-item {
	background-color: #333e61;
	padding: 48px 20px 50px 27px;
	text-align: center;
}

@media (min-width: 1200px) {
	.aside-item {
		width: 330px;
		margin-right: auto;
		margin-left: auto;
	}
}

.aside-item.aside-item-search {
	padding: 7px 20px 5px 27px;
}

.aside-item .form-label,
.aside-item .form-input {
	color: #ffffff;
	font-weight: 400;
	padding-right: 30px;
}

.aside-item .rd-form button {
	position: absolute;
	right: 0;
	top: 50%;
	padding-right: 0;
	transform: translate(0, -50%);
	border: 0;
	background-color: transparent;
	transition: all 0.3s ease-in-out;
}

.aside-item .rd-search .form-input {
	border: 0;
}

.aside-item .rd-search button {
	cursor: pointer;
	font-size: 20px;
	color: #ffffff;
}

.aside-item .rd-search button:hover {
	color: #4ac4cf;
}

.aside-item .rd-mailform {
	margin-top: 23px;
}

.aside-item p {
	color: rgba(255, 255, 255, 0.5);
}

.aside-title {
	position: relative;
	padding-bottom: 21px;
	font-weight: 700;
	letter-spacing: .1em;
}

.aside-title + * {
	margin-top: 29px;
}

.aside-title::after {
	content: '';
	display: block;
	position: absolute;
	height: 3px;
	width: 50px;
	background-color: #4ac4cf;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
}

.list-category {
	position: relative;
}

.list-category::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1px;
	background-color: #ffffff;
	z-index: 0;
}

.list-category li + li {
	margin-top: 14px;
}

.list-category-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-transform: uppercase;
	border-left: 1px solid #ffffff;
	color: #ffffff;
	padding: 0 0 5px 20px;
	position: relative;
}

.list-category-link:hover, .list-category-link.active {
	color: #4ac4cf;
	border-color: #4ac4cf;
}

.list-category-title {
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-weight: 700;
	letter-spacing: .1em;
}

.list-category-number {
	font-size: 16px;
	font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.aside-social-list {
	margin-top: 23px;
	margin-bottom: -10px;
	margin-left: -10px;
}

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

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

.aside-tags-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -10px;
	margin-left: -11px;
}

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

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

.button-tags {
	text-transform: uppercase;
	font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
	color: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 8px 12px;
	min-width: 73px;
	border-radius: 10em;
}

.button-tags:hover {
	color: #ffffff;
	border-color: #ffffff;
}

/** @section Single Product */
.single-product-pretitle {
	color: #9b9b9b;
	font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .2em;
}

.single-product-pretitle + h3 {
	margin-top: 9px;
}

.single-product-title {
	line-height: 36px;
	letter-spacing: .025em;
}

.single-product-title + .group-xs {
	margin-top: 33px;
}

div.single-product-rating {
	display: flex;
}

div.single-product-rating .icon {
	color: #ffd400;
	font-size: 19px;
}

.single-product-reviews {
	letter-spacing: .05em;
}

@media (min-width: 768px) {
	.single-product-card {
		margin-top: 35px;
	}
}

.single-product-card + .table-custom-responsive {
	margin-top: 0;
}

.single-product-card .card-corporate .card-arrow {
	right: 15px;
	width: 20px;
}

.single-product-card .card-corporate .card-title a {
	font-size: 16px;
	letter-spacing: .075em;
	padding: 19px 35px 20px 30px;
	line-height: 30px;
}

.single-product-card .card-corporate .card-body {
	padding: 22px 35px 24px 30px;
}

.single-product-card .card-corporate .card-body p {
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.single-product-card .card-header + .collapse > div.card-body {
	border-top: 1px solid rgba(255, 255, 255, 0.25) !important;
}

.single-product-card .card-custom:first-of-type {
	border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.single-product-table td {
	font-size: 16px;
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .075em;
	padding: 19px 15px 20px 30px;
	line-height: 30px;
}

.single-product-checkbox {
	position: relative;
	display: flex;
	justify-content: flex-end;
}

.single-product-checkbox .radio-custom-dummy::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -23px;
	height: 3px;
	background-color: #4ac4cf;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.single-product-checkbox-color .radio-custom-dummy {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 0;
}

.single-product-checkbox-color .checkbox-inline {
	width: 24px;
	height: 24px;
	padding: 0;
}

.single-product-checkbox-color .checkbox-inline + .checkbox-inline {
	margin-left: 13px;
}

.single-product-checkbox-color .checkbox-inline:nth-of-type(1) .radio-custom-dummy {
	background-color: #0e162e;
}

.single-product-checkbox-color .checkbox-inline:nth-of-type(2) .radio-custom-dummy {
	background-color: #92909f;
}

.single-product-checkbox-color .checkbox-inline:nth-of-type(3) .radio-custom-dummy {
	background-color: #f3f1f2;
}

.single-product-checkbox-size .radio-custom-text {
	color: rgba(255, 255, 255, 0.5);
}

.single-product-checkbox-size .radio-custom:checked ~ .radio-custom-text {
	color: #ffffff;
}

.single-product-checkbox-size .checkbox-inline {
	font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	min-width: 25px;
	padding: 0 2px;
	justify-content: center;
}

.single-product-quantity {
	text-align: right;
}

.single-product-quantity .stepper-arrow {
	font-size: 24px;
	width: auto;
}

.single-product-quantity .stepper {
	max-width: none;
}

.single-product-quantity .stepper .stepper-input {
	min-height: auto;
	padding: 0 27px;
	border: 0;
	color: #ffffff;
	font-size: 16px;
}

.single-product-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 19px;
	flex-wrap: wrap;
	margin-bottom: -15px;
	margin-left: -15px;
}

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

.single-product-footer > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 15px;
}

.single-product-footer .button {
	margin-top: 0;
	padding-left: 27px;
	padding-right: 27px;
}

.single-product-price-wrap {
	display: flex;
	align-items: flex-end;
	letter-spacing: .02em;
}

.single-product-price {
	display: flex;
	align-items: flex-start;
	line-height: 1;
}

.single-product-currency {
	font-size: 24px;
	margin-right: 10px;
}

@media (min-width: 992px) {
	.single-product-currency {
		margin-top: 10px;
	}
}

.single-product-value {
	font-size: 30px;
}

@media (min-width: 992px) {
	.single-product-value {
		font-size: 55px;
	}
}

.single-product-old-price {
	margin-left: 14px;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.5);
	text-decoration: line-through;
}

@media (max-width: 767.98px) {
	.tabs-vertical.single-product-tabs .nav-tabs {
		display: flex;
		flex-direction: column;
	}
}

@media (min-width: 768px) {
	.tabs-vertical.single-product-tabs .nav-tabs {
		border-top: 1px solid rgba(255, 255, 255, 0.25);
		border-bottom: 1px solid rgba(255, 255, 255, 0.25);
		min-width: 300px;
	}
}

.tabs-vertical.single-product-tabs .nav-link {
	font-size: 16px;
	letter-spacing: .1em;
}

@media (min-width: 768px) {
	.tabs-vertical.single-product-tabs .nav-link {
		padding: 24px 25px 24px 20px;
	}
	.tabs-vertical.single-product-tabs .nav-link.active::after {
		content: '\e315';
		display: block;
		position: absolute;
		font-family: 'Material Icons';
		font-size: 25px;
		line-height: 1;
		color: #4ac4cf;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		font-weight: 400;
	}
}

@media (min-width: 992px) {
	.tabs-vertical.single-product-tabs .tab-content {
		padding-left: 100px;
	}
}

.single-product-tabs {
	color: rgba(255, 255, 255, 0.5);
}

.single-product-tabs h6 {
	font-weight: 700;
}

.single-product-tabs h6 + p {
	margin-top: 7px;
}

* + .single-product-tabs-list {
	margin-top: 24px;
}

.single-product-tabs-list li {
	padding-left: 28px;
	position: relative;
}

.single-product-tabs-list li:before {
	content: '';
	display: block;
	position: absolute;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	top: 12px;
	left: 0;
	transform: translateY(-50%);
}

.single-product-tabs-list li + li {
	margin-top: 24px;
}

.custom-review + .custom-review {
	margin-top: 35px;
}

.custom-comments + .custom-comments {
	margin-top: 35px;
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

/** @section Overlay */
.bg-overlay {
	position: relative;
}

.bg-overlay::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(355deg, rgba(22, 54, 113, 0.8902) 0%, rgba(24, 45, 84, 0.92) 29%, rgba(34, 60, 95, 0.98824) 100%);
	z-index: 1;
}

.bg-overlay-2 {
	position: relative;
}

.bg-overlay-2::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(355deg, rgba(8, 37, 90, 0.8902) 0%, rgba(32, 66, 127, 0.92) 29%, rgba(34, 60, 95, 0.98824) 100%);
	z-index: 1;
	opacity: .82;
}

@media (max-width: 991.98px) {
	.bg-overlay-3 {
		position: relative;
	}
	.bg-overlay-3::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-image: linear-gradient(355deg, rgba(8, 37, 90, 0.8902) 0%, rgba(32, 66, 127, 0.92) 29%, rgba(34, 60, 95, 0.98824) 100%);
		z-index: 1;
		opacity: .82;
	}
}

/** @section Landing */
.home-preview {
	position: relative;
	padding-top: 555px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.home-preview:hover img {
	margin-top: 555px;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

[class*='ie'] .home-preview:hover img {
	transform: translateY(-100%) translateY(555px) translateY(-52px);
}

.home-preview:hover .home-preview-button {
	opacity: 1;
}

.home-preview img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	will-change: transform;
	transition: all 6s cubic-bezier(0, 0, 0, 0);
	width: 100%;
}

.home-preview-button {
	padding: 11px;
	position: relative;
	display: block;
	background-color: #4ac4cf;
	color: #ffffff;
	font-family: "Source Code Pro", Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	margin-top: auto;
	margin-bottom: 0;
	z-index: 1;
}

.desktop .home-preview-button {
	opacity: 0;
}

.home-preview-button:hover {
	color: #4ac4cf;
	background-color: #ffffff;
}

.owl-carousel.owl-modern-landing .owl-item:not(.active) {
	transform: scale(0.9);
}

@media (max-width: 991.98px) {
	.owl-carousel.owl-modern-landing .owl-dots {
		display: block;
	}
}

[class*='page-preview-'] {
	position: relative;
}

.page-preview {
	box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.23);
}

@media (min-width: 1200px) {
	.page-preview-wrap-1 img {
		position: relative;
		top: 11px;
		right: 19px;
	}
}

.page-preview-wrap-2 {
	text-align: center;
}

@media (min-width: 1200px) {
	.page-preview-wrap-2 img {
		margin-top: -16px;
		margin-left: 37px;
	}
}

.page-preview-wrap-3 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
}

@media (min-width: 1200px) {
	.container-custom-width {
		max-width: 1504px;
	}
}
