/*
*
* Trunk version 1.2.2
*
*/
/**
* Template Style
*
* [Table of contents]
*   1. Custom styles
*     1.1 Main Styles
*     1.2 Typography
*     1.3 Backgrounds
*     1.4 Colors
*     1.5 Main layout
*
*   2. Components
*     2.1  Preloader
*     2.2  Backgrounds
*     2.3  Blogs
*     2.4  Boxes
*     2.5  Breadcrumbs
*     2.6  Buttons
*     2.7  Call To Action
*     2.8  Cards
*     2.9  Comments
*     2.10 Event lightbox
*     2.11 Footers
*     2.12 Forms
*     2.13 Gallery Item
*     2.14 Icons
*     2.15 Links
*     2.16 Lists
*     2.17 Modals-custom
*     2.18 Navigation
*     2.19 Pagination-custom
*     2.20 Panel-custom
*     2.21 Posts
*     2.22 Pricing
*     2.23 Quotes
*     2.24 Snackbars
*     2.25 Tables
*     2.26 Team
*     2.27 Thumbnails
*     2.28 Time-line
*     2.29 Tooltip
*     2.30 Shop
*
*   3. Helpers
*     3.1 Text Alignment
*     3.2 Footer Backgrounds
*     3.3 Text Styling
*     3.4 Visibility Responsive
*     3.5 Groups
*     3.6 Sections
*     3.7 Offsets
*     3.8 Builder Classmap
*     3.9 Decorations
*     3.10 Grid Modules
*
*   4. Modules
*     4.1 Flex grid
*     4.2 Unit-responsive
*
*   5 Plugins
*     5.1  Animate
*     5.2  Books
*     5.3  Bg-Video
*     5.4  Bootstrap-Material Datetimepicker
*     5.5  Countdown
*     5.6  Counter
*     5.7  C3 Charts
*     5.8  Isotope
*     5.9  Owl Carousel
*     5.10 Rd Navbar
*     5.11 Rd Parallax
*     5.12 Rd Google Map
*     5.13 Rd Search
*     5.14 Ui To Top
*     5.15 Tabs
*     5.16 Progress Bars
*     5.17 Jquery Circle Progress
*     5.18 Timecircles
*     5.19 Swiper
*     5.20 Slick
*     5.21 Select2
*     5.22 Scrollbar
*     5.23 Style Switcher
*     5.24 Lightgallery
*     5.25 Parallax Js
*     5.26 Jplayer
*     5.27 Jquery.Fs.Stepper
*     5.28 Instafeed
*     5.29 Twitter
*     5.30 Typed Text
*     5.31 Mfp
*     5.31 Way-Point
*
*   6. Fonts
*     6.1 MDI
*     6.2 FL Bigmug Line
**/
.bg-gradient.bg-secondary-2 {
	background-image: -moz-linear-gradient(-39deg, #be1e2d 59%, #8f1622 100%);
	/* FF3.6-15 */
	background-image: -webkit-linear-gradient(-39deg, #be1e2d 59%, #8f1622 100%);
	/* Chrome10-25,Safari5.1-6 */
	background-image: linear-gradient(135deg, #be1e2d 59%, #8f1622 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#be1e2d', endColorstr='#8f1622', GradientType=1);
}

a:focus,
button:focus {
	outline: none !important;
}

button::-moz-focus-inner {
	border: 0;
}

*:focus {
	outline: none;
}

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;
}

form {
	margin-bottom: 0;
}

address {
	margin-top: 0;
	margin-bottom: 0;
}

figure {
	margin-bottom: 0;
}

html p a:hover {
	text-decoration: none;
}

/*
*
* Main Styles
* ==================================================
*/
/**
* Body
*/
body {
	font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.6;
	color: #838386;
	background-color: #ffffff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
}

@media (min-width: 992px) {
	body {
		font-size: 16px;
		line-height: 1.55556;
	}
}

@media (min-width: 1600px) {
	body {
		font-size: 18px;
	}
}

/**
* Links
*/
a {
	color: #be1e2d;
	text-decoration: none;
	transition: .25s;
}

a:hover, a:focus {
	color: #be1e2d;
	text-decoration: underline;
	outline: none;
}

 a[href*='mailto'] {
	white-space: nowrap;
}

.hidden {
	display: none;
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

hr {
	border-color: #dfe1ea;
	margin-bottom: 0;
}

/*
*
* Typography
* ==================================================
*/
h1, h2, h3, h4, h5, h6, [class^='heading-'] {
	margin-top: 0;
	margin-bottom: 0;
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #151515;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, [class^='heading-'] a {
	display: inline;
	color: inherit;
	transition: .3s all ease;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, [class^='heading-'] a:hover {
	color: #be1e2d;
	text-decoration: none;
}

a {
	display: inline-block;
}

a:hover, a:focus {
	text-decoration: none;
}

h1,
.heading-1 {
	font-size: 34px;
	line-height: 1.2;
	letter-spacing: 0.12em;
}

@media (min-width: 768px) {
	h1,
	.heading-1 {
		font-size: 42px;
		line-height: 1.45;
	}
}

@media (min-width: 1200px) {
	h1,
	.heading-1 {
		font-size: 60px;
	}
}

@media (min-width: 1600px) {
	h1,
	.heading-1 {
		font-size: 80px;
	}
}

h2 {
	font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 28px;
	line-height: 1.2;
	text-transform: none;
}

@media (min-width: 768px) {
	h2 {
		font-size: 34px;
		line-height: 1.26923;
	}
}

@media (min-width: 1200px) {
	h2 {
		font-size: 36px;
	}
}

@media (min-width: 1600px) {
	h2 {
		font-size: 52px;
	}
}

h3 {
	font-size: 24px;
	line-height: 1.45;
	letter-spacing: 0.06em;
}

@media (min-width: 768px) {
	h3 {
		font-size: 28px;
	}
}

@media (min-width: 1200px) {
	h3 {
		font-size: 34px;
		line-height: 1.375;
	}
}

@media (min-width: 1600px) {
	h3 {
		font-size: 48px;
	}
}

h4 {
	font-size: 21px;
	line-height: 1.35;
	letter-spacing: 0.06em;
}

@media (min-width: 768px) {
	h4 {
		font-size: 26px;
		line-height: 1.42857;
	}
}

@media (min-width: 1600px) {
	h4 {
		font-size: 28px;
	}
}

h5,
.heading-5 {
	font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 1.5;
	text-transform: none;
}

@media (min-width: 768px) {
	h5,
	.heading-5 {
		line-height: 1.41667;
	}
}

@media (min-width: 1600px) {
	h5,
	.heading-5 {
		font-size: 24px;
	}
}

.heading-5 {
	font-weight: 300;
}

h6 {
	font-size: 17px;
	line-height: 1.5;
	letter-spacing: 0.12em;
}

@media (min-width: 768px) {
	h6 {
		font-size: 19px;
		line-height: 1.5;
	}
}

@media (min-width: 1600px) {
	h6 {
		font-size: 24px;
	}
}

.big {
	font-size: 18px;
}

@media (min-width: 768px) {
	.big {
		font-size: 19px;
	}
}

@media (min-width: 1600px) {
	.big {
		font-size: 24px;
	}
}

mark,
.mark {
	color: #ffffff;
	background-color: #be1e2d;
	padding: .1em .5em;
}

/*
*
* Colors
* ==================================================
*/

.page .text-secondary {
	color: #be1e2d;
}

.page .text-gray-light {
	color: #838386;
}

/*
*
* Main layout
* ==================================================
*/
.page {
	position: relative;
	overflow: hidden;
	min-height: 100vh !important;
}

.page-header {
	position: relative;
	padding: 0;
	margin: 0;
	border-bottom: none;
}

/**
* Blick
*/

section {
	position: relative;
}

.parallax-text-wrap {
	position: relative;
}

.parallax-text-wrap h3 {
	position: relative;
	z-index: 1;
}

.parallax-text-wrap + * {
	position: relative;
}

.parallax-text {
	position: absolute;
	bottom: -20%;
	left: 0;
	z-index: 0;
	display: none;
	font: 900 36px/1 "Montserrat", sans-serif;
	letter-spacing: .28em;
	text-transform: uppercase;
	white-space: nowrap;
	color: #f7f7f7;
}

@media (min-width: 768px) {
	.parallax-text {
		font-size: 70px;
		bottom: -60%;
		display: block;
	}
}

@media (min-width: 992px) {
	.parallax-text {
		font-size: 100px;
	}
}

@media (min-width: 1200px) {
	.parallax-text {
		font-size: 110px;
		left: -95px;
	}
}

@media (min-width: 1600px) {
	.parallax-text {
		font-size: 150px;
		left: -145px;
	}
}

@media (min-width: 1800px) {
	.parallax-text {
		font-size: 170px;
	}
}

/*
*
* Components
* ==================================================
*/
/*
*
* 2.1  Preloader
* --------------------------------------------------
*/
.page-loader {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	z-index: 9999999;
	background: #ffffff;
	background-image: linear-gradient(380deg, #fff 50%, #c2c2c3 100%);
	transition: .3s all ease;
}

.page-loader.loaded {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

.page-loader .page-loader-body {
	text-align: center;
}

@supports (-webkit-background-clip: text) {
	.page-loader .page-loader-body:before {
		background: linear-gradient(to right, #be1e2d 20%, #be1e2d 40%, #be1e2d 60%, #be1e2d 80%);
		background-size: 200% auto;
		background-clip: text;
		text-fill-color: transparent;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}

.ie-10 .page-loader .page-loader-body:before,
.ie-11 .page-loader .page-loader-body:before {
	color: #be1e2d;
	background: none;
}

.preloader-wrapper {
	display: inline-block;
	font-size: 0;
	position: relative;
	width: 50px;
	height: 50px;
}

.preloader-wrapper.big {
	width: 64px;
	height: 64px;
}

.preloader-wrapper.active {
	-webkit-animation: container-rotate 1568ms linear infinite;
	animation: container-rotate 1568ms linear infinite;
}

@-webkit-keyframes container-rotate {
	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes container-rotate {
	to {
		transform: rotate(360deg);
	}
}

.spinner-layer {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-color: #be1e2d;
}

.spinner-blue {
	border-color: #be1e2d;
}

.spinner-red {
	border-color: #be1e2d;
}

.spinner-yellow {
	border-color: #be1e2d;
}

.spinner-green {
	border-color: #8f1622;
}

.active .spinner-layer.spinner-blue {
	-webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-red {
	/* durations: 4 * ARCTIME */
	-webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-yellow {
	/* durations: 4 * ARCTIME */
	-webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-green {
	/* durations: 4 * ARCTIME */
	-webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer {
	/* durations: 4 * ARCTIME */
	opacity: 1;
	-webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes fill-unfill-rotate {
	12.5% {
		-webkit-transform: rotate(135deg);
	}
	/* 0.5 * ARCSIZE */
	25% {
		-webkit-transform: rotate(270deg);
	}
	/* 1   * ARCSIZE */
	37.5% {
		-webkit-transform: rotate(405deg);
	}
	/* 1.5 * ARCSIZE */
	50% {
		-webkit-transform: rotate(540deg);
	}
	/* 2   * ARCSIZE */
	62.5% {
		-webkit-transform: rotate(675deg);
	}
	/* 2.5 * ARCSIZE */
	75% {
		-webkit-transform: rotate(810deg);
	}
	/* 3   * ARCSIZE */
	87.5% {
		-webkit-transform: rotate(945deg);
	}
	/* 3.5 * ARCSIZE */
	to {
		-webkit-transform: rotate(1080deg);
	}
	/* 4   * ARCSIZE */
}

@keyframes fill-unfill-rotate {
	12.5% {
		transform: rotate(135deg);
	}
	/* 0.5 * ARCSIZE */
	25% {
		transform: rotate(270deg);
	}
	/* 1   * ARCSIZE */
	37.5% {
		transform: rotate(405deg);
	}
	/* 1.5 * ARCSIZE */
	50% {
		transform: rotate(540deg);
	}
	/* 2   * ARCSIZE */
	62.5% {
		transform: rotate(675deg);
	}
	/* 2.5 * ARCSIZE */
	75% {
		transform: rotate(810deg);
	}
	/* 3   * ARCSIZE */
	87.5% {
		transform: rotate(945deg);
	}
	/* 3.5 * ARCSIZE */
	to {
		transform: rotate(1080deg);
	}
	/* 4   * ARCSIZE */
}

@-webkit-keyframes blue-fade-in-out {
	from {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	26% {
		opacity: 0;
	}
	89% {
		opacity: 0;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

@keyframes blue-fade-in-out {
	from {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	26% {
		opacity: 0;
	}
	89% {
		opacity: 0;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes red-fade-in-out {
	from {
		opacity: 0;
	}
	15% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	51% {
		opacity: 0;
	}
}

@keyframes red-fade-in-out {
	from {
		opacity: 0;
	}
	15% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	51% {
		opacity: 0;
	}
}

@-webkit-keyframes yellow-fade-in-out {
	from {
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	75% {
		opacity: 1;
	}
	76% {
		opacity: 0;
	}
}

@keyframes yellow-fade-in-out {
	from {
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	75% {
		opacity: 1;
	}
	76% {
		opacity: 0;
	}
}

@-webkit-keyframes green-fade-in-out {
	from {
		opacity: 0;
	}
	65% {
		opacity: 0;
	}
	75% {
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes green-fade-in-out {
	from {
		opacity: 0;
	}
	65% {
		opacity: 0;
	}
	75% {
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
	position: absolute;
	top: 0;
	left: 45%;
	width: 10%;
	height: 100%;
	overflow: hidden;
	border-color: inherit;
}

.gap-patch .circle {
	width: 1000%;
	left: -450%;
}

.circle-clipper {
	display: inline-block;
	position: relative;
	width: 50%;
	height: 100%;
	overflow: hidden;
	border-color: inherit;
}

.circle-clipper .circle {
	width: 200%;
	height: 100%;
	border-width: 2px;
	/* STROKEWIDTH */
	border-style: solid;
	border-color: inherit;
	border-bottom-color: transparent !important;
	border-radius: 50%;
	-webkit-animation: none;
	animation: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}

.circle-clipper.left .circle {
	left: 0;
	border-right-color: transparent !important;
	-webkit-transform: rotate(129deg);
	transform: rotate(129deg);
}

.circle-clipper.right .circle {
	left: -100%;
	border-left-color: transparent !important;
	-webkit-transform: rotate(-129deg);
	transform: rotate(-129deg);
}

.active .circle-clipper.left .circle {
	/* duration: ARCTIME */
	-webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .circle-clipper.right .circle {
	/* duration: ARCTIME */
	-webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes left-spin {
	from {
		-webkit-transform: rotate(130deg);
	}
	50% {
		-webkit-transform: rotate(-5deg);
	}
	to {
		-webkit-transform: rotate(130deg);
	}
}

@keyframes left-spin {
	from {
		transform: rotate(130deg);
	}
	50% {
		transform: rotate(-5deg);
	}
	to {
		transform: rotate(130deg);
	}
}

@-webkit-keyframes right-spin {
	from {
		-webkit-transform: rotate(-130deg);
	}
	50% {
		-webkit-transform: rotate(5deg);
	}
	to {
		-webkit-transform: rotate(-130deg);
	}
}

@keyframes right-spin {
	from {
		transform: rotate(-130deg);
	}
	50% {
		transform: rotate(5deg);
	}
	to {
		transform: rotate(-130deg);
	}
}

@-webkit-keyframes fade-out {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes fade-out {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

/**
* 2.2  Backgrounds
*/
.context-dark, .bg-gray-darker,
.bg-gray-700,
.bg-gradient, .bg-secondary-2 {
	color: #ffffff;
}

.context-dark h1, .bg-gray-darker h1, .bg-gray-700 h1, .bg-gradient h1, .bg-secondary-2 h1, .context-dark h2, .bg-gray-darker h2, .bg-gray-700 h2, .bg-gradient h2, .bg-secondary-2 h2, .context-dark h3, .bg-gray-darker h3, .bg-gray-700 h3, .bg-gradient h3, .bg-secondary-2 h3, .context-dark h4, .bg-gray-darker h4, .bg-gray-700 h4, .bg-gradient h4, .bg-secondary-2 h4, .context-dark h5, .bg-gray-darker h5, .bg-gray-700 h5, .bg-gradient h5, .bg-secondary-2 h5, .context-dark h6, .bg-gray-darker h6, .bg-gray-700 h6, .bg-gradient h6, .bg-secondary-2 h6, .context-dark [class^='heading-'], .bg-gray-darker [class^='heading-'], .bg-gray-700 [class^='heading-'], .bg-gradient [class^='heading-'], .bg-secondary-2 [class^='heading-'] {
	color: #ffffff;
}

.context-dark .text-gray-light, .bg-gray-darker .text-gray-light, .bg-gray-700 .text-gray-light, .bg-gradient .text-gray-light, .bg-secondary-2 .text-gray-light {
	color: #dfe1ea;
}

.context-dark .box-minimal-border .box-minimal-text, .bg-gray-darker .box-minimal-border .box-minimal-text, .bg-gray-700 .box-minimal-border .box-minimal-text, .bg-gradient .box-minimal-border .box-minimal-text, .bg-secondary-2 .box-minimal-border .box-minimal-text {
	opacity: .6;
}

.context-dark .quote-boxed-text, .bg-gray-darker .quote-boxed-text, .bg-gray-700 .quote-boxed-text, .bg-gradient .quote-boxed-text, .bg-secondary-2 .quote-boxed-text {
	color: #ffffff;
}

.context-dark .quote-boxed-cite, .bg-gray-darker .quote-boxed-cite, .bg-gray-700 .quote-boxed-cite, .bg-gradient .quote-boxed-cite, .bg-secondary-2 .quote-boxed-cite {
	color: #be1e2d;
}

.context-dark .quote-boxed-small, .bg-gray-darker .quote-boxed-small, .bg-gray-700 .quote-boxed-small, .bg-gradient .quote-boxed-small, .bg-secondary-2 .quote-boxed-small {
	color: #838386;
}

.context-dark .owl-dot:hover, .bg-gray-darker .owl-dot:hover, .bg-gray-700 .owl-dot:hover, .bg-gradient .owl-dot:hover, .bg-secondary-2 .owl-dot:hover, .context-dark .owl-dot.active, .bg-gray-darker .owl-dot.active, .bg-gray-700 .owl-dot.active, .bg-gradient .owl-dot.active, .bg-secondary-2 .owl-dot.active {
	background-color: #be1e2d;
}

.context-dark hr, .bg-gray-darker hr, .bg-gray-700 hr, .bg-gradient hr, .bg-secondary-2 hr {
	border-color: #ffffff;
	opacity: .5;
}

.context-dark .box-minimal-border .box-minimal-icon, .bg-gray-darker .box-minimal-border .box-minimal-icon, .bg-gray-700 .box-minimal-border .box-minimal-icon, .bg-gradient .box-minimal-border .box-minimal-icon, .bg-secondary-2 .box-minimal-border .box-minimal-icon {
	color: #ffffff;
}

.context-dark .box-minimal-border .box-minimal-icon svg, .bg-gray-darker .box-minimal-border .box-minimal-icon svg, .bg-gray-700 .box-minimal-border .box-minimal-icon svg, .bg-gradient .box-minimal-border .box-minimal-icon svg, .bg-secondary-2 .box-minimal-border .box-minimal-icon svg {
	fill: #ffffff;
}

.context-dark .box-minimal-border .box-minimal-title, .bg-gray-darker .box-minimal-border .box-minimal-title, .bg-gray-700 .box-minimal-border .box-minimal-title, .bg-gradient .box-minimal-border .box-minimal-title, .bg-secondary-2 .box-minimal-border .box-minimal-title {
	color: #ffffff;
}

.context-dark .box-minimal-border:hover, .bg-gray-darker .box-minimal-border:hover, .bg-gray-700 .box-minimal-border:hover, .bg-gradient .box-minimal-border:hover, .bg-secondary-2 .box-minimal-border:hover {
	background: #be1e2d;
	border-color: #be1e2d;
}

.context-dark .breadcrumbs-custom-path > li.active, .bg-gray-darker .breadcrumbs-custom-path > li.active, .bg-gray-700 .breadcrumbs-custom-path > li.active, .bg-gradient .breadcrumbs-custom-path > li.active, .bg-secondary-2 .breadcrumbs-custom-path > li.active {
	color: #ffffff;
}

.context-dark .breadcrumbs-custom-path > li a, .bg-gray-darker .breadcrumbs-custom-path > li a, .bg-gray-700 .breadcrumbs-custom-path > li a, .bg-gradient .breadcrumbs-custom-path > li a, .bg-secondary-2 .breadcrumbs-custom-path > li a {
	color: #ffffff;
}

.context-dark .breadcrumbs-custom-path > li a:hover, .bg-gray-darker .breadcrumbs-custom-path > li a:hover, .bg-gray-700 .breadcrumbs-custom-path > li a:hover, .bg-gradient .breadcrumbs-custom-path > li a:hover, .bg-secondary-2 .breadcrumbs-custom-path > li a:hover {
	color: #be1e2d;
}

.context-dark .parallax-text, .bg-gray-darker .parallax-text, .bg-gray-700 .parallax-text, .bg-gradient .parallax-text, .bg-secondary-2 .parallax-text {
	opacity: .1;
}

.context-dark .titled-gallery-caption a, .bg-gray-darker .titled-gallery-caption a, .bg-gray-700 .titled-gallery-caption a, .bg-gradient .titled-gallery-caption a, .bg-secondary-2 .titled-gallery-caption a {
		color: #be1e2d;
}

.context-dark .titled-gallery-caption a:hover, .bg-gray-darker .titled-gallery-caption a:hover, .bg-gray-700 .titled-gallery-caption a:hover, .bg-gradient .titled-gallery-caption a:hover, .bg-secondary-2 .titled-gallery-caption a:hover {
	color: #ffffff;
}

/**
* Backgrounds Style
*/
.bg-gray-lighter .post-blog .post-blog-caption,
.bg-gray-darker .post-blog .post-blog-caption,
.bg-gray-700 .post-blog .post-blog-caption {
	background-color: #ffffff;
}

.bg-gray-lighter .post-blog .post-blog-caption-footer,
.bg-gray-darker .post-blog .post-blog-caption-footer,
.bg-gray-700 .post-blog .post-blog-caption-footer {
	border-color: #f7f7f7;
}

/**
* Background White
*/
.bg-default {
	background-color: #ffffff;
	fill: #ffffff;
}

.bg-default:not([style*="background-"]) + .bg-default:not([style*="background-"]) {
	padding-top: 0;
}

.bg-default .time-line-vertical-element:before,
.bg-default .time-line-vertical-element .unit-body:before {
	background-color: #ffffff;
}

/**
* Background Gray Lighter
*/
.bg-gray-lighter {
	background-color: #f7f7f7;
	fill: #f7f7f7;
}

.bg-gray-lighter:not([style*="background-"]) + .bg-gray-lighter:not([style*="background-"]) {
	padding-top: 0;
}

.bg-gray-lighter .parallax-text {
	color: #ffffff;
}

.bg-gray-lighter .time-line-vertical-element:before,
.bg-gray-lighter .time-line-vertical-element .unit-body:before {
	background-color: #f7f7f7;
}


.bg-gray-lighter .form-input {
	background-color: #ffffff;
}

.bg-gray-lighter .box-minimal-border:hover {
	background: #ffffff;
	border-color: #ffffff;
}

.bg-gray-lighter .breadcrumbs-custom-path a, .bg-gray-lighter .breadcrumbs-custom-path a:active, .bg-gray-lighter .breadcrumbs-custom-path a:focus {
	color: #be1e2d;
}

.bg-gray-lighter .breadcrumbs-custom-path a:hover {
	color: #be1e2d;
}

.bg-gray-lighter .breadcrumbs-custom-path li.active {
	color: #be1e2d;
}

/**
* Common Background Gray Darker, Background Images
*/

.bg-gray-darker .list-comma,
.bg-gray-700 .list-comma,
.bg-gradient .list-comma {
	color: #ffffff;
}

.bg-gray-darker .list-comma li:after,
.bg-gray-700 .list-comma li:after,
.bg-gradient .list-comma li:after {
	color: inherit;
}

.bg-gray-darker p.right a:hover,
.bg-gray-700 p.right a:hover,
.bg-gradient p.right a:hover {
	color: #ffffff;
}

.bg-gray-darker a.icon.icon-gray-1:hover,
.bg-gray-700 a.icon.icon-gray-1:hover,
.bg-gradient a.icon.icon-gray-1:hover {
	color: #be1e2d;
}

.bg-gray-darker .event-default-title,
.bg-gray-700 .event-default-title,
.bg-gradient .event-default-title {
	color: #be1e2d;
}

.bg-gray-darker .event-default-title:hover,
.bg-gray-700 .event-default-title:hover,
.bg-gradient .event-default-title:hover {
	color: #ffffff;
}

/**
*  Common Background Gray Darker, Background Images, Background gradient 1
 */

.bg-secondary-2 .box-cta-title,
.bg-gray-darker .box-cta-title,
.bg-gray-700 .box-cta-title {
	color: #be1e2d;
}


.bg-secondary-2 .box-cta,
.bg-gray-darker .box-cta,
.bg-gray-700 .box-cta {
	color: #ffffff;
}


.bg-secondary-2 .link-bold,
.bg-gray-darker .link-bold,
.bg-gray-700 .link-bold {
	color: #be1e2d;
}


.bg-secondary-2 .link-bold:hover,
.bg-gray-darker .link-bold:hover,
.bg-gray-700 .link-bold:hover {
	color: #ffffff;
}


.bg-secondary-2 .box-minimal-title,
.bg-gray-darker .box-minimal-title,
.bg-gray-700 .box-minimal-title {
	color: #be1e2d;
}


.bg-secondary-2 .box-minimal-text,
.bg-gray-darker .box-minimal-text,
.bg-gray-700 .box-minimal-text {
	color: #ffffff;
	opacity: .6;
}


.bg-secondary-2 .box-minimal-header .box-minimal-icon,
.bg-gray-darker .box-minimal-header .box-minimal-icon,
.bg-gray-700 .box-minimal-header .box-minimal-icon {
	color: #ffffff;
}


.bg-secondary-2 .box-minimal-header .box-minimal-icon svg,
.bg-gray-darker .box-minimal-header .box-minimal-icon svg,
.bg-gray-700 .box-minimal-header .box-minimal-icon svg {
	fill: #ffffff;
}

/**
* Background mixed
*/

.bg-secondary-2 .button-default-outline,
.bg-secondary-2 .button-default-outline:focus {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}


.bg-secondary-2 .button-default-outline:hover,
.bg-secondary-2 .button-default-outline:active,
.bg-secondary-2 .button-default-outline:hover {
	color: #ffffff;
	background-color: #be1e2d;
	border-color: #be1e2d;
}

/**
* Background Secondary 2
*/
.bg-secondary-2 {
	background-color: #be1e2d;
	fill: #be1e2d;
}

.bg-secondary-2:not([style*="background-"]) + .bg-secondary-2:not([style*="background-"]) {
	padding-top: 0;
}

.bg-secondary-2 .box-minimal-border:hover {
	background: #29293a;
	border-color: #29293a;
}

/**
* Background Gray Darker
*/
.bg-gray-darker {
	background-color: #151515;
	fill: #151515;
}

.bg-gray-darker:not([style*="background-"]) + .bg-gray-darker:not([style*="background-"]) {
	padding-top: 0;
}

.bg-gray-darker h1 a:hover, .bg-gray-darker h2 a:hover, .bg-gray-darker h3 a:hover, .bg-gray-darker h4 a:hover, .bg-gray-darker h5 a:hover, .bg-gray-darker h6 a:hover, .bg-gray-darker [class^='heading-'] a:hover, .bg-gray-700 h1 a:hover, .bg-gray-700 h2 a:hover, .bg-gray-700 h3 a:hover, .bg-gray-700 h4 a:hover, .bg-gray-700 h5 a:hover, .bg-gray-700 h6 a:hover, .bg-gray-700 [class^='heading-'] a:hover {
	color: #be1e2d;
}

.bg-gray-darker .time-line-vertical:before,
.bg-gray-darker .time-line-vertical-element:last-child .unit-body:after,
.bg-gray-darker .time-line-vertical-element:before,
.bg-gray-darker .time-line-vertical-element .unit-body:before, .bg-gray-700 .time-line-vertical:before,
.bg-gray-700 .time-line-vertical-element:last-child .unit-body:after,
.bg-gray-700 .time-line-vertical-element:before,
.bg-gray-700 .time-line-vertical-element .unit-body:before {
	background-color: #29293a;
	border-color: #be1e2d;
}

.bg-gray-darker .twitter, .bg-gray-700 .twitter {
	color: #ffffff;
}

.bg-gray-darker .time-line-time,
.bg-gray-darker .time-line-content, .bg-gray-700 .time-line-time,
.bg-gray-700 .time-line-content {
	color: #dfe1ea;
}

.bg-gray-darker .radio a,
.bg-gray-darker .checkbox a, .bg-gray-700 .radio a,
.bg-gray-700 .checkbox a {
	color: #be1e2d;
}

.bg-gray-darker .radio a:hover,
.bg-gray-darker .checkbox a:hover, .bg-gray-700 .radio a:hover,
.bg-gray-700 .checkbox a:hover {
	color: #be1e2d;
}

.bg-gray-darker .button-default-outline, .bg-gray-darker .button-default-outline:focus, .bg-gray-700 .button-default-outline, .bg-gray-700 .button-default-outline:focus {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}

.bg-gray-darker .button-default-outline:hover, .bg-gray-darker .button-default-outline:active, .bg-gray-darker .button-default-outline:hover, .bg-gray-700 .button-default-outline:hover, .bg-gray-700 .button-default-outline:active, .bg-gray-700 .button-default-outline:hover {
	color: #ffffff;
	background-color: #be1e2d;
	border-color: #be1e2d;
}

/**
* Background Gradients
*/

.bg-gray-700 {
	background-color: #252525;
	fill: #252525;
}

.bg-gray-700:not([style*="background-"]) + .bg-gray-700:not([style*="background-"]) {
	padding-top: 0;
}

.bg-gray-700 .box-cta .box-cta-title {
	color: #be1e2d;
}

.bg-gray-700 .box-cta p {
	color: #ffffff;
}

.bg-gray-700 .box-cta .button-secondary, .bg-gray-700 .box-cta .button-secondary:focus {
	color: #ffffff;
	background-color: transparent;
	border-color: #ededed;
}

.bg-gray-700 .box-cta .button-secondary:hover, .bg-gray-700 .box-cta .button-secondary:active, .bg-gray-700 .box-cta .button-secondary:hover {
	color: #ffffff;
	background-color: #be1e2d;
	border-color: #be1e2d;
}

/**
* 2.3  Blogs Style
*/
/**
* Blog Inline
*/

/*
*
* 2.4  Boxes
* --------------------------------------------------
*/
/**
* Box minimal
*/
.box-minimal {
	max-width: 390px;
}

.box-minimal * + p {
	margin-top: 15px;
}

.box-minimal .box-minimal-icon {
	font-size: 30px;
	line-height: 1;
	color: #be1e2d;
}

.box-minimal-icon svg {
	fill: #be1e2d;
}

.box-minimal-title {
	color: #29293a;
}

.box-minimal-header {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	transform: translateY(-20px);
	margin-bottom: -20px;
	margin-left: -20px;
}

.box-minimal-header > * {
	display: inline-block;
	margin-top: 20px;
	margin-left: 20px;
}

.box-minimal-text {
	color: #838386;
}

* + .box-minimal-text {
	margin-top: 22px;
}

/**
* Box minimal border
*/
.box-minimal-border {
	padding: 20px 15px;
	border-radius: 8px;
	border: 1px solid #dfe1ea;
	transition: 450ms ease-in-out;
	margin-left: auto;
	margin-right: auto;
}

.box-minimal-border .box-minimal-icon {
	font-size: 30px;
	color: #be1e2d;
}

.box-minimal-border .box-minimal-icon svg {
	fill: #be1e2d;
}

.box-minimal-border .box-minimal-title {
	font-weight: 400;
}

.box-minimal-border * + hr {
	margin-top: 20px;
}

.box-minimal-border:hover {
	background: #f7f7f7;
	border-color: #f7f7f7;
	box-shadow: 0 10px 32px rgba(129, 132, 146, 0.14);
}

@media (min-width: 992px) {
	.box-minimal .box-minimal-icon {
		font-size: 40px;
	}
	.box-minimal-border {
		padding: 40px 25px 45px;
		min-height: 365px;
	}
	.box-minimal-border .box-minimal-icon {
		font-size: 48px;
	}
	.box-minimal-border * + hr {
		margin-top: 30px;
	}
	.box-minimal-icon.box-minimal-icon-lg {
		font-size: 40px;
	}
}

@media (min-width: 1200px) {
	.box-minimal-border {
		padding: 40px 35px 45px;
	}
}

@media (min-width: 1600px) {
	.box-minimal-icon.box-minimal-icon-lg {
		font-size: 52px;
	}
	.box-minimal-border {
		padding: 40px 45px 45px;
	}
}

/**
* Box inline
*/

/**
* Contact Info Wrap
*/

/**
* Box simple
*/
.box-simple {
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #29293a;
}

.box-simple a {
	color: inherit;
}

.box-simple a:hover {
	color: #be1e2d;
}

.box-simple .box-simple-icon {
	font-size: 30px;
	color: #be1e2d;
}

* + .box-simple-text {
	margin-top: 11px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.box-simple {
		font-size: 14px;
	}
	.box-simple h6 {
		font-size: 20px;
	}
}

@media (min-width: 1600px) {
	.box-simple .box-simple-icon {
		font-size: 48px;
	}
}

/**
* 2.5  Breadcrumbs
*/
.breadcrumbs-custom {
	position: relative;
	z-index: 1;
	padding: 35px 0 40px;
	vertical-align: middle;
	text-align: center;
}

.breadcrumbs-custom > .container {
	position: relative;
	z-index: 2;
}

.breadcrumbs-custom:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(41, 41, 58, 0.28);
}

.breadcrumbs-custom:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(-39deg, #101841 0%, rgba(16, 24, 65, 0) 100%);
	opacity: .43;
}

.breadcrumbs-custom-wrap {
	position: relative;
}

.breadcrumbs-custom-path a {
	display: inline;
	vertical-align: baseline;
}

.breadcrumbs-custom-path a, .breadcrumbs-custom-path a:active, .breadcrumbs-custom-path a:focus {
	color: #838386;
}

.breadcrumbs-custom-path a:hover {
	color: #be1e2d;
}

.breadcrumbs-custom-path li {
	position: relative;
	display: inline-block;
	vertical-align: baseline;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.06em;
}

.breadcrumbs-custom-path li:after {
	content: "\f14f";
	font-family: 'Material Design Icons';
	position: absolute;
	top: 53%;
	right: -25px;
	display: inline-block;
	font-style: normal;
	color: #dfe1ea;
	transform: translateY(-50%);
	font-size: 15px;
}

.breadcrumbs-custom-path li + li {
	margin-left: 32px;
}

.breadcrumbs-custom-path li:last-child {
	padding-right: 0;
}

.breadcrumbs-custom-path li:last-child:after {
	display: none;
}

.breadcrumbs-custom-path li.active {
	color: #838386;
}

.breadcrumbs-custom-title {
	position: relative;
	display: inline-block;
	padding: 0 20px;
}

@media (min-width: 768px) {
	.breadcrumbs-custom-title {
		padding: 0 40px;
	}
	.breadcrumbs-custom-title::before, .breadcrumbs-custom-title::after {
		content: url("../images/breadcrumbs-decorate.png");
		position: absolute;
		top: 25%;
		transform: translateY(-50%);
	}
	.breadcrumbs-custom-title::before {
		left: -25px;
	}
	.breadcrumbs-custom-title::after {
		right: -25px;
	}
}

.breadcrumbs-custom-subtitle {
	font-size: 20px;
	line-height: 1.3;
}

* + .breadcrumbs-custom-title {
	margin-top: 12px;
}

* + .breadcrumbs-custom-path {
	margin-top: 20px;
}

@media (max-width: 767px) {
	.breadcrumbs-custom-title {
		font-size: 26px;
	}
}

@media (min-width: 576px) {
	.breadcrumbs-custom-path > li + li {
		margin-left: 52px;
	}
	.breadcrumbs-custom-path > li + li:after {
		right: -35px;
	}
}

@media (min-width: 768px) {
	.breadcrumbs-custom {
		padding: 70px 0 80px;
	}
	.breadcrumbs-custom-subtitle {
		font-size: 26px;
	}
	* + .breadcrumbs-custom-path {
		margin-top: 50px;
	}
}

@media (min-width: 1200px) {
	.breadcrumbs-custom {
		padding: 120px 0 50px;
	}
	.breadcrumbs-custom-subtitle {
		font-size: 30px;
	}
	.breadcrumbs-custom-path li {
		font-size: 18px;
	}
}

@media (min-width: 1600px) {
	* + .breadcrumbs-custom-path {
		margin-top: 100px;
	}
}

/*
*
* 2.6  Buttons
* --------------------------------------------------
*/
/**
* Button General Styles
*/
.button {
	position: relative;
	display: inline-block;
	max-width: 100%;
	padding: 9px 30px;
	min-width: 210px;
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	border: 2px solid;
	border-radius: 35px;
	font-size: 19px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	transition: .25s all ease;
	white-space: pre-wrap;
}

.button:focus, .button:active, .button:active:focus {
	outline: none;
}

.button.disabled {
	color: black;
	background-color: gray;
}

@media (min-width: 768px) {
	.button {
		padding: 14px 38px;
	}
}

@media (min-width: 992px) {
	.button {
		min-width: 230px;
	}
}

.button-block {
	display: block;
	width: 100%;
}

/**
* Buttons appearance style
*/

.button-secondary, .button-secondary:focus {
	color: #ffffff;
	background-color: #be1e2d;
	border-color: #be1e2d;
}

.button-secondary:hover, .button-secondary:active, .button-secondary:hover {
	color: #ffffff;
	background-color: #8f1622;
	border-color: #8f1622;
}

.button-default-outline, .button-default-outline:focus {
	color: #29293a;
	background-color: #ffffff;
	border-color: #ededed;
}

.button-default-outline:hover, .button-default-outline:active, .button-default-outline:hover {
	color: #ffffff;
	background-color: #be1e2d;
	border-color: #be1e2d;
}

/**
* Buttons sizes
*/
.button-xs {
	padding: 9px 28px;
	font-size: 14px;
	line-height: 24px;
	min-width: 150px;
}

.button-sm {
	min-width: 170px;
	padding: 8.8px 28px;
	font-size: 16px;
	line-height: 24px;
}

@media (min-width: 768px) {
	.button-sm {
		padding: 11px 35px;
	}
}

@media (min-width: 1200px) {
	.button-sm {
		min-width: 190px;
	}
}

@media (min-width: 1600px) {
	.button-sm {
		font-size: 16px;
	}
}

/**
* Button Shapes
*/

/**
* Button effects
*/
@media (max-width: 991px) {
	html:not(.desktop) .button-original-content {
		transition: .22s;
		transition-delay: 0s !important;
	}
}

/**
* Button Icon styles
*/

/**
* Button Icon Alternate styles
*/

.btn {
	padding: 10px 20px;
	border-radius: 35px;
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	transition: .22s;
}

.btn-sm {
	font-size: 12px;
	line-height: 1.2;
}

.btn-primary, .btn-primary:focus {
	color: #ffffff;
	background-color: #be1e2d;
	border-color: #be1e2d;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:hover {
	color: #ffffff;
	background-color: #8f1622;
	border-color: #8f1622;
}

.btn-primary:active:focus {
	background: #8f1622;
	border-color: #8f1622;
	box-shadow: none;
}

/**
* 2.7  Call To Action
*/
.box-cta {
	font-size: 18px;
	color: #838386;
	margin-left: -20px;
	margin-right: -20px;
}

.box-cta > * {
	padding-left: 20px;
	padding-right: 20px;
}

.box-cta-title {
	color: #be1e2d;
}

.box-cta-title + * {
	margin-top: 20px;
}

.box-cta .button {
	font-size: 18px;
}

.box-cta-inline > * + * {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.box-cta-inline {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.box-cta {
		font-size: 19px;
	}
}

@media (min-width: 1600px) {
	.box-cta {
		font-size: 24px;
	}
}

/**
* 2.10 Event lightbox
*/
.event-default {
	position: relative;
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	border-radius: 8px;
	perspective: 1000px;
}

.event-default-title {
	color: #151515;
}

.event-default-title:hover {
	color: #be1e2d;
}

.event-default-wrap {
	text-align: left;
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
}

.event-default-wrap .event-default-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.event-default-wrap .event-default-inner span {
	margin-top: 0;
	font-weight: 400;
	color: #be1e2d;
}

.event-default-inner {
	margin-top: 25px;
	color: #838386;
}

.event-default-inner > * + * {
	margin-top: 12px;
}

.event-default-caption {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	background-color: rgba(0, 0, 0, 0.4);
	transition: 550ms ease-in-out;
}

.event-default-caption > * {
	pointer-events: auto;
}

.event-default-caption .button {
	margin-top: 15px;
}

@media (min-width: 992px) {
	.desktop .event-default-caption {
		opacity: 0;
	}
	.desktop .event-default-caption .button {
		opacity: 0;
		transform: scale3d(0.8, 0.8, 0.8);
		margin-top: 0;
	}
	.desktop .event-default-image {
		transition: 550ms ease-in-out;
		will-change: transform;
	}
	.desktop .event-default:hover .event-default-caption {
		opacity: 1;
	}
	.desktop .event-default:hover .button {
		opacity: 1;
		transform: scale3d(1, 1, 1);
	}
	.desktop .event-default:hover .event-default-image {
		transform: scale3d(1.05, 1.05, 1.05);
	}
}

/**
* 2.11 Footers
*/
/**
* Base Style
*/

/**
* Footer Default Style
*/

/**
* Footer Minimal Style
*/
.page-footer-minimal {
	padding: 55px 0;
}

/**
* Footer Extended Style
*/

p.right {
	letter-spacing: 0.02em;
}

p.right a, p.right a:focus, p.right a:active {
	color: inherit;
}

p.right a:hover {
	color: #be1e2d;
}

* + p.right {
	margin-top: 40px;
}

@media (min-width: 768px) {
	* + p.right {
		margin-top: 50px;
	}
}

@media (min-width: 1600px) {
	* + p.right {
		margin-top: 90px;
	}
}

/*
*
* 2.12 Forms
* --------------------------------------------------
*/
.rd-mailform {
	position: relative;
	text-align: left;
}

@media (max-width: 479px) {
	.rd-mailform .recaptcha {
		transform-origin: 0 50%;
		transform: scale(0.9);
	}
}

input:-webkit-autofill ~ label,
input:-webkit-autofill ~ .form-validation {
	color: #000000 !important;
}

.form-input {
	display: block;
	width: 100%;
	min-height: 60px;
	padding: 18px 25px;
	font-weight: 300;
	line-height: 24px;
	color: #29293a;
	background-color: #f7f7f7;
	background-image: none;
	border: 0px solid #f7f7f7;
	border-radius: 35px;
	-webkit-appearance: none;
}

.form-input:focus {
	outline: 0;
}

@media (min-width: 1600px) {
	.form-input {
		font-size: 18px;
	}
}

textarea.form-input {
	height: 150px;
	min-height: 120px;
	max-height: 255px;
	resize: vertical;
}

.form-wrap {
	position: relative;
}

.form-wrap + .form-wrap {
	margin-top: 20px;
}

.form-wrap-inline + .form-wrap-inline {
	margin-top: 10px;
}

* + .button.form-button,
* + .form-button {
	margin-top: 20px;
}

.form-label,
.form-label-outside {
	font-weight: 300;
	line-height: 24px;
	color: #838386;
}

@media (min-width: 1600px) {
	.form-label,
	.form-label-outside {
		font-size: 18px;
	}
}

.form-label {
	position: absolute;
	top: 30px;
	left: 25px;
	z-index: 9;
	transition: .3s;
	transform: translateY(-50%);
	pointer-events: none;
}

.form-label.focus {
	opacity: 0;
}

.form-label.auto-fill {
	color: #29293a;
}

.form-label-outside {
	padding-left: 21px;
	margin-bottom: 3px;
	font-size: 12px;
	letter-spacing: .02em;
	color: #838386;
	pointer-events: auto;
	cursor: pointer;
}

.form-label-outside, .form-label-outside.focus, .form-label-outside.auto-fill {
	opacity: 1;
	transform: none;
}

.form-label-outside + .form-input + .form-validation {
	top: 36px;
}

.form-validation {
	position: absolute;
	right: 21px;
	top: 3px;
	font-size: 10px;
	line-height: 11px;
	font-weight: 400;
	color: #d9534f;
	transition: .3s;
	z-index: 11;
}

#form-output-global {
	position: fixed;
	bottom: 0;
	visibility: hidden;
	transform: translateY(calc(100% + 30px));
	transition: .3s all ease;
	z-index: 9999999;
	margin: 15px;
}

#form-output-global.active {
	transform: translateY(0);
	visibility: visible;
}

@media (min-width: 768px) {
	#form-output-global {
		margin: 30px;
	}
}

/**
* Radio and Checkbox Custom
*/
/**
* Base Styles
*/
.radio,
.checkbox {
	position: relative;
	font-weight: 300;
	color: #838386;
}

.radio a,
.checkbox a {
	font-weight: inherit;
}

.checkbox a,
.radio a {
	display: inline;
	padding: 0 .2em;
}

.radio {
	padding-left: 36px;
	color: #838386;
	font-weight: 300;
}

@media (min-width: 768px) {
	.radio {
		padding-left: 40px;
	}
}

.checkbox {
	padding-left: 38px;
}

.form-request {
	padding: 30px 15px;
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
	background-color: #ffffff;
	color: #29293a;
}

@media (min-width: 1200px) {
	.form-request {
		padding: 40px 35px;
	}
}

.form-request-modern {
	max-width: 566px;
	background-color: rgba(247, 247, 247, 0.9);
}

.form-request-modern h4 {
	font-size: 24px;
}


.form-request-modern .form-input {
	background-color: #ffffff;
}


.form-request-modern .form-input,
.form-request-modern .form-label {
	color: #29293a;
}

.form-request-modern {
	margin-top: 30px;
	margin-bottom: 30px;
}

.form-request-modern * + .rd-mailform {
	margin-top: 10px;
}

.form-request-modern * + .form-button {
	margin-top: 30px;
}

@media (min-width: 1200px) {
	.form-request-modern {
		margin-top: 0;
		margin-bottom: 0;
	}
}

@media (min-width: 1600px) {
	.form-request-modern * + .form-button {
		margin-top: 40px;
	}
}

.gallery-item {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	overflow: hidden;
	width: 100.1%;
	perspective: 1000px;
}

.gallery-item > * {
	width: 100%;
}

.gallery-item figure {
	width: 100%;
	transition: .55s all ease-in-out;
}

.gallery-item img {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	height: auto;
	max-width: none;
	min-width: 101.5%;
	will-change: transform;
}

.gallery-item .caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	transition: .33s all ease-in-out;
	pointer-events: none;
	background: rgba(0, 0, 0, 0.7);
}

.gallery-item .caption > * {
	pointer-events: auto;
	position: relative;
	z-index: 2;
}

.gallery-item .caption:before {
	position: absolute;
	bottom: 0;
	right: 0;
	transform-origin: 0 100%;
	transform: rotate(45deg);
	content: "";
	display: inline-block;
	width: 100px;
	height: 160px;
	background-color: #be1e2d;
}

.gallery-item .caption:after {
	position: absolute;
	bottom: 0;
	right: 10px;
	content: '\f504';
	font-family: "Material Design Icons";
	font-size: 36px;
	color: #ffffff;
}

.titled-gallery-item .caption {
	background: transparent;
}

.titled-gallery-item .caption:before {
	content: none;
}

.titled-gallery-item .caption:after {
	content: none;
}

.titled-gallery-caption {
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: left;
	color: #be1e2d;
	transition: 550ms ease-in-out;
	font-weight: 400;
}

.titled-gallery-caption a:hover {
	color: #be1e2d;
}

@media (min-width: 992px) {
	.desktop .gallery-item .caption {
		transition: .4s all ease;
		opacity: 0;
	}
	.desktop .gallery-item .caption:before {
		transform: rotate(90deg);
		transition: 350ms 250ms transform;
	}
	.desktop .gallery-item .caption:after {
		transition: 350ms 450ms transform, 350ms 450ms opacity;
		transform: translateX(100%);
		opacity: 0;
	}
	.desktop .gallery-item:hover figure {
		transform: scale3d(1.05, 1.05, 1.05);
	}
	.desktop .gallery-item:hover .caption {
		opacity: 1;
	}
	.desktop .gallery-item:hover .caption:before {
		transform: rotate(45deg);
	}
	.desktop .gallery-item:hover .caption:after {
		transform: translateX(0);
		opacity: 1;
	}
	.desktop .titled-gallery-caption {
		font-size: 24px;
	}
	.desktop .titled-gallery-item .caption {
		perspective: 1000px;
		background: rgba(255, 169, 0, 0.6);
	}
	.desktop .titled-gallery-item .caption:after {
		position: absolute;
		left: 50%;
		top: 50%;
		right: auto;
		bottom: auto;
		content: '\f504';
		font-family: "Material Design Icons";
		color: #ffffff;
		z-index: 2;
		font-size: 60px;
		transform: translate3d(-50%, -50%, -100px);
		transition: 550ms ease-in-out;
	}
	.desktop .titled-gallery-item:hover ~ .titled-gallery-caption {
		color: #be1e2d;
	}
	.desktop .titled-gallery-item:hover .caption:after {
		transform: translate3d(-50%, -50%, 0);
	}
}

/**
* Icons
*/
/**
* Base styles
*/
.icon {
	display: inline-block;
	line-height: 1;
	text-align: center;
}

.icon:before {
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/**
* Alternate styles
*/

.page .icon-gray-1 {
	color: #dfe1ea;
}

.page .icon-secondary-5-filled {
	color: #dfe1ea;
	background: rgba(255, 255, 255, 0.1);
}

.page a.icon-gray-1:hover {
	color: #be1e2d;
}

.page a.icon-secondary-5-filled:hover {
	color: #ffffff;
	background: #be1e2d;
}

.page a.icon-secondary-5-filled[class*='facebook']:hover {
	background: #4d70a8;
}

.page a.icon-secondary-5-filled[class*='twitter']:hover {
	background: #02bcf3;
}

.page a.icon-secondary-5-filled[class*='instagram']:hover {
	background: #444;
}

.page a.icon-secondary-5-filled[class*='google']:hover {
	background: #e2411e;
}

.page a.icon-secondary-5-filled[class*='linkedin']:hover {
	background: #1787b1;
}

/**
* Icon sizes
*/

.page .icon-md-middle {
	font-size: 24px;
}

@media (min-width: 1600px) {
	.page .icon-md-middle {
		font-size: 24px;
	}
}

/**
* Icon shapes
*/
.icon-circle {
	border-radius: 100%;
}

.icon.icon-circle {
	width: 1.75em;
	height: 1.75em;
	line-height: 1.75em;
}

@media (min-width: 768px) {
	.icon.icon-circle {
		width: 1.9em;
		height: 1.9em;
		line-height: 1.9em;
	}
}

@media (min-width: 1600px) {
	.icon.icon-circle {
		width: 2.25em;
		height: 2.25em;
		line-height: 2.25em;
	}
}

/*
*
* Links
* --------------------------------------------------
*/

.link-bold {
	font-weight: 700;
	color: #be1e2d;
}

.link-bold:hover {
	color: #be1e2d;
}

/*
*
* Lists
* --------------------------------------------------
*/
/**
* Basic lists
*/

/**
* List marked
*/
.list-marked {
	padding-left: 25px;
	text-align: left;
}

.list-marked > li {
	position: relative;
	padding-left: 25px;
}

.list-marked > li:before {
	position: absolute;
	top: .21em;
	left: 0;
	content: '\f238';
	font-family: 'Material Design Icons';
	font-size: 1.22em;
	font-weight: 400;
	line-height: 1;
	color: #b7b7b7;
}

.list-marked a {
	color: #29293a;
}

.list-marked a:hover {
	color: #be1e2d;
}

.list-marked > li + li {
	margin-top: 10px;
}

/**
* List ordered
*/

/**
* List darker
*/

/**
* List comma
*/
.list-comma > li {
	display: inline-block;
}

.list-comma > li:not(:last-child):after {
	content: ',';
	display: inline-block;
	margin-right: 3px;
}

/**
* List twitter
*/

/**
* Posts
*/
.post-blog {
	position: relative;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	border-radius: 8px;
	overflow: hidden;
	text-align: left;
	transition: 450ms ease-in-out;
	color: #29293a;
	will-change: transform;
}

.post-blog-title {
	color: #151515;
}

.post-blog-title:hover {
	color: #be1e2d;
}

.post-blog:hover {
	box-shadow: 0 10px 32px rgba(129, 132, 146, 0.14);
}

.post-blog .post-blog-image {
	position: relative;
	min-height: 220px;
}

.post-blog .post-blog-image figure, .post-blog .post-blog-image img {
	min-height: inherit;
}

.post-blog .post-blog-image img {
	width: 100%;
}

@media (min-width: 1600px) {
	.post-blog .post-blog-image {
		min-height: 305px;
	}
}

@supports (object-fit: cover) {
	.post-blog .post-blog-image img {
		width: 100%;
		object-fit: cover;
		object-position: center center;
	}
}

.post-blog-caption {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	padding-top: 25px;
	background-color: #ffffff;
}

.post-blog-caption .post-blog-caption-footer {
	margin-top: auto;
}

.post-blog + .post-blog {
	margin-top: 30px;
}

.post-blog-image {
	overflow: hidden;
	border-radius: 8px 8px 0 0;
}

.post-blog-image img {
	transition: 750ms ease-in-out;
}

.post-blog-image:hover img {
	transform: scale3d(1.05, 1.05, 1.05);
}

.post-blog-caption-header,
.post-blog-caption-body,
.post-blog-caption-footer {
	padding-left: 15px;
	padding-right: 15px;
}

.post-blog-caption-body h1, .post-blog-caption-body h2, .post-blog-caption-body h3, .post-blog-caption-body h4, .post-blog-caption-body h5, .post-blog-caption-body h6, .post-blog-caption-body [class^='heading-'] > a {
	display: block;
}

@media (min-width: 576px) {
	.post-blog-caption-header {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
}

.post-blog-caption-body {
	padding-top: 20px;
	padding-bottom: 20px;
}

.post-blog-caption-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #ededed;
}

.post-blog-caption-footer > * {
	color: #838386;
}

.post-comment > * {
	vertical-align: middle;
}

.post-comment .icon {
	padding-right: 5px;
}

@media (min-width: 992px) {
	.post-blog-caption-header,
	.post-blog-caption-body,
	.post-blog-caption-footer {
		padding-left: 38px;
		padding-right: 38px;
	}
}

@media (min-width: 1800px) {
	.post-blog {
		min-height: 640px;
	}
	.post-blog-caption-body {
		min-height: 200px;
	}
}

.post-blog-meta {
	transform: translateY(-5px);
	margin-bottom: -5px;
	margin-left: -7px;
	text-align: left;
	color: #838386;
}

.post-blog-meta > * {
	display: inline-block;
	margin-top: 5px;
	margin-left: 7px;
}

.post-blog-meta li {
	position: relative;
	display: inline-block;
	padding: 5px 10px;
}

.post-blog-meta li:before {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 24px;
	content: "";
	display: inline-block;
	border-left: 1px solid;
}

.post-blog-meta li:last-of-type:before {
	content: none;
}

.post-blog-meta li a {
	color: #be1e2d;
}

.post-blog-meta li a:hover {
	color: #be1e2d;
}

.post-blog-tags {
	margin-left: -7px;
	margin-right: -7px;
}

.post-blog-tags > li {
	display: inline-block;
	padding: 5px 7px;
}

.button-tags {
	display: inline-block;
	padding: 4px 11px;
	border-radius: 20px;
	font: 300 14px/1 "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.button-tags, .button-tags:focus {
	color: #ffffff;
	background-color: #be1e2d;
	border-color: #be1e2d;
}

.button-tags:hover, .button-tags:active, .button-tags:hover {
	color: #ffffff;
	background-color: #be1e2d;
	border-color: #be1e2d;
}

/*
*
* Quotes
* --------------------------------------------------
*/
/**
* Quote primary
*/

/**
* Quote boxed
*/
.quote-boxed {
	text-align: left;
	transform: translateY(-20px);
	margin-bottom: -20px;
	margin-left: -30px;
}

.quote-boxed > * {
	display: inline-block;
	margin-top: 20px;
	margin-left: 30px;
}

.quote-boxed-image {
	width: 100px;
	height: auto;
	border-radius: 50%;
}

.quote-boxed-text,
.quote-boxed-cite {
	font-size: 18px;
}

.quote-boxed-text {
	position: relative;
	color: #29293a;
}

.quote-boxed-text::before {
	position: relative;
	display: inline-block;
	transform: scale(-1, -1);
	top: -5px;
	left: -10px;
	content: '\f373';
	font-family: 'Material Design Icons';
	font-size: 45px;
	line-height: .8;
	color: #be1e2d;
}

.quote-boxed-cite {
	font-weight: 400;
	color: #be1e2d;
}

.quote-boxed-small {
	color: #838386;
}

.quote-boxed-meta > * + * {
	margin-top: 0;
}

* + .quote-boxed-meta {
	margin-top: 10px;
}

@media (min-width: 576px) {
	.quote-boxed {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.quote-boxed-aside {
		-ms-flex-negative: 0;
		-webkit-flex-shrink: 0;
		flex-shrink: 0;
	}
	.quote-boxed-main {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}

@media (min-width: 768px) {
	.quote-boxed-image {
		width: 160px;
	}
	.quote-boxed-text,
	.quote-boxed-cite {
		font-size: 20px;
		line-height: 1.41667;
	}
	.quote-boxed-text::before {
		font-size: 60px;
		top: -9px;
	}
	* + .quote-boxed-meta {
		margin-top: 20px;
	}
}

@media (min-width: 1200px) {
	.quote-boxed {
		transform: translateY(-30px);
		margin-bottom: -30px;
		margin-left: -80px;
	}
	.quote-boxed > * {
		display: inline-block;
		margin-top: 30px;
		margin-left: 80px;
	}
	.quote-boxed-image {
		width: 210px;
	}
	.quote-boxed-text,
	.quote-boxed-cite {
		font-size: 24px;
	}
	* + .quote-boxed-meta {
		margin-top: 30px;
	}
}

/*
*
* Snackbars
* --------------------------------------------------
*/
.snackbars {
	padding: 9px 16px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	text-align: left;
	background-color: #29293a;
	border-radius: 0;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	font-size: 14px;
}

.snackbars .icon-xxs {
	font-size: 18px;
}

.snackbars p span:last-child {
	padding-left: 14px;
}

.snackbars-left {
	display: inline-block;
	margin-bottom: 0;
}

@media (min-width: 576px) {
	.snackbars {
		max-width: 540px;
		padding: 12px 15px;
		font-size: 15px;
	}
}

/*
*
* Thumbnails
* --------------------------------------------------
*/
.figure-light {
	color: #dfe1ea;
}

/**
* Time Line Styles
*/
.time-line-vertical-element:before {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #ffffff;
	border: 2px solid #be1e2d;
}

.time-line-time {
	color: #29293a;
	letter-spacing: 0.02em;
}

.time-line-content * + img {
	margin-top: 20px;
}

.time-line-content img + * {
	margin-top: 20px;
}

.time-line-content img + p {
	margin-top: 20px;
}

.time-line-content p {
	letter-spacing: 0.02em;
	color: #838386;
}

.time-line-content * + p {
	margin-top: 10px;
}

.bg-gray-darker .time-line-content p {
	color: #dfe1ea;
}

/**
* Vertical Time Line
*/
.time-line-vertical {
	position: relative;
	max-width: 830px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
}

.time-line-vertical:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 7px;
	transform: translateX(-50%);
	border-left: 2px solid #be1e2d;
}

.time-line-vertical-element {
	position: relative;
	padding-left: 35px;
}

.time-line-vertical-element:before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
}

.time-line-vertical-element + .time-line-vertical-element {
	margin-top: 35px;
}

@media (min-width: 768px) {
	.time-line-vertical:before,
	.time-line-vertical-element:before {
		display: none;
	}
	.time-line-vertical-element {
		padding-left: 0;
	}
	.time-line-vertical-element .time-line-content {
		position: relative;
		top: -3px;
	}
	.time-line-vertical-element .unit-left {
		max-width: 150px;
		width: 100%;
		text-align: right;
	}
	.time-line-vertical-element .unit-body {
		position: relative;
	}
	.time-line-vertical-element .unit-body:before {
		content: '';
		position: absolute;
		z-index: 1;
		left: -60px;
		top: 8px;
		width: 14px;
		height: 14px;
		border-radius: 50%;
		background-color: #ffffff;
		border: 2px solid #be1e2d;
	}
	.time-line-vertical-element:last-child .unit-body:after {
		content: '';
		position: absolute;
		left: -54px;
		top: -250vh;
		bottom: -250vh;
		border-left: 2px solid #be1e2d;
	}
	.time-line-vertical-element + .time-line-vertical-element {
		margin-top: 45px;
	}
}

* + .time-line-vertical {
	margin-top: 30px;
}

@media (min-width: 768px) {
	* + .time-line-vertical {
		margin-top: 45px;
	}
}

@media (min-width: 1200px) {
	* + .time-line-vertical {
		margin-top: 80px;
	}
}

/**
* Horizontal Time Line
*/

.bg-gray-darker .time-line-content {
	color: #dfe1ea;
}

/*
*
* Tooltip Custom
* --------------------------------------------------
*/

/*
* 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 {
	flex: 0 0 auto;
	max-width: 100%;
}

.unit-spacing-xxl {
	margin-bottom: -10px;
	margin-left: -15px;
}

.unit-spacing-xxl > * {
	margin-bottom: 10px;
	margin-left: 15px;
}

@media (min-width: 768px) {
	.unit-spacing-xxl {
		margin-bottom: -20px;
		margin-left: -115px;
	}
	.unit-spacing-xxl > * {
		margin-bottom: 20px;
		margin-left: 115px;
	}
}

/*
*
* Helpers
* ==================================================
*/
/*
*
* Text Alignment
* --------------------------------------------------
*/
.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-middle {
	vertical-align: middle;
}

@media (min-width: 992px) {
	html:not(.lt-ie10) .text-md-left {
		text-align: left;
	}
}

.bg-gray-darker.page-footer,
.bg-gray-700.page-footer,
.bg-gradient.page-footer {
	color: #ffffff;
}

.bg-gray-darker.page-footer h1, .bg-gray-700.page-footer h1, .bg-gradient.page-footer h1, .bg-gray-darker.page-footer h2, .bg-gray-700.page-footer h2, .bg-gradient.page-footer h2, .bg-gray-darker.page-footer h3, .bg-gray-700.page-footer h3, .bg-gradient.page-footer h3, .bg-gray-darker.page-footer h4, .bg-gray-700.page-footer h4, .bg-gradient.page-footer h4, .bg-gray-darker.page-footer h5, .bg-gray-700.page-footer h5, .bg-gradient.page-footer h5, .bg-gray-darker.page-footer h6, .bg-gray-700.page-footer h6, .bg-gradient.page-footer h6, .bg-gray-darker.page-footer [class^='heading-'], .bg-gray-700.page-footer [class^='heading-'], .bg-gradient.page-footer [class^='heading-'] {
	color: #ffffff;
}

.bg-gray-darker.page-footer .right, .bg-gray-700.page-footer .right, .bg-gradient.page-footer .right,
.bg-gray-darker.page-footer .form-label,
.bg-gray-700.page-footer .form-label,
.bg-gradient.page-footer .form-label,
.bg-gray-darker.page-footer .form-input,
.bg-gray-700.page-footer .form-input,
.bg-gradient.page-footer .form-input {
	color: #838386;
}

.bg-default.page-footer-minimal,
.bg-gray-lighter.page-footer-minimal {
	color: #838386;
}

.bg-default.page-footer-minimal .inverse-logo, .bg-gray-lighter.page-footer-minimal .inverse-logo {
	display: none;
}

.bg-gray-darker.page-footer-minimal .inverse-logo, .bg-gray-700.page-footer-minimal .inverse-logo, .bg-gradient.page-footer-minimal .inverse-logo {
	display: inline-block;
}

.bg-gray-darker.page-footer-minimal a.icon-secondary-5-filled, .bg-gray-700.page-footer-minimal a.icon-secondary-5-filled, .bg-gradient.page-footer-minimal a.icon-secondary-5-filled, .bg-gray-darker.page-footer-minimal a.icon-secondary-5-filled:focus, .bg-gray-700.page-footer-minimal a.icon-secondary-5-filled:focus, .bg-gradient.page-footer-minimal a.icon-secondary-5-filled:focus, .bg-gray-darker.page-footer-minimal a.icon-secondary-5-filled:active, .bg-gray-700.page-footer-minimal a.icon-secondary-5-filled:active, .bg-gradient.page-footer-minimal a.icon-secondary-5-filled:active, .bg-gray-darker.page-footer-minimal a.icon-secondary-5-filled:hover, .bg-gray-700.page-footer-minimal a.icon-secondary-5-filled:hover, .bg-gradient.page-footer-minimal a.icon-secondary-5-filled:hover {
	color: #ffffff;
}

.bg-default.page-footer-minimal a.icon-secondary-5-filled {
	color: #838386;
	background-color: #f7f7f7;
}

.bg-default.page-footer-minimal a.icon-secondary-5-filled:hover {
	color: #ffffff;
}

.bg-gray-lighter.page-footer-minimal a.icon-secondary-5-filled {
	color: #838386;
	background-color: #ffffff;
}

.bg-gray-lighter.page-footer-minimal a.icon-secondary-5-filled:hover {
	color: #ffffff;
}

/*
*
* Text styling
* --------------------------------------------------
*/

 strong {
	font-weight: 700;
}

.text-spacing-sm {
	letter-spacing: 0.02em;
}

/*
*
* Element groups
* --------------------------------------------------
*/
.page .group {
	transform: translateY(-10px);
	margin-bottom: -10px;
	margin-left: -10px;
}

.page .group > * {
	display: inline-block;
	margin-top: 10px;
	margin-left: 10px;
}

.page .group-xs {
	transform: translateY(-9px);
	margin-bottom: -9px;
	margin-left: -9px;
}

.page .group-xs > * {
	display: inline-block;
	margin-top: 9px;
	margin-left: 9px;
}

.group-middle {
	display: inline-table;
}

.group-middle > * {
	vertical-align: middle;
}

/*
*
* Sections
* --------------------------------------------------
*/

.section-xs {
	padding: 40px 0;
}


.section-md,
.section-lg,
.section-variant-1 {
	padding: 60px 0;
}

@media (min-width: 768px) {
	.section-md {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.section-lg {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.section-variant-1 {
		padding: 120px 0;
	}
}

@media (min-width: 1200px) {
	.section-md {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	.section-lg {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.breadcrumbs-custom-wrap + .section-lg {
		padding-top: 100px;
	}
	.section-variant-1 {
		padding: 160px 0 100px;
	}
}

@media (min-width: 1600px) {
	
	.section-lg {
		padding-top: 125px;
		padding-bottom: 125px;
	}
	.breadcrumbs-custom-wrap + .section-lg {
		padding-top: 170px;
	}
	.section-lg-alternative {
		padding-top: 130px;
		padding-bottom: 140px;
	}
	.section-variant-1 {
		padding: 220px 0 140px;
	}
}

/**
* Custom sections
*/
.section-wrap {
	position: relative;
	padding: 1px 0;
	overflow: hidden;
}

.section-wrap .section-wrap-inner {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	transform: translateY(-65px);
	margin-bottom: -65px;
	pointer-events: none;
	width: 100%;
}

.section-wrap .section-wrap-inner > *:before {
	content: '';
	display: table;
	width: 0;
}

.section-wrap .section-wrap-inner > * {
	margin-top: 65px;
	pointer-events: auto;
}

.section-wrap .section-wrap-inner > * {
	width: 100%;
}

.section-wrap .section-wrap-aside {
	bottom: -1px;
}

.section-wrap .google-map {
	width: 100%;
	max-width: none;
}

.section-wrap .box-minimal {
	width: 100%;
	max-width: none;
}

@media (min-width: 992px) {
	.section-wrap .section-wrap-aside {
		position: absolute;
		top: -1px;
		right: 0;
		bottom: -1px;
		height: auto;
		width: calc(50% - 190px);
	}
	.section-wrap .section-wrap-aside .google-map {
		height: calc(100% + 1px);
	}
	.section-wrap .section-wrap-aside .google-map-container {
		height: 100%;
	}
	.section-wrap .section-wrap-aside img {
		height: 100%;
		width: 100%;
	}
	
	.ie-10 .section-wrap .section-wrap-aside img,
	.ie-11 .section-wrap .section-wrap-aside img {
		position: absolute;
		top: 50%;
		left: 50%;
		width: auto;
		height: auto;
		transform: translate(-50%, -50%);
	}
	.section-wrap .section-wrap-content {
		max-width: 620px;
	}
}

@media (min-width: 1200px) {
	.section-wrap .section-wrap-aside {
		width: calc(50% - 160px);
	}
	.section-wrap .section-wrap-content {
		max-width: 770px;
	}
}

@media (min-width: 1600px) {
	.section-wrap .section-wrap-aside {
		width: calc(50% - 327px);
	}
	.section-wrap .section-wrap-content {
		max-width: 880px;
	}
}

/**
* Reverse section layouts
*/

@media (min-width: 1600px) {
	.container-bigger {
		max-width: 1500px;
	}
}

.container-wide {
	margin-left: auto;
	margin-right: auto;
	max-width: 1800px;
}

.row-custom-bordered [class*='col'] {
	border-style: solid;
	border-color: #dfe1ea;
	border-width: 0;
}

.row-custom-bordered [class*='col']:not(:first-child) {
	border-width: 1px 0 0 0;
}

@media (min-width: 576px) {
	.row-custom-bordered .col-sm-6:nth-child(even) {
		border-width: 0 0 0 1px;
	}
	.row-custom-bordered .col-sm-6:nth-child(odd) {
		border-width: 0;
	}
}

@media (max-width: 991px) {
	.row-custom-bordered .col-lg-3 {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

@media (max-width: 479px) {
	.row-custom-bordered .col-lg-3 + .col-lg-3 {
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	.row-custom-bordered .col-lg-3:nth-child(n) {
		border-width: 0 0 0 1px;
	}
	.row-custom-bordered .col-lg-3:nth-child(4n + 1) {
		border-width: 0;
	}
}

/*
*
* Offsets
* --------------------------------------------------
*/
* + p {
	margin-top: 15px;
}

p + p {
	margin-top: 12px;
}

* + figcaption {
	margin-top: 10px;
}

* + h6 {
	margin-top: 20px;
}

h1 + p, .heading-1 + p {
	margin-top: 20px;
}

h2 + p {
	margin-top: 20px;
}

h3 + p {
	margin-top: 15px;
}

h4 + p {
	margin-top: 18px;
}

h5 + p, .heading-5 + p {
	margin-top: 20px;
}

.heading-5 + h3 {
	margin-top: 5px;
}

@media (min-width: 1600px) {
	.heading-5 + h3 {
		margin-top: 23px;
	}
}

h6 + p {
	margin-top: 20px;
}

p + .list-marked {
	margin-top: 10px;
}

p + p + .list-marked {
	margin-top: 20px;
}

p + .button {
	margin-top: 25px;
}

h3 + .section {
	margin-top: 40px;
}

.divider + p {
	margin-top: 10px;
}

@media (max-width: 767px) {
	.row + .button-offset-lg {
		margin-top: 40px;
	}
}

* + .list-marked {
	margin-top: 20px;
}

* + .button {
	margin-top: 20px;
}

* + .figure-light {
	margin-top: 20px;
}

* + .rd-mailform {
	margin-top: 30px;
}

* + .group-xs {
	margin-top: 25px;
}

* + .owl-carousel {
	margin-top: 40px;
}

* + .facebook {
	margin-top: 40px;
}

* + .flickr {
	margin-top: 40px;
}

h2 + .divider {
	margin-top: 10px;
}

.big + form {
	margin-top: 20px;
}

.container + .container {
	margin-top: 60px;
}

.container + .bg-gradient {
	margin-top: 60px;
}

.row + .row {
	margin-top: 60px;
}

h3 + .swiper-slider {
	margin-top: 30px;
}

.container + .swiper-slider {
	margin-top: 30px;
}

.page * + .offset-custom-1 {
	margin-top: 20px;
}

@media (min-width: 768px) {
	* + figcaption {
		margin-top: 20px;
	}
	* + hr {
		margin-top: 30px;
	}
	* + .owl-carousel {
		margin-top: 70px;
	}
	* + .button {
		margin-top: 35px;
	}
	h3 + .section {
		margin-top: 40px;
	}
	hr + .row {
		margin-top: 40px;
	}
	h3 + .swiper-slider {
		margin-top: 55px;
	}
	.container + .swiper-slider {
		margin-top: 55px;
	}
	h2 + .divider {
		margin-top: 25px;
	}
	.big + .button {
		margin-top: 30px;
	}
	.page * + .offset-custom-1 {
		margin-top: 30px;
	}
}

@media (min-width: 992px) {
	* + .figure-light {
		margin-top: 40px;
	}
	* + hr {
		margin-top: 40px;
	}
	h1 + p, .heading-1 + p {
		margin-top: 30px;
	}
	h2 + p {
		margin-top: 33px;
	}
	h3 + p {
		margin-top: 25px;
	}
	h6 + p {
		margin-top: 30px;
	}
	h2 + .divider {
		margin-top: 35px;
	}
}

@media (min-width: 1200px) {
	p + p + .list-marked {
		margin-top: 30px;
	}
	.divider + p {
		margin-top: 18px;
	}
	.container + .bg-gradient {
		margin-top: 90px;
	}
	.owl-carousel + .button {
		margin-top: 50px;
	}
	.row + .button {
		margin-top: 50px;
	}
	h3 + p {
		margin-top: 33px;
	}
	h3 + .big {
		margin-top: 25px;
	}
}

@media (min-width: 1600px) {
	.divider + p {
		margin-top: 40px;
	}
	* + .facebook {
		margin-top: 80px;
	}
	hr + .big {
		margin-top: 40px;
	}
	h1 + p, .heading-1 + p {
		margin-top: 43px;
	}
	h3 + .section {
		margin-top: 60px;
	}
	hr + .row {
		margin-top: 85px;
	}
	.owl-carousel + .button {
		margin-top: 90px;
	}
	.row + .button {
		margin-top: 80px;
	}
	.big + .button {
		margin-top: 50px;
	}
}

@media (min-width: 1600px) {
	.inset-md {
		padding-left: 30px;
		padding-right: 30px;
	}
}

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-50 {
	margin-bottom: -50px;
}

html .row-50:empty {
	margin-bottom: 0;
}

html .row-50 > * {
	margin-bottom: 50px;
}

html.lt-ie-10 * + .row,
* + .row {
	margin-top: 30px;
}

@media (min-width: 992px) {
	html.lt-ie-10 * + .row,
	* + .row {
		margin-top: 35px;
	}
}

@media (min-width: 1600px) {
	html.lt-ie-10 * + .row,
	* + .row {
		margin-top: 50px;
	}
}

/**
* Builder class map
*/
/*
*
* Decorations
* --------------------------------------------------
*/

.divider {
	display: inline-block;
	border: 0;
	font-size: 0;
	line-height: 0;
	height: 3px;
	max-width: 100px;
	width: 100%;
}

h3 + .divider {
	margin-top: 20px;
}

h3 + .divider + h5 {
	margin-top: 35px;
}

h3 + .divider + h5 + p {
	margin-top: 15px;
}

@media (min-width: 1600px) {
	h3 + .divider {
		margin-top: 40px;
	}
}

.divider-secondary {
	background: #be1e2d;
}

.divider-decorate:before {
	content: url("../images/divider-decorate.webp");
	filter: sepia(1) saturate(9000%) hue-rotate(320deg) brightness(0.72);
}

/*
*
* Grid modules
* --------------------------------------------------
*/

@media (min-width: 1600px) {
	.col-xl-3 {
		width: 25%;
	}
}

/**
* Grid demonstration
*/

/**
* Range bordered
*/

/*
*
* Modules
* ==================================================
*/
/*
*
* Plugins
* ==================================================
*/
/*
*
* Animate.css
* --------------------------------------------------
*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

html:not(.lt-ie10) .not-animated {
	opacity: 0;
}

/**
* FadeIn Keyframes Animation
*/
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

/**
* FadeInUp Keyframes Animation
*/
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

/**
* FadeInDown Keyframes Animation
*/
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

/**
* FadeInLeft Keyframes Animation
*/
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

/**
* FadeInRight Keyframes Animation
*/
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

/*
**
* FadeOut Keyframes Animation
*/
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

/**
* SlideInDown Keyframes Animation
*/
@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

/**
* SlideInUp Keyframes Animation
*/
@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

/**
* SlideInLeft Keyframes Animation
*/
@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

/**
* SlideInRight Keyframes Animation
*/
@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

/**
* SlideOutDown Keyframes Animation
*/
@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes fxRotateInDown {
	0% {
		animation-timing-function: linear;
		opacity: 0;
		transform: translate3d(0, -55px, 0) scale(0.8);
		filter: blur(10px);
	}
	100% {
		transform: translate3d(0, 0px, 0) scale(1);
		opacity: 1;
		filter: blur(0);
	}
}

@keyframes fxRotateInUp {
	0% {
		animation-timing-function: linear;
		transform: translate3d(0, 55px, 0) scale(0.8);
		opacity: 0;
		filter: blur(10px);
	}
	100% {
		transform: translate3d(0, 0, 0) scale(1);
		opacity: 1;
		filter: blur(0);
	}
}

@keyframes fxBlurInRight {
	0% {
		animation-timing-function: linear;
		transform: translate3d(-105px, 0, 0) scale(0.8);
		opacity: 0;
		filter: blur(5px);
	}
	100% {
		transform: translate3d(0, 0, 0) scale(1);
		opacity: 1;
		filter: blur(0);
	}
}

@keyframes blurIn {
	0% {
		opacity: 0;
		filter: blur(10px);
		transform: scale3d(0.85, 0.85, 0.85);
	}
	100% {
		opacity: 1;
		filter: blur(0);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes blurInButton {
	0% {
		opacity: 0;
		filter: blur(5px);
	}
	100% {
		opacity: 1;
		filter: blur(0);
	}
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

@keyframes fadeInRightSmall {
	0% {
		opacity: 0;
		transform: translateX(120px) scale(0.8);
	}
	100% {
		opacity: 1;
		transform: translateX(0) scale(1);
	}
}

@keyframes fadeInLeftSmall {
	0% {
		opacity: 0;
		transform: translateX(-120px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadeInUpSmall {
	0% {
		opacity: 0;
		transform: translateY(90px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.dtp {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 2000;
}

.dtp > .dtp-content {
	position: relative;
	overflow: hidden;
	left: 50%;
	max-width: 320px;
	margin: 0 auto;
	background: #ffffff;
	border-radius: 35px;
	box-shadow: 0 6px 8px 0 rgba(110, 123, 157, 0.17);
}

@media (max-width: 767px) {
	.dtp > .dtp-content {
		max-width: 300px;
		max-height: 90vh;
		overflow-y: auto;
	}
}

.dtp-header {
	position: relative;
	background: #ffffff;
	color: #29293a;
	padding: 8px 15px;
	text-align: center;
}

.dtp-date, .dtp-time {
	background: #ffffff;
	text-align: center;
	color: #151515;
	padding: 10px;
}

.dtp-date > div {
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

.dtp-actual-month, .dtp-actual-num, .dtp-actual-year {
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #151515;
}

.dtp-actual-month {
	font-size: 1.3em;
}

.dtp-actual-num, .dtp-actual-maxtime {
	font-size: 2.8em;
	line-height: 1;
}

.dtp-date .dtp-actual-num {
	padding: 5px 0;
}

.dtp-actual-year {
	font-size: 1.5em;
	color: #151515;
}

.dtp-picker {
	padding: 1rem;
	text-align: center;
}

.dtp-picker-month, .dtp-actual-time {
	text-align: center;
}

.dtp-close {
	position: absolute;
	top: 5px;
	bottom: 0;
	right: 2rem;
}

.dtp-close > a {
	display: inline-block;
	vertical-align: middle;
	color: #29293a;
}

.dtp-close > a:hover {
	color: #be1e2d;
}

.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: 300;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	padding: 0.6rem 0.1rem;
	color: #dfe1ea;
}

@media (min-width: 768px) {
	.dtp table.dtp-picker-days tr > td {
		padding: 0.6rem 0.3rem;
	}
}

.dtp table.dtp-picker-days tr > td > span.dtp-select-day {
	color: #bdbdbd !important;
}

.dtp table.dtp-picker-days tr > td > a {
	display: inline-block;
	color: #29293a;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	border-radius: 50%;
	transition: .3s all ease;
}

.dtp .dtp-picker-time > a {
	color: #000000;
	padding: 0.4rem 0.5rem 0.5rem 0.6rem;
	border-radius: 50% !important;
}

.dtp table.dtp-picker-days tr > td > a {
	border: 1px solid transparent;
}

.dtp table.dtp-picker-days tr > td > a.selected {
	background: #be1e2d;
	border-color: #be1e2d;
	color: #ffffff;
}

.dtp table.dtp-picker-days tr > td > a:hover {
	border-color: #be1e2d;
}

.dtp table.dtp-picker-days tr > th {
	color: #555555;
	text-align: center;
	font-weight: 300;
	padding: 0.4rem 0.3rem 0.6rem;
	border-bottom: 1px solid #ededed;
}

.dtp .p10, .dtp .p20, .dtp .p60, .dtp .p80 {
	display: inline-block;
	vertical-align: middle;
}

.dtp .p10 {
	width: 10%;
}

.dtp .p10 > a {
	color: #be1e2d;
	font-size: 36px;
	line-height: 1.1;
	transition: .3s all ease;
}

.dtp .p10 > a:hover {
	color: #be1e2d;
}

.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: #000000;
	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: #be1e2d;
	color: #ffffff;
}

.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: #be1e2d;
	color: #ffffff;
}

.dtp-picker-time > a.dtp-select-hour.disabled {
	color: #333333;
}

.dtp-picker-time > a.dtp-select-minute.disabled {
	color: #333333;
}

.dtp-picker-time > a.dtp-select-minute.selected {
	background: #be1e2d;
	color: #ffffff;
}

.dtp-picker-clock {
	margin: 1rem 2rem 0 2rem;
	padding: 1rem;
	border-radius: 50% !important;
	background: #e6e4fb;
}

.dtp-clock-center {
	width: 15px;
	height: 15px;
	background: #333333;
	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: #333333;
	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: #be1e2d;
}

.dtp-buttons {
	padding: 0 1rem 1rem 1rem;
	text-align: right;
}

.dtp .invisible {
	visibility: hidden;
}

.dtp-buttons.group {
	transform: translateY(-10px);
	margin-bottom: -10px;
	margin-left: -10px;
}

.dtp-buttons.group > * {
	display: inline-block;
	margin-top: 10px;
	margin-left: 10px;
}

.dtp-buttons.group button {
	cursor: pointer;
}

.dtp-buttons.group .btn:focus {
	box-shadow: none;
}

/*
*
* Owl Carousel
* --------------------------------------------------
*/
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
	display: 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;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	will-change: transform;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	font: 400 40px/80px 'FontAwesome';
	cursor: pointer;
	z-index: 1;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:before {
	content: '\f144';
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

/*
 * Owl Navigation
 */
.owl-nav.disabled {
	display: none;
}

.owl-prev, .owl-next {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	border-radius: 50%;
	text-align: center;
	margin-top: -20px;
	z-index: 10;
	cursor: pointer;
	background: #be1e2d;
	color: #ffffff;
	transition: .33s;
}

.owl-prev::before, .owl-next::before {
	position: relative;
	font-family: 'Material Design Icons';
}

.owl-prev:hover, .owl-next:hover {
	background: #be1e2d;
}

.owl-prev {
	left: 0;
}

.owl-prev::before {
	content: '\f14b';
}

.owl-next {
	right: 0;
}

.owl-next::before {
	content: '\f150';
}

/*
 * Owl Pagination
 */
.owl-dots {
	text-align: center;
}

.owl-dots.disabled {
	display: none;
}

.owl-dot {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	text-align: center;
	outline: none;
	cursor: pointer;
	background-color: #dfe1ea;
	transition: .25s;
}

.owl-dot:hover, .owl-dot:focus {
	background-color: #be1e2d;
}

.owl-dot.active {
	background-color: #be1e2d;
}

.owl-dot + .owl-dot {
	margin-left: 25px;
}

.owl-dot:only-child {
	display: none !important;
}

.owl-carousel figure img {
	width: 100%;
}

/**
* Owl Carousel Pricing
*/
@media (min-width: 1600px) {
	.owl-carousel-team .owl-dots {
		display: none;
	}
	.owl-carousel-team .owl-nav {
		display: none;
	}
}

.owl-carousel-inset .owl-stage-outer {
	padding: 15px 15px 30px 0;
}

/**
* Owl layout 1
*/
@media (max-width: 991px) {
	.owl-layout-1 .owl-nav {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.owl-layout-1 {
		padding: 0 50px;
	}
	.owl-layout-1 .owl-dots {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.owl-layout-1 {
		padding: 0 100px;
	}
}

@media (min-width: 1600px) {
	.owl-layout-1 {
		padding: 0 140px;
	}
}

@media (min-width: 1600px) {
	* + .owl-layout-1 {
		margin-top: 90px;
	}
}

/**
* Owl layout 2
*/

/**
* Owl layout 3
*/

/**
* Owl layout 4
*/

.owl-carousel[data-nav='false'] .owl-nav {
	display: none;
}

/*
*
* 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%);
	}
}

.breadcrumbs-custom-wrap .rd-navbar-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1091;
}

.breadcrumbs-custom-wrap .rd-navbar-wrap .rd-navbar {
	background: transparent;
}

.breadcrumbs-custom-wrap .rd-navbar-wrap .rd-navbar--is-stuck:before {
	opacity: 1;
}

.rd-navbar-wrap, .rd-navbar,
.rd-navbar-dropdown,
.rd-navbar-megamenu,
.rd-navbar-nav,
.rd-navbar-panel, .rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-megamenu,
.rd-navbar-fullwidth .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-megamenu, .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, .rd-navbar.rd-navbar--is-clone {
	display: none;
}

.rd-navbar-fixed,
.rd-navbar-static,
.rd-navbar-fullwidth {
	display: block;
}

.rd-navbar--no-transition, .rd-navbar--no-transition * {
	transition: none !important;
}

.rd-navbar-collapse-toggle {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #333333;
	display: none;
}

.rd-navbar-collapse-toggle span {
	top: 50%;
	margin-top: -3px;
}

.rd-navbar-collapse-toggle span, .rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
	position: absolute;
	width: 6px;
	height: 6px;
	line-height: 6px;
	text-align: center;
	background: #333333;
	left: 50%;
	margin-left: -3px;
	border-radius: 50%;
	transition: .3s all ease;
}

.rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
	content: '';
}

.rd-navbar-collapse-toggle span:before {
	bottom: 100%;
	margin-bottom: 3px;
}

.rd-navbar-collapse-toggle span:after {
	top: 100%;
	margin-top: 3px;
}

.rd-navbar-collapse-toggle.active span {
	transform: scale(0.7);
}

.rd-navbar-collapse-toggle.active span:before {
	transform: translateY(18px);
}

.rd-navbar-collapse-toggle.active span:after {
	transform: translateY(-18px);
}

.rd-navbar--is-stuck {
	box-shadow: 0 6px 8px rgba(110, 123, 157, 0.17);
}

.rd-navbar.rd-navbar-fixed + .rd-navbar.rd-navbar--is-clone {
	display: none;
}

/*
* Navbar components
*/
.rd-navbar {
	display: none;
	background: #ffffff;
}

.rd-navbar-toggle {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #29293a;
	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: #29293a;
	backface-visibility: hidden;
	border-radius: 2px;
}

.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-toggle:focus {
	outline: none;
}

.rd-navbar-brand a {
	display: inline-block;
}

.rd-navbar-brand .logo-inverse {
	display: none;
}

.rd-navbar-dropdown {
	display: none;
}

.rd-navbar-dropdown li + li,
.rd-navbar-megamenu li + li {
	border-top: 1px solid #f7f7f7;
}

.rd-navbar-nav > li > a {
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.rd-navbar-aside-right .button {
	margin-top: 0;
}

@media (min-width: 992px) {
	.desktop .rd-navbar-wrap + .breadcrumbs-custom {
		padding-top: 200px;
		padding-bottom: 70px;
	}
}

@media (min-width: 1200px) {
	.desktop .rd-navbar-wrap + .breadcrumbs-custom {
		padding-top: 170px;
		padding-bottom: 80px;
	}
}

@media (min-width: 1600px) {
	.desktop .rd-navbar-wrap + .breadcrumbs-custom {
		padding-top: 235px;
		padding-bottom: 100px;
	}
}

.bg-gray-darker .logo-inverse,
.bg-secondary-2 .logo-inverse,
.bg-gradient .logo-inverse {
	display: block;
}

.bg-gray-darker .logo-default,
.bg-secondary-2 .logo-default,
.bg-gradient .logo-default {
	display: none;
}

.bg-gray-darker .rd-navbar-toggle span, .bg-gray-darker .rd-navbar-toggle span:before, .bg-gray-darker .rd-navbar-toggle span:after,
.bg-secondary-2 .rd-navbar-toggle span,
.bg-secondary-2 .rd-navbar-toggle span:before,
.bg-secondary-2 .rd-navbar-toggle span:after,
.bg-gradient .rd-navbar-toggle span,
.bg-gradient .rd-navbar-toggle span:before,
.bg-gradient .rd-navbar-toggle span:after {
	background: #ffffff;
}

.bg-gray-darker .rd-navbar-fixed .rd-navbar-panel:before,
.bg-secondary-2 .rd-navbar-fixed .rd-navbar-panel:before,
.bg-gradient .rd-navbar-fixed .rd-navbar-panel:before {
	background: #252525;
}

.bg-gray-darker .rd-navbar-static .rd-navbar-nav > li > a,
.bg-gray-darker .rd-navbar-fullwidth .rd-navbar-nav > li > a,
.bg-secondary-2 .rd-navbar-static .rd-navbar-nav > li > a,
.bg-secondary-2 .rd-navbar-fullwidth .rd-navbar-nav > li > a,
.bg-gradient .rd-navbar-static .rd-navbar-nav > li > a,
.bg-gradient .rd-navbar-fullwidth .rd-navbar-nav > li > a {
	color: #ffffff;
}

.bg-gray-darker .rd-navbar-static .rd-navbar-nav > li > a:hover,
.bg-gray-darker .rd-navbar-fullwidth .rd-navbar-nav > li > a:hover,
.bg-secondary-2 .rd-navbar-static .rd-navbar-nav > li > a:hover,
.bg-secondary-2 .rd-navbar-fullwidth .rd-navbar-nav > li > a:hover,
.bg-gradient .rd-navbar-static .rd-navbar-nav > li > a:hover,
.bg-gradient .rd-navbar-fullwidth .rd-navbar-nav > li > a:hover {
	color: #be1e2d;
}

.bg-gray-darker .rd-navbar-static .rd-navbar-nav > li > a:hover:before,
.bg-gray-darker .rd-navbar-fullwidth .rd-navbar-nav > li > a:hover:before,
.bg-secondary-2 .rd-navbar-static .rd-navbar-nav > li > a:hover:before,
.bg-secondary-2 .rd-navbar-fullwidth .rd-navbar-nav > li > a:hover:before,
.bg-gradient .rd-navbar-static .rd-navbar-nav > li > a:hover:before,
.bg-gradient .rd-navbar-fullwidth .rd-navbar-nav > li > a:hover:before {
	background-color: #be1e2d;
}

.bg-gray-darker .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle,
.bg-gray-darker .rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-submenu-toggle,
.bg-secondary-2 .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle,
.bg-secondary-2 .rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-submenu-toggle,
.bg-gradient .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle,
.bg-gradient .rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-submenu-toggle {
	color: #ffffff;
}

.bg-gray-darker .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle:hover,
.bg-gray-darker .rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-submenu-toggle:hover,
.bg-secondary-2 .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle:hover,
.bg-secondary-2 .rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-submenu-toggle:hover,
.bg-gradient .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle:hover,
.bg-gradient .rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-submenu-toggle:hover {
	color: #be1e2d;
}

.bg-gray-darker .rd-navbar-static .rd-navbar-nav > li.focus > a, .bg-gray-darker .rd-navbar-static .rd-navbar-nav > li.opened > a,
.bg-gray-darker .rd-navbar-fullwidth .rd-navbar-nav > li.focus > a,
.bg-gray-darker .rd-navbar-fullwidth .rd-navbar-nav > li.opened > a,
.bg-secondary-2 .rd-navbar-static .rd-navbar-nav > li.focus > a,
.bg-secondary-2 .rd-navbar-static .rd-navbar-nav > li.opened > a,
.bg-secondary-2 .rd-navbar-fullwidth .rd-navbar-nav > li.focus > a,
.bg-secondary-2 .rd-navbar-fullwidth .rd-navbar-nav > li.opened > a,
.bg-gradient .rd-navbar-static .rd-navbar-nav > li.focus > a,
.bg-gradient .rd-navbar-static .rd-navbar-nav > li.opened > a,
.bg-gradient .rd-navbar-fullwidth .rd-navbar-nav > li.focus > a,
.bg-gradient .rd-navbar-fullwidth .rd-navbar-nav > li.opened > a {
	color: #be1e2d;
}

.bg-gray-darker .rd-navbar-static .rd-navbar-nav > li.focus > a:before, .bg-gray-darker .rd-navbar-static .rd-navbar-nav > li.opened > a:before,
.bg-gray-darker .rd-navbar-fullwidth .rd-navbar-nav > li.focus > a:before,
.bg-gray-darker .rd-navbar-fullwidth .rd-navbar-nav > li.opened > a:before,
.bg-secondary-2 .rd-navbar-static .rd-navbar-nav > li.focus > a:before,
.bg-secondary-2 .rd-navbar-static .rd-navbar-nav > li.opened > a:before,
.bg-secondary-2 .rd-navbar-fullwidth .rd-navbar-nav > li.focus > a:before,
.bg-secondary-2 .rd-navbar-fullwidth .rd-navbar-nav > li.opened > a:before,
.bg-gradient .rd-navbar-static .rd-navbar-nav > li.focus > a:before,
.bg-gradient .rd-navbar-static .rd-navbar-nav > li.opened > a:before,
.bg-gradient .rd-navbar-fullwidth .rd-navbar-nav > li.focus > a:before,
.bg-gradient .rd-navbar-fullwidth .rd-navbar-nav > li.opened > a:before {
	background-color: #be1e2d;
}

.bg-gray-darker .rd-navbar-static .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle, .bg-gray-darker .rd-navbar-static .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle,
.bg-gray-darker .rd-navbar-fullwidth .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle,
.bg-gray-darker .rd-navbar-fullwidth .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle,
.bg-secondary-2 .rd-navbar-static .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle,
.bg-secondary-2 .rd-navbar-static .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle,
.bg-secondary-2 .rd-navbar-fullwidth .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle,
.bg-secondary-2 .rd-navbar-fullwidth .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle,
.bg-gradient .rd-navbar-static .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle,
.bg-gradient .rd-navbar-static .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle,
.bg-gradient .rd-navbar-fullwidth .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle,
.bg-gradient .rd-navbar-fullwidth .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle {
	color: #be1e2d;
}

.bg-gray-darker .rd-navbar-static .rd-navbar-nav > li.active > a,
.bg-gray-darker .rd-navbar-fullwidth .rd-navbar-nav > li.active > a,
.bg-secondary-2 .rd-navbar-static .rd-navbar-nav > li.active > a,
.bg-secondary-2 .rd-navbar-fullwidth .rd-navbar-nav > li.active > a,
.bg-gradient .rd-navbar-static .rd-navbar-nav > li.active > a,
.bg-gradient .rd-navbar-fullwidth .rd-navbar-nav > li.active > a {
	color: #be1e2d;
}

.bg-gray-darker .rd-navbar-static .rd-navbar-nav > li.active > a:before,
.bg-gray-darker .rd-navbar-fullwidth .rd-navbar-nav > li.active > a:before,
.bg-secondary-2 .rd-navbar-static .rd-navbar-nav > li.active > a:before,
.bg-secondary-2 .rd-navbar-fullwidth .rd-navbar-nav > li.active > a:before,
.bg-gradient .rd-navbar-static .rd-navbar-nav > li.active > a:before,
.bg-gradient .rd-navbar-fullwidth .rd-navbar-nav > li.active > a:before {
	background-color: #be1e2d;
}

.bg-gray-darker .rd-navbar-static .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle,
.bg-gray-darker .rd-navbar-fullwidth .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle,
.bg-secondary-2 .rd-navbar-static .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle,
.bg-secondary-2 .rd-navbar-fullwidth .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle,
.bg-gradient .rd-navbar-static .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle,
.bg-gradient .rd-navbar-fullwidth .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle {
	color: #be1e2d;
}

/*
* @subsection   Hybrid  Styles
*/
.rd-navbar-static .rd-navbar-nav,
.rd-navbar-fullwidth .rd-navbar-nav {
	text-align: center;
}

.rd-navbar-static .rd-navbar-nav > li,
.rd-navbar-fullwidth .rd-navbar-nav > li {
	position: relative;
	display: inline-block;
	transition: .25s;
}

.rd-navbar-static .rd-navbar-nav > li.rd-navbar--has-megamenu,
.rd-navbar-fullwidth .rd-navbar-nav > li.rd-navbar--has-megamenu {
	position: static;
}

.rd-navbar-static .rd-navbar-nav > li > a,
.rd-navbar-fullwidth .rd-navbar-nav > li > a {
	position: relative;
	display: inline-block;
	color: #333333;
	line-height: 1;
	transition: .25s;
	vertical-align: middle;
}

.rd-navbar-static .rd-navbar-nav > li > a:hover,
.rd-navbar-fullwidth .rd-navbar-nav > li > a:hover {
	color: #be1e2d;
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle,
.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-submenu-toggle {
	position: relative;
	font-family: "Material Design Icons";
	font-size: 0;
	cursor: pointer;
	vertical-align: middle;
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle:hover,
.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-submenu-toggle:hover {
	color: #be1e2d;
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle:before,
.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-submenu-toggle:before {
	content: '\f236';
	position: absolute;
	font-size: 18px;
	top: 1px;
	left: 2px;
	line-height: 0;
}

.ie-10 .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle,
.ie-11 .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle,
.ie-edge .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle, .ie-10
.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-submenu-toggle,
.ie-11
.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-submenu-toggle,
.ie-edge
.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-submenu-toggle {
	font-size: 18px;
}

.ie-10 .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle:before,
.ie-11 .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle:before,
.ie-edge .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle:before, .ie-10
.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-submenu-toggle:before,
.ie-11
.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-submenu-toggle:before,
.ie-edge
.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-submenu-toggle:before {
	line-height: 1.2;
}

.rd-navbar-static .rd-navbar-nav > li.focus > a, .rd-navbar-static .rd-navbar-nav > li.opened > a,
.rd-navbar-fullwidth .rd-navbar-nav > li.focus > a,
.rd-navbar-fullwidth .rd-navbar-nav > li.opened > a {
	color: #be1e2d;
	background: transparent;
}

.rd-navbar-static .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle, .rd-navbar-static .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle,
.rd-navbar-fullwidth .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle,
.rd-navbar-fullwidth .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle {
	color: #be1e2d;
}

.rd-navbar-static .rd-navbar-nav > li.active > a,
.rd-navbar-fullwidth .rd-navbar-nav > li.active > a {
	color: #be1e2d;
	background: transparent;
}

.rd-navbar-static .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle,
.rd-navbar-fullwidth .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle {
	color: #be1e2d;
}

.rd-navbar-static .rd-navbar-inner,
.rd-navbar-fullwidth .rd-navbar-inner {
	position: relative;
	max-width: 1800px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1800px) {
	.rd-navbar-static .rd-navbar-inner,
	.rd-navbar-fullwidth .rd-navbar-inner {
		padding-left: 70px;
		padding-right: 70px;
	}
}

.rd-navbar-static .rd-navbar-aside-center,
.rd-navbar-fullwidth .rd-navbar-aside-center {
	display: flex;
	align-items: center;
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-dropdown {
	position: absolute;
	left: 0;
	width: 310px;
	background: #ffffff;
	z-index: 5;
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown.rd-navbar-open-left,
.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-dropdown.rd-navbar-open-left {
	right: 0;
	left: auto;
}

.rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav li.opened > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav li.focus > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav li.opened > .rd-navbar-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav li.opened > .rd-navbar-megamenu,
.rd-navbar-fullwidth .rd-navbar-nav li.focus > .rd-navbar-megamenu,
.rd-navbar-fullwidth .rd-navbar-nav li.opened > .rd-navbar-megamenu {
	opacity: 1;
	visibility: visible;
	transform: translate3d(-50%, 0, 0);
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-megamenu,
.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-megamenu {
	z-index: 15;
	visibility: hidden;
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-dropdown .rd-navbar-dropdown {
	left: 100%;
	top: 0;
	margin-top: -8px;
	margin-left: 8px;
	z-index: 2;
	transform: translate(30px, 0);
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown > li.focus > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown > li.opened > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-dropdown > li.focus > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-dropdown > li.opened > .rd-navbar-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
}

.rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-megamenu,
.rd-navbar-fullwidth .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-megamenu {
	position: absolute;
	top: 100%;
	display: block;
	padding: 8px 0;
	margin-top: 0;
	visibility: hidden;
	opacity: 0;
	text-align: left;
	border-radius: 6px;
	box-shadow: 0 6px 8px rgba(110, 123, 157, 0.17);
}

.rd-navbar-static .rd-navbar-dropdown li > a,
.rd-navbar-static .rd-navbar-megamenu li > a,
.rd-navbar-fullwidth .rd-navbar-dropdown li > a,
.rd-navbar-fullwidth .rd-navbar-megamenu li > a {
	font-size: 16px;
	transition: .15s ease-in-out;
}

.rd-navbar-static .rd-navbar-dropdown li > a:before,
.rd-navbar-static .rd-navbar-megamenu li > a:before,
.rd-navbar-fullwidth .rd-navbar-dropdown li > a:before,
.rd-navbar-fullwidth .rd-navbar-megamenu li > a:before {
	content: '\f14f';
	font-family: "Material Design Icons";
	margin-left: -20px;
	transition: opacity .15s ease-in-out, .15s margin ease-in-out;
	opacity: 0;
	padding-right: 5px;
}

.rd-navbar-static .rd-navbar-dropdown li.focus > a:before,
.rd-navbar-static .rd-navbar-dropdown li.opened > a:before,
.rd-navbar-static .rd-navbar-dropdown li > a:hover:before,
.rd-navbar-static .rd-navbar-megamenu li.focus > a:before,
.rd-navbar-static .rd-navbar-megamenu li.opened > a:before,
.rd-navbar-static .rd-navbar-megamenu li > a:hover:before,
.rd-navbar-fullwidth .rd-navbar-dropdown li.focus > a:before,
.rd-navbar-fullwidth .rd-navbar-dropdown li.opened > a:before,
.rd-navbar-fullwidth .rd-navbar-dropdown li > a:hover:before,
.rd-navbar-fullwidth .rd-navbar-megamenu li.focus > a:before,
.rd-navbar-fullwidth .rd-navbar-megamenu li.opened > a:before,
.rd-navbar-fullwidth .rd-navbar-megamenu li > a:hover:before {
	margin-left: 0;
	opacity: 1;
}

.rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-dropdown {
	width: 310px;
	background: #ffffff;
	padding: 5px 28px;
	transform: translateY(30px);
}

.rd-navbar-static .rd-navbar-dropdown > li > a,
.rd-navbar-fullwidth .rd-navbar-dropdown > li > a {
	display: block;
	padding: 13px 20px 13px 0;
	color: #29293a;
	background: transparent;
}

.rd-navbar-static .rd-navbar-dropdown > li > a:hover,
.rd-navbar-fullwidth .rd-navbar-dropdown > li > a:hover {
	color: #be1e2d;
	background: transparent;
}

.rd-navbar-static .rd-navbar-dropdown > li.focus > a, .rd-navbar-static .rd-navbar-dropdown > li.opened > a,
.rd-navbar-fullwidth .rd-navbar-dropdown > li.focus > a,
.rd-navbar-fullwidth .rd-navbar-dropdown > li.opened > a {
	color: #be1e2d;
	background: transparent;
}

.rd-navbar-static .rd-navbar-megamenu,
.rd-navbar-fullwidth .rd-navbar-megamenu {
	left: 50%;
	display: flex;
	width: 98%;
	max-width: 1800px;
	padding: 10px 40px 30px;
	transform: translate3d(-50%, 30px, 0);
	background: #ffffff;
	justify-content: space-between;
}

@media (min-width: 1800px) {
	.rd-navbar-static .rd-navbar-megamenu,
	.rd-navbar-fullwidth .rd-navbar-megamenu {
		padding: 10px 49px 30px;
	}
}

.rd-navbar-static .rd-navbar-megamenu > li,
.rd-navbar-fullwidth .rd-navbar-megamenu > li {
	flex: 1 1 25%;
	max-width: 240px;
}

.rd-navbar-static .rd-navbar-megamenu > li + li,
.rd-navbar-fullwidth .rd-navbar-megamenu > li + li {
	border-top: 0;
}

.rd-navbar-static .rd-navbar-megamenu > li > ul a,
.rd-navbar-fullwidth .rd-navbar-megamenu > li > ul a {
	display: block;
	padding: 13px 10px 13px 0;
	color: #000000;
	background: transparent;
}

.rd-navbar-static .rd-navbar-megamenu > li > ul a:hover,
.rd-navbar-fullwidth .rd-navbar-megamenu > li > ul a:hover {
	color: #be1e2d;
	background: transparent;
}

.rd-navbar-static.rd-navbar--is-clone,
.rd-navbar-fullwidth.rd-navbar--is-clone {
	display: block;
	transform: translateY(-100%);
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck,
.rd-navbar-fullwidth.rd-navbar--is-clone.rd-navbar--is-stuck {
	transform: translateY(0%);
}

.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-static.rd-navbar--is-clone,
.rd-navbar-fullwidth.rd-navbar--is-stuck,
.rd-navbar-fullwidth.rd-navbar--is-clone {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 999;
	background: #ffffff;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	width: 270px;
	height: 100%;
	left: 0;
	top: 0;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	font-size: 16px;
	line-height: 34px;
	color: #333333;
	background: #ffffff;
	box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.25);
	z-index: 998;
}

.rd-navbar-fixed .rd-navbar-nav-wrap:before, .rd-navbar-fixed .rd-navbar-nav-wrap:after {
	content: '';
	display: block;
	height: 56px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar {
	width: 4px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
	background: #be1e2d;
	border: none;
	border-radius: 0;
	opacity: .2;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
	background: #be1e2d;
	border: none;
	border-radius: 0;
}

.rd-navbar-fixed .rd-navbar-nav .rd-navbar-dropdown > li > a {
	padding-left: 20px;
}

.rd-navbar-fixed .rd-navbar-nav .rd-navbar-dropdown ul > li > a {
	padding-left: 25px;
}

/*
* Static Layout
*/
.rd-navbar-static {
	display: block;
}

.rd-navbar-static .rd-navbar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.rd-navbar-static .rd-navbar-nav {
	text-align: center;
}

.rd-navbar-static .rd-navbar-nav > li > a {
	font-size: 18px;
}

.rd-navbar-static .rd-navbar-aside-right {
	display: flex;
	align-items: center;
}

.rd-navbar-static .rd-navbar-nav > li {
	margin: 0 20px;
}

.rd-navbar-static .rd-navbar-nav > li > a {
	padding: 30px 0;
}

.rd-navbar-static .rd-navbar-nav > li > a:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 100%;
	height: 3px;
	content: "";
	display: inline-block;
	opacity: 0;
	transition: 250ms;
	background: #be1e2d;
}

.rd-navbar-static .rd-navbar-nav > li > a:hover:before {
	right: 0;
	opacity: 1;
}

.rd-navbar-static .rd-navbar-nav > li.focus > a:before, .rd-navbar-static .rd-navbar-nav > li.opened > a:before {
	right: 0;
	opacity: 1;
}

.rd-navbar-static .rd-navbar-nav > li.active > a:before {
	right: 0;
	opacity: 1;
}

.rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-megamenu {
	margin-top: 0;
}

.rd-navbar-static .rd-navbar-megamenu {
	max-width: 1200px;
}

.rd-navbar-static .rd-navbar-megamenu > li + li {
	margin-left: 85px;
}

.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-static.rd-navbar--is-clone {
	will-change: transform;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav > li > a, .rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav > li > a {
	padding: 25px 0;
}

.breadcrumbs-custom-wrap .rd-navbar-static .rd-navbar-nav > li > a:before {
	top: 0;
	bottom: auto;
}

@media (min-width: 1600px) {
	.rd-navbar-static .rd-navbar-nav > li > a {
		padding: 40px 0;
	}
	.rd-navbar-static .rd-navbar-dropdown,
	.rd-navbar-static .rd-navbar-megamenu {
		margin-top: 0;
	}
}

@media (min-width: 1800px) {
	.rd-navbar-static .rd-navbar-nav > li {
		margin: 0 30px;
	}
}

/*
* Fullwidth Layout
*/
.rd-navbar-fullwidth {
	display: block;
}

.rd-navbar-fullwidth .rd-navbar-inner {
	padding-top: 20px;
	padding-bottom: 20px;
}

.rd-navbar-fullwidth .rd-navbar-aside-right {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 25px;
}

.rd-navbar-fullwidth .rd-navbar-panel {
	text-align: center;
}

.rd-navbar-fullwidth .rd-navbar-nav > li {
	margin: 0 18px;
}

.rd-navbar-fullwidth .rd-navbar-dropdown {
	margin-top: 20px;
}

.rd-navbar-fullwidth .rd-navbar-megamenu > li + li {
	margin-left: 30px;
}

.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-inner, .rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-inner {
	padding-top: 13px;
	padding-bottom: 13px;
}

.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-aside-right, .rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-aside-right {
	margin-top: 0;
}

.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-dropdown, .rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-dropdown {
	margin-top: 15px;
}

.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-panel, .rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-panel {
	display: none;
}

/*
* Fixed Layout
*/
.rd-navbar-fixed {
	display: block;
}

.rd-navbar-fixed .rd-navbar-toggle {
	display: inline-block;
}

.rd-navbar-fixed .rd-navbar-brand {
	position: relative;
	margin-left: 6px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	font-size: 22px;
	line-height: 1;
}

.rd-navbar-fixed .rd-navbar-brand img {
	max-width: 143px;
	height: auto;
}

.rd-navbar-fixed .rd-navbar-panel {
	display: flex;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	padding: 4px;
	height: 56px;
	color: #29293a;
	z-index: 999;
}

.rd-navbar-fixed .rd-navbar-panel:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.25);
	background: #ffffff;
}

.rd-navbar-fixed .rd-navbar-panel > * {
	z-index: 1;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	position: fixed;
	left: 0;
	bottom: 0;
	top: 0;
	color: #333333;
	background: #ffffff;
	transform: translateX(-120%);
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
	transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-nav {
	display: block;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
}

.rd-navbar-fixed .rd-navbar-nav:before, .rd-navbar-fixed .rd-navbar-nav:after {
	content: '';
	display: block;
	height: 8px;
}

.rd-navbar-fixed .rd-navbar-nav li > a {
	display: block;
	padding: 11px 56px 11px 16px;
	color: #333333;
}

.rd-navbar-fixed .rd-navbar-nav li > a:first-letter {
	text-transform: uppercase;
}

.rd-navbar-fixed .rd-navbar-nav li:hover > a, .rd-navbar-fixed .rd-navbar-nav li.active > a, .rd-navbar-fixed .rd-navbar-nav li.opened > a {
	background: #be1e2d;
	color: #ffffff;
}

.rd-navbar-fixed .rd-navbar-nav li:hover > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-navbar-nav li.active > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle {
	color: #ffffff;
}

.rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle:after {
	transform: rotate(180deg);
}

.rd-navbar-fixed .rd-navbar-nav .rd-navbar-submenu-toggle {
	cursor: pointer;
	color: #333333;
}

.rd-navbar-fixed .rd-navbar-nav .rd-navbar-submenu-toggle::after {
	content: '\f236';
	position: absolute;
	top: 22px;
	right: 0;
	margin-top: -22px;
	width: 65px;
	height: 48px;
	font: 400 28px "Material Design Icons";
	line-height: 48px;
	text-align: center;
	transition: 0.3s transform ease;
	z-index: 2;
}

.rd-navbar-fixed .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-megamenu {
	display: none;
	margin-top: 4px;
}

.rd-navbar-fixed .rd-navbar-submenu {
	position: relative;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown > li > a {
	padding: 7px 56px 7px 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: 48px;
}

.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-navbar-collapse {
	position: fixed;
	right: 4px;
	top: 64px;
	transform: translateX(-10px);
	padding: 15px 10px;
	width: 280px;
	border-radius: 3px;
	background-color: #ffffff;
	box-shadow: 0 6px 8px rgba(110, 123, 157, 0.17);
	text-align: left;
	font-size: 14px;
	opacity: 0;
	pointer-events: none;
	z-index: 997;
	transition: opacity .3s, transform .3s;
}

.rd-navbar-fixed .rd-navbar-collapse.active {
	transform: none;
	opacity: 1;
	pointer-events: auto;
	z-index: 999;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle {
	position: fixed;
	right: 4px;
	top: 4px;
	display: inline-block;
	z-index: 1000;
}

.rd-navbar-fixed .rd-navbar-collapse,
.rd-navbar-fixed .rd-navbar-collapse a.icon {
	color: #29293a;
}

.rd-navbar-fixed .rd-navbar-collapse:hover,
.rd-navbar-fixed .rd-navbar-collapse a.icon:hover {
	color: #be1e2d;
}

.rd-navbar-fixed.active .rd-navbar-nav {
	transform: translateX(0);
}

.rd-navbar-fixed.rd-navbar--is-clone {
	display: none;
}

/*
* Sidebar Layout
*/

.rd-navbar-default .rd-navbar-fixed .rd-navbar-collapse {
	flex-wrap: wrap;
	justify-content: flex-start;
}

.breadcrumbs-custom-wrap .rd-navbar-default .rd-navbar {
	background: transparent;
}

.breadcrumbs-custom-wrap .rd-navbar-default .rd-navbar:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	content: "";
	display: inline-block;
	background: #252525;
	transition: 450ms ease-out;
	opacity: 0;
}

.breadcrumbs-custom-wrap .rd-navbar-default .rd-navbar-fixed .rd-navbar-collapse-toggle span,
.breadcrumbs-custom-wrap .rd-navbar-default .rd-navbar-fixed .rd-navbar-collapse-toggle span:before,
.breadcrumbs-custom-wrap .rd-navbar-default .rd-navbar-fixed .rd-navbar-collapse-toggle span:after {
	background: #ffffff;
}

.breadcrumbs-custom-wrap .rd-navbar-default .rd-navbar-fixed .rd-navbar-collapse {
	background: #252525;
}

.breadcrumbs-custom-wrap .rd-navbar-default .rd-navbar--is-stuck:before {
	opacity: 1;
}

.rd-navbar-corporate .rd-navbar-panel {
	text-align: center;
}

.rd-navbar-corporate .rd-navbar-fixed .rd-navbar-aside-right {
	display: none;
}

.rd-navbar-corporate .rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-aside-right,
.rd-navbar-corporate .rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-aside-center,
.rd-navbar-corporate .rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside-right,
.rd-navbar-corporate .rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside-center {
	margin-top: 0;
}

.rd-navbar-corporate .rd-navbar-fullwidth .rd-navbar-inner {
	display: flex;
	flex-wrap: wrap;
}

.rd-navbar-corporate .rd-navbar-fullwidth .rd-navbar-dropdown {
	margin-top: 27px;
}

.rd-navbar-corporate .rd-navbar-fullwidth .rd-navbar-panel {
	width: 100%;
}

.rd-navbar-corporate .rd-navbar-fullwidth .button-sm {
	min-width: 150px;
	font-size: 14px;
	padding: 7px 14px;
}

.rd-navbar-corporate .rd-navbar-fullwidth .rd-navbar-aside-center,
.rd-navbar-corporate .rd-navbar-fullwidth .rd-navbar-aside-right {
	margin-top: 25px;
	flex-grow: 1;
}

.rd-navbar-corporate .rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-dropdown {
	margin-top: 20px;
}

.rd-navbar-corporate .rd-navbar-static .rd-navbar-nav > li {
	margin: 0 15px;
}

.rd-navbar-corporate .rd-navbar-static .rd-navbar-nav > li > a {
	padding: 37px 0;
}

.rd-navbar-corporate .rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav > li > a {
	padding: 25px 0;
}

@media (min-width: 1800px) {
	.rd-navbar-corporate .rd-navbar-static .rd-navbar-nav > li {
		margin: 0 25px;
	}
	.rd-navbar-corporate .rd-navbar-static .rd-navbar-nav > li > a {
		padding: 53px 0 56px;
	}
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 0;
}

/*
*
* RD Google Map
* --------------------------------------------------
*/
.google-map-container {
	max-width: 870px;
	margin-left: auto;
	margin-right: auto;
}

.google-map {
	width: 100%;
}

.google-map iframe,
.rd-google-map__model iframe {
	width: 100%;
	height: 100%;
	min-height: 200px;
	border: 0;
	display: block;
}

.section-wrap .section-wrap-aside .rd-google-map__model {
	height: 100%;
	min-height: 280px;
}

@media (min-width: 992px) {
	.section-wrap .section-wrap-aside .rd-google-map__model {
		min-height: 100%;
	}
}

.rd-google-map__model {
	color: #000000;
	height: 200px;
}

.rd-google-map__model img {
	max-width: none !important;
}

@media (min-width: 576px) {
	.rd-google-map__model {
		height: 250px;
	}
}

@media (min-width: 992px) {
	.rd-google-map__model {
		height: 400px;
	}
}

/*
* @subsection Google Map
* @description Describes style declarations for RD Google Map extension
* @version     1.0.0
*/
.google-map-container {
	width: 100%;
}

@media (min-width: 992px) {
	.google-map-with-icon .gm-style > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) {
		border-radius: 9px !important;
	}
	.google-map-with-icon .gm-style > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) {
		box-shadow: none !important;
		background-color: transparent !important;
	}
}

.google-map {
	color: #000000;
	height: 200px;
}

.google-map img {
	max-width: none !important;
}

@media (min-width: 480px) {
	.google-map {
		height: 250px;
	}
}

@media (min-width: 992px) {
	.google-map {
		height: 400px;
	}
}

* + .google-map-container {
	margin-top: 50px;
}

/*
*
* ToTop
* --------------------------------------------------
*/
.ui-to-top {
	position: fixed;
	width: 50px;
	height: 50px;
	font-size: 20px;
	border-radius: 9px;
	right: 15px;
	bottom: 15px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	z-index: 120;
	transition: .45s all ease-in-out;
	will-change: transform;
	transform: translateY(100px);
}

.ui-to-top::before {
	content: '\f239';
	font-family: 'Material Design Icons';
	line-height: 50px;
}

.ui-to-top, .ui-to-top:active, .ui-to-top:focus {
	color: #ffffff;
	background-color: #be1e2d;
}

.ui-to-top:hover {
	color: #ffffff;
	background-color: #be1e2d;
	text-decoration: none;
}

.ui-to-top.active {
	transform: translateY(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;
	}
}

/*
*
* Nav custom
* --------------------------------------------------
*/
/**
* Base styles
*/

/**
* Tabs Line
*/

/**
* Tabs buttons
*/

@media (min-width: 768px) {
	/**
  * Base styles
  */
	/**
  * Horizontal tabs
  */
	/**
  * Vertical tabs
  */
}

@media (min-width: 992px) {
	/**
  * Vertical tabs
    */
}

@media (min-width: 992px) {
	/**
  * Horizontal tabs
  */
}

@media (min-width: 992px) {
	/**
  * Base styles
  */
	/**
  * Horizontal tabs
  */
	/**
  * Vertical tabs
  */
}

/*
*
* Swiper
* --------------------------------------------------
*/
.swiper-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	height: auto;
	min-height: 45vw;
	/* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-container .button-default-outline, .swiper-container .button-default-outline:focus {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}

.swiper-container .button-default-outline:hover, .swiper-container .button-default-outline:active, .swiper-container .button-default-outline:hover {
	color: #ffffff;
	background-color: #be1e2d;
	border-color: #be1e2d;
}

.swiper-wrapper {
	position: relative;
	z-index: 1;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	height: auto;
	min-height: inherit;
	transition-property: transform;
	box-sizing: content-box;
}


.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
	will-change: transform;
}

.swiper-slide {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	width: 100%;
	background-size: cover;
	background-position: center center;
}

.swiper-slide:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
}

@media (min-width: 1200px) {
	.swiper-slide:before {
		display: none;
	}
}

/* a11y */
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1000;
	pointer-events: none;
	opacity: 0;
}

/* IE10 Windows Phone 8 Fixes */

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	border-radius: 50%;
	text-align: center;
	margin-top: -20px;
	z-index: 10;
	cursor: pointer;
	background: #be1e2d;
	color: #ffffff;
	transition: .33s;
}

.swiper-button-prev::before,
.swiper-button-next::before {
	position: relative;
	font-family: 'Material Design Icons';
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	background: #be1e2d;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev {
	left: 40px;
}

.swiper-button-prev::before {
	content: '\f14b';
	left: -1px;
}

.swiper-button-next {
	right: 40px;
}

.swiper-button-next::before {
	content: '\f150';
	right: -1px;
}

/* Pagination Styles */
.swiper-pagination-wrap {
	position: absolute;
	bottom: 30px;
	left: 50%;
	z-index: 10;
	width: 100%;
	text-align: center;
	transform: translate3d(-50%, 0, 0);
}

.swiper-pagination-wrap.container-bigger {
	width: 100%;
	text-align: left;
}

@media (min-width: 1200px) {
	.swiper-pagination-wrap {
		bottom: 50px;
	}
	.swiper-pagination-wrap.container-bigger {
		bottom: 75px;
	}
}

.swiper-pagination {
	position: relative;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}

.swiper-pagination-bullet {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
	transition: .33s;
}

.swiper-pagination-bullet:hover {
	background: #ffffff;
}

.swiper-pagination-bullet-active {
	background: #be1e2d;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

/* 3D Container */

/* Coverflow */

/* Fade */

/* Cube */

/* Scrollbar */
.swiper-scrollbar {
	position: relative;
	-ms-touch-action: none;
}

.swiper-scrollbar-drag {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #be1e2d;
}

/* Preloader */
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	content: "";
	display: block;
	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-slide-caption {
	width: 100%;
}

.swiper-slider_height-1 {
	min-height: 300px;
}

@media (min-width: 768px) {
	.swiper-slider_height-1 {
		min-height: calc(100vh - 86px);
	}
}

@media (min-width: 1200px) {
	.swiper-slider_height-1 {
		min-height: calc(100vh - 86px);
	}
}

@supports (height: 100dvh) {
@media (min-width: 768px) {
		.swiper-slider_height-1 {
			min-height: calc(100dvh - 86px);
		}
	}
}

/**
*  Swiper main
*/

.swiper-main-section {
	padding-top: 60px;
	padding-bottom: 100px;
}

@media (min-width: 992px) {
	.desktop .swiper-main-section {
		padding-top: 200px;
		padding-bottom: 130px;
	}
}

@media (min-width: 1200px) {
	.desktop .swiper-main-section {
		padding-top: 180px;
		padding-bottom: 160px;
	}
}

@media (min-width: 1600px) {
	.desktop .swiper-main-section {
		padding-bottom: 220px;
	}
}

@media (min-width: 1800px) {
	.desktop .swiper-main-section {
		padding-top: 230px;
		padding-bottom: 245px;
	}
}

@media (min-width: 768px) {
	.swiper-align-left h3 + * {
		margin-top: 20px;
	}
	.swiper-align-left * .button {
		margin-top: 30px;
	}
	.swiper-align-left .swiper-pagination-wrap {
		width: 100%;
		text-align: left;
	}
}

@media (min-width: 1200px) {
	.swiper-align-left-custom h3 + .divider {
		margin-top: 40px;
	}
}

.swiper-form-wrap {
	position: relative;
}

/* Reserve space for async-loaded partials to reduce CLS. */

@media (min-width: 992px) {
	.swiper-form-wrap .form-request-wrap {
		width: 100%;
		position: absolute;
		top: 50%;
		transform: translate3d(0, -50%, 0);
		left: 0;
		right: 0;
		z-index: 2;
		pointer-events: none;
	}
	.swiper-form-wrap .form-request {
		pointer-events: auto;
	}
}

/*
*
* Select 2
* --------------------------------------------------
*/
.select2 {
	width: 100% !important;
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 50px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-left: 20px;
	padding-right: 20px;
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-search--inline {
	float: left;
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	margin-top: 5px;
	padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-dropdown {
	position: absolute;
	margin-top: 2px;
	left: -100000px;
	z-index: 16;
	display: block;
	box-sizing: border-box;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #dedfe8;
	border-radius: 35px;
	box-shadow: 0 6px 8px 0 rgba(110, 123, 157, 0.17);
}

.select2-results {
	display: block;
}

.select2-results__options {
	padding: 10px 0;
	list-style: none;
	margin: 0;
}

.select2-results__option {
	padding: 10px 20px;
	font-size: 18px;
	transition: .3s;
	user-select: none;
	color: #29293a;
	-webkit-user-select: none;
}

.select2-results__option[aria-selected] {
	cursor: pointer;
}

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-search--dropdown {
	display: block;
	padding: 4px;
}

.select2-search--dropdown .select2-search__field {
	width: 100%;
	padding: 4px;
	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-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

.select2 + .form-validation {
	z-index: 14;
}

@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: 1180;
	border: 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 {
	display: flex;
	flex-direction: row-reverse;
	z-index: 1182;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
	color: #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: 1180;
}

.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}

.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0;
}

#lg-counter {
	color: #999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle;
	margin-right: auto;
}

.lg-toolbar, .lg-prev, .lg-next {
	opacity: 1;
	-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: 1180;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px;
	margin-left: auto;
	margin-right: auto;
}

.lg-outer .lg-thumb-item {
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 0px solid #FFF;
	margin-bottom: 5px;
	transform: scale(0.9);
	border-radius: 2px;
}

@media (min-width: 1025px) {
	.lg-outer .lg-thumb-item {
		-webkit-transition: 0.25s ease;
		-o-transition: 0.25s ease;
		transition: 0.25s ease;
	}
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	transform: scale(1);
}

.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
	-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: 1180;
	cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
	background: url("../images/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url("../images/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
	background: transparent url("../images/video-play.png") no-repeat scroll 0 0;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
	background: url("../images/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url("../images/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible;
}

.lg-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1183;
	opacity: 0;
	-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: #be1e2d;
	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";
}

@media (max-width: 479px) {
	#lg-zoom-in {
		display: none;
	}
}

#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;
}

@media (max-width: 479px) {
	#lg-zoom-out {
		display: none;
	}
}

.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1180;
	height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible;
}

.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-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";
}

@media (max-width: 479px) {
	.lg-fullscreen {
		display: none;
	}
}

.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, 0.25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1181;
	opacity: 0;
	visibility: hidden;
	-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-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 {
	will-change: transform, opacity;
}

.lg-css3.lg-use-left .lg-item {
	will-change: left, opacity;
}

.lg-css3.lg-zoom-in .lg-item {
	opacity: 0;
}

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(2, 2, 2);
	transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in .lg-item.lg-next-slide {
	-webkit-transform: scale3d(2, 2, 2);
	transform: scale3d(2, 2, 2);
}

.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-out .lg-item {
	opacity: 0;
}

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
	-webkit-transform: scale3d(0, 0, 0);
	transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out .lg-item.lg-next-slide {
	-webkit-transform: scale3d(0, 0, 0);
	transform: scale3d(0, 0, 0);
}

.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-group:after {
	content: "";
	display: table;
	clear: both;
}

.lg-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1150;
	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: 1160;
}

.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-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: 1140;
	background-color: #000000;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
	opacity: 0.85;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
	-webkit-transition: none 0s ease 0s !important;
	-moz-transition: none 0s ease 0s !important;
	-o-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-css3.lg-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;
}

.lg-item iframe {
	background-color: #ffffff;
}

[data-lightgallery='item'] {
	cursor: pointer;
}

html[dir='rtl'] .lg-actions .lg-prev {
	right: 20px;
	left: auto;
}

html[dir='rtl'] .lg-actions .lg-next {
	left: 20px;
	right: auto;
}

html[dir='rtl'] .lg-outer .lg-thumb-item {
	float: right;
}

html[dir='rtl'] .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	transform: translate3d(100%, 0, 0);
}

html[dir='rtl'] .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	transform: translate3d(-100%, 0, 0);
}

html[dir='rtl'] .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	transform: translate3d(0, 0, 0);
}

/**
* Instagram Plugin Style
*/
/**
* Profile
*/

/**
*  Thumbnail InstaFeedl
*/

/**
*  Thumbnail InstaFeedl Minimal
*/

/**
* Instafeed Vertical
*/

.form-wrap-modern .stepper {
	min-width: 100%;
}

.stepper {
	position: relative;
	display: inline-block;
	max-width: 70px;
	min-width: 220px;
}

.stepper input[type="number"] {
	width: 100%;
	padding-left: 55px;
	padding-right: 55px;
	text-align: center;
	-moz-appearance: textfield;
}

.stepper input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.stepper-arrow {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 28px;
	font-family: 'Material Design Icons';
	cursor: pointer;
	color: #be1e2d;
	transition: .3s all ease;
}

.stepper-arrow:hover {
	color: #be1e2d;
}

.stepper-arrow.up {
	right: 28px;
	text-align: left;
}

.stepper-arrow.up:before {
	content: '\f504';
}

.stepper-arrow.down {
	left: 19px;
	text-align: right;
}

.stepper-arrow.down:before {
	content: '\f465';
}

.stepper.disabled .stepper-arrow {
	pointer-events: none;
	opacity: .5;
}

/*
*
* Fonts
* ==================================================
*/

/* Restored rules removed by aggressive CSS purge (home hero form + pagination). */
.swiper-pagination-bullet + .swiper-pagination-bullet {
	margin-left: 16px;
}

.form-request-modern .select2-container {
	width: 100% !important;
}

.form-request-modern .select2-container--bootstrap .select2-selection--single,
.form-request-modern .select2-container .select2-selection--single {
	height: 60px;
	background-color: #ffffff;
	border: 0;
	border-radius: 35px;
}

.form-request-modern .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
.form-request-modern .select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 60px;
	padding-left: 25px;
	padding-right: 40px;
	color: #29293a;
}

.form-request-modern .select2-container .select2-selection__arrow {
	height: 60px;
	right: 16px;
}

@media (max-width: 991px) {
	.rd-navbar-fixed .rd-navbar-collapse-toggle {
		display: none;
	}

	.rd-navbar-fixed .rd-navbar-panel:before,
	.bg-gray-darker .rd-navbar-fixed .rd-navbar-panel:before,
	.bg-secondary-2 .rd-navbar-fixed .rd-navbar-panel:before,
	.bg-gradient .rd-navbar-fixed .rd-navbar-panel:before {
		background: #ffffff;
	}

	.rd-navbar-fixed .rd-navbar-toggle span,
	.rd-navbar-fixed .rd-navbar-toggle span:before,
	.rd-navbar-fixed .rd-navbar-toggle span:after {
		background: #000000;
	}

	.rd-navbar-fixed .rd-navbar-brand {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		margin-left: 0;
		text-align: center;
	}

	html.rd-navbar-fixed-linked .page {
		padding-top: 56px;
	}
}

.mobile-fab-buttons {
	display: none;
}

@media (max-width: 991px) {
	.mobile-fab-buttons {
		position: fixed;
		right: 14px;
		bottom: 16px;
		display: flex;
		flex-direction: column;
		gap: 10px;
		z-index: 1100;
	}

	.mobile-fab {
		width: 46px;
		height: 46px;
		border-radius: 999px;
		border: 0;
		padding: 0;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
		color: #ffffff;
		text-decoration: none;
		line-height: 1;
		box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
	}

	.mobile-fab:hover,
	.mobile-fab:focus {
		color: #ffffff;
		text-decoration: none;
	}

	.mobile-fab-svg {
		display: block;
		width: 24px;
		height: 24px;
	}

	.mobile-fab-icon {
		display: block;
		font-size: 26px;
		line-height: 1;
	}

	.mobile-fab-icon:before {
		display: block;
		line-height: 1;
	}

	.mobile-fab-whatsapp {
		background: #25d366;
	}

	.mobile-fab-top {
		background: #be1e2d;
		cursor: pointer;
	}
}
