@charset "UTF-8";
/**
 * [Table of contents]
 *   1 Base
 *     1.1 Reset Styles
 *     1.2 Context Styles
 *     1.3 Page layout
 *     1.4 Offsets
 *   2 Utilities
 *     2.1 Text styling
 *     2.2 Row spacing
 *     2.3 Sections
 *     2.4 Grid modules
 *     2.5 Backgrounds
 *     2.6 Utilities custom
 *   3 Components
 *     3.1 Typography
 *     3.2 Brand
 *     3.3 Links
 *     3.4 Blocks
 *     3.5 Boxes
 *     3.6 Groups
 *     3.7 Responsive units
 *     3.8 Lists
 *     3.9 Images
 *     3.10 Icons
 *     3.11 Tables custom
 *     3.12 Dividers
 *     3.13 Buttons
 *     3.14 Forms
 *     3.15 Posts
 *     3.16 Quotes
 *     3.17 Thumbnails
 *     3.18 Breadcrumbs
 *     3.19 Pagination custom
 *     3.20 Snackbars
 *     3.21 Footers
 *   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 Progress Circle
 *     4.15 Countdown
 *     4.16 Owl Carousel
 *     4.17 Lightgallery
 *     4.18 Material Parallax
 *     4.19 Bootstrap Modal
 */
/** @group Base */
/** @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, .bg-gray-700, .bg-primary,
.context-dark h1,
.bg-gray-700 h1,
.bg-primary h1, .context-dark h2, .bg-gray-700 h2, .bg-primary h2, .context-dark h3, .bg-gray-700 h3, .bg-primary h3, .context-dark h4, .bg-gray-700 h4, .bg-primary h4, .context-dark h5, .bg-gray-700 h5, .bg-primary h5, .context-dark h6, .bg-gray-700 h6, .bg-primary h6, .context-dark [class^='heading-'], .bg-gray-700 [class^='heading-'], .bg-primary [class^='heading-'] {
	color: #ffffff;
}

/** @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: #edeff4 url(../images/bg-pattern-boxed.png) repeat fixed;
}

@media (min-width: 1630px) {
	html.boxed .page {
		max-width: 1600px;
		margin-left: auto;
		margin-right: auto;
		box-shadow: 0 0 23px 0 rgba(1, 1, 1, 0.1);
	}
	html.boxed .rd-navbar-static {
		max-width: 1600px;
		margin-left: auto;
		margin-right: auto;
	}
	html.boxed .rd-navbar-static.rd-navbar--is-stuck {
		max-width: 1600px;
		width: 100%;
		left: calc(50% - 1600px);
		right: calc(50% - 1600px);
	}
}

/** @section Offsets */
* + p {
	margin-top: 15px;
}

h2 + p,
.heading-2 + p {
	margin-top: 12px;
}

p + h2,
p + .heading-2 {
	margin-top: 15px;
}

p + p {
	margin-top: 12px;
}

img + p {
	margin-top: 15px;
}

h3 + img {
	margin-top: 42px;
}

* + .row {
	margin-top: 30px;
}

@media (min-width: 1200px) {
	* + .row {
		margin-top: 45px;
	}
}

* + .big {
	margin-top: 20px;
}

* + .text-block {
	margin-top: 30px;
}

* + .button {
	margin-top: 30px;
}

.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: 30px;
	}
	.container + .container {
		margin-top: 60px;
	}
	.row + .row {
		margin-top: 60px;
	}
}

@media (min-width: 1200px) {
	.inset-xl-left-90 {
		padding-left: 90px;
	}
}

@media (min-width: 1200px) {
	.inset-xl-left-45 {
		padding-left: 45px;
	}
}

.offset-xl-top-20 {
	margin-top: 10px;
}

@media (min-width: 1200px) {
	.offset-xl-top-20 {
		margin-top: 20px;
	}
}

.offset-top-10 {
	margin-top: 10px;
}

.offset-top-25 {
	margin-top: 25px;
}

/** @group Utilities */
/** @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-md {
	font-size: 18px;
	line-height: 26px;
}

.text-spacing-0 {
	letter-spacing: 0;
}

.text-primary {
	color: #00bcd1 !important;
}

.text-dark {
	color: #333333;
}

.text-style-1 {
	letter-spacing: -.02em;
	line-height: 28px;
}

.title-decorated {
	position: relative;
}

.title-decorated:before {
	content: '';
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 60px;
	background-color: rgba(235, 239, 245, 0.4);
}

.text-default {
	font-size: 16px;
}

.title-sm {
	font-size: 20px;
	font-weight: 600;
	color: #333333;
}

/** @section Row spacing */
.row-0 {
	margin-bottom: 0px;
}

.row-0:empty {
	margin-bottom: 0;
}

.row-0 > * {
	margin-bottom: 0px;
}

.row-10 {
	margin-bottom: -10px;
}

.row-10:empty {
	margin-bottom: 0;
}

.row-10 > * {
	margin-bottom: 10px;
}

.row-15 {
	margin-bottom: -15px;
}

.row-15:empty {
	margin-bottom: 0;
}

.row-15 > * {
	margin-bottom: 15px;
}

.row-20 {
	margin-bottom: -20px;
}

.row-20:empty {
	margin-bottom: 0;
}

.row-20 > * {
	margin-bottom: 20px;
}

.row-30 {
	margin-bottom: -30px;
}

.row-30:empty {
	margin-bottom: 0;
}

.row-30 > * {
	margin-bottom: 30px;
}

.row-40 {
	margin-bottom: -40px;
}

.row-40:empty {
	margin-bottom: 0;
}

.row-40 > * {
	margin-bottom: 40px;
}

.row-xl-4 {
	margin-bottom: -30px;
}

.row-xl-4:empty {
	margin-bottom: 0;
}

.row-xl-4 > * {
	margin-bottom: 30px;
}

@media (min-width: 1200px) {
	.row-xl-4 {
		margin-bottom: -40px;
	}
	.row-xl-4:empty {
		margin-bottom: 0;
	}
	.row-xl-4 > * {
		margin-bottom: 40px;
	}
}

.row-xl-60 {
	margin-bottom: -30px;
}

.row-xl-60:empty {
	margin-bottom: 0;
}

.row-xl-60 > * {
	margin-bottom: 30px;
}

@media (min-width: 1200px) {
	.row-xl-60 {
		margin-bottom: -60px;
	}
	.row-xl-60:empty {
		margin-bottom: 0;
	}
	.row-xl-60 > * {
		margin-bottom: 60px;
	}
}

.row-xl-40 {
	margin-bottom: -20px;
}

.row-xl-40:empty {
	margin-bottom: 0;
}

.row-xl-40 > * {
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
	.row-xl-40 {
		margin-bottom: -40px;
	}
	.row-xl-40:empty {
		margin-bottom: 0;
	}
	.row-xl-40 > * {
		margin-bottom: 40px;
	}
}

.row-xl-30 {
	margin-bottom: -10px;
}

.row-xl-30:empty {
	margin-bottom: 0;
}

.row-xl-30 > * {
	margin-bottom: 10px;
}

@media (min-width: 1200px) {
	.row-xl-30 {
		margin-bottom: -30px;
	}
	.row-xl-30:empty {
		margin-bottom: 0;
	}
	.row-xl-30 > * {
		margin-bottom: 30px;
	}
}

.row-50 {
	margin-bottom: -50px;
}

.row-50:empty {
	margin-bottom: 0;
}

.row-50 > * {
	margin-bottom: 50px;
}

.row-xl-50 {
	margin-bottom: -30px;
}

.row-xl-50:empty {
	margin-bottom: 0;
}

.row-xl-50 > * {
	margin-bottom: 30px;
}

@media (min-width: 1200px) {
	.row-xl-50 {
		margin-bottom: -50px;
	}
	.row-xl-50:empty {
		margin-bottom: 0;
	}
	.row-xl-50 > * {
		margin-bottom: 50px;
	}
}

@media (min-width: 992px) {
	.row-md-30 {
		margin-bottom: -30px;
	}
	.row-md-30:empty {
		margin-bottom: 0;
	}
	.row-md-30 > * {
		margin-bottom: 30px;
	}
}

/** @section Sections */
.section-xs {
	padding: 25px 0;
}

.section-sm,
.section-md,
.section-lg,
.section-xl {
	padding: 50px 0;
}

.section-collapse + .section-collapse {
	padding-top: 0;
}

.section-collapse:last-child {
	padding-bottom: 0;
}

html [class*='section-'].section-bottom-0 {
	padding-bottom: 0;
}

@media (max-width: 991.98px) {
	section.section-sm:first-of-type,
	section.section-md:first-of-type,
	section.section-lg:first-of-type,
	section.section-xl:first-of-type,
	section.section-xxl:first-of-type {
		padding-top: 40px;
	}
}

@media (min-width: 768px) {
	.section-sm {
		padding: 60px 0;
	}
	.section-md {
		padding: 70px 0;
	}
	.section-lg {
		padding: 85px 0;
	}
}

@media (min-width: 992px) {
	.section-sm {
		padding: 65px 0;
	}
	.section-md {
		padding: 80px 0 90px;
	}
	.section-lg {
		padding: 100px 0;
	}
}

@media (min-width: 1200px) {
	.section-lg {
		padding: 100px 0;
	}
}

.section-single {
	display: flex;
	text-align: center;
}

.section-single p {
	margin-left: auto;
	margin-right: auto;
}

.section-single * + .rights {
	margin-top: 35px;
}

@media (min-width: 992px) {
	.section-single * + .rights {
		margin-top: 60px;
	}
}

.section-single .rd-mailform-wrap {
	max-width: 670px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.section-single * + .rd-mailform-wrap {
	margin-top: 20px;
}

.section-single-header {
	padding: calc(1em + 3vh) 0 calc(1em + 2vh);
}

.section-single-main {
	padding: calc(1em + 4vh) 0;
}

.section-single-footer {
	padding: calc(1em + 2vh) 0 calc(1em + 3vh);
}

.section-single-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 100vh;
}

.section-single-inner > * {
	width: 100%;
}

.section-intro {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (min-width: 992px) {
	.section-intro {
		padding-top: 140px;
	}
}

@media (min-width: 1200px) {
	.section-intro {
		min-height: 44.79167vw;
	}
}

@media (min-width: 1200px) {
	.section-intro + .section-negative {
		padding-top: 0px;
	}
	.section-intro + .section-negative .container {
		transform: translateY(-77px);
		margin-bottom: -77px;
	}
}

@media (min-width: 1200px) {
	* + .single-post-section {
		margin-top: 120px;
	}
}

/** @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 #d7d7d7;
	border-top-width: 1px;
}

.grid-demo-bordered .row:last-child {
	border-bottom-width: 1px;
}

.grid-demo-bordered [class*='col'] {
	padding: 5px 15px;
}

.grid-demo-bordered [class*='col']:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1px;
	border-left: 1px solid #d7d7d7;
}

@media (min-width: 768px) {
	.grid-demo-bordered [class*='col'] {
		padding: 30px;
	}
}

@media (min-width: 1200px) {
	.grid-demo-bordered [class*='col'] {
		padding: 50px 50px 45px;
	}
}

.grid-demo-underlined .row {
	border-bottom: 1px solid #d7d7d7;
}

.grid-demo-underlined [class*='col'] {
	padding: 5px 15px;
}

@media (min-width: 768px) {
	.grid-demo-underlined [class*='col'] {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

@media (min-width: 1200px) {
	.grid-demo-underlined [class*='col'] {
		padding-top: 45px;
		padding-bottom: 45px;
	}
}

.row-narrow {
	margin-right: -5px;
	margin-left: -5px;
}

.row-narrow > .col,
.row-narrow > [class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

.row-narrow-12 {
	margin-right: -6px;
	margin-left: -6px;
}

.row-narrow-12 > .col,
.row-narrow-12 > [class*="col-"] {
	padding-right: 6px;
	padding-left: 6px;
}

@media (min-width: 1200px) {
	.row-narrow-80 {
		margin-right: -40px;
		margin-left: -40px;
	}
	.row-narrow-80 > .col,
	.row-narrow-80 > [class*="col-"] {
		padding-right: 40px;
		padding-left: 40px;
	}
}

@media (min-width: 1200px) {
	.row-narrow-60 {
		margin-right: -30px;
		margin-left: -30px;
	}
	.row-narrow-60 > .col,
	.row-narrow-60 > [class*="col-"] {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media (min-width: 1200px) {
	.row-narrow-50 {
		margin-right: -25px;
		margin-left: -25px;
	}
	.row-narrow-50 > .col,
	.row-narrow-50 > [class*="col-"] {
		padding-right: 25px;
		padding-left: 25px;
	}
}

.row-narrow-100 {
	margin-right: -50px;
	margin-left: -50px;
}

.row-narrow-100 > .col,
.row-narrow-100 > [class*="col-"] {
	padding-right: 50px;
	padding-left: 50px;
}

/** @section Backgrounds */
.context-dark .brand .brand-logo-dark, .bg-gray-700 .brand .brand-logo-dark, .bg-primary .brand .brand-logo-dark {
	display: none;
}

.context-dark .brand .brand-logo-light, .bg-gray-700 .brand .brand-logo-light, .bg-primary .brand .brand-logo-light {
	display: block;
}

.bg-default {
	background-color: #ffffff;
}

.bg-default:not([style*="background-"]) + .bg-default:not([style*="background-"]) {
	padding-top: 0;
}

.bg-primary {
	background-color: #00bcd1;
}

.bg-primary:not([style*="background-"]) + .bg-primary:not([style*="background-"]) {
	padding-top: 0;
}

.bg-gray-100 {
	background-color: #edeff4;
}

.bg-gray-100:not([style*="background-"]) + .bg-gray-100:not([style*="background-"]) {
	padding-top: 0;
}

.bg-gray-light {
	background-color: #f0f9fa;
}

.bg-gray-700 {
	background-color: #333333;
}

.bg-gray-700:not([style*="background-"]) + .bg-gray-700: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;
	}
}

.bg-image-1 {
	background: url("../images/for-all/cosme.jpg") no-repeat center;
	background-size: cover;
	filter: brightness(85%);
}

@media (min-width: 1200px) {
	.bg-image-2 {
		background: url("../images/for-all/prphair.jpg") no-repeat left;
		background-size: cover;
	}
}

.bg-image-3 {
	background: url("../images/bg-img-3.jpg") no-repeat top;
	background-size: cover;
}

.bg-image-4 {
	background: url("../images/bg-img-4.jpg") no-repeat right center;
	background-size: cover;
}

/** @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: #d7d7d7;
	top: 50%;
	width: 100vw;
}

.text-decoration-lines-content::before {
	left: 0;
	transform: translate3d(-100%, 0, 0);
}

.text-decoration-lines-content::after {
	right: 0;
	transform: translate3d(100%, 0, 0);
}

* + .text-decoration-lines {
	margin-top: 30px;
}

p.rights {
	font-size: 14px;
	color: #f9fbfc;
}

p.rights a {
	color: inherit;
}

p.rights a:hover {
	color: #00bcd1;
}

[style*='z-index: 1000;'] {
	z-index: 1101 !important;
}

.text-block > * {
	margin-left: .125em;
	margin-right: .125em;
}

/** @group Components */
/** @section Typography */
body {
	font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.375;
	font-weight: 300;
	color: #9b9b9b;
	background-color: #ffffff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
	counter-reset: icon-box-creative;
}

h1, h2, h3, h4, h5, h6, [class^='heading-'] {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
	color: #333333;
	font-family: "Asap", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

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: #00bcd1;
}

h1,
.heading-1 {
	font-size: 32px;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	h1,
	.heading-1 {
		font-size: 52px;
		line-height: 1.19231;
	}
}

h2,
.heading-2 {
	font-size: 28px;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	h2,
	.heading-2 {
		font-size: 42px;
		line-height: 1.2381;
	}
}

h3,
.heading-3 {
	font-size: 24px;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	h3,
	.heading-3 {
		font-size: 34px;
		line-height: 1.41176;
	}
}

h4,
.heading-4 {
	font-size: 22px;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	h4,
	.heading-4 {
		font-size: 26px;
		line-height: 1.15385;
	}
}

h5,
.heading-5 {
	font-size: 20px;
	line-height: 1.2;
}

@media (min-width: 1200px) {
	h5,
	.heading-5 {
		font-size: 20px;
		line-height: 1.3;
	}
}

h6,
.heading-6 {
	font-size: 18px;
	line-height: 1.2;
}

.pre-title {
	font-size: 18px;
	letter-spacing: -.01em;
	color: #333333;
	display: block;
	margin-bottom: 5px;
}

.pre-title + h1, h2, h3, h4, h5, h6, [class^='heading-'] {
	margin-top: 10px;
}

@media (min-width: 1200px) {
	.pre-title + h1, h2, h3, h4, h5, h6, [class^='heading-'] {
		margin-top: 0;
	}
}

.text-md {
	font-size: 18px;
}

small,
.small {
	display: block;
	font-size: 12px;
	line-height: 1.5;
}

mark,
.mark {
	padding: 3px 5px;
	color: #ffffff;
	background: #00bcd1;
}

.big {
	font-size: 18px;
	line-height: 1.55556;
}

.lead {
	font-size: 24px;
	line-height: 34px;
	font-weight: 300;
}

code {
	padding: 3px 5px;
	border-radius: 0.2rem;
	font-size: 90%;
	color: #111111;
	background: #edeff4;
}

p [data-toggle='tooltip'] {
	padding-left: .25em;
	padding-right: .25em;
	color: #00bcd1;
}

p [style*='max-width'] {
	display: inline-block;
}

::selection {
	background: #00bcd1;
	color: #ffffff;
}

::-moz-selection {
	background: #00bcd1;
	color: #ffffff;
}

.page-header {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 30;
}

/** @section Brand */
.brand {
	display: inline-block;
}

.brand .brand-logo-light {
	display: none;
}

.brand .brand-logo-dark {
	display: 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: #00bcd1;
}

a:hover {
	color: #007785;
}

a[href*='tel'], a[href*='mailto'] {
	white-space: nowrap;
}

.link-hover {
	color: #007785;
}

.link-press {
	color: #007785;
}

.privacy-link {
	font-size: 14px;
}

.privacy-link, .privacy-link:focus, .privacy-link:active {
	color: #f9fbfc;
}

.privacy-link:hover {
	color: #00bcd1;
}

.link-inverse, .link-inverse:focus, .link-inverse:active {
	color: #00bcd1;
}

.link-inverse:hover {
	color: #333333;
}

* + .privacy-link {
	margin-top: 25px;
}

/** @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: #00bcd1;
}

.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: #00bcd1;
	}
}

/** @section Boxes */
.box-minimal {
	text-align: center;
}

.box-minimal .box-minimal-icon {
	font-size: 50px;
	line-height: 50px;
	color: #00bcd1;
}

.box-minimal-divider {
	width: 36px;
	height: 4px;
	margin-left: auto;
	margin-right: auto;
	background: #00bcd1;
}

.box-minimal-text {
	width: 100%;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

* + .box-minimal {
	margin-top: 30px;
}

* + .box-minimal-title {
	margin-top: 10px;
}

* + .box-minimal-divider {
	margin-top: 20px;
}

* + .box-minimal-text {
	margin-top: 15px;
}

.context-dark .box-minimal p, .bg-gray-700 .box-minimal p, .bg-primary .box-minimal p {
	color: #9b9b9b;
}

.box-counter {
	position: relative;
	text-align: center;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

@media (min-width: 576px) {
	.box-counter {
		justify-content: flex-start;
		text-align: left;
		flex-direction: row;
	}
}

.box-counter .box-counter-title {
	text-align: center;
}

@media (min-width: 576px) {
	.box-counter .box-counter-title {
		margin-left: 20px;
		text-align: left;
	}
}

.box-counter-title {
	display: inline-block;
	font-family: "Asap", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 20px;
	color: #346bae;
	font-weight: 600;
	line-height: 1;
	text-align: left;
	text-transform: uppercase;
}

.box-counter-main {
	font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 45px;
	font-weight: 400;
	line-height: 1.2;
}

.box-counter-main .counter {
	font-family: "Asap", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #00bcd1;
	font-weight: 600;
	letter-spacing: -.04em;
}

.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-main {
	margin-top: 20px;
}

* + .box-counter-divider {
	margin-top: 10px;
}

@media (min-width: 1200px) {
	.box-counter-main {
		font-size: 52px;
	}
	.box-counter-main .small {
		font-size: 36px;
	}
	* + .box-counter-main {
		margin-top: 30px;
	}
	* + .box-counter-divider {
		margin-top: 15px;
	}
	* + .box-counter-title {
		margin-top: 0;
	}
}

.bg-primary .box-counter {
	color: #ffffff;
}

.bg-primary .box-counter-divider::after {
	background: #ffffff;
}

.intro-box {
	padding: 30px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.85);
	border-radius: 12px;
	position: relative;
}

@media (min-width: 992px) {
	.intro-box {
		padding: 78px 29px 77px 59px;
		text-align: left;
	}
}

.intro-box > * {
	position: relative;
}

.intro-box:before {
	content: ' ';
	z-index: -1;
	display: block;
	position: absolute;
	background-size: cover;
	opacity: 0.5;
}

.intro-box .subtitle {
	font-size: 18px;
	display: block;
	margin-bottom: 15px;
	letter-spacing: -.01em;
}

.intro-box > h1, .intro-box span {
	color: #346bae;
}

.intro-box * + .button-group {
	padding-top: 20px;
	justify-content: center;
}

@media (min-width: 1200px) {
	.intro-box * + .button-group {
		padding-top: 50px;
	}
}

.intro-box .button-group {
	display: inline-flex;
	flex-wrap: wrap;
	margin-top: -20px;
	margin-left: -20px;
}

.intro-box .button-group > * {
	margin-top: 20px;
	margin-left: 20px;
}

.icon-box-creative {
	position: relative;
	border-radius: 10px;
	padding: 50px 0;
	color: #ffffff;
	overflow: hidden;
	transition: all ease .25s;
	display: flex;
	min-height: 100%;
}

.icon-box-creative:hover {
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
	transition: all ease .25s;
}

.icon-box-creative:hover .icon-box-creative__info .icon-box-creative__media {
	top: 50%;
	transform: translateY(-50%);
	transition: all ease .25s;
}

.icon-box-creative:before {
	counter-increment: icon-box-creative;
	content: counter(icon-box-creative, decimal-leading-zero);
	position: absolute;
	bottom: -24px;
	right: -6px;
	color: rgba(255, 255, 255, 0.1);
	font-size: 80px;
	line-height: 1;
	font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 900;
	letter-spacing: -.09em;
}

.icon-box-creative__info {
	padding: 0 48px 0 95px;
	position: relative;
}

.icon-box-creative__info p {
	margin-top: 0;
}

.icon-box-creative.primary {
	background-color: #00bcd1;
}

.icon-box-creative.secondary {
	background-color: #346bae;
}

.icon-box-creative.secondary-light {
	background-color: #3d7dcc;
}

.icon-box-creative__title {
	font-size: 24px;
	line-height: 1;
	position: relative;
	padding-bottom: 22px;
	margin-bottom: 7px;
	font-family: "Asap", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
}

.icon-box-creative__title:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 32px;
	background-color: rgba(255, 255, 255, 0.5);
}

.icon-box-creative__media {
	position: absolute;
	left: 29px;
	top: 0;
	transition: all ease .25s;
}

.icon-box-creative__media img {
	max-width: 46px;
}

.box-about-creative {
	padding-top: 0;
}

.box-about-creative * + .row {
	margin-top: 15px;
}

@media (min-width: 1200px) {
	.box-about-creative * + .row {
		margin-top: 40px;
	}
}

.box-about-creative p {
	color: #6b6b6b;
}

@media (min-width: 1200px) {
	.box-about-creative p {
		margin-top: 25px;
	}
}

.box-about-creative .list-marked {
	color: #333333;
	font-family: "Asap", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.box-about-creative__media {
	display: flex;
	min-height: 100%;
	align-items: flex-end;
}

@media (min-width: 1200px) {
	.box-about-creative__media {
		margin-right: -120px;
		margin-left: -10px;
	}
}

.box-about-creative .button {
	margin-top: 20px;
	display: inline-flex;
	min-height: 58px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

@media (min-width: 1200px) {
	.box-about-creative .button {
		margin-top: 0;
	}
}

.float-media-box__left {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 53vw;
}

.float-media-box__left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.icon-box-modern {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 40px 20px 38px 40px;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
}

.icon-box-modern p {
	font-size: 20px;
	letter-spacing: -.02em;
	color: #666666;
}

.icon-box-modern:hover {
	transition: all 0.3s ease-in-out;
	border: 1px solid #00bcd1;
}

.icon-box-modern__media {
	margin-bottom: 40px;
	display: flex;
	min-height: 64px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.icon-box-modern:hover .icon-box-modern__media img {
	animation: scale linear infinite 4s;
}

.icon-box-modern h1, .icon-box-modern h2, .icon-box-modern h3, .icon-box-modern h4, .icon-box-modern h5, .icon-box-modern h6, .icon-box-modern [class^='heading-'] {
	font-weight: 400;
}

@media (min-width: 1200px) {
	.media-creative {
		margin-left: -60px;
		margin-top: -60px;
	}
}

.media-creative img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-box {
	max-width: 370px;
	margin-right: auto;
	margin-left: auto;
}

.news-box__media {
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
	border-radius: 10px;
}

.news-box__media img {
	border-radius: 10px;
	transition: all ease .25s;
}

.news-box__media-label {
	position: absolute;
	bottom: 20px;
	left: 20px;
	background-color: #00bcd1;
	font-size: 12px;
	color: #ffffff;
	padding: 6px 14px;
	border-radius: 3px;
	font-family: "Asap", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.news-box__info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

@media (min-width: 1200px) {
	.news-box__info {
		padding-left: 20px;
	}
}

.news-box__info p {
	font-size: 18px;
	color: #666666;
	line-height: 26px;
}

.ie-10 .news-box__info p, .ie-11 .news-box__info p {
	width: 100%;
}

.news-box__info a {
	font-size: 20px;
	font-weight: 600;
	font-family: "Asap", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.news-box__info a, .news-box__info a:focus, .news-box__info a:active {
	color: #141414;
}

.news-box__info a:hover {
	color: #00bcd1;
}

@media (min-width: 1200px) {
	.news-box__info a {
		font-size: 22px;
	}
}

.news-box__info p {
	margin-top: 5px;
}

.news-box:hover .news-box__media img {
	transform: scale(1.05);
	transition: all ease .25s;
}

.review-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

@media (min-width: 576px) {
	.review-box {
		flex-direction: row;
		text-align: left;
		align-items: flex-start;
	}
}

.review-box__media {
	margin-bottom: 20px;
	flex-grow: 1;
	flex-shrink: 0;
	border-radius: 50%;
	margin-top: 5px;
}

@media (min-width: 576px) {
	.review-box__media {
		margin-right: 25px;
		margin-bottom: 0;
	}
}

.review-box__media img {
	border-radius: 50%;
}

.review-box__caption p {
	color: #303030;
	font-size: 15px;
	letter-spacing: .02em;
	margin-bottom: 10px;
	line-height: 22px;
}

.review-box__caption-group {
	padding-left: 28px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (min-width: 576px) {
	.review-box__caption-group {
		align-items: flex-start;
	}
}

.review-box__caption-group h6 {
	position: relative;
	color: #3c3c3c;
}

.review-box__caption-group h6:before {
	content: '';
	position: absolute;
	left: -28px;
	width: 20px;
	height: 2px;
	background-color: rgba(60, 60, 60, 0.4);
	top: 10px;
}

.review-box__caption-group span {
	font-size: 13px;
	display: inline-block;
	margin-top: 4px;
	color: #737373;
}

@media (min-width: 1200px) {
	.about-us-box {
		padding-top: 30px;
	}
}

.about-us-box p {
	font-size: 18px;
	color: #6b6b6b;
	line-height: 26px;
	letter-spacing: -.02em;
}

@media (min-width: 1200px) {
	.about-us-box p {
		margin-top: 25px;
	}
}

.about-us-box__detail {
	margin-top: 30px;
	font-weight: 600;
	color: #333333;
	display: flex;
	flex-direction: column;
}

.about-us-box__detail .title {
	font-size: 18px;
	margin-bottom: 10px;
	font-family: "Asap", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.icon-box-classic__icon {
	max-width: 48px;
	margin-bottom: 15px;
}

@media (min-width: 1200px) {
	.icon-box-classic__icon {
		margin-bottom: 25px;
	}
}

.icon-box-classic .title {
	font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.icon-box-classic p {
	letter-spacing: .02em;
	color: #333333;
}

/** @section Groups */
html .group {
	margin-bottom: -20px;
	margin-left: -15px;
}

html .group:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group > * {
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 15px;
}

html .group-sm {
	margin-bottom: -10px;
	margin-left: -10px;
}

html .group-sm:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-sm > * {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

html .group-xl {
	margin-bottom: -20px;
	margin-left: -30px;
}

html .group-xl:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-xl > * {
	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-custom {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 100%;
}

html .group-custom > * {
	flex: 0 1 100%;
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 576px) {
	html .group-custom {
		flex-wrap: nowrap;
	}
	html .group-custom > * {
		flex: 1 1 auto;
	}
}

* + .group-sm {
	margin-top: 30px;
}

* + .group-xl {
	margin-top: 20px;
}

.head-group {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-top: -15px;
	margin-left: -10px;
}

@media (min-width: 768px) {
	.head-group {
		justify-content: space-between;
	}
}

.head-group > * {
	margin-left: 10px;
	margin-top: 15px;
}

.head-group__link a {
	padding-right: 12px;
	text-transform: uppercase;
	font-family: "Asap", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	position: relative;
	font-size: 14px;
	line-height: 1;
	display: inline-block;
}

.head-group__link a, .head-group__link a:focus, .head-group__link a:active {
	color: #999999;
}

.head-group__link a:hover {
	color: #00bcd1;
}

.head-group__link a:before {
	content: "\f105";
	position: absolute;
	font-family: "FontAwesome";
	right: 0;
	font-size: 14px;
	line-height: 1;
	top: -2px;
}

* + .group-custom-1 {
	margin-top: 30px;
}

.group-custom-1 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-left: -8px;
}

.group-custom-1 > * {
	margin-left: 8px;
}

.group-custom-1 * + .button {
	margin-top: 10px;
}

.group-custom-1 a {
	padding: 20px 26px;
}

@media (max-width: 400px) {
	.group-custom-1 a {
		width: 100%;
	}
}

.group-xl {
	margin-bottom: -27px;
	margin-left: -27px;
}

.group-xl:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.group-xl > * {
	margin-top: 0;
	margin-bottom: 27px;
	margin-left: 27px;
}

/** @section Responsive units */
.unit {
	display: flex;
	flex: 0 1 100%;
	margin-bottom: -30px;
	margin-left: -20px;
}

.unit > * {
	margin-bottom: 30px;
	margin-left: 20px;
}

.unit:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.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: -10px;
}

.unit-spacing-xs > * {
	margin-bottom: 15px;
	margin-left: 10px;
}

/** @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: 60px;
	}
}

.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: 15px;
}

.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: 18px;
}

.list-marked > li::before {
	position: absolute;
	display: inline-block;
	left: 0;
	top: -2px;
	content: "\f00c";
	font: 400 14px/24px 'FontAwesome';
	color: #346bae;
}

.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: #6b6b6b;
}

.list-ordered > li + li {
	margin-top: 10px;
}

* + .list-ordered {
	margin-top: 15px;
}

.social-list {
	display: flex;
	align-items: center;
}

.social-list li + li {
	margin-left: 18px;
}

.contacts-list .title {
	font-size: 20px;
	margin-bottom: 5px;
	color: #333333;
	font-weight: 400;
	font-family: "Asap", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

@media (min-width: 1200px) {
	.contacts-list .title {
		margin-bottom: 15px;
	}
}

@media (min-width: 1200px) {
	.contacts-list .title {
		font-size: 22px;
	}
}

.contacts-list li {
	color: #616161;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 18px;
	line-height: 1.4;
	text-align: left;
}

.contacts-list li a, .contacts-list li a:focus, .contacts-list li a:active {
	color: #616161;
}

.contacts-list li a:hover {
	color: #00bcd1;
}

.contacts-list li span + a {
	margin-left: 5px;
}

.contacts-list li + li {
	margin-top: 5px;
}

.footer-nav-list li + li {
	margin-top: 12px;
}

.footer-nav-list a, .footer-nav-list a:focus, .footer-nav-list a:active {
	color: #ffffff;
}

.footer-nav-list a:hover {
	color: #00bcd1;
}

.striped-list > li:nth-child(odd) {
	background-color: #f8f8f8;
}

.striped-list > li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 15px;
	border-radius: 4px;
}

@media (max-width: 450px) {
	.striped-list > li {
		flex-direction: column;
		justify-content: flex-start;
	}
}

.striped-list > li > * {
	padding-left: 15px;
	padding-top: 10px;
}

@media (min-width: 576px) {
	.striped-list > li {
		justify-content: space-between;
		padding: 15px 30px 25px 15px;
	}
}

/** @section Images */
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-responsive {
	width: 100%;
}

img.img-rounded {
	border-radius: 10px;
}

/** @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: #00bcd1;
}

.icon-circle {
	border-radius: 50%;
}

/** @section Tables custom */
.table-custom {
	width: 100%;
	max-width: 100%;
	text-align: left;
	background: #ffffff;
	border-collapse: collapse;
}

.table-custom th,
.table-custom td {
	color: #333333;
	background: #ffffff;
}

.table-custom th {
	padding: 35px 24px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	background: #d7d7d7;
	white-space: nowrap;
}

@media (max-width: 991.98px) {
	.table-custom th {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.table-custom td {
	padding: 17px 24px;
}

.table-custom tbody tr:first-child td {
	border-top: 0;
}

.table-custom tr td {
	border-bottom: 1px solid #cccccc;
}

.table-custom tfoot td {
	font-weight: 700;
}

* + .table-custom-responsive {
	margin-top: 30px;
}

@media (min-width: 768px) {
	* + .table-custom-responsive {
		margin-top: 40px;
	}
}

.table-custom.table-custom-primary thead th {
	color: #ffffff;
	background: #00bcd1;
	border: 0;
}

.table-custom.table-custom-primary tbody tr:hover td {
	background: #d7d7d7;
}

.table-custom.table-custom-bordered tr td:first-child {
	border-left: 0;
}

.table-custom.table-custom-bordered tr td:last-child {
	border-right: 0;
}

.table-custom.table-custom-bordered td {
	border: 1px solid #cccccc;
}

.table-custom.table-custom-bordered tbody > tr:first-of-type > td {
	border-top: 0;
}

.table-custom.table-custom-striped {
	border-bottom: 1px solid #cccccc;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(odd) td {
	background: transparent;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(even) td {
	background: #d7d7d7;
}

.table-custom.table-custom-striped tbody td {
	border: 0;
}

.table-custom.table-custom-striped tfoot td:not(:first-child) {
	border-left: 0;
}

@media (max-width: 991.98px) {
	.table-custom-responsive {
		display: block;
		width: 100%;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-custom-responsive.table-bordered {
		border: 0;
	}
}

/** @section Dividers */
hr {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #d7d7d7;
}

.divider {
	font-size: 0;
	line-height: 0;
}

.divider::after {
	content: '';
	display: inline-block;
	width: 60px;
	height: 2px;
	background-color: #00bcd1;
}

.post-divider {
	height: 1px;
	background-color: #ebeced;
	width: 100%;
	margin: 20px 0;
}

@media (min-width: 1200px) {
	.post-divider {
		margin: 25px 0;
	}
}

/** @section Buttons */
.button {
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 21px 34px;
	font-size: 14px;
	line-height: 1.25;
	border: 1px solid;
	font-family: "Asap", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
	letter-spacing: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	user-select: none;
	transition: 250ms all ease-in-out;
	text-transform: uppercase;
	border-radius: 6px;
}

.button-block {
	display: block;
	width: 100%;
}

.button-default, .button-default:focus {
	color: #cccccc;
	background-color: #333333;
	border-color: #333333;
}

.button-default:hover, .button-default:active, .button-default.active {
	color: #ffffff;
	background-color: #00bcd1;
	border-color: #00bcd1;
}

.button-default.button-ujarak::before {
	background: #00bcd1;
}

.button-gray-100, .button-gray-100:focus {
	color: #151515;
	background-color: #edeff4;
	border-color: #edeff4;
}

.button-gray-100:hover, .button-gray-100:active, .button-gray-100.active {
	color: #151515;
	background-color: #dde1ea;
	border-color: #dde1ea;
}

.button-gray-100.button-ujarak::before {
	background: #dde1ea;
}

.button-primary, .button-primary:focus {
	color: #ffffff;
	background-color: #00bcd1;
	border-color: #00bcd1;
}

.button-primary:hover, .button-primary:active, .button-primary.active {
	color: #ffffff;
	background-color: #346bae;
	border-color: #346bae;
}

.button-primary.button-ujarak::before {
	background: #346bae;
}

.footer-classic .button-primary, .footer-classic .button-primary:focus {
	color: #ffffff;
	background-color: #00bcd1;
	border-color: #00bcd1;
}

.footer-classic .button-primary:hover, .footer-classic .button-primary:active, .footer-classic .button-primary.active {
	color: #ffffff;
	background-color: #333333;
	border-color: #333333;
}

.footer-classic .button-primary.button-ujarak::before {
	background: #333333;
}

.button-default-outline, .button-default-outline:focus {
	color: #cccccc;
	background-color: transparent;
	border-color: #333333;
}

.button-default-outline:hover, .button-default-outline:active, .button-default-outline.active {
	color: #ffffff;
	background-color: #00bcd1;
	border-color: #00bcd1;
}

.button-default-outline.button-ujarak::before {
	background: #00bcd1;
}

.button-secondary-outline, .button-secondary-outline:focus {
	color: #346bae;
	background-color: transparent;
	border-color: #346bae;
}

.button-secondary-outline:hover, .button-secondary-outline:active, .button-secondary-outline.active {
	color: #ffffff;
	background-color: #346bae;
	border-color: #346bae;
}

.button-secondary-outline.button-ujarak::before {
	background: #346bae;
}

.button-ghost {
	border: 0;
	background-color: transparent;
}

.button-ghost:hover {
	color: #ffffff;
	background: #00bcd1;
}

.button-facebook, .button-facebook:focus {
	color: #ffffff;
	background-color: #4d70a8;
	border-color: #4d70a8;
}

.button-facebook:hover, .button-facebook:active, .button-facebook.active {
	color: #ffffff;
	background-color: #456497;
	border-color: #456497;
}

.button-facebook.button-ujarak::before {
	background: #456497;
}

.button-twitter, .button-twitter:focus {
	color: #ffffff;
	background-color: #02bcf3;
	border-color: #02bcf3;
}

.button-twitter:hover, .button-twitter:active, .button-twitter.active {
	color: #ffffff;
	background-color: #02a8da;
	border-color: #02a8da;
}

.button-twitter.button-ujarak::before {
	background: #02a8da;
}

.button-google, .button-google:focus {
	color: #ffffff;
	background-color: #e2411e;
	border-color: #e2411e;
}

.button-google:hover, .button-google:active, .button-google.active {
	color: #ffffff;
	background-color: #cc3a1a;
	border-color: #cc3a1a;
}

.button-google.button-ujarak::before {
	background: #cc3a1a;
}

.button-shadow {
	box-shadow: 0 9px 21px 0 rgba(204, 204, 204, 0.45);
}

.button-shadow:hover {
	box-shadow: 0 9px 10px 0 rgba(204, 204, 204, 0.45);
}

.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: #00bcd1;
	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: 16px 25px;
	font-size: 14px;
	line-height: 1;
}

.button-md {
	padding: 20px 35px;
	font-size: 14px;
	line-height: 1.25;
}

.button-lg {
	padding: 12px 50px;
	font-size: 14px;
	line-height: 1.25;
}

.button-xl {
	padding: 16px 50px;
	font-size: 16px;
	line-height: 28px;
}

@media (min-width: 992px) {
	.button-xl {
		padding: 20px 80px;
	}
}

.button-circle {
	border-radius: 30px;
}

.button-round-1 {
	border-radius: 5px;
}

.button-round-2 {
	border-radius: 10px;
}

.button.button-icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
}

.button.button-icon .icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: inherit;
	font-size: 1.55em;
	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: "Asap", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
	letter-spacing: .05em;
	text-transform: uppercase;
	transition: .33s;
}

.btn-primary, .btn-primary:active, .btn-primary:focus {
	color: #ffffff;
	background: #00bcd1;
	border-color: #00bcd1;
}

.btn-primary:hover {
	color: #ffffff;
	background: #000000;
	border-color: #000000;
}

.btn-sm {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-width: 146px;
}

.ie-10 .btn-sm, .ie-11 .btn-sm {
	width: 146px;
}

.btn-md {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-width: 165px;
}

.ie-10 .btn-md, .ie-11 .btn-md {
	width: 165px;
}

/** @section Forms */
.rd-form:not(.appointment-form) {
	position: relative;
	text-align: left;
}

.rd-form:not(.appointment-form) .button {
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 54px;
}

* + .rd-form {
	margin-top: 20px;
}

@media (max-width: 480px) {
	* + .rd-form.subscribe-form-1 {
		justify-content: center;
	}
}

* + .rd-form.subscribe-form-1 > * {
	margin-top: 10px;
}

.rd-form.search-form {
	margin-top: 10px;
}

.rd-form.search-form > * {
	margin-top: 10px;
}

@media (max-width: 480px) {
	.rd-form.search-form .form-button {
		display: flex;
		justify-content: center;
	}
}

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: #00bcd1;
}

.form-wrap + * {
	margin-top: 20px;
}

.form-input {
	display: block;
	width: 100%;
	min-height: 54px;
	padding: 13px 19px;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #a3a3a3;
	background-color: #f4f4f4;
	background-image: none;
	border-radius: 6px;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
	border: 1px solid #f4f4f4;
}

.form-input:focus {
	outline: 0;
}

textarea.form-input {
	height: 135px;
	min-height: 54px;
	max-height: 230px;
	resize: vertical;
}

.recaptcha > div {
	height: 56.4474px !important;
}

.recaptcha div > div {
	transform: scale(0.72368) !important;
}

.recaptcha div {
	display: block;
	transform-origin: 0 0;
}

.recaptcha iframe {
	display: block;
}

.form-label,
.form-label-outside {
	margin-bottom: 0;
	color: #a3a3a3;
	font-weight: 400;
}

.form-label {
	position: absolute;
	top: 27px;
	left: 0;
	right: 0;
	padding-left: 19px;
	padding-right: 19px;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	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: #a3a3a3;
}

.form-label-outside {
	width: 100%;
	margin-bottom: 4px;
}

@media (min-width: 768px) {
	.form-label-outside {
		position: static;
	}
	.form-label-outside, .form-label-outside.focus, .form-label-outside.auto-fill {
		transform: none;
	}
}

[data-x-mode='true'] .form-label {
	pointer-events: auto;
}

.form-validation {
	position: absolute;
	right: 8px;
	top: 0;
	z-index: 11;
	margin-top: 2px;
	font-size: 9px;
	font-weight: 400;
	line-height: 12px;
	letter-spacing: 0;
	color: #f5543f;
	transition: .3s;
}

.form-validation-left .form-validation {
	right: auto;
	left: 8px;
}

#form-output-global {
	position: fixed;
	bottom: 30px;
	left: 15px;
	z-index: 2000;
	visibility: hidden;
	transform: translate3d(-500px, 0, 0);
	transition: .3s all ease;
}

@media (max-width: 576px) {
	#form-output-global {
		margin-right: 15px;
	}
}

#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: 14px;
	height: 14px;
	outline: none;
	cursor: pointer;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
	pointer-events: none;
	background: #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 {
	padding-left: 28px;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
	top: 1px;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #6b6b6b;
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after {
	content: '';
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background: #333333;
	border-radius: inherit;
}

.checkbox,
.checkbox-inline {
	padding-left: 28px;
}

.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
	left: 0;
	width: 18px;
	height: 18px;
	margin: 0;
	border: 1px solid #6b6b6b;
}

.checkbox .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom-dummy::after {
	content: '\f222';
	font-family: "Material Design Icons";
	position: absolute;
	top: -1px;
	left: -2px;
	font-size: 20px;
	line-height: 18px;
	color: #cccccc;
}

.toggle-custom {
	padding-left: 60px;
	-webkit-appearance: none;
}

.toggle-custom:checked ~ .checkbox-custom-dummy::after {
	background: #00bcd1;
	transform: translate(20px, -50%);
}

.toggle-custom ~ .checkbox-custom-dummy {
	position: relative;
	display: inline-block;
	margin-top: -1px;
	width: 44px;
	height: 20px;
	background: #f4f4f4;
	cursor: pointer;
}

.toggle-custom ~ .checkbox-custom-dummy::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 16px;
	left: 0;
	top: 50%;
	background: #6b6b6b;
	transform: translate(4px, -50%);
	opacity: 1;
	transition: .22s;
}

.rd-form-inline {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	text-align: center;
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -4px;
	margin-right: -4px;
}

.rd-form-inline > * {
	margin-top: 8px;
	padding-left: 4px;
	padding-right: 4px;
}

.rd-form-inline > * {
	margin-top: 0;
}

.rd-form-inline .form-wrap {
	flex-grow: 1;
	min-width: 185px;
}

.rd-form-inline .form-wrap-select {
	text-align: left;
}

.rd-form-inline .form-button {
	flex-shrink: 0;
	max-width: calc(100% - 10px);
	min-height: 54px;
}

.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: 16px;
	padding-bottom: 16px;
}

.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;
}

.appointment-form textarea.form-input {
	height: 152px;
}

.footer-subscribe-form {
	display: flex;
	flex-direction: column;
}

.footer-subscribe-form .form-wrap + * {
	margin-top: 10px;
}

@media (min-width: 450px) {
	.footer-subscribe-form {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.footer-subscribe-form .form-validation {
		right: 150px;
	}
	.footer-subscribe-form .form-wrap + * {
		margin-top: 0;
	}
	.footer-subscribe-form .form-wrap {
		margin-right: -145px;
	}
	.footer-subscribe-form .form-wrap .form-input {
		padding-right: 150px;
	}
}

.footer-subscribe-form .form-wrap .form-input {
	min-height: 59px;
}

.footer-subscribe-form .form-wrap .form-label {
	top: 30px;
}

.footer-subscribe-form .form-button .button {
	padding: 19px 36px;
}

.blog-aside-search {
	display: flex;
	width: 100%;
}

.blog-aside-search .form-input {
	min-height: 35px;
	background-color: transparent;
	border: 1px solid #ebeced;
	padding: 0 12px;
	border-radius: 4px;
}

.blog-aside-search .form-wrap {
	max-width: 100%;
	width: 100%;
	margin-right: 10px;
}

.blog-aside-search .form-label {
	top: 18px;
	padding-left: 12px;
}

.blog-aside-search .form-button {
	margin-top: 0;
	display: inline-flex;
}

.blog-aside-search .form-button .button {
	border: none;
	min-height: 35px;
	padding: 0 12px;
}

.comment-form .form-input {
	min-height: 35px;
	background-color: transparent;
	border: 1px solid #ebeced;
	padding: 0 12px;
	border-radius: 4px;
	font-size: 14px;
}

.comment-form .form-comment-area .form-label {
	top: 27px;
}

.comment-form textarea.form-input {
	padding-top: 12px;
	height: 172px;
}

.comment-form .form-wrap {
	max-width: 100%;
	width: 100%;
	margin-right: 10px;
}

.comment-form .form-label {
	top: 18px;
	padding-left: 12px;
	font-size: 14px;
}

.comment-form .form-button .button {
	padding: 16px 26px;
}

.comment-form .checkbox-2 {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.comment-form .checkbox-label {
	position: relative;
	cursor: pointer;
	display: block;
	user-select: none;
}

.comment-form .checkbox-label:before {
	content: '';
	position: relative;
	top: -1px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 20px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	margin-right: 10px;
	vertical-align: middle;
	border-radius: 4px;
	border: 1px solid #ebeced;
}

.comment-form .checkbox-label:after {
	content: '';
	display: block;
	position: absolute;
	left: 4px;
	top: 3px;
	z-index: 2;
	font-family: "FontAwesome";
	color: #ffffff;
	font-size: 12px;
}

.comment-form .form-wrap .checkbox-2:checked + .checkbox-label:before {
	background-color: #00bcd1;
}

.comment-form .form-wrap .checkbox-2:checked + .checkbox-label:after {
	content: "\f00c";
}

.section-single-main .subscribe-form-1 {
	margin-top: -10px;
}

@media (max-width: 480px) {
	.section-single-main .subscribe-form-1 {
		justify-content: center;
	}
}

.section-single-main .subscribe-form-1 > * {
	margin-top: 10px;
}

.radio .radio-custom,
.radio-inline .radio-custom,
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom {
	opacity: 0;
}

.radio .radio-custom[type='checkbox'], .radio .radio-custom-dummy,
.radio-inline .radio-custom[type='checkbox'],
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom[type='checkbox'],
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom[type='checkbox'],
.checkbox-inline .checkbox-custom-dummy {
	position: absolute;
	width: 25px;
	height: 25px;
	margin-top: 0;
	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: #f8f8f8;
	transition: 250ms;
}

.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;
}

.radio .radio-custom:focus,
.radio-inline .radio-custom:focus,
.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus {
	outline: none;
}

.radio-custom:checked + .radio-custom-dummy:after,
.checkbox-custom:checked + .checkbox-custom-dummy:after {
	opacity: 1;
}

.checkbox-custom:checked ~ .checkbox-custom-dummy {
	background: #00bcd1;
}

.radio,
.radio-inline {
	position: relative;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	font-style: italic;
	color: #a3a3a3;
	padding-left: 32px;
	cursor: pointer;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
	border-radius: 50%;
}

.radio .radio-custom-dummy:after,
.radio-inline .radio-custom-dummy:after {
	content: '';
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
	background: #222;
	border-radius: 50%;
}

.checkbox,
.checkbox-inline {
	position: relative;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	font-style: italic;
	color: #a3a3a3;
	padding-left: 32px;
	cursor: pointer;
}

.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
	pointer-events: none;
	border-radius: 3px;
	margin-left: 0;
	left: 0;
}

.checkbox .checkbox-custom-dummy:after,
.checkbox-inline .checkbox-custom-dummy:after {
	content: '\e934';
	font-family: "Linearicons";
	font-size: 15px;
	line-height: 10px;
	position: absolute;
	top: 7px;
	left: 4px;
	color: #ffffff;
}

.rd-mailform_style-1 * + .button {
	margin-top: 30px;
}

.rd-mailform_style-3 .button {
	min-width: 220px;
}

.rd-mailform_style-3 * + .button {
	margin-top: 25px;
}

@media (min-width: 768px) {
	.rd-mailform_style-1 * + .button {
		margin-top: 40px;
	}
}

.rd-mailform_style-2 {
	max-width: 418px;
}

.rd-mailform_style-2 + .list-small {
	margin-top: 25px;
}

.rd-mailform_style-2 .form-wrap.group-xl {
	margin-top: 20px;
}

@media (min-width: 1200px) {
	.rd-mailform_style-2 .form-wrap.group-xl {
		margin-top: 40px;
	}
}

@media (min-width: 768px) {
	.rd-mailform-inline-flex {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.rd-mailform-inline-flex > .form-wrap + .form-wrap,
	.rd-mailform-inline-flex > .form-wrap + .button {
		margin-left: 10px;
		margin-top: 0;
	}
	.rd-mailform-inline-flex > .form-wrap {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}

.rd-mailform-inline-flex.rd-mailform .button, .rd-mailform-inline-flex.rd-search .button {
	display: flex;
	align-items: center;
	width: auto;
	min-height: 60px;
	padding-left: 15px;
	padding-right: 15px;
}

.register-form * + .group,
.register-form * + form,
.login-form * + .group,
.login-form * + form {
	margin-top: 20px;
}

.register-form p,
.login-form p {
	font-size: 14px;
}

.rd-mailform_sizing-1 {
	max-width: 470px;
	margin-left: auto;
	margin-right: auto;
}

.modal-form * + .form-wrap {
	margin-top: 20px;
}

/** @section Posts */
/** @section Quotes */
.quote-primary-mark {
	position: relative;
	top: 6px;
	display: block;
	width: 37px;
	height: 27px;
	fill: #00bcd1;
	flex-shrink: 0;
}

.quote-primary-body {
	position: relative;
	padding: 25px 0;
	border-top: 1px solid #d7d7d7;
}

.quote-primary-body::before, .quote-primary-body::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 13px;
	border-style: solid;
	border-color: #d7d7d7;
}

.quote-primary-body::before {
	left: 0;
	width: 78px;
	border-width: 1px 1px 0 0;
}

.quote-primary-body::after {
	right: 0;
	width: calc(100% - 78px - 12px);
	border-width: 1px 0 0 1px;
	transform-origin: 0 0;
	transform: skew(-45deg);
}

.quote-primary-text {
	padding-top: 20px;
}

.quote-primary-cite {
	font-weight: 700;
}

.quote-primary-footer {
	padding-left: 5px;
}

* + .quote-primary {
	margin-top: 30px;
}

* + .quote-primary-footer {
	margin-top: 8px;
}

@media (min-width: 576px) {
	.quote-primary-body {
		display: flex;
		padding: 32px 20px 40px 30px;
	}
	.quote-primary-text {
		padding-top: 0;
		padding-left: 20px;
	}
	.quote-primary-footer {
		padding-left: 30px;
	}
}

@media (min-width: 768px) {
	.quote-primary-body {
		padding-right: 40px;
	}
}

/** @section Thumbnails */
.figure-light figcaption {
	padding-top: 10px;
	color: #6b6b6b;
}

.news-thumbnail {
	display: flex;
	align-items: flex-start;
	margin-left: -15px;
}

.news-thumbnail > * {
	margin-left: 15px;
}

.news-thumbnail__media {
	border-radius: 5px;
	position: relative;
}

.news-thumbnail__media:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(51, 51, 51, 0.5);
	border-radius: inherit;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.news-thumbnail__media:hover:before {
	opacity: 1;
	transition: all 0.3s ease-in-out;
}

.news-thumbnail__media img {
	border-radius: 5px;
}

.news-thumbnail__caption {
	display: flex;
	flex-direction: column;
	font-family: "Asap", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
}

.news-thumbnail__caption .title {
	margin-bottom: 20px;
}

.news-thumbnail__caption .title, .news-thumbnail__caption .title:focus, .news-thumbnail__caption .title:active {
	color: #ffffff;
}

.news-thumbnail__caption .title:hover {
	color: #00bcd1;
}

.news-thumbnail__caption .date {
	font-size: 12px;
	font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: rgba(252, 255, 255, 0.5);
}

/** @section Breadcrumbs */
.breadcrumbs-custom {
	position: relative;
	background-color: rgba(21, 37, 67, 0.75);
	background-position: center;
}

.breadcrumbs-custom:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, #000000 0%, rgba(242, 41, 91, 0) 100%);
	opacity: .5;
}

.breadcrumbs-custom > * {
	position: relative;
}

.ie-10 .breadcrumbs-custom, .ie-11 .breadcrumbs-custom {
	height: 337px;
}

.custom-mode-1 {
	background-position: right;
}

@media (min-width: 1200px) {
	.custom-mode-1 {
		background-position: 120%;
	}
}

.breadcrumbs-custom-path {
	margin-left: -8px;
	margin-right: -8px;
}

.breadcrumbs-custom-path > * {
	padding-left: 8px;
	padding-right: 8px;
}

.breadcrumbs-custom-path a {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	letter-spacing: -.01em;
	transition: all 0.3s ease-in-out;
}

.breadcrumbs-custom-path a, .breadcrumbs-custom-path a:active, .breadcrumbs-custom-path a:focus {
	color: #ffffff;
	transition: all 0.3s ease-in-out;
}

.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: "";
	font-family: 'FontAwesome';
	position: absolute;
	top: 53%;
	right: -5px;
	display: inline-block;
	font-size: inherit;
	font-style: normal;
	color: #fefefe;
	transform: 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 a:hover:before,
.breadcrumbs-custom-path li.active:before {
	content: '';
	position: absolute;
	right: 8px;
	left: 8px;
	height: 1px;
	background-color: #ffffff;
	bottom: 3px;
	transition: all 0.3s ease-in-out;
}

.breadcrumbs-custom-path a:hover:before {
	left: 0;
	right: 0;
}

* + .breadcrumbs-custom-path {
	margin-top: 14px;
}

.breadcrumbs-custom-title {
	font-weight: 600;
	font-family: "Asap", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 32px;
	line-height: 1.2;
}

@media (min-width: 576px) {
	.breadcrumbs-custom-title {
		font-size: 32px;
	}
}

@media (min-width: 768px) {
	.breadcrumbs-custom-title {
		font-size: 38px;
	}
}

@media (min-width: 992px) {
	.breadcrumbs-custom-title {
		font-size: 46px;
	}
}

@media (min-width: 1200px) {
	.breadcrumbs-custom-title {
		font-size: 52px;
	}
}

.breadcrumbs-custom {
	padding: 40px 15px;
}

@media (min-width: 768px) {
	.breadcrumbs-custom {
		padding: 70px 0 80px;
	}
	.breadcrumbs-custom-path li {
		font-size: 18px;
	}
}

@media (min-width: 992px) {
	.breadcrumbs-custom {
		padding: 120px 0 70px;
	}
}

@media (min-width: 1200px) {
	.breadcrumbs-custom {
		padding: 160px 0 70px;
	}
}

/** @section Pagination custom */
.pagination {
	font-size: 0;
	line-height: 0;
	margin-bottom: -10px;
	margin-left: -10px;
}

.pagination:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.pagination > * {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

.page-item {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-weight: 700;
}

.page-link {
	display: inline-block;
	min-width: 48px;
	padding: 10px 10px;
	border: 2px solid #d7d7d7;
	font-size: 14px;
	line-height: 1.71429;
	background-color: #ffffff;
	color: #9b9b9b;
	transition: all 0.3s ease-in-out;
}

.page-link:hover, .page-link:focus, .page-link:active {
	color: #ffffff;
	background-color: #00bcd1;
	border-color: #00bcd1;
}

.page-item.active > .page-link, .page-item.active > .page-link:hover, .page-item.active > .page-link:focus, .page-item.active > .page-link:active {
	color: #ffffff;
	background-color: #00bcd1;
	border-color: #00bcd1;
}

.page-item.disabled > .page-link, .page-item.disabled > .page-link:hover, .page-item.disabled > .page-link:focus, .page-item.disabled > .page-link:active {
	color: #6b6b6b;
	background-color: #d7d7d7;
	border-color: #d7d7d7;
}

.page-item-control .icon::before {
	font-family: 'FontAwesome';
	font-size: 11px;
	line-height: 24px;
}

.page-item-control:first-child .icon::before {
	content: '\f053';
	margin-left: -1px;
}

.page-item-control:last-child .icon::before {
	content: '\f054';
	margin-right: -1px;
}

/** @section Snackbars */
.snackbars {
	padding: 9px 16px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	text-align: left;
	background-color: #151515;
	border-radius: 0;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	font-size: 14px;
}

.snackbars .icon-xxs {
	font-size: 18px;
}

.snackbars p span:last-child {
	padding-left: 14px;
}

.snackbars-left {
	display: inline-block;
	margin-bottom: 0;
}

.snackbars-right {
	display: inline-block;
	float: right;
	text-transform: uppercase;
}

.snackbars-right:hover {
	text-decoration: underline;
}

@media (min-width: 576px) {
	.snackbars {
		max-width: 540px;
		padding: 12px 15px;
		font-size: 15px;
	}
}

/** @section Footers */
.footer-classic {
	background: #346bae;
}

.footer-classic .social-list {
	justify-content: center;
}

@media (min-width: 1200px) {
	.footer-classic .social-list {
		justify-content: flex-end;
	}
}

.footer-classic .social-list a, .footer-classic .social-list a:focus, .footer-classic .social-list a:active {
	color: #ffffff;
}

.footer-classic .social-list a:hover {
	color: #00bcd1;
}

.footer-classic__head {
	padding: 40px 0;
	border-bottom: 1px solid rgba(240, 240, 240, 0.2);
}

.footer-classic__head .footer-subscribe-form {
	margin-left: 0;
	margin-bottom: 0;
	transform: none;
}

@media (min-width: 1200px) {
	.footer-classic__head .footer-subscribe-form {
		margin-right: 70px;
	}
}

.footer-classic__head .footer-subscribe-form .form-button .button {
	font-size: 16px;
	padding: 16px 36px;
	min-height: 59px;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.footer-classic__body {
	padding: 50px 0;
}

@media (min-width: 1200px) {
	.footer-classic__body .brand + * {
		margin-top: 30px;
	}
}

@media (min-width: 1200px) {
	.footer-classic__body {
		padding: 70px 0;
	}
}

.footer-classic__aside {
	background-color: #3164a3;
	padding: 25px 0;
}

.footer-classic .title-decorated + * {
	margin-top: 15px;
}

@media (min-width: 1200px) {
	.footer-classic .title-decorated + * {
		margin-top: 35px;
	}
}

.footer-classic .title-decorated {
	margin-top: 0;
}

.footer-classic .title-decorated {
	padding-bottom: 10px;
}

@media (min-width: 1200px) {
	.footer-classic .title-decorated {
		padding-bottom: 18px;
	}
}

.footer-classic .news-thumbnail + .news-thumbnail {
	margin-top: 18px;
}

.team-member-profile {
	max-width: 370px;
	margin-right: auto;
	margin-left: auto;
}

.team-member-profile__media {
	border-radius: 10px;
}

.team-member-profile__media img {
	border-radius: 10px;
}

.team-member-profile__caption {
	padding-left: 20px;
	display: flex;
	flex-direction: column;
	margin-top: 5px;
}

@media (min-width: 1200px) {
	.team-member-profile__caption {
		margin-top: 20px;
	}
}

.team-member-profile__caption span {
	color: #999999;
	letter-spacing: .02em;
}

.blog-layout-aside {
	background-color: #3974bd;
	padding: 40px 35px 60px 35px;
	border-radius: 10px;
	color: #ffffff;
	margin-bottom: 30px;
}

.blog-layout-aside__pre-title {
	font-size: 14px;
}

.blog-layout-aside__title {
	font-size: 20px;
	font-weight: 600;
	font-family: "Asap", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	margin-bottom: 20px;
}

@media (min-width: 1200px) {
	.blog-layout-aside__title {
		font-size: 22px;
	}
}

.blog-layout-aside__list li {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid #ffffff;
	margin-left: -5px;
	flex-wrap: wrap;
	font-size: 16px;
}

@media (min-width: 576px) {
	.blog-layout-aside__list li {
		font-size: 18px;
	}
}

.blog-layout-aside__list li > * {
	margin-left: 5px;
}

.blog-layout-aside__list li + li {
	margin-top: 7px;
}

.blog-layout-aside-service {
	padding: 20px;
	justify-content: center;
	color: #ffffff;
	border-radius: 10px;
	display: flex;
	align-items: center;
	background-color: #00bcd1;
}

@media (min-width: 992px) {
	.blog-layout-aside-service {
		justify-content: flex-start;
	}
}

@media (min-width: 1200px) {
	.blog-layout-aside-service {
		padding: 25px 36px;
	}
}

.blog-layout-aside-service__media {
	margin-right: 20px;
}

.blog-layout-aside-service__info-group h6 {
	color: #ffffff;
	margin-bottom: 3px;
}

.blog-layout-aside-service__info-group a {
	font-size: 22px;
}

.blog-layout-aside-service__info-group a, .blog-layout-aside-service__info-group a:focus, .blog-layout-aside-service__info-group a:active {
	color: #ffffff;
}

.blog-layout-aside-service__info-group a:hover {
	color: #333333;
}

@media (min-width: 768px) {
	.blog-layout-aside-service__info-group a {
		font-size: 26px;
	}
}

@media (min-width: 1200px) {
	.blog-layout-aside-service__info-group a {
		font-size: 28px;
	}
}

.blog-layout-main {
	color: #6b6b6b;
}

.blog-layout-main .card-custom p {
	margin-top: 0;
}

.blog-layout-main h2 {
	margin-top: 0;
}

.blog-layout-main img + h2 {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.blog-layout-main img + h2 {
		margin-top: 30px;
	}
}

@media (min-width: 1200px) {
	.blog-layout-main img + h2 {
		margin-top: 40px;
	}
}

.blog-layout-main h2 + p {
	margin-top: 15px;
}

@media (min-width: 1200px) {
	.blog-layout-main h2 + p {
		margin-top: 30px;
	}
}

.blog-layout-main p + p {
	margin-top: 10px;
}

@media (min-width: 1200px) {
	.blog-layout-main p + p {
		margin-top: 18px;
	}
}

.blog-layout-main p {
	font-size: 18px;
	line-height: 28px;
	margin-top: 10px;
}

.blog-layout-main .list-group {
	color: #333333;
	display: flex;
}

@media (min-width: 768px) {
	.blog-layout-main .list-group {
		flex-direction: row;
	}
}

@media (min-width: 768px) {
	.blog-layout-main .list-group {
		margin-left: -80px;
	}
}

@media (min-width: 1200px) {
	.blog-layout-main .list-group {
		padding-top: 30px;
		margin-top: -30px;
	}
}

.blog-layout-main .list-group > * {
	margin-top: 15px;
}

@media (min-width: 1200px) {
	.blog-layout-main .list-group > * {
		margin-top: 30px;
	}
}

@media (min-width: 768px) {
	.blog-layout-main .list-group > * {
		margin-left: 80px;
	}
}

.blog-layout-main .striped-list {
	font-size: 18px;
	color: #707070;
}

.blog-layout-main .striped-list span:first-child {
	font-weight: 600;
	color: #3c3c3c;
}

.blog-layout-main .striped-list .list-marked {
	margin-top: 0;
}

@media (min-width: 1200px) {
	.blog-layout-main .striped-list .list-marked {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
}

.profile-details {
	display: flex;
	align-items: center;
	margin-top: -20px;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
}

.profile-details__caption p {
	color: #333333;
}

@media (min-width: 768px) {
	.profile-details {
		flex-wrap: nowrap;
		text-align: left;
		justify-content: flex-start;
		margin-left: -30px;
	}
	.profile-details > * {
		margin-left: 30px;
	}
}

.profile-details > * {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.profile-details__media {
		flex-shrink: 0;
		flex-grow: 1;
	}
}

.profile-details__media img {
	border-radius: 10px;
}

.profile-details.modifed {
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	margin-top: 0;
}

@media (min-width: 1200px) {
	.profile-details.modifed {
		flex-direction: row;
		align-items: flex-start;
	}
}

.profile-details.modifed .card-custom {
	margin-top: 10px;
}

.profile-details.modifed .profile-details__media {
	align-self: center;
}

@media (min-width: 992px) {
	.profile-details.modifed .profile-details__media {
		align-self: flex-start;
	}
}

@media (min-width: 576px) {
	.profile-details.modifed .profile-details__media {
		flex-shrink: 0;
		flex-grow: 0;
	}
}

.profile-details.modifed > * {
	margin-top: 0;
}

.profile-details.modifed .profile-details__caption {
	padding-top: 15px;
}

.profile-details.modifed .profile-details__caption .card-body {
	padding-right: 0px;
}

.profile-details.modifed .profile-details__caption .card-body p {
	font-size: 16px;
	color: #333333;
	line-height: 24px;
}

.blog-layout-classic .blog-link-group {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: -10px;
}

.blog-layout-classic .blog-link-group > * {
	margin-left: 10px;
}

.blog-layout-classic .blog-link-group a {
	position: relative;
}

.blog-layout-classic .blog-link-group a:before {
	font-family: 'FontAwesome';
}

.blog-layout-classic .blog-link-group a.old {
	padding-left: 12px;
}

.blog-layout-classic .blog-link-group a.old:before {
	content: "\f104";
	position: absolute;
	left: 0;
	top: 2px;
	line-height: 1;
	font-weight: 900;
}

.blog-layout-classic .blog-link-group a.new {
	padding-right: 12px;
}

.blog-layout-classic .blog-link-group a.new:before {
	content: "\f105";
	position: absolute;
	right: 0;
	top: 2px;
	line-height: 1;
	font-weight: 900;
}

.blog-layout-post {
	padding-bottom: 30px;
	border-bottom: 1px solid #ebeced;
}

.blog-layout-post h1, .blog-layout-post h2, .blog-layout-post h3, .blog-layout-post h4, .blog-layout-post h5, .blog-layout-post h6, .blog-layout-post [class^='heading-'] {
	margin-bottom: 15px;
}

.blog-layout-post h1 a, .blog-layout-post h1 a:focus, .blog-layout-post h1 a:active, .blog-layout-post h2 a, .blog-layout-post h2 a:focus, .blog-layout-post h2 a:active, .blog-layout-post h3 a, .blog-layout-post h3 a:focus, .blog-layout-post h3 a:active, .blog-layout-post h4 a, .blog-layout-post h4 a:focus, .blog-layout-post h4 a:active, .blog-layout-post h5 a, .blog-layout-post h5 a:focus, .blog-layout-post h5 a:active, .blog-layout-post h6 a, .blog-layout-post h6 a:focus, .blog-layout-post h6 a:active, .blog-layout-post [class^='heading-'] a, .blog-layout-post [class^='heading-'] a:focus, .blog-layout-post [class^='heading-'] a:active {
	color: #333333;
}

.blog-layout-post h1 a:hover, .blog-layout-post h2 a:hover, .blog-layout-post h3 a:hover, .blog-layout-post h4 a:hover, .blog-layout-post h5 a:hover, .blog-layout-post h6 a:hover, .blog-layout-post [class^='heading-'] a:hover {
	color: #00bcd1;
}

.blog-layout-post__detail-list {
	margin-top: -2px;
	margin-left: -8px;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.blog-layout-post__detail-list li {
	display: flex;
	align-items: center;
}

.blog-layout-post__detail-list li span {
	margin-right: 2px;
}

.blog-layout-post__detail-list li a, .blog-layout-post__detail-list li a:focus, .blog-layout-post__detail-list li a:active {
	color: #00bcd1;
}

.blog-layout-post__detail-list li a:hover {
	color: #333333;
}

.blog-layout-post__detail-list > * {
	margin-left: 8px;
	margin-top: 2px;
}

.blog-layout-post img {
	border-radius: 10px;
}

.blog-layout-post img + * {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.blog-layout-post img + * {
		margin-top: 25px;
	}
}

.blog-layout-post * + img {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.blog-layout-post * + img {
		margin-top: 25px;
	}
}

.blog-layout-post__caption {
	font-size: 18px;
	line-height: 26px;
}

.blog-layout-post__tags {
	display: flex;
	align-items: center;
	font-size: 14px;
}

* + .blog-layout-post__tags {
	margin-top: 15px;
}

.blog-layout-post__tags span {
	margin-right: 4px;
}

.blog-layout-post__tags a, .blog-layout-post__tags a:focus, .blog-layout-post__tags a:active {
	color: #00bcd1;
}

.blog-layout-post__tags a:hover {
	color: #333333;
}

.blog-layout-post__details {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.blog-layout-post__details .button {
	line-height: 1;
	padding: 10px 17px;
}

* + .blog-layout-post__details {
	margin-top: 15px;
}

.blog-layout-post__details a.comment {
	display: inline-flex;
	align-items: center;
	padding: 10px;
	border-radius: 4px;
	color: #a1a2a4;
	background-color: rgba(0, 188, 209, 0.1);
}

.blog-layout-post__details a.comment:hover {
	background-color: #00bcd1;
	color: #ffffff;
}

.blog-layout-post__details a.comment .icon {
	margin-right: 3px;
	font-size: 14px;
}

.blog-layout-post__details a.comment .comment-count {
	font-size: 12px;
}

.blog-layout-post__details .button {
	margin-top: 0;
}

.blog-aside-classic__item {
	padding-bottom: 50px;
	border-bottom: 1px solid #ebeced;
}

.blog-aside-classic__item h5 + * {
	margin-top: 20px;
}

.blog-aside-classic__item .blog-post-list li + li {
	margin-top: 15px;
}

.blog-aside-classic__item .blog-post-list a {
	font-weight: 500;
}

.blog-aside-classic__item .blog-post-list a, .blog-aside-classic__item .blog-post-list a:focus, .blog-aside-classic__item .blog-post-list a:active {
	color: #3b3d42;
}

.blog-aside-classic__item .blog-post-list a:hover {
	color: #00bcd1;
}

.blog-aside-classic__item .blog-post-tag-list {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-left: -5px;
}

.blog-aside-classic__item .blog-post-tag-list > * {
	margin-left: 5px;
}

.blog-aside-classic__item .blog-post-tag-list li a {
	padding: 6px 10px;
	font-size: 14px;
	border: 1px solid #ebeced;
	border-radius: 4px;
	color: #00bcd1;
	display: inline-block;
}

.blog-aside-classic__item .blog-post-tag-list li a:hover {
	background-color: #00bcd1;
	color: #ffffff;
	border-color: #00bcd1;
}

.blog-aside-classic__item .blog-post-acrhive-list {
	display: flex;
	margin-left: -5px;
	flex-wrap: wrap;
}

.blog-aside-classic__item .blog-post-acrhive-list > * {
	margin-left: 5px;
}

.blog-aside-classic__item .blog-post-acrhive-list li a, .blog-aside-classic__item .blog-post-acrhive-list li a:focus, .blog-aside-classic__item .blog-post-acrhive-list li a:active {
	color: #00bcd1;
}

.blog-aside-classic__item .blog-post-acrhive-list li a:hover {
	color: #333333;
}

.blog-aside-classic__item .blog-post-acrhive-list li a:after {
	content: ",";
	color: #333333;
}

.blog-aside-classic__item .blog-post-acrhive-list li:last-child a:after {
	display: none;
}

.blog-aside-classic .col-12:last-child .blog-aside-classic__item {
	border-bottom: none;
}

.single-post-caption__user {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

@media (min-width: 1200px) {
	.single-post-caption__user {
		margin-top: -120px;
	}
}

.single-post-caption__user img {
	border-radius: 50%;
}

.single-post-caption__user img + * {
	margin-top: 15px;
}

.single-post-caption__user span {
	text-transform: uppercase;
	font-size: 18px;
	font-family: "Asap", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.single-post-caption__user + * {
	margin-top: 20px;
}

.single-post-caption__details-list {
	display: flex;
	justify-content: center;
	margin-left: -12px;
	margin-top: 10px;
	flex-wrap: wrap;
}

.single-post-caption__details-list > * {
	margin-top: 5px;
	margin-left: 12px;
}

.single-post-caption__details-list li {
	display: flex;
	align-items: center;
}

.single-post-caption__details-list li span + * {
	margin-left: 5px;
}

.single-post-caption__details-list li a, .single-post-caption__details-list li a:focus, .single-post-caption__details-list li a:active {
	color: #ffffff;
}

.single-post-caption__details-list li a:hover {
	color: #346bae;
}

.single-post-caption__details-list li a + a {
	margin-left: 3px;
}

.single-post-layout p {
	font-size: 18px;
}

.single-post-layout img {
	border-radius: 10px;
}

.single-post-layout *:not(.media-caption) + img {
	margin-top: 25px;
}

.single-post-layout img + * :not(.media-caption) {
	margin-top: 25px;
}

.single-post-layout .media-caption {
	margin-top: 5px;
	display: block;
	text-align: center;
}

.single-post-layout .media-caption + * {
	margin-top: 25px;
}

.single-post-layout p + h2, .single-post-layout p + .heading-2 {
	margin-top: 20px;
}

.single-post-layout .article-nav {
	position: relative;
}

.single-post-layout .article-nav span {
	text-transform: uppercase;
	display: block;
	color: #00bcd1;
	font-weight: 600;
	font-size: 11px;
}

@media (min-width: 768px) {
	.single-post-layout .article-nav span {
		margin-bottom: 10px;
	}
}

.single-post-layout .article-nav.prev {
	text-align: left;
}

.single-post-layout .article-nav.prev > span {
	padding-left: 35px;
}

.single-post-layout .article-nav.prev > * a {
	padding-left: 35px;
}

.single-post-layout .article-nav.prev h5 a {
	display: block;
	position: relative;
}

.single-post-layout .article-nav.prev h5 a:before {
	content: '\f053';
	position: absolute;
	font-size: 14px;
	left: 0;
	top: 5px;
	color: inherit;
	font-weight: 400;
	font-family: 'FontAwesome';
}

.single-post-layout .article-nav.next {
	text-align: right;
}

.single-post-layout .article-nav.next > span {
	padding-right: 35px;
}

.single-post-layout .article-nav.next > * a {
	padding-right: 35px;
}

.single-post-layout .article-nav.next h5 a {
	display: block;
	position: relative;
}

.single-post-layout .article-nav.next h5 a:before {
	content: '\f054';
	position: absolute;
	font-size: 14px;
	right: 0;
	top: 5px;
	color: inherit;
	font-weight: 400;
	font-family: 'FontAwesome';
}

.single-post-layout .article-nav-wrap {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ebeced;
	border-top: 1px solid #ebeced;
}

@media (min-width: 1200px) {
	.single-post-layout .article-nav-wrap {
		padding-top: 45px;
		padding-bottom: 45px;
	}
}

.single-post-layout .article-comment p {
	font-size: 14px;
}

.single-post-layout .article-comment * + .article-comment {
	margin-top: 25px;
}

.single-post-layout .article-comment .comment-form {
	margin-top: 25px;
}

.single-post-layout .article-comment .comment-form .form-comment-area + * {
	margin-top: 30px;
}

.single-post-layout .article-comment .comment-form * + .form-button {
	margin-top: 30px;
}

.post-group {
	padding-bottom: 30px;
	border-bottom: 1px solid #ebeced;
}

@media (min-width: 1200px) {
	.post-group {
		padding-bottom: 45px;
	}
}

.post-group .news-thumbnail {
	margin-left: -20px;
}

.post-group .news-thumbnail > * {
	margin-left: 20px;
}

.post-group .news-thumbnail__media {
	max-width: 120px;
}

.post-group .news-thumbnail__caption {
	flex-direction: column-reverse;
}

.post-group .news-thumbnail__caption a.title, .post-group .news-thumbnail__caption a.title:focus, .post-group .news-thumbnail__caption a.title:active {
	color: #333333;
}

.post-group .news-thumbnail__caption a.title:hover {
	color: #00bcd1;
}

.post-group .news-thumbnail__caption .date {
	color: #a1a2a4;
}

/** @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;
}

@keyframes scale {
	10% {
		transform: scale(1.12);
	}
	20% {
		transform: scale(1);
	}
	30% {
		transform: scale(1.12);
	}
	40% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.12);
	}
	60% {
		transform: scale(1);
	}
	70% {
		transform: scale(1.12);
	}
	80% {
		transform: scale(1);
	}
	90% {
		transform: scale(1.12);
	}
	100% {
		transform: scale(1);
	}
}

/** @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 #00bcd1;
	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: 55px;
	z-index: 100;
	width: 54px;
	height: 54px;
	font-size: 20px;
	line-height: 50px;
	color: #ffffff;
	background: #00bcd1;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	transition: .45s all ease-in-out;
	transform: translate3d(0, 145px, 0);
}

.ui-to-top:hover {
	color: #ffffff;
	background: #346bae;
	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,
.rd-navbar.rd-navbar--is-clone {
	display: none;
}

.rd-navbar.rd-navbar-fixed + .rd-navbar.rd-navbar--is-clone,
.rd-navbar.rd-navbar-sidebar + .rd-navbar.rd-navbar--is-clone {
	display: none;
}

.rd-navbar {
	display: none;
	background: #ffffff;
}

.rd-navbar-toggle {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #333333;
	background-color: transparent;
	border: none;
	display: none;
}

.rd-navbar-toggle span {
	position: relative;
	display: block;
	margin: auto;
	transition: .3s all ease;
}

.rd-navbar-toggle span:after, .rd-navbar-toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
	transition: .3s all ease;
}

.rd-navbar-toggle span:after {
	top: 8px;
}

.rd-navbar-toggle span:after, .rd-navbar-toggle span:before, .rd-navbar-toggle span {
	width: 24px;
	height: 4px;
	background-color: #333333;
	backface-visibility: hidden;
	border-radius: 6px;
}

.rd-navbar-toggle span {
	transform: rotate(180deg);
}

.rd-navbar-toggle span:before, .rd-navbar-toggle span:after {
	transform-origin: 1.71429px center;
}

.rd-navbar-toggle.active span {
	transform: rotate(360deg);
}

.rd-navbar-toggle.active span:before, .rd-navbar-toggle.active span:after {
	top: 0;
	width: 15px;
}

.rd-navbar-toggle.active span:before {
	-webkit-transform: rotate3d(0, 0, 1, -40deg);
	transform: rotate3d(0, 0, 1, -40deg);
}

.rd-navbar-toggle.active span:after {
	-webkit-transform: rotate3d(0, 0, 1, 40deg);
	transform: rotate3d(0, 0, 1, 40deg);
}

.rd-navbar-collapse-toggle {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #333333;
	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: #333333;
	left: 50%;
	margin-left: -3px;
	border-radius: 50%;
	transition: .3s all ease;
}

.rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
	content: '';
}

.rd-navbar-collapse-toggle span:before {
	bottom: 100%;
	margin-bottom: 3px;
}

.rd-navbar-collapse-toggle span:after {
	top: 100%;
	margin-top: 3px;
}

.rd-navbar-collapse-toggle.active span {
	transform: scale(0.7);
}

.rd-navbar-collapse-toggle.active span:before {
	transform: translateY(18px);
}

.rd-navbar-collapse-toggle.active span:after {
	transform: translateY(-18px);
}

.rd-navbar-brand a {
	display: block;
}

.rd-navbar-search {
	position: relative;
	display: inline-flex;
}

.rd-navbar-search .form-input {
	padding-right: 50px;
}

.rd-navbar-search .rd-search-form-submit {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50px;
	padding: 0;
	margin: 0;
	border: none;
	cursor: pointer;
	background-color: transparent;
	color: #cccccc;
	transition: .33s;
}

.rd-navbar-search .rd-search-form-submit:hover {
	color: #00bcd1;
}

.rd-navbar-search-toggle {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
}

.rd-navbar-search-toggle::-moz-focus-inner {
	border: none;
	padding: 0;
}

.rd-navbar-dropdown {
	display: none;
}

/*
* @subsection  RD Navbar Static
*/
.rd-navbar-static {
	display: block;
}

.rd-navbar-static .rd-nav-item {
	display: inline-block;
}

.rd-navbar-static .rd-nav-item .rd-navbar-submenu-toggle {
	color: #ffffff;
}

.rd-navbar-static .rd-nav-item.focus .rd-nav-link, .rd-navbar-static .rd-nav-item.opened .rd-nav-link {
	color: #00bcd1;
	background: transparent;
}

.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle {
	color: #00bcd1;
}

.rd-navbar-static .rd-nav-item.active .rd-nav-link {
	color: #00bcd1;
	background: transparent;
}

.rd-navbar-static .rd-nav-item.active > .rd-navbar-submenu-toggle {
	color: #00bcd1;
}

.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: "FontAwesome";
	font-size: 12px;
	cursor: pointer;
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle::before {
	position: relative;
	display: inline-block;
	transition: .22s;
	content: "\f0d7";
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle:hover {
	color: #00bcd1;
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu {
	margin-top: 20px;
}

.rd-navbar-static .rd-nav-item + .rd-nav-item {
	margin-left: 36px;
}

.rd-navbar-static .rd-nav-link {
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.2;
	transition: .25s;
	font-family: "Asap", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
}

.rd-navbar-static .rd-nav-link:hover {
	color: #00bcd1;
}

.rd-navbar-static .rd-menu {
	z-index: 15;
	position: absolute;
	display: block;
	margin-top: 22px;
	visibility: hidden;
	opacity: 0;
	text-align: left;
	border: 1px solid #d7d7d7;
	transform: translate3d(0, 30px, 0);
}

.rd-navbar-static .rd-navbar-dropdown {
	position: absolute;
	left: 0;
	width: 270px;
	padding: 15px;
	background: #ffffff;
	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.focus .rd-dropdown-link, .rd-navbar-static .rd-dropdown-item.opened .rd-dropdown-link {
	color: #00bcd1;
}

.rd-navbar-static .rd-dropdown-link {
	color: #9b9b9b;
}

.rd-navbar-static .rd-dropdown-link:hover {
	color: #00bcd1;
}

.rd-navbar-static .rd-navbar-dropdown li > a,
.rd-navbar-static .rd-megamenu-list li > a {
	position: relative;
	left: -3px;
	display: flex;
	padding: 1px 14px 1px 0;
	text-align: left;
}

.rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-static .rd-navbar-dropdown li > a:focus, .rd-navbar-static .rd-navbar-dropdown li > a:active,
.rd-navbar-static .rd-megamenu-list li > a,
.rd-navbar-static .rd-megamenu-list li > a:focus,
.rd-navbar-static .rd-megamenu-list li > a:active {
	color: #9b9b9b;
}

.rd-navbar-static .rd-navbar-dropdown li > a:hover,
.rd-navbar-static .rd-megamenu-list li > a:hover {
	color: #00bcd1;
}

.rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-static .rd-navbar-dropdown li > a::before,
.rd-navbar-static .rd-megamenu-list li > a,
.rd-navbar-static .rd-megamenu-list li > a::before {
	transition: .15s ease-in-out;
}

.rd-navbar-static .rd-navbar-dropdown li > a::before,
.rd-navbar-static .rd-megamenu-list li > a::before {
	position: relative;
	top: -1px;
	left: -6px;
	display: inline-block;
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: inherit;
	line-height: inherit;
	color: #00bcd1;
	opacity: 0;
	visibility: hidden;
}

.rd-navbar-static .rd-navbar-dropdown li.focus > a,
.rd-navbar-static .rd-navbar-dropdown li.opened > a,
.rd-navbar-static .rd-navbar-dropdown li > a:hover,
.rd-navbar-static .rd-megamenu-list li.focus > a,
.rd-navbar-static .rd-megamenu-list li.opened > a,
.rd-navbar-static .rd-megamenu-list li > a:hover {
	left: 0;
	padding-left: 14px;
	padding-right: 0;
}

.rd-navbar-static .rd-navbar-dropdown li.focus > a::before,
.rd-navbar-static .rd-navbar-dropdown li.opened > a::before,
.rd-navbar-static .rd-navbar-dropdown li > a:hover::before,
.rd-navbar-static .rd-megamenu-list li.focus > a::before,
.rd-navbar-static .rd-megamenu-list li.opened > a::before,
.rd-navbar-static .rd-megamenu-list li > a:hover::before {
	left: -7px;
	opacity: 1;
	visibility: visible;
}

.rd-navbar-static .rd-navbar-megamenu {
	display: flex;
	left: 0;
	width: 100%;
	max-width: 1200px;
	padding: 30px 40px;
	background: #ffffff;
}

.rd-navbar-static .rd-megamenu-item {
	flex-basis: 50%;
	flex-grow: 1;
}

.rd-navbar-static .rd-megamenu-item + .rd-megamenu-item {
	padding-left: 20px;
}

.rd-navbar-static .rd-megamenu-title {
	padding-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;
}

.rd-navbar-static * + .rd-megamenu-title {
	margin-top: 30px;
}

.rd-navbar-static .rd-megamenu-list-item + .rd-megamenu-list-item {
	margin-top: 5px;
}

.rd-navbar-static .rd-megamenu-list-link {
	color: #000000;
	background: transparent;
}

.rd-navbar-static .rd-megamenu-list-link:hover {
	color: #00bcd1;
	background: transparent;
}

.rd-navbar-static * + .rd-megamenu-list {
	margin-top: 10px;
}

.rd-navbar-static .rd-navbar-submenu.focus > .rd-menu, .rd-navbar-static .rd-navbar-submenu.opened > .rd-menu {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

.rd-navbar-static .rd-navbar-search.active .rd-search {
	visibility: visible;
	opacity: 1;
}

.rd-navbar-static .rd-search {
	position: absolute;
	top: 100%;
	right: 0;
	width: 270px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	margin-top: 20px;
	z-index: 2;
}

.rd-navbar-static * + .rd-navbar-search {
	margin-left: 36px;
}

.rd-navbar-static .rd-navbar-search-toggle {
	display: inline-flex;
	color: #333333;
}

.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: #00bcd1;
}

.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: #346bae;
}

.rd-navbar-static .rd-navbar--has-dropdown {
	position: relative;
}

/*
*
* RD Navbar Fixed
*/
.rd-navbar-fixed {
	display: block;
}

.rd-navbar-fixed .rd-navbar-toggle {
	display: inline-block;
}

.rd-navbar-fixed .rd-navbar-brand {
	position: relative;
	margin-left: 6px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	font-size: 22px;
	line-height: 46px;
}

.rd-navbar-fixed .rd-navbar-brand img {
	max-width: 160px;
	max-height: 58px;
	width: auto;
	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;
	box-shadow: 0 0 5px 0 rgba(1, 3, 4, 0.19);
}

.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: #38ebff;
	border: none;
	border-radius: 0;
	opacity: .2;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
	background: #00bcd1;
	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: 6px;
	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: #9b9b9b;
	background: #ffffff;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	color: #ffffff;
	background: #ffffff;
	border: 1px solid #d7d7d7;
	box-shadow: none;
}

.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link, .rd-navbar-fixed .rd-nav-item.focus .rd-nav-link, .rd-navbar-fixed .rd-nav-item.active .rd-nav-link, .rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
	color: #ffffff;
	background: #00bcd1;
}

.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: #9b9b9b;
}

.rd-navbar-fixed .rd-megamenu-list > li > a,
.rd-navbar-fixed .rd-navbar-dropdown > li > a {
	color: #9b9b9b;
}

.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: #00bcd1;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
	color: #cccccc;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
	border-bottom: 1px solid #d7d7d7;
}

.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: #cccccc;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:hover {
	color: #00bcd1;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
	color: #9b9b9b;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
	color: #cccccc;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit:hover {
	color: #00bcd1;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
	color: #333333;
}

.rd-navbar-fixed .rd-navbar-search-toggle:hover {
	color: #00bcd1;
}

.rd-navbar-fixed .rd-navbar-collapse {
	background-color: #ffffff;
	box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);
}

.rd-navbar-fixed .rd-navbar-collapse,
.rd-navbar-fixed .rd-navbar-collapse a {
	color: #9b9b9b;
}

html.rd-navbar-fixed-linked .page {
	padding-top: 56px;
}

/*
*
* RD Navbar Sidebar
*/
.rd-navbar-sidebar {
	display: block;
	background: #ffffff;
}

.rd-navbar-sidebar .rd-navbar-main-outer {
	padding-left: 15px;
	padding-right: 15px;
}

.rd-navbar-sidebar .rd-navbar-main {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 22px 60px 22px 0;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.rd-navbar-sidebar .rd-navbar-main-element {
	display: flex;
	align-items: center;
}

.rd-navbar-sidebar .rd-navbar-main-element > * + * {
	margin-left: 20px;
}

.rd-navbar-sidebar .rd-navbar-toggle {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	z-index: 1102;
}

.rd-navbar-sidebar .rd-navbar-panel {
	min-width: 200px;
	text-align: center;
}

.rd-navbar-sidebar .rd-navbar-brand img {
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 200px;
}

.rd-navbar-sidebar .rd-navbar-nav-wrap {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1101;
	width: 450px;
	padding: 94px 0 0 0;
	background: #ffffff;
	transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	transform: translateX(100%);
	box-shadow: 0 0 13px 0 rgba(204, 204, 204, 0.16);
}

.rd-navbar-sidebar .rd-navbar-nav-wrap.active {
	transition-delay: .1s;
	transform: translateX(0);
}

.rd-navbar-sidebar .rd-navbar-nav {
	height: calc(100vh - 100px);
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid #d7d7d7;
}

.rd-navbar-sidebar .rd-nav-item {
	position: relative;
	display: block;
	padding: 19px 30px 19px 40px;
}

.rd-navbar-sidebar .rd-nav-item.active .rd-nav-link {
	color: #00bcd1;
}

.rd-navbar-sidebar .rd-nav-item .rd-nav-link,
.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle {
	font-size: 18px;
}

.rd-navbar-sidebar .rd-nav-item + .rd-nav-item {
	border-top: 1px solid #d7d7d7;
}

.rd-navbar-sidebar .rd-nav-item:last-child {
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 30px;
}

.rd-navbar-sidebar .rd-nav-link {
	max-width: calc(100% - 30px);
	word-break: break-all;
	font-size: 18px;
	line-height: 1.4;
	text-transform: none;
	color: #cccccc;
}

.rd-navbar-sidebar .rd-nav-link:hover {
	color: #00bcd1;
}

.rd-navbar-sidebar .rd-navbar-submenu .opened > .rd-navbar-submenu-toggle::after {
	transform: rotate(180deg);
}

.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-megamenu {
	display: none;
	opacity: 0;
	visibility: hidden;
	will-change: opacity, visibility;
	transition: opacity .2s;
}

.rd-navbar-sidebar .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu.opened > .rd-navbar-megamenu {
	display: block;
	opacity: 1;
	visibility: visible;
}

.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu > .rd-navbar-megamenu {
	transform: translateY(30px);
}

.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu.opened > .rd-navbar-megamenu {
	transform: translateY(0);
}

.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu .rd-navbar-submenu > .rd-navbar-dropdown {
	transform: translateX(-20px);
}

.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-submenu .rd-navbar-submenu.opened > .rd-navbar-dropdown {
	transform: translateX(0);
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: inherit;
	padding-right: inherit;
	padding-left: 10px;
	margin-bottom: inherit;
	display: inline-block;
	width: 30px;
	margin-left: 5px;
	text-align: center;
	cursor: pointer;
	color: #333333;
}

.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: #00bcd1;
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle::after,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle::after {
	content: '\f107';
	position: relative;
	display: inline-block;
	font-family: "FontAwesome";
	font-size: inherit;
	line-height: inherit;
	text-align: center;
	vertical-align: middle;
	transition: 0.4s all ease;
	z-index: 2;
	will-change: transform;
}

.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle {
	font-size: 14px;
	color: #cccccc;
	margin-left: 7px;
}

.rd-navbar-sidebar .rd-menu {
	margin-top: 31px;
}

.rd-navbar-sidebar .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-megamenu-list {
	font-size: 14px;
}

.rd-navbar-sidebar .rd-navbar-dropdown li > a,
.rd-navbar-sidebar .rd-megamenu-list li > a {
	position: relative;
	left: -3px;
	display: flex;
	padding: 1px 14px 1px 0;
	text-align: left;
}

.rd-navbar-sidebar .rd-navbar-dropdown li > a, .rd-navbar-sidebar .rd-navbar-dropdown li > a:focus, .rd-navbar-sidebar .rd-navbar-dropdown li > a:active,
.rd-navbar-sidebar .rd-megamenu-list li > a,
.rd-navbar-sidebar .rd-megamenu-list li > a:focus,
.rd-navbar-sidebar .rd-megamenu-list li > a:active {
	color: #9b9b9b;
}

.rd-navbar-sidebar .rd-navbar-dropdown li > a:hover,
.rd-navbar-sidebar .rd-megamenu-list li > a:hover {
	color: #00bcd1;
}

.rd-navbar-sidebar .rd-navbar-dropdown li > a, .rd-navbar-sidebar .rd-navbar-dropdown li > a::before,
.rd-navbar-sidebar .rd-megamenu-list li > a,
.rd-navbar-sidebar .rd-megamenu-list li > a::before {
	transition: .15s ease-in-out;
}

.rd-navbar-sidebar .rd-navbar-dropdown li > a::before,
.rd-navbar-sidebar .rd-megamenu-list li > a::before {
	position: relative;
	top: -1px;
	left: -6px;
	display: inline-block;
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: inherit;
	line-height: inherit;
	color: #00bcd1;
	opacity: 0;
	visibility: hidden;
}

.rd-navbar-sidebar .rd-navbar-dropdown li.focus > a,
.rd-navbar-sidebar .rd-navbar-dropdown li.opened > a,
.rd-navbar-sidebar .rd-navbar-dropdown li > a:hover,
.rd-navbar-sidebar .rd-megamenu-list li.focus > a,
.rd-navbar-sidebar .rd-megamenu-list li.opened > a,
.rd-navbar-sidebar .rd-megamenu-list li > a:hover {
	left: 0;
	padding-left: 14px;
	padding-right: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown li.focus > a::before,
.rd-navbar-sidebar .rd-navbar-dropdown li.opened > a::before,
.rd-navbar-sidebar .rd-navbar-dropdown li > a:hover::before,
.rd-navbar-sidebar .rd-megamenu-list li.focus > a::before,
.rd-navbar-sidebar .rd-megamenu-list li.opened > a::before,
.rd-navbar-sidebar .rd-megamenu-list li > a:hover::before {
	left: -7px;
	opacity: 1;
	visibility: visible;
}

.rd-navbar-sidebar .rd-navbar-megamenu {
	max-width: 450px;
	margin-bottom: -30px;
}

.rd-navbar-sidebar .rd-navbar-megamenu > * {
	margin-bottom: 30px;
}

.rd-navbar-sidebar .rd-navbar-megamenu > li {
	display: inline-block;
	vertical-align: top;
	width: 45%;
}

.rd-navbar-sidebar .rd-megamenu-title {
	display: none;
}

.rd-navbar-sidebar .rd-megamenu-list {
	margin-top: 0;
}

.rd-navbar-sidebar .rd-megamenu-list > li + li {
	margin-top: 10px;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown > a {
	padding-right: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown > a::before {
	display: none;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown > a:hover {
	padding-left: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.focus > a {
	padding-left: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened > .rd-navbar-submenu-toggle {
	color: #00bcd1;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened > .rd-navbar-submenu-toggle::after {
	top: 1px;
}

.rd-navbar-sidebar .rd-navbar-dropdown > li + li {
	margin-top: 10px;
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-dropdown {
	margin-top: 25px;
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-dropdown .rd-navbar-dropdown {
	margin-top: 10px;
	padding-left: 15px;
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-dropdown .rd-navbar-dropdown > li > a {
	font-size: 12px;
}

@media (min-width: 1200px) {
	.rd-navbar-sidebar .rd-navbar-megamenu {
		margin-bottom: -30px;
	}
	.rd-navbar-sidebar .rd-navbar-megamenu > * {
		margin-bottom: 30px;
	}
	.rd-navbar-sidebar .rd-navbar-dropdown > li + li,
	.rd-navbar-sidebar .rd-megamenu-list > li + li {
		margin-top: 18px;
	}
}

@media (min-width: 1200px) {
	.rd-navbar-sidebar .rd-navbar-nav-wrap {
		width: auto;
		left: calc(50% + 600px - 80px);
	}
}

.rd-navbar-sidebar.rd-navbar--is-clone {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	transform: translateY(-101%);
}

.rd-navbar-sidebar.rd-navbar--is-clone.rd-navbar--is-stuck {
	transform: translateY(0);
}

.rd-navbar-sidebar.rd-navbar--is-stuck {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1);
}

.rd-navbar-sidebar.rd-navbar--is-stuck .rd-navbar-main {
	padding-top: 11px;
	padding-bottom: 11px;
}

/**
*
* RD Navbar Classic
* =====================================================
*/
.rd-navbar-classic {
	background: transparent;
}

.rd-navbar-classic .rd-navbar-aside-outer {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside-outer,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main-outer {
	padding-left: 15px;
	padding-right: 15px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside {
	padding: 9px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside .contact-list {
	font-family: "Asap", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	display: flex;
	align-items: center;
	letter-spacing: -.02em;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside .contact-list li a, .rd-navbar-classic.rd-navbar-static .rd-navbar-aside .contact-list li a:focus, .rd-navbar-classic.rd-navbar-static .rd-navbar-aside .contact-list li a:active {
	color: #ffffff;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside .contact-list li a:hover {
	color: #ffffff;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside .contact-list li a:hover {
	text-decoration: underline;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside .contact-list li .icon {
	color: #ffffff;
}

@media (min-width: 992px) {
	.rd-navbar-classic.rd-navbar-static .rd-navbar-aside .contact-list li + li {
		margin-left: 45px;
	}
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside .social-list li a, .rd-navbar-classic.rd-navbar-static .rd-navbar-aside .social-list li a:focus, .rd-navbar-classic.rd-navbar-static .rd-navbar-aside .social-list li a:active {
	color: #ffffff;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside .social-list li a:hover {
	color: #00bcd1;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand .brand-logo-dark {
	display: none;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand .brand-logo-light {
	display: block;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
	width: auto;
	height: auto;
	max-width: 147px;
	max-height: 22px;
}

.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: #d7d7d7;
}

.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-classic.rd-navbar-fixed .rd-navbar-aside {
	line-height: 2;
	text-align: center;
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-aside .contact-list a, .rd-navbar-classic.rd-navbar-fixed .rd-navbar-aside .contact-list a:focus, .rd-navbar-classic.rd-navbar-fixed .rd-navbar-aside .contact-list a:active {
	color: #333333;
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-aside .contact-list a:hover {
	color: #00bcd1;
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-aside .contact-list .icon {
	color: #00bcd1;
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-aside .social-list {
	margin-top: 10px;
	justify-content: center;
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-aside .social-list a, .rd-navbar-classic.rd-navbar-fixed .rd-navbar-aside .social-list a:focus, .rd-navbar-classic.rd-navbar-fixed .rd-navbar-aside .social-list a:active {
	color: #00bcd1;
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-aside .social-list a:hover {
	color: #346bae;
}

/*
*
* RD Navbar Fullwidth
*/
.rd-navbar-fullwidth {
	display: block;
}

.rd-navbar-fullwidth .rd-navbar-nav > li + li {
	margin-left: 20px;
}

.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-main, .rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-main {
	padding: 10px 0;
}

/** @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: #00bcd1;
}

@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: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.6);
	transition: .2s;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination .swiper-pagination-bullet:hover {
	background: white;
}

.swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-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-container-vertical > .swiper-pagination {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
	margin: 5px 0;
	display: block;
}

.swiper-container-horizontal > .swiper-pagination {
	bottom: 20px;
	left: 0;
	width: 100%;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px;
}

.swiper-slide {
	position: relative;
	display: 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: 40.10417vw;
}

/** @section Google Map */
.google-map-markers {
	display: none;
}

.google-map-container {
	width: 100%;
}

.google-map {
	height: 250px;
	width: 100%;
}

@media (min-width: 992px) {
	.google-map {
		height: 400px;
	}
}

@media (min-width: 1200px) {
	.google-map {
		height: 650px;
	}
}

/** @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: #a3a3a3;
	background: #f4f4f4;
	opacity: 0;
	visibility: hidden;
	transform-origin: 50% 0;
	transform: scale(1, 0.9);
	transition: .3s all ease;
}

.rd-search-results-live #search-results::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	z-index: -1;
	border: 1px solid #d7d7d7;
	border-top: 0;
}

.rd-search-results-live #search-results.active {
	opacity: 1;
	visibility: visible;
	transform: scale(1, 1);
}

.rd-search-results-live .search-quick-result {
	padding-left: 15px;
	padding-right: 15px;
	font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	color: #333333;
}

.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: #cccccc;
}

.rd-search-results-live .search-link:hover {
	color: #00bcd1;
}

.rd-search-results-live .search-error {
	font-size: 14px;
	line-height: 1.6;
}

.rd-search-results-live .search-title {
	position: relative;
	font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #333333;
}

.rd-search-results-live .search-title a:hover {
	color: #00bcd1;
}

.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: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: normal;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	background: #00bcd1;
}

.rd-search-results-live .search-submit:hover {
	color: #ffffff;
	background: #cccccc;
}

.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: 16px;
	color: #9b9b9b;
}

.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: 600;
	color: #000000;
}

.rd-search-results .search-list-item + .search-list-item {
	margin-top: 40px;
}

.rd-search-results .search-title {
	font-size: 16px;
	color: #000000;
}

.rd-search-results .search {
	color: #ffffff;
	padding: 0 .25em;
	background: #00bcd1;
}

.rd-search-results .match {
	padding: 5px;
	font-size: 12px;
	line-height: 1.7;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #000000;
}

.rd-search-results .match em {
	margin: 0;
	font-style: normal;
}

.rd-search-results p * {
	margin: 0;
}

.rd-search-results * + .match {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.rd-search-results .search-title {
		font-size: 18px;
	}
	.rd-search-results .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: #cccccc;
	font-size: 0;
	line-height: 0;
}

.rd-search-classic .rd-search-submit::-moz-focus-inner {
	border: none;
	padding: 0;
}

.rd-search-classic .rd-search-submit:before {
	position: relative;
	top: -1px;
	content: '\e014';
	font: 400 20px 'fl-chapps';
	line-height: 1;
	transition: .33s all ease;
}

.rd-search-classic .rd-search-submit:hover {
	color: #00bcd1;
}

.rd-search.rd-search-inline {
	position: relative;
}

.rd-search.rd-search-inline .form-input {
	padding-right: 54px;
}

.rd-search.rd-search-inline .button-link {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 54px;
	right: 0;
	margin: 0;
	font-size: 21px;
	color: #cccccc;
	transition: .33s;
}

.rd-search.rd-search-inline .button-link::before {
	display: block;
	margin: auto;
}

.rd-search.rd-search-inline .button-link:hover {
	color: #00bcd1;
}

.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;
}

* + .isotope {
	margin-top: 28px;
}

/** @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;
}

.tabs-custom .nav-item {
	float: none;
	border: 0;
	cursor: pointer;
	transition: .33s all ease;
}

.tabs-custom .nav-link {
	margin: 0;
	border-radius: 0;
	border: 0;
}

.tabs-custom .nav-link.active {
	cursor: default;
	border: 0;
}

.tab-content > .tab-pane {
	display: block;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

.tab-content > .active {
	visibility: visible;
	height: auto;
	overflow: visible;
}

* + .tabs-horizontal.tabs-corporate {
	margin-top: 25px;
}

* + .tabs-vertical.tabs-corporate {
	margin-top: 40px;
}

@media (min-width: 768px) {
	* + .tabs-vertical.tabs-corporate {
		margin-top: 60px;
	}
}

@media (min-width: 1200px) {
	* + .tabs-vertical.tabs-corporate {
		margin-top: 80px;
	}
}

.tabs-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 #e5e7e9;
	}
	.tabs-line .nav-item {
		margin: -1px;
	}
	.tabs-line .nav-link {
		padding: 7px 10px;
		color: #9b9b9b;
		background: transparent;
		border-bottom: 1px solid #e5e7e9;
	}
	.tabs-line .nav-link:first-child {
		border-top: 1px solid #e5e7e9;
	}
	.tabs-line .nav-link:hover,
	.tabs-line .nav-link.active {
		color: #ffffff;
		background: #00bcd1;
		border-color: #00bcd1;
	}
}

.tabs-corporate .nav-tabs {
	position: relative;
	border: 1px solid #e5e7e9;
}

.tabs-corporate .nav-item {
	margin: -1px;
}

.tabs-corporate .nav-link {
	padding: 10px 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	color: #9b9b9b;
	background: transparent;
	text-align: center;
	vertical-align: middle;
}

.tabs-corporate .nav-link:first-child {
	border-top: 1px solid #e5e7e9;
}

.tabs-corporate .nav-link:hover,
.tabs-corporate .nav-link.active {
	color: #ffffff;
	background: #00bcd1;
	border-color: #00bcd1;
}

.tabs-corporate .tab-content {
	padding: 30px 0 0;
}

@media (min-width: 768px) {
	.tabs-horizontal.tabs-corporate .nav-tabs {
		position: relative;
		width: 100%;
		display: block;
		transform: translate3d(0, -10px, 0);
		margin-bottom: -10px;
		margin-left: -5px;
		margin-right: -5px;
		text-align: center;
		border: 0;
		will-change: transform;
	}
	.tabs-horizontal.tabs-corporate .nav-tabs > * {
		margin-top: 10px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.tabs-horizontal.tabs-corporate .nav-item {
		display: inline-block;
		will-change: transform;
	}
	.tabs-horizontal.tabs-corporate .nav-link {
		display: block;
		position: relative;
		z-index: 1;
		min-width: 130px;
		letter-spacing: .1em;
		padding: 13px 20px;
		border: 2px solid #e5e7e9;
	}
	.tabs-horizontal.tabs-corporate .nav-link, .tabs-horizontal.tabs-corporate .nav-link::before {
		transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	}
	.tabs-horizontal.tabs-corporate .nav-link::before {
		content: '';
		position: absolute;
		top: -1px;
		left: -1px;
		width: calc(100% + 2px);
		height: calc(100% + 2px);
		z-index: -1;
		opacity: 0;
		transform: scale3d(0.7, 1, 1);
		transition: transform 0.4s, opacity 0.4s;
		transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
		background: #00bcd1;
	}
	.tabs-horizontal.tabs-corporate .nav-link.active,
	.tabs-horizontal.tabs-corporate .nav-link:hover {
		color: #ffffff;
		border-color: #00bcd1;
		background-color: transparent;
	}
	.tabs-horizontal.tabs-corporate .nav-link.active::before,
	.tabs-horizontal.tabs-corporate .nav-link:hover::before {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	}
	.tabs-horizontal.tabs-line .nav-tabs {
		border: 0;
		border-bottom: 4px solid #d7d7d7;
	}
	.tabs-horizontal.tabs-line .nav-item {
		display: inline-block;
	}
	.tabs-horizontal.tabs-line .nav-item:not(:last-child) {
		margin-right: 52px;
	}
	.tabs-horizontal.tabs-line .nav-link {
		position: relative;
		padding: 0 0 15px 0;
		background-color: transparent;
		color: #9b9b9b;
		border: 0;
	}
	.tabs-horizontal.tabs-line .nav-link::after {
		content: '';
		position: absolute;
		bottom: -4px;
		left: 0;
		height: 4px;
		width: 0;
		background: #00bcd1;
		transition: .22s ease;
	}
	.tabs-horizontal.tabs-line .nav-link.active,
	.tabs-horizontal.tabs-line .nav-link:hover {
		color: #cccccc;
	}
	.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 .nav-link.active,
	.tabs-vertical .nav-link:hover {
		box-shadow: 0 9px 21px 0 rgba(30, 30, 30, 0.13);
	}
	.tabs-vertical .tab-content {
		flex-grow: 1;
	}
	.tabs-vertical.tabs-corporate .nav-tabs {
		width: auto;
		min-width: 260px;
		border: 0;
	}
	.tabs-vertical.tabs-corporate .nav-item {
		margin: 0;
	}
	.tabs-vertical.tabs-corporate .nav-link {
		position: relative;
		padding: 17px 30px;
		border: 0;
		overflow: hidden;
		text-align: left;
	}
	.tabs-vertical.tabs-corporate .nav-item + .nav-item {
		margin-top: 2px;
	}
	.tabs-vertical.tabs-corporate .tab-content {
		padding: 0 0 0 30px;
	}
}

@media (min-width: 992px) {
	.tabs-horizontal.tabs-corporate .tab-content {
		padding: 20px 30px 0;
	}
	.tabs-vertical.tabs-corporate .tab-content {
		padding: 0 0 0 45px;
	}
}

/** @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-group-custom.card-group-corporate .card + .card {
	margin-top: 30px;
}

.card-custom {
	display: block;
	margin: 0;
	background: inherit;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	text-align: left;
}

.card-custom a {
	display: block;
}

.card-custom .card-header {
	padding: 0;
	border-bottom: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.card-custom .card-body {
	padding: 0;
	border: 0;
}

.card-custom .card-title {
	margin-bottom: 0;
}

* + .card-group-custom {
	margin-top: 35px;
}

@media (min-width: 768px) {
	* + .card-group-custom {
		margin-top: 50px;
	}
}

.card-corporate {
	text-align: left;
	box-shadow: -1px 2px 5px 0px rgba(68, 73, 83, 0.12);
}

.card-corporate .card-title a,
.card-corporate .card-body {
	background: #ffffff;
}

.card-corporate .card-title a {
	position: relative;
	z-index: 1;
	padding: 21px 82px 21px 32px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: 0;
	color: #333333;
	transition: 1.3s all ease;
	border-radius: 6px 6px 0 0;
	border-bottom: 1px solid #dedede;
}

.card-corporate .card-title a .card-arrow:after {
	opacity: 0;
	visibility: hidden;
}

.card-corporate .card-title a.collapsed {
	border-radius: 6px;
	border-bottom-width: 0;
}

.card-corporate .card-title a.collapsed .card-arrow {
	border-radius: 0 6px 6px 0;
}

.card-corporate .card-title a.collapsed .card-arrow:after {
	opacity: 1;
	visibility: visible;
}

.card-corporate .card-arrow {
	position: absolute;
	top: 0;
	bottom: -1px;
	right: -1px;
	z-index: 2;
	width: 70px;
	background: #00bcd1;
	border-radius: 0 6px 0 0;
	transition: .33s all ease;
}

.card-corporate .card-arrow::before, .card-corporate .card-arrow::after {
	content: '';
	position: absolute;
	top: 50%;
	z-index: 4;
	transform: translateY(-50%);
	background: #ffffff;
}

.card-corporate .card-arrow::before {
	width: 14px;
	height: 2px;
	right: 28px;
}

.card-corporate .card-arrow::after {
	width: 2px;
	height: 14px;
	right: 34px;
}

.card-corporate .collapse {
	position: relative;
	z-index: 1;
	color: #9b9b9b;
	border-radius: 0 0 6px 6px;
}

.card-corporate .card-body {
	padding: 25px 44px 25px 32px;
}

@media (max-width: 991.98px) {
	.card-corporate .card-title a,
	.card-corporate .card-body {
		padding-left: 25px;
	}
}

.card-group-classic .card + .card {
	margin-top: 5px;
}

.card-group-classic .card-corporate {
	box-shadow: none;
	font-family: "Asap", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.card-group-classic .card-header {
	border-radius: 0;
	background: none;
}

.card-group-classic .card-title a {
	padding: 0 15px 20px 28px;
	border: none;
	background: none;
	color: #00bcd1;
	transition: all 0.3s ease-in-out;
	font-size: 18px;
}

.card-group-classic .card-title a .card-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0;
	background: none;
	left: 0;
	right: auto;
	bottom: auto;
	top: 5px;
	width: 14px;
	height: 14px;
	transform: rotate(90deg);
	color: #00bcd1;
}

.card-group-classic .card-title a .card-arrow:before {
	display: none;
}

.card-group-classic .card-title a .card-arrow:after {
	content: "\f0da";
	font-family: 'FontAwesome';
	width: auto;
	height: auto;
	right: auto;
	transform: none;
	top: auto;
	position: static;
	opacity: 1;
	visibility: visible;
	background: none;
	line-height: 1;
	font-size: 14px;
}

.card-group-classic .card-title a.collapsed {
	color: #212121;
}

.card-group-classic .card-title a.collapsed .card-arrow {
	border-radius: 0;
	transform: rotate(0deg);
	color: #212121;
	transition: all 0.3s ease-in-out;
}

.card-group-classic .card-body {
	background: none;
	padding: 0 15px 20px 28px;
	font-size: 16px;
	font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.card-group-classic .card-body p {
	color: #333333;
}

* + .card-group-classic {
	margin-top: 25px;
}

/** @section Tooltop Custom */
.tooltip {
	font-size: 16px;
	line-height: 1.2;
}

.tooltip.bs-tooltip-top .arrow::before {
	border-top-color: #00bcd1;
}

.tooltip.bs-tooltip-bottom .arrow::before {
	border-bottom-color: #00bcd1;
}

/** @section Counter */
/** @section Progress Bars */
.progress-linear {
	position: relative;
	text-align: left;
}

.progress-linear-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-header > * {
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.progress-linear-body {
	height: 10px;
	background: #d7d7d7;
}

.progress-linear-bar {
	width: 0;
	height: inherit;
	background: #00bcd1;
	transition: 1s all ease-in-out;
}

.progress-linear-counter {
	font-weight: 700;
	color: #cccccc;
}

.progress-linear-counter::after {
	content: "%";
}

* + .progress-linear-body {
	margin-top: 8px;
}

.progress-linear + .progress-linear {
	margin-top: 15px;
}

@media (min-width: 992px) {
	.progress-linear + .progress-linear {
		margin-top: 25px;
	}
}

/** @section Progress Circle */
.progress-circle {
	display: inline-block;
	text-align: center;
	line-height: 1.2;
}

.progress-circle-block {
	position: relative;
}

.progress-circle-bg {
	fill: transparent;
	stroke: #edeff4;
	stroke-width: 10px;
}

.progress-circle-fg {
	fill: transparent;
	stroke: #00bcd1;
	stroke-width: 10px;
}

.progress-circle-counter {
	position: absolute;
	top: 50%;
	left: 51%;
	font-size: 36px;
	line-height: 36px;
	transform: translate(-50%, -50%);
	color: #9b9b9b;
}

.progress-circle-counter::after {
	content: "%";
}

.progress-circle-title {
	font-size: 14px;
	letter-spacing: .05em;
	text-transform: uppercase;
}

* + .progress-bar-circle-title {
	margin-top: 12px;
}

/** @section Countdown */
.countdown {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: -5px;
	margin-right: -5px;
	line-height: 1.2;
	text-align: center;
}

.countdown-block {
	position: relative;
	flex: 0 1 auto;
	padding: 0 5px;
}

.countdown-block-seconds {
	display: none;
}

.countdown-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.countdown-circle {
	fill: transparent;
}

html:not(.ie-11):not(.ie-10) .countdown-circle {
	width: 100%;
	height: auto;
}

.countdown-circle-bg {
	stroke: white;
	stroke-width: 5px;
}

.countdown-circle-fg {
	stroke: #00bcd1;
	stroke-width: 10px;
}

.countdown-counter {
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	color: #111111;
}

.countdown-title {
	font-size: 13px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #868e96;
}

* + .countdown {
	margin-top: 35px;
}

.countdown + * {
	margin-top: 35px;
}

@media (min-width: 576px) {
	.countdown-block-seconds {
		display: block;
		max-width: 25%;
	}
}

@media (min-width: 768px) {
	.countdown {
		margin-left: -15px;
		margin-right: -15px;
	}
	.countdown-block {
		padding: 0 15px;
	}
	.countdown-counter {
		font-size: 34px;
	}
	.countdown-circle-bg {
		stroke-width: 3px;
	}
	.countdown-circle-fg {
		stroke-width: 5px;
	}
}

@media (min-width: 992px) {
	.countdown-counter {
		font-size: 48px;
	}
}

.context-dark .countdown-counter, .bg-gray-700 .countdown-counter, .bg-primary .countdown-counter {
	color: #ffffff;
}

/** @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-item img {
	display: block;
	width: 100%;
}

.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: 40px;
	line-height: 1;
	cursor: pointer;
	pointer-events: auto;
	background: #00bcd1;
	color: #151515;
}

.owl-carousel .owl-prev::before, .owl-carousel .owl-prev::after,
.owl-carousel .owl-next::before,
.owl-carousel .owl-next::after {
	display: block;
	font-family: "FontAwesome";
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
	text-decoration: none;
	background: #151515;
	color: #00bcd1;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
	opacity: .5;
	cursor: default;
}

.owl-carousel .owl-prev {
	left: 10px;
}

.owl-carousel .owl-prev::before {
	content: '\f104';
}

.owl-carousel .owl-next {
	right: 10px;
}

.owl-carousel .owl-next::before {
	content: '\f105';
}

.owl-carousel .owl-dots {
	text-align: center;
}

.owl-carousel .owl-dot {
	display: inline-block;
	zoom: 1;
	margin: 0 5px;
}

.owl-carousel .owl-dot span {
	width: 10px;
	height: 10px;
	background: #151515;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 5px;
}

.owl-carousel .owl-dot.active span, .owl-carousel .owl-dot:hover span {
	background: #00bcd1;
}

.owl-style-1 {
	margin-top: 30px;
}

@media (min-width: 1200px) {
	.owl-style-1 {
		margin-top: 45px;
	}
}

.owl-style-1 .owl-nav {
	display: none;
}

.owl-style-1 .owl-dots {
	margin-top: 30px;
}

@media (min-width: 1200px) {
	.owl-style-1 .owl-dots {
		margin-top: 40px;
	}
}

.owl-style-1 .owl-dots .owl-dot {
	border: 1px solid transparent;
	padding: 2px;
	border-radius: 50%;
}

.owl-style-1 .owl-dots .owl-dot span {
	background-color: rgba(153, 153, 153, 0.25);
	width: 4px;
	height: 4px;
}

.owl-style-1 .owl-dots .owl-dot.active, .owl-style-1 .owl-dots .owl-dot:hover {
	border-color: #212121;
}

.owl-style-1 .owl-dots .owl-dot.active span, .owl-style-1 .owl-dots .owl-dot:hover span {
	background-color: #212121;
}

/** @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 {
	border-radius: 5px;
	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: #00bcd1;
}

.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: #00bcd1;
	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: #000;
	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.85;
}

.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;
}

/** @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;
}

/** @section Bootstrap Modal */
.ios .modal-open {
	position: fixed;
	width: 100%;
	height: 100%;
}

.calendar-box-search {
	border: 1px solid #edeff4;
	display: flex;
	flex-direction: column;
}

@media (min-width: 992px) {
	.calendar-box-search {
		flex-direction: row;
	}
}

.calendar-box-search .calendar-box-search-inner {
	position: relative;
	padding: 20px 25px;
}

.calendar-box-search .calendar-box-search-inner + .calendar-box-search-inner {
	border-top: 1px solid #edeff4;
	padding-bottom: 50px;
}

.calendar-box-search .calendar-box-search-inner .form-label-outside {
	font-size: 18px;
	font-weight: 300;
}

.calendar-box-search .calendar-box-search-inner h6 a:hover {
	color: #00bcd1;
}

@media (min-width: 992px) {
	.calendar-box-search .calendar-box-search-inner {
		padding: 30px 40px;
		flex-basis: 100%;
	}
	.calendar-box-search .calendar-box-search-inner + .calendar-box-search-inner {
		border-top: 0;
		border-left: 1px solid #edeff4;
		flex-basis: 18%;
		text-align: center;
	}
}

.calendar-box-search .button {
	white-space: nowrap;
	min-height: 50px;
}

.calendar-box-list-view {
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
	height: 40px;
	padding: 5px 20px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	background: #ffffff;
	transition: 280ms ease-in;
	z-index: 9;
}

.calendar-box-list-view .icon:before {
	font-size: 24px;
	color: #00bcd1;
	vertical-align: middle;
	padding-right: 10px;
}

.calendar-box-list-view li > a {
	color: #d7d7d7;
}

.calendar-box-list-view li > a:hover {
	color: #00bcd1;
}

.calendar-box-list-view.collapse {
	display: block !important;
}

.calendar-box-list-view.collapse.in {
	height: auto;
	padding: 15px 20px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}

@media (min-width: 992px) {
	.calendar-box-list-view {
		top: 84px;
	}
}

.rd-calendar {
	position: relative;
}

.rdc-panel {
	text-align: center;
}

.rdc-next, .rdc-prev, .rdc-events_close {
	cursor: pointer;
	transition: .3s all ease;
	font-size: 14px;
	color: #00bcd1;
}

.rdc-next:after, .rdc-next:before, .rdc-prev:after, .rdc-prev:before, .rdc-events_close:after, .rdc-events_close:before {
	font: 400 14px/38px "FontAwesome";
}

.rdc-next:hover, .rdc-prev:hover, .rdc-events_close:hover {
	color: #00bcd1;
}

.rdc-panel-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.rdc-panel-nav a {
	color: #333333 !important;
}

.rdc-panel-nav a:hover {
	color: #00bcd1 !important;
}

.rdc-panel-nav .rdc-next:after {
	content: "\f061";
	padding-left: 8px;
}

.rdc-panel-nav .rdc-prev:before {
	content: "\f060";
	padding-right: 8px;
}

.rdc-next {
	right: 20px;
}

.rdc-next:after {
	content: '\e93c';
}

.rdc-prev {
	left: 20px;
}

.rdc-prev:before {
	content: '\e93b';
}

.rdc-events_close {
	position: absolute;
	top: -8px;
	right: 10px;
}

.rdc-events_close:before {
	content: '\e935';
}

@media (min-width: 768px) {
	.rdc-events_close {
		top: -3px;
		right: 8px;
	}
}

.rdc-events {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	opacity: 0;
	padding: 25px 10px;
	visibility: hidden;
	transition: .4s all ease-in-out;
	background: #ffffff;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	z-index: 1;
}

@media (min-width: 768px) {
	.rdc-events {
		padding: 30px;
		width: auto;
	}
}

.rd-calendar.show-events .rdc-events {
	opacity: 1;
	visibility: visible;
}

.rdc-event {
	display: none;
}

.rdc-event.active {
	display: block;
}

.rdc-table {
	position: relative;
	width: 100%;
	margin-top: 20px;
}

.rdc-table > table {
	pointer-events: auto;
}

.rdc-table > table > * {
	pointer-events: auto;
}

@media (min-width: 768px) {
	.rdc-table {
		margin-top: 40px;
	}
}

.rdc-table table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.rdc-table td {
	position: relative;
	border: 1px solid #edeff4;
	padding-bottom: 45px;
	width: auto;
}

@media (min-width: 992px) {
	.rdc-table td {
		padding-bottom: 65px;
	}
}

@media (min-width: 1200px) {
	.rdc-table td {
		padding-bottom: 85px;
	}
}

.rdc-table_day {
	color: #00bcd1;
	padding: 5px 0;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
}

@media (min-width: 768px) {
	.rdc-table_day {
		padding: 15px 0;
	}
}

@media (min-width: 1200px) {
	.rdc-table_day {
		padding: 25px 0;
	}
}

.rdc-table_date {
	height: 36px;
	font-weight: 300;
	font-size: 20px;
	line-height: 32px;
	padding: 3px;
	text-align: center;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.rdc-table_date {
		text-align: left;
		padding-left: 10px;
	}
}

.rdc-table_events-count {
	position: absolute;
	left: 50%;
	top: 50%;
	text-indent: -100000px;
}

.rdc-table_events-count:before {
	content: "\e934";
	font: 400 24px/24px 'Linearicons';
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-indent: 0;
	color: #00bcd1;
}

@media (min-width: 1200px) {
	.rdc-table_events-count:before {
		width: 200px;
		content: "Show event";
		font: 300 14px/24px "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	}
}

.rdc-table_has-events {
	cursor: pointer;
}

.rdc-table_has-events .rdc-table_date {
	background-color: #d7d7d7;
	color: #ffffff;
}

.rdc-table_event {
	cursor: pointer;
	transition: .3s all ease;
}

.rdc-table_event,
.mobile .rdc-table_event,
.tablet .rdc-table_event {
	display: none;
}

.rdc-table_event:hover {
	color: #fff;
}

.rdc-table_next,
.rdc-table_prev {
	opacity: .5;
}

.rdc-table_next ~ .rdc-table_events-count,
.rdc-table_prev ~ .rdc-table_events-count {
	opacity: .5;
}

.booking-calendar {
	padding: 0 10px;
	border: 1px solid #ebeced;
}

* + .booking-calendar {
	margin-top: 60px;
}

.booking-calendar .rdc-month {
	text-align: right;
}

.booking-calendar .rdc-fullyear {
	text-align: left;
}

.booking-calendar .rdc-panel {
	position: relative;
	margin-top: 20px;
	border-bottom: none;
	margin-bottom: 20px;
}

.booking-calendar .rdc-table_event,
.mobile .booking-calendar .rdc-table_event,
.tablet .booking-calendar .rdc-table_event {
	display: block;
}

.booking-calendar .rdc-month,
.booking-calendar .rdc-fullyear {
	display: inline-block;
	color: #00bcd1;
}

.booking-calendar .rdc-next, .booking-calendar .rdc-prev, .booking-calendar .rdc-events_close {
	color: #00bcd1;
	cursor: pointer;
	transition: .3s all ease;
}

.booking-calendar .rdc-next:hover, .booking-calendar .rdc-prev:hover, .booking-calendar .rdc-events_close:hover {
	color: #d7d7d7;
}

.booking-calendar .rdc-next,
.booking-calendar .rdc-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.booking-calendar .rdc-events_close:before {
	content: '\f00d';
}

.booking-calendar .rdc-events {
	display: none;
}

.booking-calendar .rdc-table_has-events .rdc-table_date {
	position: relative;
	z-index: 1;
	background-color: transparent;
	border: 1px solid #edeff4;
	cursor: pointer;
}

@media (min-width: 1200px) {
	.booking-calendar .rdc-table_has-events .rdc-table_date:before {
		display: none;
		position: absolute;
		bottom: 77%;
		left: 50%;
		transform: translate3d(-50%, 0, 0);
		content: "Available";
		padding: 6px 10px;
		background-color: #ffffff;
		font-size: 15px;
		color: #000000;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.13);
		opacity: 0;
		white-space: nowrap;
		transition: 250ms;
		will-change: transform, opacity;
	}
	.booking-calendar .rdc-table_has-events .rdc-table_date:hover:before {
		display: block;
		opacity: 1;
	}
}

@media (min-width: 1200px) {
	.booking-calendar .rdc-table_has-events.opened .rdc-table_date {
		padding-bottom: 27px;
		background-color: #ffffff;
		border-bottom: 0;
		z-index: 20;
		border-radius: 4px 4px 0 0;
	}
}

.booking-calendar .rdc-table_has-events ul {
	display: none;
	position: absolute;
	width: 100%;
	left: 4px;
	right: 4px;
}

@media (min-width: 768px) {
	.booking-calendar .rdc-table_has-events ul {
		left: 11px;
		right: 11px;
	}
}

.booking-calendar .rdc-table_has-events .rdc-table_events-count {
	position: static;
	display: none;
	opacity: 0;
}

.booking-calendar .rdc-table_event {
	display: block;
	background-color: #ffffff;
	border: 1px solid #edeff4;
	padding: 20px 10px;
}

@media (min-width: 768px) {
	.booking-calendar .rdc-table_event {
		padding: 30px 33px;
	}
}

.booking-calendar .rdc-table_event .table-responsive {
	border: none;
}

.booking-calendar .rdc-table_event .icon-md {
	font-size: 20px;
	color: #00bcd1;
}

.booking-calendar [id*='calendarEvent'] .rdc-table_events {
	margin-top: -12px;
}

.booking-calendar .rdc-event.active {
	display: block;
}

.booking-calendar .rdc-table {
	position: relative;
	width: 100%;
	margin-top: 30px;
}

.booking-calendar .rdc-table table {
	border-collapse: separate;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-spacing: 4px;
}

.booking-calendar .rdc-table td {
	position: static;
	padding: 0;
	border: 0;
	vertical-align: top;
}

.booking-calendar table.rdc-event-booking-table {
	border-collapse: collapse;
	margin-bottom: 0;
	text-align: center;
}

.booking-calendar table.rdc-event-booking-table thead th {
	border-bottom: 0;
	padding: 0;
	text-align: center;
}

@media (min-width: 768px) {
	.booking-calendar table.rdc-event-booking-table tr > td:first-of-type {
		position: relative;
		padding-left: 0;
	}
	.booking-calendar table.rdc-event-booking-table tr > td:first-of-type:before {
		position: absolute;
		top: 13px;
		bottom: 13px;
		right: 0;
		border-left: 1px solid #edeff4;
		content: '';
		display: inline-block;
	}
	.ie-10 .booking-calendar table.rdc-event-booking-table tr > td:first-of-type:before,
	.ie-11 .booking-calendar table.rdc-event-booking-table tr > td:first-of-type:before,
	.ie-edge .booking-calendar table.rdc-event-booking-table tr > td:first-of-type:before {
		height: 100%;
	}
}

@media (min-width: 1200px) {
	.booking-calendar table.rdc-event-booking-table tr > td:first-of-type {
		width: 20%;
	}
}

.booking-calendar table.rdc-event-booking-table tr > td:last-of-type {
	padding-right: 0;
}

.booking-calendar table.rdc-event-booking-table td {
	display: block;
	border: none;
	padding: 8px 25px;
	vertical-align: middle;
}

.booking-calendar table.rdc-event-booking-table td > span {
	font-size: 13px;
}

@media (min-width: 768px) {
	.booking-calendar table.rdc-event-booking-table td {
		display: table-cell;
	}
	.booking-calendar table.rdc-event-booking-table td .dl-horizontal-mod-1 dt, .booking-calendar table.rdc-event-booking-table td .dl-horizontal-mod-1 dd {
		display: inline-block;
		vertical-align: middle;
	}
	.booking-calendar table.rdc-event-booking-table td .dl-horizontal-mod-1 dt {
		padding-right: 7px;
		line-height: 1;
	}
}

@media (min-width: 768px) {
	.booking-calendar table.rdc-event-booking-table {
		text-align: left;
	}
}

.booking-calendar .rdc-table_day {
	padding: 5px 0;
}

.booking-calendar .rdc-table_event {
	color: #d7d7d7;
}

.booking-calendar .rdc-table_date {
	height: auto;
	padding: 5px;
	color: #333333;
	text-align: left;
	box-sizing: border-box;
	border-radius: 4px;
}

@media (min-width: 768px) {
	.booking-calendar .rdc-table_date {
		padding: 15px 18px;
	}
}

.booking-calendar .rdc-table_today {
	position: relative;
	z-index: 1;
	color: #333333;
	font-weight: 600;
	background-color: rgba(235, 236, 237, 0.6);
	border-radius: 4px;
}

.booking-calendar .rdc-table_next,
.booking-calendar .rdc-table_prev {
	opacity: 1;
	color: rgba(51, 51, 51, 0.6);
}

.booking-calendar .rdc-table_next ~ .rdc-table_events-count,
.booking-calendar .rdc-table_prev ~ .rdc-table_events-count {
	color: rgba(51, 51, 51, 0.6);
}

.booking-calendar.booking-calendar-aside .rdc-month,
.booking-calendar.booking-calendar-aside .rdc-fullyear {
	color: #00bcd1;
	font-weight: 500;
	font-size: 20px;
}

.booking-calendar.booking-calendar-aside [id*='calendarEvent'] .rdc-table_events {
	margin-top: 0;
}

.booking-calendar.booking-calendar-aside .rdc-table {
	margin-top: 0;
	padding-bottom: 15px;
}

.booking-calendar.booking-calendar-aside .rdc-table_day {
	font-size: 14px;
	text-align: center;
}

.booking-calendar.booking-calendar-aside .rdc-table_date {
	text-align: center;
	font-size: 14px;
}

@media (min-width: 768px) {
	.booking-calendar.booking-calendar-aside .rdc-table_date {
		padding: 5px;
	}
}

@media (min-width: 1200px) {
	.booking-calendar.booking-calendar-aside .rdc-table_date {
		padding: 5px 10px;
	}
}

.booking-calendar.booking-calendar-aside .rdc-table > table {
	width: 100%;
}

@media (min-width: 768px) {
	.booking-calendar.booking-calendar-aside .rdc-table_has-events.opened .rdc-table_date {
		padding-bottom: 5px;
		border-radius: 4px;
		border-bottom: 1px solid #edeff4;
	}
}

.booking-calendar.booking-calendar-aside .rdc-table_has-events ul {
	left: 0;
	right: 0;
}

@media (min-width: 1200px) {
	.booking-calendar.booking-calendar-aside .rdc-table_has-events ul {
		right: 7px;
	}
}

.booking-calendar.booking-calendar-aside table.rdc-event-booking-table td {
	display: block;
	text-align: center;
	padding: 10px 5px 0 5px;
}

.booking-calendar.booking-calendar-aside table.rdc-event-booking-table td:first-of-type {
	width: auto;
}

.booking-calendar.booking-calendar-aside table.rdc-event-booking-table tr > td:first-of-type:before {
	content: none;
}

.booking-calendar.booking-calendar-aside .button {
	white-space: nowrap;
	padding: 10px 14px;
	display: inline-block;
}

#appointment .modal-dialog {
	max-width: 650px;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	#appointment .modal-dialog {
		margin: 5% auto;
	}
}

#appointment .modal-dialog .radio label input[type="radio"] {
	margin-top: 8px;
}

#appointment .modal-dialog .radio label input[type="radio"]:focus {
	outline: none;
}

#appointment .modal-dialog .radio label input[type="radio"]:active {
	outline: none;
}

#appointment .icon-md {
	font-size: 24px;
	line-height: 28px;
	vertical-align: middle;
	padding-right: 8px;
}

#appointment .modal-header {
	padding: 30px 30px 0;
	border: none;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}

#appointment .modal-header .close {
	float: none;
}

#appointment .modal-content {
	border-radius: 0;
}

#appointment .radio label {
	padding-left: 30px;
	font-style: normal;
	font-weight: 300;
}

#appointment .radio-custom-dummy {
	width: 20px;
	height: 20px;
	margin-top: 2px;
	background: #edeff4;
}

#appointment .radio-custom-dummy:after {
	background: #000000;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
}

#appointment .modal-body {
	padding: 15px 30px 30px;
}

#appointment .modal-body p + * {
	margin-top: 20px;
}

#appointment .modal-body * + .register-form,
#appointment .modal-body * + .login-form,
#appointment .modal-body * + hr {
	margin-top: 30px;
}

#appointment .modal-body .register-form .btn-sm {
	padding: 11px 12px;
}

@media (min-width: 992px) {
	#appointment .modal-body .register-form .btn-sm {
		padding: 11px 26px;
	}
}

@media (min-width: 768px) {
	#appointment .modal-body form .form-group:nth-child(1), #appointment .modal-body form .form-group:nth-child(2) {
		display: inline-block;
		width: 100%;
	}
}

#appointment .login-form {
	display: none;
}

.rdc-table_events .table th {
	border-top: 0;
}

.rdc-table_events .table td {
	color: #333333;
}

.rdc-table_events .table tr td:first-child {
	padding-top: 20px;
}

.rdc-table_events .table tr td:nth-child(2) {
	padding-top: 2px;
}

#appointment .modal-dialog {
	max-width: 650px;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	#appointment .modal-dialog {
		margin: 5% auto;
	}
}

#appointment .modal-dialog label {
	cursor: pointer;
}

#appointment .modal-dialog label input[type="radio"] {
	margin-top: 8px;
	position: absolute;
	margin-left: -20px;
}

#appointment .modal-dialog label input[type="radio"]:focus {
	outline: none;
}

#appointment .modal-dialog label input[type="radio"]:active {
	outline: none;
}

#appointment .icon-md {
	font-size: 24px;
	line-height: 28px;
	vertical-align: middle;
	padding-right: 8px;
}

#appointment .modal-header {
	display: flex;
	padding: 30px 30px 0;
	border: none;
}

#appointment .close {
	cursor: pointer;
	padding: 0;
	margin: 0;
}

#appointment .modal-content {
	border-radius: 0;
}

#appointment .radio label {
	padding-left: 30px;
	font-style: normal;
	font-weight: 300;
}

#appointment .radio-custom-dummy {
	width: 20px;
	height: 20px;
	margin-top: 2px;
	background: #ececee;
}

#appointment .radio-custom-dummy:after {
	background: #000000;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
}

#appointment .modal-body {
	padding: 15px 30px 30px;
}

#appointment .modal-body p + * {
	margin-top: 20px;
}

#appointment .modal-body * + .register-form,
#appointment .modal-body * + .login-form,
#appointment .modal-body * + hr {
	margin-top: 30px;
}

#appointment .modal-body .register-form .btn-sm {
	padding: 11px 12px;
}

@media (min-width: 992px) {
	#appointment .modal-body .register-form .btn-sm {
		padding: 11px 26px;
	}
}

@media (min-width: 768px) {
	#appointment .modal-body form .form-label:nth-child(1), #appointment .modal-body form .form-label:nth-child(2) {
		display: inline-block;
		width: 100%;
	}
}

#appointment .login-form {
	display: none;
}
