@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
 *     3.22 Row spacing
 *     3.23 Reserve
 *     3.24 Row Booking
 *     3.25 Intro
 *     3.26 Shop
 *     3.27 Product
 *     3.28 Widget
 *     3.29 Tag
 *     3.30 Cart
 *   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
 *     4.20 Vide
 */
/** @group Base */
/** @section Reset Styles*/
.picker__list-item.picker__list-item--disabled {
  display: none;
}
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;
}

button {
	padding: 0;
}

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 .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 {
	color: #00406b;
}
/*.h1 {color:#00406b!important;}*/
/** @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;
}

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

* + img {
	margin-top: 30px;
}

@media (min-width: 1200px) {
	* + img {
		margin-top: 40px;
	}
}

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

@media (min-width: 1200px) {
	* + h1, * +
	.h1 {
		margin-top: 30px;
	}
}

h1 + img,
.h1 + img {
	margin-top: 40px;
}

@media (min-width: 768px) {
	h1 + img,
	.h1 + img {
		margin-top: 60px;
	}
}

@media (min-width: 1200px) {
	h1 + img,
	.h1 + img {
		margin-top: 86px;
	}
}

@media (min-width: 1200px) {
	h1 + h6,
	.h1 + h6 {
		margin-top: 40px;
	}
}

h1 + .btn,
.h1 + .btn {
	margin-top: 48px;
}

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

@media (min-width: 1200px) {
	* + h2, * +
	.h2 {
		margin-top: 40px;
	}
}

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

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

h2 + .lead,
.h2 + .lead {
	margin-top: 30px;
}

h3 + .lead,
.h3 + .lead {
	margin-top: 20px;
}

@media (min-width: 768px) {
	h3 + .lead,
	.h3 + .lead {
		margin-top: 30px;
	}
}

@media (min-width: 1200px) {
	h3 + .lead,
	.h3 + .lead {
		margin-top: 48px;
	}
}

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

* + h4, * +
.h4 {
	margin-top: 23px;
}

* + h6, * +
.h6 {
	margin-top: 15px;
}

@media (min-width: 992px) {
	* + h6, * +
	.h6 {
		margin-top: 30px;
	}
}

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

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

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

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

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

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

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

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

.mb-35 {
	margin-bottom: 35px;
}

.page .mt-100 {
	margin-top: 60px;
}

@media (min-width: 1200px) {
	.page .mt-100 {
		margin-top: 100px;
	}
}


/** @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-extra-light {
	font-weight: 200;
}

.font-weight-light {
	font-weight: 300;
}

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

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

.font-weight-semi-bold {
	font-weight: 600;
}

.font-weight-bold {
	font-weight: 700;
}

.font-weight-extra-bold {
	font-weight: 800;
}

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

.text-spacing-0 {
	letter-spacing: 0;
}
.white{color:#fff!important;}
.text-primary {
	color: #8e8e8e !important;
	font-family: 'Noyh Geometric Slim Regular';
}

/** @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-35 {
	margin-bottom: -35px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
	.section-md {
		padding: 150px 0;
	}
	.section-md-2 {
		padding: 100px 0 140px;
	}
	.section-md-3 {
		padding: 100px 0 90px;
	}
	.section-md-4 {
		padding: 120px 0 100px;
	}
	.section-md-5 {
		padding: 100px 0;
	}
	.section-md-6 {
		padding: 100px 0 200px;
	}
	.section-lg {
		padding: 120px 0;
	}
}

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

.pt-65 {
	padding-top: 65px;
}

.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-simple {
	padding: 60px 0;
}

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

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

@media (min-width: 1600px) {
	.row {
		margin-left: -20px;
		margin-right: -20px;
	}
	.row > [class*='col'] {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.row-narrow {
	margin-left: -10px;
	margin-right: -10px;
}

.row-narrow > [class*='col'] {
	padding-left: 10px;
	padding-right: 10px;
}

.row-wide {
	margin-left: -20px;
	margin-right: -20px;
}

.row-wide > [class*='col'] {
	padding-left: 20px;
	padding-right: 20px;
}

.row-gutter-10 {
	margin-left: -5px;
	margin-right: -5px;
}

.row-gutter-10 > [class*='col'] {
	padding-left: 5px;
	padding-right: 5px;
}

.row-gutter-20 {
	margin-left: -10px;
	margin-right: -10px;
}

.row-gutter-20 > [class*='col'] {
	padding-left: 10px;
	padding-right: 10px;
}

.row-ten .col-1 {
	flex: 0 0 10%;
	max-width: 10%;
}

.row-ten .col-2 {
	flex: 0 0 20%;
	max-width: 20%;
}

.row-ten .col-3 {
	flex: 0 0 30%;
	max-width: 30%;
}

.row-ten .col-4 {
	flex: 0 0 40%;
	max-width: 40%;
}

.row-ten .col-5 {
	flex: 0 0 50%;
	max-width: 50%;
}

.row-ten .col-6 {
	flex: 0 0 60%;
	max-width: 60%;
}

.row-ten .col-7 {
	flex: 0 0 70%;
	max-width: 70%;
}

.row-ten .col-8 {
	flex: 0 0 80%;
	max-width: 80%;
}

.row-ten .col-9 {
	flex: 0 0 90%;
	max-width: 90%;
}

.row-ten .col-10 {
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 480px) {
	.row-ten .col-xs-1 {
		flex: 0 0 10%;
		max-width: 10%;
	}
	.row-ten .col-xs-2 {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-ten .col-xs-3 {
		flex: 0 0 30%;
		max-width: 30%;
	}
	.row-ten .col-xs-4 {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.row-ten .col-xs-5 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-ten .col-xs-6 {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.row-ten .col-xs-7 {
		flex: 0 0 70%;
		max-width: 70%;
	}
	.row-ten .col-xs-8 {
		flex: 0 0 80%;
		max-width: 80%;
	}
	.row-ten .col-xs-9 {
		flex: 0 0 90%;
		max-width: 90%;
	}
	.row-ten .col-xs-10 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 576px) {
	.row-ten .col-sm-1 {
		flex: 0 0 10%;
		max-width: 10%;
	}
	.row-ten .col-sm-2 {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-ten .col-sm-3 {
		flex: 0 0 30%;
		max-width: 30%;
	}
	.row-ten .col-sm-4 {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.row-ten .col-sm-5 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-ten .col-sm-6 {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.row-ten .col-sm-7 {
		flex: 0 0 70%;
		max-width: 70%;
	}
	.row-ten .col-sm-8 {
		flex: 0 0 80%;
		max-width: 80%;
	}
	.row-ten .col-sm-9 {
		flex: 0 0 90%;
		max-width: 90%;
	}
	.row-ten .col-sm-10 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.row-ten .col-md-1 {
		flex: 0 0 10%;
		max-width: 10%;
	}
	.row-ten .col-md-2 {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-ten .col-md-3 {
		flex: 0 0 30%;
		max-width: 30%;
	}
	.row-ten .col-md-4 {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.row-ten .col-md-5 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-ten .col-md-6 {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.row-ten .col-md-7 {
		flex: 0 0 70%;
		max-width: 70%;
	}
	.row-ten .col-md-8 {
		flex: 0 0 80%;
		max-width: 80%;
	}
	.row-ten .col-md-9 {
		flex: 0 0 90%;
		max-width: 90%;
	}
	.row-ten .col-md-10 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.row-ten .col-lg-1 {
		flex: 0 0 10%;
		max-width: 10%;
	}
	.row-ten .col-lg-2 {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-ten .col-lg-3 {
		flex: 0 0 30%;
		max-width: 30%;
	}
	.row-ten .col-lg-4 {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.row-ten .col-lg-5 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-ten .col-lg-6 {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.row-ten .col-lg-7 {
		flex: 0 0 70%;
		max-width: 70%;
	}
	.row-ten .col-lg-8 {
		flex: 0 0 80%;
		max-width: 80%;
	}
	.row-ten .col-lg-9 {
		flex: 0 0 90%;
		max-width: 90%;
	}
	.row-ten .col-lg-10 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.row-ten .col-xl-1 {
		flex: 0 0 10%;
		max-width: 10%;
	}
	.row-ten .col-xl-2 {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-ten .col-xl-3 {
		flex: 0 0 30%;
		max-width: 30%;
	}
	.row-ten .col-xl-4 {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.row-ten .col-xl-5 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-ten .col-xl-6 {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.row-ten .col-xl-7 {
		flex: 0 0 70%;
		max-width: 70%;
	}
	.row-ten .col-xl-8 {
		flex: 0 0 80%;
		max-width: 80%;
	}
	.row-ten .col-xl-9 {
		flex: 0 0 90%;
		max-width: 90%;
	}
	.row-ten .col-xl-10 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 1600px) {
	.row-ten .col-xxl-1 {
		flex: 0 0 10%;
		max-width: 10%;
	}
	.row-ten .col-xxl-2 {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-ten .col-xxl-3 {
		flex: 0 0 30%;
		max-width: 30%;
	}
	.row-ten .col-xxl-4 {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.row-ten .col-xxl-5 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-ten .col-xxl-6 {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.row-ten .col-xxl-7 {
		flex: 0 0 70%;
		max-width: 70%;
	}
	.row-ten .col-xxl-8 {
		flex: 0 0 80%;
		max-width: 80%;
	}
	.row-ten .col-xxl-9 {
		flex: 0 0 90%;
		max-width: 90%;
	}
	.row-ten .col-xxl-10 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.row-xl-ten .col-1 {
		flex: 0 0 10%;
		max-width: 10%;
	}
	.row-xl-ten .col-2 {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-xl-ten .col-3 {
		flex: 0 0 30%;
		max-width: 30%;
	}
	.row-xl-ten .col-4 {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.row-xl-ten .col-5 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-xl-ten .col-6 {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.row-xl-ten .col-7 {
		flex: 0 0 70%;
		max-width: 70%;
	}
	.row-xl-ten .col-8 {
		flex: 0 0 80%;
		max-width: 80%;
	}
	.row-xl-ten .col-9 {
		flex: 0 0 90%;
		max-width: 90%;
	}
	.row-xl-ten .col-10 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 1200px) and (min-width: 480px) {
	.row-xl-ten .col-xs-1 {
		flex: 0 0 10%;
		max-width: 10%;
	}
	.row-xl-ten .col-xs-2 {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-xl-ten .col-xs-3 {
		flex: 0 0 30%;
		max-width: 30%;
	}
	.row-xl-ten .col-xs-4 {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.row-xl-ten .col-xs-5 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-xl-ten .col-xs-6 {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.row-xl-ten .col-xs-7 {
		flex: 0 0 70%;
		max-width: 70%;
	}
	.row-xl-ten .col-xs-8 {
		flex: 0 0 80%;
		max-width: 80%;
	}
	.row-xl-ten .col-xs-9 {
		flex: 0 0 90%;
		max-width: 90%;
	}
	.row-xl-ten .col-xs-10 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 1200px) and (min-width: 576px) {
	.row-xl-ten .col-sm-1 {
		flex: 0 0 10%;
		max-width: 10%;
	}
	.row-xl-ten .col-sm-2 {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-xl-ten .col-sm-3 {
		flex: 0 0 30%;
		max-width: 30%;
	}
	.row-xl-ten .col-sm-4 {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.row-xl-ten .col-sm-5 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-xl-ten .col-sm-6 {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.row-xl-ten .col-sm-7 {
		flex: 0 0 70%;
		max-width: 70%;
	}
	.row-xl-ten .col-sm-8 {
		flex: 0 0 80%;
		max-width: 80%;
	}
	.row-xl-ten .col-sm-9 {
		flex: 0 0 90%;
		max-width: 90%;
	}
	.row-xl-ten .col-sm-10 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 1200px) and (min-width: 768px) {
	.row-xl-ten .col-md-1 {
		flex: 0 0 10%;
		max-width: 10%;
	}
	.row-xl-ten .col-md-2 {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-xl-ten .col-md-3 {
		flex: 0 0 30%;
		max-width: 30%;
	}
	.row-xl-ten .col-md-4 {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.row-xl-ten .col-md-5 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-xl-ten .col-md-6 {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.row-xl-ten .col-md-7 {
		flex: 0 0 70%;
		max-width: 70%;
	}
	.row-xl-ten .col-md-8 {
		flex: 0 0 80%;
		max-width: 80%;
	}
	.row-xl-ten .col-md-9 {
		flex: 0 0 90%;
		max-width: 90%;
	}
	.row-xl-ten .col-md-10 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 1200px) and (min-width: 992px) {
	.row-xl-ten .col-lg-1 {
		flex: 0 0 10%;
		max-width: 10%;
	}
	.row-xl-ten .col-lg-2 {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-xl-ten .col-lg-3 {
		flex: 0 0 30%;
		max-width: 30%;
	}
	.row-xl-ten .col-lg-4 {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.row-xl-ten .col-lg-5 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-xl-ten .col-lg-6 {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.row-xl-ten .col-lg-7 {
		flex: 0 0 70%;
		max-width: 70%;
	}
	.row-xl-ten .col-lg-8 {
		flex: 0 0 80%;
		max-width: 80%;
	}
	.row-xl-ten .col-lg-9 {
		flex: 0 0 90%;
		max-width: 90%;
	}
	.row-xl-ten .col-lg-10 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 1200px) and (min-width: 1200px) {
	.row-xl-ten .col-xl-1 {
		flex: 0 0 10%;
		max-width: 10%;
	}
	.row-xl-ten .col-xl-2 {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-xl-ten .col-xl-3 {
		flex: 0 0 30%;
		max-width: 30%;
	}
	.row-xl-ten .col-xl-4 {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.row-xl-ten .col-xl-5 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-xl-ten .col-xl-6 {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.row-xl-ten .col-xl-7 {
		flex: 0 0 70%;
		max-width: 70%;
	}
	.row-xl-ten .col-xl-8 {
		flex: 0 0 80%;
		max-width: 80%;
	}
	.row-xl-ten .col-xl-9 {
		flex: 0 0 90%;
		max-width: 90%;
	}
	.row-xl-ten .col-xl-10 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 1200px) and (min-width: 1600px) {
	.row-xl-ten .col-xxl-1 {
		flex: 0 0 10%;
		max-width: 10%;
	}
	.row-xl-ten .col-xxl-2 {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-xl-ten .col-xxl-3 {
		flex: 0 0 30%;
		max-width: 30%;
	}
	.row-xl-ten .col-xxl-4 {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.row-xl-ten .col-xxl-5 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-xl-ten .col-xxl-6 {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.row-xl-ten .col-xxl-7 {
		flex: 0 0 70%;
		max-width: 70%;
	}
	.row-xl-ten .col-xxl-8 {
		flex: 0 0 80%;
		max-width: 80%;
	}
	.row-xl-ten .col-xxl-9 {
		flex: 0 0 90%;
		max-width: 90%;
	}
	.row-xl-ten .col-xxl-10 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/** @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-gray-100 {
	background-color: #edeff4;
}

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

.bg-gray-700 {
	background-color: #2c343b;
}

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

.bg-primary {
	background-color: #00406b;
}

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

.bg-primary-light-4 {
	background-color: #00406B;
}

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

.bg-secondary-light {
	background-color: #8e8e8e;
}

.bg-secondary-light:not([style*="background-"]) + .bg-secondary-light:not([style*="background-"]) {
	padding-top: 0;
}
.blue{color: #00406b!important;}
.bg-transparent {
	background-color: transparent;
}

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

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

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

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

.height-fill > * {
	flex-grow: 1;
	flex-shrink: 0;
}

.object-inline {
	white-space: nowrap;
}

.object-inline > * {
	display: inline-block;
	min-width: 20px;
	vertical-align: top;
	white-space: normal;
}

.object-inline > * + * {
	margin-left: 5px;
}

.oh {
	position: relative;
	overflow: hidden;
}

.text-decoration-lines {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.text-decoration-lines-content {
	position: relative;
	display: inline-block;
	min-width: 170px;
	font-size: 13px;
	text-transform: uppercase;
}

.text-decoration-lines-content::before, .text-decoration-lines-content::after {
	content: '';
	position: absolute;
	height: 1px;
	background: #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: 18px;
}

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

@media (min-width: 1200px) {
	* + p.rights {
		margin-top: 68px;
	}
}

p.rights a {
	color: inherit;
}

p.rights a:hover {
	color: #00406b;
}

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

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

/** @group Components */
/** @section Typography */
body {
	font-family: 'Noyh Geometric Slim Regular';
	font-size: 20px;
	line-height: 1.8125;
	font-weight: 400;
	color: #005227;
	background-color: #ffffff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
	color: inherit;
}
.sm-width{width:8%;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
	color: #00406b;
}
@media (max-width: 768px) {
    .sm-width{width:25%;}
	h1,
	.h1 {
		font-size: 30px!important;
	}
}

h1,
.h1 {
	font-size: 48px;
	line-height: 1.30556;
	font-family: 'Noyh Geometric Slim Regular';
}

@media (min-width: 768px) {
	h1,
	.h1 {
		font-size: 57.6px;
	}
}

@media (min-width: 1200px) {
	h1,
	.h1 {
		font-size: 72px;
		font-family: 'Noyh Geometric Slim Regular';
	}
}

h2,
.h2 {
	font-size: 32px;
	line-height: 1.40385;
	font-family: 'Noyh Geometric Slim Regular';
}

@media (min-width: 768px) {
	h2,
	.h2 {
		font-size: 45.14286px;
	}
}

@media (min-width: 992px) {
	h2,
	.h2 {
		font-size: 50.6px;
	}
}

@media (min-width: 1200px) {
	h2,
	.h2 {
		font-size: 65px;
	}
}

h3,
.h3 {
	font-size: 26.66667px;
	line-height: 1.2;
	font-family: 'Noyh Geometric Slim Regular';
}

@media (min-width: 768px) {
	h3,
	.h3 {
		font-size: 32px;
	}
}

@media (min-width: 1200px) {
	h3,
	.h3 {
		font-size: 50px;
	}
}

h4,
.h4 {
	font-size: 24px;
	line-height: 1.41176;
	font-family: 'Noyh Geometric Slim Regular';
}

@media (min-width: 768px) {
	h4,
	.h4 {
		font-size: 28px;
	}
}

@media (min-width: 992px) {
	h4,
	.h4 {
		font-size: 40px;
	}
}

h5,
.h5 {
	font-size: 22px;
	line-height: 1.34615;
	font-family: 'Noyh Geometric Slim Regular';
	font-weight: 600;
	color: #8e8e8e;
}

@media (min-width: 992px) {
	h5,
	.h5 {
		font-size: 40px;
	}
}

h6,
.h6 {
	font-size: 17px;
	line-height: 1.35294;
	font-family: 'Noyh Geometric Slim Regular';
	font-weight: 600;
	text-transform: uppercase;
}

small,
.small {
	display: block;
	font-size: 14px;
	line-height: 1.28571;
}

mark,
.mark {
	padding: 3px 5px;
	color: #ffffff;
	background: #00406b;
}

.big {
	font-size: 24px;
	line-height: 1.61111;
}

.lead {
	font-size: 27px;
	line-height: 33px;
	font-weight: 400;
}

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

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

::selection {
	background: #00406b;
	color: #ffffff;
}

::-moz-selection {
	background: #00406b;
	color: #ffffff;
}

/** @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: #00406b;
}

a:hover {
	color: #0d6b3a;
}

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

.link-hover {
	color: #0d6b3a;
}

.link-press {
	color: #0d6b3a;
}

.link-style {
	border-bottom: 2px solid;
}

.link-style, .link-style:focus, .link-style:active {
	/*color: #00406b;*/
}
.yellow{background-color: #8e8e8e!important;border-color: #8e8e8e!important;}
.yellow:hover{background-color: transparent!important;border-color: #8e8e8e!important;color: #8e8e8e!important}
.link-style:hover {
	color: #00406b;
}

.link-svg svg {
	fill: currentColor;
}

.link-image {
	display: inline-block;
	overflow: hidden;
}

.link-image:hover img {
	opacity: .8;
	transform: scale(1.05);
}

.link-image img {
	transition: all 0.3s ease-in-out;
}

/** @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-title {
	background-color: #ffffff;
}

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

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

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

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

.box-counter {
	text-align: center;
}

.box-counter .counter {
	color: #00406b;
}

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

/** @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;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

html .group-custom > * {
	width: 100%;
}

@media (min-width: 576px) {
	html .group-custom {
		flex-direction: row;
	}
}

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

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

/** @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: -13px;
	margin-left: -13px;
}

.unit-spacing-xs > * {
	margin-bottom: 13px;
	margin-left: 13px;
}

/** @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 {
	margin-top: 25px;
}

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

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

.list-terms dd + dt {
	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;
	margin-left: 30px;
}

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

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

.list-marked > li {
	position: relative;
	padding-left: 17px;
}

.list-marked > li::before {
	content: '';
	position: absolute;
	left: 0;
	top: .55em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 2px solid #00406b;
}

.list-marked > li > ul {
	margin-left: 30px;
}

.list-marked > li > ul li {
	position: relative;
	padding-left: 17px;
}

.list-marked > li > ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: .55em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #00406b;
}

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

.list-marked-2 {
	text-align: left;
}

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

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

.list-marked-2 > li {
	position: relative;
	padding-left: 17px;
}

.list-marked-2 > li::before {
	content: '';
	position: absolute;
	left: 0;
	top: .55em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #00406b;
}

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

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

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

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

.list-details + .btn {
	margin-top: 40px;
}

@media (min-width: 1200px) {
	.list-details + .btn {
		margin-top: 58px;
	}
}

.list-details-item + .list-details-item {
	margin-top: 40px;
}

@media (min-width: 1200px) {
	.list-details-item + .list-details-item {
		margin-top: 48px;
	}
}

.list-details-title {
	position: relative;
	/*padding-left: 14px;*/
}

.list-details-title::before {
	/*content: '';*/
	/*position: absolute;*/
	/*width: 6px;*/
	/*height: 6px;*/
	/*background-color: #00406b;*/
	/*border-radius: 50%;*/
	/*left: 0;*/
	/*top: .7em;*/
	/*transform: translateY(-50%);*/
}

* + .list-details-text {
	margin-top: 6px;
}

.list-details-text + .list-details-text {
	margin-top: 30px;
}

@media (min-width: 1200px) {
	.list-details-text + .list-details-text {
		margin-top: 50px;
	}
}

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

.img-responsive {
	width: 100%;
}

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

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

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

.icon-svg {
	fill: currentColor;
}

/** @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: #2c343b;
	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 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: #00406b;
	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: 2px solid #DAF1E5;
}

* + hr {
	margin-top: 30px;
}

@media (min-width: 1200px) {
	* + hr {
		margin-top: 38px;
	}
}

hr + * {
	margin-top: 30px;
}

@media (min-width: 1200px) {
	hr + * {
		margin-top: 46px;
	}
}

hr + .row {
	margin-top: 40px;
}

@media (min-width: 1200px) {
	.lead + hr {
		margin-top: 52px;
	}
}

@media (min-width: 1200px) {
	h4 + hr {
		margin-top: 50px;
	}
}

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

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

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

hr.divider-center {
	width: 168px;
	margin-left: auto;
	margin-right: auto;
}

hr.divider-center + * {
	margin-top: 60px;
}

/** @section Buttons */
button {
	padding: 0;
	border: none;
	background-color: transparent;
	transition: all 0.3s ease-in-out;
}

.btn {
	position: relative;
	overflow: hidden;
	text-transform: none;
	text-overflow: ellipsis;
}

.page .btn:not([class*='shadow']) {
	box-shadow: none;
	font-family: 'Noyh Geometric Slim Regular';
	font-size: 20px;

}

.page .btn:not(:disabled):not(.disabled):active:focus:not([class*='shadow']), .page .btn:not(:disabled):not(.disabled).active:focus:not([class*='shadow']) {
	box-shadow: none;
}

.btn-primary, .btn-primary:focus {
	color: #ffffff;
	background-color: #00406b;
	border-color: #00406b;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:hover, .btn-primary:active, .btn-primary.active {
	color: #ffffff;
	background-color: #2c343b;
	border-color: #2c343b;
}

.btn-primary.btn-ujarak::before {
	background: #2c343b;
}

.btn-secondary, .btn-secondary:focus {
	color: #ffffff;
	background-color: #00406b;
	border-color: #00406b;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:hover, .btn-secondary:active, .btn-secondary.active {
	color: #00406b;
	background-color: #8e8e8e;
	border-color: #005227;
}

.btn-secondary.btn-ujarak::before {
	background: #005227;
}

.btn-gray-100, .btn-gray-100:focus {
	color: #151515;
	background-color: #edeff4;
	border-color: #edeff4;
}

.btn-gray-100:not(:disabled):not(.disabled):active, .btn-gray-100:not(:disabled):not(.disabled).active, .btn-gray-100:hover, .btn-gray-100:active, .btn-gray-100.active {
	color: #151515;
	background-color: #dde1ea;
	border-color: #dde1ea;
}

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

.btn-default-outline, .btn-default-outline:focus {
	color: #cccccc;
	background-color: transparent;
	border-color: #2c343b;
}

.btn-default-outline:not(:disabled):not(.disabled):active, .btn-default-outline:not(:disabled):not(.disabled).active, .btn-default-outline:hover, .btn-default-outline:active, .btn-default-outline.active {
	color: #ffffff;
	background-color: #00406b;
	border-color: #00406b;
}

.btn-default-outline.btn-ujarak::before {
	background: #00406b;
}

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

.btn-ghost:hover {
	color: #ffffff;
	background: #00406b;
}

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

.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .btn-facebook:hover, .btn-facebook:active, .btn-facebook.active {
	color: #ffffff;
	background-color: #456497;
	border-color: #456497;
}

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

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

.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active, .btn-twitter:hover, .btn-twitter:active, .btn-twitter.active {
	color: #ffffff;
	background-color: #02a8da;
	border-color: #02a8da;
}

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

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

.btn-google:not(:disabled):not(.disabled):active, .btn-google:not(:disabled):not(.disabled).active, .btn-google:hover, .btn-google:active, .btn-google.active {
	color: #ffffff;
	background-color: #cc3a1a;
	border-color: #cc3a1a;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/** @section Forms */
.rd-form {
	position: relative;
	text-align: left;
}

.rd-form .btn {
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 60px;
}

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

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

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;
	border:1px solid #015480;
}

.form-wrap.has-focus .form-input {
	border-color: #00406b;
}

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

.form-input {
    display: block;
    width: 100%;
    min-height: 55px;
    padding: 9px 20px;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    color: #015480;
    background-color: #ffffff;
    background-image: none;
    border-radius: 0;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 2px solid #015480 !important;
    margin-top: 20px;
}

.form-input:focus {
	border-color: #00406b;
	outline: 0;
}

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

.recaptcha div {
	display: block;
	transform-origin: 0 0;
}

.recaptcha iframe {
	display: block;
}

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

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

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

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

.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;
	max-width: calc(100% - 30px);
}

@media (min-width: 576px) {
	#form-output-global {
		left: 30px;
		max-width: calc(100% - 60px);
	}
}

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

.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;
	margin: -1px;
	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 #b7b7b7;
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after {
	content: '';
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background: #2c343b;
	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 #b7b7b7;
}

.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: #00406b;
	transform: translate(20px, -50%);
}

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

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

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

.rd-form-inline .form-input {
	border: 0;
	/*padding-right: 70px;*/
}

@media (min-width: 992px) {
	.rd-form-inline .form-input {
		/*padding-right: 100px;*/
	}
}

.rd-form-inline .form-validation {
	right: 70px;
}

@media (min-width: 992px) {
	.rd-form-inline .form-validation {
		right: 100px;
	}
}

.reservation-form {border: 4px dashed #fff;
padding: 30px 60px; }
@media (max-width: 992px) {
	.rd-form-inline .form-validation {
		right: 100px;
	}
	.reservation-form {border: 4px dashed #fff;
padding: 30px 20px; }
}
.reservation-form .rtb-booking-form fieldset{margin-bottom:0!important;padding-bottom:0!important;}
.reservation-form .rtb-booking-form textarea{max-width:100%!important;min-height:2em!important;border-radius: 5px;}
.reservation-form .rtb-booking-form fieldset > div{margin-top:0.5em;}
.reservation-form .rtb-booking-form label,.reservation-form .rtb-booking-form legend{color:#fff;}
.reservation-form .rtb-booking-form button{background:#8e8e8e;}
.reservation-form .rtb-booking-form input {line-height:30px;border-radius: 5px;}
.reservation-form #rtb-party {
    width: 100%;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
}
.rd-form-inline .mc4wp-success p{color:#00406b!important;text-align:center;margin-top:20px;line-height:25px;}
.menu-name a{color:#015480;}
.menu-name a:hover{color:#8e8e8e;}
.news-btn{display:flex;justify-content: center;margin-top:20px;}
.rd-form-inline .newsletter-btn {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 30px;
    background: #00406b;
    color:#fff;
	/*width: 60px;*/
	border:none;
}

@media (min-width: 992px) {
	.rd-form-inline button {
		/*width: 90px;*/
	}
}

/*.rd-form-inline button::before {*/
/*	content: '';*/
/*	position: absolute;*/
/*	left: 0;*/
/*	top: 15px;*/
/*	bottom: 15px;*/
/*	width: 2px;*/
/*	background-color: #DAF1E5;*/
/*}*/

.rd-form-inline button:hover {
	color: #00406b;
}

.form-sm .form-input,
.form-sm .btn {
	padding-top: 9px;
	padding-bottom: 9px;
	min-height: 40px;
}

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

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

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

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

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

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

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

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

.form-arrow {
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	width: 12px;
	height: 8px;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1.70492L10.59 0.294922L6 4.87492L1.41 0.294921L-6.16331e-08 1.70492L6 7.70492L12 1.70492Z' fill='%237CA18E'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
}

[data-time-picker] {
	cursor: pointer;
}

.custom-control {
	padding-left: 0;
}

.custom-control + .custom-control {
	margin-top: 13px;
}

.custom-control-label {
	padding-left: 42px;
	cursor: pointer;
}

.custom-control-label::before, .custom-control-label::after {
	position: absolute;
	left: 0;
}

.custom-control-input:checked ~ .custom-control-label {
	color: #00406b;
}

.custom-control-input:checked ~ .custom-control-label::before {
	border-width: 2px;
	background-color: #ffffff;
	border-color: #DAF1E5;
}

.custom-control-input:focus ~ .custom-control-label:before {
	box-shadow: none;
	border-color: #DAF1E5;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label:before,
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
	background-color: #ffffff;
	border-color: #DAF1E5;
}

.custom-control-label::before {
	border-color: #DAF1E5;
}

/** @section Posts */
.post {
	display: flex;
	flex-direction: column;
}

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

@media (min-width: 1600px) {
	.post + .post {
		margin-top: 40px;
	}
}

.post-figure {
	line-height: 0;
	font-size: 0;
}

.post-body {
	background-color: #ffffff;
	padding: 22px 40px 30px 30px;
}

.post-meta {
	display: flex;
	flex-wrap: wrap;
	color: #00406b;
}

.post-meta-item {
	position: relative;
}

.post-meta-item:not(:last-of-type)::after {
	content: '\00a0\00a0|\00a0\00a0';
	top: 0;
	bottom: 0;
	right: 0;
}

.post-meta-link, .post-meta-link:focus, .post-meta-link:active {
	color: inherit;
}

.post-meta-link:hover {
	color: #00406b;
}

.post-title a, .post-title a:focus, .post-title a:active {
	color: #00406b;
}

.post-title a:hover {
	color: #00406b;
}

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

.post-text {
	line-height: 1.5;
}

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

.post-text + .btn {
	margin-top: 33px;
}

.post-single {
	max-width: 730px;
}

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

@media (min-width: 1200px) {
	.post-single * + h4 {
		margin-top: 50px;
	}
}

.post-single h4 + h3 {
	margin-top: 40px;
}

@media (min-width: 1200px) {
	.post-single h4 + h3 {
		margin-top: 50px;
	}
}

.post-single * + p.big {
	margin-top: 36px;
}

.post-single p.big + .row {
	margin-top: 60px;
}

.post-single .quote-classic + * {
	margin-top: 40px;
}

@media (min-width: 1200px) {
	.post-single .quote-classic + * {
		margin-top: 67px;
	}
}

.post-single-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: -20px;
	margin-left: -20px;
}

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

.post-single-head > * {
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}

* + .post-single-head {
	margin-top: 15px;
}

.tag-list-wrap {
	border-top: 2px solid #DAF1E5;
	border-bottom: 2px solid #DAF1E5;
	padding-top: 28px;
	padding-bottom: 29px;
}

* + .tag-list-wrap {
	margin-top: 43px;
}

.tag-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -15px;
	margin-left: -30px;
}

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

.tag-list > * {
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 30px;
}

.tag-list a, .tag-list a:focus, .tag-list a:active {
	color: inherit;
}

.tag-list a:hover {
	color: #00406b;
}

.social-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -10px;
	margin-left: -27px;
}

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

.social-list > * {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 27px;
}

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

@media (min-width: 1200px) {
	* + .social-list {
		margin-top: 53px;
	}
}

.social-list-link {
	position: relative;
}

.social-list-link, .social-list-link:focus, .social-list-link:active {
	color: #00406b;
}

.social-list-link:hover {
	color: #00406b;
}

.social-list-link:hover::before {
	background-color: #00406b;
	width: 100%;
}

.social-list-link::before {
	content: '';
	position: absolute;
	bottom: 1px;
	height: 2px;
	left: 0;
	width: 0;
	background-color: #ffffff;
	transition: all 0.3s ease-in-out;
}

.post-recent .post-meta {
	font-size: 14px;
}

.post-recent-figure {
	line-height: 0;
	font-size: 0;
}

.post-recent-body {
	background-color: #ffffff;
	padding: 25px 30px 30px;
}

.post-recent-title, .post-recent-title:focus, .post-recent-title:active {
	color: inherit;
}

.post-recent-title:hover {
	color: #00406b;
}

* + .post-recent-title {
	margin-top: 17px;
}

/** @section Quotes */
.quote-box {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

@media (min-width: 768px) {
	.quote-box {
		flex-direction: row;
		align-items: center;
	}
}

@media (min-width: 1200px) {
	.quote-box {
		margin-left: 6.4%;
	}
}

.quote-body {
	max-width: 100%;
	position: relative;
}

.quote {
	display: inline-block;
	margin-left: 28px;
}

.quote::before, .quote::after {
	font-size: 52px;
	line-height: 0;
}

.quote::before {
	position: absolute;
	top: 20px;
	left: 0;
}

.quote::after {
	position: relative;
	top: 12px;
	margin-left: 3px;
}

.quote-footer {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.quote-footer {
		margin-top: 0;
		margin-left: 40px;
		min-width: 240px;
	}
}

@media (min-width: 1200px) {
	.quote-footer {
		margin-left: 68px;
	}
}

.quote-name {
	color: #00406b;
}

.quote-position {
	margin-top: 8px;
	margin-left: 22px;
}

.quote-classic {
	display: flex;
	align-items: flex-end;
}

.quote-classic-icon {
	font-family: 'Noyh Geometric Slim Regular';
	font-size: 120px;
	line-height: .6;
	color: #8e8e8e;
}
.quote-classic-text span{margin-top:10px;}
.quote-classic-text {
	padding-top: 18px;
	padding-bottom: 18px;
	color: #005227;
	font-weight: 400;
	line-height: 1.2;
	font-style: italic;
	padding-left: 18px;
	margin-left: 18px;
	border-left: 2px solid #8e8e8e;
}

* + .quote-classic-text {
	margin-top: 50px;
}

/** @section Thumbnails */
.row-gallery {
	margin-left: -5px;
	margin-right: -5px;
}

.row-gallery > [class*='col'] {
	padding-left: 5px;
	padding-right: 5px;
}

.thumb-insta a {
	display: block;
	position: relative;
	border: 2px solid #8e8e8e;
box-shadow: 2px 1px 7px 1px rgb(250, 235, 56);
}

.thumb-insta a::before {
	content: url("data:image/svg+xml,%3Csvg width='78' height='78' viewBox='0 0 78 78' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='39' cy='39' r='37.5' stroke='white' stroke-width='3'/%3E%3Cpath d='M39 26.6953C41.0117 26.6953 42.3203 26.7051 42.9258 26.7246C43.5508 26.7246 44.2637 26.7441 45.0645 26.7832C45.9238 26.8223 46.7344 26.959 47.4961 27.1934C48.2773 27.4082 48.9707 27.8184 49.5762 28.4238C50.1816 29.0293 50.5918 29.7227 50.8066 30.5039C51.041 31.2656 51.1777 32.0762 51.2168 32.9355C51.2559 33.7363 51.2754 34.4492 51.2754 35.0742C51.2949 35.6797 51.3047 36.9883 51.3047 39C51.3047 41.0117 51.2949 42.3301 51.2754 42.9551C51.2754 43.5605 51.2559 44.2637 51.2168 45.0645C51.1777 45.9238 51.041 46.7441 50.8066 47.5254C50.5918 48.2871 50.1816 48.9707 49.5762 49.5762C48.9707 50.1816 48.2773 50.6016 47.4961 50.8359C46.7344 51.0508 45.9238 51.1777 45.0645 51.2168C44.2637 51.2559 43.5508 51.2852 42.9258 51.3047C42.3203 51.3047 41.0117 51.3047 39 51.3047C36.9883 51.3047 35.6699 51.3047 35.0449 51.3047C34.4395 51.2852 33.7363 51.2559 32.9355 51.2168C32.0762 51.1777 31.2559 51.0508 30.4746 50.8359C29.7129 50.6016 29.0293 50.1816 28.4238 49.5762C27.8184 48.9707 27.3984 48.2871 27.1641 47.5254C26.9492 46.7441 26.8223 45.9238 26.7832 45.0645C26.7441 44.2637 26.7148 43.5605 26.6953 42.9551C26.6953 42.3301 26.6953 41.0117 26.6953 39C26.6953 36.9883 26.6953 35.6797 26.6953 35.0742C26.7148 34.4492 26.7441 33.7363 26.7832 32.9355C26.8223 32.0762 26.9492 31.2656 27.1641 30.5039C27.3984 29.7227 27.8184 29.0293 28.4238 28.4238C29.0293 27.8184 29.7129 27.4082 30.4746 27.1934C31.2559 26.959 32.0762 26.8223 32.9355 26.7832C33.7363 26.7441 34.4395 26.7246 35.0449 26.7246C35.6699 26.7051 36.9883 26.6953 39 26.6953ZM39 24C36.9688 24 35.6309 24.0098 34.9863 24.0293C34.3418 24.0293 33.6191 24.0488 32.8184 24.0879C31.5879 24.1465 30.4453 24.3516 29.3906 24.7031C28.3359 25.0547 27.3789 25.6602 26.5195 26.5195C25.6602 27.3789 25.0547 28.3359 24.7031 29.3906C24.3516 30.4453 24.1465 31.5879 24.0879 32.8184C24.0488 33.6191 24.0195 34.3418 24 34.9863C24 35.6309 24 36.9688 24 39C24 41.0312 24 42.3691 24 43.0137C24.0195 43.6582 24.0488 44.3809 24.0879 45.1816C24.1465 46.4121 24.3516 47.5547 24.7031 48.6094C25.0547 49.6641 25.6602 50.6211 26.5195 51.4805C27.3789 52.3398 28.3359 52.9453 29.3906 53.2969C30.4453 53.6484 31.5879 53.8535 32.8184 53.9121C33.6191 53.9512 34.3418 53.9707 34.9863 53.9707C35.6309 53.9902 36.9688 54 39 54C41.0312 54 42.3691 53.9902 43.0137 53.9707C43.6582 53.9707 44.3809 53.9512 45.1816 53.9121C46.4121 53.8535 47.5547 53.6484 48.6094 53.2969C49.6641 52.9453 50.6211 52.3398 51.4805 51.4805C52.3398 50.6211 52.9453 49.6641 53.2969 48.6094C53.6484 47.5547 53.8535 46.4121 53.9121 45.1816C53.9512 44.3809 53.9707 43.6582 53.9707 43.0137C53.9902 42.3691 54 41.0312 54 39C54 36.9688 53.9902 35.6309 53.9707 34.9863C53.9707 34.3418 53.9512 33.6191 53.9121 32.8184C53.8535 31.5879 53.6484 30.4453 53.2969 29.3906C52.9453 28.3359 52.3398 27.3789 51.4805 26.5195C50.6211 25.6602 49.6641 25.0547 48.6094 24.7031C47.5547 24.3516 46.4121 24.1465 45.1816 24.0879C44.3809 24.0488 43.6582 24.0293 43.0137 24.0293C42.3691 24.0098 41.0312 24 39 24ZM39 31.2949C37.9453 31.2949 36.9492 31.5 36.0117 31.9102C35.0742 32.3008 34.2539 32.8477 33.5508 33.5508C32.8477 34.2539 32.291 35.0742 31.8809 36.0117C31.4902 36.9492 31.2949 37.9453 31.2949 39C31.2949 40.0547 31.4902 41.0508 31.8809 41.9883C32.291 42.9258 32.8477 43.7461 33.5508 44.4492C34.2539 45.1523 35.0742 45.709 36.0117 46.1191C36.9492 46.5098 37.9453 46.7051 39 46.7051C40.0547 46.7051 41.0508 46.5098 41.9883 46.1191C42.9258 45.709 43.7461 45.1523 44.4492 44.4492C45.1523 43.7461 45.6992 42.9258 46.0898 41.9883C46.5 41.0508 46.7051 40.0547 46.7051 39C46.7051 37.9453 46.5 36.9492 46.0898 36.0117C45.6992 35.0742 45.1523 34.2539 44.4492 33.5508C43.7461 32.8477 42.9258 32.3008 41.9883 31.9102C41.0508 31.5 40.0547 31.2949 39 31.2949ZM39 44.0098C37.6133 44.0098 36.4316 43.5215 35.4551 42.5449C34.4785 41.5684 33.9902 40.3867 33.9902 39C33.9902 37.6133 34.4785 36.4316 35.4551 35.4551C36.4316 34.4785 37.6133 33.9902 39 33.9902C40.3867 33.9902 41.5684 34.4785 42.5449 35.4551C43.5215 36.4316 44.0098 37.6133 44.0098 39C44.0098 40.3867 43.5215 41.5684 42.5449 42.5449C41.5684 43.5215 40.3867 44.0098 39 44.0098ZM48.8145 31.002C48.8145 31.4902 48.6387 31.9102 48.2871 32.2617C47.9355 32.6133 47.5059 32.7891 46.998 32.7891C46.5098 32.7891 46.0898 32.6133 45.7383 32.2617C45.3867 31.9102 45.2109 31.4902 45.2109 31.002C45.2109 30.4941 45.3867 30.0645 45.7383 29.7129C46.0898 29.3613 46.5098 29.1855 46.998 29.1855C47.5059 29.1855 47.9355 29.3613 48.2871 29.7129C48.6387 30.0645 48.8145 30.4941 48.8145 31.002Z' fill='white'/%3E%3C/svg%3E%0A");
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(250, 235, 56, 0.59);
	opacity: 0;
	transform: scale(0.9);
	transition: all 0.3s ease-in-out;
}

.thumb-insta a:hover:before {
	opacity: 1;
	transform: scale(1);
}

.thumb-insta img {
	width: 100%;
}

.thumb-insta-3 {
	display: flex;
	align-items: flex-end;
	height: 100%;
}

/** @section Breadcrumbs */
.breadcrumbs-custom {
	position: relative;
	padding: 35px 0 40px;
	text-align: center;
	background-color: #cccccc;
	background-position: center;
}

.breadcrumbs-custom-path {
	margin-left: -15px;
	margin-right: -15px;
}

.breadcrumbs-custom-path > * {
	padding-left: 15px;
	padding-right: 15px;
}

.breadcrumbs-custom-path a {
	display: inline;
	vertical-align: middle;
}

.breadcrumbs-custom-path a, .breadcrumbs-custom-path a:active, .breadcrumbs-custom-path a:focus {
	color: #00406b;
}

.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: 52%;
	right: -5px;
	display: inline-block;
	font-size: inherit;
	font-style: normal;
	color: rgba(255, 255, 255, 0.5);
	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 li.active {
	top: 2px;
}

* + .breadcrumbs-custom-path {
	margin-top: 14px;
}

@media (max-width: 991.98px) {
	.breadcrumbs-custom-title {
		font-size: 26px;
	}
}

@media (min-width: 576px) {
	.breadcrumbs-custom {
		margin-left: -30px;
		margin-right: -30px;
	}
	.breadcrumbs-custom > * {
		padding-left: 30px;
		padding-right: 30px;
	}
	* + .breadcrumbs-custom-path {
		margin-top: 18px;
	}
}

@media (min-width: 768px) {
	.breadcrumbs-custom {
		padding: 70px 0 80px;
	}
	.breadcrumbs-custom-path li {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.breadcrumbs-custom {
		padding: 80px 0 100px;
	}
}

@media (min-width: 1600px) {
	.breadcrumbs-custom {
		padding: 80px 0 100px;
	}
}

.breadcrumbs-mini-link-wrap {
	position: relative;
}

.breadcrumbs-mini-link {
	position: absolute;
	padding: 4px 2px;
	top: 15px;
	left: 0;
	z-index: 1;
}

.breadcrumbs-mini-link, .breadcrumbs-mini-link:focus, .breadcrumbs-mini-link:active {
	color: #8e8e8e;
}

.breadcrumbs-mini-link:hover {
	color: #005227;
}

@media (min-width: 1200px) {
	.breadcrumbs-mini-link {
		top: 25px;
	}
}

.context-dark .breadcrumbs-mini-link, .context-dark .breadcrumbs-mini-link:focus, .context-dark .breadcrumbs-mini-link:active {
	color: #ffffff;
}

.context-dark .breadcrumbs-mini-link:hover {
	color: #00406b;
}

/** @section Pagination custom */
.pagination-wrap {
	display: flex;
	justify-content: center;
}

* + .pagination-wrap {
	margin-top: 60px;
}

@media (min-width: 768px) {
	* + .pagination-wrap {
		margin-top: 80px;
	}
}

.pagination {
	margin-bottom: -5px;
	margin-left: -5px;
}

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

.pagination > * {
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 5px;
}

@media (min-width: 1200px) {
	.pagination {
		margin-bottom: -8px;
		margin-left: -8px;
	}
	.pagination:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.pagination > * {
		margin-top: 0;
		margin-bottom: 8px;
		margin-left: 8px;
	}
}

.page-item {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-weight: 700;
}

.page-item .page-link, .page-item:first-child .page-link, .page-item:last-child .page-link {
	border-radius: 50%;
}

.page-link {
	display: inline-block;
	width: 35px;
	height: 35px;
	padding: 5px 5px;
	font-size: 16px;
	line-height: 25px;
	background-color: transparent;
	color: #00406b;
	transition: all 0.3s ease-in-out;
	border: 0;
}

@media (min-width: 1200px) {
	.page-link {
		width: 42px;
		height: 42px;
		font-size: 22px;
		line-height: 1.31818;
	}
}

.page-link:hover, .page-link:focus, .page-link:active {
	color: #ffffff;
	background-color: #00406b;
}

.page-link:focus {
	box-shadow: none;
}

.page-link-dis {
	pointer-events: none;
}

.page-item.active > .page-link, .page-item.active > .page-link:hover, .page-item.active > .page-link:focus, .page-item.active > .page-link:active {
	color: #ffffff;
	background-color: #00406b;
}

.page-item.disabled > .page-link, .page-item.disabled > .page-link:hover, .page-item.disabled > .page-link:focus, .page-item.disabled > .page-link:active {
	color: #005227;
	background-color: transparent;
}

/** @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 (max-width: 768px){
	.menu-name a{color:#015480;font-size:40px;}
	.mb-50{margin-bottom:50px;}
}

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

/** @section Footers */
.footer {
	padding: 60px 0;
}

@media (min-width: 768px) {
	.footer {
		padding: 80px 0;
	}
}

@media (min-width: 1200px) {
	.footer {
		padding: 100px 0;
	}
}
.footer-newsletter-box1 span{font-size:18px;}
.footer-newsletter-box1 h4{color:#015480;}
.footer-newsletter-box p {
	line-height: 25px;
}
.footer-newsletter-box1 * + p {
	margin-top: 20px;
	color:#015480!important;
}

.footer-newsletter-box * + p {
	margin-top: 20px;
	color:#015480!important;
}

@media (min-width: 768px) {
	.footer-newsletter-box {
		margin-right: 10%;
	}
}

@media (min-width: 1200px) {
	.footer-newsletter-box {
		margin-right: 21.5%;
	}
}

.footer-border {
	height: 320px;
	border-left: 2px solid #DAF1E5;
}

.footer-nav-item + .footer-nav-item {
	/*margin-top: 11px;*/
}
.footer-nav.flex{display:flex;}
.footer-nav.flex .footer-nav-item a{padding-left:10px;}
.footer-nav-item a {
	position: relative;
	font-size: 25px;
	line-height: 1.41176;
	font-family: 'Noyh Geometric Slim Regular';
font-weight: 400;
}

.footer-nav-link, .footer-nav-item a:focus, .footer-nav-item a:active {
	color: inherit;
}

.footer-nav-item a:hover {
	color: #8e8e8e;
}

.footer-nav-item a:hover::before {
	background-color: #8e8e8e;
	width: 100%;
}

.footer-nav-item a::before {
	content: '';
	position: absolute;
	bottom: 1px;
	height: 2px;
	left: 0;
	width: 0;
	background-color: #ffffff;
	transition: all 0.3s ease-in-out;
}

/** @section Row spacing */
.menu-head {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	margin-bottom: -15px;
	margin-left: -30px;
}

.menu-head:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.menu-head > * {
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 30px;
}

.menu-head-title,
.menu-title {
	color: #8e8e8e;
}
.menu-head-title{display: flex;}
.w10{width: 15%;margin-right: 55px;}
.menu-item {
	display: flex;
	justify-content: space-between;
}

.menu-item + .menu-item {
	/*margin-top: 30px;*/
}

@media (min-width: 1200px) {
	.menu-item + .menu-item {
		/*margin-top: 38px;*/
	}
}

* + .menu-description {
	margin-top: 12px;
}

/** @section Reserve */
.reserve {
	position: relative;
	width: 100%;
	border-radius: 50%;
	overflow: hidden;
	max-width: 510px;
	margin-left: auto;
	margin-right: auto;
}

.reserve::before {
	content: '';
	display: block;
	padding-bottom: 100%;
}

.reserve-inner {
	position: absolute;
	top: -2px;
	left: -7px;
	right: -7px;
	bottom: -12px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media (min-width: 576px) {
	.reserve-inner {
		left: -12px;
		right: -12px;
		bottom: -22px;
	}
}

@media (min-width: 992px) {
	.reserve-inner {
		left: -17px;
		right: -17px;
		bottom: -32px;
	}
}

.reserve-table {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F1FFF8;
	border: 2px solid #DAF1E5;
	padding: 3px 10px;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 23px;
	flex: 0 0 calc(25% - 10px);
	width: calc(25% - 10px);
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;
	color: #005227;
}

@media (min-width: 576px) {
	.reserve-table {
		flex: 0 0 calc(25% - 20px);
		width: calc(25% - 20px);
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 20px;
	}
}

@media (min-width: 992px) {
	.reserve-table {
		flex: 0 0 calc(25% - 30px);
		width: calc(25% - 30px);
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 30px;
		padding: 5px 20px;
	}
}

.reserve-table:not(:nth-child(1)) {
	cursor: pointer;
}

.reserve-table:not(:nth-child(1)):hover {
	background-color: #00406b;
	border-color: #00406b;
	color: #ffffff;
}

.reserve-table.reserved {
	cursor: initial;
	background-color: #8e8e8e;
	border-color: #8e8e8e;
	color: #ffffff;
}

.reserve-table:nth-child(1) {
	flex: 0 0 100%;
}

.reserve-table:nth-child(2), .reserve-table:nth-child(14) {
	justify-content: flex-end;
}

.reserve-table:nth-child(5), .reserve-table:nth-child(17) {
	justify-content: flex-start;
}

.reserve-table:nth-child(18), .reserve-table:nth-child(19) {
	align-items: flex-start;
}

/** @section Row Booking */
.section-booking {
	padding: 100px 0 170px;
}

.booking-box {
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}

/** @section Intro */
.section-intro {
	position: relative;
	padding-top: 50px;
}

@media (min-width: 768px) {
	.section-intro {
		padding-top: 100px;
	}
}

.section-intro::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 25%;
	background-color: #F1FFF8;
	z-index: -1;
}

@media (min-width: 576px) {
	.section-intro::before {
		bottom: 43.5%;
	}
}

.section-intro-half {
	overflow: hidden;
	position: relative;
}
.intro-half-container h2{text-align:center;}
.intro-half-container p{line-height:1.5;text-align: justify;}
.gray-color{background:#f9f9f9;}

.intro-half-container {
	padding-top: 30px;
}

@media (min-width: 768px) {
	.intro-half-container {
		padding: 30px 0;
	}
}

@media (min-width: 1200px) {
	.intro-half-container {
		padding: 20px 0;
		margin-bottom:60px;
	}
}

.intro-half-title {
	max-width: 500px;
}

.intro-half-text {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

* + .intro-half-text {
	margin-top: 27px;
}

.intro-half-image-wrap {
	position: relative;
	height: 100%;
	padding-bottom: 60px;
}

@media (min-width: 768px) {
	.intro-half-image-wrap {
		padding-bottom: 0;
		margin-top: 70px;
	}
}

@media (min-width: 768px) {
	.intro-half-image {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 50vw;
		height: 100%;
		max-width: none;
		object-fit: cover;
	}
}

/** @section Shop */
.shop-top {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: -20px;
	margin-left: -20px;
}

.shop-top:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.shop-top > * {
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}

@media (min-width: 480px) {
	.shop-top {
		justify-content: space-between;
	}
}

.shop-top + .row {
	margin-top: 45px;
}

.shop-top-select {
	width: 260px;
}

/** @section Product */
.product {
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}

.product-figure {
	position: relative;
	display: flex;
	overflow: hidden;
}

.product-figure .link-image {
	width: 100%;
}

.product-figure .btn {
	position: absolute;
	left: 0;
	bottom: 0;
}

@media (min-width: 768px) {
	.desktop .product-figure .btn {
		transform: translateY(100%);
	}
	.desktop .product-figure:hover .btn {
		transform: translateY(0);
	}
}

.product-image {
	width: 100%;
}

.product-badge {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	padding: 1px 9px;
	z-index: 1;
}

.product-body {
	padding: 15px;
}

.product-title {
	font-size: 22px;
}

.product-title a, .product-title a:focus, .product-title a:active {
	color: #00406b;
}

.product-title a:hover {
	color: #00406b;
}

.product-price {
	font-size: 18px;
	color: #00406b;
}

.product-price-old {
	text-decoration: line-through;
	margin-right: 15px;
}

.product-small {
	display: flex;
	margin-bottom: -20px;
	margin-left: -20px;
}

.product-small:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.product-small > * {
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}

.product-small + .product-small {
	margin-top: 11px;
}

.product-small-figure {
	flex-shrink: 0;
}

.product-small-title {
	font-size: 14px;
	line-height: 1.5;
}

.product-small-title a, .product-small-title a:focus, .product-small-title a:active {
	color: inherit;
}

.product-small-title a:hover {
	color: #00406b;
}

.product-small-price {
	color: #00406b;
	font-size: 15px;
	margin-top: 8px;
}

@media (min-width: 1200px) {
	.product-single {
		padding-left: 40px;
	}
}

.product-single p + h4 {
	margin-top: 14px;
}

.product-single h4 + h5 {
	margin-top: 13px;
}

.product-single-text {
	line-height: 1.5;
}

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

* + .product-single-details-box {
	margin-top: 34px;
	padding-top: 30px;
	border-top: 2px solid #DAF1E5;
}

.rating-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: -20px;
	margin-left: -20px;
}

.rating-wrap:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.rating-wrap > * {
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}

* + .rating-wrap {
	margin-top: 18px;
}

.rating {
	display: flex;
}

.rating > * + * {
	margin-left: 3px;
}

.rating-full {
	color: #FFC149;
}

.rating-empty {
	color: #E8E8E9;
}

.rating-text {
	color: #009246;
}

.product-single-details-description {
	color: #009246;
	margin-left: 5px;
}

.product-single-details-item + .product-single-details-item {
	margin-top: 8px;
}

* + .product-single-quantity-wrap {
	margin-top: 35px;
}

.product-single-quantity {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -20px;
	margin-left: -20px;
}

.product-single-quantity:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.product-single-quantity > * {
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}

* + .product-single-quantity {
	margin-top: 5px;
}

.product-single-quantity .btn {
	flex-grow: 1;
}

/** @section Widget */
.widget-box {
	background-color: #EDFBF4;
	padding: 40px 25px;
}

.widget-search-form .form-input,
.widget-search-form .form-label {
	font-size: 14px;
	padding-left: 20px;
	padding-right: 50px;
}

.widget-search-form button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
	padding-right: 20px;
	margin: 0;
}

.widget-title {
	font-size: 22px;
}

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

/** @section Tag */
.tags {
	margin-bottom: -8px;
	margin-left: -20px;
}

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

.tags > * {
	margin-top: 0;
	margin-bottom: 8px;
	margin-left: 20px;
}

.tag {
	position: relative;
	display: inline-block;
	padding-left: 33px;
}

.tag, .tag:focus, .tag:active {
	color: #00406b;
}

.tag:hover {
	color: #00406b;
}

.tag::before {
	content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.41 9.58L10.41 0.58C10.05 0.22 9.55 0 9 0H2C0.9 0 0 0.9 0 2V9C0 9.55 0.22 10.05 0.59 10.42L9.59 19.42C9.95 19.78 10.45 20 11 20C11.55 20 12.05 19.78 12.41 19.41L19.41 12.41C19.78 12.05 20 11.55 20 11C20 10.45 19.77 9.94 19.41 9.58ZM11 18.01L2 9V2H9V1.99L18 10.99L11 18.01ZM3 4.5C3 3.67157 3.67157 3 4.5 3C5.32843 3 6 3.67157 6 4.5C6 5.32843 5.32843 6 4.5 6C3.67157 6 3 5.32843 3 4.5Z' fill='%2300406b'/%3E%3C/svg%3E%0A");
	position: absolute;
	top: 5px;
	left: 0;
	fill: currentColor;
}

/** @section Cart */
@media (min-width: 1600px) {
	.cart-box {
		margin-right: 70px;
	}
}

.cart-table td {
	padding: 25px 15px;
}

.cart-table td:first-of-type {
	padding-left: 0;
	padding-right: 0;
}

.cart-table td:last-of-type {
	padding-right: 0;
}

@media (min-width: 1200px) {
	.cart-table td {
		padding: 35px 20px;
	}
}

.cart-table tr td {
	border-bottom: 0;
	border-top: 2px solid #DAF1E5;
}

.cart-table img {
	max-width: none;
}

.cart-table .stepper {
	width: 80px;
}

.cart-item-title {
	font-size: 18px;
	line-height: 30px;
}

@media (min-width: 1200px) {
	.cart-item-title {
		font-size: 22px;
	}
}

.cart-item-title a, .cart-item-title a:focus, .cart-item-title a:active {
	color: inherit;
}

.cart-item-title a:hover {
	color: #00406b;
}

.cart-item-price {
	font-size: 18px;
	font-weight: 600;
}

.cart-item-price-total {
	font-size: 22px;
	font-weight: 600;
	color: #00406b;
}

.cart-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: -10px;
	margin-left: -10px;
}

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

.cart-footer > * {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

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

.coupon-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: -10px;
	margin-left: -10px;
}

.coupon-box:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.coupon-box > * {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

.coupon-box .form-input {
	width: 260px;
}

.cart-total {
	background-color: #FFF1F2;
	padding: 50px 20px;
}

@media (min-width: 480px) {
	.cart-total {
		padding: 60px 40px;
	}
}

@media (min-width: 1600px) {
	.cart-total {
		padding: 87px 60px;
	}
}

.cart-total .btn {
	padding-left: 10px;
	padding-right: 10px;
}

.cart-total-title {
	font-size: 22px;
	line-height: 30px;
	text-decoration: underline;
}

* + .cart-total-details {
	margin-top: 30px;
}

* + .cart-total-price {
	margin-top: 25px;
}

.cart-total-price + .btn {
	margin-top: 33px;
}

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

.ipad .not-animated,
.ios .not-animated {
	opacity: 1 !important;
}

.ios .animated {
	animation: none;
}

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

.fadeIn {
	animation-name: fadeIn;
}

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

.fadeInUp {
	animation-name: fadeInUp;
}

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

.fadeInDown {
	animation-name: fadeInDown;
}

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

.fadeInLeft {
	animation-name: fadeInLeft;
}

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

.fadeInRight {
	animation-name: fadeInRight;
}

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

.fadeOut {
	animation-name: fadeOut;
}

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

.slideInDown {
	animation-name: slideInDown;
}

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

.slideInLeft {
	animation-name: slideInLeft;
}

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

.slideInRight {
	animation-name: slideInRight;
}

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

.slideOutDown {
	animation-name: slideOutDown;
}

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

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

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

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

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

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

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

/** @section ToTop */
.ui-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 100;
	width: 60px;
	height: 60px;
	font-size: 30px;
	line-height: 56px;
	color: #00537c;
	background: #8E8E8E;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	transition: .45s all ease-in-out;
	transform: translate3d(0, 100px, 0);
	box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
}

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

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

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

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

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

/** @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-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-fixed .rd-navbar-nav-wrap {
    font-size: 14px;
    line-height: 34px;
}

.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: #005227;
	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: #005227;
	backface-visibility: hidden;
	border-radius: 0;
}

.rd-navbar-toggle span {
	transform: rotate(180deg);
}

.rd-navbar-toggle span:before, .rd-navbar-toggle span:after {
	transform-origin: 1.71429px center;
}

.rd-navbar-toggle.active span {
	transform: rotate(360deg);
}

.rd-navbar-toggle.active span:before, .rd-navbar-toggle.active span:after {
	top: 0;
	width: 15px;
}

.rd-navbar-toggle.active span:before {
	-webkit-transform: rotate3d(0, 0, 1, -40deg);
	transform: rotate3d(0, 0, 1, -40deg);
}

.rd-navbar-toggle.active span:after {
	-webkit-transform: rotate3d(0, 0, 1, 40deg);
	transform: rotate3d(0, 0, 1, 40deg);
}

.rd-navbar-collapse-toggle {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #005227;
	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: #005227;
	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: #00406b;
}

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

.nav-contacts-item {
	display: flex;
	align-items: center;
}

.nav-contacts-item + .nav-contacts-item {
	margin-top: 20px;
}

.nav-contacts-icon {
	width: 20px;
	text-align: center;
}

.nav-contacts-link {
	font-size: 20px;
	line-height: 19px;
	margin-left: 12px;
}

.nav-contacts-link-address, .nav-contacts-link-address:focus, .nav-contacts-link-address:active {
	color: inherit;
}

.nav-contacts-link-address:hover {
	color: #00406b;
}

.nav-contacts-link-phone {
	font-size: 17px;
	margin-left: 5px;
}

/*
* @subsection  RD Navbar Static
*/
.rd-navbar-static {
	display: block;
	border-bottom: 1px solid transparent;
}

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

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

@media (min-width: 1600px) {
	.rd-navbar-static .rd-navbar-aside,
	.rd-navbar-static .rd-navbar-main {
		max-width: 1280px;
	}
}

.rd-navbar-static .rd-navbar-aside {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #DAF1E5;
}

.rd-navbar-static .rd-navbar-aside .btn {
	margin-top: 0;
}

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

.rd-navbar-static .rd-navbar-main .rd-navbar-brand {
	display: none;
}

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

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

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

.rd-navbar-static .rd-nav-item.focus .rd-nav-link, .rd-navbar-static .rd-nav-item.opened .rd-nav-link {
	color: #00406b;
	background: transparent;
}

.rd-navbar-static .rd-nav-item.focus .rd-nav-link::before, .rd-navbar-static .rd-nav-item.opened .rd-nav-link::before {
	width: 100%;
	background-color: #00406b;
}

.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle {
	color: #00406b;
}

.rd-navbar-static .rd-nav-item.current_page_item a {
	color: #00406b;
	background: transparent;
}

.rd-navbar-static .rd-nav-item.current_page_item a::before {
	width: 100%;
	background-color: #00406b;
}

.rd-navbar-static .rd-nav-item.active > .rd-navbar-submenu-toggle {
	color: #00406b;
}

.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: 6px;
	cursor: pointer;
	width: 10px;
	height: 10px;
	display: inline-flex;
	align-items: center;
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle::before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.833984 0.916504L5.00065 5.08317L9.16732 0.916504H0.833984Z' fill='%237BAC93'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	transition: .22s;
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu {
	margin-top: 20px;
}

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

.rd-navbar-nav a {
	position: relative;
	display: inline-block;
	color: #005227;
	font-size: 24px;
	line-height: 1.2;
	transition: .25s;
	text-transform: capitalize;
}

.rd-navbar-nav a:hover {
	color: #00406b;
}

.rd-navbar-nav a:hover::before {
	width: 100%;
	background-color: #00406b;
}

.rd-navbar-nav a::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 0;
	height: 2px;
	background-color: #005227;
	transition: all 0.3s ease-in-out;
}

.rd-navbar-static .rd-menu {
	z-index: 15;
	position: absolute;
	display: block;
	margin-top: 33px;
	visibility: hidden;
	opacity: 0;
	text-align: left;
	border: 2px solid #00406b;
	transform: translate3d(-50%, 30px, 0);
}

.rd-navbar-static .rd-navbar-dropdown {
	position: absolute;
	left: 40%;
	width: 200px;
	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: #00406b;
	background: #EDFBF4;
}

.rd-navbar-static .rd-dropdown-link {
	display: flex;
	padding: 6px 28px;
	color: #005227;
	background: #ffffff;
}

.rd-navbar-static .rd-dropdown-link:hover {
	color: #00406b;
	background: #EDFBF4;
}

.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: #00406b;
	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(-50%, 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: 60px;
}

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

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

.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: 1010;
	background: #ffffff;
	border-bottom-color: #DAF1E5;
}

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

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

.rd-navbar-static.rd-navbar--is-stuck .rd-menu, .rd-navbar-static.rd-navbar--is-clone .rd-menu {
	margin-top: 17px;
}

.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-aside .rd-navbar-brand {
	display: none;
}

.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: 120px;
	width: auto;
	height: auto;
}

.rd-navbar-fixed .rd-navbar-panel {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 100;
	display: flex;
	align-items: center;
	height: 80px;
	padding: 4px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	position: fixed;
	left: 0;
	top: -46px;
	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: #44e792;
	border: none;
	border-radius: 0;
	opacity: .2;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
	background: #00406b;
	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-item a{
	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: 80px;
	z-index: 1001;
	transform: translate3d(0, -10px, 0);
	padding: 15px;
	width: auto;
	border-radius: 0;
	text-align: left;
	font-size: 14px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #005227;
	box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
	background: #ffffff;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	color: #ffffff;
	background: #ffffff;
	box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
}

.rd-navbar-fixed .rd-nav-item:hover a, .rd-navbar-fixed .rd-nav-item.focus .rd-nav-item a, .rd-navbar-fixed .current_page_item.active a, .rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
	color: #ffffff;
	background: #00406b;
}

.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-item a {
	text-transform: capitalize;
	color: #005227;
}

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

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

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

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
	border-bottom: 2px solid #00406b;
}

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

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:hover {
	color: #00406b;
}

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

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

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit:hover {
	color: #00406b;
}

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

.rd-navbar-fixed .rd-navbar-search-toggle:hover {
	color: #00406b;
}

.rd-navbar-fixed .rd-navbar-collapse {
	background-color: #ffffff;
	box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
}

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

/** @section Swiper */
@font-face {
	font-family: 'swiper-icons';
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
	perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	/* For Firefox */
	-ms-overflow-style: none;
	/* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: calc(44px / 44 * 27);
	height: 44px;
	margin-top: calc(-1 * 44px / 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #00406b;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: 44px;
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
	--swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
	--swiper-navigation-color: #000000;
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	display: inline-block;
	border-radius: 100%;
	background: #ffffff;
	opacity: 0.5;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

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

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #00406b;
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #00406b;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white {
	--swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
	--swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
	display: none;
}

/* Scrollbar */
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid #00406b;
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

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

/* a11y */
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.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-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-slide {
	min-height: 40.10417vw;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 100%;
	height: auto;
	white-space: nowrap;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

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

.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}

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

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

.google-map-container button img {
	margin: 0;
}

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

@media (min-width: 768px) {
	.google-map {
		height: 590px;
	}
}

@media (min-width: 1200px) {
	.google-map {
		height: 757px;
	}
}

/** @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: #005227;
	background: #ffffff;
	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: 'Noyh Geometric Slim Regular';
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	color: #005227;
}

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

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

.rd-search-results-live .search-title {
	position: relative;
	font-family: 'Noyh Geometric Slim Regular';
	font-size: 14px;
	font-weight: 700;
	color: #005227;
}

.rd-search-results-live .search-title a:hover {
	color: #00406b;
}

.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: 'Noyh Geometric Slim Regular';
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
	text-align: center;
	color: #ffffff;
	background: #00406b;
}

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

@media (min-width: 768px) {
	* + .rd-search-results {
		margin-top: 55px;
	}
}

.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 + .search-list-item {
	margin-top: 40px;
}

.rd-search-results .search-title::before {
	content: counter(li, decimal-leading-zero) ".";
	counter-increment: li;
	position: absolute;
	left: 0;
	top: 0;
}

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

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

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

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

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

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

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

.rd-search.rd-search-inline .btn-link:hover {
	color: #00406b;
}

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

.rd-search.rd-search-inline.form-sm .btn-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 .btn-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;
}

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

* + .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: #005227;
		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: #00406b;
		border-color: #00406b;
	}
}

.tabs-corporate .nav-tabs {
	position: relative;
	margin-bottom: -10px;
	margin-left: -10px;
}

.tabs-corporate .nav-tabs:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.tabs-corporate .nav-tabs > * {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

.tabs-corporate .nav-link {
	padding: 10px 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	color: #005227;
	background: transparent;
	border: 1px solid #e5e7e9;
	text-align: center;
	vertical-align: middle;
}

.tabs-corporate .nav-link:hover,
.tabs-corporate .nav-link.active {
	color: #ffffff;
	background: #00406b;
	border-color: #00406b;
}

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

@media (min-width: 768px) {
	.tabs-horizontal.tabs-corporate .nav-tabs {
		position: relative;
		width: 100%;
		display: block;
		text-align: center;
		border: 0;
		will-change: transform;
	}
	.tabs-horizontal.tabs-corporate .nav-item {
		display: inline-block;
		will-change: transform;
	}
	.tabs-horizontal.tabs-corporate .nav-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: #00406b;
	}
	.tabs-horizontal.tabs-corporate .nav-link.active,
	.tabs-horizontal.tabs-corporate .nav-link:hover {
		color: #ffffff;
		border-color: #00406b;
		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: #00406b;
		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: 30px 30px 0;
	}
	.tabs-vertical.tabs-corporate .tab-content {
		padding: 0 0 0 45px;
	}
}

/** @section Panel custom */
.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: 56px;
	}
}

.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: #2c343b;
	transition: 1.3s all ease;
	border-radius: 6px 6px 0 0;
	border-bottom: 1px solid #dedede;
}

.card-corporate .card-title a .card-arrow:after {
	opacity: 0;
	visibility: hidden;
}

.card-corporate .card-title a.collapsed {
	border-radius: 6px;
	border-bottom-width: 0;
}

.card-corporate .card-title a.collapsed .card-arrow {
	border-radius: 0 6px 6px 0;
}

.card-corporate .card-title a.collapsed .card-arrow:after {
	opacity: 1;
	visibility: visible;
}

.card-corporate .card-arrow {
	position: absolute;
	top: 0;
	bottom: -1px;
	right: -1px;
	z-index: 2;
	width: 70px;
	background: #00406b;
	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: #005227;
	border-radius: 0 0 6px 6px;
}

.card-corporate .card-body {
	padding: 25px 44px 25px 32px;
}

@media (max-width: 991.98px) {
	.card-corporate .card-title a,
	.card-corporate .card-body {
		padding-left: 25px;
	}
}

@media (min-width: 768px) {
	.card-corporate .card-title a {
		font-size: 18px;
	}
}

.card-classic + .card-classic {
	margin-top: 35px;
	padding-top: 35px;
	border-top: 2px solid #DAF1E5;
}

.card-classic .card-header {
	background-color: transparent;
}

.card-classic .card-title {
	font-size: 22px;
	padding: 8px 0;
}

.card-classic .card-title a {
	display: flex;
	align-items: flex-start;
}

.card-classic .card-title a, .card-classic .card-title a:focus, .card-classic .card-title a:active {
	color: #009246;
}

.card-classic .card-title a:hover {
	color: #00406b;
}

.card-classic .card-title .collapsed {
	color: #005227;
}

.card-classic .card-title .collapsed .card-arrow {
	transform: rotate(180deg);
}

.card-classic .card-arrow {
	width: 24px;
	height: 1.7em;
	margin-right: 5px;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9.70492L16.59 8.29492L12 12.8749L7.41 8.29492L6 9.70492L12 15.7049L18 9.70492Z' fill='%23005227'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.3s ease-in-out;
}

.card-classic .card-body {
	padding: 18px 0 10px;
}

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

.tooltip.bs-tooltip-top .arrow::before {
	border-top-color: #00406b;
}

.tooltip.bs-tooltip-bottom .arrow::before {
	border-bottom-color: #00406b;
}

/** @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: #F1FFF8;
}

.progress-linear-bar {
	width: 0;
	height: inherit;
	background: #00406b;
	transition: 1s all ease-in-out;
}

.progress-linear-counter {
	font-weight: 700;
}

.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: #00406b;
	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;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
	text-align: center;
	margin-bottom: -15px;
	margin-left: -15px;
}

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

.countdown > * {
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 15px;
}

@media (min-width: 768px) {
	.countdown {
		margin-bottom: -30px;
		margin-left: -30px;
	}
	.countdown:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.countdown > * {
		margin-top: 0;
		margin-bottom: 30px;
		margin-left: 30px;
	}
}

.countdown-block {
	position: relative;
	flex: 1 1 33.33%;
}

@media (min-width: 576px) {
	.countdown-block {
		flex: 1 1 25%;
	}
}

.countdown-block-seconds {
	display: none;
}

@media (min-width: 576px) {
	.countdown-block-seconds {
		display: block;
	}
}

.countdown-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.countdown-circle {
	fill: transparent;
}

.countdown-circle-bg {
	stroke: white;
	stroke-width: 5px;
}

.countdown-circle-fg {
	stroke: #00406b;
	stroke-width: 10px;
}

.countdown-counter {
	line-height: 1;
	letter-spacing: 0;
}

.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: 768px) {
	.countdown-circle-bg {
		stroke-width: 3px;
	}
	.countdown-circle-fg {
		stroke-width: 5px;
	}
}

/** @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 {
	margin-top: 40px;
}

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

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

/** @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: #00406b;
}

.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: #00406b;
	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: 'Noyh Geometric Slim Regular';
	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%;
}

/** @section Vide */
.vide {
	width: 100%;
	background-size: cover;
	background-position: center;
	padding: 80px 0;
}

@media (min-width: 576px) {
    
	.vide {
		padding: 100px 0;
	}
}

@media (min-width: 768px) {
	.vide {
		padding: 150px 0;
	}
}

@media (min-width: 1200px) {
	.vide {
		padding: 180px 0;
	}
}

@media (min-width: 1600px) {
	.vide {
		padding: 220px 0 260px;
	}
}

.vide > * {
	position: relative;
	z-index: 1;
}

.vide video {
	will-change: transform;
	pointer-events: none;
}

/**
 * Select 2
 */
.select2-container {
	position: relative;
	display: inline-block;
	width: 100% !important;
	margin: 0;
	vertical-align: middle;
	box-sizing: border-box;
}

.select2-container .select2-selection--single {
	display: block;
	height: 60px;
	box-sizing: border-box;
	cursor: pointer;
	user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative;
}

.select2-container .select2-selection--multiple {
	display: block;
	box-sizing: border-box;
	cursor: pointer;
	user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1;
}

.select2-container .select2-search--inline {
	align-self: center;
}

.select2-container .select2-search--inline .select2-search__field {
	display: block;
	padding: 0;
	border: none;
	font-size: 16px;
	min-height: 26px;
	box-sizing: border-box;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-dropdown {
	position: absolute;
	left: -100000px;
	z-index: 1051;
	width: 100%;
	display: block;
	box-sizing: border-box;
	background-color: #ffffff;
	color: #005227;
}

.select2-results {
	display: block;
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}

.select2-results__option {
	padding: 7px 30px;
	text-align: center;
	user-select: none;
}

.select2-results__option[aria-selected] {
	cursor: pointer;
}

.select2-results__option:hover {
	background-color: #EDFBF4;
}

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
	border: 2px solid #00406b;
	border-top: 0;
	margin-top: -2px;
}

.select2-search--dropdown {
	display: block;
	padding: 4px;
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
	display: none;
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
	background-color: #ffffff;
	border: 2px solid #DAF1E5;
	transition: .3s ease-in-out;
}

.has-error .select2-container--default .select2-selection--single {
	border-color: #f5543f;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 16px 30px;
	font-size: 16px;
	line-height: 24px;
	color: #005227;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #005227;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: block;
	top: 0;
	left: 0;
	width: 12px;
	height: 8px;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1.70492L10.59 0.294922L6 4.87492L1.41 0.294921L-6.16331e-08 1.70492L6 7.70492L12 1.70492Z' fill='%237CA18E'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.3s ease-in-out;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	cursor: default;
	background-color: #ffffff;
	color: #009f4b;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--open .select2-selection--single {
	border-color: #00406b;
	border-bottom-color: transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	transform: rotate(180deg);
}

.select2-container--default .select2-selection--multiple {
	background-color: #ffffff;
	cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	width: 100%;
	padding: 16px 30px;
	list-style: none;
	box-sizing: border-box;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
	margin-bottom: 5px;
	margin-left: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #005227;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	padding: 5px;
	cursor: default;
	font-size: 16px;
	background-color: #EDFBF4;
	color: #00406b;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
	color: #00406b;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #ffffff;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	cursor: default;
	background-color: #ffffff;
	color: #009f4b;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
}

.select2-container--default .select2-search--inline .select2-search__field, .select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder {
	color: #005227;
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 260px;
	overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	background-color: #ffffff;
	color: #009f4b;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #EDFBF4;
	color: #00406b;
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

html .dtp {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 2000;
}

html .dtp > .dtp-content {
	background: #ffffff;
	max-width: 300px;
	max-height: 100vh;
	overflow-y: auto;
	box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.09);
	position: relative;
	left: 50%;
	margin: 0 auto;
}

html .dtp-header {
	background: #00406b;
	color: #ffffff;
	text-align: center;
	padding: 0.3rem;
	position: relative;
}

html .dtp-date, html .dtp-time {
	background: #1cdc78;
	text-align: center;
	color: #ffffff;
	padding: 10px;
}

html .dtp-date > div {
	padding: 0;
	margin: 0;
}

html .dtp-actual-month {
	font-size: 1.5em;
}

html .dtp-actual-num, html .dtp-actual-maxtime {
	font-size: 3em;
	line-height: 0.9;
}

html .dtp-actual-year {
	font-size: 1.5em;
	color: #ffffff;
}

html .dtp-picker {
	padding: 0.625rem;
	text-align: center;
}

html .dtp-picker-month, html .dtp-actual-time {
	font-weight: 500;
	text-align: center;
}

html .dtp-close {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1rem;
}

html .dtp-close > a {
	display: inline-block;
	vertical-align: middle;
	color: #ffffff;
}

html .dtp-close > a:hover {
	color: #005227;
}

html .dtp table.dtp-picker-days {
	margin: 0;
	border: none;
}

html .dtp table.dtp-picker-days tr {
	border: none;
}

html .dtp table.dtp-picker-days tr > td {
	border: none;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	padding: 1rem 0.3rem;
}

html .dtp table.dtp-picker-days tr > td > span.dtp-select-day {
	color: #bdbdbd !important;
}

html .dtp table.dtp-picker-days tr > td > a {
	color: #000000;
	width: 24px;
	height: 24px;
	display: inline-block;
	text-align: center;
	line-height: 24px;
	border-radius: 50%;
	transition: .3s all ease;
}

html .dtp .dtp-picker-time > a {
	color: #000000;
	padding: .25rem .3125rem .3125rem .375rem;
	border-radius: 50% !important;
}

html .dtp table.dtp-picker-days tr > td > a.selected {
	background: #00406b;
	color: #ffffff;
}

html .dtp table.dtp-picker-days tr > th {
	color: #000000;
	text-align: center;
	font-weight: 700;
	padding: 0.4rem 0.3rem;
	border-bottom: none;
}

html .dtp .p10, html .dtp .p20, html .dtp .p60, html .dtp .p80 {
	display: inline-block;
	vertical-align: middle;
}

html .dtp .p10 {
	width: 10%;
}

html .dtp .p10 > a {
	color: #ffffff;
	transition: .3s all ease;
}

html .dtp .p10 > a:hover {
	color: #005227;
}

html .dtp .p20 {
	width: 20%;
}

html .dtp .p60 {
	width: 60%;
}

html .dtp .p80 {
	width: 80%;
}

html .dtp-picker-month {
	display: none !important;
}

html .dtp-meridien-am, html .dtp-meridien-pm {
	position: relative;
	top: 10px;
	color: #000000;
	font-weight: 500;
	padding: .4375rem .3125rem;
	border-radius: 50% !important;
	text-decoration: none;
	background: #eeeeee;
	font-size: .625rem;
}

html .dtp-actual-meridien a.selected {
	background: #00406b;
	color: #ffffff;
}

html .dtp-picker-time {
	position: absolute;
	width: 30px;
	height: 30px;
	font-size: 1em;
	border-radius: 50%;
	cursor: pointer;
	font-weight: 500;
	text-align: center !important;
}

html .dtp-picker-time > a {
	display: block;
	line-height: 23px;
	padding: 0.3rem 0.3rem 0.3rem 0.3rem;
}

html .dtp-picker-time > a.dtp-select-hour.selected {
	background: #00406b;
	color: #ffffff;
}

html .dtp-picker-time > a.dtp-select-hour.disabled {
	color: #2c343b;
}

html .dtp-picker-time > a.dtp-select-minute.disabled {
	color: #2c343b;
}

html .dtp-picker-time > a.dtp-select-minute.selected {
	background: #00406b;
	color: #ffffff;
}

html .dtp-picker-clock {
	margin: .625rem 1.25rem 0 1.25rem;
	padding: .625rem;
	border-radius: 50% !important;
	background: #cccccc;
}

html .dtp-clock-center {
	width: 15px;
	height: 15px;
	background: #2c343b;
	border-radius: 50%;
	position: absolute;
	z-index: 50;
}

html[class*="ie"] html .dtp-clock-center {
	display: none;
}

html .dtp-hand, html .dtp-hour-hand {
	position: absolute;
	width: 4px;
	margin-left: -2px;
	background: #2c343b;
	transform: rotate(0deg);
	transform-origin: bottom;
	z-index: 1;
}

html[class*="ie"] html .dtp-hand, html[class*="ie"] html .dtp-hour-hand {
	display: none;
}

html .dtp-minute-hand {
	width: 2px;
	margin-left: -1px;
}

html .dtp-hand.on {
	background: #00406b;
}

html .dtp-buttons {
	padding: 0 .625rem .625rem .625rem;
	margin: 0;
	text-align: right;
}

html .dtp-buttons .btn {
	margin-bottom: 0;
}

html .dtp.hidden,
html .dtp .hidden {
	display: none;
}

html .dtp .invisible {
	visibility: hidden;
}

.rd-range {
	height: 18px;
	margin-top: 25px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.rd-range__wrap {
	position: relative;
	width: 100%;
	background-color: #E8E8E9;
	transition: background 100ms cubic-bezier(0.23, 1, 0.32, 1);
	height: 2px;
}

.rd-range:hover .rd-range__pointer:before {
	transform: scale(1);
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

.rd-range__pointer {
	position: absolute;
	cursor: pointer;
	top: 1px;
	left: 6%;
	z-index: 1;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	transform-origin: 0% 15%;
	transition: transform 0.2s cubic-bezier(0.35, 0, 0.25, 1);
	overflow: visible;
	background-color: #00406b;
	background-clip: padding-box;
}

@media (min-width: 768px) {
	.rd-range__pointer {
		width: 12px;
		height: 12px;
	}
	.rd-range__pointer:before {
		content: '';
		height: 26px;
		width: 26px;
		pointer-events: none;
		background: rgba(22, 175, 95, 0.16);
		position: absolute;
		top: -7px;
		left: -7px;
		border-radius: 50%;
		transform: scale(0);
		transition: transform 100ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms, opacity 60ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
		pointer-events: none;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
	}
	.rd-range__pointer.active {
		transform: scale3d(1.5, 1.5, 1.5) translate(-50%, -50%);
	}
	.rd-range__pointer.active:before {
		animation: none;
		transform: scale(0);
		opacity: 0;
	}
}

.rd-range__line {
	background-color: #00406b;
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
}

.rd-range.hasTooltip .rd-range__pointer-tooltip {
	font-size: 12px;
	color: #ffffff;
	opacity: 0;
	transition: color 0.3s cubic-bezier(0.35, 0, 0.25, 1);
}

.rd-range.hasTooltip .rd-range__pointer {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: -38px;
	width: 28px;
	height: 28px;
	border-radius: 28px;
	-webkit-transform: scale(0.45) translate3d(0, 67.5px, 0);
	transform: scale(0.45) translate3d(0, 67.5px, 0);
	transition: transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
}

.rd-range.hasTooltip .rd-range__pointer:before {
	content: none;
}

.rd-range.hasTooltip .rd-range__pointer:after {
	position: absolute;
	content: '';
	left: 0;
	border-radius: 16px;
	top: 19px;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 16px solid #00406b;
	opacity: 0;
	-webkit-transform: translate3d(0, -8px, 0);
	transform: translate3d(0, -8px, 0);
	transition: all 0.2s cubic-bezier(0.35, 0, 0.25, 1);
}

.rd-range.hasTooltip .rd-range__pointer.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) scale(1) translateX(-14px);
	transform: translate3d(0, 0, 0) scale(1) translateX(-14px);
}

.rd-range.hasTooltip .rd-range__pointer.active:after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

.rd-range.hasTooltip .rd-range__pointer.active .rd-range__pointer-tooltip {
	opacity: 1;
}

.rd-range-filter-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: -20px;
	margin-left: -20px;
}

.rd-range-filter-wrap:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.rd-range-filter-wrap > * {
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}

* + .rd-range-filter-wrap {
	margin-top: 20px;
}

.rd-range-wrap {
	display: flex;
}

.rd-range-form-wrap {
	display: flex;
}

.rd-range-input {
	display: flex;
	padding: 0;
	border: 0;
	background-color: transparent;
}

.stepper {
	position: relative;
	display: inline-block;
	width: 100px;
}

@media (min-width: 1200px) {
	.stepper {
		width: 140px;
	}
}

.stepper input[type="number"] {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	-moz-appearance: textfield;
}

.stepper input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.stepper-arrow {
	position: absolute;
	top: 47%;
	transform: translateY(-50%);
	width: 26px;
	font-size: 25px;
	cursor: pointer;
	color: #2c343b;
	transition: .3s all ease;
	text-align: center;
}

.stepper-arrow:hover {
	color: #00406b;
}

.stepper-arrow.up {
	top: 49%;
	right: 0;
}

.stepper-arrow.down {
	left: 0;
}

.stepper.disabled .stepper-arrow {
	pointer-events: none;
	opacity: .5;
}
.list-info-item a{color: #8e8e8e!important;font-size: 23px;}
.list-info.pr-xl-5{margin-top: 20px;}
.list-info-item.big{font-size: 27px;}

.custom1 .owl-nav button.owl-prev::before{position:absolute;left:150%;content:'\f104';font-family:"FontAwesome";display:block;line-height:50px;font-size:65px;color:#fff;cursor:pointer;top:0%}
.custom1 .owl-nav button.owl-next::before{position:absolute;right:150%;content:'\f105';font-family:"FontAwesome";display:block;line-height:50px;font-size:65px;color:#fff;cursor:pointer;top:0%}
.custom1 .owl-dots{margin-top:25px;z-index:9999999;position:relative}
.custom1 .owl-dots .owl-dot{margin:0 4px;border:2px solid #ebebeb;border-radius:50%;height:20px;width:20px}
.custom1 .owl-dots .owl-dot span{width:10px;height:10px;margin:3px!important;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}
.custom1 .owl-nav button.owl-prev span,.home-banner .owl-nav button.owl-next span{display:none}
.custom1 .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #8e8e8e;
}
.custom1 .owl-dots .owl-dot.active, .owl-theme .owl-dots .owl-dot:hover{
    border:2px solid #8e8e8e;
}

.testimonail .owl-nav button.owl-prev::before{position:absolute;left:150%;content:'\f104';font-family:"FontAwesome";display:block;line-height:50px;font-size:65px;color:#fff;cursor:pointer;top:0%}
.testimonail .owl-nav button.owl-next::before{position:absolute;right:150%;content:'\f105';font-family:"FontAwesome";display:block;line-height:50px;font-size:65px;color:#fff;cursor:pointer;top:0%}
.testimonail .owl-dots{margin-top:25px;z-index:9999999;position:relative}
.testimonail .owl-dots .owl-dot{margin:0 4px;border:2px solid #ebebeb;border-radius:50%;height:20px;width:20px}
.testimonail .owl-dots .owl-dot span{width:10px;height:10px;margin:3px!important;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}
.testimonail .owl-nav button.owl-prev span,.home-banner .owl-nav button.owl-next span{display:none}
.testimonail .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #8e8e8e;
}
.testimonail .owl-dots .owl-dot.active, .owl-theme .owl-dots .owl-dot:hover{
    border:2px solid #8e8e8e;
}
.owl-carousel .owl-prev, .owl-carousel .owl-next{background-color: transparent!important;color: transparent!important;}

/*Gallery CSS*/

.flat-row.flat-gallery {
    padding-top: 98px;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 100px;
    box-shadow: 0px 1px 38px 0px rgba(0, 0, 0, 0.13);
}
.video-bg {
   /* padding-top: 98px;*/
    background-image: url(../images/bg-color.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    /*padding-bottom: 100px;
*/    /*box-shadow: 0px 1px 38px 0px rgba(0, 0, 0, 0.13);*/
}
.flat-row {
    clear: both;
    display: block;
    position: relative;
    padding: 100px 0;
        padding-top: 100px;
        padding-bottom: 100px;
}
.title-section {
    text-align: center;
}
.title-section .title {
    font-weight: 500;
    line-height: 30px;
    position: relative;
    display: inline-block;
}
.flat-hover-images {
    position: relative;
}
.title-section .title {
    font-weight: 500;
    line-height: 30px;
    position: relative;
    display: inline-block;
}
.flat-hover-images {
    position: relative;
}

 .showcase-box .showcase-overlay {
    position: absolute;
width: calc(100% - 80px);
height: calc(100% - 80px);
top: 55px;
left: 40px;
cursor: pointer;
opacity: 0;
visibility: hidden;
transform: scale(0.94);
transition: all 0.4s ease;
}
 .showcase-box .showcase-overlay::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #8e8e8e;
    opacity: 0.8;
}
.showcase-box .showcase-overlay .icon-box {
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    z-index: 9;
    text-align: center;
    transform: translate(-50%, -50%);
}
.showcase-box .showcase-overlay {
    cursor: pointer;
    visibility: hidden;
}
.showcase-box .showcase-overlay .icon-box > span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
    background: #ffffff;
    width: 80px;
    height: 1px;
}
.showcase-box .showcase-overlay .icon-box > span:last-child {
    transform: rotate(90deg) translate(0%, -50%);
}
.showcase-box .showcase-overlay .icon-box > span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
    background: #ffffff;
    width: 80px;
    height: 1px;
}
.showcase-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.showcase-box:hover .showcase-overlay {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: all 0.2s ease;
}
.contact-list{background-color: #f8dc00;padding: 20px;text-align: center;height: 100%;}
.contact-details h5{font-size: 25px;color: #00537c;font-weight: bolder;}
.contact-details p{color:#00537c!important;}
.map-add{ padding: 15px;border: 7px solid #fff;}
.qrr-booking-form fieldset legend{color:#8e8e8e;}
.form-submitted{color: #8e8e8e;
font-size: 23px;
text-align: center;
border: 3px solid #fff;
padding: 28px;}
.booking-details{margin-top:30px;}
 p{color: #fff;}
.order_details li, .order_details p, td, th{color:#000!important;}
.mb-20{margin-bottom:20px;}
#exampleModal{z-index: 9999!important;}
.bold{font-family: 'Noyh Geometric Slim Bold';}
.bg-secindary-light-gray{background-color: #bdbcbc;}
.gray{color:#8e8e8e !important;}
.gray p{color:#8e8e8e !important;}
.wfs-cart-overview-description p{color:#000;}
.page-id-4456 #wfsServiceModal, .page-id-4456 .button-add-to-cart,.page-id-4456 .wfs-cart-overview {
	display:none!important;
}
.banner-button{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
	text-align: center;
	margin-left: auto;
	margin-right:auto;
	display: none;
}
.banner-button .btn-secondary{
	margin-top:0;
	margin-bottom: 10px;
}
@media (max-width: 767px){
	.banner-button{display: block;}
		.banner-button .btn-secondary{
			padding: 10px 15px !important;
    font-size: 18px!important;
    
	
}