@charset "UTF-8";
/**
 * [Table of contents]
 *   1 Reset Styles
 *   2 Context Styles
 *   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 Gallery
 *   4 Helpers
 *     4.1 Page layout
 *     4.2 Text styling
 *     4.3 Offsets
 *     4.4 Sections
 *     4.5 Grid modules
 *     4.6 Backgrounds
 *     4.7 Utilities custom
 *   5 Plugins
 *     5.1 Animate
 *     5.2 Preloader
 *     5.3 ToTop
 *     5.4 RD Navbar
 *     5.5 Swiper
 *     5.6 Google Map
 *     5.7 Search Results
 *     5.8 Isotope
 *     5.9 Nav custom
 *     5.10 Panel custom
 *     5.11 Tooltop Custom
 *     5.12 Counter
 *     5.13 Progress Bars
 *     5.14 Circle Progress Bars
 *     5.15 Owl Carousel
 *     5.16 Lightgallery
 *     5.17 Material Parallax
 *     5.18 Select 2
 *     5.19 RD Twitterfeed
 *     5.20 Countdown
 */
/** @section Reset Styles*/
a:focus,
button:focus {
	outline: none !important;
}

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

*:focus {
	outline: none;
}

blockquote {
	padding: 0;
	margin: 0;
}

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

label {
	margin-bottom: 0;
}

p {
	margin: 0;
}

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

ul li,
ol li {
	display: block;
}

dl {
	margin: 0;
}

dt,
dd {
	line-height: inherit;
}

dt {
	font-weight: inherit;
}

dd {
	margin-bottom: 0;
}

cite {
	font-style: normal;
}

form {
	margin-bottom: 0;
}

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

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

figure {
	margin-bottom: 0;
}

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

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

/** @group Components */
/** @section Typography */
body {
	font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.71429;
	font-weight: 400;
	color: #989da7;
	background-color: #ffffff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
}

h1, h2, h3, h4, h5, h6, [class^='heading-'] {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 700;
	color: #31404a;
}

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

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

h1,
h2,
h3,
.heading-1,
.heading-2,
.heading-3 {
	font-weight: 900;
}

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

@media (min-width: 992px) {
	h1,
	.heading-1 {
		font-size: 41.6px;
		line-height: 1.2;
	}
}

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

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

@media (min-width: 992px) {
	h2,
	.heading-2 {
		font-size: 36.4px;
		line-height: 1.2;
	}
}

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

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

@media (min-width: 992px) {
	h3,
	.heading-3 {
		font-size: 31.2px;
		line-height: 1.25;
	}
}

@media (min-width: 1600px) {
	h3,
	.heading-3 {
		font-size: 36px;
		line-height: 1.27778;
	}
}

h4,
.heading-4 {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.45;
	color: #516ca9;
}

h4 a,
.heading-4 a {
	color: inherit;
}

h4 a:hover,
.heading-4 a:hover {
	color: #31404a;
}

@media (min-width: 992px) {
	h4,
	.heading-4 {
		font-size: 28.6px;
		line-height: 1.3;
	}
}

@media (min-width: 1600px) {
	h4,
	.heading-4 {
		font-size: 36px;
		line-height: 1.27778;
	}
}

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

@media (min-width: 992px) {
	h5,
	.heading-5 {
		font-size: 24px;
		line-height: 1.35;
	}
}

@media (min-width: 1600px) {
	h5,
	.heading-5 {
		font-size: 24px;
		line-height: 1.375;
	}
}

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

@media (min-width: 992px) {
	h6,
	.heading-6 {
		font-size: 19.8px;
		line-height: 1.4;
	}
}

@media (min-width: 1600px) {
	h6,
	.heading-6 {
		font-size: 18px;
		line-height: 1.5;
	}
}

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

mark,
.mark {
	padding: 3px 5px;
	color: #ffffff;
	background: #516ca9;
}

.big {
	font-size: 18px;
	line-height: 1.5;
}

@media (min-width: 1600px) {
	.big {
		line-height: 1.35;
	}
}

.lead {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 700;
}

@media (min-width: 992px) {
	.lead {
		font-size: 24px;
		line-height: 34px;
	}
}

code {
	padding: 3px 5px;
	border-radius: 10px;
	font-size: 90%;
	color: #2e3844;
	background: #fafbfc;
}

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

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

::selection {
	background: #516ca9;
	color: #ffffff;
}

::-moz-selection {
	background: #516ca9;
	color: #ffffff;
}

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

.text-secondary {
	color: #f16583;
}

.text-gray-800 {
	color: #31404a;
}

.text-accent-1 {
	color: #f61212;
}

.text-accent-2 {
	color: #2caf09;
}

.text-accent-3 {
	color: #f9ff9a;
}

.text-body-color {
	color: #989da7;
}

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

@media (min-width: 992px) {
	* + .subtext {
		margin-top: 16px;
	}
}

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

.title-icon {
	display: flex;
	align-items: center;
}

.title-icon .icon {
	margin-right: 5px;
	font-size: 55px;
}

.title-icon-2 {
	align-items: flex-start;
}

@media (min-width: 1200px) {
	.title-icon .icon {
		margin-right: 15px;
		font-size: 72px;
	}
    }

@media (min-width: 1200px) {
	
}
.title-numbered .index-counter {
	padding-right: 3px;
	font-weight: 400;
	color: #989da7;
}

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

}

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

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

}
/** @section Logo */

.bg-light {
	background-color: #f6f6f6;
}

.bg-light {
	background-color: #f8f9fa !important;
}
a.bg-light:focus, a.bg-light:hover {
	background-color: #dae0e5 !important;
}

/** @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: #516ca9;
}

a:hover {
	color: #31404a;
}

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

.link-hover {
	color: #31404a;
}

.link-press {
	color: #384b75;
}

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

.list-terms-2 + .link-underline {
	margin-top: 12px;
}

.list-marked + .link-underline {
	margin-top: 20px;
}

@media (min-width: 992px) {
	.list-terms-2 + .link-underline {
		margin-top: 19px;
	}
	.list-marked + .link-underline {
		margin-top: 37px;
	}
}

.privacy-link {
	display: inline-block;
	font-size: 18px;
}

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

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

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

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

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

.block-subtext {
	max-width: 760px;
}

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

* + .content-wrapper-2 {
	margin-top: 40px;
}

@media (min-width: 1200px) {
	* + .content-wrapper-2 {
		margin-top: 88px;
	}
}

/** @section Boxes */
.box-image-left {
	position: relative;
}

.box-image-left .box-image-item {
	position: relative;
	min-height: 250px;
}

.box-image-left .box-image-video .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90px;
	height: 90px;
	font-size: 40px;
	line-height: 90px;
	text-align: center;
	background: #ffffff;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.box-image-left .box-image-video .icon:hover {
	color: #ffffff;
	background: #516ca9;
}

@media (min-width: 768px) {
	.box-image-left .box-image-item {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50%;
		width: 51vw;
	}
	.box-image-left .box-image-video {
		left: 55%;
		width: 46vw;
	}
	.box-image-left .box-image-video .icon {
		width: 112px;
		height: 112px;
		font-size: 55px;
		line-height: 112px;
	}
}

.box-image-simple {
	text-align: center;
}

.box-image-simple.unit {
	margin-bottom: -10px;
	margin-left: -24px;
}

.box-image-simple.unit > * {
	margin-bottom: 10px;
	margin-left: 24px;
}

.box-image-simple .unit-left {
	min-width: 152px;
	text-align: center;
}

@media (min-width: 992px) {
	.box-image-simple {
		text-align: left;
	}
}

.box-image {
	min-height: 180px;
}

.section-icon-list {
	position: relative;
	z-index: 1;
}

.section-icon-list + .bg-default,
.bg-default + .section-icon-list {
	padding-top: 0;
}

@media (min-width: 768px) {
	.swiper-slider-3 + .section-icon-list {
		margin-top: -50px;
		padding-top: 0;
	}
}

@media (min-width: 992px) {
	.swiper-slider-3 + .section-icon-list {
		margin-top: -100px;
	}
}

@media (min-width: 1600px) {
	.swiper-slider-3 + .section-icon-list {
		margin-top: -170px;
	}
}

.box-icon-1-wrap {
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
	box-shadow: 9px 9px 51px 0 rgba(0, 0, 0, 0.08);
	border-radius: 10px;
}

@media (min-width: 992px) {
	.box-icon-1-wrap {
		box-shadow: 19px 19px 51px 0 rgba(0, 0, 0, 0.08);
	}
}

.box-icon-1 {
	padding: 25px 15px;
	color: #516ca9;
	text-align: center;
	transition: .25s;
}

.box-icon-1 .icon {
	font-size: 72px;
}

.box-icon-1 .title {
	color: inherit;
}

.box-icon-1 .text {
	color: #989da7;
}

.box-icon-1 * + .title {
	margin-top: 7px;
}

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

@media (max-width: 767.98px) {
	.box-icon-1:nth-child(even) {
		color: #ffffff;
		background: #516ca9;
	}
	.box-icon-1:nth-child(even) .text {
		color: inherit;
	}
}

@media (min-width: 768px) {
	.box-icon-1 {
		color: #516ca9;
		background: #ffffff;
	}
	.box-icon-1:hover {
		color: #ffffff;
		background: #516ca9;
	}
	.box-icon-1:hover .text {
		color: inherit;
	}

}

@media (min-width: 1200px) {
	.box-icon-1 {
		padding: 40px 30px;
	}
	.box-icon-1 * + .title {
		margin-top: 10px;
	}
	.box-icon-1 * + .text {
		margin-top: 10px;
	}
    
}

@media (min-width: 1600px) {
	.box-icon-1 {
		padding: 58px 30px 81px;
	}
	.box-icon-1 * + .title {
		margin-top: 18px;
	}
	.box-icon-1 * + .text {
		margin-top: 20px;
	}
}

.box-icon-2 .icon {
	font-size: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-icon-2 .icon.mercury-icon-group {
	margin-left: -0.08em;
    justify-content: center;
}

.box-icon-2 .icon.mercury-icon-chart {
	margin-left: -0.12em;
}

.box-icon-2 .icon.mercury-icon-time-sand {
	margin-left: -0.24em;
}

.box-icon-2 .icon.mercury-icon-time-sand {
	margin-left: -0.24em;
}

.box-icon-2 .text {
	font-size: 18px;
    text-align: center;
}

.box-icon-2 * + .title {
	margin-top: 7px;
    text-align: center;
}

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

@media (min-width: 1200px) {
	.box-icon-2 * + .title {
		margin-top: 10px;
		
	}
	.box-icon-2 * + .text {
		margin-top: 10px;
	}
}

@media (min-width: 1600px) {
	.box-icon-2 * + .title {
		margin-top: 18px;
	}
	.box-icon-2 * + .text {
		margin-top: 20px;
	}
}
@media (min-width:500px) and (max-width:750px) {
	.box-icon-2 .text {
		font-size: 14px;
		text-align: center;
	}	
}
.box-icon-3.unit {
	margin-bottom: -5px;
	margin-left: -14px;
}

.box-icon-3.unit > * {
	margin-bottom: 5px;
	margin-left: 14px;
}

.box-icon-3 .icon {
	margin-top: -0.08em;
	font-size: 72px;
}

.box-icon-3 .icon,
.box-icon-3 .title {
	color: #516ca9;
}

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

@media (min-width: 1200px) {
	.box-icon-3 * + .text {
		margin-top: 1px;
	}
}

@media (min-width: 1600px) {
	.box-icon-3 * + .text {
		margin-top: 1px;
	}
}

.team-box {
	text-align: left;
	box-shadow: 3px 3px 13px 0 rgba(0, 0, 0, 0.07);
	border-radius: 10px;
}

.team-box .team-box-header {
	padding: 25px 15px 20px;
}

.team-box .team-box-footer {
	padding: 15px 15px 25px;
}

.team-box .team-box-header {
	font-weight: 700;
	color: #31404a;
}

.team-box .subtitle {
	line-height: 1.3;
}

.team-box .img {
	display: block;
	width: 100%;
}

.team-box .list-inline {
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -4px;
	margin-right: -4px;
}

.team-box .list-inline > * {
	margin-top: 8px;
	padding-left: 4px;
	padding-right: 4px;
}

.team-box .list-inline .icon {
	font-size: 16px;
}

.team-box .unit {
	margin-bottom: -10px;
	margin-left: -10px;
}

.team-box .unit > * {
	margin-bottom: 10px;
	margin-left: 10px;
}

.team-box .unit .icon {
	font-size: 17px;
}

.team-box .unit a {
	font-weight: 700;
	color: #f16583;
}

.team-box .unit a:hover {
	color: #31404a;
}

.team-box * + .list-inline {
	margin-top: 10px;
}

.team-box * + .unit {
	margin-top: 4px;
}

.team-box * + .subtitle {
	margin-top: 2px;
}

@media (min-width: 1200px) {
	.team-box {
		box-shadow: 7px 7px 13px 0 rgba(0, 0, 0, 0.05);
	}
	.team-box .team-box-header {
		padding: 40px 50px 30px;
	}
	.team-box .team-box-footer {
		padding: 28px 50px 40px;
	}
	.team-box * + .list-inline {
		margin-top: 25px;
	}
	.team-box * + .unit {
		margin-top: 7px;
	}
}

.team-box-2 {
	overflow: hidden;
	text-align: left;
	box-shadow: 3px 3px 13px 0 rgba(0, 0, 0, 0.07);
	border-radius: 10px;
}

.team-box-2-footer {
	padding: 15px 15px 25px;
	font-weight: 700;
	color: #31404a;
}

.team-box-2 .group-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: -15px;
	margin-left: -15px;
}

.team-box-2 .group-wrap:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.team-box-2 .group-wrap > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 15px;
}

.team-box-2 .subtitle {
	line-height: 1.3;
}

.team-box-2 .list-inline {
	margin-top: 8px;
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -4px;
	margin-right: -4px;
}

.team-box-2 .list-inline > * {
	margin-top: 8px;
	padding-left: 4px;
	padding-right: 4px;
}

.team-box-2 .list-inline .icon {
	font-size: 18px;
}

.team-box-2 * + .subtitle {
	margin-top: 2px;
}

@media (min-width: 1200px) {
	.team-box-2 {
		max-width: 430px;
		box-shadow: 19px 19px 51px 0 rgba(0, 0, 0, 0.08);
	}
	.team-box-2-footer {
		padding: 28px 44px 34px;
	}
}

.box-shadow {
	padding: 30px 15px 40px;
	box-shadow: 3px 3px 13px 0 rgba(0, 0, 0, 0.07);
	border-radius: 10px;
}

.box-shadow .dark-content {
	color: #31404a;
}

.box-shadow * + .dark-content {
	margin-top: 14px;
}

@media (min-width: 1200px) {
	.box-shadow {
		padding: 42px 55px;
		box-shadow: 19px 19px 51px 0 rgba(0, 0, 0, 0.08);
	}
	.box-shadow .button {
		min-width: 228px;
	}
	.box-shadow * + p {
		margin-top: 22px;
	}
	.box-shadow * + .dark-content {
		margin-top: 24px;
	}
}

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

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

.box-shadow-2 {
	box-shadow: 3px 3px 13px 0 rgba(0, 0, 0, 0.07);
	border-radius: 10px;
	overflow: hidden;
}

.box-shadow-2 .box-shadow-header {
	padding: 30px 15px;
}

.box-shadow-2 .unit {
	margin-bottom: -5px;
	margin-left: -20px;
}

.box-shadow-2 .unit > * {
	margin-bottom: 5px;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	.box-shadow-2 {
		box-shadow: 19px 19px 51px 0 rgba(0, 0, 0, 0.08);
	}
	.box-shadow-2 .box-shadow-header {
		padding: 36px 44px 40px;
	}
}

* + .box-shadow-2 {
	margin-top: 26px;
}

.box-shadow-3 {
	padding: 30px 15px;
	background: #ffffff;
	box-shadow: 3px 3px 13px 0 rgba(0, 0, 0, 0.07);
	border-radius: 10px;
	overflow: hidden;
}

.box-shadow-3 * + .subtitle {
	margin-top: 8px;
}

.box-shadow-3 * + p {
	margin-top: 15px;
}

@media (min-width: 1200px) {
	.box-shadow-3 {
		padding: 36px 44px 40px;
		box-shadow: 19px 19px 51px 0 rgba(0, 0, 0, 0.08);
	}
	.box-shadow-3 * + p {
		margin-top: 30px;
	}
	.box-shadow-3 * + .button {
		margin-top: 40px;
	}
}

* + .box-shadow-3 {
	margin-top: 26px;
}

@media (min-width: 1200px) {
	* + .box-shadow-2 {
		margin-top: 46px;
	}
}

.box-sharts {
	padding: 30px 15px 40px;
	box-shadow: 3px 3px 13px 0 rgba(0, 0, 0, 0.07);
	border-radius: 10px;
}

.box-sharts .subtitle {
	font-weight: 400;
	color: #f16583;
}

.box-sharts * + img {
	margin-top: 43px;
}

@media (min-width: 1200px) {
	.box-sharts {
		padding: 40px 76px 73px;
		box-shadow: 19px 19px 51px 0 rgba(0, 0, 0, 0.08);
	}
}

.box-numbered {
	text-align: center;
	flex-direction: column;
}

.box-numbered.unit {
	margin-bottom: -15px;
	margin-left: -20px;
}

.box-numbered.unit > * {
	margin-bottom: 15px;
	margin-left: 20px;
}

.box-numbered .index-counter {
	display: inline-block;
	width: 60px;
	height: 60px;
	font-size: 24px;
	font-weight: 700;
	line-height: 60px;
	text-align: center;
	color: #dde1e4;
	background: #ffffff;
	border-radius: 50%;
	box-shadow: 7px 7px 13px 0 rgba(0, 0, 0, 0.05);
}

.box-numbered * + .content {
	margin-top: 4px;
}

@media (min-width: 992px) {
	.box-numbered {
		flex-direction: row;
		text-align: left;
	}
}

.box-numbered-primary .title {
	color: #516ca9;
}

.box-numbered-right {
	flex-direction: column-reverse;
}

@media (min-width: 992px) {
	.box-numbered-right {
		flex-direction: row;
		text-align: right;
	}
}

* + .box-numbered {
	margin-top: 25px;
}

@media (min-width: 1600px) {
	* + .box-numbered {
		margin-top: 35px;
	}
}

.box-numbered-left {
	flex-direction: column;
}

.box-numbered-left.unit {
	margin-bottom: -8px;
	margin-left: -20px;
}

.box-numbered-left.unit > * {
	margin-bottom: 8px;
	margin-left: 20px;
}

.box-numbered-left .index-counter {
	display: inline-block;
	width: 60px;
	height: 60px;
	font-size: 24px;
	font-weight: 700;
	line-height: 60px;
	text-align: center;
	color: rgba(173, 184, 192, 0.4);
	background: #ffffff;
	border-radius: 50%;
	box-shadow: 7px 7px 13px 0 rgba(0, 0, 0, 0.05);
}

.box-numbered-left .title {
	font-weight: 400;
}

.box-numbered-left * + .content {
	margin-top: 5px;
}

@media (min-width: 992px) {
	.box-numbered-left {
		flex-direction: row;
	}
	.box-numbered-left .unit-body {
		padding-top: 14px;
	}
	.box-numbered-left * + .content {
		margin-top: 11px;
	}
}

.box-numbered-left-2 {
	flex-direction: column;
}

.box-numbered-left-2.unit {
	margin-bottom: -8px;
	margin-left: -20px;
}

.box-numbered-left-2.unit > * {
	margin-bottom: 8px;
	margin-left: 20px;
}

.box-numbered-left-2 .index-counter {
	display: inline-block;
	font-size: 48px;
	font-weight: 700;
	line-height: 0.8;
	color: rgba(173, 184, 192, 0.4);
}

.box-numbered-left-2 .title {
	color: #516ca9;
}

.box-numbered-left-2 * + .content {
	margin-top: 5px;
}

@media (min-width: 992px) {
	.box-numbered-left-2 {
		flex-direction: row;
	}
	.box-numbered-left-2 * + .content {
		margin-top: 11px;
	}
}

.team-box-left {
	text-align: center;
}

.team-box-left .unit {
	flex-direction: column;
	margin-bottom: -15px;
	margin-left: -20px;
}

.team-box-left .unit > * {
	margin-bottom: 15px;
	margin-left: 20px;
}

.team-box-left .img {
	border-radius: 50%;
	max-width: 100px;
}

.team-box-left .team-meta {
	font-weight: 700;
	color: #31404a;
}

.team-box-left * + .content {
	margin-top: 5px;
}

@media (min-width: 992px) {
	.team-box-left {
		text-align: left;
	}
	.team-box-left .unit {
		flex-direction: row;
	}
	.team-box-left * + .content {
		margin-top: 10px;
	}
}

@media (min-width: 1200px) {
	.team-box-left .img {
		max-width: 136px;
	}
}

.box-image-small {
	display: flex;
	flex-direction: column;
}

.box-image-small .item-image {
	width: 100%;
	flex-shrink: 0;
	min-height: 180px;
}

.box-image-small .item-body {
	padding-top: 17px;
}

.box-image-small * + .list-marked {
	margin-top: 12px;
}

.box-image-small * + h6,
.box-image-small * + .heading-6 {
	margin-top: 12px;
}

.box-image-small h6 + .list-marked,
.box-image-small .heading-6 + .list-marked {
	margin-top: 8px;
}

@media (min-width: 768px) {
	.box-image-small {
		flex-direction: row;
	}
	.box-image-small .item-image,
	.box-image-small .item-body {
		width: 50%;
	}
	.box-image-small .item-body {
		padding: 25px 0;
	}
	.box-image-small h3 + p {
		margin-top: 21px;
	}
	.box-image-small-left .item-body {
		padding-left: 20px;
	}
	.box-image-small-right {
		flex-direction: row-reverse;
	}
	.box-image-small-right .item-body {
		padding-right: 20px;
	}
}

@media (min-width: 992px) {
	.box-image-small .item-body {
		padding: 45px 0;
	}
	.box-image-small-left .item-body {
		padding-left: 30px;
	}
	.box-image-small-right .item-body {
		padding-right: 30px;
	}
}

@media (min-width: 1200px) {
	.box-image-small .item-body {
		padding: 66px 0 97px;
	}
	.box-image-small * + .list-marked {
		margin-top: 24px;
	}
	.box-image-small * + h6,
	.box-image-small * + .heading-6 {
		margin-top: 25px;
	}
	.box-image-small h6 + .list-marked,
	.box-image-small .heading-6 + .list-marked {
		margin-top: 5px;
	}
	.box-image-small-left .item-body {
		padding-left: 50px;
	}
	.box-image-small-right .item-body {
		padding-right: 50px;
	}
	.box-image-small-1.box-image-small-left .item-body {
		padding-left: 110px;
	}
}

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

.box-image-small + .box-image-small {
	margin-top: 35px;
}

@media (min-width: 768px) {
	* + .box-image-small {
		margin-top: 30px;
	}
	.box-image-small + .box-image-small {
		margin-top: 0;
	}
}

@media (min-width: 1600px) {
	* + .box-image-small {
		margin-top: 40px;
	}
}

.box-counter {
	padding: 20px 15px;
	position: relative;
	text-align: center;
	font-weight: 700;
	color: #2e3844;
	transition: .3s;
}

.box-counter:hover {
	box-shadow: 19px 19px 51px 0 rgba(0, 0, 0, 0.08);
}


.box-counters {
	padding: 10px 50px 10px;
	position: relative;
	text-align: center;
	font-weight: 700;
	color: #2e3844;
	transition: .3s;
}

.box-counters:hover {
	box-shadow: 19px 19px 51px 0 rgba(0, 0, 0, 0.08);
}

.box-counter:hover .box-counter-main {
	color: #BF0310;
}

@media (min-width: 1200px) {
	.box-counter {
		padding: 64px 15px;
	}
}

	.box-counters {
       padding: 10px 1px 10px 70px;
	}


.box-counter-title {
	display: inline-block;
	font-size: 16px;
	line-height: 1.3;
}

.box-counter-main {
	font-size: 45px;
	line-height: 1.2;
	color: #cbd2da;
	transition: inherit;
}

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

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

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

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

@media (min-width: 1200px) {
	.box-counter-main {
		font-size: 60px;
		line-height: 1;
	}
	* + .box-counter-main {
		margin-top: 30px;
	}
}

.context-dark .box-counter, .bg-gray-800 .box-counter, .bg-primary .box-counter {
	color: #ffffff;
}

.box-counter-round {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 130px;
	height: 130px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	text-align: center;
	color: #989da7;
	background: #fafbfc;
	border-radius: 50%;
	transition: .3s;
}

.box-counter-round .title {
	max-width: 100px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
}

.box-counter-round .box-counter-item {
	font-size: 35px;
	font-weight: 700;
	line-height: 1.2;
	color: #adb8c0;
	transition: inherit;
}

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

.box-counter-round:hover {
	background: #ffffff;
	box-shadow: 7px 7px 13px 0 rgba(0, 0, 0, 0.05);
}

.box-counter-round:hover .box-counter-item {
	color: #f16583;
}

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

@media (min-width: 1600px) {
	.box-counter-round {
		width: 170px;
		height: 170px;
	}
}

@media (min-width: 1600px) {
	.box-counter-round .box-counter-item {
		font-size: 48px;
	}
	.box-counter-round * + .title {
		margin-top: 3px;
	}
}

.box-counter-round-2 .title {
	font-size: 18px;
}

.box-counter-round-2:hover .box-counter-item {
	color: #31404a;
}

@media (min-width: 1200px) {
	.box-counter-round-2 .box-counter-item {
		font-size: 36px;
	}
	.box-counter-round-2 * + .title {
		margin-top: 1px;
	}
}

/** @section Groups */
html .group {
	margin-bottom: -20px;
	margin-left: -15px;
}

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

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

html .group-xs {
	margin-bottom: -6px;
	margin-left: -6px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

html .group-bottom {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

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

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

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

html .group-wrap-3 .group-item {
	vertical-align: top;
	max-width: 200px;
}

@media (min-width: 992px) {
	html .group-wrap-3 .group-item {
		max-width: 180px;
	}
}

html .group-wrap-4 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin-bottom: -25px;
	margin-left: -30px;
}

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

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

html .group-wrap-4 .group-item {
	max-width: 620px;
}

@media (min-width: 1200px) {
	html .group-wrap-4 {
		flex-direction: row;
		align-items: flex-end;
	}
}

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

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

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

* + .group-wrap-2 {
	margin-top: 25px;
}

* + .group-wrap-3 {
	margin-top: 15px;
}

@media (min-width: 1600px) {
	* + .group-wrap-2 {
		margin-top: 40px;
	}
}

.content-wrapper * + .group-xs {
	margin-top: 30px;
}


/** Booton */
.button-winona {
	overflow: hidden;
}

.content-original,
.content-dubbed {
	transition: transform .3s, opacity .3s;
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.content-dubbed {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: translate3d(0, 20%, 0);
	pointer-events: none;
}

.button-winona:hover .content-original {
	opacity: 0;
	transform: translate3d(0, -50%, 0);
}

.button-winona:hover .content-dubbed {
	opacity: 1;
	transform: none;
}

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

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

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

.button-social {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -12px;
	margin-left: -12px;
}

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

.button-social > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 12px;
	margin-left: 12px;
}

.button-social > * {
	min-width: 175px;
	flex-grow: 1;
}

.button-social .button {
	padding-left: 20px;
	padding-right: 20px;
}

.button-social * + .button {
	margin-top: 0;
}

.button-width-auto {
	min-width: auto;
}

.button-width-240 {
	min-width: 240px;
}

.button-tags {
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 7px 20px;
	font-size: 12px;
	line-height: 24px;
	border-width: 1px;
	border-style: solid;
	font-weight: 700;
	letter-spacing: .05em;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	user-select: none;
	transition: all .25s ease-in-out;
}

.button-tags, .button-tags:focus {
	color: #9b9b9b;
	background-color: transparent;
	border-color: #e1e1e1;
}

.button-tags:hover, .button-tags:active {
	color: #151515;
	background-color: #ffe745;
	border-color: #ffe745;
}

.button-wrap.oh {
	padding-bottom: 15px;
	margin-bottom: -15px;
}

.button-style-1 {
	position: relative;
	text-align: center;
	padding: 0;
	color: #151515;
	background: #ffffff;
	border: 2px solid #151515;
	margin-bottom: 20px;
	z-index: 1;
}

.button-style-1 .icon {
	display: none;
	font-size: 28px;
	line-height: inherit;
	transition: all .2s ease;
	transform: none;
	opacity: 1;
}

.button-style-1-text {
	display: inline-block;
	padding: 18px 15px 17px;
	white-space: nowrap;
	font-size: 12px;
	line-height: 1.75;
	letter-spacing: .1em;
	font-weight: 900;
	text-transform: uppercase;
	cursor: pointer;
	transition: all .2s ease-in-out, padding .3s ease;
}

.button-style-1-text a, .button-style-1-text a:focus, .button-style-1-text a:active {
	color: #151515;
}

.button-style-1-text a:hover {
	color: #6046b6;
}

@media (min-width: 992px) {
	.button-style-1-text {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 1200px) {
	.desktop .button-style-1 {
		width: 78px;
		height: 67px;
		line-height: 63px;
	}
	.desktop .button-style-1 .icon {
		display: inline-block;
	}
	.desktop .button-style-1-text {
		position: absolute;
		top: -2px;
		left: -2px;
		padding: 21px 0;
		letter-spacing: .2em;
		background: inherit;
		border: inherit;
		visibility: hidden;
		opacity: 0;
	}
	.desktop .button-style-1:hover .button-style-1-text {
		opacity: 1;
		visibility: visible;
		padding-left: 34px;
		padding-right: 34px;
	}
	.desktop .button-style-1:hover .icon {
		transform: scale(0);
		opacity: 0;
	}
}

/*
*

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

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

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

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

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

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

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

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

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

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

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

.list-type-2 > li + li {
	margin-top: 14px;
}

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

.list-type-4 h6 + p {
	margin-top: 1px;
}

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

* + .list-type-4 {
	margin-top: 16px;
}

.list-nav {
	position: relative;
	transform: translate3d(0, -10px, 0);
	margin-bottom: -10px;
	margin-left: -15px;
	margin-right: -15px;
}

.list-nav > * {
	position: relative;
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

.list-nav > li {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
	letter-spacing: .04em;
}

.list-nav > li a {
	color: inherit;
}

.list-nav > li.active,
.list-nav > li a.active,
.list-nav > li > a:hover {
	color: #80deea;
}

@media (min-width: 992px) {
	.list-type-1 > li + li {
		margin-top: 40px;
	}
	.list-type-3 > li + li {
		margin-top: 33px;
	}
	.list-type-4 > li + li {
		margin-top: 24px;
	}
	* + .list-type-4 {
		margin-top: 22px;
	}
}

@media (min-width: 1600px) {
	.list-type-1 > li + li {
		margin-top: 100px;
	}
}

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

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

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

@media (min-width: 992px) {
	.list-terms dt + dd {
		margin-top: 23px;
	}
	.list-terms dd + dt {
		margin-top: 36px;
	}
}

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

.list-terms-2 {
	display: flex;
}

.list-terms-2 dt {
	min-width: 62px;
}

.list-terms-2 dd a {
	color: #f16583;
}

.list-terms-2 dd a:hover {
	color: #516ca9;
}

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

.list-terms-3 dt,
.list-terms-3 dd {
	display: inline;
}

.list-terms-3 dt {
	color: #31404a;
}

h5 + .list-terms-3 {
	margin-top: 10px;
}

.list-terms-3 + .list-terms-3 {
	margin-top: 10px;
}

@media (min-width: 992px) {
	h5 + .list-terms-3 {
		margin-top: 20px;
	}
	.list-terms-3 + .list-terms-3 {
		margin-top: 24px;
	}
}

.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;
	font-weight: 700;
}

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

.list-marked > li::before {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 0;
	content: '-';
}

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

@media (min-width: 1200px) {
	.list-marked > li + li {
		margin-top: 6px;
	}
}

.list-marked-primary {
	color: #516ca9;
}

.list-marked-big {
	font-size: 18px;
	line-height: 1.35;
}

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

.list-marked-big > li ul {
	margin-top: 13px;
}

.list-marked-big > li ul > li {
	font-size: 14px;
	line-height: 1.71429;
}

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

.list-marked-base {
	font-size: 18px;
	line-height: 1.35;
}

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

.title-numbered + .list-marked {
	margin-top: 12px;
}

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

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

h5 + .list-marked-big {
	margin-top: 12px;
}

@media (min-width: 1200px) {
	p + .list-marked-big {
		margin-top: 39px;
	}
}

@media (min-width: 1600px) {
	h5 + .list-marked-big {
		margin-top: 25px;
	}
	.title-numbered + .list-marked {
		margin-top: 22px;
	}
}

.table-custom .list-marked > li {
	font-weight: 400;
}

.list-marked-2 {
	text-align: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	color: #31404a;
}
.list-marked-3 {
	text-align: left;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	color: #31404a;
    
}
.list-marked-2 > li {
	position: relative;
	padding-left: 25px;
    
}
.list-marked-3 > li {
	position: relative;
	padding-left: 25px;
}
.list-marked-2 > li::before {
	content: '\f00c';
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	font-family: "FontAwesome";
	font-weight: 400;
	color: #f16583;
}
.list-marked-3 > li::before {
	content: '\f00c';
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	font-family: "FontAwesome";
	font-weight: 400;
	color: #f16583;
}

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

@media (min-width: 1200px) {
	.list-marked-2 > li {
		padding-left: 30px;
	}
	.list-marked-2 > li + li {
		margin-top: 16px;
	}
    	.list-marked-3 > li {
		padding-left: 30px;
	}
	.list-marked-3 > li + li {
		margin-top: 16px;
	}
}

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


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

@media (min-width: 1200px) {
	* + .list-marked-2 {
		margin-top: 30px;
	}
    * + .list-marked-3 {
		margin-top: 30px;
	}
}

@media (min-width: 1600px) {
	* + .list-marked-2 {
		margin-top: 43px;
	}
    * + .list-marked-3 {
		margin-top: 43px;
	}
}

.list-ordered {
	counter-reset: li;
	text-align: left;
}

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

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

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

.list-ordered-big > li {
	font-size: 18px;
	line-height: 1.35;
	padding-left: 29px;
}

.list-ordered-big > li:before {
	width: 29px;
}

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

.list-ordered-big ul {
	margin-top: 8px;
}

.list-ordered-big ul > li {
	font-size: 14px;
	line-height: 1.71429;
}

p + .list-ordered,
.list-ordered + p {
	margin-top: 6px;
}

h5 + .list-ordered {
	margin-top: 12px;
}

@media (min-width: 1600px) {
	h5 + .list-ordered {
		margin-top: 25px;
	}
}

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

.list-custom * + .big {
	margin-top: 22px;
}

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

.number-counter {
	counter-reset: counter;
}

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

.number-counter-2 {
	counter-reset: counter;
}

.number-counter-2 .index-counter:before {
	content: counter(counter, decimal-leading-zero) ".";
	counter-increment: counter;
}

.list-2-col {
	display: flex;
	flex-wrap: wrap;
	max-width: 220px;
	margin-bottom: -6px;
}

.list-2-col > li {
	width: 50%;
	padding-right: 15px;
	padding-bottom: 6px;
	flex-basis: 50%;
}

.list-2-col > li + li {
	margin-top: 0;
}

.list-lined {
	display: flex;
	flex-wrap: wrap;
}

.list-lined > li {
	position: relative;
	padding: 3px 0;
	vertical-align: middle;
}

.list-lined > li:not(:last-child) {
	padding-right: 18px;
}

.list-lined > li:not(:last-child):after {
	content: "";
	position: absolute;
	top: 50%;
	right: 9px;
	height: 1em;
	border-right: 2px solid;
	transform: translate(50%, -50%);
}

@media (min-width: 768px) {
	.list-lined > li:not(:last-child) {
		padding-right: 24px;
	}
	.list-lined > li:not(:last-child):after {
		right: 12px;
	}
}

* + .list-lined {
	margin-top: 10px;
}

.list-menu > li ul {
	margin-top: 10px;
	padding-left: 16px;
}

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

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

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

.img-responsive {
	width: 100%;
}

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

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

html .icon-default {
	color: #adb8c0;
}

html .icon-primary {
	color: #516ca9;
}

html .icon-video {
	width: 90px;
	height: 90px;
	font-size: 50px;
	line-height: 90px;
	text-align: center;
	background: #ffffff;
	border-radius: 50%;
	box-shadow: 7px 7px 13px 0 rgba(0, 0, 0, 0.05);
}

html .icon-video:hover {
	color: #ffffff;
	background: #516ca9;
}

@media (min-width: 1600px) {
	html .icon-video {
		width: 110px;
		height: 110px;
		font-size: 60px;
		line-height: 110px;
	}
}

html * + .icon-video {
	margin-top: 20px;
}

html .icon-video + .heading-5 {
	margin-top: 20px;
}

@media (min-width: 1600px) {
	html * + .icon-video {
		margin-top: 40px;
	}
}

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

html .icon-sm {
	font-size: 18px;
}

/** @section Tables custom */
.table-custom-wrap {
	overflow: hidden;
	border-radius: 10px;
}

.table-custom-wrap-2 .table-custom th {
	padding: 20px 15px;
}

@media (min-width: 1200px) {
	.table-custom-wrap-2 .table-custom th {
		padding: 29px 28px 29px 15px;
	}
}

.table-custom-wrap-2 .table-custom td {
	padding: 10px;
}

@media (min-width: 1200px) {
	.table-custom-wrap-2 .table-custom td {
		padding: 11px 28px 11px 15px;
	}
}

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

.table-custom th,
.table-custom td {
	background: #ffffff;
	vertical-align: top;
}

.table-custom th {
	padding: 20px 15px;
	color: #31404a;
	background: #fafbfc;
}

@media (min-width: 1200px) {
	.table-custom th {
		padding: 21px 46px 25px;
	}
}

.table-custom td {
	padding: 20px 15px;
}

@media (min-width: 1200px) {
	.table-custom td {
		padding: 17px 46px;
	}
}

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

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

.table-custom tr:last-child td {
	border-bottom: none;
}

.table-custom .index-counter {
	display: flex;
}

.table-custom .index-counter:before {
	padding-right: 0.2em;
	color: #989da7;
}

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

@media (min-width: 768px) {
	* + .table-custom-wrap {
		margin-top: 45px;
	}
	h5 + .table-custom-wrap {
		margin-top: 31px;
	}
	.table-custom-wrap + .table-custom-wrap {
		margin-top: 62px;
	}
}

.table-custom-primary {
	box-shadow: 7px 7px 13px 0 rgba(0, 0, 0, 0.05);
}

.table-custom-primary th {
	font-weight: 400;
	color: #ffffff;
	background: #516ca9;
	border: 0;
}

@media (min-width: 992px) {
	.table-custom-primary {
		box-shadow: 19px 19px 51px 0 rgba(0, 0, 0, 0.08);
	}
}

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

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

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

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

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

.table-custom-striped {
	box-shadow: 7px 7px 13px 0 rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid #fafbfc;
}

.table-custom-striped th {
	font-weight: 400;
	color: #ffffff;
	background: #31404a;
}

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

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

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

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

@media (min-width: 992px) {
	.table-custom-striped {
		box-shadow: 19px 19px 51px 0 rgba(0, 0, 0, 0.08);
	}
}

@media (max-width: 767.98px) {
	.table-custom-responsive .table-custom {
		min-width: 500px;
	}
}

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

.table-chart {
	width: 100%;
	max-width: 100%;
}

.table-chart td {
	padding: 10px 10px 0 0;
	vertical-align: top;
}

.table-chart td:last-child {
	padding-right: 0;
}

.table-chart tr:first-child td {
	padding-top: 0;
}

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

@media (min-width: 992px) {
	.table-chart td {
		padding: 16px 10px 0 0;
	}
}

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

@media (min-width: 992px) {
	* + .table-chart {
		margin-top: 25px;
	}
}

@media (min-width: 1600px) {
	* + .table-chart {
		margin-top: 42px;
	}
}
 * Offsets
*/
* + p,
* + .list-inline-comma {
	margin-top: 16px;
}

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

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

* + h1,
* + .heading-1 {
	margin-top: 15px;
}

h3 + h1, h3 + .heading-1,
.heading-3 + h1, .heading-3 + .heading-1 {
	margin-top: 5px;
}

h6 + h1,
h6 + .heading-1,
.heading-6 + h1,
.heading-6 + .heading-1 {
	margin-top: 10px;
}

* + h4,
* + .heading-4 {
	margin-top: 15px;
}

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

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

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

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

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

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

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

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

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

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

* + .button,
* + .button-outer {
	margin-top: 25px;
}

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

* + form.form-inline {
	margin-top: 18px;
}

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

html * + .offset-top-1 {
	margin-top: 40px;
}

html * + .offset-top-2 {
	margin-top: 35px;
}

html * + .offset-top-3 {
	margin-top: 20px;
}

html * + .offset-top-4 {
	margin-top: 18px;
}

html .page * + .offset-top-5 {
	margin-top: 40px;
}

h3 + .row, .heading-3 + .row,
h3 + .owl-carousel, .heading-3 + .owl-carousel {
	margin-top: 35px;
}

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

.container + .section {
	margin-top: 25px;
}

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

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

.list-sm + .group-xs {
	margin-top: 20px;
}

@media (min-width: 768px) {
	* + p,
	* + .list-inline-comma {
		margin-top: 20px;
	}
	* + .big {
		margin-top: 25px;
	}
	* + .button,
	* + .button-outer {
		margin-top: 34px;
	}
	* + .row {
		margin-top: 40px;
	}
	* + .text-block {
		margin-top: 30px;
	}
	.container + .section {
		margin-top: 30px;
	}
	.row + .button-lg {
		margin-top: 45px;
	}
	html * + .offset-top-2 {
		margin-top: 35px;
	}
}

@media (min-width: 992px) {
	* + h1,
	* + .heading-1 {
		margin-top: 22px;
	}
	h3 + p, .heading-3 + p,
	h3 + .p, .heading-3 + .p {
		margin-top: 24px;
	}
	h3 + .row, .heading-3 + .row,
	h3 + .owl-carousel, .heading-3 + .owl-carousel {
		margin-top: 55px;
	}
	html * + .offset-top-1 {
		margin-top: 60px;
	}
	html * + .offset-top-3 {
		margin-top: 30px;
	}
	html * + .offset-top-4 {
		margin-top: 45px;
	}
	html .page * + .offset-top-5 {
		margin-top: 60px;
	}
	.progress-linear + .button {
		margin-top: 55px;
	}
	.row + .group {
		margin-top: 35px;
	}
}

@media (min-width: 1200px) {
	* + .button,
	* + .button-outer {
		margin-top: 40px;
	}
	* + .rd-form {
		margin-top: 40px;
	}
	h3 + p, .heading-3 + p,
	h3 + .p, .heading-3 + .p {
		margin-top: 36px;
	}
	html * + .offset-top-1 {
		margin-top: 70px;
	}
	.container + .container {
		margin-top: 60px;
	}
	.progress-linear-outer + .button-outer {
		margin-top: 60px;
	}
	.row + .row {
		margin-top: 60px;
	}
}

@media (min-width: 1600px) {
	h3 + .row, .heading-3 + .row,
	h3 + .owl-carousel, .heading-3 + .owl-carousel {
		margin-top: 75px;
	}
	html * + .offset-top-1 {
		margin-top: 144px;
	}
	html * + .offset-top-2 {
		margin-top: 75px;
	}
	.row + .button-lg {
		margin-top: 70px;
	}
}

.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-x-10 {
	margin-bottom: -10px;
	margin-left: -5px;
	margin-right: -5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
	html .row-60 {
		margin-bottom: -60px;
	}
	html .row-60:empty {
		margin-bottom: 0;
	}
	html .row-60 > * {
		margin-bottom: 60px;
	}
	html .row-70 {
		margin-bottom: -70px;
	}
	html .row-70:empty {
		margin-bottom: 0;
	}
	html .row-70 > * {
		margin-bottom: 70px;
	}
	html .row-md-50 {
		margin-bottom: -50px;
	}
	html .row-md-50:empty {
		margin-bottom: 0;
	}
	html .row-md-50 > * {
		margin-bottom: 50px;
	}
	html .row-md-75 {
		margin-bottom: -75px;
	}
	html .row-md-75:empty {
		margin-bottom: 0;
	}
	html .row-md-75 > * {
		margin-bottom: 75px;
	}
}

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

@media (min-width: 1200px) and (min-height: 800px) {
	html .row-70 {
		margin-bottom: -70px;
	}
	html .row-70:empty {
		margin-bottom: 0;
	}
	html .row-70 > * {
		margin-bottom: 70px;
	}
	html .row-xl-110 {
		margin-bottom: -110px;
	}
	html .row-xl-110:empty {
		margin-bottom: 0;
	}
	html .row-xl-110 > * {
		margin-bottom: 110px;
	}
}

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


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

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

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

/** @section Buttons */
.button {
	position: relative;
	max-width: 100%;
	overflow: hidden;
	display: inline-block;
	padding: 10px 15px;
	font-size: 18px;
	line-height: 1.25;
	border: 2px solid;
	font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	border-radius: 40px;
	cursor: pointer;
	vertical-align: middle;
	user-select: none;
	transition: 250ms all ease-in-out;
}

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

@media (min-width: 1600px) {
	.button {
		padding: 16px 35px;
	}
	.button-size-1 {
		padding: 12px 25px;
	}
}

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

.button-default, .button-default:focus {
	color: #989da7;
	background-color: #fafbfc;
	border-color: #fafbfc;
}

.button-default:hover, .button-default:active, .button-default.active {
	color: #ffffff;
	background-color: #516ca9;
	border-color: #516ca9;
}

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

.button-gray-100, .button-gray-100:focus {
	color: #31404a;
	background-color: #fafbfc;
	border-color: #fafbfc;
}

.button-gray-100:hover, .button-gray-100:active, .button-gray-100.active {
	color: #31404a;
	background-color: #eaeef2;
	border-color: #eaeef2;
}

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

.button-primary, .button-primary:focus {
	color: #ffffff;
	background-color: #516ca9;
	border-color: #516ca9;
}

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

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

.bg-primary .button-primary, .bg-primary .button-primary:focus {
	color: #f16583;
	background-color: #ffffff;
	border-color: #ffffff;
}

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

.bg-primary .button-primary.button-ujarak::before {
	background: #48545c;
}

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

.button-secondary:hover, .button-secondary:active, .button-secondary.active {
	color: #ffffff;
	background-color: #48545c;
	border-color: #48545c;
}

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

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

.button-secondary-text:hover, .button-secondary-text:active, .button-secondary-text.active {
	color: #ffffff;
	background-color: #48545c;
	border-color: #48545c;
}

.button-secondary-text.button-ujarak::before {
	background: #48545c;
}

.button-default-outline, .button-default-outline:focus {
	color: #cbd2da;
	background-color: transparent;
	border-color: #48545c;
}

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

.button-default-outline.button-ujarak::before {
	background: #516ca9;
}

.button-ghost, .button-ghost:focus {
	color: #516ca9;
	background-color: #ffffff;
	border-color: #ffffff;
}

.button-ghost:hover, .button-ghost:active, .button-ghost.active {
	color: #ffffff;
	background-color: #516ca9;
	border-color: #516ca9;
}

.button-ghost.button-ujarak::before {
	background: #516ca9;
}

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

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

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

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

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

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

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

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

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

.button-shadow {
	box-shadow: 7px 7px 13px 0 rgba(0, 0, 0, 0.05);
}

.button-shadow:hover {
	box-shadow: 7px 7px 13px 0 rgba(0, 0, 0, 0.05);
}

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

@media (max-width: 575.98px) {
	.button-custom-size {
		padding: 6px 14px;
		font-size: 16px;
	}
}

.button-xs {
	padding: 7px 17px;
	font-size: 14px;
}

.button-sm {
	padding: 4px 20px;
	font-size: 18px;
	line-height: 1.5;
}

@media (min-width: 1200px) {
	.button-sm {
		padding: 8px 25px;
		font-size: 18px;
		line-height: 1.5;
	}
}

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

@media (min-width: 1200px) {
	.button-lg {
		padding: 17px 55px;
		font-size: 18px;
		line-height: 1.5;
	}
}

.button-link {
	padding: 0;
	color: #516ca9;
	background: transparent;
	border-radius: 0;
	border: none;
	border-bottom: 2px solid;
}

.button-link:hover {
	color: #f16583;
}

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

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

.button-round-0 {
	border-radius: 0;
}

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

.button.button-icon .icon:before {
	vertical-align: middle;
}

.button.button-icon .icon[class*="mercury-"] {
	font-size: 2.3em;
	line-height: 0.5em;
}

.button.button-icon .icon.mdi {
	line-height: 0.8;
}

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

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

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

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

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

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

@media (min-width: 1200px) {
	.button-left .icon {
		padding-right: 11px;
	}
}

.btn-primary {
	border-radius: 3px;
	font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	transition: .33s;
}

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

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

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

.quote-left-align + .button {
	margin-top: 25px;
}

.list-marked-2 + .button {
	margin-top: 25px;
}

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

@media (min-width: 1200px) {
	.row + .button {
		margin-top: 40px;
	}
	.quote-left-align + .button {
		margin-top: 47px;
	}
	.list-marked-2 + .button {
		margin-top: 40px;
	}
	* + .button-wrap-1 {
		margin-top: 37px;
	}
}

@media (min-width: 1600px) {
	.list-marked-2 + .button {
		margin-top: 50px;
	}
	* + .button-wrap-1 {
		margin-top: 47px;
	}
}

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

.rd-form .button:not(.button-link) {
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 60px;
}

.rd-form .row {
	margin-left: -6px;
	margin-right: -6px;
}

.rd-form .row > [class*="col"] {
	padding-left: 6px;
	padding-right: 6px;
}

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

.content-wrapper-2 * + .rd-form {
	margin-top: 25px;
}

@media (min-width: 1200px) {
	p + .rd-form {
		margin-top: 38px;
	}
	.content-wrapper-2 * + .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;
}

.form-wrap.has-focus .form-input {
	border-color: #516ca9;
}

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

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

@media (min-width: 1200px) {
	.form-wrap + .button-link-wrap {
		margin-top: 20px;
	}
}

.bg-primary .form-wrap.has-error .form-input {
	border-color: #ffffff;
}

.form-input {
	display: block;
	width: 100%;
	min-height: 60px;
	padding: 14px 35px;
	font-size: 18px;
	font-weight: 400;
	line-height: 31px;
	color: #989da7;
	background-color: #fafbfc;
	background-image: none;
	border-radius: 40px;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
	border: 1px solid #fafbfc;
}

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

.bg-primary .form-input {
	color: #ffffff;
	background-color: #4461a3;
	border-color: #4461a3;
}

textarea.form-input {
	height: 333px;
	min-height: 60px;
	max-height: 566px;
	border-radius: 10px;
	resize: vertical;
}

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

.recaptcha iframe {
	display: block;
}

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

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

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

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

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

.bg-primary .form-label {
	color: #ffffff;
}

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

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

.form-validation-captcha .form-validation {
	top: auto;
	bottom: 3px;
	right: auto;
	left: 4px;
}

.bg-primary .form-validation {
	color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rd-form-inline {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	text-align: center;
	margin-bottom: -8px;
	margin-left: -8px;
}

.rd-form-inline:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.rd-form-inline > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 8px;
	margin-left: 8px;
}

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

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

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

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

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

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

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

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

.rd-form-inline-secondary {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: stretch;
	text-align: center;
}

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

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

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

.rd-form-inline-secondary .form-button {
	margin-top: 10px;
	flex-shrink: 0;
	max-width: 100%;
	min-height: 60px;
}

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

@media (min-width: 576px) {
	.rd-form-inline-secondary {
		flex-direction: row;
	}
	.rd-form-inline-secondary .form-input {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.rd-form-inline-secondary .button {
		display: block;
		min-width: 0;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.rd-form-inline-secondary .form-button {
		margin-top: 0;
	}
}

@media (min-width: 768px) {
	.rd-form-inline-secondary .button {
		min-width: 145px;
	}
}

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

.rd-form-search .form-wrap {
	position: relative;
}

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

.rd-form-search .form-icon {
	position: absolute;
	right: 10px;
	top: 50%;
	font-size: 18px;
	color: #516ca9;
	background: transparent;
	border: none;
	transform: translateY(-50%);
	cursor: pointer;
	transition: .3s;
}

.rd-form-search .form-icon:hover {
	color: #48545c;
}

.rd-form-search button {
	padding: 0 8px;
}

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

.custom-form-wrap {
	display: flex;
}

.custom-form-wrap .heading-5 {
	margin-top: 10px;
	margin-right: 18px;
}

.custom-form-wrap .rd-form {
	flex-grow: 1;
}

.custom-form-wrap * + .rd-form {
	margin-top: 0;
}

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

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

/** @section Posts */
.tag {
	min-width: 95px;
	padding: 6px 20px;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	background-color: #516ca9;
	border-radius: 40px;
}

.tag:hover, .tag:focus {
	color: #ffffff;
	background-color: #31404a;
}

.post-classic {
	box-shadow: 7px 7px 13px 0 rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	overflow: hidden;
}

.post-classic-header {
	padding: 20px 15px;
}

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

.post-classic .content {
	padding-right: 0.8em;
}

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

.post-classic * + .group-xs {
	margin-top: 15px;
}

@media (min-width: 1600px) {
	.post-classic {
		box-shadow: 19px 19px 51px 0 rgba(0, 0, 0, 0.08);
	}
	.post-classic-header {
		padding: 23px 44px 29px;
	}
	.post-classic-footer {
		padding: 29px 44px 50px;
	}
	* + .post-classic-title {
		margin-top: 0;
	}
	.post-classic * + .group-xs {
		margin-top: 28px;
	}
}

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

@media (min-width: 1200px) {
	.post-classic + .post-classic {
		margin-top: 55px;
	}
}

.post-hover .date {
	font-weight: 700;
}

.post-hover .title {
	font-weight: 400;
}

.post-hover .title a {
	color: #516ca9;
}

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

.post-hover .img {
	width: 100%;
}

.post-hover .post-hover-footer {
	padding: 15px 0;
}

.post-hover * + .link-image {
	margin-top: 13px;
}

@media (min-width: 1200px) {
	.post-hover .post-hover-footer {
		padding: 29px 15px;
	}
	.post-hover * + .link-image {
		margin-top: 27px;
	}
}

.post-recent {
	margin-bottom: -15px;
	margin-left: -13px;
}

.post-recent > * {
	margin-bottom: 15px;
	margin-left: 13px;
}

.post-recent-img {
	border-radius: 50%;
}

.post-recent-title {
	font-weight: 700;
	line-height: 1.4;
}

.post-recent-time {
	font-weight: 700;
}

@media (min-width: 992px) {
	.post-recent .unit-left {
		max-width: 21%;
	}
}

@media (min-width: 1200px) {
	.post-recent .unit-left {
		max-width: 50%;
	}
}

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

.post-recent + .post-recent {
	margin-top: 15px;
}

@media (min-width: 992px) {
	* + .post-recent {
		margin-top: 26px;
	}
	.post-recent + .post-recent {
		margin-top: 23px;
	}
}

.post-single-meta {
	margin-bottom: -7px;
	margin-left: -30px;
}

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

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

.post-single-meta-item > * {
	vertical-align: middle;
}

.post-single-meta-item .icon {
	padding-right: 5px;
	font-size: 24px;
	color: #516ca9;
}

.post-single-meta-item .meta-item {
	font-weight: 700;
}

.post-single * + h2 {
	margin-top: 12px;
}

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

@media (min-width: 1600px) {
	.post-single * + h2 {
		margin-top: 5px;
	}
	.post-single p + p {
		margin-top: 23px;
	}
}

* + .post-single-item {
	margin-top: 38px;
}

.comment-list .comment-list-reply > li {
	padding-left: 30px;
}

.comment-list > li + li,
.comment-list .comment-list-reply > li + li {
	margin-top: 20px;
}

.comment-list * + .comment-list-reply {
	margin-top: 24px;
}

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

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

.box-comment {
	margin-bottom: -8px;
	margin-left: -30px;
}

.box-comment > * {
	margin-bottom: 8px;
	margin-left: 30px;
}

.box-comment-meta {
	margin-bottom: -1px;
	margin-left: -15px;
}

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

.box-comment-meta > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 1px;
	margin-left: 15px;
}

.box-comment-meta-item > * {
	vertical-align: middle;
}

.box-comment-meta-item .icon {
	padding-right: 5px;
	font-size: 20px;
	color: #516ca9;
}

.box-comment-meta-item .meta-item {
	font-weight: 700;
}

.box-comment * + .content {
	margin-top: 8px;
}

@media (min-width: 992px) {
	.box-comment-meta {
		margin-bottom: -1px;
		margin-left: -30px;
	}
	.box-comment-meta:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.box-comment-meta > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 1px;
		margin-left: 30px;
	}
}

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

@media (min-width: 768px) {
	.box-comment + .box-comment {
		margin-top: 24px;
	}
}

/** @section Quotes */
/*
* Default styles
*/
blockquote {
	padding: 0;
	margin: 0;
	font-size: inherit;
	border-left: none;
}

blockquote q {
	display: block;
	font-style: italic;
}

blockquote q:before, blockquote q:after {
	content: none;
}

blockquote cite {
	font-style: normal;
	font-weight: 700;
}

/*
*
* Product
*/
.product {
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 48px 20px 35px;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.product-rating {
	font-size: 17px;
	color: #ffe745;
}

.product-rating > * {
	display: inline-block;
	vertical-align: middle;
}

.product-title {
	font-weight: 400;
	letter-spacing: .025em;
	text-transform: none;
}

.product-price {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	letter-spacing: .025em;
	color: #6046b6;
}

.product-price-old {
	color: rgba(21, 21, 21, 0.5);
	text-decoration: line-through;
}

.product-price-old + .product-price {
	margin-left: 4px;
}

.product-badge {
	position: absolute;
	text-align: center;
	overflow: hidden;
	top: 0;
	left: 0;
	padding: 2px 14px 3px 10px;
	min-width: 76px;
	font-size: 12px;
	line-height: 2;
	letter-spacing: .1em;
	font-weight: 700;
	text-transform: uppercase;
	z-index: 1;
}

.product-badge::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: skew(-22deg);
	transform-origin: 50% 0;
	pointer-events: none;
	z-index: -1;
}

.product-badge-new {
	color: #ffffff;
}

.product-badge-new::before {
	background: #6046b6;
}

.product-badge-sale {
	color: #151515;
}

.product-badge-sale::before {
	background: #ffe745;
}

.product-button {
	pointer-events: none;
}

.product-button .button {
	width: 100%;
	letter-spacing: .01em;
	pointer-events: auto;
	min-width: 176px;
}

.product-button * + .button-wrap,
.product-button * + .button {
	margin-top: 10px;
}

@media (min-width: 992px) {
	.desktop .product-button {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.desktop .product-button::before {
		position: absolute;
		content: '';
		top: 50%;
		left: 50%;
		width: 200px;
		height: 200px;
		opacity: 0;
		visibility: hidden;
		background: rgba(96, 70, 182, 0.5);
		transform: translate3d(-50%, -50%, 0);
		border-radius: 50%;
		transition-delay: .35s;
	}
	.desktop .product-button .button-wrap {
		opacity: 0;
		visibility: hidden;
		transition: all .35s ease-in-out;
	}
	.desktop .product-button .button-wrap .button {
		font-weight: 600;
		letter-spacing: 2px;
	}
	.desktop .product-button .button-wrap:first-child {
		transform: translate3d(15px, 0, 0);
	}
	.desktop .product-button .button-wrap:last-child {
		transform: translate3d(-15px, 0, 0);
	}
	.desktop .product:hover .product-button::before {
		width: 500px;
		height: 500px;
		opacity: 1;
		visibility: visible;
		background: rgba(255, 255, 255, 0.92);
		transition: all .35s ease;
	}
	.desktop .product:hover .product-button .button-wrap {
		opacity: 1;
		transform: none;
		visibility: visible;
	}
	.desktop * + .product-button {
		margin-top: 0;
	}
}

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

* + .product-title {
	margin-top: 8px;
}

* + .product-price-wrap {
	margin-top: 6px;
}

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

@media (min-width: 992px) {
	.product {
		text-align: left;
		padding-left: 44px;
	}
}

/*
*

/**
* Quote
*/
.quote .quote-img {
	max-width: 100px;
	height: auto;
	border-radius: 50%;
}

.quote .quote-meta {
	color: #31404a;
	font-weight: 700;
}

.quote cite {
	font-size: 22px;
	line-height: 1.3;
}

@media (min-width: 1200px) {
	.quote .quote-img {
		max-width: 138px;
	}
	.quote cite {
		font-size: 24px;
	}
}

.context-dark .quote, .bg-gray-800 .quote, .bg-primary .quote {
	color: #ffffff;
}

.quote-simple q {
	position: relative;
	text-indent: 33px;
	font-size: 25px;
	font-weight: 300;
	line-height: 1.3;
	color: #516ca9;
}

.quote-simple q:before {
	content: '“';
	position: absolute;
	top: 0;
	left: -5px;
	font-size: 70px;
	text-indent: 0;
	line-height: 1;
	font-weight: 400;
}

.quote-simple cite {
	font-size: 18px;
}

.quote-simple * + .quote-meta {
	margin-top: 13px;
}

.quote-simple * + .position {
	margin-top: -3px;
}

@media (min-width: 992px) {
	.quote-simple q {
		font-size: 30px;
		line-height: 1.333;
	}
	.quote-simple * + .quote-meta {
		margin-top: 33px;
	}
	.quote-simple * + .position {
		margin-top: -7px;
	}
}

* + .quote-simple {
	margin-top: 19px;
}

.quote-left-align q {
	position: relative;
	text-indent: 27px;
}

.quote-left-align q:before {
	content: '“';
	position: absolute;
	top: -8px;
	left: -5px;
	font-size: 70px;
	line-height: 1;
	color: #dde1e4;
	text-indent: 0;
}

.quote-left-align .author {
	padding-top: 15px;
}

.quote-left-align .position:before {
	content: "(";
}

.quote-left-align .position:after {
	content: ")";
}

.quote-left-align .unit {
	margin-bottom: -15px;
	margin-left: -16px;
}

.quote-left-align .unit > * {
	margin-bottom: 15px;
	margin-left: 16px;
}

.quote-left-align * + .quote-meta {
	margin-top: 10px;
}

.quote-left-align * + .button {
	margin-top: 25px;
}

@media (min-width: 1200px) {
	.quote-left-align * + .quote-meta {
		margin-top: 23px;
	}
	.quote-left-align * + .button {
		margin-top: 47px;
	}
}

* + .quote-left-align {
	margin-top: 20px;
}

@media (min-width: 1200px) {
	* + .quote-left-align {
		margin-top: 28px;
	}
}

.quote-center {
	text-align: center;
	border-radius: 10px;
}

.quote-center q:after {
	content: '“';
	display: block;
	margin-top: 20px;
	font-size: 40px;
	line-height: 0.5;
}

.quote-center .position {
	line-height: 1.3;
}

.quote-center .position:before {
	content: "(";
}

.quote-center .position:after {
	content: ")";
}

.quote-center * + .author {
	margin-top: 8px;
}

@media (min-width: 1200px) {
	.quote-center {
		padding: 0 34px;
	}
	.quote-center q:after {
		margin-top: 42px;
		font-size: 70px;
	}
	.quote-center * + .quote-meta {
		margin-top: 8px;
	}
	.quote-center * + .position {
		margin-top: 4px;
	}
}

.quote-center-active,
.center .quote-center {
	padding: 20px 15px 25px;
	box-shadow: 3px 3px 13px 0 rgba(0, 0, 0, 0.07);
	background: #ffffff;
}

.quote-center-active * + .author,
.center .quote-center * + .author {
	margin-top: 12px;
}

@media (min-width: 1200px) {
	.quote-center-active,
	.center .quote-center {
		padding: 39px 34px 45px;
		box-shadow: 7px 7px 13px 0 rgba(0, 0, 0, 0.05);
	}
}

.owl-carousel .quote-center {
	margin-bottom: 14px;
}

.owl-item:not(.center) .quote-center,
.owl-item-simulate .quote-center {
	opacity: 0.6;
}

/** @section Thumbnails */
.figure-light figcaption {
	padding-top: 10px;
	color: #adb8c0;
}

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

.figure-light + p {
	margin-top: 30px;
}

/** @section Breadcrumbs */
.breadcrumbs-custom {
	position: relative;
	padding: 20px 0;
	background-color: #516ca9;
	background-position: center;
}

.breadcrumbs-custom-path a {
	display: inline;
	vertical-align: middle;
	border-bottom: 1px solid transparent;
}

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

.breadcrumbs-custom-path li {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.7;
}

.breadcrumbs-custom-path li::after {
	content: "/";
	padding-left: 5px;
	padding-right: 1px;
	font-size: inherit;
	font-style: normal;
	color: #ffffff;
	vertical-align: middle;
}

.breadcrumbs-custom-path li:last-child:after {
	display: none;
}

.breadcrumbs-custom-path a:hover,
.breadcrumbs-custom-path li.active {
	color: #ffffff;
	border-bottom-color: #ffffff;
}

.breadcrumbs-custom-path li.active {
	top: 2px;
}

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

@media (min-width: 768px) {
	.breadcrumbs-custom-path li {
		font-size: 14px;
	}
}

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

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

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

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

.page-link {
	display: inline-block;
	min-width: 44px;
	padding: 10px 10px;
	border: 0 solid transparent;
	font-size: 18px;
	line-height: 1.33333;
	background-color: transparent;
	color: #516ca9;
	transition: all 0.3s ease-in-out;
	border-radius: 50%;
}

.page-link:hover, .page-link:focus, .page-link:active {
	color: #989da7;
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
}

.page-item.active > .page-link, .page-item.active > .page-link:hover, .page-item.active > .page-link:focus, .page-item.active > .page-link:active {
	color: #989da7;
	background-color: #ffffff;
	border-color: transparent;
	box-shadow: 7px 7px 13px 0 rgba(0, 0, 0, 0.05);
}

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

.page-item-control .page-link {
	min-width: 0;
}

.page-item-control .icon::before {
	margin-top: -0.08em;
	font-family: 'FontAwesome';
	font-size: 24px;
	line-height: 24px;
}

.page-item-control:first-child .icon::before {
	content: '\f104';
	margin-left: -1px;
}

.page-item-control:last-child .icon::before {
	content: '\f105';
	margin-right: -1px;
}

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

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

/** @section Snackbars */
.snackbars {
	padding: 9px 16px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	text-align: left;
	background-color: #31404a;
	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 a {
	color: #516ca9;
}

.snackbars a:hover {
	color: #ffffff;
}

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

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

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

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

/** @section Footers */
.footer-classic .footer-inner-1 {
	padding: 50px 0;
	color: #adb8c0;
	background: #004693;
}

.footer-classic .footer-inner-1 h1, .footer-classic .footer-inner-1 h2, .footer-classic .footer-inner-1 h3, .footer-classic .footer-inner-1 h4, .footer-classic .footer-inner-1 h5, .footer-classic .footer-inner-1 h6, .footer-classic .footer-inner-1 [class^='heading-'] {
	color: #adb8c0;
}

.footer-classic .footer-inner-2 {
	padding: 20px 0;
	color: #004693;
	background: #FFF;
}

.footer-classic a {
	color: inherit;
}

.footer-classic a:hover {
	color: #ffffff;
}

.footer-classic * + .contact-list {
	margin-top: 20px;
}

.footer-classic * + .footer-list {
	margin-top: 10px;
}

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

@media (min-width: 992px) {
	.footer-classic .footer-inner-1 {
		padding: 90px 0 70px;
	}
	.footer-classic * + .contact-list {
		margin-top: 22px;
	}
	.footer-classic * + .footer-list {
		margin-top: 23px;
	}
	.footer-classic * + .row {
		margin-top: 23px;
	}
}

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

@media (min-width: 992px) {
	.footer-list > li + li {
		margin-top: 12px;
	}
}

.contact-list {
	line-height: 1.5;
}

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

.contact-list + a {
	margin-top: 10px;
	margin-left: 24px;
}

.footer-light .footer-inner-1 {
	padding: 50px 0;
	background: #989da7;
}

.footer-light .footer-inner-2 {
	padding: 13px 0;
	background: #82929c;
}

.footer-light a {
	color: inherit;
}

.footer-light a:hover {
	color: rgba(255, 255, 255, 0.7);
}

.footer-light .table-chart {
	max-width: 320px;
}

.footer-light .table-chart td {
	padding: 0 10px 0 0;
}

.footer-light .footer-list > li + li {
	margin-top: 6px;
}

.footer-light * + .table-chart {
	margin-top: 18px;
}

.footer-light * + .img-chart-2 {
	margin-top: 15px;
}

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

@media (min-width: 1200px) {
	.footer-light .footer-inner-1 {
		padding: 104px 0;
	}
}

.footer-light .text-accent-1 {
	color: #d10f38;
}

.footer-light .text-accent-2 {
	color: #f9ff9a;
}

/** @section Gallery */
.widget-gallery {
	max-width: 300px;
	display: flex;
	flex-wrap: wrap;
	transform: translateY(-2px);
	margin-bottom: -4px;
	margin-left: -2px;
	margin-right: -2px;
}

.widget-gallery .gallery-item-wrapper {
	flex-basis: 33.333%;
	max-width: 33.333%;
	padding: 2px;
}

.widget-gallery .gallery-item-wrapper > * {
	width: 100%;
	display: block;
}

* + .widget-gallery {
	margin-top: 12px;
}

@media (min-width: 992px) {
	* + .widget-gallery {
		margin-top: 20px;
	}
}

@media (min-width: 1600px) {
	* + .widget-gallery {
		margin-top: 29px;
	}
}

.gallery-item {
	display: block;
	position: relative;
	padding-bottom: 96%;
	overflow: hidden;
	transition: .25s;
}

.gallery-item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: block;
	background: rgba(81, 108, 169, 0);
	transition: inherit;
}

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

.desktop .gallery-item:before {
	background: rgba(81, 108, 169, 0);
}

.desktop .gallery-item:hover:before {
	background: rgba(81, 108, 169, 0.4);
}

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

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

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

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

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

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

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

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

.font-weight-thin {
	font-weight: 100;
}

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

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

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

.font-weight-sbold {
	font-weight: 600;
}

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

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

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

.text-primary {
	color: #516ca9 !important;
}

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

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

.custom-form-wrap + h5 {
	margin-top: 39px;
}

.list-type-4 + h5,
.list-marked + h5,
.list-ordered + h5 {
	margin-top: 26px;
}

p + h5 {
	margin-top: 30px;
}

h2 + h5 {
	margin-top: 7px;
}

h1 + p {
	margin-top: 16px;
}

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

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

h4 + p {
	margin-top: 11px;
}

h5 + p {
	margin-top: 10px;
}

h6 + p {
	margin-top: 9px;
}

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

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

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

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

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



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

* + .subtitle-1 {
	margin-top: 12px;
}

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

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

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

h5 + .p-offset-1 {
	margin-top: 3px;
}

* + .p-offset-2 {
	margin-top: 12px;
}

.list-marked + .p-offset-3 {
	margin-top: 15px;
}

@media (min-width: 992px) {
	.subtext + p {
		margin-top: 16px;
	}
	h1 + p {
		margin-top: 20.8px;
	}
	h2 + p {
		margin-top: 18.2px;
	}
	h3 + p {
		margin-top: 15.6px;
	}
	h4 + p {
		margin-top: 14.3px;
	}
	h5 + p {
		margin-top: 12px;
	}
	h6 + p {
		margin-top: 9.9px;
	}
	h5 + .p-offset-1 {
		margin-top: 3px;
	}
	* + .row-offset-1 {
		margin-top: 40px;
	}
}

@media (min-width: 1600px) {
	.subtext + p {
		margin-top: 34px;
	}
	h2 + h5 {
		margin-top: 0;
	}
	p + h5 {
		margin-top: 40px;
	}
	.list-type-4 + h5,
	.list-marked + h5,
	.list-ordered + h5 {
		margin-top: 36px;
	}
	h1 + p,
	h2 + p,
	h3 + p,
	h4 + p,
	h5 + p,
	h6 + p {
		margin-top: 29px;
	}
	* + .subtitle-1 {
		margin-top: 28px;
	}
	* + p {
		margin-top: 15px;
	}
	.row + p {
		margin-top: 40px;
	}
	h5 + .p-offset-1 {
		margin-top: 3px;
	}
	* + .p-offset-2 {
		margin-top: 28px;
	}
	.list-marked + .p-offset-3 {
		margin-top: 22px;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-sm,
.section-md,
.section-lg,
.section-xl {
	padding: 50px 0;
}
.section-inset-1 {
	padding-bottom: 60px;
}

@media (min-width: 1200px) {
	.section-inset-1 {
		padding-bottom: 89px;
	}
}

.section-inset-2 {
	padding-bottom: 40px;
}

@media (min-width: 1200px) {
	.section-inset-2 {
		padding-bottom: 75px;
	}
}

.section-inset-3 {
	padding-top: 0;
}

.section-inset-4 {
	padding-bottom: 0;
}

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

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

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

@media (max-width: 767.98px) {
	.swiper-container .section-lg {
		padding: 80px 0;
	}
}

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

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

@media (min-width: 992px) {
	.section-sm {
		padding: 70px 0;
	}
	.section-sm-bottom-100 {
		padding-bottom: 100px;
	}
	.section-md {
		padding: 90px 0;
	}
	.section-md-bottom-50 {
		padding-bottom: 50px;
	}
	.section-lg {
		padding: 100px 0;
	}
	.section-lg-top-50 {
		padding-top: 50px;
	}
	.section-xl {
		padding: 110px 0;
	}
}

@media (min-width: 1600px) {
	.section-lg {
		padding: 110px 0;
	}
	.section-lg-top-50 {
		padding-top: 50px;
	}
	.section-lg-top-100 {
		padding-top: 100px;
	}
	.section-xl {
		padding: 130px 0;
	}
}

.section-title {
	padding: 30px 0;
}

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

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

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

.section-single * + h5 {
	margin-top: 15px;
}

.section-single * + p {
	margin-top: 12px;
}

@media (min-width: 1600px) {
	.section-single * + h5 {
		margin-top: 29px;
	}
	.section-single * + p {
		margin-top: 22px;
	}
}

.section-banner {
	display: block;
	background-position: center right;
	background-size: cover;
	text-align: center;
}

.section-banner img {
	max-width: 100%;
	height: auto;
}

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

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

.grid-demo-bordered .row {
	border: 0 solid #dde1e4;
	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 #dde1e4;
}

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

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

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

.grid-demo-underlined .row:first-child {
	border-top: 1px solid #dde1e4;
}

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

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

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

.row-flex > [class*="col-"] {
	display: flex;
}

.row-flex > [class*="col-"] > * {
	flex-grow: 1;
	max-width: 100%;
}

/** @section Backgrounds */
.context-dark .brand brand-logo-dark, .bg-gray-800 .brand brand-logo-dark, .bg-primary .brand brand-logo-dark {
	display: none;
}

.context-dark .brand .brand-logo-light, .bg-gray-800 .brand .brand-logo-light, .bg-primary .brand .brand-logo-light {
	display: inline;
}

.bg-transparent {
	background-color: transparent;
}

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

.bg-default {
	background-color: #ffffff;
}

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

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

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

.bg-gray-800 {
	background-color: #31404a;
}

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

.bg-primary {
	background-color: #516ca9;
}

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

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

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

.bg-mask-light {
	position: relative;
	z-index: 0;
}

.bg-mask-light > * {
	position: relative;
	z-index: 1;
}

.bg-mask-light:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.9);
}

@media (min-width: 1200px) {
	.bg-mask-light:after {
		display: none;
	}
}

.banner-top {
	display: none;
}

@media (min-width: 1200px) {
	.banner-top {
		display: block;
	}
}

.banner img {
	width: 100%;
}

/** @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: #dde1e4;
	top: 50%;
	width: 100vw;
}

.text-decoration-lines-content::before {
	left: 0;
	transform: translate3d(-100%, 0, 0);
}

.text-decoration-lines-content::after {
	right: 0;
	transform: translate3d(100%, 0, 0);
}

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

p.rights {
	font-size: 14px;
}

p.rights .footer:hover {
	color: red;
}
.footer-inner-2 .politica:hover {
	color: red;
}




p.rights a {
	color: inherit;
}

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

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

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

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

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

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

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

.fadeIn {
	animation-name: fadeIn;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 80px, 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;
}
/* Preloader
*/
.preloader {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	transition: .3s all ease;
	pointer-events: none;
	backface-visibility: hidden;
}

.preloader::before, .preloader::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	transition: .2s linear;
	transform: translateY(0);
	pointer-events: none;
}

.preloader::before {
	top: 0;
	bottom: 50%;
	background: #fff;
}

.preloader::after {
	top: 50%;
	bottom: 0;
	background: #f5f6fa;
}

.preloader.loaded::before, .preloader.loaded::after {
	transition: .4s linear;
}

.preloader.loaded::before {
	transform: translateY(-100%);
}

.preloader.loaded::after {
	transform: translateY(100%);
}

.preloader.loaded .preloader-logo,
.preloader.loaded .preloader-body {
	opacity: 0;
	visibility: hidden;
	transition: 0s;
}

.preloader-logo,
.preloader-body {
	transition: 0s .2s;
}

.preloader-logo {
	position: relative;
	z-index: 10;
	transform: translate3d(0, -50%, 0);
	padding: 40px;
}

.preloader-body {
	position: absolute;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	left: 0;
	right: 0;
	z-index: 10;
	text-align: center;
}

#loadingProgressG {
	width: 100vw;
	height: 5px;
	overflow: hidden;
	background: #d3d5db;
	border-radius: 6px;
	margin: auto;
}

.loadingProgressG {
	background: #354879;
	margin-top: 0;
	margin-left: -100vw;
	animation-name: bounce_loadingProgressG;
	animation-duration: 2.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	width: 100vw;
	height: 5px;
	transition: .5s;
}

@keyframes bounce_loadingProgressG {
	0% {
		margin-left: -100vw;
	}
	100% {
		margin-left: 100vw;
	}
}

/*
*
* Thumbnails */

.thumbnail-classic {
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.thumbnail-classic img {
	transition: 370ms ease-in-out;
}

.thumbnail-classic > a {
	width: 100%;
}

.thumbnail-classic .caption {
	margin-top: 25px;
}

.thumbnail-classic:hover img {
	box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.25);
}

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

.thumbnail-classic-time {
	display: inline-block;
	font-size: 12px;
	font-style: italic;
	color: #80deea;
}

* + .thumbnail-classic-time {
	margin-top: 15px;
}

.thumbnail-classic-minimal img {
	width: auto;
}

.thumbnail-classic-minimal .caption {
	font-size: 14px;
	line-height: 1.71429;
	text-align: left;
}

@media (min-width: 1200px) {
	.thumbnail-classic-minimal .caption {
		font-size: 16px;
		line-height: 1.625;
	}
}

.thumbnail-classic-minimal * + .caption {
	margin-top: 28px;
}

.img-thumbnail-variant-1 {
	display: block;
	position: relative;
}

.img-thumbnail-variant-1 .caption {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(31, 40, 69, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transform: scale(0.8);
	transition: 350ms ease-in-out;
	color: #fff;
}

.img-thumbnail-variant-1:hover .caption {
	opacity: 1;
	transform: scale(1);
}

.img-thumbnail-variant-2 {
	position: relative;
	overflow: hidden;
}

.img-thumbnail-variant-2 .caption {
	position: absolute;
	top: 20px;
	right: 20px;
	opacity: 0;
	transform: scale(0.8) translateX(100%);
	transition: 350ms ease-in-out;
}

.img-thumbnail-variant-2 .icon-lg {
	font-size: 30px;
}

.img-thumbnail-variant-2:hover .caption {
	opacity: 1;
	transform: scale(1) translateX(0);
}

.img-thumbnail-variant-3 {
	position: relative;
	display: block;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 8px 10px 35px rgba(0, 0, 0, 0.15);
	width: 100%;
}

.img-thumbnail-variant-3 img {
	width: 100%;
}

.img-thumbnail-variant-3 .icon {
	font-size: 30px;
}

.img-thumbnail-variant-3 .arrow-right {
	font-size: 30px;
}

.img-thumbnail-variant-3 .list-inline-tag {
	font-size: 12px;
	font-style: italic;
}

.img-thumbnail-variant-3 .label-custom {
	position: absolute;
	z-index: 11;
	top: 18px;
	left: 18px;
	padding: 2px 7px;
	font-size: 12px;
	font-style: italic;
	background-color: #fff;
	border-radius: 4px;
	color: #000;
}

.img-thumbnail-variant-3 .caption {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 15px;
	background-color: rgba(0, 70, 147, 0.6);
	transition: 250ms ease-in-out;
}

.img-thumbnail-variant-3 .caption > * {
	color: #fff;
}

.img-thumbnail-variant-3 .caption > * + * {
	margin-top: 5px;
}

.img-thumbnail-variant-3 .caption .divider {
	position: relative;
	margin-top: 8px;
	margin-bottom: 8px;
	max-width: 116px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1200px) {
	.img-thumbnail-variant-3 .icon {
		font-size: 40px;
	}
	.img-thumbnail-variant-3 .caption {
		padding: 50px 55px 45px;
	}
	.img-thumbnail-variant-3 .caption > * + * {
		margin-top: 10px;
	}
	.img-thumbnail-variant-3 .caption .divider {
		margin-top: 19px;
		margin-bottom: 19px;
	}
	.img-thumbnail-variant-3 .arrow-right {
		position: absolute;
		right: 18px;
		bottom: 13px;
	}
}

.desktop .img-thumbnail-variant-3 .caption {
	opacity: 0;
	transform: scale(0.8);
}

.desktop .img-thumbnail-variant-3 .divider {
	background: transparent;
}

.desktop .img-thumbnail-variant-3 .divider:before {
	position: absolute;
	content: "";
	display: inline-block;
	left: 50%;
	right: 50%;
	height: 1px;
	background-color: #fff;
	transition: 250ms 280ms ease-in-out;
}

.desktop .img-thumbnail-variant-3 .hover-top-element {
	opacity: 0;
	transform: translateY(30px);
	transition: 250ms 320ms linear;
}

.desktop .img-thumbnail-variant-3 .hover-bottom-element {
	opacity: 0;
	transform: translateY(-40px);
	transition: 250ms 320ms linear;
}

.desktop .img-thumbnail-variant-3:hover .caption {
	opacity: 1;
	transform: scale(1);
}

.desktop .img-thumbnail-variant-3:hover img {
	filter: blur(3px);
}

.desktop .img-thumbnail-variant-3:hover .hover-top-element,
.desktop .img-thumbnail-variant-3:hover .hover-bottom-element {
	opacity: 1;
	transform: translateY(0);
}

.desktop .img-thumbnail-variant-3:hover .divider:before {
	left: 0;
	right: 0;
}

@keyframes hover-blur {
	100% {
		filter: blur(3px);
	}
}

.thumbnail-type-2 {
	position: relative;
	display: inline-block;
}

.thumbnail-type-2 .label {
	top: -10px;
	right: 10px;
	position: absolute;
	z-index: 1;
	box-shadow: 1px 4px 15px 0 rgba(0, 0, 0, 0.35);
}

@media (min-width: 576px) {
	.thumbnail-type-2 .label {
		right: 30px;
	}
}

.thumbnail-type-2 figure {
	transition: box-shadow 0.3s ease;
	box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.1);
	max-height: 350px;
	overflow: hidden;
}

.thumbnail-type-2 figure img {
	transform: scale(1);
	transition: .4s all ease-in-out;
}

.thumbnail-type-2:hover figure {
	box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.3);
}

.thumbnail-type-2:hover figure img {
	transform: scale(1.03);
}

.thumbnail-type-2 .caption {
	margin-top: 20px;
}
.list-inline-tag {
	color: #BF0310;
}

/**
* Thumbnails*/
.video-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
}

.figure-light figcaption {
	padding-top: 15px;
	color: #74757f;
}

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

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

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

.figure-card .figure-card-sizer {
	display: block;
	width: 100%;
}

.figure-card .figure-card-sizer::before {
	display: block;
	content: '';
	visibility: hidden;
	padding-bottom: 56.25%;
}

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

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

.thumbnail-video-1 {
	position: relative;
	text-align: center;
}

.thumbnail-video-1 .embed-responsive::before {
	min-height: 250px;
}

.thumbnail-video-1 .video-overlay {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
	z-index: 1;
	background-position: 80% center;
}

.thumbnail-video-1 .video-overlay::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: -1;
}

.thumbnail-video-1 * + .button-video {
	margin-top: 25px;
}

.thumbnail-minimal {
	position: relative;
	overflow: hidden;
	display: block;
}

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

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

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

.thumbnail-minimal-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: rgba(53, 72, 121, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

.thumbnail-minimal-caption::before {
	content: '\f504';
	font-family: 'Material Design Icons';
	font-size: 30px;
	line-height: 1;
	color: #fff;
}

.thumbnail-minimal:hover .thumbnail-minimal-caption {
	opacity: 1;
	visibility: visible;
}

.thumbnail-classic {
	position: relative;
	overflow: hidden;
	display: flex;
	text-align: left;
}

.thumbnail-classic * {
	color: inherit;
}

.thumbnail-classic, .thumbnail-classic:active, .thumbnail-classic:focus, .thumbnail-classic:hover {
	color: #fff;
}

.thumbnail-classic:hover {
	color: #fff;
}

.thumbnail-classic > * {
	width: 100%;
	flex-shrink: 0;
}

.thumbnail-classic-sm .thumbnail-classic-dummy::before {
	padding-bottom: 69.18919%;
}

.thumbnail-classic-dummy {
	width: 100%;
}

.thumbnail-classic-dummy::before {
	content: '';
	display: block;
	visibility: hidden;
	pointer-events: none;
	padding-bottom: 73.84615%;
}

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

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

.thumbnail-classic-caption {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
	padding: 20px;
	background: rgba(0, 0, 0, 0.4);
	font-size: 14px;
}

.thumbnail-classic-caption * + p {
	margin-top: 5px;
}

.thumbnail-classic-title {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
}

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

@media (min-width: 768px) {
	.thumbnail-classic-caption {
		padding: 25px 20px;
	}
}

@media (min-width: 992px) {
	.thumbnail-classic-lg .thumbnail-classic-dummy::before {
		padding-bottom: 147.69231%;
	}
}

@media (min-width: 1200px) {
	.thumbnail-classic-caption {
		padding: 35px 40px;
		font-size: 16px;
	}
	.thumbnail-classic-caption * + p {
		margin-top: 8px;
	}
	.thumbnail-classic-title {
		font-size: 24px;
	}
}

html:not(.tablet):not(.mobile) .thumbnail-classic-caption {
	opacity: 0;
	visibility: hidden;
	transition: .3s all linear;
	background: rgba(0, 0, 0, 0.6);
}

html:not(.tablet):not(.mobile) .thumbnail-classic:hover .thumbnail-classic-caption {
	opacity: 1;
	visibility: visible;
}

html:not(.tablet):not(.mobile) .hoverdir-item .thumbnail-classic-caption {
	opacity: 1;
	visibility: visible;
	transform: translate(-100%, 0);
}

html:not(.tablet):not(.mobile)[data-x-mode='true'] .hoverdir-item .thumbnail-classic-caption {
	opacity: 0;
	visibility: hidden;
	transform: none;
}

html:not(.tablet):not(.mobile)[data-x-mode='true'] .thumbnail-classic:hover .thumbnail-classic-caption {
	opacity: 1;
	visibility: visible;
}

.thumbnail-corporate {
	position: relative;
	overflow: hidden;
	display: flex;
	color: #fff;
	text-align: left;
}

.thumbnail-corporate * {
	color: inherit;
}

.thumbnail-corporate:hover {
	color: #fff;
}

.thumbnail-corporate > * {
	width: 100%;
	flex-shrink: 0;
}

.thumbnail-corporate-light {
	text-align: center;
}

.thumbnail-corporate-light .thumbnail-corporate-caption {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.thumbnail-corporate-light .thumbnail-corporate-caption > * {
	max-width: 180px;
}

.thumbnail-corporate-dummy {
	width: 100%;
	visibility: hidden;
	pointer-events: none;
}

.thumbnail-corporate-dummy::before {
	content: '';
	display: block;
	width: 0;
	padding-bottom: 69.18919%;
}

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

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

.thumbnail-corporate-caption {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 20px;
	background: rgba(0, 0, 0, 0.4);
}

.thumbnail-corporate-caption * + p {
	margin-top: 10px;
}

@media (max-width: 1199.98px) {
	.thumbnail-corporate-caption {
		height: 300px;
	}
}

.thumbnail-corporate-link {
	position: relative;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.67em;
	height: 1.67em;
	text-align: center;
	border-radius: 50%;
	font-size: 24px;
	line-height: 1;
	background: #354879;
}

.thumbnail-corporate-link, .thumbnail-corporate-link:active, .thumbnail-corporate-link:focus, .thumbnail-corporate-link:hover {
	color: #fff;
}

.thumbnail-corporate-link .icon {
	font-size: inherit;
}

.thumbnail-corporate-link .icon:first-child,
.thumbnail-corporate-link .icon:last-child {
	vertical-align: middle;
	transition: transform 0.3s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 1, 0.3, 1);
}

.thumbnail-corporate-link .icon:first-child {
	display: block;
}

.thumbnail-corporate-link .icon:last-child {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	opacity: 0;
	transform: translate3d(0, 0, 0);
}

.thumbnail-corporate-link:hover {
	background: #3d538b;
}

.thumbnail-corporate-link:hover .icon:first-child {
	opacity: 0;
	transform: translate3d(0, -30%, 0);
}

.thumbnail-corporate-link:hover .icon:last-child {
	opacity: 1;
	transform: translate3d(0, 0, 0) translateY(-50%);
}

.thumbnail-corporate-title {
	font-size: 20px;
	line-height: 1.3;
}

* + .thumbnail-corporate-link {
	margin-top: 15px;
}

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

@media (min-width: 768px) {
	.thumbnail-corporate-caption {
		padding: 25px 20px;
	}
}

@media (min-width: 992px) {
	.thumbnail-corporate-lg .thumbnail-corporate-dummy::before {
		padding-bottom: 125.40541%;
	}
}

@media (min-width: 1200px) {
	.thumbnail-corporate-caption {
		padding: 30px 30px;
	}
	.thumbnail-corporate-caption * + p {
		margin-top: 8px;
	}
	.thumbnail-corporate-title {
		font-size: 24px;
	}
}

html:not(.tablet):not(.mobile) .thumbnail-corporate-caption {
	opacity: 0;
	visibility: hidden;
	transition: .3s all linear;
	background: rgba(0, 0, 0, 0.6);
}

html:not(.tablet):not(.mobile) .thumbnail-corporate-caption > * {
	opacity: 0;
	visibility: hidden;
	transition: .25s .11s all linear;
}

html:not(.tablet):not(.mobile) .thumbnail-corporate:hover .thumbnail-corporate-caption,
html:not(.tablet):not(.mobile) .thumbnail-corporate:hover .thumbnail-corporate-caption > * {
	opacity: 1;
	visibility: visible;
}

html:not(.tablet):not(.mobile) .hoverdir-item .thumbnail-corporate-caption {
	opacity: 1;
	visibility: visible;
	transform: translate(-100%, -100%);
}

html:not(.tablet):not(.mobile)[data-x-mode='true'] .hoverdir-item .thumbnail-corporate-caption {
	opacity: 0;
	visibility: hidden;
	transform: none;
}

html:not(.tablet):not(.mobile)[data-x-mode='true'] .thumbnail-corporate:hover .thumbnail-corporate-caption,
html:not(.tablet):not(.mobile)[data-x-mode='true'] .thumbnail-corporate:hover .thumbnail-corporate-caption > * {
	opacity: 1;
	visibility: visible;
}

.thumbnail-light {
	text-align: left;
}

.thumbnail-light-media {
	position: relative;
	overflow: hidden;
	display: block;
	border-radius: 6px;
}

.thumbnail-light-media::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	transition: .22s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.thumbnail-light-media:hover::before {
	opacity: 1;
	visibility: visible;
}

.thumbnail-light-image {
	width: 100%;
}

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

.thumbnail-thin {
	position: relative;
	overflow: hidden;
	padding-bottom: 100%;
}

.thumbnail-thin::before, .thumbnail-thin::after {
	pointer-events: none;
}

.thumbnail-thin::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.3);
}

.thumbnail-thin::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	z-index: 2;
	content: '\f504';
	font-family: 'Material Design Icons';
	font-size: 40px;
	line-height: 1;
	color: #fff;
}

a.thumbnail-thin {
	display: block;
}

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

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

html:not(.tablet):not(.mobile) .thumbnail-thin::before, html:not(.tablet):not(.mobile) .thumbnail-thin::after {
	opacity: 0;
	transition: .22s ease-in;
}

html:not(.tablet):not(.mobile) .thumbnail-thin::before {
	background: rgba(0, 0, 0, 0.6);
}

html:not(.tablet):not(.mobile) .thumbnail-thin:hover::before, html:not(.tablet):not(.mobile) .thumbnail-thin:hover::after {
	opacity: 1;
}

.thumbnail-modern {
	position: relative;
	overflow: hidden;
	display: flex;
	text-align: left;
}

.thumbnail-modern * {
	color: inherit;
}

.thumbnail-modern, .thumbnail-modern:active, .thumbnail-modern:focus, .thumbnail-modern:hover {
	color: #fff;
}

.thumbnail-modern:hover {
	color: #fff;
}

.thumbnail-modern > * {
	width: 100%;
	flex-shrink: 0;
}

.thumbnail-modern-sm .thumbnail-modern-dummy::before {
	padding-bottom: 69.18919%;
}

.thumbnail-modern-dummy {
	visibility: hidden;
	pointer-events: none;
	width: 100%;
}

.thumbnail-modern-dummy::before {
	content: '';
	display: block;
	padding-bottom: 73.84615%;
}

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

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

.thumbnail-modern-caption {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 20px;
	background: rgba(0, 0, 0, 0.4);
}

.thumbnail-modern-caption .icon {
	font-size: 30px;
	line-height: 1;
	color: #fff;
}

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

@media (min-width: 992px) {
	.thumbnail-modern-lg .thumbnail-modern-dummy::before {
		padding-bottom: 147.69231%;
	}
}

html:not(.tablet):not(.mobile) .thumbnail-modern-caption {
	opacity: 0;
	visibility: hidden;
	transition: .3s all linear;
	background: rgba(0, 0, 0, 0.6);
}

html:not(.tablet):not(.mobile) .thumbnail-modern:hover .thumbnail-modern-caption {
	opacity: 1;
	visibility: visible;
}

.thumbnail-creative {
	position: relative;
	display: block;
	max-width: 348px;
	margin-left: auto;
	margin-right: auto;
}

.thumbnail-creative:hover .thumbnail-creative-image {
	transform: translate(0, -5px);
	box-shadow: 0 2px 24px 1px rgba(0, 0, 0, 0.2);
}

.thumbnail-creative-wrap {
	padding: 26px;
	margin: -26px;
}

.thumbnail-creative-image {
	position: relative;
	display: block;
	width: 100%;
	transition: .33s ease-in-out;
	box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.15);
}

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

@media (min-width: 768px) {
	* + .thumbnail-creative-title {
		margin-top: 24px;
	}
}

.thumbnail-indigo {
	position: relative;
	overflow: hidden;
	display: block;
	background: black;
	box-shadow: -1px 1px 21px 0px rgba(0, 0, 0, 0.08);
	background-position: center top;
	background-size: cover;
}

.thumbnail-indigo::before {
	content: '';
	display: block;
	opacity: 0;
	visibility: hidden;
	padding-bottom: 148.75847%;
}

.thumbnail-indigo-sm::before {
	padding-bottom: 70.65463%;
}

.thumbnail-indigo-sm + .thumbnail-indigo-sm {
	margin-top: 7.4%;
}

.thumbnail-indigo-caption {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(255, 255, 255, 0.95);
}

html:not(.tablet):not(.mobile) .thumbnail-indigo-caption {
	top: 0;
	background: rgba(255, 255, 255, 0.9);
}

html:not(.tablet):not(.mobile) .thumbnail-indigo-caption,
html:not(.tablet):not(.mobile) .thumbnail-indigo-caption > * {
	opacity: 0;
	visibility: hidden;
	will-change: opacity;
}

html:not(.tablet):not(.mobile) .thumbnail-indigo-caption {
	transition: .2s all linear;
}

html:not(.tablet):not(.mobile) .thumbnail-indigo-caption > * {
	transition: .2s .1s all ease-in;
}

html:not(.tablet):not(.mobile) .thumbnail-indigo:hover .thumbnail-indigo-caption,
html:not(.tablet):not(.mobile) .thumbnail-indigo:hover .thumbnail-indigo-caption > * {
	opacity: 1;
	visibility: visible;
}

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

.ui-to-top:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 0;
	background: #31404a;
	transition: inherit;
}

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

.ui-to-top:hover:after, .ui-to-top:focus:after {
	height: 100%;
}

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

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

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

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

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

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

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

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

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

.rd-navbar {
	display: none;
	background: #ffffff;
}

.rd-navbar-toggle {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #cbd2da;
	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: #cbd2da;
	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: #31404a;
	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: #31404a;
	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-dropdown {
	display: none;
}

.page-header {
	position: relative;
}

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

.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: #516ca9;
	background: transparent;
}

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

.rd-navbar-static .rd-nav-item.active .rd-nav-link {
	color: #516ca9;
	background: transparent;
}

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

.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item .rd-nav-link:hover + .rd-navbar-submenu-toggle::before {
	transform: rotate(180deg);
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle {
	margin-left: 4px;
	font-family: "Material Design Icons";
	font-size: 16px;
	cursor: pointer;
	color: #31404a;
	vertical-align: middle;
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle::before {
	position: relative;
	display: inline-block;
	transition: .22s;
	content: '\f236';
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle:hover {
	color: #516ca9;
}

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

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

.rd-navbar-static .rd-nav-link {
	position: relative;
	display: inline-block;
	color: #31404a;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	transition: .25s;
}

.rd-navbar-static .rd-nav-link:hover {
	color: #516ca9;
}

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

.rd-navbar-static .rd-navbar-dropdown {
	position: absolute;
	left: 0;
	width: 240px;
	padding: 18px 15px;
	border-top: 5px solid #516ca9;
	background: #ffffff;
	z-index: 5;
	box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);
}

.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:before {
	content: '-';
	padding-right: 3px;
}

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

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

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

.rd-navbar-static .rd-dropdown-link:hover {
	color: #31404a;
}

.rd-navbar-static .rd-navbar-megamenu {
	display: flex;
	left: 0;
	width: 100%;
	max-width: 1200px;
	padding: 45px 17px;
	font-weight: 700;
	border: none;
}

.rd-navbar-static .rd-navbar-megamenu:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	z-index: 1;
	width: 100vw;
	border-top: 5px solid #516ca9;
	background: #ffffff;
	box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);
	transform: translateX(-50%);
}

.rd-navbar-static .rd-navbar-megamenu > * {
	position: relative;
	z-index: 2;
}

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

.rd-navbar-static .rd-megamenu-list-item:before {
	content: '-';
	padding-right: 3px;
	color: #516ca9;
}

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

.rd-navbar-static .rd-megamenu-list-link {
	color: #516ca9;
	background: transparent;
}

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

.rd-navbar-static .rd-megamenu-list:first-child {
	margin-top: 33px;
}

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

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

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

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

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

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

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

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

.rd-navbar-fixed .rd-navbar-brand {
	position: relative;
	margin-left: 6px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	font-size: 22px;
	line-height: 46px;
}


.rd-navbar-fixed .rd-navbar-brand img {
	max-width: 160px;
	max-height: 50px;
	width: auto;
	height: auto;
}

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

.rd-navbar-fixed .rd-navbar-nav-wrap {
	position: fixed;
	left: 0;
	top: -56px;
	bottom: -56px;
	z-index: 1079;
	width: 270px;
	padding: 112px 0 81px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	font-size: 14px;
	font-weight: 700;
	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: #94a5cc;
	border: none;
	border-radius: 0;
	opacity: .2;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
	background: #516ca9;
	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: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.rd-navbar-fixed .rd-megamenu-list > li > a,
.rd-navbar-fixed .rd-navbar-dropdown > li > a {
	display: block;
	padding: 9px 56px 9px 16px;
	font-size: 13px;
	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 10px;
	font-size: 16px;
	line-height: 1.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rd-navbar-fixed .rd-navbar-panel {
	color: #004693;
	box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);
	background: #FFF;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	color: #001A71;
	background: #ffffff;
	border: 1px solid #dde1e4;
	box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);
}

.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link, .rd-navbar-fixed .rd-nav-item.focus .rd-nav-link, .rd-navbar-fixed .rd-nav-item.active .rd-nav-link, .rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
	color: #dde1e4;
	background: #516ca9;
}

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

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

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

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

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

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

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

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

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

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

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit:hover {
	color: #516ca9;
}

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

.rd-navbar-fixed .rd-navbar-search-toggle:hover {
	color: #516ca9;
}

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

.rd-navbar-fixed .rd-navbar-collapse,
.rd-navbar-fixed .rd-navbar-collapse a {
	color: #516ca9;
}

.rd-navbar-fixed .rd-navbar-collapse a:hover,
.rd-navbar-fixed .rd-navbar-collapse a:focus {
	color: #516ca9;
}

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

/*
*
* RD Navbar Sidebar
*/
@media (min-width: 992px) {
	.rd-navbar-sidebar-linked .page {
		margin-left: 200px;
	}
}

@media (min-width: 1600px) {
	.rd-navbar-sidebar-linked .page {
		margin-left: 275px;
	}
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1080;
	width: 200px;
	height: 100vh;
	padding: 30px 15px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	color: rgba(255, 255, 255, 0.7);
	background: #31404a;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar a {
	color: inherit;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar a:hover, .rd-navbar-sidebar-layout.rd-navbar-sidebar a:focus {
	color: #ffffff;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar .link-secondary {
	color: #f16583;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar .link-secondary:hover, .rd-navbar-sidebar-layout.rd-navbar-sidebar .link-secondary:focus {
	color: #ffffff;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-navbar-main-element > * + *,
.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-navbar-info-wrap > * + * {
	margin-top: 20px;
}

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

.rd-navbar-sidebar-layout.rd-navbar-sidebar .contact-list {
	color: #adb8c0;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar .contact-list a {
	color: inherit;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar .contact-list a:hover, .rd-navbar-sidebar-layout.rd-navbar-sidebar .contact-list a:focus {
	color: #ffffff;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar .contact-list .icon {
	color: #ffffff;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-navbar-brand .brand {
	display: inline-block;
     width: 2rem !important;
    height: 2rem !important;
    
}

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

.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-navbar-brand .brand-logo-dark {
	display: none;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-navbar-brand .brand-logo-light {
	display: inline;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar .list-lined {
	font-size: 10px;
	text-transform: uppercase;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-nav-item {
	position: relative;
	display: block;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-nav-item.active .rd-nav-link {
	border-bottom-color: #001A71;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle {
	color: inherit;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-nav-item + .rd-nav-item {
	margin-top: 12px;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-nav-link {
	max-width: calc(100% - 30px);
	word-break: break-all;
	font-size: 14px;
	line-height: 1.3;
	text-transform: none;
	color: #BF0310;
	border-bottom: 1px solid transparent;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-nav-link:hover, .rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-nav-link:focus {
	border-bottom-color: #BF0310;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-dropdown,
.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-megamenu {
	display: none;
	opacity: 0;
	visibility: hidden;
	will-change: opacity, visibility;
	transition: opacity .2s;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-navbar-submenu.opened > .rd-navbar-megamenu {
	display: block;
	opacity: 1;
	visibility: visible;
}

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

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

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

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

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

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

.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle:hover,
.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle:hover {
	color: #ffffff;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle::after,
.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle::after {
	content: '\f107';
	position: relative;
	display: inline-block;
	font-family: "FontAwesome";
	font-size: inherit;
	line-height: inherit;
	text-align: center;
	vertical-align: middle;
	transition: 0.4s all ease;
	z-index: 2;
	will-change: transform;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle {
	font-size: 14px;
	color: #cbd2da;
	margin-left: 7px;
}

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

.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-navbar-dropdown,
.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-megamenu-list {
	font-size: 14px;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-dropdown-link {
	color: #00FFFF;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-dropdown-link:hover, .rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-dropdown-link:focus {
	color: #00FFFF;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-navbar-megamenu {
	padding-left: 5px;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-megamenu-item + .rd-megamenu-item {
	margin-top: 10px;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-megamenu-title {
	font-size: inherit;
	line-height: inherit;
	color: #ffffff;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar * + .rd-megamenu-title {
	margin-top: 13px;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-megamenu-list > li + li {
	margin-top: 6px;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar * + .rd-megamenu-list {
	margin-top: 2px;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-megamenu-list-item:before {
	content: '-';
	padding-right: 3px;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown > a {
	padding-right: 0;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown > a::before {
	display: none;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown > a:hover {
	padding-left: 0;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.focus > a {
	padding-left: 0;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened > .rd-navbar-submenu-toggle {
	color: #ffffff;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened > .rd-navbar-submenu-toggle::after {
	top: 1px;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-navbar-dropdown > li + li {
	margin-top: 10px;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-dropdown-item:before {
	content: '-';
	padding-right: 3px;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-nav-item > .rd-navbar-dropdown {
	margin-top: 5px;
	padding-left: 10px;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-nav-item > .rd-navbar-dropdown .rd-navbar-dropdown {
	margin-top: 10px;
	padding-left: 15px;
}

.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-nav-item > .rd-navbar-dropdown .rd-navbar-dropdown > li > a {
	font-size: 12px;
}

@media (min-width: 1600px) {
	.rd-navbar-sidebar-layout.rd-navbar-sidebar {
		padding: 38px 48px;
		width: 275px;
	}
	.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-navbar-main-element > * + *,
	.rd-navbar-sidebar-layout.rd-navbar-sidebar .rd-navbar-info-wrap > * + * {
		margin-top: 32px;
	}
	.rd-navbar-sidebar-layout.rd-navbar-sidebar * + .rd-navbar-main-element {
		margin-top: 37px;
	}
}

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

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

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

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

.rd-navbar-sidebar-layout.rd-navbar-fixed .rd-navbar-info-wrap > * + * {
	margin-top: 15px;
}

.rd-navbar-sidebar-layout.rd-navbar-fixed .rd-navbar-collapse {
	color: #989da7;
}

.rd-navbar-sidebar-layout.rd-navbar-fixed .rd-navbar-collapse a:hover, .rd-navbar-sidebar-layout.rd-navbar-fixed .rd-navbar-collapse a:focus {
	color: #31404a;
}

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

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

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

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

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

.rd-navbar-classic.rd-navbar-static .rd-nav-item {
	padding: 5px 20px;
	border-radius: 40px;
	transition: .3s;
}

.rd-navbar-classic.rd-navbar-static .rd-nav-item:hover, .rd-navbar-classic.rd-navbar-static .rd-nav-item.focus, .rd-navbar-classic.rd-navbar-static .rd-nav-item.active {
	box-shadow: 7px 7p;
    color: #00FFFF
}

.rd-navbar-classic.rd-navbar-static .rd-nav-item:hover .rd-nav-link, .rd-navbar-classic.rd-navbar-static .rd-nav-item.focus .rd-nav-link, .rd-navbar-classic.rd-navbar-static .rd-nav-item.active .rd-nav-link {
	color: #31404a;
}

.rd-navbar-classic.rd-navbar-static .rd-nav-item + .rd-nav-item {
	margin-left: 0;
}

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

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

.rd-navbar-classic.rd-navbar-static .text-secondary a {
	color: #f16583;
}

.rd-navbar-classic.rd-navbar-static .text-secondary a:hover {
	color: #31404a;
}

.rd-navbar-classic.rd-navbar-static .list-lined {
	margin-top: 0;
	font-size: 10px;
	text-transform: uppercase;
}

.rd-navbar-classic.rd-navbar-static .list-lined > li:not(:last-child) {
	padding-right: 14px;
}

.rd-navbar-classic.rd-navbar-static .list-lined > li:not(:last-child):after {
	right: 7px;
}

@media (min-width: 1200px) {
	.rd-navbar-classic.rd-navbar-static .rd-nav-item {
		padding: 5px 27px;
	}
}

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

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

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

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

.rd-navbar-classic.rd-navbar-fixed .text-secondary a {
	color: #f16583;
}

.rd-navbar-classic.rd-navbar-fixed .text-secondary a:hover {
	color: #31404a;
}

/**
*
* RD Navbar Classic
* =====================================================
*/
.rd-navbar-transparent.rd-navbar-static .rd-navbar-aside-outer,
.rd-navbar-transparent.rd-navbar-static .rd-navbar-main-inner {
	padding-left: 15px;
	padding-right: 15px;
}

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

.rd-navbar-transparent.rd-navbar-static .rd-navbar-aside-outer {
	color: rgba(255, 255, 255, 0.80);
	background-color: #004693;
}

.rd-navbar-transparent.rd-navbar-static .rd-navbar-aside-outer a {
	color: inherit;
}

.rd-navbar-transparent.rd-navbar-static .rd-navbar-aside-outer a:hover, .rd-navbar-transparent.rd-navbar-static .rd-navbar-aside-outer a:focus {
	color: #ffffff;
}

.rd-navbar-transparent.rd-navbar-static .rd-navbar-aside {
	padding: 1px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.rd-navbar-transparent.rd-navbar-static .rd-navbar-main-outer {
	position: relative;
	z-index: 2;
}

.rd-navbar-transparent.rd-navbar-static .rd-navbar-main-outer .rd-navbar-main-inner {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}

.rd-navbar-transparent.rd-navbar-static .rd-navbar-main-inner {
	background-color: #fff;
}

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

.rd-navbar-transparent.rd-navbar-static .rd-navbar-info > * {
	vertical-align: middle;
}

.rd-navbar-transparent.rd-navbar-static .rd-navbar-info .icon {
	margin-right: 10px;
	padding-top: 0.2em;
	font-size: 18px;
}

.rd-navbar-transparent.rd-navbar-static .rd-navbar-info a {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
}

.rd-navbar-transparent.rd-navbar-static .rd-menu {
	margin-top: 24px;
}

.rd-navbar-transparent.rd-navbar-static .rd-nav-link {
	color: #001A71;;
	border-bottom: 1px solid transparent;
}

.rd-navbar-transparent.rd-navbar-static .rd-nav-item:hover .rd-nav-link, .rd-navbar-transparent.rd-navbar-static .rd-nav-item.focus .rd-nav-link, .rd-navbar-transparent.rd-navbar-static .rd-nav-item.active .rd-nav-link, .rd-navbar-transparent.rd-navbar-static .rd-nav-item.opened .rd-nav-link {
	color: #BF0310 ;
	border-bottom-color: #BF0310;
}

.rd-navbar-transparent.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle {
	color: #ffffff;
}

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

.rd-navbar-transparent.rd-navbar-static .rd-navbar-brand img {
	margin: -200px auto;
}

.rd-navbar-transparent.rd-navbar-static rd-navbar-brand brand-logo-dark {
	display: none;

      
}

.rd-navbar-transparent.rd-navbar-static .rd-navbar-brand .brand-logo-light {
	display: inline;
}

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

.rd-navbar-transparent.rd-navbar-static .list-lined {
	margin-top: 0;
	font-size: 15px;
	text-transform: uppercase;
}

.rd-navbar-transparent.rd-navbar-static .list-lined > li:not(:last-child) {
	padding-right: 14px;
}

.rd-navbar-transparent.rd-navbar-static .list-lined > li:not(:last-child):after {
	right: 7px;
}

@media (min-width: 1600px) {
	.rd-navbar-transparent.rd-navbar-static .rd-navbar-main {
		padding: 35px 0 38px;
	}
	.rd-navbar-transparent.rd-navbar-static .rd-menu {
		margin-top: 34px;
	}
}

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

.rd-navbar-transparent.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main-inner, .rd-navbar-transparent.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main-inner {
	background-color: #fff;
	box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);
}

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

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

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

.rd-navbar-transparent.rd-navbar-fixed * + .list-lined {
	margin-top: 10px;
}

.rd-navbar-static-linked .rd-navbar-bg {
	height: 77px;
}

@media (min-width: 1600px) {
	.rd-navbar-static-linked .rd-navbar-bg {
		height: 97px;
	}
}

/** @section Swiper */

.swiper-slider-business .wow-outer {
	white-space: normal;
}

.swiper-container {
	display: flex;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: auto;
	width: 100%;
	/* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

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

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

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

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

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

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




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

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	touch-action: pan-y;
}

.swiper-wp8-vertical {
	touch-action: pan-x;
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
	/* Windows 8 IE 10 fix */
}

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

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

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

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

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

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

.swiper-slide > .vide__body,
.swiper-slide > .parallax_cnt {
	height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	font-size: 60px;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	transition: .2s ease-in;
	will-change: transform;
	z-index: 10;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
	.swiper-button-prev,
	.swiper-button-next {
		display: block;
	}
}

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

.swiper-button-prev {
	left: 30px;
}

.swiper-button-prev:before {
	font-family: "FontAwesome";
	content: "\f104";
}

.swiper-button-next {
	right: 30px;
}

.swiper-button-next:before {
	font-family: "FontAwesome";
	content: "\f105";
}

.swiper-slider.swiper-container-rtl .swiper-button-prev::before {
	content: "\f061";
}

.swiper-slider.swiper-container-rtl .swiper-button-next::before {
	content: "\f060";
}

.swiper-pagination {
	position: absolute;
	display: block;
	text-align: center;
	transition: .3s;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

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

.swiper-pagination .swiper-pagination-bullet {
	position: relative;
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 100%;
	background: #ffffff;
	transition: .2s;
}

.swiper-pagination .swiper-pagination-bullet:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	width: 22px;
	height: 22px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: inherit;
	transition: .25s;
}

.swiper-pagination .swiper-pagination-bullet:after {
	display: none;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 30px;
	height: 30px;
}

.mobile .swiper-pagination .swiper-pagination-bullet:after,
.tablet .swiper-pagination .swiper-pagination-bullet:after {
	display: block;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before, .swiper-pagination .swiper-pagination-bullet:hover:before {
	transform: translate(-50%, -50%) scale(1);
}

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

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

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

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

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

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

.swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet {
	margin: 0 10px;
}

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

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

.swiper-slider-1 {
	min-height: 40.10417vw;
}

.swiper-slider-1 .swiper-pagination-wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	height: 40px;
}

.swiper-slider-1 .swiper-pagination-wrap .swiper-pagination {
	position: static;
	text-align: left;
}

.swiper-slider-1 .swiper-pagination-wrap .swiper-pagination-bullet {
	margin: 0 10px;
}

.swiper-slider-1 .swiper-pagination-wrap .swiper-pagination-bullet:first-child {
	margin-left: 0;
}

@media (min-width: 992px) {
	.swiper-slider-1 .swiper-pagination-wrap {
		height: 70px;
	}
}

@media (min-width: 1600px) {
	.swiper-slider-1 .swiper-pagination-wrap {
		height: 17%;
	}
	.swiper-slider-1 * + .button {
		margin-top: 40px;
	}
	.swiper-slider-1 h1 + p {
		margin-top: 23px;
	}
}

@media (min-width: 992px) {
	.rd-navbar-transparent-wrap + .swiper-slider-1 .swiper-slide-caption {
		padding: 130px 0 100px;
	}
}

@media (min-width: 1600px) {
	.rd-navbar-transparent-wrap + .swiper-slider-1 .swiper-slide-caption {
		padding: 110px 0 100px;
	}
}

.swiper-slider-2 {
	min-height: 31.25vw;
}

.swiper-slider-2 .swiper-pagination-wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	height: 40px;
}

.swiper-slider-2 .swiper-pagination-wrap .swiper-pagination {
	position: static;
	text-align: left;
}

.swiper-slider-3 {
	min-height: 45.3125vw;
}

.swiper-slider-3 .swiper-slide-caption {
	padding-bottom: 0;
}

.swiper-slider-3 .navigation-wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 100%;
	height: 100%;
	pointer-events: none;
	transform: translate(-50%, -50%);
}

.swiper-slider-3 .navigation-wrap .swiper-button-prev,
.swiper-slider-3 .navigation-wrap .swiper-button-next {
	pointer-events: auto;
	transform: none;
}

@media (min-width: 768px) {
	.swiper-slider-3 .swiper-slide-caption {
		padding-bottom: 50px;
	}
	.swiper-slider-3 .swiper-button-prev,
	.swiper-slider-3 .swiper-button-next {
		top: calc(50% - 60px);
	}
}

@media (min-width: 992px) {
	.swiper-slider-3 .swiper-slide-caption {
		padding-bottom: 100px;
	}
	.swiper-slider-3 .swiper-button-prev,
	.swiper-slider-3 .swiper-button-next {
		top: calc(50% - 80px);
	}
}

@media (min-width: 1600px) {
	.swiper-slider-3 .swiper-slide-caption {
		padding-bottom: 91px;
	}
	.swiper-slider-3 .swiper-button-prev,
	.swiper-slider-3 .swiper-button-next {
		top: calc(50% - 110px);
	}
}

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

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

.google-map-container-2 {
	border-radius: 10px;
	overflow: hidden;
}

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

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

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

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

/** @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: #989da7;
	background: #fafbfc;
	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 #dde1e4;
	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: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	color: #31404a;
}

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

.rd-search-results-live .search-link:hover {
	color: #516ca9;
}

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

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

.rd-search-results-live .search-title a:hover {
	color: #516ca9;
}

.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: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	background: #516ca9;
}

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

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

.not-empty ~ .rd-search-results-live {
	visibility: visible;
	opacity: 1;
}

.rd-search-results-live p {
	font-size: 11px;
}

.rd-search-results-live p * {
	margin: 0;
}

.rd-search-results-live .search-list-item {
	padding: 0 15px;
}

.rd-search-results-live * + p {
	margin-top: 5px;
}

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

.rd-search-results .search-list {
	counter-reset: li;
	text-align: left;
	padding-left: 0;
	font-size: 18px;
	list-style-type: none;
	overflow: hidden;
}

.rd-search-results .search-list li div {
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	white-space: nowrap;
}

.rd-search-results .search-list li:only-child::before {
	display: none;
}

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

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

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

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

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

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

.rd-search-results .match em {
	margin: 0;
	font-style: normal;
}

.rd-search-results p * {
	margin: 0;
}

.rd-search-results * + .match {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.rd-search-results .search-title {
		font-size: 18px;
	}
	.rd-search-results .search-list-item::before {
		top: -1px;
		font-size: 16px;
	}
	.rd-search-results * + p {
		margin-top: 12px;
	}
}

@media (min-width: 992px) {
	.rd-search-results .search-list-item {
		padding-left: 40px;
	}
}

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

@media (min-width: 768px) {
	* + .rd-search-results {
		margin-top: 55px;
	}
}

/*
/**
* FadeInRightSmall Keyframes Animation
*/
.fadeInRightSmall {
	animation-timing-function: ease-in-out;
	-webkit-animation-name: fadeInRightSmall;
	animation-name: fadeInRightSmall;
}

@keyframes fadeInRightSmall {
	0% {
		opacity: 0;
		transform: translateX(100px) scale(0.95);
	}
	100% {
		opacity: 1;
		transform: translateX(0) scale(1);
	}
}

[data-isotope-layout] {
	z-index: 0;
	display: block;
	min-height: 160px;
	transition: .4s all ease;
}

[data-isotope-layout] [class*="col-"] {
	display: block;
	will-change: transform;
	backface-visibility: hidden;
	transition: .1s opacity ease-in;
	margin-top: 30px;
}

@media (min-width: 768px) {
	[data-isotope-layout] [class*="col-"] {
		margin-top: 50px;
	}
}

[data-x-mode='true'] [data-isotope-layout] [class*="col-"] {
	opacity: 1;
}

[data-x-mode='true'] [data-isotope-layout]:after {
	opacity: 0;
	visibility: hidden;
}

.isotope-range-default {
	margin-bottom: -30px;
}

.isotope-range-default:empty {
	margin-bottom: 0;
}

.isotope-range-default > * {
	margin-bottom: 30px;
}

.isotope-filters > * {
	margin-top: 0;
	vertical-align: middle;
}

.isotope-filters .inline-list {
	position: relative;
	transform: translateY(-10px);
	margin: 0;
	word-spacing: 0;
}

.isotope-filters .inline-list li {
	display: inline-block;
	padding: 0;
	margin-top: 10px;
}

.isotope-filters .inline-list a {
	position: relative;
	transition: .3s;
	color: #41516A;
}

@media (min-width: 992px) {
	.isotope-filters .inline-list > li:not(:last-child) {
		margin-right: 5px;
	}
	.isotope-filters .inline-list a {
		border: 2px solid #fff;
		padding: 12px 20px 12px;
	}
	.isotope-filters .inline-list a, .isotope-filters .inline-list a:active, .isotope-filters .inline-list a:focus {
		color: #888;
	}
	.isotope-filters .inline-list a:hover, .isotope-filters .inline-list a.active {
		color: #fff;
	}
	.isotope-filters .isotope-filters-trigger {
		display: none;
	}
}

.isotope-filters-responsive {
	position: relative;
	z-index: 10;
}

@media (max-width: 767.98px) {
	.isotope-filters-responsive {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 991.98px) {
	.isotope-filters-responsive {
		vertical-align: middle;
	}
	.isotope-filters-responsive .isotope-filters-toggle {
		padding: 8px 15px;
	}
	.isotope-filters-responsive .isotope-filters-toggle .caret {
		margin-left: 5px;
	}
	.isotope-filters-responsive > li {
		position: relative;
		vertical-align: middle;
		padding: 0;
	}
	.isotope-filters-responsive > li:first-child {
		margin-right: 8px;
	}
	.isotope-filters-responsive > li + li {
		margin-top: 8px;
	}
	.isotope-filters-responsive .isotope-filters {
		position: absolute;
		top: 49px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 10;
		width: 200px;
		padding: 15px;
		background: #fff;
		border-radius: 3px;
		text-align: left;
		visibility: hidden;
		opacity: 0;
		transition: .33s all ease;
		border: 1px solid #f2f2f2;
	}
	.isotope-filters-responsive .isotope-filters.active {
		visibility: visible;
		opacity: 1;
	}
	.isotope-filters-responsive .isotope-filters .inline-list {
		width: 100%;
	}
	.isotope-filters-responsive .isotope-filters .inline-list a {
		display: inline-block;
		width: 100%;
		padding: 3px 8px;
		font-size: 12px;
		color: #000;
		border: 0;
		background-color: transparent;
	}
	.isotope-filters-responsive .isotope-filters .inline-list a.active, .isotope-filters-responsive .isotope-filters .inline-list a:hover {
		color: #80deea;
		background-color: rgba(128, 222, 234, 0.1);
	}
	.isotope-filters-responsive .isotope-filters li {
		display: block;
		width: 100%;
	}
	.isotope-filters-responsive .isotope-filters li + li {
		margin-top: 6px;
	}
}

@media (max-width: 991.98px) and (min-width: 576px) {
	.isotope-filters-responsive .isotope-filters {
		left: 0;
		transform: none;
	}
	.isotope-filters-responsive > li {
		display: inline-block;
		margin: 0;
	}
	.isotope-filters-responsive > li + li {
		margin-top: 0;
	}
}

@media (max-width: 991.98px) and (min-width: 768px) {
	.isotope-filters-responsive .isotope-filters {
		width: 250px;
	}
	.isotope-filters-responsive .isotope-filters .inline-list a {
		padding: 5px 10px;
	}
}

@media (min-width: 992px) {
	.isotope-filters-responsive .inline-list > li:not(:last-child) {
		margin-right: 5px;
	}
	.isotope-filters-responsive .inline-list a {
		border: 2px solid #fff;
		padding: 12px 20px 12px;
	}
	.isotope-filters-responsive .inline-list a, .isotope-filters-responsive .inline-list a:active, .isotope-filters-responsive .inline-list a:focus {
		color: #888;
	}
	.isotope-filters-responsive .inline-list a:hover, .isotope-filters-responsive .inline-list a.active {
		color: #fff;
	}
	.isotope-filters-responsive .isotope-filters-toggle,
	.isotope-filters-responsive > li:first-child {
		display: none;
	}
}

* + .isotope,
* + .isotope-filters-responsive {
	margin-top: 0;
}

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

.isotope-filters-toggle {
	display: block;
	border: 0;
	outline: 0;
	margin-left: auto;
	margin-right: auto;
}

.portfolio-justify-container .img-thumbnail-variant-3 {
	min-height: 250px;
}

.portfolio-justify-container .img-thumbnail-variant-3 img {
	max-width: 200%;
	width: auto;
}

@media (min-width: 576px) {
	.portfolio-justify-container .img-thumbnail-variant-3 {
		min-height: 300px;
		max-width: 400px;
		margin: 0 auto;
	}
}

@media (min-width: 768px) {
	.portfolio-justify-container .img-thumbnail-variant-3 {
		max-height: 360px;
	}
}

@media (min-width: 992px) {
	.portfolio-justify-container .img-thumbnail-variant-3 {
		max-height: 100%;
		max-width: 100%;
	}
}

.portfolio-masonry-container .img-thumbnail-variant-3 {
	min-height: 300px;
	max-width: 400px;
	margin: 0 auto;
}

@media (min-width: 576px) {
	.portfolio-masonry-container .img-thumbnail-variant-3 {
		max-width: 100%;
	}
}

/*
*
* Isotope
*/
@keyframes sprite-animation {
	from {
		background-position: 0 0;
	}
}

[data-isotope-layout] {
	z-index: 0;
	display: block;
	overflow: hidden;
	min-height: 160px;
	margin-left: -15px;
	margin-right: -15px;
	transition: .4s all ease;
}

[data-isotope-layout]:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 64px;
	height: 64px;
	margin-top: 15px;
	background-image: url("../images/isotope-loader.png");
	background-position: -1152px 0;
	animation: 0.7s sprite-animation steps(18) infinite;
	transition: .4s all ease;
	transform: translate3d(-50%, -50%, 0);
}

[data-isotope-layout] [class*="col-"] {
	display: block;
	opacity: 0;
	will-change: transform;
	backface-visibility: hidden;
	transition: .1s opacity ease-in;
}

[data-isotope-layout].isotope--loaded [class*="col-"] {
	opacity: 1;
}

[data-isotope-layout].isotope--loaded:after {
	opacity: 0;
	visibility: hidden;
}

.isotope.isotope-condensed {
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
}

.isotope.isotope-condensed [class*='col'] {
	padding: 0;
	margin: 0 0 30px 0;
}

@media (min-width: 576px) {
	.isotope.isotope-condensed [class*='col'] {
		margin: 0 -1px -1px 0;
	}
}

.isotope-filters-list {
	position: relative;
	font-size: 16px;
	margin-left: -20px;
	margin-bottom: -10px;
}

.isotope-filters-list > * {
	margin-left: 20px;
}

.isotope-filters-list::after {
	content: '';
	position: absolute;
	left: 20px;
	right: 0;
	bottom: 10px;
	border-bottom: 1px solid #d3d5db;
}

.isotope-filters-list li {
	display: inline-block;
	margin-bottom: 10px;
}

.isotope-filters-list a {
	position: relative;
	display: block;
	z-index: 1;
	padding-bottom: 10px;
	color: #74757f;
}

.isotope-filters-list a::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	transition: .4s;
	background: #354879;
}

.isotope-filters-list a:hover {
	color: black;
}

.isotope-filters-list a.active {
	color: black;
}

.isotope-filters-list a.active::after {
	right: auto;
	left: 0;
	width: 100%;
}

@media (min-width: 992px) {
	.isotope-filters-list {
		font-size: 18px;
		margin-left: -48px;
	}
	.isotope-filters-list > * {
		margin-left: 48px;
	}
	.isotope-filters-list::after {
		left: 45px;
	}
}

@media (min-width: 1200px) {
	.isotope-filters-list {
		font-size: 20px;
	}
}

@media (max-width: 767.98px) {
	.isotope-responsive {
		margin-left: -7px;
		margin-right: -7px;
		margin-bottom: -14px;
	}
	.isotope-responsive:empty {
		margin-bottom: 0;
	}
	.isotope-responsive > * {
		margin-bottom: 14px;
	}
	.isotope-responsive [class*='col'] {
		padding-left: 7px;
		padding-right: 7px;
	}
}

@media (min-width: 768px) {
	.isotope-responsive {
		margin-bottom: -30px;
	}
	.isotope-responsive:empty {
		margin-bottom: 0;
	}
	.isotope-responsive > * {
		margin-bottom: 30px;
	}
}

@media (max-width: 575.98px) {
	.isotope-container .isotope,
	.isotope-container .isotope-filters {
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 767.98px) {
	.isotope-filters-modern {
		position: relative;
		z-index: 10;
	}
	.isotope-filters-toggle {
		display: block;
		padding: 10px 20px;
		color: #fff;
		background: #354879;
		box-shadow: none;
		border: 0;
	}
	.isotope-filters-toggle .caret {
		position: relative;
		display: inline-block;
		margin-left: 5px;
		font-family: "FontAwesome";
		font-size: 14px;
		transition: .22s;
		will-change: transform;
	}
	.isotope-filters-toggle .caret::before {
		content: '\f107';
	}
	.isotope-filters-toggle.active .caret {
		transform: scale(1, -1);
	}
	.isotope-filters-list {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 10;
		min-width: 240px;
		margin: 5px 0 0 0;
		padding: 20px;
		border: 1px solid #d3d5db;
		opacity: 0;
		visibility: hidden;
		background: #fff;
		transition: .3s ease-in;
	}
	.isotope-filters-list::after {
		display: none;
	}
	.isotope-filters-list.active {
		opacity: 1;
		visibility: visible;
	}
	.isotope-filters-list li {
		display: block;
		width: 100%;
		margin-left: 0;
	}
	.isotope-filters-list a {
		padding: 0;
	}
	.isotope-filters-list a::after {
		display: none;
	}
}
* Animate.css
*/
.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
	opacity: 1;
}

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

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

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

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

.fadeIn {
	animation-name: fadeIn;
}

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

.fadeInUp {
	animation-name: fadeInUp;
}

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

.fadeInDown {
	animation-name: fadeInDown;
}

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

.fadeInLeft {
	animation-name: fadeInLeft;
}

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

.fadeInRight {
	animation-name: fadeInRight;
}

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

.fadeOut {
	animation-name: fadeOut;
}

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

.slideInDown {
	animation-name: slideInDown;
}

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

.slideInUp {
	animation-name: slideInUp;
}

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

.slideInLeft {
	animation-name: slideInLeft;
}

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

.slideInRight {
	animation-name: slideInRight;
}

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

.slideOutDown {
	animation-name: slideOutDown;
}

@keyframes scaleInY {
	0% {
		top: 0;
		bottom: 100%;
	}
	50% {
		transform: scale3d(1, 1, 1);
	}
	100% {
		top: 100%;
		bottom: auto;
		transform: scale3d(1, 0, 1);
	}
}

@keyframes scaleFadeIn {
	0% {
		height: 0;
	}
	100% {
		height: 100%;
	}
}

.scaleFadeIn {
	display: flex;
	overflow: hidden;
	animation-name: scaleFadeIn;
	animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scaleFadeInWrap {
	display: flex;
	align-items: stretch;
}

.wow-outer {
	position: relative;
	overflow: hidden;
}

@keyframes scaleInVertical {
	0% {
		transform: scale3d(1, 0, 1);
	}
	100% {
		transform: scale3d(1, 1, 1);
	}
}

.scaleInVertical {
	animation-name: scaleInVertical;
}

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

.fadeInLeftSmall {
	animation-name: fadeInLeftSmall;
}

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

.fadeInUpSmall {
	animation-name: fadeInUpSmall;
}

@keyframes fadeSlideInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -50%, 0);
		visibility: visible;
	}
	10% {
		opacity: 1;
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

.fadeSlideInDown {
	animation-name: fadeSlideInDown;
}

@keyframes fadeSlideInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 50%, 0);
		visibility: visible;
	}
	10% {
		opacity: 1;
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

.fadeSlideInUp {
	animation-name: fadeSlideInUp;
}

.wow {
	backface-visibility: hidden;
}

/**********/


.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: #cbd2da;
	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: #516ca9;
}

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

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

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

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

.rd-search.rd-search-inline .button-link:hover {
	color: #516ca9;
}

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

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

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

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

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

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

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

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

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

/** @section Nav custom */
.tabs-custom {
	text-align: left;
}

.tabs-custom .nav-tabs {
	font-size: 0;
	line-height: 0;
	word-spacing: 0;
	border: 0;
}

.tabs-custom .nav-tabs:before, .tabs-custom .nav-tabs:after {
	display: none;
}

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

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

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

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

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

* + .tabs-horizontal.tabs-corporate,
* + .tabs-vertical.tabs-corporate {
	margin-top: 20px;
}

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

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

.tabs-corporate .nav-tabs {
	position: relative;
}

.tabs-corporate .nav-link {
	margin: 0 3px 3px 0;
	padding: 6px 10px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	color: #ffffff;
	background: #516ca9;
	border-bottom: 1px solid #516ca9;
	border-radius: 40px;
	text-align: center;
	vertical-align: middle;
}

.tabs-corporate .nav-link:first-child {
	border-top: 1px solid #516ca9;
}

.tabs-corporate .nav-link:hover,
.tabs-corporate .nav-link.active {
	color: #989da7;
	background: #fafbfc;
	border-color: #fafbfc;
}

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

@media (min-width: 768px) {
	.tabs-horizontal.tabs-corporate .nav-tabs {
		position: relative;
		width: 100%;
		display: block;
		transform: translate3d(0, -10px, 0);
		margin-bottom: -10px;
		margin-left: -5px;
		margin-right: -5px;
		text-align: left;
		border: 0;
		will-change: transform;
	}
	.tabs-horizontal.tabs-corporate .nav-tabs > * {
		margin-top: 10px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.tabs-horizontal.tabs-corporate .nav-item {
		display: inline-block;
		will-change: transform;
	}
	.tabs-horizontal.tabs-corporate .nav-link {
		display: block;
		position: relative;
		z-index: 1;
		min-width: 120px;
		margin: 0;
		padding: 16px 20px;
		border: 2px solid #516ca9;
	}
	.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: #fafbfc;
		border-radius: inherit;
	}
	.tabs-horizontal.tabs-corporate .nav-link.active,
	.tabs-horizontal.tabs-corporate .nav-link:hover {
		color: #989da7;
		border-color: #fafbfc;
		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 #dde1e4;
	}
	.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: #989da7;
		border: 0;
	}
	.tabs-horizontal.tabs-line .nav-link::after {
		content: '';
		position: absolute;
		bottom: -4px;
		left: 0;
		height: 4px;
		width: 0;
		background: #516ca9;
		transition: .22s ease;
	}
	.tabs-horizontal.tabs-line .nav-link.active,
	.tabs-horizontal.tabs-line .nav-link:hover {
		color: #cbd2da;
	}
	.tabs-horizontal.tabs-line .nav-link.active::after {
		width: 100%;
	}
	.tabs-horizontal.tabs-line * + .tab-content {
		margin-top: 30px;
	}
	.tabs-vertical {
		display: flex;
		align-items: flex-start;
	}
	.tabs-vertical .nav-tabs {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		flex-shrink: 0;
		max-width: 50%;
	}
	.tabs-vertical .nav-item {
		border: 0;
		width: 100%;
		text-align: left;
	}
	.tabs-vertical .tab-content {
		flex-grow: 1;
	}
	.tabs-vertical.tabs-corporate .nav-tabs {
		width: auto;
		min-width: 170px;
		border: 0;
	}
	.tabs-vertical.tabs-corporate .nav-item {
		margin: 0;
	}
	.tabs-vertical.tabs-corporate .nav-link {
		position: relative;
		padding: 18px 36px;
		border: 0;
		overflow: hidden;
		text-align: left;
	}
	.tabs-vertical.tabs-corporate .nav-item + .nav-item {
		margin-top: 9px;
	}
	.tabs-vertical.tabs-corporate .tab-content {
		padding: 0 0 0 30px;
	}
}

@media (min-width: 992px) {
	.tabs-horizontal.tabs-corporate .tab-content {
		padding: 32px 0 0;
	}
	.tabs-horizontal.tabs-corporate .nav-link {
		min-width: 170px;
	}
	.tabs-vertical.tabs-corporate .tab-content {
		padding: 0 0 0 32px;
	}
}

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

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

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

.card-custom {
	display: block;
	margin: 0;
	background: inherit;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	text-align: left;
}

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

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

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

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

.card-simple-wrap {
	border: 1px solid #fafbfc;
}

.card-simple {
	text-align: left;
	border-bottom: 1px solid #dde1e4;
}

.card-simple:last-child {
	border-bottom: 0;
}

.card-simple .card-title a,
.card-simple .card-body {
	background: #fafbfc;
}

.card-simple .card-title a {
	position: relative;
	z-index: 1;
	padding: 14px 21px 14px 56px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: 0;
	color: #31404a;
	background: #fafbfc;
	transition: 1.3s all ease;
}

.card-simple .card-title a:hover {
	color: #516ca9;
}

.card-simple .card-title a.collapsed {
	background: #ffffff;
}

.card-simple .card-title a.collapsed .card-arrow::before {
	transform: translateY(-50%) rotateX(0deg);
}

.card-simple .card-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	color: #516ca9;
	transition: .33s all ease;
}

.card-simple .card-arrow::before {
	content: '\f107';
	position: absolute;
	top: 50%;
	left: 22px;
	z-index: 4;
	font-family: "FontAwesome";
	font-size: 20px;
	font-weight: 400;
	transform: translateY(-50%) rotateX(180deg);
	transition: inherit;
}

.card-simple .collapse {
	position: relative;
	z-index: 1;
	color: #989da7;
}

.card-simple .card-body {
	padding: 0 44px 25px 56px;
}

@media (max-width: 991.98px) {
	.card-simple .card-title a,
	.card-simple .card-body {
		padding-left: 35px;
	}
	.card-simple .card-arrow::before {
		left: 10px;
	}
}

@media (min-width: 768px) {
	.card-simple .card-title a {
		font-size: 18px;
	}
}

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

.tooltip .tooltip-inner {
	padding: 6px 15px;
	border-radius: 40px;
}

.tooltip.bs-tooltip-top .arrow::before {
	border-top-color: #516ca9;
}

.tooltip.bs-tooltip-bottom .arrow::before {
	border-bottom-color: #516ca9;
}

/** @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: 8px;
	background: #fafbfc;
	border-radius: 10px;
}

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

.progress-linear-title {
	color: #31404a;
}

.progress-linear-counter {
	color: #31404a;
}

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

* + .progress-linear-body {
	margin-top: 11px;
}

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

/** @section Circle Progress Bars */
.progress-bar-circle {
	display: inline-block;
	position: relative;
	text-align: center;
	line-height: 1.2;
}

.progress-bar-circle canvas {
	vertical-align: middle;
}

.progress-bar-circle span {
	position: absolute;
	top: 50%;
	left: 51%;
	font-size: 36px;
	line-height: 36px;
	transform: translate(-50%, -50%);
	color: #989da7;
}

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

.progress-bar-circle-title {
	font-size: 14px;
	letter-spacing: .05em;
	text-transform: uppercase;
}

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

/** @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-mod-1 .owl-stage .owl-item .owl-item {
	width: 100%;
	display: flex;
	justify-content: space-around;
}

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

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

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

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

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}


.owl-carousel .owl-refresh .owl-item {
	display: none;
}

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

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

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

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

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

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 48px;
	line-height: 1;
	cursor: pointer;
	pointer-events: auto;
	color: #989da7;
	transition: .25s;
}

.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 {
	color: #516ca9;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
	opacity: .5;
	color: #989da7;
	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 {
	margin-top: 5px;
	text-align: center;
}

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

.owl-carousel .owl-dot span {
	position: relative;
	width: 10px;
	height: 10px;
	background: #516ca9;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 5px;
}

.owl-carousel .owl-dot span:before {
	display: none;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 25px;
	height: 25px;
	transform: translate(-50%, -50%);
}

.mobile .owl-carousel .owl-dot span:before,
.tablet .owl-carousel .owl-dot span:before {
	display: block;
}

.owl-carousel .owl-dot.active span, .owl-carousel .owl-dot:hover span {
	background: #989da7;
}

@media (min-width: 992px) {
	.owl-carousel .owl-dots {
		margin-top: 32px;
	}
}

.owl-carousel-1 .owl-dots {
	text-align: left;
}

* + .owl-carousel-1 {
	margin-top: 19px;
}

@media (min-width: 992px) {
	.owl-carousel-2 .owl-dots {
		margin-top: 20px;
	}
}

* + .owl-carousel-2 {
	margin-top: 27px;
}

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

.owl-carousel-3 .owl-prev,
.owl-carousel-3 .owl-next {
	top: 31%;
	font-size: 40px;
	transform: none;
}

.owl-carousel-3 .owl-prev {
	left: 0;
}

.owl-carousel-3 .owl-next {
	right: 0;
}

@media (min-width: 768px) {
	.owl-carousel-3 {
		padding: 0 25px;
	}
	.owl-carousel-3 .owl-dots {
		display: none;
	}
	.owl-carousel-3 .owl-nav {
		display: block;
	}
}

@media (min-width: 1600px) {
	.owl-carousel-3 {
		padding: 0;
	}
	.owl-carousel-3 .owl-prev,
	.owl-carousel-3 .owl-next {
		font-size: 60px;
	}
	.owl-carousel-3 .owl-prev {
		left: -50px;
	}
	.owl-carousel-3 .owl-next {
		right: -50px;
	}
}

* + .owl-carousel-3 {
	margin-top: 27px;
}

* + .owl-carousel-4 {
	margin-top: 20px;
}

@media (min-width: 1200px) {
	* + .owl-carousel-4 {
		margin-top: 30px;
	}
}

@media (min-width: 1600px) {
	* + .owl-carousel-4 {
		margin-top: 44px;
	}
}

.owl-carousel-term {
	max-width: 890px;
	padding: 0 20px;
}

.owl-carousel-term .owl-prev {
	left: 0;
}

.owl-carousel-term .owl-next {
	right: 0;
}

.owl-carousel-term a {
	font-weight: 700;
	color: #516ca9;
}

.owl-carousel-term a:hover {
	color: #989da7;
}

@media (min-width: 1200px) {
	.owl-carousel-term {
		padding: 0;
	}
}

* + .owl-carousel-term {
	margin-top: 37px;
}

.owl-nav-bottom .owl-prev,
.owl-nav-bottom .owl-next {
	position: static;
	display: inline-block;
	transform: none;
}

.owl-nav-bottom .owl-next {
	margin-left: 14px;
}

.owl-nav-bottom * + .owl-nav {
	margin-top: 15px;
}

* + .owl-nav-bottom {
	margin-top: 28px;
}

.owl-team {
	margin-bottom: -20px;
}

.owl-team .team-box {
	margin: 30px 0 20px;
}

.owl-team .owl-nav {
	display: none;
}

.owl-team .owl-prev,
.owl-team .owl-next {
	top: 35%;
	font-size: 40px;
	transform: none;
}

.owl-team .owl-prev {
	left: -15px;
}

.owl-team .owl-next {
	right: -15px;
}

.owl-team .owl-dots {
	margin-top: 0;
}

@media (min-width: 768px) {
	.owl-team .owl-dots {
		display: none;
	}
	.owl-team .owl-nav {
		display: block;
	}
}

@media (min-width: 1200px) {
	.owl-team .owl-prev {
		left: -10px;
	}
	.owl-team .owl-next {
		right: -10px;
	}
}

@media (min-width: 1600px) {
	.owl-team .owl-prev,
	.owl-team .owl-next {
		font-size: 60px;
	}
	.owl-team .owl-prev {
		left: -30px;
	}
	.owl-team .owl-next {
		right: -30px;
	}
}

.owl-flex .owl-stage {
	display: flex;
	align-items: center;
}

/** @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-left: auto;
	margin-right: auto;
	margin-bottom: -5px;
}

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

.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: #516ca9;
	height: 5px;
	width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
	width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
	opacity: 1;
}

.lg-autoplay-button:after {
	content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
	content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #FFF;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	-moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
}

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

.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow 0.3s ease 0s;
	-o-transition: box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s;
	width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
	box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0;
}

.lg-fullscreen:after {
	content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
	content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, 0.25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1091;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
	-o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
	transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transform: translate3d(0, 0px, 0);
	-o-transform: translate3d(0, 0px, 0);
	-ms-transform: translate3d(0, 0px, 0);
	-webkit-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
	opacity: 1;
	visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
	color: #FFF;
}

.lg-outer .lg-dropdown {
	background-color: #fff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-moz-transform: translate3d(0, 5px, 0);
	-o-transform: translate3d(0, 5px, 0);
	-ms-transform: translate3d(0, 5px, 0);
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	-webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	-moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	-o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #FFF;
	right: 16px;
	top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
	margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
	color: #333;
}

.lg-outer .lg-dropdown a {
	color: #333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
	color: #333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto;
}

.lg-outer #lg-share {
	position: relative;
}

.lg-outer #lg-share:after {
	content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
	content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
	color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
	content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
	color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
	content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
	color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
	content: "\e903";
}

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

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

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

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

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-in .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

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

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

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

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

.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

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

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

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

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

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-out .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

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

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

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

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

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

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

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

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

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

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

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

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

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

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

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

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

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

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

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

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide, .lg-css3.lg-soft-zoom .lg-item.lg-next-slide, .lg-css3.lg-soft-zoom .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

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

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

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

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

.lg-css3.lg-scale-up .lg-item.lg-prev-slide, .lg-css3.lg-scale-up .lg-item.lg-next-slide, .lg-css3.lg-scale-up .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

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

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

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

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

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular .lg-item.lg-next-slide, .lg-css3.lg-slide-circular .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

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

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

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

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

.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

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

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

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

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

.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

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

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

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

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

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

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

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

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

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

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

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

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

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

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

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

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

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

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

.lg-css3.lg-slide-vertical .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

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

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

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

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

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

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

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

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

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

.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

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

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

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

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

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

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

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

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

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

.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

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

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

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

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

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

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

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

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

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

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew .lg-item.lg-next-slide, .lg-css3.lg-slide-skew .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

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

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

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

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

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

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

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

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

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

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

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

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

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

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

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

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

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

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

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

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

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

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

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

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

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

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

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

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

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

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

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

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

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

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

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

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

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

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

.lg-css3.lg-lollipop .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-lollipop .lg-item.lg-prev-slide, .lg-css3.lg-lollipop .lg-item.lg-next-slide, .lg-css3.lg-lollipop .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

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

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

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

.lg-css3.lg-lollipop-rev .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-next-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

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

.lg-css3.lg-rotate .lg-item.lg-prev-slide {
	-moz-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.lg-css3.lg-rotate .lg-item.lg-next-slide {
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.lg-css3.lg-rotate .lg-item.lg-current {
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}

.lg-css3.lg-rotate .lg-item.lg-prev-slide, .lg-css3.lg-rotate .lg-item.lg-next-slide, .lg-css3.lg-rotate .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

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

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.lg-css3.lg-rotate-rev .lg-item.lg-next-slide {
	-moz-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.lg-css3.lg-rotate-rev .lg-item.lg-current {
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide, .lg-css3.lg-rotate-rev .lg-item.lg-next-slide, .lg-css3.lg-rotate-rev .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

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

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

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

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

.lg-css3.lg-tube .lg-item.lg-prev-slide, .lg-css3.lg-tube .lg-item.lg-next-slide, .lg-css3.lg-tube .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-group:after {
	content: "";
	display: table;
	clear: both;
}

.lg-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1090;
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.lg-outer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lg-outer.lg-visible {
	opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
}

.lg-outer .lg-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}

.lg-outer .lg-item {
	background: url("../images/loading.gif") no-repeat scroll center center transparent;
	display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
	display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
	display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.lg-outer .lg-item.lg-complete {
	background-image: none;
}

.lg-outer .lg-item.lg-current {
	z-index: 1090;
}

.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1;
}

.lg-outer .lg-empty-html {
	display: none;
}

.lg-outer.lg-hide-download #lg-download {
	display: none;
}

.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1090;
	background-color: rgba(0, 0, 0, 0.8);
	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: 1;
}

.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 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: 18px;
	min-height: 28px;
	box-sizing: border-box;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.has-error .select2-container {
	outline: 1px dashed red;
}

.select2-dropdown {
	position: absolute;
	left: -100000px;
	z-index: 1051;
	width: 100%;
	display: block;
	box-sizing: border-box;
	background-color: #fafbfc;
	color: #989da7;
}

.select2-results {
	display: block;
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}

.select2-results__option {
	padding-left: 35px;
	padding-right: 35px;
	font-size: 18px;
	user-select: none;
	transition: .3s;
}

.select2-results__option:hover {
	color: #516ca9;
}

.select2-results__option[aria-selected] {
	cursor: pointer;
}

.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-top: 1px solid white;
}

.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: #fafbfc;
	border-radius: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-top: 21px;
	padding-bottom: 21px;
	padding-left: 35px;
	font-size: 18px;
	line-height: 1;
	color: #989da7;
	padding-right: 35px;
}

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

.select2-container--default .select2-selection--single .select2-selection__arrow {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 20px;
	height: 26px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -4px;
	margin-top: -2px;
	border-color: #516ca9 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	cursor: default;
	background-color: #fafbfc;
	color: #c1c4ca;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #516ca9 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
	background-color: #fafbfc;
	cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	width: 100%;
	padding: 16px 40px 11px 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: #989da7;
}

.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: 18px;
	background-color: #516ca9;
	color: #ffffff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
	color: #ffffff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #fafbfc;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	cursor: default;
	background-color: #fafbfc;
	color: #c1c4ca;
}

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

.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	background-color: #fafbfc;
	color: #c1c4ca;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #516ca9;
	color: #ffffff;
}

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

/** @section RD Twitterfeed */
.twitter {
	line-height: 1.4;
}

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

.twitter-item + .twitter-item {
	margin-top: 14px;
}

@media (min-width: 992px) {
	* + .twitter {
		margin-top: 22px;
	}
	.twitter-item + .twitter-item {
		margin-top: 20px;
	}
}

/** @section Countdown */
.countdown {
	display: inline-flex;
	justify-content: center;
	text-align: center;
	max-width: 900px;
	margin-left: -5px;
	margin-right: -5px;
	line-height: 1.2;
}

.countdown-block {
	position: relative;
	padding: 0 5px;
}

.countdown-block-seconds {
	display: none;
}

.countdown-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.countdown-circle {
	fill: transparent;
	width: 100%;
	max-width: 200px;
	height: auto;
}

.countdown-circle-bg {
	fill: rgba(0, 0, 0, 0.1);
	stroke-width: 0;
}

.countdown-circle-fg {
	stroke-width: 0;
}

.countdown-counter {
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	color: #2e3844;
}

.countdown-title {
	font-size: 16px;
	line-height: 1.2;
	text-transform: lowercase;
	color: #82929c;
}

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

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

@media (min-width: 576px) {
	.countdown-block-seconds {
		display: block;
	}
}

@media (min-width: 768px) {
	.countdown {
		margin-left: -15px;
		margin-right: -15px;
	}
	.countdown-block {
		padding: 0 15px;
	}
	.countdown-counter {
		font-size: 34px;
	}
	.countdown-title {
		font-size: 19px;
	}
	* + .countdown {
		margin-top: 20px;
	}
}

@media (min-width: 992px) {
	.countdown-counter {
		font-size: 48px;
	}
	* + .countdown {
		margin-top: 20px;
	}
}

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

.context-dark .countdown-counter, .bg-gray-800 .countdown-counter, .bg-primary .countdown-counter,
.context-dark .countdown-title,
.bg-gray-800 .countdown-title,
.bg-primary .countdown-title {
	color: #ffffff;
}

.context-dark .countdown-circle-bg, .bg-gray-800 .countdown-circle-bg, .bg-primary .countdown-circle-bg {
	fill: rgba(255, 255, 255, 0.1);
}


.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 slideInUp {
	0% {
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

.slideInUp {
	animation-name: slideInUp;
}

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

.slideInLeft {
	animation-name: slideInLeft;
}

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

.slideInRight {
	animation-name: slideInRight;
}

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

.slideOutDown {
	animation-name: slideOutDown;
}

@keyframes scaleInY {
	0% {
		top: 0;
		bottom: 100%;
	}
	50% {
		transform: scale3d(1, 1, 1);
	}
	100% {
		top: 100%;
		bottom: auto;
		transform: scale3d(1, 0, 1);
	}
}

@keyframes scaleFadeIn {
	0% {
		height: 0;
	}
	100% {
		height: 100%;
	}
}

.scaleFadeIn {
	display: flex;
	overflow: hidden;
	animation-name: scaleFadeIn;
	animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scaleFadeInWrap {
	display: flex;
	align-items: stretch;
}

.wow-outer {
	position: relative;
	overflow: hidden;
}

@keyframes scaleInVertical {
	0% {
		transform: scale3d(1, 0, 1);
	}
	100% {
		transform: scale3d(1, 1, 1);
	}
}

.scaleInVertical {
	animation-name: scaleInVertical;
}

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

.fadeInLeftSmall {
	animation-name: fadeInLeftSmall;
}

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

.fadeInUpSmall {
	animation-name: fadeInUpSmall;
}

@keyframes fadeSlideInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -50%, 0);
		visibility: visible;
	}
	10% {
		opacity: 1;
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

.fadeSlideInDown {
	animation-name: fadeSlideInDown;
}

@keyframes fadeSlideInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 50%, 0);
		visibility: visible;
	}
	10% {
		opacity: 1;
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

.fadeSlideInUp {
	animation-name: fadeSlideInUp;
}

.wow {
	backface-visibility: hidden;
}

/**********/


.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: #cbd2da;
	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: #516ca9;
}

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

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

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

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

.rd-search.rd-search-inline .button-link:hover {
	color: #516ca9;
}

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

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

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

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

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

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

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

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

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

/** @section Nav custom */
.tabs-custom {
	text-align: left;
}

.tabs-custom .nav-tabs {
	font-size: 0;
	line-height: 0;
	word-spacing: 0;
	border: 0;
}

.tabs-custom .nav-tabs:before, .tabs-custom .nav-tabs:after {
	display: none;
}

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

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

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

.tab-content > .tab-pane {
	display: block;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

.tab-content > .active {
	visibility: visible;
	height: auto;
	overflow: visible;
}

* + .tabs-horizontal.tabs-corporate,
* + .tabs-vertical.tabs-corporate {
	margin-top: 20px;
}

@media (min-width: 1200px) {
	* + .tabs-horizontal.tabs-corporate,
	* + .tabs-vertical.tabs-corporate {
		margin-top: 30px;
	}
}

.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 #516ca9;
	}
	.tabs-line .nav-item {
		margin: -1px;
	}
	.tabs-line .nav-link {
		padding: 7px 10px;
		color: #ffffff;
		background: #516ca9;
		border-bottom: 1px solid #516ca9;
	}
	.tabs-line .nav-link:first-child {
		border-top: 1px solid #516ca9;
	}
	.tabs-line .nav-link:hover,
	.tabs-line .nav-link.active {
		color: #989da7;
		background: #516ca9;
		border-color: #516ca9;
	}
}

.tabs-corporate .nav-tabs {
	position: relative;
}

.tabs-corporate .nav-link {
	margin: 0 3px 3px 0;
	padding: 6px 10px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	color: #ffffff;
	background: #516ca9;
	border-bottom: 1px solid #516ca9;
	border-radius: 40px;
	text-align: center;
	vertical-align: middle;
}

.tabs-corporate .nav-link:first-child {
	border-top: 1px solid #516ca9;
}

.tabs-corporate .nav-link:hover,
.tabs-corporate .nav-link.active {
	color: #989da7;
	background: #fafbfc;
	border-color: #fafbfc;
}

.tabs-corporate .tab-content {
	padding: 15px 0 0;
}

@media (min-width: 768px) {
	.tabs-horizontal.tabs-corporate .nav-tabs {
		position: relative;
		width: 100%;
		display: block;
		transform: translate3d(0, -10px, 0);
		margin-bottom: -10px;
		margin-left: -5px;
		margin-right: -5px;
		text-align: left;
		border: 0;
		will-change: transform;
	}
	.tabs-horizontal.tabs-corporate .nav-tabs > * {
		margin-top: 10px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.tabs-horizontal.tabs-corporate .nav-item {
		display: inline-block;
		will-change: transform;
	}
	.tabs-horizontal.tabs-corporate .nav-link {
		display: block;
		position: relative;
		z-index: 1;
		min-width: 120px;
		margin: 0;
		padding: 16px 20px;
		border: 2px solid #516ca9;
	}
	.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: #fafbfc;
		border-radius: inherit;
	}
	.tabs-horizontal.tabs-corporate .nav-link.active,
	.tabs-horizontal.tabs-corporate .nav-link:hover {
		color: #989da7;
		border-color: #fafbfc;
		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 #dde1e4;
	}
	.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: #989da7;
		border: 0;
	}
	.tabs-horizontal.tabs-line .nav-link::after {
		content: '';
		position: absolute;
		bottom: -4px;
		left: 0;
		height: 4px;
		width: 0;
		background: #516ca9;
		transition: .22s ease;
	}
	.tabs-horizontal.tabs-line .nav-link.active,
	.tabs-horizontal.tabs-line .nav-link:hover {
		color: #cbd2da;
	}
	.tabs-horizontal.tabs-line .nav-link.active::after {
		width: 100%;
	}
	.tabs-horizontal.tabs-line * + .tab-content {
		margin-top: 30px;
	}
	.tabs-vertical {
		display: flex;
		align-items: flex-start;
	}
	.tabs-vertical .nav-tabs {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		flex-shrink: 0;
		max-width: 50%;
	}
	.tabs-vertical .nav-item {
		border: 0;
		width: 100%;
		text-align: left;
	}
	.tabs-vertical .tab-content {
		flex-grow: 1;
	}
	.tabs-vertical.tabs-corporate .nav-tabs {
		width: auto;
		min-width: 170px;
		border: 0;
	}
	.tabs-vertical.tabs-corporate .nav-item {
		margin: 0;
	}
	.tabs-vertical.tabs-corporate .nav-link {
		position: relative;
		padding: 18px 36px;
		border: 0;
		overflow: hidden;
		text-align: left;
	}
	.tabs-vertical.tabs-corporate .nav-item + .nav-item {
		margin-top: 9px;
	}
	.tabs-vertical.tabs-corporate .tab-content {
		padding: 0 0 0 30px;
	}
}

@media (min-width: 992px) {
	.tabs-horizontal.tabs-corporate .tab-content {
		padding: 32px 0 0;
	}
	.tabs-horizontal.tabs-corporate .nav-link {
		min-width: 170px;
	}
	.tabs-vertical.tabs-corporate .tab-content {
		padding: 0 0 0 32px;
	}
}

/*----------------------------------------------------------------------------------------------------------------------------------------------*/

/*
*
* Tabs
* --------------------------------------------------
*/
.tabs-custom .nav-custom > li, .tabs-custom .nav-custom > li > a {
	display: block;
	position: relative;
}

.tabs-custom .nav-custom-tabs {
	font-size: 0;
	line-height: 0;
}

.tabs-custom .nav-custom-tabs li {
	margin: -1px 0;
	width: 100%;
}

@media (min-width: 576px) {
	.tabs-custom .nav-custom-tabs li {
		width: auto;
	}
}

@media (min-width: 768px) {
	.tabs-custom .nav-custom-tabs li + li {
		margin-top: 0;
		margin-left: 9px;
	}
}

.tabs-custom .nav-custom-tabs a {
	position: relative;
	padding: 15px 25px;
	font: 400 12px/20px "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	letter-spacing: .06em;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	transition: .3s all ease;
	background-color: #41516A;
}

.tabs-custom .nav-custom-tabs a:hover,
.tabs-custom .nav-custom-tabs a.active {
	background-color: #80deea;
	color: #fff;
}

@media (min-width: 768px) {
	.tabs-custom .nav-custom-tabs a {
		background-color: transparent;
		color: #000;
		padding: 25px 22px;
	}
	.tabs-custom .nav-custom-tabs a:hover,
	.tabs-custom .nav-custom-tabs a.active {
		color: #80deea;
		background-color: transparent;
	}
}

@media (min-width: 992px) {
	.tabs-custom .nav-custom-tabs li a {
		font-size: 16px;
	}
}

.tab-content {
	background-color: transparent;
	padding: 25px 15px 25px;
	border: 1px solid #ececee;
}

@media (min-width: 768px) {
	.tab-content {
		padding: 60px 0 30px;
		border: 0;
		border-top: 1px solid #ececee;
	}
	.tab-content p + h5 {
		margin-top: 45px;
	}
}

@media (min-width: 768px) {
	.tabs-custom.tabs-horizontal .nav-custom-tabs {
		position: relative;
		justify-content: center;
		display: flex;
	}
	.tabs-custom.tabs-horizontal .nav-custom-tabs li a {
		display: block;
		background: transparent;
	}
	.tabs-custom.tabs-horizontal .nav-custom-tabs a:hover,
	.tabs-custom.tabs-horizontal .nav-custom-tabs a.active {
		color: #80deea;
		background: transparent;
		border-color: transparent;
	}
	.tabs-custom.tabs-horizontal .nav-custom-tabs a:hover:before,
	.tabs-custom.tabs-horizontal .nav-custom-tabs a.active:before {
		transform: translate(-50%, 0);
		opacity: 1;
	}
	.tabs-custom.tabs-horizontal .nav-custom__align-left {
		justify-content: flex-start;
	}
	.tabs-custom.tabs-horizontal .nav-custom__align-left li:first-of-type a {
		padding-left: 0;
	}
}

@media (min-width: 768px) {
	.tabs-custom.tabs-vertical {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: stretch;
	}
	.tabs-custom.tabs-vertical .nav-custom-tabs {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: stretch;
		flex-shrink: 0;
		max-width: 50%;
	}
	.tabs-custom.tabs-vertical .tab-content {
		flex-grow: 1;
		padding-top: 26px;
	}
	.tabs-custom.tabs-vertical .nav-custom-tabs {
		text-align: left;
	}
	.tabs-custom.tabs-vertical .nav-custom-tabs li.active,
	.tabs-custom.tabs-vertical .nav-custom-tabs li:hover {
		background-color: #e0e0e2;
	}
	.tabs-custom.tabs-vertical .nav-custom-tabs li.active a,
	.tabs-custom.tabs-vertical .nav-custom-tabs li:hover a {
		color: #41516A;
		background-color: #e0e0e2;
	}
	.tabs-custom.tabs-vertical .nav-custom-tabs li + li {
		margin-top: 12px;
		margin-left: 0;
	}
	.tabs-custom.tabs-vertical .nav-custom-tabs li a {
		display: inline-block;
		text-align: left;
		padding-left: 35px;
	}
}

@media (min-width: 768px) and (min-width: 1200px) {
	.tabs-custom.tabs-vertical .nav-custom-tabs li a {
		min-width: 160px;
	}
}

@media (min-width: 768px) {
	.tabs-custom.tabs-vertical .tab-content {
		padding: 26px 55px 25px 30px;
	}
}

@media (min-width: 1200px) {
	.tabs-custom.tabs-vertical .nav-custom-tabs {
		min-width: 170px;
	}
}

.rdc-table-header,
.rdc-table-row {
	display: flex;
}

.rdc-table_day,
.rdc-table_date-outer {
	width: 14.28%;
	flex-grow: 1;
}

.rdc-table_event {
	cursor: default;
	border-radius: 3px;
}

.rdc-calendar-event-panel,
.rdc-table_events {
	overflow: hidden;
}

.rdc-calendar-event {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.rd-calendar-button-wrap {
		text-align: right;
	}
}

.calendar-box-search {
	border: 1px solid #ececee;
	display: flex;
	flex-direction: column;
}

@media (min-width: 992px) {
	.calendar-box-search {
		flex-direction: row;
	}
}

.calendar-box-search .calendar-box-search-inner {
	position: relative;
	padding: 20px 25px;
}

.calendar-box-search .calendar-box-search-inner + .calendar-box-search-inner {
	border-top: 1px solid #ececee;
	padding-bottom: 50px;
}

.calendar-box-search .calendar-box-search-inner .form-label-outside {
	font-size: 18px;
	font-weight: 300;
}

.calendar-box-search .calendar-box-search-inner h6 a:hover {
	color: #80deea;
}

@media (min-width: 992px) {
	.calendar-box-search .calendar-box-search-inner {
		padding: 30px 40px;
		flex-basis: 100%;
	}
	.calendar-box-search .calendar-box-search-inner + .calendar-box-search-inner {
		border-top: 0;
		border-left: 1px solid #ececee;
		flex-basis: 18%;
		text-align: center;
	}
}

.calendar-box-search .button {
	white-space: nowrap;
	min-height: 45px;
}

.calendar-box-list-view {
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
	height: 40px;
	padding: 5px 20px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	background: #fff;
	transition: 280ms ease-in;
	z-index: 9;
}

.calendar-box-list-view .icon:before {
	font-size: 24px;
	color: #80deea;
	vertical-align: middle;
	padding-right: 10px;
}

.calendar-box-list-view li > a {
	color: #888;
}

.calendar-box-list-view li > a:hover {
	color: #80deea;
}

.calendar-box-list-view.collapse {
	display: block !important;
}

.calendar-box-list-view.collapse.in {
	height: auto;
	padding: 15px 20px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}

@media (min-width: 992px) {
	.calendar-box-list-view {
		top: 84px;
	}
}

.rd-calendar {
	position: relative;
}

.rdc-next,
.rdc-prev {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
}

.rdc-next::-moz-focus-inner,
.rdc-prev::-moz-focus-inner {
	border: none;
	padding: 0;
}

.rdc-next,
.rdc-prev,
.rdc-events_close {
	cursor: pointer;
	transition: .3s all ease;
	font-size: 14px;
	color: #80deea;
}

.rdc-next:after, .rdc-next:before,
.rdc-prev:after,
.rdc-prev:before,
.rdc-events_close:after,
.rdc-events_close:before {
	font: 400 14px/38px "Linearicons";
}

.rdc-next:hover,
.rdc-prev:hover,
.rdc-events_close:hover {
	color: #888;
}

.rdc-panel-nav {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

* + .rdc-panel-nav {
	margin-top: 30px;
}

.rdc-panel-nav .rdc-next:after {
	content: '\e944';
	padding-left: 8px;
}

.rdc-panel-nav .rdc-prev:before {
	content: '\e943';
	padding-right: 8px;
}

.rdc-next {
	right: 0;
}

.rdc-next:after {
	content: '\e93c';
}

.rdc-prev {
	left: 0;
}

.rdc-prev:before {
	content: '\e93b';
}

.rdc-events_close {
	position: absolute;
	top: -8px;
	right: 10px;
}

.rdc-events_close:before {
	content: '\e935';
}

@media (min-width: 768px) {
	.rdc-events_close {
		top: -3px;
		right: 8px;
	}
}

.rdc-events {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	opacity: 0;
	padding: 25px 10px;
	visibility: hidden;
	transition: .4s all ease-in-out;
	background: #fff;
	box-shadow: 0 0 57px 0 rgba(0, 0, 0, 0.09);
	z-index: 1;
}

@media (min-width: 768px) {
	.rdc-events {
		padding: 30px;
		width: auto;
	}
}

.rd-calendar.show-events .rdc-events {
	opacity: 1;
	visibility: visible;
}

.rdc-event {
	display: none;
}

.rdc-event.active {
	display: block;
}

.rdc-table {
	position: relative;
	width: 100%;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.rdc-table {
		margin-top: 40px;
	}
}

.rdc-table .rdc-table-inner {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 100%;
}

.rdc-table .rdc-table_date-outer {
	position: relative;
	border: 1px solid #ececee;
	padding-bottom: 45px;
}

@media (min-width: 992px) {
	.rdc-table .rdc-table_date-outer {
		padding-bottom: 65px;
	}
}

@media (min-width: 1200px) {
	.rdc-table .rdc-table_date-outer {
		padding-bottom: 85px;
	}
}

.rdc-table_day {
	color: #888;
	padding: 5px 0;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
}

@media (min-width: 768px) {
	.rdc-table_day {
		padding: 15px 0;
	}
}

@media (min-width: 1200px) {
	.rdc-table_day {
		padding: 25px 0;
	}
}

.rdc-table_date {
	height: 36px;
	font-weight: 300;
	font-size: 20px;
	line-height: 32px;
	padding: 3px;
	text-align: center;
	background-color: #f8f8f8;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.rdc-table_date {
		text-align: left;
		padding-left: 10px;
	}
}

.rdc-table_today {
	background-color: #80deea;
	color: #fff;
}

.rdc-table_events-count {
	position: absolute;
	left: 50%;
	top: 50%;
	text-indent: -100000px;
}

.rdc-table_events-count:before {
	content: "\e934";
	font: 400 24px/24px 'Linearicons';
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-indent: 0;
	color: #80deea;
}

@media (min-width: 1200px) {
	.rdc-table_events-count:before {
		width: 200px;
		content: "Show event";
		font: 300 14px/24px "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	}
}

.rdc-table_has-events {
	cursor: pointer;
}

.rdc-table_has-events .rdc-table_date {
	background-color: #888;
	color: #fff;
}

.rdc-table_event {
	transition: .3s all ease;
}

.rdc-table_event,
.mobile .rdc-table_event,
.tablet .rdc-table_event {
	display: none;
}

.rdc-table_event:hover {
	color: #fff;
}

.rdc-table_next,
.rdc-table_prev {
	opacity: .5;
}

.rdc-table_next ~ .rdc-table_events-count,
.rdc-table_prev ~ .rdc-table_events-count {
	opacity: .5;
}

* + .booking-calendar {
	margin-top: 60px;
}

.booking-calendar .rdc-month {
	text-align: right;
}

.booking-calendar .rdc-fullyear {
	text-align: left;
}

.booking-calendar .rdc-panel {
	position: relative;
}

.booking-calendar .rdc-table_event,
.mobile .booking-calendar .rdc-table_event,
.tablet .booking-calendar .rdc-table_event {
	display: block;
}

.booking-calendar .rdc-month,
.booking-calendar .rdc-fullyear {
	display: inline-block;
	color: #80deea;
}

.booking-calendar .rdc-next, .booking-calendar .rdc-prev, .booking-calendar .rdc-events_close {
	color: #80deea;
	cursor: pointer;
	transition: .3s all ease;
}

.booking-calendar .rdc-next:hover, .booking-calendar .rdc-prev:hover, .booking-calendar .rdc-events_close:hover {
	color: #000;
}

.booking-calendar .rdc-next,
.booking-calendar .rdc-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.booking-calendar .rdc-events_close:before {
	content: '\f00d';
}

.booking-calendar .rdc-events {
	display: none;
}

.booking-calendar .rdc-table_has-events .rdc-table_date {
	position: relative;
	z-index: 1;
	background-color: transparent;
	border: 1px solid #ececee;
	cursor: pointer;
}

@media (min-width: 1200px) {
	.booking-calendar .rdc-table_has-events.opened .rdc-table_date {
		padding-bottom: 27px;
		background-color: #fff;
		border-bottom: 0;
		z-index: 20;
		border-radius: 4px 4px 0 0;
	}
}

.booking-calendar .rdc-table_has-events ul {
	display: none;
	position: absolute;
	width: 100%;
	left: 4px;
	right: 4px;
}

@media (min-width: 768px) {
	.booking-calendar .rdc-table_has-events ul {
		left: 11px;
		right: 11px;
	}
}

.booking-calendar .rdc-table_has-events .rdc-table_events-count {
	position: static;
	display: none;
	opacity: 0;
}

.booking-calendar .rdc-table_event {
	display: block;
	background-color: #fff;
	border: 1px solid #ececee;
	padding: 20px 10px;
}

@media (min-width: 768px) {
	.booking-calendar .rdc-table_event {
		padding: 30px 38px;
	}
	.booking-calendar .rdc-table_event .heading-6 {
		font-size: 16px;
	}
}

.booking-calendar .rdc-table_event .table-responsive {
	border: none;
}

.booking-calendar .rdc-table_event .icon-md {
	font-size: 24px;
}

.booking-calendar [id*='calendarEvent'] .rdc-table_events {
	margin-top: -12px;
}

.booking-calendar .rdc-event.active {
	display: block;
}

.booking-calendar .rdc-table {
	position: relative;
	width: 100%;
	margin-top: 30px;
}

.booking-calendar .rdc-table .rdc-table-inner {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.booking-calendar .rdc-table .rdc-table-inner .rdc-table_date-outer {
	width: calc(14.28% - (4 * 6) / 7);
	margin-left: 4px;
	margin-bottom: 4px;
}

.booking-calendar .rdc-table .rdc-table-inner .rdc-table_date-outer:first-child {
	margin-left: 0;
}

@media (min-width: 768px) {
	.booking-calendar .rdc-table .rdc-table-inner .rdc-table_date-outer {
		width: calc(14.28% - (11 * 6) / 7);
		margin-left: 11px;
		margin-bottom: 11px;
	}
	.booking-calendar .rdc-table .rdc-table-inner .rdc-table_date-outer:first-child {
		margin-left: 0;
	}
}

.booking-calendar .rdc-table .rdc-table_date-outer {
	position: relative;
	padding-bottom: 0;
	border: 0;
	vertical-align: top;
}

.booking-calendar .rdc-event-booking-table {
	border-collapse: collapse;
	margin-bottom: 0;
	text-align: center;
}

.booking-calendar .rdc-event-booking-table thead th {
	border-bottom: 0;
	border-top: 0;
	padding: 0;
	text-align: center;
}

.booking-calendar .rdc-event-booking-table tr + tr {
	border-top: 1px solid #ececee;
}

@media (min-width: 768px) {
	.booking-calendar .rdc-event-booking-table tr > td:first-of-type {
		position: relative;
		padding-left: 0;
	}
	.booking-calendar .rdc-event-booking-table tr > td:first-of-type:before {
		position: absolute;
		top: 13px;
		bottom: 13px;
		right: 0;
		border-left: 1px solid #ececee;
		content: '';
		display: inline-block;
	}
	.ie-10 .booking-calendar .rdc-event-booking-table tr > td:first-of-type:before,
	.ie-11 .booking-calendar .rdc-event-booking-table tr > td:first-of-type:before,
	.ie-edge .booking-calendar .rdc-event-booking-table tr > td:first-of-type:before {
		height: 100%;
	}
}

@media (min-width: 1200px) {
	.booking-calendar .rdc-event-booking-table tr > td:first-of-type {
		width: 20%;
	}
}

.booking-calendar .rdc-event-booking-table tr > td:last-of-type {
	padding-right: 0;
}

.booking-calendar .rdc-event-booking-table td {
	display: block;
	border: none;
	padding: 18px 25px;
	vertical-align: middle;
}

.booking-calendar .rdc-event-booking-table td > span {
	font-style: italic;
	font-size: 12px;
}

@media (min-width: 768px) {
	.booking-calendar .rdc-event-booking-table td {
		display: table-cell;
	}
	.booking-calendar .rdc-event-booking-table td .dl-horizontal-mod-1 dt, .booking-calendar .rdc-event-booking-table td .dl-horizontal-mod-1 dd {
		display: inline-block;
		vertical-align: middle;
	}
	.booking-calendar .rdc-event-booking-table td .dl-horizontal-mod-1 dt {
		padding-right: 7px;
	}
}

@media (min-width: 768px) {
	.booking-calendar .rdc-event-booking-table {
		text-align: left;
	}
}

.booking-calendar .rdc-table_day {
	padding: 5px 0;
}

.booking-calendar .rdc-table_event {
	color: #888;
}

.booking-calendar .rdc-table_date {
	height: auto;
	padding: 5px;
	color: #888;
	text-align: left;
	background-color: #f8f8f8;
	box-sizing: border-box;
	border: 1px solid #f8f8f8;
	border-radius: 4px;
}

@media (min-width: 768px) {
	.booking-calendar .rdc-table_date {
		padding: 15px 18px;
	}
}

.booking-calendar .rdc-table_today {
	position: relative;
	z-index: 1;
	background-color: #80deea;
	color: #fff;
}

.booking-calendar .rdc-table_next,
.booking-calendar .rdc-table_prev {
	opacity: 1;
	color: rgba(136, 136, 136, 0.5);
}

.booking-calendar .rdc-table_next.rdc-table_today,
.booking-calendar .rdc-table_prev.rdc-table_today {
	background: #ebebeb;
}

.booking-calendar .rdc-table_next ~ .rdc-table_events-count,
.booking-calendar .rdc-table_prev ~ .rdc-table_events-count {
	color: rgba(136, 136, 136, 0.5);
}

.booking-calendar.booking-calendar-aside .rdc-month,
.booking-calendar.booking-calendar-aside .rdc-fullyear {
	color: #000;
}

.booking-calendar.booking-calendar-aside [id*='calendarEvent'] .rdc-table_events {
	margin-top: 0;
}

.booking-calendar.booking-calendar-aside .rdc-table {
	margin-top: 0;
}

.booking-calendar.booking-calendar-aside .rdc-table table {
	width: 100%;
	border-collapse: separate;
}

.booking-calendar.booking-calendar-aside .rdc-table_day {
	font-size: 14px;
	text-align: left;
}

.booking-calendar.booking-calendar-aside .rdc-table_date {
	text-align: center;
	font-size: 12px;
}

@media (min-width: 768px) {
	.booking-calendar.booking-calendar-aside .rdc-table_date {
		padding: 5px;
	}
}

@media (min-width: 1200px) {
	.booking-calendar.booking-calendar-aside .rdc-table_date {
		padding: 5px 13px;
	}
}

.booking-calendar.booking-calendar-aside .rdc-table-inner {
	border-spacing: 3px;
}

@media (min-width: 1200px) {
	.booking-calendar.booking-calendar-aside .rdc-table-inner {
		margin-left: -10px;
		margin-right: -10px;
	}
}

@media (min-width: 1400px) {
	.booking-calendar.booking-calendar-aside .rdc-table-inner {
		border-spacing: 10px;
	}
}

@media (min-width: 768px) {
	.booking-calendar.booking-calendar-aside .rdc-table_has-events.opened .rdc-table_date {
		padding-bottom: 5px;
		border-radius: 4px;
		border-bottom: 1px solid #ececee;
	}
}

.booking-calendar.booking-calendar-aside .rdc-table_has-events ul {
	left: 0;
	right: 0;
}

@media (min-width: 1200px) {
	.booking-calendar.booking-calendar-aside .rdc-table_has-events ul {
		right: 7px;
	}
}

.booking-calendar.booking-calendar-aside .rdc-event-booking-table td {
	display: block;
	text-align: center;
	padding: 10px 5px;
}

.booking-calendar.booking-calendar-aside .rdc-event-booking-table td:first-of-type {
	width: auto;
}

.booking-calendar.booking-calendar-aside .rdc-event-booking-table tr > td:first-of-type:before {
	content: none;
}

.booking-calendar.booking-calendar-aside .button {
	white-space: nowrap;
	padding-left: 20px;
	padding-right: 20px;
}

#appointment .modal-dialog {
	max-width: 650px;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	#appointment .modal-dialog {
		margin: 5% auto;
	}
}

#appointment .modal-dialog .radio label input[type="radio"] {
	margin-top: 8px;
}

#appointment .modal-dialog .radio label input[type="radio"]:focus {
	outline: none;
}

#appointment .modal-dialog .radio label input[type="radio"]:active {
	outline: none;
}

#appointment .close {
	cursor: pointer;
	padding: 0;
	margin: 0;
}

#appointment .close > span {
	padding: 0;
}

#appointment .icon-md {
	font-size: 24px;
	line-height: 28px;
	vertical-align: middle;
	padding-right: 8px;
}

#appointment .modal-header {
	justify-content: space-between;
	padding: 30px 30px 0;
	border: none;
}

#appointment .modal-content {
	border-radius: 0;
}

#appointment .radio label {
	padding-left: 30px;
	font-style: normal;
	font-weight: 300;
}

#appointment .radio-custom-dummy {
	width: 20px;
	height: 20px;
	margin-top: 2px;
	margin-left: -30px;
	background: #ececee;
}

#appointment .radio-custom-dummy:after {
	background: #000;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
}

#appointment .modal-body {
	padding: 15px 30px 30px;
}

#appointment .modal-body p + * {
	margin-top: 20px;
}

#appointment .modal-body * + .register-form,
#appointment .modal-body * + .login-form,
#appointment .modal-body * + hr {
	margin-top: 30px;
}

#appointment .modal-body > .group-xl + * {
	margin-top: 15px;
}

#appointment .modal-body .register-form .btn-sm {
	padding: 11px 12px;
}

@media (min-width: 992px) {
	#appointment .modal-body .register-form .btn-sm {
		padding: 11px 26px;
	}
}

@media (min-width: 768px) {
	#appointment .modal-body form .form-wrap:nth-child(1), #appointment .modal-body form .form-wrap:nth-child(2) {
		display: inline-block;
		width: 100%;
	}
}

#appointment .login-form {
	display: none;
}

.rd-calendar[data-events-inline="true"] .rdc-inline-event-inner {
	padding: 20px;
	background: #ffffff;
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.16);
}

.rd-calendar[data-events-inline="true"] .rdc-table_events-count {
	display: block;
	opacity: 1;
	transition: .33s;
	z-index: 1;
	text-indent: 0;
}

.rd-calendar[data-events-inline="true"] .rdc-table_events-count::before,
.rd-calendar[data-events-inline="true"] .rdc-table_events-count::after {
	content: '';
}

.rd-calendar[data-events-inline="true"] .rdc-table_events-count::before {
	background: transparent;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.13);
	z-index: -1;
}

.rd-calendar[data-events-inline="true"] .rdc-table_events-count:empty {
	display: none;
}

.rd-calendar[data-events-inline="true"] .rdc-table_events-count span {
	position: absolute;
	bottom: 77%;
	left: 50%;
	z-index: 111;
	transform: translate3d(-50%, 0, 0);
	padding: 6px 10px;
	background-color: #fff;
	font-size: 15px;
	color: #000;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.13);
	opacity: 0;
	white-space: nowrap;
	transition: 250ms;
	will-change: transform, opacity;
}

.rd-calendar[data-events-inline="true"] .rdc-table_events-count span:empty {
	display: none;
}

@media (min-width: 768px) {
	.rd-calendar[data-events-inline="true"] .rdc-table_events-count {
		top: -15px;
	}
}

.rd-calendar[data-events-inline="true"] .rdc-events {
	display: none;
}

.rd-calendar[data-events-inline="true"] .rdc-table_date-outer:hover .rdc-table_events-count span {
	opacity: 1;
}

.dtp {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 2000;
}

.dtp > .dtp-content {
	background: #fff;
	max-width: 300px;
	box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
	position: relative;
	left: 50%;
	margin: 0 auto;
}

@media (max-width: 767.98px) {
	.dtp > .dtp-content {
		max-height: 90vh;
		overflow-y: auto;
	}
}

.dtp .center {
	margin-top: 10px;
}

.dtp-header {
	background: #80deea;
	color: #fff;
	text-align: center;
	padding: 0.3rem;
	position: relative;
}

.dtp-date, .dtp-time {
	background: #ace9f1;
	text-align: center;
	color: #fff;
	padding: 10px;
}

.dtp-date > div {
	padding: 0;
	margin: 0;
}

.dtp-actual-month {
	font-size: 1.5em;
}

.dtp-actual-num, .dtp-actual-maxtime {
	font-size: 3em;
	line-height: 0.9;
}

.dtp-actual-year {
	font-size: 1.5em;
	color: #fff;
}

.dtp-picker {
	padding: 1rem;
	text-align: center;
}

.dtp-picker-month, .dtp-actual-time {
	font-weight: 500;
	text-align: center;
}

.dtp-close {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1rem;
}

.dtp-close > a {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}

.dtp-close > a:hover {
	color: #000;
}

.dtp table.dtp-picker-days {
	margin: 0;
	border: none;
}

.dtp table.dtp-picker-days tr {
	border: none;
}

.dtp table.dtp-picker-days tr > td {
	border: none;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	padding: 1rem 0.3rem;
}

.dtp table.dtp-picker-days tr > td > span.dtp-select-day {
	color: #BDBDBD !important;
}

.dtp table.dtp-picker-days tr > td > a {
	color: #000;
	width: 24px;
	height: 24px;
	display: inline-block;
	text-align: center;
	line-height: 24px;
	border-radius: 50%;
	transition: .3s all ease;
}

.dtp .dtp-picker-time > a {
	color: #000;
	padding: 0.4rem 0.5rem 0.5rem 0.6rem;
	border-radius: 50% !important;
}

.dtp table.dtp-picker-days tr > td > a.selected {
	background: #80deea;
	color: #fff;
}

.dtp table.dtp-picker-days tr > th {
	color: #000;
	text-align: center;
	font-weight: 700;
	padding: 0.4rem 0.3rem;
	border-bottom: none;
}

.dtp .p10, .dtp .p20, .dtp .p60, .dtp .p80 {
	display: inline-block;
	vertical-align: middle;
}

.dtp .p10 {
	width: 10%;
}

.dtp .p10 > a {
	color: #f8f8f8;
	transition: .3s all ease;
}

.dtp .p10 > a:hover {
	color: #000;
}

.dtp .p20 {
	width: 20%;
}

.dtp .p60 {
	width: 60%;
}

.dtp .p80 {
	width: 80%;
}

.dtp-picker-month {
	display: none !important;
}

.dtp-meridien-am, .dtp-meridien-pm {
	position: relative;
	top: 10px;
	color: #000;
	font-weight: 500;
	padding: 0.7rem 0.5rem;
	border-radius: 50% !important;
	text-decoration: none;
	background: #eee;
	font-size: 1rem;
}

.dtp-actual-meridien a.selected {
	background: #80deea;
	color: #fff;
}

.dtp-picker-time {
	position: absolute;
	width: 30px;
	height: 30px;
	font-size: 1em;
	border-radius: 50%;
	cursor: pointer;
	font-weight: 500;
	text-align: center !important;
}

.dtp-picker-time > a {
	display: block;
	line-height: 23px;
	padding: 0.3rem 0.3rem 0.3rem 0.3rem;
}

.dtp-picker-time > a.dtp-select-hour.selected {
	background: #80deea;
	color: #fff;
}

.dtp-picker-time > a.dtp-select-hour.disabled {
	color: #41516A;
}

.dtp-picker-time > a.dtp-select-minute.disabled {
	color: #41516A;
}

.dtp-picker-time > a.dtp-select-minute.selected {
	background: #80deea;
	color: #fff;
}

.dtp-picker-clock {
	margin: 1rem 2rem 0 2rem;
	padding: 1rem;
	border-radius: 50% !important;
	background: white;
}

.dtp-clock-center {
	width: 15px;
	height: 15px;
	background: #41516A;
	border-radius: 50%;
	position: absolute;
	z-index: 50;
}

html[class*="ie"] .dtp-clock-center {
	display: none;
}

.dtp-hand, .dtp-hour-hand {
	position: absolute;
	width: 4px;
	margin-left: -2px;
	background: #41516A;
	transform: rotate(0deg);
	transform-origin: bottom;
	z-index: 1;
}

html[class*="ie"] .dtp-hand, html[class*="ie"] .dtp-hour-hand {
	display: none;
}

.dtp-minute-hand {
	width: 2px;
	margin-left: -1px;
}

.dtp-hand.on {
	background: #80deea;
}

.dtp-buttons {
	padding: 0 1rem 1rem 1rem;
	text-align: right;
}

.dtp .invisible {
	visibility: hidden;
}

.dtp .left {
	float: left;
}

.dtp .right {
	float: right;
}

.dtp-buttons {
	transform: translateY(-10px);
	margin-bottom: -10px;
	margin-left: -10px;
}

.dtp-buttons > *, .dtp-buttons > *:first-child {
	display: inline-block;
	margin-top: 10px;
	margin-left: 10px;
}

.dtp-btn-cancel,
.dtp-btn-ok {
	padding: 5px 25px;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	background-color: #80deea;
	border-color: #80deea;
}

.dtp-btn-cancel:hover, .dtp-btn-cancel:focus, .dtp-btn-cancel:active, .dtp-btn-cancel:hover,
.dtp-btn-ok:hover,
.dtp-btn-ok:focus,
.dtp-btn-ok:active,
.dtp-btn-ok:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.invisible {
	visibility: hidden;
}

.twitter-timeline {
	border: 1px solid #ececee !important;
	border-radius: 6px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/*
*
* Tabs
* --------------------------------------------------
*/
.tabs-custom .nav-custom > li, .tabs-custom .nav-custom > li > a {
	display: block;
	position: relative;
}

.tabs-custom .nav-custom-tabs {
	font-size: 0;
	line-height: 0;
}

.tabs-custom .nav-custom-tabs li {
	margin: -1px 0;
	width: 100%;
}

@media (min-width: 576px) {
	.tabs-custom .nav-custom-tabs li {
		width: auto;
	}
}

@media (min-width: 768px) {
	.tabs-custom .nav-custom-tabs li + li {
		margin-top: 0;
		margin-left: 9px;
	}
}

.tabs-custom .nav-custom-tabs a {
	position: relative;
	padding: 15px 25px;
	font: 400 12px/20px "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	letter-spacing: .06em;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	transition: .3s all ease;
	background-color: #41516A;
}

.tabs-custom .nav-custom-tabs a:hover,
.tabs-custom .nav-custom-tabs a.active {
	background-color: #80deea;
	color: #fff;
}

@media (min-width: 768px) {
	.tabs-custom .nav-custom-tabs a {
		background-color: transparent;
		color: #000;
		padding: 25px 22px;
	}
	.tabs-custom .nav-custom-tabs a:hover,
	.tabs-custom .nav-custom-tabs a.active {
		color: #80deea;
		background-color: transparent;
	}
}

@media (min-width: 992px) {
	.tabs-custom .nav-custom-tabs li a {
		font-size: 16px;
	}
}

.tab-content {
	background-color: transparent;
	padding: 25px 15px 25px;
	border: 1px solid #ececee;
}

@media (min-width: 768px) {
	.tab-content {
		padding: 60px 0 30px;
		border: 0;
		border-top: 1px solid #ececee;
	}
	.tab-content p + h5 {
		margin-top: 45px;
	}
}

@media (min-width: 768px) {
	.tabs-custom.tabs-horizontal .nav-custom-tabs {
		position: relative;
		justify-content: center;
		display: flex;
	}
	.tabs-custom.tabs-horizontal .nav-custom-tabs li a {
		display: block;
		background: transparent;
	}
	.tabs-custom.tabs-horizontal .nav-custom-tabs a:hover,
	.tabs-custom.tabs-horizontal .nav-custom-tabs a.active {
		color: #80deea;
		background: transparent;
		border-color: transparent;
	}
	.tabs-custom.tabs-horizontal .nav-custom-tabs a:hover:before,
	.tabs-custom.tabs-horizontal .nav-custom-tabs a.active:before {
		transform: translate(-50%, 0);
		opacity: 1;
	}
	.tabs-custom.tabs-horizontal .nav-custom__align-left {
		justify-content: flex-start;
	}
	.tabs-custom.tabs-horizontal .nav-custom__align-left li:first-of-type a {
		padding-left: 0;
	}
}

@media (min-width: 768px) {
	.tabs-custom.tabs-vertical {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: stretch;
	}
	.tabs-custom.tabs-vertical .nav-custom-tabs {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: stretch;
		flex-shrink: 0;
		max-width: 50%;
	}
	.tabs-custom.tabs-vertical .tab-content {
		flex-grow: 1;
		padding-top: 26px;
	}
	.tabs-custom.tabs-vertical .nav-custom-tabs {
		text-align: left;
	}
	.tabs-custom.tabs-vertical .nav-custom-tabs li.active,
	.tabs-custom.tabs-vertical .nav-custom-tabs li:hover {
		background-color: #e0e0e2;
	}
	.tabs-custom.tabs-vertical .nav-custom-tabs li.active a,
	.tabs-custom.tabs-vertical .nav-custom-tabs li:hover a {
		color: #41516A;
		background-color: #e0e0e2;
	}
	.tabs-custom.tabs-vertical .nav-custom-tabs li + li {
		margin-top: 12px;
		margin-left: 0;
	}
	.tabs-custom.tabs-vertical .nav-custom-tabs li a {
		display: inline-block;
		text-align: left;
		padding-left: 35px;
	}
}

@media (min-width: 768px) and (min-width: 1200px) {
	.tabs-custom.tabs-vertical .nav-custom-tabs li a {
		min-width: 160px;
	}
}

@media (min-width: 768px) {
	.tabs-custom.tabs-vertical .tab-content {
		padding: 26px 55px 25px 30px;
	}
}

@media (min-width: 1200px) {
	.tabs-custom.tabs-vertical .nav-custom-tabs {
		min-width: 170px;
	}
}

.rdc-table-header,
.rdc-table-row {
	display: flex;
}

.rdc-table_day,
.rdc-table_date-outer {
	width: 14.28%;
	flex-grow: 1;
}

.rdc-table_event {
	cursor: default;
	border-radius: 3px;
}

.rdc-calendar-event-panel,
.rdc-table_events {
	overflow: hidden;
}

.rdc-calendar-event {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.rd-calendar-button-wrap {
		text-align: right;
	}
}

.calendar-box-search {
	border: 1px solid #ececee;
	display: flex;
	flex-direction: column;
}

@media (min-width: 992px) {
	.calendar-box-search {
		flex-direction: row;
	}
}

.calendar-box-search .calendar-box-search-inner {
	position: relative;
	padding: 20px 25px;
}

.calendar-box-search .calendar-box-search-inner + .calendar-box-search-inner {
	border-top: 1px solid #ececee;
	padding-bottom: 50px;
}

.calendar-box-search .calendar-box-search-inner .form-label-outside {
	font-size: 18px;
	font-weight: 300;
}

.calendar-box-search .calendar-box-search-inner h6 a:hover {
	color: #80deea;
}

@media (min-width: 992px) {
	.calendar-box-search .calendar-box-search-inner {
		padding: 30px 40px;
		flex-basis: 100%;
	}
	.calendar-box-search .calendar-box-search-inner + .calendar-box-search-inner {
		border-top: 0;
		border-left: 1px solid #ececee;
		flex-basis: 18%;
		text-align: center;
	}
}

.calendar-box-search .button {
	white-space: nowrap;
	min-height: 45px;
}

.calendar-box-list-view {
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
	height: 40px;
	padding: 5px 20px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	background: #fff;
	transition: 280ms ease-in;
	z-index: 9;
}

.calendar-box-list-view .icon:before {
	font-size: 24px;
	color: #80deea;
	vertical-align: middle;
	padding-right: 10px;
}

.calendar-box-list-view li > a {
	color: #888;
}

.calendar-box-list-view li > a:hover {
	color: #80deea;
}

.calendar-box-list-view.collapse {
	display: block !important;
}

.calendar-box-list-view.collapse.in {
	height: auto;
	padding: 15px 20px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}

@media (min-width: 992px) {
	.calendar-box-list-view {
		top: 84px;
	}
}

.rd-calendar {
	position: relative;
}

.rdc-next,
.rdc-prev {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
}

.rdc-next::-moz-focus-inner,
.rdc-prev::-moz-focus-inner {
	border: none;
	padding: 0;
}

.rdc-next,
.rdc-prev,
.rdc-events_close {
	cursor: pointer;
	transition: .3s all ease;
	font-size: 14px;
	color: #80deea;
}

.rdc-next:after, .rdc-next:before,
.rdc-prev:after,
.rdc-prev:before,
.rdc-events_close:after,
.rdc-events_close:before {
	font: 400 14px/38px "Linearicons";
}

.rdc-next:hover,
.rdc-prev:hover,
.rdc-events_close:hover {
	color: #888;
}

.rdc-panel-nav {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

* + .rdc-panel-nav {
	margin-top: 30px;
}

.rdc-panel-nav .rdc-next:after {
	content: '\e944';
	padding-left: 8px;
}

.rdc-panel-nav .rdc-prev:before {
	content: '\e943';
	padding-right: 8px;
}

.rdc-next {
	right: 0;
}

.rdc-next:after {
	content: '\e93c';
}

.rdc-prev {
	left: 0;
}

.rdc-prev:before {
	content: '\e93b';
}

.rdc-events_close {
	position: absolute;
	top: -8px;
	right: 10px;
}

.rdc-events_close:before {
	content: '\e935';
}

@media (min-width: 768px) {
	.rdc-events_close {
		top: -3px;
		right: 8px;
	}
}

.rdc-events {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	opacity: 0;
	padding: 25px 10px;
	visibility: hidden;
	transition: .4s all ease-in-out;
	background: #fff;
	box-shadow: 0 0 57px 0 rgba(0, 0, 0, 0.09);
	z-index: 1;
}

@media (min-width: 768px) {
	.rdc-events {
		padding: 30px;
		width: auto;
	}
}

.rd-calendar.show-events .rdc-events {
	opacity: 1;
	visibility: visible;
}

.rdc-event {
	display: none;
}

.rdc-event.active {
	display: block;
}

.rdc-table {
	position: relative;
	width: 100%;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.rdc-table {
		margin-top: 40px;
	}
}

.rdc-table .rdc-table-inner {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 100%;
}

.rdc-table .rdc-table_date-outer {
	position: relative;
	border: 1px solid #ececee;
	padding-bottom: 45px;
}

@media (min-width: 992px) {
	.rdc-table .rdc-table_date-outer {
		padding-bottom: 65px;
	}
}

@media (min-width: 1200px) {
	.rdc-table .rdc-table_date-outer {
		padding-bottom: 85px;
	}
}

.rdc-table_day {
	color: #888;
	padding: 5px 0;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
}

@media (min-width: 768px) {
	.rdc-table_day {
		padding: 15px 0;
	}
}

@media (min-width: 1200px) {
	.rdc-table_day {
		padding: 25px 0;
	}
}

.rdc-table_date {
	height: 36px;
	font-weight: 300;
	font-size: 20px;
	line-height: 32px;
	padding: 3px;
	text-align: center;
	background-color: #f8f8f8;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.rdc-table_date {
		text-align: left;
		padding-left: 10px;
	}
}

.rdc-table_today {
	background-color: #80deea;
	color: #fff;
}

.rdc-table_events-count {
	position: absolute;
	left: 50%;
	top: 50%;
	text-indent: -100000px;
}

.rdc-table_events-count:before {
	content: "\e934";
	font: 400 24px/24px 'Linearicons';
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-indent: 0;
	color: #80deea;
}

@media (min-width: 1200px) {
	.rdc-table_events-count:before {
		width: 200px;
		content: "Show event";
		font: 300 14px/24px "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	}
}

.rdc-table_has-events {
	cursor: pointer;
}

.rdc-table_has-events .rdc-table_date {
	background-color: #888;
	color: #fff;
}

.rdc-table_event {
	transition: .3s all ease;
}

.rdc-table_event,
.mobile .rdc-table_event,
.tablet .rdc-table_event {
	display: none;
}

.rdc-table_event:hover {
	color: #fff;
}

.rdc-table_next,
.rdc-table_prev {
	opacity: .5;
}

.rdc-table_next ~ .rdc-table_events-count,
.rdc-table_prev ~ .rdc-table_events-count {
	opacity: .5;
}

* + .booking-calendar {
	margin-top: 60px;
}

.booking-calendar .rdc-month {
	text-align: right;
}

.booking-calendar .rdc-fullyear {
	text-align: left;
}

.booking-calendar .rdc-panel {
	position: relative;
}

.booking-calendar .rdc-table_event,
.mobile .booking-calendar .rdc-table_event,
.tablet .booking-calendar .rdc-table_event {
	display: block;
}

.booking-calendar .rdc-month,
.booking-calendar .rdc-fullyear {
	display: inline-block;
	color: #80deea;
}

.booking-calendar .rdc-next, .booking-calendar .rdc-prev, .booking-calendar .rdc-events_close {
	color: #80deea;
	cursor: pointer;
	transition: .3s all ease;
}

.booking-calendar .rdc-next:hover, .booking-calendar .rdc-prev:hover, .booking-calendar .rdc-events_close:hover {
	color: #000;
}

.booking-calendar .rdc-next,
.booking-calendar .rdc-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.booking-calendar .rdc-events_close:before {
	content: '\f00d';
}

.booking-calendar .rdc-events {
	display: none;
}

.booking-calendar .rdc-table_has-events .rdc-table_date {
	position: relative;
	z-index: 1;
	background-color: transparent;
	border: 1px solid #ececee;
	cursor: pointer;
}

@media (min-width: 1200px) {
	.booking-calendar .rdc-table_has-events.opened .rdc-table_date {
		padding-bottom: 27px;
		background-color: #fff;
		border-bottom: 0;
		z-index: 20;
		border-radius: 4px 4px 0 0;
	}
}

.booking-calendar .rdc-table_has-events ul {
	display: none;
	position: absolute;
	width: 100%;
	left: 4px;
	right: 4px;
}

@media (min-width: 768px) {
	.booking-calendar .rdc-table_has-events ul {
		left: 11px;
		right: 11px;
	}
}

.booking-calendar .rdc-table_has-events .rdc-table_events-count {
	position: static;
	display: none;
	opacity: 0;
}

.booking-calendar .rdc-table_event {
	display: block;
	background-color: #fff;
	border: 1px solid #ececee;
	padding: 20px 10px;
}

@media (min-width: 768px) {
	.booking-calendar .rdc-table_event {
		padding: 30px 38px;
	}
	.booking-calendar .rdc-table_event .heading-6 {
		font-size: 16px;
	}
}

.booking-calendar .rdc-table_event .table-responsive {
	border: none;
}

.booking-calendar .rdc-table_event .icon-md {
	font-size: 24px;
}

.booking-calendar [id*='calendarEvent'] .rdc-table_events {
	margin-top: -12px;
}

.booking-calendar .rdc-event.active {
	display: block;
}

.booking-calendar .rdc-table {
	position: relative;
	width: 100%;
	margin-top: 30px;
}

.booking-calendar .rdc-table .rdc-table-inner {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.booking-calendar .rdc-table .rdc-table-inner .rdc-table_date-outer {
	width: calc(14.28% - (4 * 6) / 7);
	margin-left: 4px;
	margin-bottom: 4px;
}

.booking-calendar .rdc-table .rdc-table-inner .rdc-table_date-outer:first-child {
	margin-left: 0;
}

@media (min-width: 768px) {
	.booking-calendar .rdc-table .rdc-table-inner .rdc-table_date-outer {
		width: calc(14.28% - (11 * 6) / 7);
		margin-left: 11px;
		margin-bottom: 11px;
	}
	.booking-calendar .rdc-table .rdc-table-inner .rdc-table_date-outer:first-child {
		margin-left: 0;
	}
}

.booking-calendar .rdc-table .rdc-table_date-outer {
	position: relative;
	padding-bottom: 0;
	border: 0;
	vertical-align: top;
}

.booking-calendar .rdc-event-booking-table {
	border-collapse: collapse;
	margin-bottom: 0;
	text-align: center;
}

.booking-calendar .rdc-event-booking-table thead th {
	border-bottom: 0;
	border-top: 0;
	padding: 0;
	text-align: center;
}

.booking-calendar .rdc-event-booking-table tr + tr {
	border-top: 1px solid #ececee;
}

@media (min-width: 768px) {
	.booking-calendar .rdc-event-booking-table tr > td:first-of-type {
		position: relative;
		padding-left: 0;
	}
	.booking-calendar .rdc-event-booking-table tr > td:first-of-type:before {
		position: absolute;
		top: 13px;
		bottom: 13px;
		right: 0;
		border-left: 1px solid #ececee;
		content: '';
		display: inline-block;
	}
	.ie-10 .booking-calendar .rdc-event-booking-table tr > td:first-of-type:before,
	.ie-11 .booking-calendar .rdc-event-booking-table tr > td:first-of-type:before,
	.ie-edge .booking-calendar .rdc-event-booking-table tr > td:first-of-type:before {
		height: 100%;
	}
}

@media (min-width: 1200px) {
	.booking-calendar .rdc-event-booking-table tr > td:first-of-type {
		width: 20%;
	}
}

.booking-calendar .rdc-event-booking-table tr > td:last-of-type {
	padding-right: 0;
}

.booking-calendar .rdc-event-booking-table td {
	display: block;
	border: none;
	padding: 18px 25px;
	vertical-align: middle;
}

.booking-calendar .rdc-event-booking-table td > span {
	font-style: italic;
	font-size: 12px;
}

@media (min-width: 768px) {
	.booking-calendar .rdc-event-booking-table td {
		display: table-cell;
	}
	.booking-calendar .rdc-event-booking-table td .dl-horizontal-mod-1 dt, .booking-calendar .rdc-event-booking-table td .dl-horizontal-mod-1 dd {
		display: inline-block;
		vertical-align: middle;
	}
	.booking-calendar .rdc-event-booking-table td .dl-horizontal-mod-1 dt {
		padding-right: 7px;
	}
}

@media (min-width: 768px) {
	.booking-calendar .rdc-event-booking-table {
		text-align: left;
	}
}

.booking-calendar .rdc-table_day {
	padding: 5px 0;
}

.booking-calendar .rdc-table_event {
	color: #888;
}

.booking-calendar .rdc-table_date {
	height: auto;
	padding: 5px;
	color: #888;
	text-align: left;
	background-color: #f8f8f8;
	box-sizing: border-box;
	border: 1px solid #f8f8f8;
	border-radius: 4px;
}

@media (min-width: 768px) {
	.booking-calendar .rdc-table_date {
		padding: 15px 18px;
	}
}

.booking-calendar .rdc-table_today {
	position: relative;
	z-index: 1;
	background-color: #80deea;
	color: #fff;
}

.booking-calendar .rdc-table_next,
.booking-calendar .rdc-table_prev {
	opacity: 1;
	color: rgba(136, 136, 136, 0.5);
}

.booking-calendar .rdc-table_next.rdc-table_today,
.booking-calendar .rdc-table_prev.rdc-table_today {
	background: #ebebeb;
}

.booking-calendar .rdc-table_next ~ .rdc-table_events-count,
.booking-calendar .rdc-table_prev ~ .rdc-table_events-count {
	color: rgba(136, 136, 136, 0.5);
}

.booking-calendar.booking-calendar-aside .rdc-month,
.booking-calendar.booking-calendar-aside .rdc-fullyear {
	color: #000;
}

.booking-calendar.booking-calendar-aside [id*='calendarEvent'] .rdc-table_events {
	margin-top: 0;
}

.booking-calendar.booking-calendar-aside .rdc-table {
	margin-top: 0;
}

.booking-calendar.booking-calendar-aside .rdc-table table {
	width: 100%;
	border-collapse: separate;
}

.booking-calendar.booking-calendar-aside .rdc-table_day {
	font-size: 14px;
	text-align: left;
}

.booking-calendar.booking-calendar-aside .rdc-table_date {
	text-align: center;
	font-size: 12px;
}

@media (min-width: 768px) {
	.booking-calendar.booking-calendar-aside .rdc-table_date {
		padding: 5px;
	}
}

@media (min-width: 1200px) {
	.booking-calendar.booking-calendar-aside .rdc-table_date {
		padding: 5px 13px;
	}
}

.booking-calendar.booking-calendar-aside .rdc-table-inner {
	border-spacing: 3px;
}

@media (min-width: 1200px) {
	.booking-calendar.booking-calendar-aside .rdc-table-inner {
		margin-left: -10px;
		margin-right: -10px;
	}
}

@media (min-width: 1400px) {
	.booking-calendar.booking-calendar-aside .rdc-table-inner {
		border-spacing: 10px;
	}
}

@media (min-width: 768px) {
	.booking-calendar.booking-calendar-aside .rdc-table_has-events.opened .rdc-table_date {
		padding-bottom: 5px;
		border-radius: 4px;
		border-bottom: 1px solid #ececee;
	}
}

.booking-calendar.booking-calendar-aside .rdc-table_has-events ul {
	left: 0;
	right: 0;
}

@media (min-width: 1200px) {
	.booking-calendar.booking-calendar-aside .rdc-table_has-events ul {
		right: 7px;
	}
}

.booking-calendar.booking-calendar-aside .rdc-event-booking-table td {
	display: block;
	text-align: center;
	padding: 10px 5px;
}

.booking-calendar.booking-calendar-aside .rdc-event-booking-table td:first-of-type {
	width: auto;
}

.booking-calendar.booking-calendar-aside .rdc-event-booking-table tr > td:first-of-type:before {
	content: none;
}

.booking-calendar.booking-calendar-aside .button {
	white-space: nowrap;
	padding-left: 20px;
	padding-right: 20px;
}

#appointment .modal-dialog {
	max-width: 650px;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	#appointment .modal-dialog {
		margin: 5% auto;
	}
}

#appointment .modal-dialog .radio label input[type="radio"] {
	margin-top: 8px;
}

#appointment .modal-dialog .radio label input[type="radio"]:focus {
	outline: none;
}

#appointment .modal-dialog .radio label input[type="radio"]:active {
	outline: none;
}

#appointment .close {
	cursor: pointer;
	padding: 0;
	margin: 0;
}

#appointment .close > span {
	padding: 0;
}

#appointment .icon-md {
	font-size: 24px;
	line-height: 28px;
	vertical-align: middle;
	padding-right: 8px;
}

#appointment .modal-header {
	justify-content: space-between;
	padding: 30px 30px 0;
	border: none;
}

#appointment .modal-content {
	border-radius: 0;
}

#appointment .radio label {
	padding-left: 30px;
	font-style: normal;
	font-weight: 300;
}

#appointment .radio-custom-dummy {
	width: 20px;
	height: 20px;
	margin-top: 2px;
	margin-left: -30px;
	background: #ececee;
}

#appointment .radio-custom-dummy:after {
	background: #000;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
}

#appointment .modal-body {
	padding: 15px 30px 30px;
}

#appointment .modal-body p + * {
	margin-top: 20px;
}

#appointment .modal-body * + .register-form,
#appointment .modal-body * + .login-form,
#appointment .modal-body * + hr {
	margin-top: 30px;
}

#appointment .modal-body > .group-xl + * {
	margin-top: 15px;
}

#appointment .modal-body .register-form .btn-sm {
	padding: 11px 12px;
}

@media (min-width: 992px) {
	#appointment .modal-body .register-form .btn-sm {
		padding: 11px 26px;
	}
}

@media (min-width: 768px) {
	#appointment .modal-body form .form-wrap:nth-child(1), #appointment .modal-body form .form-wrap:nth-child(2) {
		display: inline-block;
		width: 100%;
	}
}

#appointment .login-form {
	display: none;
}

.rd-calendar[data-events-inline="true"] .rdc-inline-event-inner {
	padding: 20px;
	background: #ffffff;
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.16);
}

.rd-calendar[data-events-inline="true"] .rdc-table_events-count {
	display: block;
	opacity: 1;
	transition: .33s;
	z-index: 1;
	text-indent: 0;
}

.rd-calendar[data-events-inline="true"] .rdc-table_events-count::before,
.rd-calendar[data-events-inline="true"] .rdc-table_events-count::after {
	content: '';
}

.rd-calendar[data-events-inline="true"] .rdc-table_events-count::before {
	background: transparent;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.13);
	z-index: -1;
}

.rd-calendar[data-events-inline="true"] .rdc-table_events-count:empty {
	display: none;
}

.rd-calendar[data-events-inline="true"] .rdc-table_events-count span {
	position: absolute;
	bottom: 77%;
	left: 50%;
	z-index: 111;
	transform: translate3d(-50%, 0, 0);
	padding: 6px 10px;
	background-color: #fff;
	font-size: 15px;
	color: #000;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.13);
	opacity: 0;
	white-space: nowrap;
	transition: 250ms;
	will-change: transform, opacity;
}

.rd-calendar[data-events-inline="true"] .rdc-table_events-count span:empty {
	display: none;
}

@media (min-width: 768px) {
	.rd-calendar[data-events-inline="true"] .rdc-table_events-count {
		top: -15px;
	}
}

.rd-calendar[data-events-inline="true"] .rdc-events {
	display: none;
}

.rd-calendar[data-events-inline="true"] .rdc-table_date-outer:hover .rdc-table_events-count span {
	opacity: 1;
}

.dtp {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 2000;
}

.dtp > .dtp-content {
	background: #fff;
	max-width: 300px;
	box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
	position: relative;
	left: 50%;
	margin: 0 auto;
}

@media (max-width: 767.98px) {
	.dtp > .dtp-content {
		max-height: 90vh;
		overflow-y: auto;
	}
}

.dtp .center {
	margin-top: 10px;
}

.dtp-header {
	background: #80deea;
	color: #fff;
	text-align: center;
	padding: 0.3rem;
	position: relative;
}

.dtp-date, .dtp-time {
	background: #ace9f1;
	text-align: center;
	color: #fff;
	padding: 10px;
}

.dtp-date > div {
	padding: 0;
	margin: 0;
}

.dtp-actual-month {
	font-size: 1.5em;
}

.dtp-actual-num, .dtp-actual-maxtime {
	font-size: 3em;
	line-height: 0.9;
}

.dtp-actual-year {
	font-size: 1.5em;
	color: #fff;
}

.dtp-picker {
	padding: 1rem;
	text-align: center;
}

.dtp-picker-month, .dtp-actual-time {
	font-weight: 500;
	text-align: center;
}

.dtp-close {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1rem;
}

.dtp-close > a {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}

.dtp-close > a:hover {
	color: #000;
}

.dtp table.dtp-picker-days {
	margin: 0;
	border: none;
}

.dtp table.dtp-picker-days tr {
	border: none;
}

.dtp table.dtp-picker-days tr > td {
	border: none;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	padding: 1rem 0.3rem;
}

.dtp table.dtp-picker-days tr > td > span.dtp-select-day {
	color: #BDBDBD !important;
}

.dtp table.dtp-picker-days tr > td > a {
	color: #000;
	width: 24px;
	height: 24px;
	display: inline-block;
	text-align: center;
	line-height: 24px;
	border-radius: 50%;
	transition: .3s all ease;
}

.dtp .dtp-picker-time > a {
	color: #000;
	padding: 0.4rem 0.5rem 0.5rem 0.6rem;
	border-radius: 50% !important;
}

.dtp table.dtp-picker-days tr > td > a.selected {
	background: #80deea;
	color: #fff;
}

.dtp table.dtp-picker-days tr > th {
	color: #000;
	text-align: center;
	font-weight: 700;
	padding: 0.4rem 0.3rem;
	border-bottom: none;
}

.dtp .p10, .dtp .p20, .dtp .p60, .dtp .p80 {
	display: inline-block;
	vertical-align: middle;
}

.dtp .p10 {
	width: 10%;
}

.dtp .p10 > a {
	color: #f8f8f8;
	transition: .3s all ease;
}

.dtp .p10 > a:hover {
	color: #000;
}

.dtp .p20 {
	width: 20%;
}

.dtp .p60 {
	width: 60%;
}

.dtp .p80 {
	width: 80%;
}

.dtp-picker-month {
	display: none !important;
}

.dtp-meridien-am, .dtp-meridien-pm {
	position: relative;
	top: 10px;
	color: #000;
	font-weight: 500;
	padding: 0.7rem 0.5rem;
	border-radius: 50% !important;
	text-decoration: none;
	background: #eee;
	font-size: 1rem;
}

.dtp-actual-meridien a.selected {
	background: #80deea;
	color: #fff;
}

.dtp-picker-time {
	position: absolute;
	width: 30px;
	height: 30px;
	font-size: 1em;
	border-radius: 50%;
	cursor: pointer;
	font-weight: 500;
	text-align: center !important;
}

.dtp-picker-time > a {
	display: block;
	line-height: 23px;
	padding: 0.3rem 0.3rem 0.3rem 0.3rem;
}

.dtp-picker-time > a.dtp-select-hour.selected {
	background: #80deea;
	color: #fff;
}

.dtp-picker-time > a.dtp-select-hour.disabled {
	color: #41516A;
}

.dtp-picker-time > a.dtp-select-minute.disabled {
	color: #41516A;
}

.dtp-picker-time > a.dtp-select-minute.selected {
	background: #80deea;
	color: #fff;
}

.dtp-picker-clock {
	margin: 1rem 2rem 0 2rem;
	padding: 1rem;
	border-radius: 50% !important;
	background: white;
}

.dtp-clock-center {
	width: 15px;
	height: 15px;
	background: #41516A;
	border-radius: 50%;
	position: absolute;
	z-index: 50;
}

html[class*="ie"] .dtp-clock-center {
	display: none;
}

.dtp-hand, .dtp-hour-hand {
	position: absolute;
	width: 4px;
	margin-left: -2px;
	background: #41516A;
	transform: rotate(0deg);
	transform-origin: bottom;
	z-index: 1;
}

html[class*="ie"] .dtp-hand, html[class*="ie"] .dtp-hour-hand {
	display: none;
}

.dtp-minute-hand {
	width: 2px;
	margin-left: -1px;
}

.dtp-hand.on {
	background: #80deea;
}

.dtp-buttons {
	padding: 0 1rem 1rem 1rem;
	text-align: right;
}

.dtp .invisible {
	visibility: hidden;
}

.dtp .left {
	float: left;
}

.dtp .right {
	float: right;
}

.dtp-buttons {
	transform: translateY(-10px);
	margin-bottom: -10px;
	margin-left: -10px;
}

.dtp-buttons > *, .dtp-buttons > *:first-child {
	display: inline-block;
	margin-top: 10px;
	margin-left: 10px;
}

.dtp-btn-cancel,
.dtp-btn-ok {
	padding: 5px 25px;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	background-color: #80deea;
	border-color: #80deea;
}

.dtp-btn-cancel:hover, .dtp-btn-cancel:focus, .dtp-btn-cancel:active, .dtp-btn-cancel:hover,
.dtp-btn-ok:hover,
.dtp-btn-ok:focus,
.dtp-btn-ok:active,
.dtp-btn-ok:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.invisible {
	visibility: hidden;
}

.twitter-timeline {
	border: 1px solid #ececee !important;
	border-radius: 6px;
}

/** @section Panel custom */
.card-group-custom {
	margin-bottom: 0;
}

.card-group-custom .card-header + .collapse > .card-body,
.card-group-custom .card-header + .collapse > .list-group {
	border-top: 0;
}

.card-group-custom .card + .card {
	margin-top: 0;
}

.card-custom {
	display: block;
	margin: 0;
	background: inherit;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	text-align: left;
}

.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 {
	margin-top: -7px;
	padding: 0;
	border: 0;
}

.card-custom .card-title {
	margin-bottom: 0;
}

* + .card-group-custom {
	margin-top: 20px;
}

@media (min-width: 768px) {
	* + .card-group-custom {
		margin-top: 27px;
	}
}

.card-simple-wrap {
	border: 1px solid #fafbfc;
}

.card-simple {
	text-align: left;
	border-bottom: 1px solid #dde1e4;
}

.card-simple:last-child {
	border-bottom: 0;
}

.card-simple .card-title a,
.card-simple .card-body {
	background: #fafbfc;
}

.card-simple .card-title a {
	position: relative;
	z-index: 1;
	padding: 14px 21px 14px 56px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: 0;
	color: #31404a;
	background: #fafbfc;
	transition: 1.3s all ease;
}

.card-simple .card-title a:hover {
	color: #516ca9;
}

.card-simple .card-title a.collapsed {
	background: #ffffff;
}

.card-simple .card-title a.collapsed .card-arrow::before {
	transform: translateY(-50%) rotateX(0deg);
}

.card-simple .card-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	color: #516ca9;
	transition: .33s all ease;
}

.card-simple .card-arrow::before {
	content: '\f107';
	position: absolute;
	top: 50%;
	left: 22px;
	z-index: 4;
	font-family: "FontAwesome";
	font-size: 20px;
	font-weight: 400;
	transform: translateY(-50%) rotateX(180deg);
	transition: inherit;
}

.card-simple .collapse {
	position: relative;
	z-index: 1;
	color: #989da7;
}

.card-simple .card-body {
	padding: 0 44px 25px 56px;
}

@media (max-width: 991.98px) {
	.card-simple .card-title a,
	.card-simple .card-body {
		padding-left: 35px;
	}
	.card-simple .card-arrow::before {
		left: 10px;
	}
}

@media (min-width: 768px) {
	.card-simple .card-title a {
		font-size: 18px;
	}
}

/** @section Tooltop Custom */
.tooltip {
	font-size: 14px;
	line-height: 1.2;
}

.tooltip .tooltip-inner {
	padding: 6px 15px;
	border-radius: 40px;
}

.tooltip.bs-tooltip-top .arrow::before {
	border-top-color: #516ca9;
}

.tooltip.bs-tooltip-bottom .arrow::before {
	border-bottom-color: #516ca9;
}

/** @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: 8px;
	background: #fafbfc;
	border-radius: 10px;
}

.progress-linear-bar {
	width: 0;
	height: inherit;
	background: #516ca9;
	transition: 1s all ease-in-out;
	border-radius: inherit;
}

.progress-linear-title {
	color: #31404a;
}

.progress-linear-counter {
	color: #31404a;
}

.progress-linear-counter::after {
	content: "%";
}

* + .progress-linear-body {
	margin-top: 11px;
}

.progress-linear + .progress-linear {
	margin-top: 18px;
}

/** @section Circle Progress Bars */
.progress-bar-circle {
	display: inline-block;
	position: relative;
	text-align: center;
	line-height: 1.2;
}

.progress-bar-circle canvas {
	vertical-align: middle;
}

.progress-bar-circle span {
	position: absolute;
	top: 50%;
	left: 51%;
	font-size: 36px;
	line-height: 36px;
	transform: translate(-50%, -50%);
	color: #989da7;
}

.progress-bar-circle span::after {
	content: "%";
}

.progress-bar-circle-title {
	font-size: 14px;
	letter-spacing: .05em;
	text-transform: uppercase;
}

* + .progress-bar-circle-title {
	margin-top: 12px;
}

/** @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-mod-1 .owl-stage .owl-item .owl-item {
	width: 100%;
	display: flex;
	justify-content: space-around;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav,
.owl-carousel .owl-dots {
	-webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	user-select: none;
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}


.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel.owl-drag .owl-item {
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
 
}

.owl-carousel.owl-grab {
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .owl-nav {
	pointer-events: none;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 48px;
	line-height: 1;
	cursor: pointer;
	pointer-events: auto;
	color: #989da7;
	transition: .25s;
}

.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 {
	color: #516ca9;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
	opacity: .5;
	color: #989da7;
	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 {
	margin-top: 5px;
	text-align: center;
}

.owl-carousel .owl-dot {
	display: inline-block;
	zoom: 1;
	margin: 0 8px;
}

.owl-carousel .owl-dot span {
	position: relative;
	width: 10px;
	height: 10px;
	background: #516ca9;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 5px;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
}

.owl-carousel .owl-dot span:before {
	display: none;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 25px;
	height: 25px;
	transform: translate(-50%, -50%);
}

.mobile .owl-carousel .owl-dot span:before,
.tablet .owl-carousel .owl-dot span:before {
	display: block;
}

.owl-carousel .owl-dot.active span, .owl-carousel .owl-dot:hover span {
	background: #989da7;
}

@media (min-width: 992px) {
	.owl-carousel .owl-dots {
		margin-top: 32px;
	}
}

.owl-carousel-1 .owl-dots {
	text-align: left;
}

* + .owl-carousel-1 {
	margin-top: 19px;
}

@media (min-width: 992px) {
	.owl-carousel-2 .owl-dots {
		margin-top: 20px;
	}
}

* + .owl-carousel-2 {
	margin-top: 27px;
}

.owl-carousel-3 .owl-nav {
	display: none;
}

.owl-carousel-3 .owl-prev,
.owl-carousel-3 .owl-next {
	top: 31%;
	font-size: 40px;
	transform: none;
}

.owl-carousel-3 .owl-prev {
	left: 0;
}

.owl-carousel-3 .owl-next {
	right: 0;
}

@media (min-width: 768px) {
	.owl-carousel-3 {
		padding: 0 25px;
	}
	.owl-carousel-3 .owl-dots {
		display: none;
	}
	.owl-carousel-3 .owl-nav {
		display: block;
	}
}

@media (min-width: 1600px) {
	.owl-carousel-3 {
		padding: 0;
	}
	.owl-carousel-3 .owl-prev,
	.owl-carousel-3 .owl-next {
		font-size: 60px;
	}
	.owl-carousel-3 .owl-prev {
		left: -50px;
	}
	.owl-carousel-3 .owl-next {
		right: -50px;
	}
}

* + .owl-carousel-3 {
	margin-top: 27px;
}

* + .owl-carousel-4 {
	margin-top: 20px;
}

@media (min-width: 1200px) {
	* + .owl-carousel-4 {
		margin-top: 30px;
	}
}

@media (min-width: 1600px) {
	* + .owl-carousel-4 {
		margin-top: 44px;
	}
}

.owl-carousel-term {
	max-width: 890px;
	padding: 0 20px;
}

.owl-carousel-term .owl-prev {
	left: 0;
}

.owl-carousel-term .owl-next {
	right: 0;
}

.owl-carousel-term a {
	font-weight: 700;
	color: #516ca9;
}

.owl-carousel-term a:hover {
	color: #989da7;
}

@media (min-width: 1200px) {
	.owl-carousel-term {
		padding: 0;
	}
}

* + .owl-carousel-term {
	margin-top: 37px;
}

.owl-nav-bottom .owl-prev,
.owl-nav-bottom .owl-next {
	position: static;
	display: inline-block;
	transform: none;
}

.owl-nav-bottom .owl-next {
	margin-left: 14px;
}

.owl-nav-bottom * + .owl-nav {
	margin-top: 15px;
}

* + .owl-nav-bottom {
	margin-top: 28px;
}

.owl-team {
	margin-bottom: -20px;
}

.owl-team .team-box {
	margin: 30px 0 20px;
}

.owl-team .owl-nav {
	display: none;
}

.owl-team .owl-prev,
.owl-team .owl-next {
	top: 35%;
	font-size: 40px;
	transform: none;
}

.owl-team .owl-prev {
	left: -15px;
}

.owl-team .owl-next {
	right: -15px;
}

.owl-team .owl-dots {
	margin-top: 0;
}

@media (min-width: 768px) {
	.owl-team .owl-dots {
		display: none;
	}
	.owl-team .owl-nav {
		display: block;
	}
}

@media (min-width: 1200px) {
	.owl-team .owl-prev {
		left: -10px;
	}
	.owl-team .owl-next {
		right: -10px;
	}
}

@media (min-width: 1600px) {
	.owl-team .owl-prev,
	.owl-team .owl-next {
		font-size: 60px;
	}
	.owl-team .owl-prev {
		left: -30px;
	}
	.owl-team .owl-next {
		right: -30px;
	}
}

.owl-flex .owl-stage {
	display: flex;
	align-items: center;
}

/** @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-left: auto;
	margin-right: auto;
	margin-bottom: -5px;
}

.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: #516ca9;
}

.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: #516ca9;
	height: 5px;
	width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
	width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
	opacity: 1;
}

.lg-autoplay-button:after {
	content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
	content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

#lg-zoom-in:after {
	content: "\e311";
}

#lg-actual-size {
	font-size: 20px;
}

#lg-actual-size:after {
	content: "\e033";
}

#lg-zoom-out {
	opacity: 0.5;
	pointer-events: none;
}

#lg-zoom-out:after {
	content: "\e312";
}

.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto;
}

.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1090;
	height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible;
}

.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #FFF;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	-moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%;
}

.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow 0.3s ease 0s;
	-o-transition: box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s;
	width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
	box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0;
}

.lg-fullscreen:after {
	content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
	content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, 0.25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1091;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
	-o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
	transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transform: translate3d(0, 0px, 0);
	-o-transform: translate3d(0, 0px, 0);
	-ms-transform: translate3d(0, 0px, 0);
	-webkit-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
	opacity: 1;
	visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
	color: #FFF;
}

.lg-outer .lg-dropdown {
	background-color: #fff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-moz-transform: translate3d(0, 5px, 0);
	-o-transform: translate3d(0, 5px, 0);
	-ms-transform: translate3d(0, 5px, 0);
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	-webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	-moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	-o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #FFF;
	right: 16px;
	top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
	margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
	color: #333;
}

.lg-outer .lg-dropdown a {
	color: #333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
	color: #333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto;
}

.lg-outer #lg-share {
	position: relative;
}

.lg-outer #lg-share:after {
	content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
	content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
	color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
	content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
	color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
	content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
	color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
	content: "\e903";
}

.lg-css3.lg-zoom-in .lg-item {
	opacity: 0;
}

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(1.3, 1.3, 1.3);
	transform: scale3d(1.3, 1.3, 1.3);
}

.lg-css3.lg-zoom-in .lg-item.lg-next-slide {
	-webkit-transform: scale3d(1.3, 1.3, 1.3);
	transform: scale3d(1.3, 1.3, 1.3);
}

.lg-css3.lg-zoom-in .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-in .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-in-big .lg-item {
	opacity: 0;
}

.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(2, 2, 2);
	transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-big .lg-item.lg-next-slide {
	-webkit-transform: scale3d(2, 2, 2);
	transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-big .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-out .lg-item {
	opacity: 0;
}

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(0.7, 0.7, 0.7);
	transform: scale3d(0.7, 0.7, 0.7);
}

.lg-css3.lg-zoom-out .lg-item.lg-next-slide {
	-webkit-transform: scale3d(0.7, 0.7, 0.7);
	transform: scale3d(0.7, 0.7, 0.7);
}

.lg-css3.lg-zoom-out .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-out .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-out-big .lg-item {
	opacity: 0;
}

.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(0, 0, 0);
	transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-big .lg-item.lg-next-slide {
	-webkit-transform: scale3d(0, 0, 0);
	transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-big .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-big .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-out-in .lg-item {
	opacity: 0;
}

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(0, 0, 0);
	transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide {
	-webkit-transform: scale3d(2, 2, 2);
	transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-out-in .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-in-out .lg-item {
	opacity: 0;
}

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(2, 2, 2);
	transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide {
	-webkit-transform: scale3d(0, 0, 0);
	transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-in-out .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-soft-zoom .lg-item {
	opacity: 0;
}

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}

.lg-css3.lg-soft-zoom .lg-item.lg-next-slide {
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
	transform: scale3d(0.9, 0.9, 0.9);
}

.lg-css3.lg-soft-zoom .lg-item.lg-current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide, .lg-css3.lg-soft-zoom .lg-item.lg-next-slide, .lg-css3.lg-soft-zoom .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-scale-up .lg-item {
	opacity: 0;
}

.lg-css3.lg-scale-up .lg-item.lg-prev-slide {
	-moz-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
	-o-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
	-ms-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
	-webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
	transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
}

.lg-css3.lg-scale-up .lg-item.lg-next-slide {
	-moz-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
	-o-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
	-ms-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
	-webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
	transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
}

.lg-css3.lg-scale-up .lg-item.lg-current {
	-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-scale-up .lg-item.lg-prev-slide, .lg-css3.lg-scale-up .lg-item.lg-next-slide, .lg-css3.lg-scale-up .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide-circular .lg-item.lg-next-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.lg-css3.lg-slide-circular .lg-item.lg-current {
	-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular .lg-item.lg-next-slide, .lg-css3.lg-slide-circular .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-up .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
}

.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
}

.lg-css3.lg-slide-circular-up .lg-item.lg-current {
	-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-down .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
}

.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
}

.lg-css3.lg-slide-circular-down .lg-item.lg-current {
	-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-vertical .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
	transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
	transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
	-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
	-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide {
	-moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
	-o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
	-ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
	-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-vertical .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

.lg-css3.lg-slide-vertical .lg-item.lg-next-slide {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.lg-css3.lg-slide-vertical .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-vertical-growth .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {
	-moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
	-o-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
	-ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
	-webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
	transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide {
	-moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
	-o-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
	-ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
	-webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
	transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
	-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {
	-moz-transform: skew(10deg, 0deg);
	-o-transform: skew(10deg, 0deg);
	-ms-transform: skew(10deg, 0deg);
	-webkit-transform: skew(10deg, 0deg);
	transform: skew(10deg, 0deg);
}

.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide {
	-moz-transform: skew(10deg, 0deg);
	-o-transform: skew(10deg, 0deg);
	-ms-transform: skew(10deg, 0deg);
	-webkit-transform: skew(10deg, 0deg);
	transform: skew(10deg, 0deg);
}

.lg-css3.lg-slide-skew-only .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg);
	-o-transform: skew(0deg, 0deg);
	-ms-transform: skew(0deg, 0deg);
	-webkit-transform: skew(0deg, 0deg);
	transform: skew(0deg, 0deg);
	opacity: 1;
}

.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only-rev .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {
	-moz-transform: skew(-10deg, 0deg);
	-o-transform: skew(-10deg, 0deg);
	-ms-transform: skew(-10deg, 0deg);
	-webkit-transform: skew(-10deg, 0deg);
	transform: skew(-10deg, 0deg);
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide {
	-moz-transform: skew(-10deg, 0deg);
	-o-transform: skew(-10deg, 0deg);
	-ms-transform: skew(-10deg, 0deg);
	-webkit-transform: skew(-10deg, 0deg);
	transform: skew(-10deg, 0deg);
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg);
	-o-transform: skew(0deg, 0deg);
	-ms-transform: skew(0deg, 0deg);
	-webkit-transform: skew(0deg, 0deg);
	transform: skew(0deg, 0deg);
	opacity: 1;
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only-y .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {
	-moz-transform: skew(0deg, 10deg);
	-o-transform: skew(0deg, 10deg);
	-ms-transform: skew(0deg, 10deg);
	-webkit-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide {
	-moz-transform: skew(0deg, 10deg);
	-o-transform: skew(0deg, 10deg);
	-ms-transform: skew(0deg, 10deg);
	-webkit-transform: skew(0deg, 10deg);
	transform: skew(0deg, 10deg);
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg);
	-o-transform: skew(0deg, 0deg);
	-ms-transform: skew(0deg, 0deg);
	-webkit-transform: skew(0deg, 0deg);
	transform: skew(0deg, 0deg);
	opacity: 1;
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {
	-moz-transform: skew(0deg, -10deg);
	-o-transform: skew(0deg, -10deg);
	-ms-transform: skew(0deg, -10deg);
	-webkit-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide {
	-moz-transform: skew(0deg, -10deg);
	-o-transform: skew(0deg, -10deg);
	-ms-transform: skew(0deg, -10deg);
	-webkit-transform: skew(0deg, -10deg);
	transform: skew(0deg, -10deg);
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg);
	-o-transform: skew(0deg, 0deg);
	-ms-transform: skew(0deg, 0deg);
	-webkit-transform: skew(0deg, 0deg);
	transform: skew(0deg, 0deg);
	opacity: 1;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide {
	-moz-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
	-o-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
	-ms-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
	-webkit-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
	transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew .lg-item.lg-next-slide {
	-moz-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
	-o-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
	-ms-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
	-webkit-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
	transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	opacity: 1;
}

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew .lg-item.lg-next-slide, .lg-css3.lg-slide-skew .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-rev .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {
	-moz-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
	-o-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
	-ms-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
	-webkit-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
	transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide {
	-moz-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
	-o-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
	-ms-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
	-webkit-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
	transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	opacity: 1;
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-cross .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
	-moz-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
	-o-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
	-ms-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
	-webkit-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
	transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide {
	-moz-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
	-o-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
	-ms-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
	-webkit-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
	transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	opacity: 1;
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
	-moz-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
	-o-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
	-ms-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
	-webkit-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
	transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide {
	-moz-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
	-o-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
	-ms-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
	-webkit-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
	transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	opacity: 1;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {
	-moz-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
	-o-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
	-ms-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
	-webkit-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
	transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide {
	-moz-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
	-o-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
	-ms-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
	-webkit-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
	transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	opacity: 1;
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {
	-moz-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
	-o-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
	-ms-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
	-webkit-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
	transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide {
	-moz-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
	-o-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
	-ms-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
	-webkit-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
	transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	opacity: 1;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {
	-moz-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
	-o-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
	-ms-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
	-webkit-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
	transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide {
	-moz-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
	-o-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
	-ms-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
	-webkit-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
	transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	opacity: 1;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {
	-moz-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
	-o-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
	-ms-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
	-webkit-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
	transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide {
	-moz-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
	-o-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
	-ms-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
	-webkit-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
	transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
	-moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	-webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
	opacity: 1;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-lollipop .lg-item {
	opacity: 0;
}

.lg-css3.lg-lollipop .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-lollipop .lg-item.lg-next-slide {
	-moz-transform: translate3d(0, 0, 0) scale(0.5);
	-o-transform: translate3d(0, 0, 0) scale(0.5);
	-ms-transform: translate3d(0, 0, 0) scale(0.5);
	-webkit-transform: translate3d(0, 0, 0) scale(0.5);
	transform: translate3d(0, 0, 0) scale(0.5);
}

.lg-css3.lg-lollipop .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-lollipop .lg-item.lg-prev-slide, .lg-css3.lg-lollipop .lg-item.lg-next-slide, .lg-css3.lg-lollipop .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-lollipop-rev .lg-item {
	opacity: 0;
}

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {
	-moz-transform: translate3d(0, 0, 0) scale(0.5);
	-o-transform: translate3d(0, 0, 0) scale(0.5);
	-ms-transform: translate3d(0, 0, 0) scale(0.5);
	-webkit-transform: translate3d(0, 0, 0) scale(0.5);
	transform: translate3d(0, 0, 0) scale(0.5);
}

.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-lollipop-rev .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-next-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-rotate .lg-item {
	opacity: 0;
}

.lg-css3.lg-rotate .lg-item.lg-prev-slide {
	-moz-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.lg-css3.lg-rotate .lg-item.lg-next-slide {
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.lg-css3.lg-rotate .lg-item.lg-current {
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}

.lg-css3.lg-rotate .lg-item.lg-prev-slide, .lg-css3.lg-rotate .lg-item.lg-next-slide, .lg-css3.lg-rotate .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-rotate-rev .lg-item {
	opacity: 0;
}

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.lg-css3.lg-rotate-rev .lg-item.lg-next-slide {
	-moz-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.lg-css3.lg-rotate-rev .lg-item.lg-current {
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide, .lg-css3.lg-rotate-rev .lg-item.lg-next-slide, .lg-css3.lg-rotate-rev .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-tube .lg-item {
	opacity: 0;
}

.lg-css3.lg-tube .lg-item.lg-prev-slide {
	-moz-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
	-o-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
	-ms-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
	-webkit-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
	transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
}

.lg-css3.lg-tube .lg-item.lg-next-slide {
	-moz-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
	-o-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
	-ms-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
	-webkit-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
	transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
}

.lg-css3.lg-tube .lg-item.lg-current {
	-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-tube .lg-item.lg-prev-slide, .lg-css3.lg-tube .lg-item.lg-next-slide, .lg-css3.lg-tube .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-group:after {
	content: "";
	display: table;
	clear: both;
}

.lg-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1090;
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.lg-outer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lg-outer.lg-visible {
	opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
}

.lg-outer .lg-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}

.lg-outer .lg-item {
	background: url("../images/loading.gif") no-repeat scroll center center transparent;
	display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
	display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
	display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.lg-outer .lg-item.lg-complete {
	background-image: none;
}

.lg-outer .lg-item.lg-current {
	z-index: 1090;
}

.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1;
}

.lg-outer .lg-empty-html {
	display: none;
}

.lg-outer.lg-hide-download #lg-download {
	display: none;
}

.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1090;
	background-color: rgba(0, 0, 0, 0.8);
	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: 1;
}

.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 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: 18px;
	min-height: 28px;
	box-sizing: border-box;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.has-error .select2-container {
	outline: 1px dashed red;
}

.select2-dropdown {
	position: absolute;
	left: -100000px;
	z-index: 1051;
	width: 100%;
	display: block;
	box-sizing: border-box;
	background-color: #fafbfc;
	color: #989da7;
}

.select2-results {
	display: block;
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}

.select2-results__option {
	padding-left: 35px;
	padding-right: 35px;
	font-size: 18px;
	user-select: none;
	transition: .3s;
}

.select2-results__option:hover {
	color: #516ca9;
}

.select2-results__option[aria-selected] {
	cursor: pointer;
}

.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-top: 1px solid white;
}

.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: #fafbfc;
	border-radius: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-top: 21px;
	padding-bottom: 21px;
	padding-left: 35px;
	font-size: 18px;
	line-height: 1;
	color: #989da7;
	padding-right: 35px;
}

.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: #989da7;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 20px;
	height: 26px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -4px;
	margin-top: -2px;
	border-color: #516ca9 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	cursor: default;
	background-color: #fafbfc;
	color: #c1c4ca;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #516ca9 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
	background-color: #fafbfc;
	cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	width: 100%;
	padding: 16px 40px 11px 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: #989da7;
}

.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: 18px;
	background-color: #516ca9;
	color: #ffffff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
	color: #ffffff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #fafbfc;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	cursor: default;
	background-color: #fafbfc;
	color: #c1c4ca;
}

.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: #989da7;
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	background-color: #fafbfc;
	color: #c1c4ca;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #516ca9;
	color: #ffffff;
}

.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;
}

/** @section RD Twitterfeed */
.twitter {
	line-height: 1.4;
}

* + .twitter {
	margin-top: 15px;
}

.twitter-item + .twitter-item {
	margin-top: 14px;
}

@media (min-width: 992px) {
	* + .twitter {
		margin-top: 22px;
	}
	.twitter-item + .twitter-item {
		margin-top: 20px;
	}
}

/** @section Countdown */
.countdown {
	display: inline-flex;
	justify-content: center;
	text-align: center;
	max-width: 900px;
	margin-left: -5px;
	margin-right: -5px;
	line-height: 1.2;
}

.countdown-block {
	position: relative;
	padding: 0 5px;
}

.countdown-block-seconds {
	display: none;
}

.countdown-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.countdown-circle {
	fill: transparent;
	width: 100%;
	max-width: 200px;
	height: auto;
}

.countdown-circle-bg {
	fill: rgba(0, 0, 0, 0.1);
	stroke-width: 0;
}

.countdown-circle-fg {
	stroke-width: 0;
}

.countdown-counter {
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	color: #2e3844;
}

.countdown-title {
	font-size: 16px;
	line-height: 1.2;
	text-transform: lowercase;
	color: #82929c;
}

* + .countdown {
	margin-top: 10px;
}

.countdown + * {
	margin-top: 30px;
}

@media (min-width: 576px) {
	.countdown-block-seconds {
		display: block;
	}
}

@media (min-width: 768px) {
	.countdown {
		margin-left: -15px;
		margin-right: -15px;
	}
	.countdown-block {
		padding: 0 15px;
	}
	.countdown-counter {
		font-size: 34px;
	}
	.countdown-title {
		font-size: 19px;
	}
	* + .countdown {
		margin-top: 20px;
	}
}

@media (min-width: 992px) {
	.countdown-counter {
		font-size: 48px;
	}
	* + .countdown {
		margin-top: 20px;
	}
}

@media (min-width: 1600px) {
	* + .countdown {
		margin-top: 44px;
	}
}

.context-dark .countdown-counter, .bg-gray-800 .countdown-counter, .bg-primary .countdown-counter,
.context-dark .countdown-title,
.bg-gray-800 .countdown-title,
.bg-primary .countdown-title {
	color: #ffffff;
}

.context-dark .countdown-circle-bg, .bg-gray-800 .countdown-circle-bg, .bg-primary .countdown-circle-bg {
	fill: rgba(255, 255, 255, 0.1);
}


/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*
*
* Posts
*/
.post {
	text-align: left;
}

.post-classic-title {
	letter-spacing: .1em;
}

.post-classic-panel {
	margin-bottom: -20px;
	margin-left: -36px;
	font-size: 18px;
	line-height: 1;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.post-classic-panel:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.post-classic-panel > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 36px;
}

.post-classic-panel > *:not(.badge) {
	position: relative;
	top: 2px;
}

.post-classic-comments .icon,
.post-classic-time .icon {
	color: #9b9b9b;
}

.post-classic-comments > *,
.post-classic-time > * {
	display: inline-block;
	vertical-align: middle;
}

.post-classic-comments .icon {
	font-size: 24px;
	position: relative;
	top: -4px;
}

.post-classic-comments a, .post-classic-comments a:focus, .post-classic-comments a:active {
	color: inherit;
}

.post-classic-comments a:hover {
	color: #6689ff;
}

.post-classic-comments span + * {
	margin-left: 6px;
}

.post-classic-time .icon {
	position: relative;
	top: -2px;
	font-size: 20px;
}

.post-classic-time span + * {
	margin-left: 3px;
}

.post-classic-author {
	color: #9b9b9b;
}

.post-classic-author a {
	display: inline-block;
	margin-left: 5px;
}

.post-classic-author a, .post-classic-author a:focus, .post-classic-author a:active {
	color: #6689ff;
}

.post-classic-author a:hover {
	color: #6689ff;
}

.post-classic-figure {
	display: block;
	overflow: hidden;
}

.post-classic-figure img {
	width: 100%;
	transition: all .3s ease;
}

.post-classic-gallery {
	display: block;
	overflow: hidden;
}

.post-classic-figure-small {
	overflow: hidden;
}

.post-classic-figure-small img {
	width: 100%;
	transition: all .3s ease;
}

@media (min-width: 992px) {
	.desktop .post-classic-figure img,
	.desktop .post-classic-figure-small img {
		transform: scale(1.025);
		will-change: transform;
	}
	.desktop .post-classic:hover .post-classic-figure img,
	.desktop .post-classic:hover .post-classic-figure-small img {
		transform: none;
	}
}

* + .post-classic-panel {
	margin-top: 20px;
}

.post-classic-panel + * {
	margin-top: 30px;
}

.post-classic-panel + .owl-carousel {
	margin-top: 30px;
}

* + .post-classic-text {
	margin-top: 26px;
}

* + .post-classic-figure {
	margin-top: 30px;
}

.post-classic + .post-classic {
	margin-top: 60px;
}

@media (max-width: 575px) {
	.col-custom-right {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.col-custom-right > div {
		max-width: calc(50% - 5px);
	}
}

@media (min-width: 576px) {
	.post-classic-figure-small + .post-classic-figure-small {
		margin-top: 8%;
	}
}

@media (min-width: 576px) {
	.col-custom-left {
		max-width: 62.5%;
		flex: 0 0 62.5%;
	}
	.col-custom-right {
		max-width: 37.5%;
		flex: 0 0 37.5%;
	}
}

.post-modern-figure {
	position: relative;
	overflow: hidden;
	display: block;
}

.post-modern-figure img {
	width: 100%;
	transition: all .3s ease;
}

.post-modern-time {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px 17px 0 1px;
	color: #6689ff;
	font-size: 21px;
	line-height: 1;
	letter-spacing: .025em;
	text-transform: uppercase;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	background: #ffffff;
}

.post-modern-time::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 15px;
	background: inherit;
	transform: translate3d(0, -100%, 0) skewX(30deg);
	transform-origin: 50% 100%;
	will-change: transform;
}

.post-modern-time .post-modern-time-month {
	font-size: 32px;
}

.post-modern-time .post-modern-time-month::after {
	content: '/';
	position: relative;
	display: inline-block;
	font-size: inherit;
	color: inherit;
	margin-left: 3px;
}

.post-modern-time * + .post-modern-time-number {
	margin-left: 2px;
}

.post-modern-text {
	letter-spacing: .025em;
	color: #9b9b9b;
}

@media (min-width: 992px) {
	.desktop .post-modern-figure img {
		transform: scale(1.025);
		will-change: transform;
	}
	.desktop .post-modern:hover .post-modern-figure img {
		transform: none;
	}
}

@media (min-width: 768px) {
	.post-modern-time {
		font-size: 24px;
	}
}

* + .post-modern-title {
	margin-top: 20px;
}

* + .post-modern-text {
	margin-top: 12px;
}

.post-creative {
	position: relative;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
	transition: all .3s ease-in-out;
	z-index: 1;
}

.post-creative-2 .post-creative-time,
.post-creative-2 .post-creative-author a:hover,
.post-creative-2 .post-creative-title a:hover {
	color: #7796ff;
}

.post-creative-header {
	padding: 19px 15px 13px;
	text-transform: uppercase;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

@media (max-width: 767px) {
	.post-creative-header .group-md > * {
		margin-bottom: 0;
	}
	.post-creative-header .post-creative-time {
		margin-bottom: 17px;
	}
}

.post-creative-header > div {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
}

@media (max-width: 767px) {
	.post-creative-header > div {
		flex-direction: column;
		align-items: center;
	}
	.post-creative-header > div .unit-left, .post-creative-header > div .unit-body, .post-creative-header > div .post-creative-time {
		margin-left: 0;
		margin-right: 10px;
	}
}

@media (min-width: 576px) {
	.post-creative-header > div {
		align-items: center;
		justify-content: space-between;
	}
}

.post-creative-author {
	color: #9b9b9b;
}

.post-creative-author a, .post-creative-author a:focus, .post-creative-author a:active {
	color: inherit;
}

.post-creative-author a:hover {
	color: #6689ff;
}

.post-creative-time {
	color: #6689ff;
}

.post-creative-figure {
	position: relative;
	overflow: hidden;
	display: block;
}

.post-creative-figure img {
	width: 100%;
	transition: all .3s ease;
}

.post-creative-footer {
	padding: 24px 15px 27px;
}

.post-creative-title {
	line-height: 1.18;
	font-weight: 400;
}

@media (min-width: 992px) {
	.desktop .post-creative {
		box-shadow: none;
		border: 1px solid #d7d7d7;
	}
	.desktop .post-creative-figure {
		margin-right: -1px;
		margin-left: -1px;
	}
	.desktop .post-creative-figure img {
		transform: scale(1.025);
		will-change: transform;
	}
	.desktop .post-creative:hover {
		border-color: transparent;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
	}
	.desktop .post-creative:hover .post-creative-figure img {
		transform: none;
	}
}

@media (min-width: 576px) {
	.post-creative-header {
		padding-left: 20px;
		padding-right: 20px;
	}
	.post-creative-footer {
		padding-left: 20px;
	}
}

.post-aria {
	position: relative;
}

.post-aria-2 .post-aria-time {
	color: #6689ff;
}

.post-aria-2 .post-aria-list-social .icon::after {
	background: #6689ff;
}

.post-aria-figure {
	display: block;
	overflow: hidden;
}

.post-aria-figure img {
	width: 100%;
	transition: all .3s ease;
}

.post-aria-footer {
	position: relative;
	text-align: center;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -80px;
	padding: 20px 15px;
	background: #ffffff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.27);
}

.post-aria-title {
	font-size: 24px;
	font-weight: 300;
	letter-spacing: .02em;
	line-height: 1.2;
}

.post-aria-time {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: .02em;
	text-transform: uppercase;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #6689ff;
}

.post-aria-list-social {
	font-size: 0;
	line-height: 0;
	transition: all .3s ease;
}

.post-aria-list-social .icon {
	position: relative;
	width: 32px;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	border-radius: 50%;
	background: #151515;
	z-index: 1;
}

.post-aria-list-social .icon, .post-aria-list-social .icon:focus, .post-aria-list-social .icon:active {
	color: #ffffff;
}

.post-aria-list-social .icon:hover {
	color: #ffffff;
}

.post-aria-list-social .icon::after {
	display: inline-block;
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: inherit;
	background: #6689ff;
	transform: scale(0);
	transform-origin: 50% 0;
	transition: all .3s ease;
	z-index: -1;
}

.post-aria-list-social .icon:hover {
	background: transparent;
	transition-duration: 0s;
	transition-delay: .3s;
}

.post-aria-list-social .icon:hover::after {
	transform: none;
}

@media (min-width: 992px) {
	.desktop .post-aria {
		padding-bottom: 33px;
	}
	.desktop .post-aria-figure img {
		transform: scale(1.025);
		will-change: transform;
	}
	.desktop .post-aria-footer {
		position: absolute;
		overflow: hidden;
		left: 50%;
		bottom: 0;
		width: 100%;
		transform: translate3d(-50%, 0, 0);
		padding: 24px 20px 20px;
		transition: all .3s ease;
	}
	.desktop .post-aria-list-social {
		overflow: hidden;
		height: 0;
	}
	.desktop .post-aria-list-social li {
		transform: translate3d(0, -100%, 0);
		opacity: 0;
		visibility: hidden;
		transition: inherit;
	}
	.desktop .post-aria:hover .post-aria-figure img {
		transform: none;
	}
	.desktop .post-aria:hover .post-aria-footer {
		padding-top: 24px;
	}
	.desktop .post-aria:hover .post-aria-list-social {
		height: 44px;
	}
	.desktop .post-aria:hover .post-aria-list-social li {
		transform: none;
		opacity: 1;
		visibility: visible;
	}
	.desktop .post-aria:hover .post-aria-list-social li:nth-child(1) {
		transition-delay: 50ms;
	}
	.desktop .post-aria:hover .post-aria-list-social li:nth-child(2) {
		transition-delay: 100ms;
	}
	.desktop .post-aria:hover .post-aria-list-social li:nth-child(3) {
		transition-delay: 150ms;
	}
	.desktop .post-aria:hover .post-aria-list-social li:nth-child(4) {
		transition-delay: 200ms;
	}
	.desktop .post-aria:hover .post-aria-list-social li:nth-child(5) {
		transition-delay: 250ms;
	}
	.desktop .post-aria:hover .post-aria-list-social li:nth-child(6) {
		transition-delay: 300ms;
	}
	.desktop .post-aria:hover .post-aria-list-social li:nth-child(7) {
		transition-delay: 350ms;
	}
	.desktop .post-aria:hover .post-aria-list-social li:nth-child(8) {
		transition-delay: 400ms;
	}
	.desktop .post-aria:hover .post-aria-list-social li:nth-child(9) {
		transition-delay: 450ms;
	}
	.desktop .post-aria:hover .post-aria-list-social li:nth-child(10) {
		transition-delay: 500ms;
	}
}

* + .post-aria-list-social {
	margin-top: 3px;
}

@media (min-width: 992px) {
	.post-aria-title {
		font-size: 30px;
	}
	.post-aria-time {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.post-aria-title {
		font-size: 32px;
	}
	.desktop .post-aria-footer {
		padding: 40px;
	}
}

.post-sidebar {
	text-align: left;
}

.post-sidebar h5 {
	display: inline-block;
	padding: 8px 10px 15px 2px;
	min-width: 150px;
	font-weight: 400;
	letter-spacing: .1em;
	background: #ffffff;
}

.post-sidebar .quote-minimal {
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
}

.post-sidebar .quote-minimal:last-child {
	padding-bottom: 0;
	border: none;
}

.post-sidebar .rd-form .form-input {
	border-color: #ffffff;
	background: #ffffff;
}

.post-sidebar .form-wrap + .form-button {
	margin-top: 14px;
}

.post-sidebar-item {
	background: #efefef;
}

.post-sidebar-item-inset {
	padding: 20px 15px;
}

.list-categories {
	font-size: 16px;
	text-align: left;
}

.list-categories li {
	position: relative;
	padding-left: 50px;
}

.list-categories a, .list-categories a:focus, .list-categories a:active {
	color: inherit;
}

.list-categories a:hover {
	color: #6689ff;
}

.list-categories a::before {
	position: absolute;
	content: '';
	top: 12px;
	left: 0;
	width: 0;
	height: 3px;
	background: #6689ff;
	transition: all .2s ease;
}

.list-categories a.active {
	color: #6689ff;
}

.list-categories a.active::before {
	width: 32px;
}

.list-categories > li + li {
	margin-top: 11px;
}

.post-sidebar-item + .post-sidebar-item {
	margin-top: 55px;
}

@media (min-width: 768px) {
	.post-sidebar-item-inset {
		padding: 36px 30px;
	}
	.post-sidebar-item-inset.inset-right-20 {
		padding-right: 20px;
	}
	.list-categories li {
		padding-left: 70px;
	}
	.list-categories a.active::before {
		width: 52px;
	}
}

@media (min-width: 1200px) {
	.post-sidebar-inset {
		padding-left: 70px;
	}
	.post-sidebar-item-inset {
		padding: 36px 42px;
	}
}



* Footers
*/
.footer-modern {
	background: RED;
}

.footer-modern > * + * {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-modern * + .rd-form {
	margin-top: 8px;
}

.footer-modern-line {
	padding: 50px 0;
}

/** @section Footers */
context-dark .modern-line-2 {
	padding: 50px 0;
	color: #adb8c0;
	background: #004693;
}
.footer-modern-line-2 {
	padding: 40px 0;
}

.footer-modern-line-3 {
	padding: 30px 0;
}

.footer-modern-line-3 a, .footer-modern-line-3 a:focus, .footer-modern-line-3 a:active {
	color: rgba(255, 255, 255, 0.2);
}

.footer-modern-line-3 a:hover {
	color: #ffe745;
}

.footer-modern-title {
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: none;
}

.footer-modern-list {
	text-align: center;
	margin-bottom: -10px;
	margin-left: -10px;
}

.footer-modern-list > li {
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 10px;
}

.footer-modern-list a, .footer-modern-list a:focus, .footer-modern-list a:active {
	color: rgba(255, 255, 255, 0.8);
}

.footer-modern-list a:hover {
	color: #ffe745;
}

.footer-modern-contacts .icon {
	text-align: center;
	width: 35px;
	height: 35px;
	font-size: 20px;
	line-height: 35px;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.1);
}

.footer-modern-contacts a, .footer-modern-contacts a:focus, .footer-modern-contacts a:active {
	color: #ffffff;
}

.footer-modern-contacts a:hover {
	color: #ffe745;
}

.footer-modern-title + * {
	margin-top: 20px;
}

@media (min-width: 576px) {
	.footer-modern-list {
		text-align: center;
		columns: 3;
		break-inside: avoid;
		-moz-column-gap: 30px;
		-webkit-column-gap: 30px;
		margin-left: 0;
	}
	.footer-modern-list > li {
		display: block;
		margin-left: 0;
	}
}

@media (min-width: 768px) {
	.footer-modern {
		text-align: left;
	}
	.footer-modern-list {
		text-align: left;
		columns: 2;
		max-width: 300px;
	}
	.footer-modern-title + * {
		margin-top: 30px;
	}
}

@media (min-width: 992px) {
	.footer-modern-list {
		-moz-column-gap: 20px;
		-webkit-column-gap: 20px;
	}
}

@media (min-width: 1200px) {
	.footer-modern-2 .footer-modern-list {
		-moz-column-gap: 10px;
		-webkit-column-gap: 10px;
	}
	.footer-modern-line {
		padding: 80px 0;
	}
	.footer-modern-line-2 {
		padding: 50px 0;
	}
	.footer-modern-line-3 {
		padding: 40px 0;
	}
	.footer-modern-list {
		-moz-column-gap: 30px;
		-webkit-column-gap: 30px;
	}
	.footer-modern-contacts .phone {
		font-size: 18px;
		letter-spacing: .1em;
	}
}

.footer-social-list {
	font-size: 0;
	line-height: 0;
	transform: translate3d(0, -12px, 0);
	margin-bottom: -12px;
	margin-left: -6px;
	margin-right: -6px;
}

.footer-social-list > * {
	margin-top: 12px;
	padding-left: 6px;
	padding-right: 6px;
}

.footer-social-list .icon {
	overflow: hidden;
	text-align: center;
	width: 42px;
	height: 42px;
	font-size: 20px;
	line-height: 42px;
	background: rgba(255, 255, 255, 0.1);
	z-index: 1;
}

.footer-social-list .icon::after {
	display: inline-block;
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 150%;
	height: 150%;
	background: #ffe745;
	transform-origin: 0 0;
	transform: rotate(45deg) translate3d(-50%, 50%, 0);
	transition: all 0.35s cubic-bezier(0.05, 0.29, 0.11, 1.54);
	pointer-events: none;
	z-index: -1;
}

.footer-social-list .icon:focus::after, .footer-social-list .icon:hover::after {
	transform: rotate(45deg) translate3d(-50%, -50%, 0);
}

.footer-social-list a, .footer-social-list a:focus, .footer-social-list a:active {
	color: #ffffff;
}

.footer-social-list a:hover {
	color: #151515;
}

.footer-social-list .mdi-google-plus {
	font-size: 24px;
}

.footer-social-list-2 .icon::after {
	background: #6046b6;
}

.footer-social-list-2 a:hover {
	color: #ffffff;
}

.footer-social-list-3 .icon {
	width: 35px;
	height: 35px;
	font-size: 22px;
	line-height: 35px;
}

.footer-social-list-4 {
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -4px;
	margin-right: -4px;
}

.footer-social-list-4 > * {
	margin-top: 8px;
	padding-left: 4px;
	padding-right: 4px;
}

.footer-social-list-4 .icon {
	width: 30px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
}

* + .rights {
	margin-top: 30px;
}

hr + .footer-social-list {
	margin-top: 35px;
}

* + .footer-social-list {
	margin-top: 50px;
}

* + .footer-social-list-4 {
	margin-top: 30px;
}

.iso-1 {
	display: inline-block;
	font-size: 18px;
	line-height: 1.33;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #ffffff;
}

.iso-1 span {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.iso-1 .iso-1-big {
	margin-left: 8px;
	font-size: 24px;
	color: #ffffff;
}

/*
*


/*----------------------------------------------------------------------/*

/**trasition**/
.k-effect article:hover span.mask{transition:all .3s ease-in-out .25s;-moz-transition:all .3s ease-in-out .25s;-webkit-transition:all .3s ease-in-out .25s;-o-transition:all .3s ease-in-out .25s}span.mask,#lupa.k-effect article,#lupa.k-effect img{transition:all .2s ease-in-out 0s;-moz-transition:all .2s ease-in-out 0s;-o-transition:all .2s ease-in-out 0s;-webkit-transition:all .2s ease-in-out 0s}#lupa.k-effect{list-style:none outside none;margin:0;padding:0}#lupa.k-effect article{list-style:none outside none}#lupa.k-effect img{border:0 none;opacity:1}#lupa.k-effect article:hover img{opacity:.7}#lupa.k-effect article{background:#fff;border:0px solid rgba(0,0,0,0.25);box-shadow:0 5px 5px -5px rgba(0,0,0,0.25);display:inline-block;position:relative;top:0}#lupa.k-effect article > a{display:block;overflow:hidden;position:relative}#lupa.k-effect span.mask{background-color:rgba(0, 44, 120, 0.54);background-image:url(https://lh4.googleusercontent.com/-WQnshglkK3M/UKJ5d_syX8I/AAAAAAAADuE/0fXdBOvpYmg/s1600/full.png);background-position:center center;background-repeat:no-repeat;position:absolute;left:0;top:0}#lupa.k-effect.top article:hover{box-shadow:0 21px 8px -15px rgba(0,0,0,0.5);top:-5px}#lupa.k-effect.top span.mask{height:70px;top:-80px;width:280px}#lupa.k-effect.top article:hover span.mask{top:0}#lupa.k-effect.bottom article:hover{box-shadow:0 5px 5px -5px rgba(0,0,0,0);top:5px}#lupa.k-effect.bottom span.mask{height:236px;width:280px;opacity:0;top:0}#lupa.k-effect.bottom article:hover span.mask{opacity:1}#lupa.k-effect.left article{left:0}#lupa.k-effect.left article:hover{left:5px}#lupa.k-effect.left span.mask{height:236px;top:0;width:0}#lupa.k-effect.left article:hover span.mask{width:80px}#lupa.k-effect.circle span.mask{border-radius:100%;bottom:0;height:60px;margin:auto;right:0;top:-40px;width:60px;opacity:0}#lupa.k-effect.circle article:hover span.mask{top:0;opacity:1}#lupa.k-effect.circle article:hover img{transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1)}#lupa.k-effect.rotate span.mask{height:60px;left:0;right:0;width:60px;margin:auto;bottom:0;border-radius:100%;transform:rotate(-120deg);-moz-transform:rotate(-120deg);-ms-transform:rotate(-120deg);-o-transform:rotate(-120deg);-webkit-transform:rotate(-120deg);top:40px;opacity:0}#lupa.k-effect.rotate article:hover span.mask{top:0;left:0;opacity:1;transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg)}#lupa.k-effect.rotate article img{transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1)}#lupa.k-effect.rotate article:hover img{transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);-webkit-transform:scale(1)}#lupa.k-effect article > a{height:236px;width:280px}#lupa.k-effect img{max-width:300px}




