@charset "UTF-8";
/*
*
* 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 Footers
*     2.11 Forms
*     2.12 Gallery Item
*     2.13 Icons
*     2.14 Links
*     2.15 Lists
*     2.16 Modals-custom
*     2.17 Navigation
*     2.18 Pagination-custom
*     2.19 Panel-custom
*     2.20 Posts
*     2.21 Pricing
*     2.22 Quotes
*     2.23 Snackbars
*     2.24 Tables
*     2.25 Team
*     2.26 Thumbnails
*     2.27 Time-line
*     2.28 Tooltip
*
*   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 Decorations
*     3.9 Grid Modules
*
*   4. Modules
*     4.1 Flex grid
*     4.2 Unit-responsive
*
*   5 Plugins
*     5.1  Animate
*     5.2  Bg-Video
*     5.3  Bootstrap-Material Datetimepicker
*     5.4  Countdown
*     5.5  Counter
*     5.6  Isotope
*     5.7  Owl Carousel
*     5.8 Rd Navbar
*     5.9 Rd Google Map
*     5.10 Rd Search
*     5.11 Ui To Top
*     5.12 Tabs
*     5.13 Progress Bars
*     5.14 Jquery Circle Progress
*     5.15 Timecircles
*     5.16 Swiper
*     5.17 Select2
*     5.18 Lightgallery
*     5.19 Jplayer
*     5.20 Jquery.Fs.Stepper 
*     5.21 Instafeed
*     5.22 Twitter
**/
a:focus,
button:focus {
	outline: none !important;
}

button::-moz-focus-inner {
	border: 0;
}

*:focus {
	outline: none;
}

blockquote {
	padding: 0;
	margin: 0;
}

input,
button,
select,
textarea {
	outline: none;
}

label {
	margin-bottom: 0;
}

p {
	margin: 0;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul li,
ol li {
	display: block;
}

dl {
	margin: 0;
}

dt,
dd {
	line-height: inherit;
}

dt {
	font-weight: inherit;
}

dd {
	margin-bottom: 0;
}

cite {
	font-style: normal;
}

form {
	margin-bottom: 0;
}

blockquote {
	padding-left: 0;
	border-left: 0;
}

address {
	margin-top: 0;
	margin-bottom: 0;
}

figure {
	margin-bottom: 0;
}

html p a:hover {
	text-decoration: none;
}

/*
*
* Main Styles
* ==================================================
*/
/**
* Body
*/
body {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.6;
	color: #838386;
	background-color: #fff;
	-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: #1cd8c9;
	text-decoration: none;
	transition: .25s;
}

a:hover, a:focus {
	color: #1cd8c9;
	text-decoration: none;
	outline: none;
}

a[href*='tel'], a[href*='mailto'] {
	white-space: nowrap;
}

.privacy-link {
	display: inline-block;
}

.link-hover {
	color: #1cd8c9;
}

.link-press {
	color: #1cd8c9;
}

.hidden {
	display: none;
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

hr {
	border-color: #c2c2c3;
}

/*
*
* Typography
* ==================================================
*/
h1, h2, h3, h4, h5, h6, [class^='heading-'] {
	margin-top: 0;
	margin-bottom: 0;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #29293a;
}

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: #1f2323;
}

h1,
.heading-1 {
	font-size: 34px;
	line-height: 1.2;
	letter-spacing: .04em;
}

@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,
.heading-2 {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 28px;
	line-height: 1.2;
	text-transform: none;
}

@media (min-width: 768px) {
	h2,
	.heading-2 {
		font-size: 34px;
		line-height: 1.26923;
	}
}

@media (min-width: 1200px) {
	h2,
	.heading-2 {
		font-size: 36px;
	}
}

@media (min-width: 1600px) {
	h2,
	.heading-2 {
		font-size: 52px;
	}
}

.heading-2 {
	font-weight: 300;
}

h3,
.heading-3 {
	font-size: 24px;
	line-height: 1.45;
	letter-spacing: .04em;
}

@media (min-width: 768px) {
	h3,
	.heading-3 {
		font-size: 28px;
	}
}

@media (min-width: 1200px) {
	h3,
	.heading-3 {
		font-size: 34px;
		line-height: 1.375;
	}
}

@media (min-width: 1600px) {
	h3,
	.heading-3 {
		font-size: 48px;
	}
}

.h3-alternate {
	font-size: 24px;
	line-height: 1.45;
	color: #1f2323;
}

@media (min-width: 768px) {
	.h3-alternate {
		font-size: 28px;
	}
}

@media (min-width: 1600px) {
	.h3-alternate {
		font-size: 42px;
	}
}

h4,
.heading-4 {
	font-size: 21px;
	line-height: 1.35;
	letter-spacing: .04em;
}

@media (min-width: 768px) {
	h4,
	.heading-4 {
		font-size: 26px;
		line-height: 1.42857;
	}
}

@media (min-width: 1600px) {
	h4,
	.heading-4 {
		font-size: 28px;
	}
}

h5,
.heading-5 {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 1.5;
}

@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,
.heading-6 {
	font-size: 17px;
	line-height: 1.5;
	letter-spacing: .04em;
}

@media (min-width: 768px) {
	h6,
	.heading-6 {
		font-size: 19px;
		line-height: 1.5;
	}
}

@media (min-width: 1600px) {
	h6,
	.heading-6 {
		font-size: 24px;
	}
}

.big,
.custom-subtitle {
	font-size: 18px;
}

@media (min-width: 768px) {
	.big,
	.custom-subtitle {
		font-size: 19px;
	}
}

@media (min-width: 1600px) {
	.big,
	.custom-subtitle {
		font-size: 24px;
	}
}

.bigger {
	font-weight: 400;
}

@media (min-width: 992px) {
	.bigger {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.bigger {
		font-size: 24px;
	}
}

.text-large {
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 60px;
	line-height: 1.1;
	letter-spacing: .04em;
}

@media (min-width: 992px) {
	.text-large {
		font-size: 90px;
	}
}

@media (min-width: 1600px) {
	.text-large {
		font-size: 120px;
	}
}

small,
.small {
	display: block;
	font-size: 16px;
}

mark,
.mark {
	color: #fff;
	background-color: #1cd8c9;
	padding: .1em .5em;
}

@media (max-width: 767px) {
	.image-responsive {
		width: 100%;
		max-width: 340px;
		margin-left: auto;
		margin-right: auto;
	}
}

/*
*
* Colors
* ==================================================
*/
.page .text-primary {
	color: #1cd8c9;
}

.page .text-secondary {
	color: #10aea1;
}

.page .text-gray-1 {
	color: #c2c2c3;
}

.page .text-gray-light {
	color: #838386;
}

.page .text-gray-4 {
	color: #d8dae2;
}

.page .text-gray-darker {
	color: #1f2323;
}

.page a.text-secondary-1, .page a.text-secondary-1:focus, .page a.text-secondary-1:active {
	color: inherit;
}

.page a.text-secondary-1:hover {
	color: #ffec17;
}

.page a.text-gray-darker {
	color: #1f2323;
}

.page a.text-gray-darker:hover {
	color: #1cd8c9;
}

/*
*
* Main layout
* ==================================================
*/
.page {
	position: relative;
	overflow: hidden;
	min-height: 100vh !important;
}

.page-header {
	position: relative;
	padding: 0;
	margin: 0;
	border-bottom: none;
}

.frame-header {
	width: 100%;
	height: 500px;
	outline: none;
	border: 0;
}

@media (min-width: 992px) {
	.frame-header {
		height: 650px;
	}
}

@media (min-width: 1600px) {
	.frame-header {
		height: 730px;
	}
}

.fullwidth-page {
	position: relative;
	min-height: calc(100vh - 56px);
	display: flex;
	align-items: stretch;
}

.fullwidth-page-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	width: 100%;
}

.fullwidth-page-inner > * {
	position: relative;
	width: 100%;
}

.fullwidth-page:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.4);
}

.fullwidth-page[class*='bg-gradient']:before {
	content: none;
}

@media (min-width: 992px) {
	.desktop .fullwidth-page {
		min-height: 100vh;
	}
	.desktop .fullwidth-page > *:nth-child(1) {
		padding-top: 180px;
	}
}

@media (min-width: 1600px) {
	.desktop .fullwidth-page > *:nth-child(1) {
		padding-top: 90px;
	}
}

.fullwidth-page .page-footer p.right a:hover {
	color: #10aea1;
}

.fullwidth-page * + .button {
	margin-top: 30px;
}

@media (min-width: 992px) {
	.fullwidth-page {
		min-height: 100vh;
	}
}

@media (min-width: 1600px) {
	.fullwidth-page * + .breadcrumbs-custom-title {
		margin-top: 25px;
	}
	.fullwidth-page .heading-1 + p {
		margin-top: 33px;
	}
	.fullwidth-page .button {
		margin-top: 50px;
	}
	.fullwidth-page * + .countdown-wrap,
	.fullwidth-page .countdown-wrap + * {
		margin-top: 40px;
	}
}

.ie-10 .fullwidth-page .fullwidth-page-inner,
.ie-11 .fullwidth-page .fullwidth-page-inner,
.ie-edge .fullwidth-page .fullwidth-page-inner {
	min-height: 100vh;
}

@media (min-width: 1800px) {
	.image-position-01 {
		margin-top: 10px;
		margin-bottom: -60px;
	}
}

/**
* Blick
*/
.blick-wrap {
	position: relative;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}

.blick-overlay,
.blick-content {
	position: absolute;
}

.blick-overlay {
	top: 0;
	right: 0;
	left: 0;
	bottom: 32.16%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.blick-overlay[data-blick-overlay='ipad'] {
	background-image: url(../images/blick-01.png);
}

.blick-content {
	position: absolute;
	overflow: hidden;
	top: 4.3%;
	bottom: 39.5%;
	left: 4.1%;
	right: 4.1%;
}

.blick-content img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.blick-content[data-blick-content='ipad'] {
	top: 5.1%;
	bottom: 5.1%;
	left: 6.9%;
	right: 6.95%;
}

.blick-content[data-blick-content='iphone'] {
	top: 11.2%;
	bottom: 17.7%;
	left: 14.1%;
	right: 17.6%;
}

.blick-content[data-blick-content='imac'] {
	top: 11.2%;
	bottom: 17.7%;
	left: 14.1%;
	right: 17.6%;
}

.ie-10 .blick-wrap > img,
.ie-11 .blick-wrap > img {
	width: 100%;
}

section {
	position: relative;
}

.audio-gel {
	visibility: hidden;
}

/*
*
* 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: #fff;
	transition: .3s all ease;
	text-align: center;
}

.page-loader .page-loader-body {
	margin-top: -2%;
}

.page-loader__brand {
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	line-height: 1;
	font-weight: 900;
	color: #1f2323;
	margin-bottom: 26px;
	text-transform: uppercase;
}

@supports (-webkit-background-clip: text) {
	.page-loader .page-loader-body:before {
		background: linear-gradient(to right, #1cd8c9 20%, #10aea1 40%, #ffec17 60%, #1cd8c9 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: #10aea1;
	background: none;
}

[data-x-mode="true"] .page-loader {
	display: none !important;
}

.preloader-wrapper {
	display: inline-block;
	font-size: 0;
	position: relative;
	width: 50px;
	height: 50px;
}

.preloader-wrapper.small {
	width: 36px;
	height: 36px;
}

.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: #1cd8c9;
}

.spinner-blue,
.spinner-blue-only {
	border-color: #1cd8c9;
}

.spinner-red,
.spinner-red-only {
	border-color: #10aea1;
}

.spinner-yellow,
.spinner-yellow-only {
	border-color: #ffec17;
}

.spinner-green,
.spinner-green-only {
	border-color: #29293a;
}

.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 {
	-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 {
	-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 {
	-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,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
	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% {
		transform: rotate(135deg);
	}
	25% {
		transform: rotate(270deg);
	}
	37.5% {
		transform: rotate(405deg);
	}
	50% {
		transform: rotate(540deg);
	}
	62.5% {
		transform: rotate(675deg);
	}
	75% {
		transform: rotate(810deg);
	}
	87.5% {
		transform: rotate(945deg);
	}
	to {
		transform: rotate(1080deg);
	}
}

@keyframes fill-unfill-rotate {
	12.5% {
		transform: rotate(135deg);
	}
	25% {
		transform: rotate(270deg);
	}
	37.5% {
		transform: rotate(405deg);
	}
	50% {
		transform: rotate(540deg);
	}
	62.5% {
		transform: rotate(675deg);
	}
	75% {
		transform: rotate(810deg);
	}
	87.5% {
		transform: rotate(945deg);
	}
	to {
		transform: rotate(1080deg);
	}
}

@-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;
	transform: rotate(129deg);
}

.circle-clipper.right .circle {
	left: -100%;
	border-left-color: transparent !important;
	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 {
		transform: rotate(130deg);
	}
	50% {
		transform: rotate(-5deg);
	}
	to {
		transform: rotate(130deg);
	}
}

@keyframes left-spin {
	from {
		transform: rotate(130deg);
	}
	50% {
		transform: rotate(-5deg);
	}
	to {
		transform: rotate(130deg);
	}
}

@-webkit-keyframes right-spin {
	from {
		transform: rotate(-130deg);
	}
	50% {
		transform: rotate(5deg);
	}
	to {
		transform: rotate(-130deg);
	}
}

@keyframes right-spin {
	from {
		transform: rotate(-130deg);
	}
	50% {
		transform: rotate(5deg);
	}
	to {
		transform: rotate(-130deg);
	}
}

#spinnerContainer.cooldown {
	/* duration: SHRINK_TIME */
	-webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
	animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@-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-dark, .bg-gray-darker, .bg-additional-gray-darker .bg-additional-item,
.bg-image, .bg-additional-image .bg-additional-item, .bg-accent, .breadcrumbs-custom-light {
	color: #fff;
}

.context-dark h1, .bg-gray-dark h1, .bg-gray-darker h1, .bg-additional-gray-darker .bg-additional-item h1, .bg-image h1, .bg-additional-image .bg-additional-item h1, .bg-accent h1, .breadcrumbs-custom-light h1, .context-dark h2, .bg-gray-dark h2, .bg-gray-darker h2, .bg-additional-gray-darker .bg-additional-item h2, .bg-image h2, .bg-additional-image .bg-additional-item h2, .bg-accent h2, .breadcrumbs-custom-light h2, .context-dark h3, .bg-gray-dark h3, .bg-gray-darker h3, .bg-additional-gray-darker .bg-additional-item h3, .bg-image h3, .bg-additional-image .bg-additional-item h3, .bg-accent h3, .breadcrumbs-custom-light h3, .context-dark h4, .bg-gray-dark h4, .bg-gray-darker h4, .bg-additional-gray-darker .bg-additional-item h4, .bg-image h4, .bg-additional-image .bg-additional-item h4, .bg-accent h4, .breadcrumbs-custom-light h4, .context-dark h5, .bg-gray-dark h5, .bg-gray-darker h5, .bg-additional-gray-darker .bg-additional-item h5, .bg-image h5, .bg-additional-image .bg-additional-item h5, .bg-accent h5, .breadcrumbs-custom-light h5, .context-dark h6, .bg-gray-dark h6, .bg-gray-darker h6, .bg-additional-gray-darker .bg-additional-item h6, .bg-image h6, .bg-additional-image .bg-additional-item h6, .bg-accent h6, .breadcrumbs-custom-light h6, .context-dark [class^='heading-'], .bg-gray-dark [class^='heading-'], .bg-gray-darker [class^='heading-'], .bg-additional-gray-darker .bg-additional-item [class^='heading-'], .bg-image [class^='heading-'], .bg-additional-image .bg-additional-item [class^='heading-'], .bg-accent [class^='heading-'], .breadcrumbs-custom-light [class^='heading-'] {
	color: #fff;
}

.context-dark .text-gray-light, .bg-gray-dark .text-gray-light, .bg-gray-darker .text-gray-light, .bg-additional-gray-darker .bg-additional-item .text-gray-light, .bg-image .text-gray-light, .bg-additional-image .bg-additional-item .text-gray-light, .bg-accent .text-gray-light, .breadcrumbs-custom-light .text-gray-light {
	color: #c2c2c3;
}

.context-dark .bigger, .bg-gray-dark .bigger, .bg-gray-darker .bigger, .bg-additional-gray-darker .bg-additional-item .bigger, .bg-image .bigger, .bg-additional-image .bg-additional-item .bigger, .bg-accent .bigger, .breadcrumbs-custom-light .bigger {
	color: #c2c2c3;
}

.context-dark .icon-primary, .bg-gray-dark .icon-primary, .bg-gray-darker .icon-primary, .bg-additional-gray-darker .bg-additional-item .icon-primary, .bg-image .icon-primary, .bg-additional-image .bg-additional-item .icon-primary, .bg-accent .icon-primary, .breadcrumbs-custom-light .icon-primary {
	color: #10aea1;
}

.context-dark .breadcrumbs-custom-title::before, .bg-gray-dark .breadcrumbs-custom-title::before, .bg-gray-darker .breadcrumbs-custom-title::before, .bg-additional-gray-darker .bg-additional-item .breadcrumbs-custom-title::before, .bg-image .breadcrumbs-custom-title::before, .bg-additional-image .bg-additional-item .breadcrumbs-custom-title::before, .bg-accent .breadcrumbs-custom-title::before, .breadcrumbs-custom-light .breadcrumbs-custom-title::before, .context-dark .breadcrumbs-custom-title::after, .bg-gray-dark .breadcrumbs-custom-title::after, .bg-gray-darker .breadcrumbs-custom-title::after, .bg-additional-gray-darker .bg-additional-item .breadcrumbs-custom-title::after, .bg-image .breadcrumbs-custom-title::after, .bg-additional-image .bg-additional-item .breadcrumbs-custom-title::after, .bg-accent .breadcrumbs-custom-title::after, .breadcrumbs-custom-light .breadcrumbs-custom-title::after,
.context-dark .heading-decorated-diamonds::before,
.bg-gray-dark .heading-decorated-diamonds::before,
.bg-gray-darker .heading-decorated-diamonds::before,
.bg-additional-gray-darker .bg-additional-item .heading-decorated-diamonds::before,
.bg-image .heading-decorated-diamonds::before,
.bg-additional-image .bg-additional-item .heading-decorated-diamonds::before,
.bg-accent .heading-decorated-diamonds::before,
.breadcrumbs-custom-light .heading-decorated-diamonds::before,
.context-dark .heading-decorated-diamonds::after,
.bg-gray-dark .heading-decorated-diamonds::after,
.bg-gray-darker .heading-decorated-diamonds::after,
.bg-additional-gray-darker .bg-additional-item .heading-decorated-diamonds::after,
.bg-image .heading-decorated-diamonds::after,
.bg-additional-image .bg-additional-item .heading-decorated-diamonds::after,
.bg-accent .heading-decorated-diamonds::after,
.breadcrumbs-custom-light .heading-decorated-diamonds::after {
	background: #fff;
}

.context-dark .panel-corporate, .bg-gray-dark .panel-corporate, .bg-gray-darker .panel-corporate, .bg-additional-gray-darker .bg-additional-item .panel-corporate, .bg-image .panel-corporate, .bg-additional-image .bg-additional-item .panel-corporate, .bg-accent .panel-corporate, .breadcrumbs-custom-light .panel-corporate {
	box-shadow: none;
}

.context-dark .box-minimal-light, .bg-gray-dark .box-minimal-light, .bg-gray-darker .box-minimal-light, .bg-additional-gray-darker .bg-additional-item .box-minimal-light, .bg-image .box-minimal-light, .bg-additional-image .bg-additional-item .box-minimal-light, .bg-accent .box-minimal-light, .breadcrumbs-custom-light .box-minimal-light {
	color: #ededed;
}

.context-dark .box-minimal-light .box-minimal-icon, .bg-gray-dark .box-minimal-light .box-minimal-icon, .bg-gray-darker .box-minimal-light .box-minimal-icon, .bg-additional-gray-darker .bg-additional-item .box-minimal-light .box-minimal-icon, .bg-image .box-minimal-light .box-minimal-icon, .bg-additional-image .bg-additional-item .box-minimal-light .box-minimal-icon, .bg-accent .box-minimal-light .box-minimal-icon, .breadcrumbs-custom-light .box-minimal-light .box-minimal-icon {
	color: #fff;
}

.context-dark .box-minimal-light h1, .bg-gray-dark .box-minimal-light h1, .bg-gray-darker .box-minimal-light h1, .bg-additional-gray-darker .bg-additional-item .box-minimal-light h1, .bg-image .box-minimal-light h1, .bg-additional-image .bg-additional-item .box-minimal-light h1, .bg-accent .box-minimal-light h1, .breadcrumbs-custom-light .box-minimal-light h1, .context-dark .box-minimal-light h2, .bg-gray-dark .box-minimal-light h2, .bg-gray-darker .box-minimal-light h2, .bg-additional-gray-darker .bg-additional-item .box-minimal-light h2, .bg-image .box-minimal-light h2, .bg-additional-image .bg-additional-item .box-minimal-light h2, .bg-accent .box-minimal-light h2, .breadcrumbs-custom-light .box-minimal-light h2, .context-dark .box-minimal-light h3, .bg-gray-dark .box-minimal-light h3, .bg-gray-darker .box-minimal-light h3, .bg-additional-gray-darker .bg-additional-item .box-minimal-light h3, .bg-image .box-minimal-light h3, .bg-additional-image .bg-additional-item .box-minimal-light h3, .bg-accent .box-minimal-light h3, .breadcrumbs-custom-light .box-minimal-light h3, .context-dark .box-minimal-light h4, .bg-gray-dark .box-minimal-light h4, .bg-gray-darker .box-minimal-light h4, .bg-additional-gray-darker .bg-additional-item .box-minimal-light h4, .bg-image .box-minimal-light h4, .bg-additional-image .bg-additional-item .box-minimal-light h4, .bg-accent .box-minimal-light h4, .breadcrumbs-custom-light .box-minimal-light h4, .context-dark .box-minimal-light h5, .bg-gray-dark .box-minimal-light h5, .bg-gray-darker .box-minimal-light h5, .bg-additional-gray-darker .bg-additional-item .box-minimal-light h5, .bg-image .box-minimal-light h5, .bg-additional-image .bg-additional-item .box-minimal-light h5, .bg-accent .box-minimal-light h5, .breadcrumbs-custom-light .box-minimal-light h5, .context-dark .box-minimal-light h6, .bg-gray-dark .box-minimal-light h6, .bg-gray-darker .box-minimal-light h6, .bg-additional-gray-darker .bg-additional-item .box-minimal-light h6, .bg-image .box-minimal-light h6, .bg-additional-image .bg-additional-item .box-minimal-light h6, .bg-accent .box-minimal-light h6, .breadcrumbs-custom-light .box-minimal-light h6, .context-dark .box-minimal-light [class^='heading-'], .bg-gray-dark .box-minimal-light [class^='heading-'], .bg-gray-darker .box-minimal-light [class^='heading-'], .bg-additional-gray-darker .bg-additional-item .box-minimal-light [class^='heading-'], .bg-image .box-minimal-light [class^='heading-'], .bg-additional-image .bg-additional-item .box-minimal-light [class^='heading-'], .bg-accent .box-minimal-light [class^='heading-'], .breadcrumbs-custom-light .box-minimal-light [class^='heading-'] {
	color: #ffec17;
}

.context-dark .box-minimal-border .box-minimal-text, .bg-gray-dark .box-minimal-border .box-minimal-text, .bg-gray-darker .box-minimal-border .box-minimal-text, .bg-additional-gray-darker .bg-additional-item .box-minimal-border .box-minimal-text, .bg-image .box-minimal-border .box-minimal-text, .bg-additional-image .bg-additional-item .box-minimal-border .box-minimal-text, .bg-accent .box-minimal-border .box-minimal-text, .breadcrumbs-custom-light .box-minimal-border .box-minimal-text {
	opacity: .6;
}

.context-dark .quote-minimal-text, .bg-gray-dark .quote-minimal-text, .bg-gray-darker .quote-minimal-text, .bg-additional-gray-darker .bg-additional-item .quote-minimal-text, .bg-image .quote-minimal-text, .bg-additional-image .bg-additional-item .quote-minimal-text, .bg-accent .quote-minimal-text, .breadcrumbs-custom-light .quote-minimal-text {
	color: #fff;
}

.context-dark .quote-boxed-text, .bg-gray-dark .quote-boxed-text, .bg-gray-darker .quote-boxed-text, .bg-additional-gray-darker .bg-additional-item .quote-boxed-text, .bg-image .quote-boxed-text, .bg-additional-image .bg-additional-item .quote-boxed-text, .bg-accent .quote-boxed-text, .breadcrumbs-custom-light .quote-boxed-text,
.context-dark .quote-vertical-text,
.bg-gray-dark .quote-vertical-text,
.bg-gray-darker .quote-vertical-text,
.bg-additional-gray-darker .bg-additional-item .quote-vertical-text,
.bg-image .quote-vertical-text,
.bg-additional-image .bg-additional-item .quote-vertical-text,
.bg-accent .quote-vertical-text,
.breadcrumbs-custom-light .quote-vertical-text,
.context-dark .quote-modern-text,
.bg-gray-dark .quote-modern-text,
.bg-gray-darker .quote-modern-text,
.bg-additional-gray-darker .bg-additional-item .quote-modern-text,
.bg-image .quote-modern-text,
.bg-additional-image .bg-additional-item .quote-modern-text,
.bg-accent .quote-modern-text,
.breadcrumbs-custom-light .quote-modern-text {
	color: #fff;
}

.context-dark .quote-boxed-small, .bg-gray-dark .quote-boxed-small, .bg-gray-darker .quote-boxed-small, .bg-additional-gray-darker .bg-additional-item .quote-boxed-small, .bg-image .quote-boxed-small, .bg-additional-image .bg-additional-item .quote-boxed-small, .bg-accent .quote-boxed-small, .breadcrumbs-custom-light .quote-boxed-small,
.context-dark .quote-vertical-small,
.bg-gray-dark .quote-vertical-small,
.bg-gray-darker .quote-vertical-small,
.bg-additional-gray-darker .bg-additional-item .quote-vertical-small,
.bg-image .quote-vertical-small,
.bg-additional-image .bg-additional-item .quote-vertical-small,
.bg-accent .quote-vertical-small,
.breadcrumbs-custom-light .quote-vertical-small {
	color: #838386;
}

.context-dark .quote-modern-small, .bg-gray-dark .quote-modern-small, .bg-gray-darker .quote-modern-small, .bg-additional-gray-darker .bg-additional-item .quote-modern-small, .bg-image .quote-modern-small, .bg-additional-image .bg-additional-item .quote-modern-small, .bg-accent .quote-modern-small, .breadcrumbs-custom-light .quote-modern-small {
	color: #c2c2c3;
}

.context-dark .owl-dot:hover, .bg-gray-dark .owl-dot:hover, .bg-gray-darker .owl-dot:hover, .bg-additional-gray-darker .bg-additional-item .owl-dot:hover, .bg-image .owl-dot:hover, .bg-additional-image .bg-additional-item .owl-dot:hover, .bg-accent .owl-dot:hover, .breadcrumbs-custom-light .owl-dot:hover, .context-dark .owl-dot.active, .bg-gray-dark .owl-dot.active, .bg-gray-darker .owl-dot.active, .bg-additional-gray-darker .bg-additional-item .owl-dot.active, .bg-image .owl-dot.active, .bg-additional-image .bg-additional-item .owl-dot.active, .bg-accent .owl-dot.active, .breadcrumbs-custom-light .owl-dot.active {
	background-color: #10aea1;
}

.context-dark .slider-widget, .bg-gray-dark .slider-widget, .bg-gray-darker .slider-widget, .bg-additional-gray-darker .bg-additional-item .slider-widget, .bg-image .slider-widget, .bg-additional-image .bg-additional-item .slider-widget, .bg-accent .slider-widget, .breadcrumbs-custom-light .slider-widget {
	box-shadow: none;
}

.context-dark hr, .bg-gray-dark hr, .bg-gray-darker hr, .bg-additional-gray-darker .bg-additional-item hr, .bg-image hr, .bg-additional-image .bg-additional-item hr, .bg-accent hr, .breadcrumbs-custom-light hr {
	border-color: #fff;
	opacity: .5;
}

.context-dark .divider-default, .bg-gray-dark .divider-default, .bg-gray-darker .divider-default, .bg-additional-gray-darker .bg-additional-item .divider-default, .bg-image .divider-default, .bg-additional-image .bg-additional-item .divider-default, .bg-accent .divider-default, .breadcrumbs-custom-light .divider-default {
	opacity: 1;
}

.context-dark .box-minimal-border .box-minimal-icon, .bg-gray-dark .box-minimal-border .box-minimal-icon, .bg-gray-darker .box-minimal-border .box-minimal-icon, .bg-additional-gray-darker .bg-additional-item .box-minimal-border .box-minimal-icon, .bg-image .box-minimal-border .box-minimal-icon, .bg-additional-image .bg-additional-item .box-minimal-border .box-minimal-icon, .bg-accent .box-minimal-border .box-minimal-icon, .breadcrumbs-custom-light .box-minimal-border .box-minimal-icon {
	color: #fff;
}

.context-dark .box-minimal-border .box-minimal-icon svg, .bg-gray-dark .box-minimal-border .box-minimal-icon svg, .bg-gray-darker .box-minimal-border .box-minimal-icon svg, .bg-additional-gray-darker .bg-additional-item .box-minimal-border .box-minimal-icon svg, .bg-image .box-minimal-border .box-minimal-icon svg, .bg-additional-image .bg-additional-item .box-minimal-border .box-minimal-icon svg, .bg-accent .box-minimal-border .box-minimal-icon svg, .breadcrumbs-custom-light .box-minimal-border .box-minimal-icon svg {
	fill: #fff;
}

.context-dark .box-minimal-border .box-minimal-title, .bg-gray-dark .box-minimal-border .box-minimal-title, .bg-gray-darker .box-minimal-border .box-minimal-title, .bg-additional-gray-darker .bg-additional-item .box-minimal-border .box-minimal-title, .bg-image .box-minimal-border .box-minimal-title, .bg-additional-image .bg-additional-item .box-minimal-border .box-minimal-title, .bg-accent .box-minimal-border .box-minimal-title, .breadcrumbs-custom-light .box-minimal-border .box-minimal-title {
	color: #fff;
}

.context-dark .box-minimal-border:hover, .bg-gray-dark .box-minimal-border:hover, .bg-gray-darker .box-minimal-border:hover, .bg-additional-gray-darker .bg-additional-item .box-minimal-border:hover, .bg-image .box-minimal-border:hover, .bg-additional-image .bg-additional-item .box-minimal-border:hover, .bg-accent .box-minimal-border:hover, .breadcrumbs-custom-light .box-minimal-border:hover {
	background: #1cd8c9;
	border-color: #1cd8c9;
}

.context-dark .box-minimal-modern, .bg-gray-dark .box-minimal-modern, .bg-gray-darker .box-minimal-modern, .bg-additional-gray-darker .bg-additional-item .box-minimal-modern, .bg-image .box-minimal-modern, .bg-additional-image .bg-additional-item .box-minimal-modern, .bg-accent .box-minimal-modern, .breadcrumbs-custom-light .box-minimal-modern {
	background-color: #fff;
}

.context-dark .box-minimal-modern .box-minimal-title, .bg-gray-dark .box-minimal-modern .box-minimal-title, .bg-gray-darker .box-minimal-modern .box-minimal-title, .bg-additional-gray-darker .bg-additional-item .box-minimal-modern .box-minimal-title, .bg-image .box-minimal-modern .box-minimal-title, .bg-additional-image .bg-additional-item .box-minimal-modern .box-minimal-title, .bg-accent .box-minimal-modern .box-minimal-title, .breadcrumbs-custom-light .box-minimal-modern .box-minimal-title {
	color: #1f2323;
}

.context-dark .box-minimal-modern .box-minimal-text, .bg-gray-dark .box-minimal-modern .box-minimal-text, .bg-gray-darker .box-minimal-modern .box-minimal-text, .bg-additional-gray-darker .bg-additional-item .box-minimal-modern .box-minimal-text, .bg-image .box-minimal-modern .box-minimal-text, .bg-additional-image .bg-additional-item .box-minimal-modern .box-minimal-text, .bg-accent .box-minimal-modern .box-minimal-text, .breadcrumbs-custom-light .box-minimal-modern .box-minimal-text {
	color: #838386;
}

.context-dark .post-blog-article, .bg-gray-dark .post-blog-article, .bg-gray-darker .post-blog-article, .bg-additional-gray-darker .bg-additional-item .post-blog-article, .bg-image .post-blog-article, .bg-additional-image .bg-additional-item .post-blog-article, .bg-accent .post-blog-article, .breadcrumbs-custom-light .post-blog-article {
	color: #c2c2c3;
}

.context-dark .post-blog-article-title, .bg-gray-dark .post-blog-article-title, .bg-gray-darker .post-blog-article-title, .bg-additional-gray-darker .bg-additional-item .post-blog-article-title, .bg-image .post-blog-article-title, .bg-additional-image .bg-additional-item .post-blog-article-title, .bg-accent .post-blog-article-title, .breadcrumbs-custom-light .post-blog-article-title,
.context-dark .post-blog-article .big,
.bg-gray-dark .post-blog-article .big,
.bg-gray-darker .post-blog-article .big,
.bg-additional-gray-darker .bg-additional-item .post-blog-article .big,
.bg-image .post-blog-article .big,
.bg-additional-image .bg-additional-item .post-blog-article .big,
.bg-accent .post-blog-article .big,
.breadcrumbs-custom-light .post-blog-article .big {
	color: #fff;
}

.context-dark .post-blog-article .box-inline a, .bg-gray-dark .post-blog-article .box-inline a, .bg-gray-darker .post-blog-article .box-inline a, .bg-additional-gray-darker .bg-additional-item .post-blog-article .box-inline a, .bg-image .post-blog-article .box-inline a, .bg-additional-image .bg-additional-item .post-blog-article .box-inline a, .bg-accent .post-blog-article .box-inline a, .breadcrumbs-custom-light .post-blog-article .box-inline a {
	color: #c2c2c3;
}

.context-dark .post-blog-article .box-inline a:hover, .bg-gray-dark .post-blog-article .box-inline a:hover, .bg-gray-darker .post-blog-article .box-inline a:hover, .bg-additional-gray-darker .bg-additional-item .post-blog-article .box-inline a:hover, .bg-image .post-blog-article .box-inline a:hover, .bg-additional-image .bg-additional-item .post-blog-article .box-inline a:hover, .bg-accent .post-blog-article .box-inline a:hover, .breadcrumbs-custom-light .post-blog-article .box-inline a:hover {
	color: #ffec17;
}

.context-dark .breadcrumbs-custom-path > li.active, .bg-gray-dark .breadcrumbs-custom-path > li.active, .bg-gray-darker .breadcrumbs-custom-path > li.active, .bg-additional-gray-darker .bg-additional-item .breadcrumbs-custom-path > li.active, .bg-image .breadcrumbs-custom-path > li.active, .bg-additional-image .bg-additional-item .breadcrumbs-custom-path > li.active, .bg-accent .breadcrumbs-custom-path > li.active, .breadcrumbs-custom-light .breadcrumbs-custom-path > li.active {
	color: #fff;
}

.context-dark .breadcrumbs-custom-path > li a, .bg-gray-dark .breadcrumbs-custom-path > li a, .bg-gray-darker .breadcrumbs-custom-path > li a, .bg-additional-gray-darker .bg-additional-item .breadcrumbs-custom-path > li a, .bg-image .breadcrumbs-custom-path > li a, .bg-additional-image .bg-additional-item .breadcrumbs-custom-path > li a, .bg-accent .breadcrumbs-custom-path > li a, .breadcrumbs-custom-light .breadcrumbs-custom-path > li a {
	color: #fff;
}

.context-dark .breadcrumbs-custom-path > li a:hover, .bg-gray-dark .breadcrumbs-custom-path > li a:hover, .bg-gray-darker .breadcrumbs-custom-path > li a:hover, .bg-additional-gray-darker .bg-additional-item .breadcrumbs-custom-path > li a:hover, .bg-image .breadcrumbs-custom-path > li a:hover, .bg-additional-image .bg-additional-item .breadcrumbs-custom-path > li a:hover, .bg-accent .breadcrumbs-custom-path > li a:hover, .breadcrumbs-custom-light .breadcrumbs-custom-path > li a:hover {
	color: #ffec17;
}

.context-dark .button-default-outline, .bg-gray-dark .button-default-outline, .bg-gray-darker .button-default-outline, .bg-additional-gray-darker .bg-additional-item .button-default-outline, .bg-image .button-default-outline, .bg-additional-image .bg-additional-item .button-default-outline, .bg-accent .button-default-outline, .breadcrumbs-custom-light .button-default-outline, .context-dark .button-default-outline:focus, .bg-gray-dark .button-default-outline:focus, .bg-gray-darker .button-default-outline:focus, .bg-additional-gray-darker .bg-additional-item .button-default-outline:focus, .bg-image .button-default-outline:focus, .bg-additional-image .bg-additional-item .button-default-outline:focus, .bg-accent .button-default-outline:focus, .breadcrumbs-custom-light .button-default-outline:focus {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}

.context-dark .button-default-outline:hover, .bg-gray-dark .button-default-outline:hover, .bg-gray-darker .button-default-outline:hover, .bg-additional-gray-darker .bg-additional-item .button-default-outline:hover, .bg-image .button-default-outline:hover, .bg-additional-image .bg-additional-item .button-default-outline:hover, .bg-accent .button-default-outline:hover, .breadcrumbs-custom-light .button-default-outline:hover, .context-dark .button-default-outline:active, .bg-gray-dark .button-default-outline:active, .bg-gray-darker .button-default-outline:active, .bg-additional-gray-darker .bg-additional-item .button-default-outline:active, .bg-image .button-default-outline:active, .bg-additional-image .bg-additional-item .button-default-outline:active, .bg-accent .button-default-outline:active, .breadcrumbs-custom-light .button-default-outline:active, .context-dark .button-default-outline:hover, .bg-gray-dark .button-default-outline:hover, .bg-gray-darker .button-default-outline:hover, .bg-additional-gray-darker .bg-additional-item .button-default-outline:hover, .bg-image .button-default-outline:hover, .bg-additional-image .bg-additional-item .button-default-outline:hover, .bg-accent .button-default-outline:hover, .breadcrumbs-custom-light .button-default-outline:hover {
	color: #fff;
	background-color: #1cd8c9;
	border-color: #1cd8c9;
}

.context-dark .rd-navbar .button-default-outline, .bg-gray-dark .rd-navbar .button-default-outline, .bg-gray-darker .rd-navbar .button-default-outline, .bg-additional-gray-darker .bg-additional-item .rd-navbar .button-default-outline, .bg-image .rd-navbar .button-default-outline, .bg-additional-image .bg-additional-item .rd-navbar .button-default-outline, .bg-accent .rd-navbar .button-default-outline, .breadcrumbs-custom-light .rd-navbar .button-default-outline, .context-dark .rd-navbar .button-default-outline:focus, .bg-gray-dark .rd-navbar .button-default-outline:focus, .bg-gray-darker .rd-navbar .button-default-outline:focus, .bg-additional-gray-darker .bg-additional-item .rd-navbar .button-default-outline:focus, .bg-image .rd-navbar .button-default-outline:focus, .bg-additional-image .bg-additional-item .rd-navbar .button-default-outline:focus, .bg-accent .rd-navbar .button-default-outline:focus, .breadcrumbs-custom-light .rd-navbar .button-default-outline:focus {
	color: #1f2323;
	background-color: #fff;
	border-color: #ededed;
}

.context-dark .rd-navbar .button-default-outline:hover, .bg-gray-dark .rd-navbar .button-default-outline:hover, .bg-gray-darker .rd-navbar .button-default-outline:hover, .bg-additional-gray-darker .bg-additional-item .rd-navbar .button-default-outline:hover, .bg-image .rd-navbar .button-default-outline:hover, .bg-additional-image .bg-additional-item .rd-navbar .button-default-outline:hover, .bg-accent .rd-navbar .button-default-outline:hover, .breadcrumbs-custom-light .rd-navbar .button-default-outline:hover, .context-dark .rd-navbar .button-default-outline:active, .bg-gray-dark .rd-navbar .button-default-outline:active, .bg-gray-darker .rd-navbar .button-default-outline:active, .bg-additional-gray-darker .bg-additional-item .rd-navbar .button-default-outline:active, .bg-image .rd-navbar .button-default-outline:active, .bg-additional-image .bg-additional-item .rd-navbar .button-default-outline:active, .bg-accent .rd-navbar .button-default-outline:active, .breadcrumbs-custom-light .rd-navbar .button-default-outline:active, .context-dark .rd-navbar .button-default-outline:hover, .bg-gray-dark .rd-navbar .button-default-outline:hover, .bg-gray-darker .rd-navbar .button-default-outline:hover, .bg-additional-gray-darker .bg-additional-item .rd-navbar .button-default-outline:hover, .bg-image .rd-navbar .button-default-outline:hover, .bg-additional-image .bg-additional-item .rd-navbar .button-default-outline:hover, .bg-accent .rd-navbar .button-default-outline:hover, .breadcrumbs-custom-light .rd-navbar .button-default-outline:hover {
	color: #fff;
	background-color: #1cd8c9;
	border-color: #1cd8c9;
}

@media (min-width: 992px) {
	.context-dark .isotope-filters-list > li > a, .bg-gray-dark .isotope-filters-list > li > a, .bg-gray-darker .isotope-filters-list > li > a, .bg-additional-gray-darker .bg-additional-item .isotope-filters-list > li > a, .bg-image .isotope-filters-list > li > a, .bg-additional-image .bg-additional-item .isotope-filters-list > li > a, .bg-accent .isotope-filters-list > li > a, .breadcrumbs-custom-light .isotope-filters-list > li > a {
		color: #c2c2c3;
	}
	.context-dark .isotope-filters-list > li > a.active, .bg-gray-dark .isotope-filters-list > li > a.active, .bg-gray-darker .isotope-filters-list > li > a.active, .bg-additional-gray-darker .bg-additional-item .isotope-filters-list > li > a.active, .bg-image .isotope-filters-list > li > a.active, .bg-additional-image .bg-additional-item .isotope-filters-list > li > a.active, .bg-accent .isotope-filters-list > li > a.active, .breadcrumbs-custom-light .isotope-filters-list > li > a.active, .context-dark .isotope-filters-list > li > a:hover, .bg-gray-dark .isotope-filters-list > li > a:hover, .bg-gray-darker .isotope-filters-list > li > a:hover, .bg-additional-gray-darker .bg-additional-item .isotope-filters-list > li > a:hover, .bg-image .isotope-filters-list > li > a:hover, .bg-additional-image .bg-additional-item .isotope-filters-list > li > a:hover, .bg-accent .isotope-filters-list > li > a:hover, .breadcrumbs-custom-light .isotope-filters-list > li > a:hover {
		color: #ffec17;
	}
}

@media (min-width: 992px) {
	.context-dark .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons), .bg-gray-dark .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons), .bg-gray-darker .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons), .bg-additional-gray-darker .bg-additional-item .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons), .bg-image .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons), .bg-additional-image .bg-additional-item .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons), .bg-accent .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons), .breadcrumbs-custom-light .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons),
	.context-dark .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons),
	.bg-gray-dark .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons),
	.bg-gray-darker .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons),
	.bg-additional-gray-darker .bg-additional-item .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons),
	.bg-image .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons),
	.bg-additional-image .bg-additional-item .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons),
	.bg-accent .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons),
	.breadcrumbs-custom-light .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) {
		border-bottom: 1px solid rgba(246, 246, 246, 0.1);
	}
	.context-dark .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a, .bg-gray-dark .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a, .bg-gray-darker .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a, .bg-additional-gray-darker .bg-additional-item .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a, .bg-image .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a, .bg-additional-image .bg-additional-item .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a, .bg-accent .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a, .breadcrumbs-custom-light .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a,
	.context-dark .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a,
	.bg-gray-dark .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a,
	.bg-gray-darker .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a,
	.bg-additional-gray-darker .bg-additional-item .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a,
	.bg-image .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a,
	.bg-additional-image .bg-additional-item .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a,
	.bg-accent .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a,
	.breadcrumbs-custom-light .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a {
		color: #c2c2c3;
	}
	.context-dark .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a:after, .bg-gray-dark .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a:after, .bg-gray-darker .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a:after, .bg-additional-gray-darker .bg-additional-item .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a:after, .bg-image .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a:after, .bg-additional-image .bg-additional-item .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a:after, .bg-accent .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a:after, .breadcrumbs-custom-light .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a:after,
	.context-dark .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a:after,
	.bg-gray-dark .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a:after,
	.bg-gray-darker .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a:after,
	.bg-additional-gray-darker .bg-additional-item .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a:after,
	.bg-image .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a:after,
	.bg-additional-image .bg-additional-item .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a:after,
	.bg-accent .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a:after,
	.breadcrumbs-custom-light .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a:after {
		background: #ffec17;
	}
	.context-dark .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a.active, .bg-gray-dark .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a.active, .bg-gray-darker .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a.active, .bg-additional-gray-darker .bg-additional-item .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a.active, .bg-image .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a.active, .bg-additional-image .bg-additional-item .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a.active, .bg-accent .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a.active, .breadcrumbs-custom-light .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a.active, .context-dark .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a:hover, .bg-gray-dark .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a:hover, .bg-gray-darker .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a:hover, .bg-additional-gray-darker .bg-additional-item .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a:hover, .bg-image .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a:hover, .bg-additional-image .bg-additional-item .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a:hover, .bg-accent .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a:hover, .breadcrumbs-custom-light .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a:hover,
	.context-dark .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a.active,
	.bg-gray-dark .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a.active,
	.bg-gray-darker .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a.active,
	.bg-additional-gray-darker .bg-additional-item .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a.active,
	.bg-image .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a.active,
	.bg-additional-image .bg-additional-item .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a.active,
	.bg-accent .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a.active,
	.breadcrumbs-custom-light .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a.active,
	.context-dark .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a:hover,
	.bg-gray-dark .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a:hover,
	.bg-gray-darker .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a:hover,
	.bg-additional-gray-darker .bg-additional-item .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a:hover,
	.bg-image .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a:hover,
	.bg-additional-image .bg-additional-item .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a:hover,
	.bg-accent .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a:hover,
	.breadcrumbs-custom-light .isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list:not(.isotope-filters-list-buttons) a:hover {
		color: #ffec17;
	}
}

@media (min-width: 1200px) {
	.context-dark .isotope-wrap .isotope-filters.isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list, .bg-gray-dark .isotope-wrap .isotope-filters.isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list, .bg-gray-darker .isotope-wrap .isotope-filters.isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list, .bg-additional-gray-darker .bg-additional-item .isotope-wrap .isotope-filters.isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list, .bg-image .isotope-wrap .isotope-filters.isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list, .bg-additional-image .bg-additional-item .isotope-wrap .isotope-filters.isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list, .bg-accent .isotope-wrap .isotope-filters.isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list, .breadcrumbs-custom-light .isotope-wrap .isotope-filters.isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list {
		border-bottom: none;
		border-right: 1px solid rgba(246, 246, 246, 0.1);
	}
}

.context-dark .post-blog-article-meta, .bg-gray-dark .post-blog-article-meta, .bg-gray-darker .post-blog-article-meta, .bg-additional-gray-darker .bg-additional-item .post-blog-article-meta, .bg-image .post-blog-article-meta, .bg-additional-image .bg-additional-item .post-blog-article-meta, .bg-accent .post-blog-article-meta, .breadcrumbs-custom-light .post-blog-article-meta {
	color: #c2c2c3;
}

.context-dark .post-blog-article-meta .box-inline a, .bg-gray-dark .post-blog-article-meta .box-inline a, .bg-gray-darker .post-blog-article-meta .box-inline a, .bg-additional-gray-darker .bg-additional-item .post-blog-article-meta .box-inline a, .bg-image .post-blog-article-meta .box-inline a, .bg-additional-image .bg-additional-item .post-blog-article-meta .box-inline a, .bg-accent .post-blog-article-meta .box-inline a, .breadcrumbs-custom-light .post-blog-article-meta .box-inline a {
	color: #c2c2c3;
}

.context-dark .post-blog-article-meta .box-inline a:hover, .bg-gray-dark .post-blog-article-meta .box-inline a:hover, .bg-gray-darker .post-blog-article-meta .box-inline a:hover, .bg-additional-gray-darker .bg-additional-item .post-blog-article-meta .box-inline a:hover, .bg-image .post-blog-article-meta .box-inline a:hover, .bg-additional-image .bg-additional-item .post-blog-article-meta .box-inline a:hover, .bg-accent .post-blog-article-meta .box-inline a:hover, .breadcrumbs-custom-light .post-blog-article-meta .box-inline a:hover {
	color: #10aea1;
}

.context-dark .post-blog-large-text, .bg-gray-dark .post-blog-large-text, .bg-gray-darker .post-blog-large-text, .bg-additional-gray-darker .bg-additional-item .post-blog-large-text, .bg-image .post-blog-large-text, .bg-additional-image .bg-additional-item .post-blog-large-text, .bg-accent .post-blog-large-text, .breadcrumbs-custom-light .post-blog-large-text {
	color: #1f2323;
}

@media (max-width: 767px) {
	.context-dark .tabs-custom.tabs-line .nav-tabs, .bg-gray-dark .tabs-custom.tabs-line .nav-tabs, .bg-gray-darker .tabs-custom.tabs-line .nav-tabs, .bg-additional-gray-darker .bg-additional-item .tabs-custom.tabs-line .nav-tabs, .bg-image .tabs-custom.tabs-line .nav-tabs, .bg-additional-image .bg-additional-item .tabs-custom.tabs-line .nav-tabs, .bg-accent .tabs-custom.tabs-line .nav-tabs, .breadcrumbs-custom-light .tabs-custom.tabs-line .nav-tabs {
		border-color: #1f2323;
	}
}

.context-dark .time_circles > div > h4, .bg-gray-dark .time_circles > div > h4, .bg-gray-darker .time_circles > div > h4, .bg-additional-gray-darker .bg-additional-item .time_circles > div > h4, .bg-image .time_circles > div > h4, .bg-additional-image .bg-additional-item .time_circles > div > h4, .bg-accent .time_circles > div > h4, .breadcrumbs-custom-light .time_circles > div > h4,
.context-dark .time_circles > div > span,
.bg-gray-dark .time_circles > div > span,
.bg-gray-darker .time_circles > div > span,
.bg-additional-gray-darker .bg-additional-item .time_circles > div > span,
.bg-image .time_circles > div > span,
.bg-additional-image .bg-additional-item .time_circles > div > span,
.bg-accent .time_circles > div > span,
.breadcrumbs-custom-light .time_circles > div > span {
	color: #fff;
}

.context-dark .titled-gallery-caption a, .bg-gray-dark .titled-gallery-caption a, .bg-gray-darker .titled-gallery-caption a, .bg-additional-gray-darker .bg-additional-item .titled-gallery-caption a, .bg-image .titled-gallery-caption a, .bg-additional-image .bg-additional-item .titled-gallery-caption a, .bg-accent .titled-gallery-caption a, .breadcrumbs-custom-light .titled-gallery-caption a {
	color: #ffec17;
}

.context-dark .titled-gallery-caption a:hover, .bg-gray-dark .titled-gallery-caption a:hover, .bg-gray-darker .titled-gallery-caption a:hover, .bg-additional-gray-darker .bg-additional-item .titled-gallery-caption a:hover, .bg-image .titled-gallery-caption a:hover, .bg-additional-image .bg-additional-item .titled-gallery-caption a:hover, .bg-accent .titled-gallery-caption a:hover, .breadcrumbs-custom-light .titled-gallery-caption a:hover {
	color: #fff;
}

.context-light {
	color: #838386;
}

.context-light h1, .context-light h2, .context-light h3, .context-light h4, .context-light h5, .context-light h6, .context-light [class^='heading-'] {
	color: #29293a;
}

/**
* Backgrounds Style
*/
.bg-gray-lighter .post-blog .post-blog-caption,
.bg-gray-darker .post-blog .post-blog-caption,
.bg-additional-gray-darker .bg-additional-item .post-blog .post-blog-caption {
	background-color: #fff;
}

.bg-gray-lighter .post-blog .post-blog-caption-footer,
.bg-gray-darker .post-blog .post-blog-caption-footer,
.bg-additional-gray-darker .bg-additional-item .post-blog .post-blog-caption-footer {
	border-color: #f6f6f6;
}

/**
* Background White
*/
.bg-default {
	background-color: #fff;
	fill: #fff;
}

.bg-default .way-point > svg {
	fill: inherit;
}

.bg-default + .bg-default {
	padding-top: 0;
}

.bg-default .bg-decoration > svg {
	fill: #fff;
}

.bg-default .time-line-vertical-element:before,
.bg-default .time-line-vertical-element .unit-body:before {
	background-color: #fff;
}

.bg-default .twitter-feed {
	background-color: #f6f6f6;
}

.bg-default .slider-widget {
	background: #f6f6f6;
}

/**
* Background Gray Lighter
*/
.bg-gray-lighter {
	background-color: #f6f6f6;
	fill: #f6f6f6;
}

.bg-gray-lighter .way-point > svg {
	fill: inherit;
}

.bg-gray-lighter + .bg-gray-lighter {
	padding-top: 0;
}

.bg-gray-lighter .bg-decoration > svg {
	fill: #f6f6f6;
}

.bg-gray-lighter .time-line-vertical-element:before,
.bg-gray-lighter .time-line-vertical-element .unit-body:before {
	background-color: #f6f6f6;
}

.bg-gray-lighter .pricing-box {
	background-color: #fff;
}

.bg-gray-lighter .slider-widget {
	background: #fff;
}

.bg-gray-lighter .post-classic {
	background: #fff;
}

.bg-gray-lighter .post-modern-body {
	background: #fff;
}

.bg-gray-lighter .panel-light:first-child .panel-title {
	border-top-color: #c2c2c3;
}

.bg-gray-lighter .panel-light .panel-title a.collapsed {
	border-bottom-color: #c2c2c3;
}

.bg-gray-lighter .panel-light .panel-collapse {
	color: #838386;
	border-bottom-color: #c2c2c3;
}

.bg-gray-lighter .post-facebook {
	background: #fff;
}

.bg-gray-lighter .rd-mailform-inline .rd-mailform-inline-inner::before,
.bg-gray-lighter .form-input {
	background-color: #fff;
}

.bg-gray-lighter + .bg-gray-lighter.page-footer-default {
	background-color: #fff;
}

.bg-gray-lighter + .bg-gray-lighter.page-footer-default .rd-mailform-inline .rd-mailform-inline-inner::before,
.bg-gray-lighter + .bg-gray-lighter.page-footer-default .form-input {
	background-color: #f6f6f6;
}

.bg-gray-lighter .box-minimal-border:hover {
	background: #fff;
	border-color: #fff;
}

.bg-gray-lighter .box-minimal-modern {
	background-color: #fff;
}

.bg-gray-lighter .breadcrumbs-custom-path a, .bg-gray-lighter .breadcrumbs-custom-path a:active, .bg-gray-lighter .breadcrumbs-custom-path a:focus {
	color: #1cd8c9;
}

.bg-gray-lighter .breadcrumbs-custom-path a:hover {
	color: #10aea1;
}

.bg-gray-lighter .breadcrumbs-custom-path li.active {
	color: #1cd8c9;
}

/**
* Common Background Gray Darker, Background Images
*/
.bg-gray-darker .pricing-box, .bg-additional-gray-darker .bg-additional-item .pricing-box,
.bg-image .pricing-box,
.bg-additional-image .bg-additional-item .pricing-box {
	background-color: #fff;
}

.bg-gray-darker .list-comma, .bg-additional-gray-darker .bg-additional-item .list-comma,
.bg-image .list-comma,
.bg-additional-image .bg-additional-item .list-comma {
	color: #fff;
}

.bg-gray-darker .list-comma li:after, .bg-additional-gray-darker .bg-additional-item .list-comma li:after,
.bg-image .list-comma li:after,
.bg-additional-image .bg-additional-item .list-comma li:after {
	color: inherit;
}

.bg-gray-darker .panel-light:first-child .panel-title, .bg-additional-gray-darker .bg-additional-item .panel-light:first-child .panel-title,
.bg-image .panel-light:first-child .panel-title,
.bg-additional-image .bg-additional-item .panel-light:first-child .panel-title {
	border-top-color: #555555;
}

.bg-gray-darker .panel-light .panel-title a, .bg-additional-gray-darker .bg-additional-item .panel-light .panel-title a,
.bg-image .panel-light .panel-title a,
.bg-additional-image .bg-additional-item .panel-light .panel-title a {
	color: #fff;
}

.bg-gray-darker .panel-light .panel-title a.collapsed, .bg-additional-gray-darker .bg-additional-item .panel-light .panel-title a.collapsed,
.bg-image .panel-light .panel-title a.collapsed,
.bg-additional-image .bg-additional-item .panel-light .panel-title a.collapsed {
	border-bottom-color: #555555;
}

.bg-gray-darker .panel-light .panel-collapse, .bg-additional-gray-darker .bg-additional-item .panel-light .panel-collapse,
.bg-image .panel-light .panel-collapse,
.bg-additional-image .bg-additional-item .panel-light .panel-collapse {
	color: #c2c2c3;
	border-bottom-color: #555555;
}

.bg-gray-darker .list-twitter a, .bg-additional-gray-darker .bg-additional-item .list-twitter a,
.bg-image .list-twitter a,
.bg-additional-image .bg-additional-item .list-twitter a {
	color: #ffec17;
}

.bg-gray-darker .list-twitter a:hover, .bg-additional-gray-darker .bg-additional-item .list-twitter a:hover,
.bg-image .list-twitter a:hover,
.bg-additional-image .bg-additional-item .list-twitter a:hover {
	color: #10aea1;
}

.bg-gray-darker .tabs-custom.tabs-line .icon-primary, .bg-additional-gray-darker .bg-additional-item .tabs-custom.tabs-line .icon-primary,
.bg-image .tabs-custom.tabs-line .icon-primary,
.bg-additional-image .bg-additional-item .tabs-custom.tabs-line .icon-primary {
	color: #10aea1;
}

@media (min-width: 768px) {
	.bg-gray-darker .tabs-custom.tabs-line .nav-tabs, .bg-additional-gray-darker .bg-additional-item .tabs-custom.tabs-line .nav-tabs,
	.bg-image .tabs-custom.tabs-line .nav-tabs,
	.bg-additional-image .bg-additional-item .tabs-custom.tabs-line .nav-tabs {
		border-color: #c2c2c3;
	}
	.bg-gray-darker .tabs-custom.tabs-line .nav-tabs li a, .bg-additional-gray-darker .bg-additional-item .tabs-custom.tabs-line .nav-tabs li a,
	.bg-image .tabs-custom.tabs-line .nav-tabs li a,
	.bg-additional-image .bg-additional-item .tabs-custom.tabs-line .nav-tabs li a {
		color: #c2c2c3;
	}
	.bg-gray-darker .tabs-custom.tabs-line .nav-tabs li a:after, .bg-additional-gray-darker .bg-additional-item .tabs-custom.tabs-line .nav-tabs li a:after,
	.bg-image .tabs-custom.tabs-line .nav-tabs li a:after,
	.bg-additional-image .bg-additional-item .tabs-custom.tabs-line .nav-tabs li a:after {
		background-color: #ffec17;
	}
	.bg-gray-darker .tabs-custom.tabs-line .nav-tabs li.active a, .bg-additional-gray-darker .bg-additional-item .tabs-custom.tabs-line .nav-tabs li.active a,
	.bg-gray-darker .tabs-custom.tabs-line .nav-tabs li a:hover,
	.bg-additional-gray-darker .bg-additional-item .tabs-custom.tabs-line .nav-tabs li a:hover,
	.bg-image .tabs-custom.tabs-line .nav-tabs li.active a,
	.bg-additional-image .bg-additional-item .tabs-custom.tabs-line .nav-tabs li.active a,
	.bg-image .tabs-custom.tabs-line .nav-tabs li a:hover,
	.bg-additional-image .bg-additional-item .tabs-custom.tabs-line .nav-tabs li a:hover {
		color: #ffec17;
	}
}

.bg-gray-darker .box-inline a, .bg-additional-gray-darker .bg-additional-item .box-inline a,
.bg-image .box-inline a,
.bg-additional-image .bg-additional-item .box-inline a {
	color: #fff;
}

.bg-gray-darker .box-inline a:hover, .bg-additional-gray-darker .bg-additional-item .box-inline a:hover,
.bg-image .box-inline a:hover,
.bg-additional-image .bg-additional-item .box-inline a:hover {
	color: #ffec17;
}

.bg-gray-darker .radio .radio-custom-dummy, .bg-additional-gray-darker .bg-additional-item .radio .radio-custom-dummy,
.bg-gray-darker .radio-inline .radio-custom-dummy,
.bg-additional-gray-darker .bg-additional-item .radio-inline .radio-custom-dummy,
.bg-image .radio .radio-custom-dummy,
.bg-additional-image .bg-additional-item .radio .radio-custom-dummy,
.bg-image .radio-inline .radio-custom-dummy,
.bg-additional-image .bg-additional-item .radio-inline .radio-custom-dummy {
	border-color: #fff;
}

.bg-gray-darker .radio .radio-custom:checked + .radio-custom-dummy, .bg-additional-gray-darker .bg-additional-item .radio .radio-custom:checked + .radio-custom-dummy,
.bg-gray-darker .radio-inline .radio-custom:checked + .radio-custom-dummy,
.bg-additional-gray-darker .bg-additional-item .radio-inline .radio-custom:checked + .radio-custom-dummy,
.bg-image .radio .radio-custom:checked + .radio-custom-dummy,
.bg-additional-image .bg-additional-item .radio .radio-custom:checked + .radio-custom-dummy,
.bg-image .radio-inline .radio-custom:checked + .radio-custom-dummy,
.bg-additional-image .bg-additional-item .radio-inline .radio-custom:checked + .radio-custom-dummy {
	border-color: #1cd8c9;
}

.bg-gray-darker .divider-thin, .bg-additional-gray-darker .bg-additional-item .divider-thin,
.bg-image .divider-thin,
.bg-additional-image .bg-additional-item .divider-thin {
	border-color: #d2d5e4;
}

.bg-gray-darker .twitter-feed-minimal-content, .bg-additional-gray-darker .bg-additional-item .twitter-feed-minimal-content,
.bg-image .twitter-feed-minimal-content,
.bg-additional-image .bg-additional-item .twitter-feed-minimal-content {
	color: #fff;
}

.bg-gray-darker .twitter-feed-minimal-content a, .bg-additional-gray-darker .bg-additional-item .twitter-feed-minimal-content a, .bg-gray-darker .twitter-feed-minimal-content a:focus, .bg-additional-gray-darker .bg-additional-item .twitter-feed-minimal-content a:focus, .bg-gray-darker .twitter-feed-minimal-content a:active, .bg-additional-gray-darker .bg-additional-item .twitter-feed-minimal-content a:active,
.bg-image .twitter-feed-minimal-content a,
.bg-additional-image .bg-additional-item .twitter-feed-minimal-content a,
.bg-image .twitter-feed-minimal-content a:focus,
.bg-additional-image .bg-additional-item .twitter-feed-minimal-content a:focus,
.bg-image .twitter-feed-minimal-content a:active,
.bg-additional-image .bg-additional-item .twitter-feed-minimal-content a:active {
	color: #ffec17;
}

.bg-gray-darker .twitter-feed-minimal-content a:hover, .bg-additional-gray-darker .bg-additional-item .twitter-feed-minimal-content a:hover,
.bg-image .twitter-feed-minimal-content a:hover,
.bg-additional-image .bg-additional-item .twitter-feed-minimal-content a:hover {
	color: #1cd8c9;
}

.bg-gray-darker .page-footer-inline-list a, .bg-additional-gray-darker .bg-additional-item .page-footer-inline-list a, .bg-gray-darker .page-footer-inline-list a:focus, .bg-additional-gray-darker .bg-additional-item .page-footer-inline-list a:focus, .bg-gray-darker .page-footer-inline-list a:active, .bg-additional-gray-darker .bg-additional-item .page-footer-inline-list a:active,
.bg-gray-darker .list-darker a,
.bg-additional-gray-darker .bg-additional-item .list-darker a,
.bg-gray-darker .list-darker a:focus,
.bg-additional-gray-darker .bg-additional-item .list-darker a:focus,
.bg-gray-darker .list-darker a:active,
.bg-additional-gray-darker .bg-additional-item .list-darker a:active,
.bg-image .page-footer-inline-list a,
.bg-additional-image .bg-additional-item .page-footer-inline-list a,
.bg-image .page-footer-inline-list a:focus,
.bg-additional-image .bg-additional-item .page-footer-inline-list a:focus,
.bg-image .page-footer-inline-list a:active,
.bg-additional-image .bg-additional-item .page-footer-inline-list a:active,
.bg-image .list-darker a,
.bg-additional-image .bg-additional-item .list-darker a,
.bg-image .list-darker a:focus,
.bg-additional-image .bg-additional-item .list-darker a:focus,
.bg-image .list-darker a:active,
.bg-additional-image .bg-additional-item .list-darker a:active {
	color: #fff;
}

.bg-gray-darker .page-footer-inline-list a:hover, .bg-additional-gray-darker .bg-additional-item .page-footer-inline-list a:hover,
.bg-gray-darker .list-darker a:hover,
.bg-additional-gray-darker .bg-additional-item .list-darker a:hover,
.bg-image .page-footer-inline-list a:hover,
.bg-additional-image .bg-additional-item .page-footer-inline-list a:hover,
.bg-image .list-darker a:hover,
.bg-additional-image .bg-additional-item .list-darker a:hover {
	color: #1cd8c9;
}

.bg-gray-darker p.right a:hover, .bg-additional-gray-darker .bg-additional-item p.right a:hover,
.bg-image p.right a:hover,
.bg-additional-image .bg-additional-item p.right a:hover {
	color: #fff;
}

.bg-gray-darker a.icon-gray-light, .bg-additional-gray-darker .bg-additional-item a.icon-gray-light, .bg-gray-darker a.icon-gray-light:focus, .bg-additional-gray-darker .bg-additional-item a.icon-gray-light:focus, .bg-gray-darker a.icon-gray-light:active, .bg-additional-gray-darker .bg-additional-item a.icon-gray-light:active, .bg-gray-darker a.icon-gray-light:not(:hover), .bg-additional-gray-darker .bg-additional-item a.icon-gray-light:not(:hover),
.bg-image a.icon-gray-light,
.bg-additional-image .bg-additional-item a.icon-gray-light,
.bg-image a.icon-gray-light:focus,
.bg-additional-image .bg-additional-item a.icon-gray-light:focus,
.bg-image a.icon-gray-light:active,
.bg-additional-image .bg-additional-item a.icon-gray-light:active,
.bg-image a.icon-gray-light:not(:hover),
.bg-additional-image .bg-additional-item a.icon-gray-light:not(:hover) {
	color: #c2c2c3;
}

.bg-gray-darker .team-classic-title, .bg-additional-gray-darker .bg-additional-item .team-classic-title,
.bg-image .team-classic-title,
.bg-additional-image .bg-additional-item .team-classic-title {
	color: #ffec17;
}

.bg-gray-darker .team-classic-title:hover, .bg-additional-gray-darker .bg-additional-item .team-classic-title:hover,
.bg-image .team-classic-title:hover,
.bg-additional-image .bg-additional-item .team-classic-title:hover {
	color: #fff;
}

.bg-gray-darker .team-classic-job-position, .bg-additional-gray-darker .bg-additional-item .team-classic-job-position,
.bg-image .team-classic-job-position,
.bg-additional-image .bg-additional-item .team-classic-job-position {
	color: #c2c2c3;
}

.bg-gray-darker .team-inline-title:hover, .bg-additional-gray-darker .bg-additional-item .team-inline-title:hover,
.bg-image .team-inline-title:hover,
.bg-additional-image .bg-additional-item .team-inline-title:hover {
	color: #ffec17;
}

.bg-gray-darker a.icon.icon-gray-1:hover, .bg-additional-gray-darker .bg-additional-item a.icon.icon-gray-1:hover,
.bg-image a.icon.icon-gray-1:hover,
.bg-additional-image .bg-additional-item a.icon.icon-gray-1:hover {
	color: #ffec17;
}

.bg-gray-darker .team-classic .button-default-outline, .bg-additional-gray-darker .bg-additional-item .team-classic .button-default-outline, .bg-gray-darker .team-classic .button-default-outline:focus, .bg-additional-gray-darker .bg-additional-item .team-classic .button-default-outline:focus,
.bg-image .team-classic .button-default-outline,
.bg-additional-image .bg-additional-item .team-classic .button-default-outline,
.bg-image .team-classic .button-default-outline:focus,
.bg-additional-image .bg-additional-item .team-classic .button-default-outline:focus {
	color: #fff;
	background-color: #10aea1;
	border-color: #10aea1;
}

.bg-gray-darker .team-classic .button-default-outline:hover, .bg-additional-gray-darker .bg-additional-item .team-classic .button-default-outline:hover, .bg-gray-darker .team-classic .button-default-outline:active, .bg-additional-gray-darker .bg-additional-item .team-classic .button-default-outline:active, .bg-gray-darker .team-classic .button-default-outline:hover, .bg-additional-gray-darker .bg-additional-item .team-classic .button-default-outline:hover,
.bg-image .team-classic .button-default-outline:hover,
.bg-additional-image .bg-additional-item .team-classic .button-default-outline:hover,
.bg-image .team-classic .button-default-outline:active,
.bg-additional-image .bg-additional-item .team-classic .button-default-outline:active,
.bg-image .team-classic .button-default-outline:hover,
.bg-additional-image .bg-additional-item .team-classic .button-default-outline:hover {
	color: #fff;
	background-color: #1cd8c9;
	border-color: #1cd8c9;
}

.bg-gray-darker .team-inline-text, .bg-additional-gray-darker .bg-additional-item .team-inline-text,
.bg-image .team-inline-text,
.bg-additional-image .bg-additional-item .team-inline-text {
	color: #ededed;
}

/**
*  Common Background Gray Darker, Background Images, Background gradient 1
 */
.bg-gradient-1 .box-cta-title,
.bg-gradient-2 .box-cta-title,
.bg-image .box-cta-title,
.bg-additional-image .bg-additional-item .box-cta-title,
.bg-secondary .box-cta-title,
.bg-gray-darker .box-cta-title,
.bg-additional-gray-darker .bg-additional-item .box-cta-title {
	color: #ffec17;
}

.bg-gradient-1 .box-cta,
.bg-gradient-2 .box-cta,
.bg-image .box-cta,
.bg-additional-image .bg-additional-item .box-cta,
.bg-secondary .box-cta,
.bg-gray-darker .box-cta,
.bg-additional-gray-darker .bg-additional-item .box-cta {
	color: #fff;
}

.bg-gradient-1 .link-bold,
.bg-gradient-2 .link-bold,
.bg-image .link-bold,
.bg-additional-image .bg-additional-item .link-bold,
.bg-secondary .link-bold,
.bg-gray-darker .link-bold,
.bg-additional-gray-darker .bg-additional-item .link-bold {
	color: #ffec17;
}

.bg-gradient-1 .link-bold:hover,
.bg-gradient-2 .link-bold:hover,
.bg-image .link-bold:hover,
.bg-additional-image .bg-additional-item .link-bold:hover,
.bg-secondary .link-bold:hover,
.bg-gray-darker .link-bold:hover,
.bg-additional-gray-darker .bg-additional-item .link-bold:hover {
	color: #fff;
}

.bg-gradient-1 .box-minimal-title,
.bg-gradient-2 .box-minimal-title,
.bg-image .box-minimal-title,
.bg-additional-image .bg-additional-item .box-minimal-title,
.bg-secondary .box-minimal-title,
.bg-gray-darker .box-minimal-title,
.bg-additional-gray-darker .bg-additional-item .box-minimal-title {
	color: #ffec17;
}

.bg-gradient-1 .box-minimal-text,
.bg-gradient-2 .box-minimal-text,
.bg-image .box-minimal-text,
.bg-additional-image .bg-additional-item .box-minimal-text,
.bg-secondary .box-minimal-text,
.bg-gray-darker .box-minimal-text,
.bg-additional-gray-darker .bg-additional-item .box-minimal-text {
	color: #fff;
	opacity: .6;
}

.bg-gradient-1 .box-minimal-header .box-minimal-icon,
.bg-gradient-2 .box-minimal-header .box-minimal-icon,
.bg-image .box-minimal-header .box-minimal-icon,
.bg-additional-image .bg-additional-item .box-minimal-header .box-minimal-icon,
.bg-secondary .box-minimal-header .box-minimal-icon,
.bg-gray-darker .box-minimal-header .box-minimal-icon,
.bg-additional-gray-darker .bg-additional-item .box-minimal-header .box-minimal-icon {
	color: #fff;
}

.bg-gradient-1 .box-minimal-header .box-minimal-icon svg,
.bg-gradient-2 .box-minimal-header .box-minimal-icon svg,
.bg-image .box-minimal-header .box-minimal-icon svg,
.bg-additional-image .bg-additional-item .box-minimal-header .box-minimal-icon svg,
.bg-secondary .box-minimal-header .box-minimal-icon svg,
.bg-gray-darker .box-minimal-header .box-minimal-icon svg,
.bg-additional-gray-darker .bg-additional-item .box-minimal-header .box-minimal-icon svg {
	fill: #fff;
}

.bg-gradient-1 .thumbnail-classic .divider-default,
.bg-gradient-2 .thumbnail-classic .divider-default,
.bg-image .thumbnail-classic .divider-default,
.bg-additional-image .bg-additional-item .thumbnail-classic .divider-default,
.bg-secondary .thumbnail-classic .divider-default,
.bg-gray-darker .thumbnail-classic .divider-default,
.bg-additional-gray-darker .bg-additional-item .thumbnail-classic .divider-default {
	background: #fff;
}

.bg-gradient-1 .thumbnail-classic-title,
.bg-gradient-2 .thumbnail-classic-title,
.bg-image .thumbnail-classic-title,
.bg-additional-image .bg-additional-item .thumbnail-classic-title,
.bg-secondary .thumbnail-classic-title,
.bg-gray-darker .thumbnail-classic-title,
.bg-additional-gray-darker .bg-additional-item .thumbnail-classic-title {
	color: #1cd8c9;
}

.bg-gradient-1 .thumbnail-classic-icon,
.bg-gradient-2 .thumbnail-classic-icon,
.bg-image .thumbnail-classic-icon,
.bg-additional-image .bg-additional-item .thumbnail-classic-icon,
.bg-secondary .thumbnail-classic-icon,
.bg-gray-darker .thumbnail-classic-icon,
.bg-additional-gray-darker .bg-additional-item .thumbnail-classic-icon {
	color: #fff;
}

.bg-gradient-1 .thumbnail-classic-secondary .divider-default,
.bg-gradient-2 .thumbnail-classic-secondary .divider-default,
.bg-image .thumbnail-classic-secondary .divider-default,
.bg-additional-image .bg-additional-item .thumbnail-classic-secondary .divider-default,
.bg-secondary .thumbnail-classic-secondary .divider-default,
.bg-gray-darker .thumbnail-classic-secondary .divider-default,
.bg-additional-gray-darker .bg-additional-item .thumbnail-classic-secondary .divider-default {
	background: #1cd8c9;
}

.bg-gradient-1 .thumbnail-classic-secondary .thumbnail-classic-title,
.bg-gradient-2 .thumbnail-classic-secondary .thumbnail-classic-title,
.bg-image .thumbnail-classic-secondary .thumbnail-classic-title,
.bg-additional-image .bg-additional-item .thumbnail-classic-secondary .thumbnail-classic-title,
.bg-secondary .thumbnail-classic-secondary .thumbnail-classic-title,
.bg-gray-darker .thumbnail-classic-secondary .thumbnail-classic-title,
.bg-additional-gray-darker .bg-additional-item .thumbnail-classic-secondary .thumbnail-classic-title {
	color: #fff;
}

.bg-gradient-1 .thumbnail-classic-secondary .thumbnail-classic-icon,
.bg-gradient-2 .thumbnail-classic-secondary .thumbnail-classic-icon,
.bg-image .thumbnail-classic-secondary .thumbnail-classic-icon,
.bg-additional-image .bg-additional-item .thumbnail-classic-secondary .thumbnail-classic-icon,
.bg-secondary .thumbnail-classic-secondary .thumbnail-classic-icon,
.bg-gray-darker .thumbnail-classic-secondary .thumbnail-classic-icon,
.bg-additional-gray-darker .bg-additional-item .thumbnail-classic-secondary .thumbnail-classic-icon {
	color: #ffec17;
}

.bg-gradient-1 .thumbnail-classic-secondary .thumbnail-classic-icon::after,
.bg-gradient-2 .thumbnail-classic-secondary .thumbnail-classic-icon::after,
.bg-image .thumbnail-classic-secondary .thumbnail-classic-icon::after,
.bg-additional-image .bg-additional-item .thumbnail-classic-secondary .thumbnail-classic-icon::after,
.bg-secondary .thumbnail-classic-secondary .thumbnail-classic-icon::after,
.bg-gray-darker .thumbnail-classic-secondary .thumbnail-classic-icon::after,
.bg-additional-gray-darker .bg-additional-item .thumbnail-classic-secondary .thumbnail-classic-icon::after {
	border-color: #ffec17;
}

.bg-gradient-1 .image-shadow img,
.bg-gradient-2 .image-shadow img,
.bg-image .image-shadow img,
.bg-additional-image .bg-additional-item .image-shadow img,
.bg-secondary .image-shadow img,
.bg-gray-darker .image-shadow img,
.bg-additional-gray-darker .bg-additional-item .image-shadow img {
	box-shadow: 0 10px 30px 0 rgba(30, 31, 34, 0.5);
}

/**
* Background mixed
*/
.bg-accent-accent .button-default-outline, .bg-accent-accent .button-default-outline:focus,
.bg-secondary .button-default-outline,
.bg-secondary .button-default-outline:focus {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}

.bg-accent-accent .button-default-outline:hover, .bg-accent-accent .button-default-outline:active, .bg-accent-accent .button-default-outline:hover,
.bg-secondary .button-default-outline:hover,
.bg-secondary .button-default-outline:active,
.bg-secondary .button-default-outline:hover {
	color: #fff;
	background-color: #10aea1;
	border-color: #10aea1;
}

/**
* Background Primary
*/
.bg-accent {
	background-color: #1cd8c9;
	fill: #1cd8c9;
}

.bg-accent .way-point > svg {
	fill: inherit;
}

.bg-accent + .bg-accent {
	padding-top: 0;
}

.bg-accent .bg-decoration > svg {
	fill: #1cd8c9;
}

.bg-accent .label-cta-primary {
	background: #1f2323;
}

.bg-accent .link {
	color: #fff;
}

.bg-accent .link:hover {
	color: #ffec17;
}

.bg-gray-dark {
	background-color: #29293a;
	fill: #29293a;
}

.bg-gray-dark .way-point > svg {
	fill: inherit;
}

.bg-gray-dark + .bg-gray-dark {
	padding-top: 0;
}

.bg-gray-dark .bg-decoration > svg {
	fill: #29293a;
}

/**
* Background Gray Darker
*/
.bg-gray-darker, .bg-additional-gray-darker .bg-additional-item {
	background-color: #1f2323;
	fill: #1f2323;
}

.bg-gray-darker .way-point > svg, .bg-additional-gray-darker .bg-additional-item .way-point > svg {
	fill: inherit;
}

.bg-gray-darker + .bg-gray-darker, .bg-additional-gray-darker .bg-additional-item + .bg-gray-darker, .bg-additional-gray-darker .bg-gray-darker + .bg-additional-item, .bg-additional-gray-darker .bg-additional-item + .bg-additional-item {
	padding-top: 0;
}

.bg-gray-darker .bg-decoration > svg, .bg-additional-gray-darker .bg-additional-item .bg-decoration > svg {
	fill: #1f2323;
}

.bg-gray-darker h1 a:hover, .bg-additional-gray-darker .bg-additional-item h1 a:hover, .bg-gray-darker h2 a:hover, .bg-additional-gray-darker .bg-additional-item h2 a:hover, .bg-gray-darker h3 a:hover, .bg-additional-gray-darker .bg-additional-item h3 a:hover, .bg-gray-darker h4 a:hover, .bg-additional-gray-darker .bg-additional-item h4 a:hover, .bg-gray-darker h5 a:hover, .bg-additional-gray-darker .bg-additional-item h5 a:hover, .bg-gray-darker h6 a:hover, .bg-additional-gray-darker .bg-additional-item h6 a:hover, .bg-gray-darker [class^='heading-'] a:hover, .bg-additional-gray-darker .bg-additional-item [class^='heading-'] a:hover {
	color: #1cd8c9;
}

.bg-gray-darker .time-line-vertical:before, .bg-additional-gray-darker .bg-additional-item .time-line-vertical:before,
.bg-gray-darker .time-line-vertical-element:last-child .unit-body:after,
.bg-additional-gray-darker .bg-additional-item .time-line-vertical-element:last-child .unit-body:after,
.bg-gray-darker .time-line-vertical-element:before,
.bg-additional-gray-darker .bg-additional-item .time-line-vertical-element:before,
.bg-gray-darker .time-line-vertical-element .unit-body:before,
.bg-additional-gray-darker .bg-additional-item .time-line-vertical-element .unit-body:before {
	background-color: #1f2323;
}

.bg-gray-darker .twitter, .bg-additional-gray-darker .bg-additional-item .twitter {
	color: #fff;
}

.bg-gray-darker .time-line-time, .bg-additional-gray-darker .bg-additional-item .time-line-time,
.bg-gray-darker .time-line-content,
.bg-additional-gray-darker .bg-additional-item .time-line-content {
	color: #c2c2c3;
}

.bg-gray-darker .radio a, .bg-additional-gray-darker .bg-additional-item .radio a, .bg-gray-darker .radio-inline a, .bg-additional-gray-darker .bg-additional-item .radio-inline a,
.bg-gray-darker .checkbox a,
.bg-additional-gray-darker .bg-additional-item .checkbox a, .bg-gray-darker .checkbox-inline a, .bg-additional-gray-darker .bg-additional-item .checkbox-inline a {
	color: #1cd8c9;
}

.bg-gray-darker .radio a:hover, .bg-additional-gray-darker .bg-additional-item .radio a:hover, .bg-gray-darker .radio-inline a:hover, .bg-additional-gray-darker .bg-additional-item .radio-inline a:hover,
.bg-gray-darker .checkbox a:hover,
.bg-additional-gray-darker .bg-additional-item .checkbox a:hover, .bg-gray-darker .checkbox-inline a:hover, .bg-additional-gray-darker .bg-additional-item .checkbox-inline a:hover {
	color: #10aea1;
}

.bg-gray-darker .isotope-filters-list-buttons a, .bg-additional-gray-darker .bg-additional-item .isotope-filters-list-buttons a, .bg-gray-darker .isotope-filters-list-buttons a:focus, .bg-additional-gray-darker .bg-additional-item .isotope-filters-list-buttons a:focus {
	color: #1f2323;
	background-color: #fff;
	border-color: #ededed;
}

.bg-gray-darker .isotope-filters-list-buttons a:hover, .bg-additional-gray-darker .bg-additional-item .isotope-filters-list-buttons a:hover, .bg-gray-darker .isotope-filters-list-buttons a:active, .bg-additional-gray-darker .bg-additional-item .isotope-filters-list-buttons a:active, .bg-gray-darker .isotope-filters-list-buttons a:hover, .bg-additional-gray-darker .bg-additional-item .isotope-filters-list-buttons a:hover {
	color: #fff;
	background-color: #1cd8c9;
	border-color: #1cd8c9;
}

.bg-gray-darker .button-default-outline, .bg-additional-gray-darker .bg-additional-item .button-default-outline, .bg-gray-darker .button-default-outline:focus, .bg-additional-gray-darker .bg-additional-item .button-default-outline:focus {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}

.bg-gray-darker .button-default-outline:hover, .bg-additional-gray-darker .bg-additional-item .button-default-outline:hover, .bg-gray-darker .button-default-outline:active, .bg-additional-gray-darker .bg-additional-item .button-default-outline:active, .bg-gray-darker .button-default-outline:hover, .bg-additional-gray-darker .bg-additional-item .button-default-outline:hover {
	color: #fff;
	background-color: #10aea1;
	border-color: #10aea1;
}

/**
* Background decorated
*/
.bg-decorated {
	position: relative;
	z-index: 10;
}

.bg-decoration {
	position: absolute;
	left: 0;
	right: 0;
	font-size: 0;
	line-height: 0;
}

.bg-decoration-top {
	top: 1px;
	transform: translateY(-100%);
}

.bg-decoration-bottom {
	bottom: 1px;
	transform: translateY(100%);
}

.bg-decoration svg {
	min-width: 1000px;
	width: 100%;
	fill: #fff;
}

/**
* Background Images
*/

.bg-image, .bg-additional-image .bg-additional-item {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.bg-image, .bg-additional-image .bg-additional-item {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.bg-image.page-footer-default, .bg-additional-image .page-footer-default.bg-additional-item {
	background-image: url(../images/bg-image-fixed.jpg);
}

.bg-image .box-minimal-icon, .bg-additional-image .bg-additional-item .box-minimal-icon {
	color: #ffec17;
}

.bg-image .box-minimal-icon svg, .bg-additional-image .bg-additional-item .box-minimal-icon svg {
	fill: #ffec17;
}

.bg-image .quote-boxed-small, .bg-additional-image .bg-additional-item .quote-boxed-small,
.bg-image .quote-vertical-small,
.bg-additional-image .bg-additional-item .quote-vertical-small {
	color: #c2c2c3;
}

.bg-image .button-default-outline, .bg-additional-image .bg-additional-item .button-default-outline, .bg-image .button-default-outline:focus, .bg-additional-image .bg-additional-item .button-default-outline:focus {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}

.bg-image .button-default-outline:hover, .bg-additional-image .bg-additional-item .button-default-outline:hover, .bg-image .button-default-outline:active, .bg-additional-image .bg-additional-item .button-default-outline:active, .bg-image .button-default-outline:hover, .bg-additional-image .bg-additional-item .button-default-outline:hover {
	color: #fff;
	background-color: #1cd8c9;
	border-color: #1cd8c9;
}

.bg-image .radio, .bg-additional-image .bg-additional-item .radio, .bg-image .radio-inline, .bg-additional-image .bg-additional-item .radio-inline,
.bg-image .checkbox,
.bg-additional-image .bg-additional-item .checkbox, .bg-image .checkbox-inline, .bg-additional-image .bg-additional-item .checkbox-inline {
	color: #fff;
}

.bg-image .radio a, .bg-additional-image .bg-additional-item .radio a, .bg-image .radio-inline a, .bg-additional-image .bg-additional-item .radio-inline a,
.bg-image .checkbox a,
.bg-additional-image .bg-additional-item .checkbox a, .bg-image .checkbox-inline a, .bg-additional-image .bg-additional-item .checkbox-inline a {
	color: #ffec17;
}

.bg-image .radio a:hover, .bg-additional-image .bg-additional-item .radio a:hover, .bg-image .radio-inline a:hover, .bg-additional-image .bg-additional-item .radio-inline a:hover,
.bg-image .checkbox a:hover,
.bg-additional-image .bg-additional-item .checkbox a:hover, .bg-image .checkbox-inline a:hover, .bg-additional-image .bg-additional-item .checkbox-inline a:hover {
	color: #fff;
}

.bg-image .bg-image-poster, .bg-additional-image .bg-additional-item .bg-image-poster {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.bg-image .bg-image-poster img, .bg-additional-image .bg-additional-item .bg-image-poster img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	object-fit: cover;
	object-position: right center;
	width: 100%;
	height: 100%;
}

.bg-image.section-reverse .bg-image-poster, .bg-additional-image .section-reverse.bg-additional-item .bg-image-poster {
	transform: scale(-1, 1);
}

.bg-image.section-reverse .bg-image-poster img, .bg-additional-image .section-reverse.bg-additional-item .bg-image-poster img {
	object-position: left center;
}

@media (max-width: 1199px) {
	.bg-image.section-reverse .bg-image-poster.bg-image-poster-lg, .bg-additional-image .section-reverse.bg-additional-item .bg-image-poster.bg-image-poster-lg {
		transform: none;
	}
	.bg-image.section-reverse .bg-image-poster.bg-image-poster-lg img, .bg-additional-image .section-reverse.bg-additional-item .bg-image-poster.bg-image-poster-lg img {
		object-position: right center;
	}
}

.ie-10 .bg-image .bg-image-poster img, .ie-10 .bg-additional-image .bg-additional-item .bg-image-poster img, .bg-additional-image .ie-10 .bg-additional-item .bg-image-poster img,
.ie-11 .bg-image .bg-image-poster img,
.ie-11 .bg-additional-image .bg-additional-item .bg-image-poster img,
.bg-additional-image .ie-11 .bg-additional-item .bg-image-poster img {
	right: auto;
	bottom: auto;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 135%;
	max-height: 135%;
	min-height: 101%;
	min-width: 101%;
	transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
	html.desktop .bg-fixed {
		background-attachment: fixed;
	}
}

[class*='bg-'] {
	background-size: cover;
	background-position: center center;
}

.bg-image-1 {
	background-image: url("../images/bg-image-fixed.jpg");
}

.bg-image-2 {
	background-image: url("../images/bg-02.jpg");
}

.bg-image-3 {
	background-image: url("../images/bg-image-default.jpg");
}

.bg-image-4 {
	background-image: url("../images/bg-03.jpg");
}

.bg-image-5 {
	background-image: url("../images/bg-05.jpg");
}

.bg-image-6 {
	background-image: url("../images/bg-07.jpg");
}

.bg-image-7 {
	background-image: url("../images/bg-08.jpg");
}

.bg-image-8 {
	background-image: url("../images/bg-09.jpg");
}

.bg-image-9 {
	background-image: url("../images/bg-10.jpg");
}

.bg-image-10 {
	background-image: url("../images/bg-11.jpg");
}

.bg-pattern-dark, .bg-additional-pattern-dark .bg-additional-item {
	background-image: url("../images/bg-pattern-dark.jpg");
	background-repeat: repeat;
}

.bg-additional-image-1 .bg-additional-item {
	background-image: url("../images/bg-image-fixed.jpg");
}

.bg-additional-image-1 .bg-additional-item {
	background-image: url("../images/bg-image-fixed.jpg");
}

.bg-additional-item {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.bg-additional-item > * {
	width: 100%;
}

/**
* 2.3  Blogs Style
*/
/**
* Blog Inline
*/
.blog-inline {
	max-width: 318px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0.02em;
}

.blog-inline-title {
	color: #10aea1;
	font-weight: 400;
}

.blog-inline-title a {
	display: block;
}

.blog-inline-title > a, .blog-inline-title > a:focus, .blog-inline-title > a:active {
	color: inherit;
}

.blog-inline-title > a:hover {
	color: #1cd8c9;
}

.blog-inline-meta {
	color: #838386;
	font-style: italic;
	margin-left: -20px;
	margin-bottom: -10px;
	transform: translateY(-10px);
}

.blog-inline-meta a, .blog-inline-meta a:focus, .blog-inline-meta a:active {
	color: #838386;
}

.blog-inline-meta a:hover {
	color: #1cd8c9;
}

.blog-inline-meta > li {
	position: relative;
	display: inline-block;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.blog-inline-meta > li + li:after {
	content: '|';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	color: #979799;
}

* + .blog-inline {
	margin-top: 25px;
}

* + .blog-inline-wrap {
	margin-top: 25px;
}

* + .blog-inline-meta {
	margin-top: 5px;
}

@media (min-width: 768px) {
	* + .blog-inline {
		margin-top: 43px;
	}
	* + .blog-inline-wrap {
		margin-top: 43px;
	}
}

@media (min-width: 992px) {
	.blog-inline {
		margin-left: 0;
		margin-right: auto;
	}
}

/*
*
* 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: #1cd8c9;
}

.box-minimal-icon svg {
	fill: #1cd8c9;
}

.box-minimal-title {
	color: #1f2323;
}

.container-box-minimal-wrap .box-minimal {
	max-width: 570px;
}

.box-accent p {
	letter-spacing: 0.02em;
}

@media (min-width: 992px) {
	.box-accent h6 + p, .box-accent .heading-6 + p {
		margin-top: 26px;
	}
}

@media (min-width: 1600px) {
	.box-accent {
		padding-right: 50px;
	}
}

.box-minimal-header {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: -20px;
	margin-left: -20px;
}

.box-minimal-header:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.box-minimal-header > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}

.box-minimal-light .box-minimal-icon {
	color: #10aea1;
}

.box-minimal-light .box-minimal-icon svg {
	fill: #10aea1;
}

.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 #c2c2c3;
	transition: 450ms ease-in-out;
}

.box-minimal-border .box-minimal-header > * {
	display: block;
	width: 100%;
}

.box-minimal-border .box-minimal-icon {
	font-size: 30px;
	color: #1f2323;
}

.box-minimal-border .box-minimal-icon svg {
	fill: #1f2323;
}

.box-minimal-border .box-minimal-title {
	font-weight: 400;
}

.box-minimal-border * + hr {
	margin-top: 20px;
}

.box-minimal-border:hover {
	background: #f6f6f6;
	border-color: #f6f6f6;
}

/**
* Box minimal modern
*/
.box-minimal-modern {
	padding: 0 15px 30px;
	margin-top: 50px;
	background-color: #f6f6f6;
	border-radius: 8px;
	transition: 750ms ease-in-out;
}

.box-minimal-modern .box-minimal-icon {
	position: relative;
	top: -50px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	margin-bottom: -50px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 100%;
	font-size: 30px;
	color: #fff;
	background: linear-gradient(-45deg, #10aea1, #ffec17);
}

.box-minimal-modern .box-minimal-icon svg {
	fill: #fff;
}

.box-minimal-modern .box-minimal-icon:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background: linear-gradient(-45deg, #10aea1, #10aea1);
	opacity: 0;
	border-radius: 100%;
	transition: 750ms ease-in-out;
}

.box-minimal-modern .box-minimal-icon:before {
	position: relative;
	z-index: 1;
}

.box-minimal-modern .box-minimal-icon.mdi {
	font-size: 34px;
}

.box-minimal-modern:hover {
	box-shadow: 0 8px 29px rgba(31, 35, 35, 0.09);
}

.box-minimal-modern:hover .box-minimal-icon:after {
	opacity: 1;
}

@media (min-width: 992px) {
	.box-minimal .box-minimal-icon {
		font-size: 40px;
	}
	.box-minimal .box-minimal-icon-md {
		font-size: 36px;
	}
	.box-minimal .box-minimal-icon-sm {
		font-size: 30px;
	}
	.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-modern {
		padding: 0 28px 45px;
		min-height: 300px;
	}
	.box-minimal-modern .box-minimal-icon {
		font-size: 40px;
	}
	.box-minimal-modern .box-minimal-icon.mdi {
		font-size: 44px;
	}
	.box-minimal-modern * + .box-minimal-title {
		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;
	}
}

/**
* Classic Box Style
*/
.box-classic {
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
	padding: 10% 7%;
	text-align: left;
	border: 1px solid transparent;
	border-radius: 9px;
}

.box-classic-title > * {
	text-transform: uppercase;
}

.box-classic-content {
	letter-spacing: 0.02em;
}

* + .box-classic {
	margin-top: 60px;
}

* + .box-classic-content {
	margin-top: 10px;
}

@media (min-width: 992px) {
	.box-classic {
		padding: 5% 5% 6% 5%;
	}
	* + .box-classic-content {
		margin-top: 20px;
	}
}

/**
* Border Box
*/
.box-bordered {
	border-color: #c2c2c3;
}

/**
* Shadow Box
*/
.box-shadow {
	border-color: #ededed;
	box-shadow: 0 6px 8px 0 rgba(41, 41, 58, 0.17);
}

.box-width-1 {
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
}

.box-width-2 {
	max-width: 730px;
}

.box-width-small {
	max-width: 420px;
}

@media (min-width: 1600px) {
	.box-wrap-1 {
		margin-left: -80px;
		padding-right: 37px;
	}
}

@media (min-width: 1600px) {
	.box-wrap-2 {
		padding-left: 70px;
	}
}

/**
* Box inline
*/
.box-inline {
	margin-left: -7px;
	display: table;
	text-align: left;
}

.box-inline a {
	color: #1f2323;
}

.box-inline a:hover {
	color: #10aea1;
}

.box-inline > * {
	display: table-cell;
	vertical-align: top;
	padding: 0 6px;
}

.box-inline .icon-md-smaller {
	position: relative;
	top: 3px;
}

.box-inline-gray a {
	color: #838386;
}

.box-inline-gray a:hover {
	color: #10aea1;
}

/**
* Box element
*/
.box-element {
	padding: 20px;
}

* + .box-element {
	margin-top: 20px;
}

.box-element + .box-element {
	margin-top: 10px;
}

@media (min-width: 768px) {
	* + .box-element {
		margin-top: 35px;
	}
	.box-element + .box-element {
		margin-top: 20px;
	}
}

@media (min-width: 1200px) {
	* + .box-element {
		margin-top: 50px;
	}
	.box-element + .box-element {
		margin-top: 35px;
	}
}

@media (min-width: 1600px) {
	* + .box-element {
		margin-top: 90px;
	}
	.box-element + .box-element {
		margin-top: 55px;
	}
}

/**
* Contact Info Wrap
*/
.contact-info-wrap {
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}

.element-boxed {
	padding: 35px 20px;
}

@media (min-width: 768px) {
	.element-boxed {
		padding: 40px;
	}
}

@media (min-width: 1200px) {
	.element-boxed {
		padding: 50px 55px;
	}
}

@media (min-width: 1600px) {
	.element-boxed {
		padding: 90px 70px;
	}
}

@media (min-width: 1200px) {
	.box-range-content {
		max-width: 570px;
		margin-left: auto;
		margin-right: auto;
	}
}

.box-range-content.box-range-content-1 {
	margin-left: 0;
	margin-right: 0;
}

@media (min-width: 1600px) {
	.box-range-content-1 {
		max-width: 638px;
		margin-left: auto;
		margin-right: 0;
	}
	.section-reverse .box-range-content-1 {
		margin-left: 0;
		margin-right: auto;
	}
}

@media (min-width: 768px) {
	.box-2-columns {
		-moz-columns: 2;
		columns: 2;
		-moz-column-gap: 4em;
		column-gap: 4em;
	}
}

/**
* Box Info
*/
.box-info {
	border-radius: 9px;
	border: 1px solid #ededed;
	transition: .3s ease-out all;
}

.box-info p {
	letter-spacing: 0.02em;
}

.box-info .box-inline {
	color: #1f2323;
}

.box-info:hover {
	box-shadow: 0 6px 8px 0 rgba(41, 41, 58, 0.17);
	transform: translateY(-3px);
}

.box-info .heading-6 + p,
.box-info h6 + p {
	margin-top: 8px;
}

.bg-gray-lighter .box-info,
.bg-gray-darker .box-info,
.bg-additional-gray-darker .bg-additional-item .box-info {
	background-color: #fff;
}

h6.box-info-title,
.box-info-title {
	color: #1cd8c9;
}

.box-info-inner {
	padding: 20px 15px;
}

.box-info-footer {
	padding: 12px 15px 10px;
	border-top: 1px solid #ededed;
	letter-spacing: 0.02em;
}

.box-info-footer .box-inline > * {
	display: table-cell;
	vertical-align: middle;
}

@media (min-width: 992px) {
	.box-info-inner {
		min-height: 208px;
	}
}

@media (min-width: 1200px) {
	.box-info-inner {
		min-height: 228px;
	}
}

@media (min-width: 1600px) {
	.box-info .heading-6 + p,
	.box-info h6 + p {
		margin-top: 21px;
	}
	.box-info-footer .icon {
		font-size: 24px;
	}
	.box-info-inner {
		min-height: 294px;
		padding: 42px 37px;
	}
	.box-info-footer {
		padding: 12px 37px 10px;
	}
}

@media (min-width: 1800px) {
	.box-info-inner {
		min-height: 270px;
	}
}

.swiper-box-info > * + * {
	margin-top: 25px;
}

.swiper-box-info > * + *:last-child {
	margin-top: 31px;
}

.box-price-info {
	margin-left: auto;
	margin-right: auto;
}

.box-price-info > * + * {
	margin-top: 25px;
}

@media (min-width: 576px) {
	.box-price-info {
		width: 80%;
	}
}

@media (min-width: 1600px) {
	.box-price-info {
		width: 100%;
	}
	.box-price-info > * + * {
		margin-top: 50px;
	}
	.box-price-info > * + *:last-child {
		margin-top: 25px;
	}
}

* + .box-price-info {
	margin-top: 30px;
}

.box-price-info-image {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 93px;
}

.ie-10 .box-price-info-image:after,
.ie-11 .box-price-info-image:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: inherit;
}

/**
* 2.5  Breadcrumbs
*/
.breadcrumbs-custom {
	position: relative;
	z-index: 1;
	padding: 35px 0 40px;
	vertical-align: middle;
	text-align: center;
	background-color: #1f2323;
	background-image: url(../images/bg-breadcrumbs-1920x544.jpg);
	background-size: cover;
	background-position: center top;
}

.breadcrumbs-custom > .container {
	position: relative;
	z-index: 2;
}

.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: #10aea1;
}

.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:not(:last-child) {
	margin-right: 32px;
}

.breadcrumbs-custom-path li:after {
	content: "";
	font-family: 'Material Design Icons';
	position: absolute;
	top: 53%;
	right: -25px;
	display: inline-block;
	font-style: normal;
	color: #c2c2c3;
	transform: translateY(-50%);
	font-size: 15px;
}

.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 {
	margin-top: 12px;
}

* + .breadcrumbs-custom-path {
	margin-top: 20px;
}

.breadcrumbs-custom-light .breadcrumbs-custom-path a {
	display: inline;
	vertical-align: baseline;
}

.breadcrumbs-custom-light .breadcrumbs-custom-path a, .breadcrumbs-custom-light .breadcrumbs-custom-path a:active, .breadcrumbs-custom-light .breadcrumbs-custom-path a:focus {
	color: #fff;
}

.breadcrumbs-custom-light .breadcrumbs-custom-path a:hover {
	color: #ffec17;
}

.breadcrumbs-custom-light .breadcrumbs-custom-path li.active {
	color: #fff;
}

.breadcrumbs-background-01 {
	background-image: url(../images/breadcrumbs-background-01.jpg);
	background-attachment: fixed;
	background-size: cover;
}

.breadcrumbs-blog-post {
	padding-bottom: 20px;
}

.breadcrumbs-blog-post .breadcrumbs-custom-title {
	max-width: 720px;
}

.breadcrumbs-blog-post .breadcrumbs-custom-title:before, .breadcrumbs-blog-post .breadcrumbs-custom-title:after {
	content: none;
}

.breadcrumbs-blog-post .box-inline {
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 767px) {
	.breadcrumbs-custom-title {
		font-size: 26px;
	}
}

@media (min-width: 576px) {
	.breadcrumbs-custom-path > li:not(:last-child) {
		margin-right: 52px;
	}
	.breadcrumbs-custom-path > li:after {
		right: -35px;
	}
}

@media (min-width: 768px) {
	.breadcrumbs-custom {
		padding: 60px 0 30px;
	}
	.breadcrumbs-custom-subtitle {
		font-size: 22px;
	}
	* + .breadcrumbs-custom-path {
		margin-top: 40px;
	}
	.breadcrumbs-blog-post {
		padding-bottom: 40px;
	}
}

@media (min-width: 1200px) {
	.breadcrumbs-custom {
		padding: 120px 0 50px;
	}
	.breadcrumbs-custom-subtitle {
		font-size: 28px;
	}
	.breadcrumbs-custom-path li {
		font-size: 18px;
	}
}

@media (min-width: 1600px) {
	.breadcrumbs-blog-post {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		height: 100vh;
		max-height: 870px;
	}
	.breadcrumbs-blog-post * + .breadcrumbs-custom-path {
		margin-top: auto;
	}
	.breadcrumbs-blog-post * + .breadcrumbs-custom-title {
		margin-top: 5vh;
	}
	.breadcrumbs-blog-post * + .box-inline {
		margin-top: 5vh;
	}
	.breadcrumbs-custom {
		padding: 210px 0 130px;
	}
	.breadcrumbs-blog-post {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.breadcrumbs-blog-post::before {
		content: '';
	}
	* + .breadcrumbs-custom-path {
		margin-top: 55px;
	}
}

/*
*
* 2.6  Buttons
* --------------------------------------------------
*/
/**
* Button General Styles
*/
.button {
	position: relative;
	display: inline-block;
	max-width: 100%;
	padding: 9px 30px;
	min-width: 210px;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border: 2px solid;
	border-radius: 35px;
	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;
}

.button .caret {
	margin-left: 8px;
}

@media (min-width: 768px) {
	.button {
		padding: 14px 38px;
	}
}

@media (min-width: 992px) {
	.button {
		min-width: 230px;
	}
}

[data-x-mode='true'] .button {
	white-space: normal;
}

.button-block {
	display: block;
	width: 100%;
}

/**
* Buttons appearance style
*/
.button-default, .button-default:focus {
	color: #1f2323;
	background-color: #ededed;
	border-color: #ededed;
}

.button-default:hover, .button-default:active, .button-default:hover {
	color: #fff;
	background-color: #1cd8c9;
	border-color: #1cd8c9;
}

.button-primary, .button-primary:focus {
	color: #fff;
	background-color: #1cd8c9;
	border-color: #1cd8c9;
}

.button-primary:hover, .button-primary:active, .button-primary:hover {
	color: #fff;
	background-color: #10aea1;
	border-color: #10aea1;
}

.button-secondary, .button-secondary:focus {
	color: #fff;
	background-color: #10aea1;
	border-color: #10aea1;
}

.button-secondary:hover, .button-secondary:active, .button-secondary:hover {
	color: #fff;
	background-color: #1cd8c9;
	border-color: #1cd8c9;
}

.button-default-outline, .button-default-outline:focus {
	color: #1f2323;
	background-color: transparent;
	border-color: #ededed;
}

.button-default-outline:hover, .button-default-outline:active, .button-default-outline:hover {
	color: #fff;
	background-color: #1cd8c9;
	border-color: #1cd8c9;
}

.button-default-outline.button-default-outline_facebook:hover {
	border-color: #4d70a8;
	background: #4d70a8;
}

.button-default-outline.button-default-outline_twitter:hover {
	border-color: #02bcf3;
	background: #02bcf3;
}

.button-default-outline.button-default-outline_google:hover {
	border-color: #e2411e;
	background: #e2411e;
}

.button-facebook, .button-facebook:focus {
	color: #fff;
	background-color: #4d70a8;
	border-color: #4d70a8;
}

.button-facebook:hover, .button-facebook:active, .button-facebook:hover {
	color: #fff;
	background-color: #3e5a86;
	border-color: #3e5a86;
}

.button-twitter, .button-twitter:focus {
	color: #fff;
	background-color: #02bcf3;
	border-color: #02bcf3;
}

.button-twitter:hover, .button-twitter:active, .button-twitter:hover {
	color: #fff;
	background-color: #008ee0;
	border-color: #008ee0;
}

.button-google, .button-google:focus {
	color: #fff;
	background-color: #e2411e;
	border-color: #e2411e;
}

.button-google:hover, .button-google:active, .button-google:hover {
	color: #fff;
	background-color: #b53418;
	border-color: #b53418;
}

.button-facebook-outline, .button-facebook-outline:focus {
	color: #4d70a8;
	background-color: transparent;
	border-color: #4d70a8;
}

.button-facebook-outline:hover, .button-facebook-outline:active, .button-facebook-outline:hover {
	color: #fff;
	background-color: #4d70a8;
	border-color: #4d70a8;
}

.button-twitter-outline, .button-twitter-outline:focus {
	color: #02bcf3;
	background-color: transparent;
	border-color: #02bcf3;
}

.button-twitter-outline:hover, .button-twitter-outline:active, .button-twitter-outline:hover {
	color: #fff;
	background-color: #02bcf3;
	border-color: #02bcf3;
}

.button-google-outline, .button-google-outline:focus {
	color: #e2411e;
	background-color: transparent;
	border-color: #e2411e;
}

.button-google-outline:hover, .button-google-outline:active, .button-google-outline:hover {
	color: #fff;
	background-color: #e2411e;
	border-color: #e2411e;
}

@media (min-width: 1160px) {
	.wrap-buttons-sm .button-sm {
		min-width: 120px;
	}
}

.button-shadow {
	box-shadow: 0 6px 8px 0 rgba(41, 41, 58, 0.17);
}

.button-shadow:active {
	box-shadow: none;
}

.button-shadow.button-secondary {
	box-shadow: 0 6px 10px 0 rgba(16, 174, 161, 0.36);
}

.button-shadow.button-secondary:hover {
	box-shadow: 0 6px 10px 0 rgba(28, 216, 201, 0.36);
}

.button-shadow.button-secondary:active {
	box-shadow: none;
}

/**
* Buttons sizes
*/
.button-xs {
	padding: 9px 28px;
	font-size: 12px;
	line-height: 22px;
	min-width: 150px;
	letter-spacing: .12em;
}

.button-sm {
	min-width: 170px;
	padding: 8.8px 28px;
	font-size: 14px;
	line-height: 24px;
}

@media (min-width: 768px) {
	.button-sm {
		padding: 11px 35px;
	}
}

@media (min-width: 1200px) {
	.button-sm {
		min-width: 190px;
	}
}

.button-lg {
	padding: 17px 65px;
	font-size: 18px;
	line-height: 22px;
}

/**
* Button Shapes
*/
.button-ellipse-md {
	border-radius: 4px;
}

.button-ellipse-lg {
	border-radius: 8px;
}

.button-square {
	border-radius: 0;
}

/**
* Button Icon styles
*/
.button-icon .icon,
.button-icon-alternate .icon {
	position: relative;
	font-size: 24px;
	vertical-align: middle;
	color: inherit;
}

.button-icon.button-xs .icon,
.button-icon-alternate.button-xs .icon {
	font-size: 19px;
}

.button-icon.button-sm .icon,
.button-icon-alternate.button-sm .icon {
	font-size: 22px;
}

.button-icon .icon {
	margin-top: -1px;
}

.button-icon.button-icon-left .icon {
	padding-right: 5px;
}

.button-icon.button-icon-right .icon {
	margin-top: -2px;
	padding-left: 5px;
}

/**
* Button Icon Alternate styles
*/
.button-icon-alternate {
	position: relative;
	z-index: 1;
	vertical-align: middle;
}

.button-icon-alternate .icon,
.button-icon-alternate .button-inner {
	display: inline-block;
}

.button-icon-alternate::before,
.button-icon-alternate .icon {
	width: 60px;
}

.button-icon-alternate::before {
	content: '';
	position: absolute;
	top: -2px;
	bottom: -2px;
	z-index: -1;
	background: #ededed;
	transition: .33s;
}

.button-icon-alternate .icon {
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.button-icon-alternate.button:hover::before {
	width: calc(100% + 4px);
}

.ie-10 .button-icon-alternate.button:hover::before,
.ie-11 .button-icon-alternate.button:hover::before {
	width: 102%;
}

.button-icon-alternate.button-icon-left {
	padding-left: 80px;
	padding-right: 40px;
}

@media (min-width: 768px) {
	.button-icon-alternate.button-icon-left {
		padding-left: 100px;
	}
}

.button-icon-alternate.button-icon-left::before {
	left: -2px;
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

.button-icon-alternate.button-icon-left .icon {
	left: 0;
}

.button-icon-alternate.button-icon-left:hover::before {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

.button-icon-alternate.button-icon-left.button-sm {
	padding-left: 80px;
	padding-right: 30px;
}

.button-icon-alternate.button-icon-left.button-xs {
	padding-left: 60px;
	padding-right: 20px;
}

.button-icon-alternate.button-icon-right {
	padding-left: 40px;
	padding-right: 80px;
}

@media (min-width: 768px) {
	.button-icon-alternate.button-icon-right {
		padding-right: 100px;
	}
}

.button-icon-alternate.button-icon-right::before {
	right: -2px;
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

.button-icon-alternate.button-icon-right .icon {
	right: 0;
}

.button-icon-alternate.button-icon-right:hover::before {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

.button-icon-alternate.button-icon-right.button-sm {
	padding-left: 30px;
	padding-right: 80px;
}

.button-icon-alternate.button-icon-right.button-xs {
	padding-left: 20px;
	padding-right: 60px;
}

.button-icon-alternate.button-sm::before,
.button-icon-alternate.button-sm .icon {
	width: 50px;
}

.button-icon-alternate.button-xs::before,
.button-icon-alternate.button-xs .icon {
	width: 42px;
}

.button-icon-alternate.button-secondary::before {
	background: rgba(0, 0, 0, 0.2);
}

.button-icon-alternate.button-secondary:hover {
	background: #10aea1;
	border-color: #10aea1;
}

.button-icon-alternate.button-secondary.button-shadow:hover {
	box-shadow: 0 6px 10px 0 rgba(16, 174, 161, 0.36);
}

.button-icon-alternate.button-default-outline:hover {
	color: #1f2323;
	background-color: transparent;
	border-color: #ededed;
}

.button-icon-alternate.button-facebook::before {
	background: #3e5a86;
}

.button-icon-alternate.button-facebook-outline .icon {
	color: #fff;
}

.button-icon-alternate.button-facebook-outline::before {
	background: #4d70a8;
}

.button-icon-alternate.button-facebook-outline:hover {
	background-color: transparent;
}

.button-icon-alternate.button-twitter::before {
	background: #008ee0;
}

.button-icon-alternate.button-twitter-outline .icon {
	color: #fff;
}

.button-icon-alternate.button-twitter-outline::before {
	background: #02bcf3;
}

.button-icon-alternate.button-twitter-outline:hover {
	background-color: transparent;
}

.button-icon-alternate.button-google::before {
	background: #b53418;
}

.button-icon-alternate.button-google-outline .icon {
	color: #fff;
}

.button-icon-alternate.button-google-outline::before {
	background: #e2411e;
}

.button-icon-alternate.button-google-outline:hover {
	background-color: transparent;
}

.btn {
	padding: 10px 20px;
	border-radius: 35px;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	transition: .22s;
}

.btn-sm {
	font-size: 12px;
	line-height: 1.2;
}

.btn-primary, .btn-primary:focus {
	color: #fff;
	background-color: #10aea1;
	border-color: #10aea1;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:hover {
	color: #fff;
	background-color: #1cd8c9;
	border-color: #1cd8c9;
}

.btn-primary:active:focus {
	background: #1cd8c9;
	border-color: #1cd8c9;
	box-shadow: none;
}

.btn-cancel {
	border-color: #838386;
}

/**
* 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: #10aea1;
}

.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;
	}
}

.box-cta-thin .label-cta {
	margin-right: 18px;
}

.label-cta {
	padding: 5px 18px;
	font-size: 16px;
	font-weight: 700;
}

.label-cta-primary {
	color: #fff;
	background: #1cd8c9;
}

@media (min-width: 768px) {
	.box-cta {
		font-size: 19px;
	}
	.box-cta-vertical > * + * {
		margin-top: 40px;
	}
	.box-cta-vertical * + .button {
		margin-top: 45px;
	}
}

@media (min-width: 1600px) {
	.box-cta {
		font-size: 24px;
	}
	.cta-avatar {
		max-width: none;
	}
}

/*
*
* 2.8  Cards
* --------------------------------------------------
*/
/**
* Card info
*/
.card-info {
	display: flex;
	flex-direction: column;
	max-width: 730px;
	text-align: left;
}

.card-info * + .card-info-subtitle {
	margin-top: 5px;
}

.card-info-image {
	border-radius: 9px;
}

.card-info-title {
	color: #10aea1;
}

.card-info-subtitle {
	font-style: italic;
}

.card-info-aside {
	flex-shrink: 0;
	max-width: 30%;
}

.card-info-main {
	flex-grow: 1;
}

* + .card-info-title {
	margin-top: 10px;
}

* + .card-info-main {
	padding-top: 15px;
}

@media (min-width: 576px) {
	.card-info {
		flex-direction: row;
	}
	* + .card-info-main {
		padding-top: 0;
		padding-left: 15px;
	}
}

@media (min-width: 768px) {
	* + .card-info-main {
		padding-left: 30px;
	}
}

@media (min-width: 1600px) {
	.card-info * + p {
		margin-top: 26px;
	}
	* + .card-info-main {
		padding-left: 45px;
	}
}

/*
*
* 2.9  Comments
* --------------------------------------------------
*/
.comment {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	text-align: left;
}

.comment-group .comment-group {
	padding-left: 20px;
}

.comment-group .comment-group .comment-group {
	padding-left: 10px;
}

.comment-body {
	padding-left: 12px;
}

.comment-header {
	display: inline-table;
	margin-bottom: -8px;
	margin-left: -8px;
}

.comment-header:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.comment-header > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 8px;
	margin-left: 8px;
}

.comment-avatar img {
	width: auto;
	height: auto;
	max-width: 30px;
	border-radius: 50%;
}

.comment-title {
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0;
	color: #1cd8c9;
}

.comment-time {
	font-style: italic;
}

.comment-text {
	color: #1f2323;
}

.comment-reply {
	font-style: italic;
	color: #838386;
}

.comment-reply::before {
	position: relative;
	top: 2px;
	display: inline-block;
	padding-right: 5px;
	content: '\f549';
	font: 400 20px/20px 'Material Design Icons';
	color: #c2c2c3;
}

@media (min-width: 768px) {
	.comment-reply::before {
		font-size: 28px;
		line-height: 28px;
	}
}

.comment-link-reply {
	letter-spacing: .02em;
	color: #1cd8c9;
	vertical-align: middle;
}

.comment-link-reply::before {
	position: relative;
	top: 2px;
	display: inline-block;
	padding-right: 5px;
	content: '\f549';
	font: 400 20px/20px 'Material Design Icons';
}

.comment-link-reply:hover {
	color: #29293a;
}

@media (min-width: 768px) {
	.comment-link-reply::before {
		font-size: 28px;
		line-height: 28px;
	}
}

* + .comment-text {
	margin-top: 8px;
}

* + .comment-footer {
	margin-top: 8px;
}

* + .comment-group {
	margin-top: 30px;
}

* + .comment {
	margin-top: 24px;
}

* + .comment {
	margin-top: 24px;
}

.comment + * {
	margin-top: 24px;
}

* + .comment-link-reply {
	margin-top: 10px;
}

.comment-group + .comment-group {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.comment-group .comment-group {
		padding-left: 80px;
	}
	.comment-group .comment-group .comment-group {
		padding-left: 40px;
	}
	.comment-body {
		padding-left: 30px;
	}
	.comment-header {
		margin-bottom: -5px;
		margin-left: -35px;
	}
	.comment-header:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.comment-header > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 5px;
		margin-left: 35px;
	}
	.comment-avatar img {
		width: auto;
		max-width: 80px;
	}
	.comment-title {
		font-size: 18px;
	}
	* + .comment-group {
		margin-top: 40px;
	}
}

@media (min-width: 1200px) {
	.comment-group .comment-group {
		padding-left: 110px;
	}
	.comment-group .comment-group .comment-group {
		padding-left: 55px;
	}
	* + .comment-group {
		margin-top: 50px;
	}
	.comment-group + .comment-group {
		margin-top: 45px;
	}
}

/**
* 2.11 Footers
*/
/**
* Base Style
*/
.page-footer .thumbnail-instafeed .caption .list-inline {
	font-size: 16px;
}

.page-footer .thumbnail-instafeed .caption .list-inline span {
	max-width: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (min-width: 1800px) {
	.page-footer .thumbnail-instafeed .caption .list-inline span {
		max-width: 70px;
	}
}

.page-footer-default .thumbnail-instafeed .caption .icon {
	font-size: 16px;
}

.page-footer-default .thumbnail-instafeed-minimal .caption .list-inline > li + li {
	margin-top: 5px;
}

/**
* Footer Default Style
*/
[class*='bg-'] + .page-footer-default,
* + .page-footer-default,
.page-footer-default {
	padding: 60px 0 20px;
}

.page-footer-default .instafeed {
	max-width: 470px;
	margin-right: auto;
}

.page-footer-default h6 + * {
	margin-top: 22px;
}

@media (min-width: 1600px) {
	.page-footer-default h6 + * {
		margin-top: 30px;
	}
}

@media (min-width: 768px) {
	.page-footer-default {
		text-align: left;
	}
	[class*='bg-'] + .page-footer-default,
	* + .page-footer-default,
	.page-footer-default {
		padding: 90px 0 30px;
	}
}

p.right {
	letter-spacing: 0.02em;
}

p.right a, p.right a:focus, p.right a:active {
	color: inherit;
}

p.right a:hover {
	color: #10aea1;
}

* + .page-footer-icon-list {
	margin-top: 30px;
}

* + p.right {
	margin-top: 40px;
}

@media (min-width: 768px) {
	* + .page-footer-icon-list {
		margin-top: 35px;
	}
	* + 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: 575px) {
	.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: #1f2323;
	background-color: #f6f6f6;
	background-image: none;
	border: 0px solid #f6f6f6;
	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;
}

textarea.form-input.form-input-lg {
	height: 200px;
	min-height: 160px;
	max-height: 340px;
}

.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: #1f2323;
}

.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-validation-left .form-validation {
	right: auto;
	top: 100%;
	left: 0;
}

#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;
	}
}

.form-output {
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 2px;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

.form-output.active {
	opacity: 1;
	visibility: visible;
}

.form-output.error {
	color: #d9534f;
}

.form-output.success {
	color: #5cb85c;
}

/**
* Radio and Checkbox Custom
*/
/**
* Base Styles
*/
.radio, .radio-inline,
.checkbox, .checkbox-inline {
	font-weight: 300;
	color: #838386;
}

.radio a, .radio-inline a,
.checkbox a, .checkbox-inline a {
	font-weight: inherit;
}

.radio .radio-custom,
.radio-inline .radio-custom,
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom {
	opacity: 0;
}

.radio .radio-custom, .radio .radio-custom-dummy,
.radio-inline .radio-custom,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom,
.checkbox-inline .checkbox-custom-dummy {
	position: absolute;
	width: 14px;
	height: 14px;
	margin-top: 5px;
	outline: none;
	cursor: pointer;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
	pointer-events: none;
	background: #fff;
	border: 1px solid #dedfe8;
}

.radio .radio-custom-dummy:after,
.radio-inline .radio-custom-dummy:after,
.checkbox .checkbox-custom-dummy:after,
.checkbox-inline .checkbox-custom-dummy:after {
	position: absolute;
	opacity: 0;
}

.radio .radio-custom:focus,
.radio-inline .radio-custom:focus,
.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus {
	outline: none;
}

.checkbox a,
.radio a,
.checkbox-inline a,
.radio-inline a {
	display: inline;
	padding: 0 .2em;
}

.radio,
.radio-inline {
	padding-left: 36px;
	color: #838386;
	font-weight: 300;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
	top: -5px;
	left: 0;
	width: 26px;
	height: 26px;
	box-shadow: inset 0 0 0 0 #dedfe8;
	border-radius: 50%;
	transition: .22s;
}

.radio .radio-custom:checked + .radio-custom-dummy,
.radio-inline .radio-custom:checked + .radio-custom-dummy {
	box-shadow: inset 0 0 0 7px #1cd8c9;
}

@media (min-width: 768px) {
	.radio,
	.radio-inline {
		padding-left: 40px;
	}
	.radio .radio-custom-dummy,
	.radio-inline .radio-custom-dummy {
		right: -3px;
	}
}

.checkbox,
.checkbox-inline {
	padding-left: 38px;
}

.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
	left: 0;
	width: 26px;
	height: 26px;
	margin-top: 0;
	margin-left: 0;
	pointer-events: none;
	border-radius: 5px;
	transition: .22s;
}

.checkbox .checkbox-custom-dummy:after,
.checkbox-inline .checkbox-custom-dummy:after {
	content: '\f222';
	font-family: "Material Design Icons";
	font-size: 14px;
	line-height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotateY(180deg);
	color: #fff;
	opacity: 0;
	transition: .22s;
}

.checkbox .checkbox-custom:checked + .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom:checked + .checkbox-custom-dummy {
	background: #1cd8c9;
	border-color: #1cd8c9;
}

.checkbox .checkbox-custom:checked + .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom:checked + .checkbox-custom-dummy::after {
	opacity: 1;
	transform: translate(-50%, -50%) rotateY(0deg);
}

@media (min-width: 992px) {
	.checkbox .checkbox-custom-dummy,
	.checkbox-inline .checkbox-custom-dummy {
		margin-top: 1px;
	}
}

.checkbox.checkbox-material,
.checkbox-inline.checkbox-material {
	padding-left: 60px;
}

.checkbox.checkbox-material .checkbox-custom-dummy,
.checkbox-inline.checkbox-material .checkbox-custom-dummy {
	margin-top: -1px;
	width: 50px;
	height: 28px;
	border-radius: 22px;
}

.checkbox.checkbox-material .checkbox-custom-dummy::after,
.checkbox-inline.checkbox-material .checkbox-custom-dummy::after {
	content: '';
	width: 20px;
	height: 20px;
	left: 0;
	background: #dedfe8;
	transform: translate(3px, -50%);
	border-radius: 50%;
	opacity: 1;
}

.checkbox.checkbox-material .checkbox-custom:checked + .checkbox-custom-dummy,
.checkbox-inline.checkbox-material .checkbox-custom:checked + .checkbox-custom-dummy {
	background: #fff;
}

.checkbox.checkbox-material .checkbox-custom:checked + .checkbox-custom-dummy::after,
.checkbox-inline.checkbox-material .checkbox-custom:checked + .checkbox-custom-dummy::after {
	background: #1cd8c9;
	transform: translate(25px, -50%);
}

.radio-group > li + li {
	margin-top: 16px;
}

.rd-mailform-inline .rd-mailform-inline-inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	transform: translateY(-15px);
	margin-bottom: -15px;
}

.rd-mailform-inline .rd-mailform-inline-inner::before {
	content: '';
	position: absolute;
	top: 15px;
	height: 60px;
	left: 0;
	right: 0;
	background: #f6f6f6;
	z-index: -1;
	border-radius: 35px;
}

.rd-mailform-inline .rd-mailform-inline-inner > * {
	margin-top: 15px;
}

.rd-mailform-inline .form-wrap {
	flex-grow: 1;
}

.rd-mailform-inline .form-input {
	padding-right: 18px;
	min-width: 150px;
	color: #1f2323;
}

.rd-mailform-inline .form-button {
	min-width: 130px;
	flex-shrink: 0;
}

.rd-mailform-inline .form-validation {
	left: 25px;
	top: 1px;
}

.rd-mailform-inline.rd-mailform-sm .rd-mailform-inline-inner::before {
	height: 50px;
}

.rd-mailform-inline-modern .rd-mailform-inline-inner::before {
	top: 15px;
	height: 70px;
}

.rd-mailform-inline-modern .rd-mailform-inline-inner {
	padding: 6px 5px 5px;
	transform: translateY(-15px);
	margin-bottom: -15px;
}

.rd-mailform-inline-modern .rd-mailform-inline-inner > * {
	margin-top: 15px;
}

.rd-mailform-inline-modern.rd-mailform-sm .rd-mailform-inline-inner::before {
	height: 62px;
}

.rd-mailform-inline.rd-mailform-inline-centered .rd-mailform-inline-inner {
	justify-content: center;
}

.rd-mailform-sm .form-input,
.rd-mailform-sm .form-label {
	color: #1f2323;
}

.rd-mailform-sm .form-input,
.rd-mailform-sm .button {
	min-height: 50px;
}

.rd-mailform-sm .form-input {
	padding-top: 12px;
	padding-bottom: 12px;
}

.rd-mailform-sm .form-label {
	top: 25px;
}

.form-wrap-icon:before {
	position: absolute;
	top: 9px;
	left: 15px;
	content: "";
	display: inline-block !important;
	font-family: 'Material Design Icons';
	font-size: 24px;
	color: #1f2323;
}

.form-wrap-icon .form-label {
	left: 50px;
}

.form-wrap-icon .form-input {
	padding-left: 50px;
}

.rd-mailform-small {
	max-width: 370px;
}

.text-center .rd-mailform-small {
	margin-left: auto;
	margin-right: auto;
}

.form-request {
	padding: 30px 15px;
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
	background-color: #fff;
	color: #1f2323;
}

@media (min-width: 1200px) {
	.form-request {
		padding: 40px 35px;
	}
}

.form-request-modern {
	max-width: 566px;
	background-color: #f6f6f6;
}

.form-request-modern .select2-container--bootstrap .select2-selection,
.form-request-modern .form-input {
	background-color: #fff;
}

.form-request-modern .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
.form-request-modern .form-input,
.form-request-modern .form-label {
	color: #1f2323;
}

.form-flex-inline {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-end;
	margin-left: -8px;
	margin-right: -8px;
	margin-bottom: -15px;
	transform: translateY(-15px);
}

.form-flex-inline-item {
	flex-shrink: 1;
	flex-grow: 1;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 15px;
}

.form-flex-inline-item-static {
	width: 100%;
}

@media (min-width: 768px) {
	.form-flex-inline-item-static {
		width: 27%;
	}
}

@media (min-width: 992px) {
	.form-flex-inline-item-static {
		width: 19%;
		max-width: 185px;
	}
}

@media (min-width: 1200px) {
	.form-flex-inline-item-static {
		max-width: 239px;
		width: 14.1%;
	}
}

.form-flex-inline-item-custom {
	margin-top: 30px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.form-flex-inline .form-button .button {
	min-width: 190px;
}

@media (min-width: 768px) {
	.form-flex-inline {
		flex-direction: row;
	}
}

@media (min-width: 992px) {
	.form-flex-inline {
		flex-wrap: nowrap;
	}
	.form-flex-inline-item-custom {
		flex-grow: 0;
		justify-content: flex-start;
		margin-top: 15px;
	}
}

.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;
	}
}

.form-find {
	box-shadow: 0 4px 29px 0 rgba(110, 123, 157, 0.29);
	background-color: #fff;
	border-radius: 9px;
	text-align: left;
	overflow: hidden;
}

.form-find.form-find-white .form-input {
	background-color: #f6f6f6;
}

.form-find.form-find-white .form-input,
.form-find.form-find-white .form-label {
	letter-spacing: 0.02em;
	color: #1f2323;
}

.form-find-header {
	padding: .9em 2.2em;
	color: #fff;
	background-color: #1cd8c9;
}

.form-find-header > * {
	color: inherit;
}

.form-find-body {
	padding: 20px 20px 30px;
}

.form-find-body.rd-mailform {
	margin-top: 0;
}

@media (min-width: 576px) {
	.form-find-body {
		padding: 37px 47px 50px;
	}
}

.bg-default .form-find {
	background-color: #fff;
}

.bg-default .form-find .form-label,
.bg-default .form-find .form-input {
	color: #1f2323;
}

.gallery-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: 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%;
}

.gallery-item .caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: 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: #10aea1;
}

.gallery-item .caption:after {
	position: absolute;
	bottom: 0;
	right: 10px;
	content: '\f504';
	font-family: "Material Design Icons";
	font-size: 36px;
	color: #fff;
}

.gallery-item .caption-title,
.gallery-item .caption-text {
	color: #fff;
}

.gallery-item .caption-title {
	position: relative;
	font-size: 18px;
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.gallery-item .caption-text {
	max-width: 100%;
	margin-top: 25px;
	padding: 0 15px;
	color: #fff;
	opacity: .6;
}

.titled-gallery-item .caption {
	background: transparent;
}

.titled-gallery-item .caption:before {
	content: none;
}

.titled-gallery-item .caption:after {
	content: none;
}

.titled-gallery-caption {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: left;
	color: #10aea1;
	transition: 550ms ease-in-out;
	font-weight: 400;
}

.title-inside-gallery-text {
	margin-top: 15px;
	color: #ededed;
	transition: .33s all ease-in-out;
}

.title-inside-gallery-title {
	font-size: 24px;
	line-height: 1.25;
	letter-spacing: 0.04em;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #fff;
}

.title-inside-gallery-title:hover {
	color: #1cd8c9;
}

.title-inside-gallery-caption {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 15px 15px 25px;
	text-align: left;
	pointer-events: none;
}

.title-inside-gallery-caption > * {
	position: relative;
	pointer-events: auto;
}

.title-inside-gallery-caption:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	transition: .33s all ease-in-out;
	pointer-events: none;
	background: rgba(41, 41, 58, 0.7);
}

.gallery-item-fullwidth {
	max-width: 100.1%;
	max-height: 300px;
}

@media (min-width: 992px) {
	.gallery-item-fullwidth {
		max-height: 100%;
	}
}

@media (min-width: 992px) {
	.desktop .gallery-item .title-inside-gallery-title {
		opacity: 0;
		visibility: hidden;
		transition: .4s all ease;
	}
	.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 .caption-title,
	.desktop .gallery-item .caption-text {
		transition: 300ms 50ms ease-in-out;
		transform: scale3d(0.7, 0.7, 0);
	}
	.desktop .gallery-item .caption-text {
		max-width: 340px;
	}
	.desktop .gallery-item:hover figure {
		transform: scale3d(1.05, 1.05, 1.05);
	}
	.desktop .gallery-item:hover .title-inside-gallery-title {
		opacity: 1;
		visibility: visible;
	}
	.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 .gallery-item:hover .caption-title,
	.desktop .gallery-item:hover .caption-text {
		transform: scale3d(1, 1, 1);
	}
	.desktop .titled-gallery-caption {
		font-size: 24px;
	}
	.desktop .titled-gallery-item .caption {
		perspective: 1000px;
		background: rgba(16, 174, 161, 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: #fff;
		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: #1cd8c9;
	}
	.desktop .titled-gallery-item:hover .caption:after {
		transform: translate3d(-50%, -50%, 0);
	}
	.desktop .title-inside-gallery-text {
		opacity: 0;
		margin-bottom: -66px;
		max-width: 350px;
	}
	.desktop .title-inside-gallery-caption:before {
		opacity: 0;
	}
	.desktop .title-inside-gallery-item:hover .title-inside-gallery-text {
		opacity: 1;
		margin-bottom: 0;
	}
	.desktop .title-inside-gallery-item:hover .title-inside-gallery-caption:before {
		opacity: 1;
	}
}

@media (min-width: 1600px) {
	.title-inside-gallery-caption {
		padding: 35px;
	}
}

/**
* 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-default {
	color: #838386;
}

.page .icon-white {
	color: #fff;
}

.page .icon-gray {
	color: #555555;
}

.page .icon-gray-1 {
	color: #c2c2c3;
}

.page .icon-gray-light {
	color: #838386;
}

.page .icon-darker {
	color: #1f2323;
}

.page .icon-primary {
	color: #1cd8c9;
}

.page .icon-secondary {
	color: #10aea1;
}

.page .icon-filled {
	color: #fff;
	background: #1f2323;
}

.page .icon-filled[class*='facebook'] {
	background: #4d70a8;
}

.page .icon-filled[class*='twitter'] {
	background: #02bcf3;
}

.page .icon-filled[class*='instagram'] {
	background: #444;
}

.page .icon-filled[class*='google'] {
	background: #e2411e;
}

.page .icon-filled[class*='linkedin'] {
	background: #1787b1;
}

.page .icon-secondary-5-filled {
	color: #c2c2c3;
	background: #21212e;
}

.page a.icon-default:hover {
	color: #10aea1;
}

.page a.icon-darker:hover {
	color: #1cd8c9;
}

.page a.icon-white:hover {
	color: #ffec17;
}

.page a.icon-gray-1:hover {
	color: #10aea1;
}

.page a.icon-gray-light:hover {
	color: #ffec17;
}

.page a.icon-gray-light[class*='facebook']:hover {
	color: #3e5a86;
}

.page a.icon-gray-light[class*='twitter']:hover {
	color: #008ee0;
}

.page a.icon-gray-light[class*='instagram']:hover {
	color: #2b2b2b;
}

.page a.icon-gray-light[class*='google']:hover {
	color: #b53418;
}

.page a.icon-gray-light[class*='linkedin']:hover {
	color: #116584;
}

.page a.icon-filled[class*='facebook']:hover {
	background: #3e5a86;
}

.page a.icon-filled[class*='twitter']:hover {
	background: #008ee0;
}

.page a.icon-filled[class*='instagram']:hover {
	background: #2b2b2b;
}

.page a.icon-filled[class*='google']:hover {
	background: #b53418;
}

.page a.icon-filled[class*='linkedin']:hover {
	background: #116584;
}

.page a.icon-secondary-5-filled:hover {
	color: #fff;
	background: #10aea1;
}

.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-xs {
	font-size: 13px;
}

.page .icon-sm {
	font-size: 19px;
}

.page .icon-sm-bigger {
	font-size: 22px;
}

.page .icon-md-smaller {
	font-size: 20px;
}

.page .icon-md-middle {
	font-size: 24px;
}

.page .icon-md {
	font-size: 27px;
}

.page .icon-md-big {
	font-size: 36px;
}

.page .icon-lg-smaller {
	font-size: 40px;
}

.page .icon-lg {
	font-size: 62px;
	line-height: 62px;
}

@media (min-width: 1600px) {
	.page .icon-xs {
		font-size: 13px;
	}
	.page .icon-sm {
		font-size: 19px;
	}
	.page .icon-sm-bigger {
		font-size: 22px;
	}
	.page .icon-md-smaller {
		font-size: 23px;
	}
	.page .icon-md-middle {
		font-size: 24px;
	}
	.page .icon-md {
		font-size: 27px;
	}
	.page .icon-md-big {
		font-size: 36px;
	}
	.page .icon-lg-smaller {
		font-size: 40px;
	}
	.page .icon-lg {
		font-size: 62px;
		line-height: 62px;
	}
}

/**
* 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;
	}
}

.icon.icon-round {
	border-radius: 4px;
	width: 2.2em;
	height: 2.2em;
	line-height: 2.2em;
}

/*
*
* Links
* --------------------------------------------------
*/
.link-video {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	border-radius: 50%;
	line-height: 1;
}

.link-video, .link-video:active, .link-video:focus {
	color: #fff;
}

.link-video:hover {
	color: #ffec17;
}

.link-video::before {
	position: static;
	display: inline-block;
	overflow: hidden;
	content: '\f4fb';
	font-family: 'Material Design Icons';
	font-size: 50px;
	border-radius: 50%;
}

@media (min-width: 992px) {
	.link-video::before {
		font-size: 75px;
	}
}

@media (min-width: 1600px) {
	.link-video::before {
		font-size: 100px;
	}
}

.link-bold {
	font-weight: 700;
	color: #10aea1;
}

.link-bold:hover {
	color: #1cd8c9;
}

.link-image {
	display: inline-block;
	max-width: 80%;
	text-align: center;
}

.link-image img {
	opacity: .5;
	width: auto;
	transition: .33s;
}

.link-image:hover img {
	opacity: 1;
}

.link-text-color {
	color: #838386;
}

.link-text-color:hover {
	color: #10aea1;
}

/*
*
* Lists
* --------------------------------------------------
*/
/**
* Basic lists
*/
.list-xxs > li + li {
	margin-top: 10px;
}

.list-xs > li + li {
	margin-top: 17px;
}

.list-sm > li + li {
	margin-top: 20px;
}

.list-lg > li + li {
	margin-top: 25px;
}

.list-xl > li + li {
	margin-top: 35px;
}

@media (min-width: 768px) {
	.list-lg > li + li {
		margin-top: 45px;
	}
	.list-xl > li + li {
		margin-top: 60px;
	}
}

@media (min-width: 1200px) {
	.list-sm > li + li {
		margin-top: 30px;
	}
	.list-lg > li + li {
		margin-top: 60px;
	}
	.list-xl > li + li {
		margin-top: 80px;
	}
}

@media (min-width: 1600px) {
	.list-xl > li + li {
		margin-top: 120px;
	}
}

/**
* 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: #1f2323;
}

.list-marked a:hover {
	color: #1cd8c9;
}

.list-marked > li + li {
	margin-top: 10px;
}

.list-marked-primary {
	padding-left: 0;
}

.list-marked-primary > li:before {
	color: #c2c2c3;
}

.list-marked-primary > li a {
	color: #1cd8c9;
}

.list-marked-primary > li a:hover {
	color: #1f2323;
}

.list-marked-secondary a {
	color: #10aea1;
}

.list-marked-secondary a:hover {
	color: #1cd8c9;
}

@media (min-width: 1200px) {
	.list-marked-primary > li {
		padding-left: 35px;
	}
}

/**
* List ordered
*/
.list-ordered {
	padding-left: 25px;
	counter-reset: li;
	text-align: left;
}

.list-ordered li {
	position: relative;
	padding-left: 25px;
}

.list-ordered li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 15px;
	content: counter(li, decimal) ".";
	counter-increment: li;
	color: #1f2323;
}

.list-ordered li + li {
	margin-top: 10px;
}

/**
* List darker
*/
.list-darker {
	color: #1f2323;
}

.list-darker a {
	color: inherit;
}

.list-darker a:hover {
	color: #1cd8c9;
}

/**
* List comma
*/
.list-comma > li {
	display: inline-block;
}

.list-comma > li:not(:last-child):after {
	content: ',';
	display: inline-block;
	margin-right: 3px;
}

/**
* List twitter
*/
.list-twitter {
	color: #1f2323;
}

.list-twitter .twitter-icon {
	color: #02bcf3;
}

.list-twitter time {
	display: block;
	color: #c2c2c3;
}

.list-twitter * + time {
	margin-top: 8px;
}

.list-twitter > li + li {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.list-twitter > li + li {
		margin-top: 30px;
	}
}

/*
* List inline
*/
.list-inline > li {
	display: inline-block;
}

.list-inline-md {
	margin-bottom: -5px;
	transform: translateY(-5px);
	margin-left: -4px;
	margin-right: -4px;
}

.list-inline-md > li {
	display: inline-block;
	margin-top: 5px;
	margin-left: 4px;
	margin-right: 4px;
}

@media (min-width: 1600px) {
	.list-inline-md {
		margin-bottom: -5px;
		transform: translateY(-5px);
		margin-left: -15px;
		margin-right: -15px;
	}
	.list-inline-md > li {
		display: inline-block;
		margin-top: 5px;
		margin-left: 15px;
		margin-right: 15px;
	}
}

* + .list-inline-md {
	margin-top: 25px;
}

@media (min-width: 768px) {
	* + .list-inline-md {
		margin-top: 40px;
	}
}

.index-list {
	counter-reset: li;
	text-align: left;
	padding-top: 70px;
}

@media (min-width: 1600px) {
	.index-list {
		padding-top: 150px;
	}
}

.index-list .index-list-content {
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1600px) {
	.index-list .index-list-content {
		margin-left: 0;
	}
}

.index-list > li .list-index-counter {
	position: relative;
	z-index: 1;
}

.index-list > li .list-index-counter:before {
	z-index: -1;
	content: counter(li);
	counter-increment: li;
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 170px;
	line-height: 130px;
	font-weight: 900;
	color: #f6f6f6;
	transform: translateY(-78%);
}

.index-list > li p {
	letter-spacing: 0.02em;
}

.index-list > li h6 + p, .index-list > li .heading-6 + p {
	margin-top: 20px;
}

.bg-gray-lighter .index-list > li .list-index-counter:before {
	color: #fff;
}

.bg-gray-darker .index-list > li .list-index-counter:before, .bg-additional-gray-darker .bg-additional-item .index-list > li .list-index-counter:before {
	color: #1cd8c9;
}

.bg-gray-darker .index-list-content p, .bg-additional-gray-darker .bg-additional-item .index-list-content p {
	color: #c2c2c3;
}

.inline-list {
	margin-bottom: -12px;
	transform: translateY(-12px);
	margin-left: -3.5px;
	margin-right: -3.5px;
}

.inline-list > li {
	display: inline-block;
	margin-top: 12px;
	margin-left: 3.5px;
	margin-right: 3.5px;
}

@media (min-width: 1200px) {
	.inline-list {
		margin-bottom: -10px;
		transform: translateY(-10px);
		margin-left: -20px;
		margin-right: -20px;
	}
	.inline-list > li {
		display: inline-block;
		margin-top: 10px;
		margin-left: 20px;
		margin-right: 20px;
	}
}

.inline-list-xs {
	margin-bottom: -12px;
	transform: translateY(-12px);
	margin-left: -10px;
	margin-right: -10px;
}

.inline-list-xs > li {
	display: inline-block;
	margin-top: 12px;
	margin-left: 10px;
	margin-right: 10px;
}

* + .inline-list {
	margin-top: 20px;
}

.inline-list + .inline-list {
	margin-top: 25px;
}

@media (min-width: 1600px) {
	* + .inline-list {
		margin-top: 40px;
	}
	.inline-list + .inline-list {
		margin-top: 45px;
	}
}

.list-terms dt + dd {
	margin-top: 15px;
}

.list-terms dd + dt {
	margin-top: 25px;
}

@media (min-width: 1600px) {
	.list-terms dt + dd {
		margin-top: 20px;
	}
	.list-terms dd + dt {
		margin-top: 50px;
	}
}

.modal-custom {
	padding-left: 20px;
	padding-right: 20px;
	z-index: 9999;
}

.modal-custom .modal-dialog {
	width: 100%;
	max-width: 830px;
	margin: 0;
}

.modal-custom .modal-header {
	border-bottom: 0;
	padding-right: 40px;
}

.modal-custom .modal-content {
	padding: 10px;
	margin: 10px;
	border: 0;
	box-shadow: 0 0 24px rgba(127, 131, 154, 0.42);
}

.modal-custom .modal-body {
	padding-top: 5px;
}

.modal-custom .close {
	position: absolute;
	top: 10px;
	right: 10px;
	opacity: 1;
	text-shadow: none;
	z-index: 2;
}

.modal-custom .close > span {
	color: #10aea1;
}

.modal-custom .close > span:before {
	content: "\f24c";
	font: 400 40px/1 'Material Design Icons';
	display: inline-block;
}

.modal-custom .close > span:hover {
	color: #1cd8c9;
}

.modal-custom * + form {
	margin-top: 30px;
}

.modal-photo .modal-content {
	background-image: url(../images/sale-modal-01-1170x600.jpg);
	background-size: cover;
	color: #fff;
}

.modal-photo .modal-title {
	color: #fff;
}

.modal-photo .close {
	background-color: rgba(0, 0, 0, 0.2);
}

.modal-account .modal-dialog {
	max-width: 1170px;
}

.modal-account-image {
	display: none;
}

.modal-product .modal-dialog {
	max-width: 450px;
	margin: 10px auto;
}

.modal-product .modal-body {
	display: flex;
	flex-wrap: wrap;
	transform: translateY(-30px);
	margin-bottom: -30px;
	margin-left: -15px;
	margin-right: -15px;
}

.modal-product .modal-body > * {
	flex-grow: 1;
	margin-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

.modal-product-image {
	max-width: 200px;
}

.modal-product-image img {
	box-shadow: 5px 15px 30px rgba(0, 0, 0, 0.35);
}

.modal-price {
	font: 400 24px/1 "Raleway", Helvetica, Arial, sans-serif;
	letter-spacing: 0.12em;
	color: #1f2323;
}

.modal-sale .modal-dialog {
	max-width: 1170px;
}

.sale-body-subtitle {
	font-size: 18px;
}

.sale-body-title {
	font-size: 30px;
	line-height: 1;
	font-weight: 900;
}

.notification .modal-content {
	border: 0;
}

.notification .modal-dialog {
	margin: 10px;
}

.notification-open {
	overflow-x: hidden;
	overflow-y: auto;
}

.notification-dark .modal-content {
	background-color: #1f2323;
	color: #fff;
}

.modal.fade.slideRight .modal-dialog {
	transition: 650ms ease-in-out;
	transform: translate3d(0, 0, 0);
}

.modal.fade.slideRight:not(.in) .modal-dialog {
	transform: translate3d(100%, 0, 0);
}

@media (min-width: 768px) {
	.modal-custom .modal-dialog {
		position: absolute;
		top: 50%;
		left: 50%;
	}
	.modal-custom.fade .modal-dialog {
		transform: translate(-50%, -75%);
	}
	.modal-custom.in .modal-dialog {
		transform: translate(-50%, -50%);
	}
	.notification {
		top: auto;
		left: auto;
		padding: 20px;
	}
	.notification .modal-dialog {
		position: static;
		top: auto;
		left: auto;
		width: 100%;
		max-width: 830px;
		margin: 0;
	}
}

@media (min-width: 992px) {
	.modal-custom .modal-content {
		position: relative;
		overflow: hidden;
		padding: 30px 115px 30px 40px;
	}
	.modal-custom .modal-content:before {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 70px;
		content: "";
		display: inline-block;
		background-color: #f6f6f6;
	}
	.modal-custom .close {
		top: 15px;
		right: 15px;
	}
	.modal-photo .modal-content:before {
		background-color: rgba(0, 0, 0, 0.2);
	}
	.modal-photo .close {
		background-color: transparent;
	}
	.modal-account .modal-account-image {
		display: block;
		margin: 0 auto;
	}
	.modal-account .modal-header {
		padding: 0;
	}
	.modal-account .modal-content {
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	.modal-account .modal-body {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0;
	}
	.modal-account .modal-body-inner {
		flex-grow: 1;
	}
	.modal-account .modal-body-inner:first-of-type {
		max-width: 410px;
	}
	.modal-account .modal-body-inner:last-of-type {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.modal-product .modal-dialog {
		max-width: 1170px;
	}
	.modal-product .modal-content {
		padding: 55px 115px 80px 40px;
	}
	.modal-product .modal-body {
		flex-wrap: nowrap;
	}
	.modal-product .modal-body-inner {
		padding-left: 70px;
	}
	.modal-product * + .divider {
		margin-top: 30px;
	}
	.modal-product * + p,
	.modal-product p + p {
		margin-top: 30px;
	}
	.modal-product * + .button {
		margin-top: 40px;
	}
	.modal-product-image {
		max-width: 100%;
		width: 100%;
		text-align: center;
	}
	.modal-sale .modal-content {
		min-height: 600px;
		display: flex;
		align-items: center;
		padding-left: 95px;
	}
	.ie-10 .modal-sale .modal-content,
	.ie-11 .modal-sale .modal-content,
	.ie-edge .modal-sale .modal-content {
		height: 600px;
	}
	.modal-sale * + .button {
		margin-top: 45px;
	}
	.sale-body-subtitle {
		font-size: 24px;
	}
	.sale-body-title {
		font-size: 52px;
	}
	.notification .modal-dialog {
		margin: 30px;
		width: auto;
	}
	.notification .rd-mailform {
		width: 100%;
		min-width: 370px;
	}
	.notification-dark .modal-content:before {
		background: rgba(0, 0, 0, 0.3);
	}
}

@media (min-width: 1200px) {
	.modal-account .modal-body-inner:first-of-type {
		max-width: 470px;
	}
}

/*
*
* Navigation
* --------------------------------------------------
*/
.navigation-pills li a {
	display: inline-block;
	padding: 3px 9px;
	border: 1px solid #1cd8c9;
	border-radius: 5px;
	font-size: 16px;
	transition: .2s;
}

.navigation-pills li a.active, .navigation-pills li a:hover, .navigation-pills li a:focus {
	background-color: #1cd8c9;
	color: #fff;
}

/*
*
* Pagination custom
* --------------------------------------------------
*/
.pagination-custom {
	display: inline-table;
	margin-bottom: -10px;
	margin-left: -10px;
}

.pagination-custom:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.pagination-custom > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

.pagination-custom > li,
.pagination-custom > li > a {
	border-radius: 10px;
}

.pagination-custom > li {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 0.12em;
	min-width: 50px;
	color: #fff;
	background: #1cd8c9;
	vertical-align: middle;
}

.pagination-custom > li > a {
	display: block;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	font-weight: 700;
	vertical-align: middle;
	color: inherit;
	background: inherit;
	text-align: center;
}

.pagination-custom > li > a:hover {
	color: #fff;
	background: #10aea1;
}

.pagination-custom > li.disabled,
.pagination-custom > li.active {
	pointer-events: none;
}

.pagination-custom > li.active {
	color: #fff;
	background: #10aea1;
}

.pagination-custom > li.disabled {
	color: #fff;
	background: #37edde;
}

.pagination-custom .pagination-control a::before {
	color: inherit;
	font-family: 'Material Design Icons';
}

.pagination-custom .pagination-control:first-child a::before {
	content: '\f14a';
}

.pagination-custom .pagination-control:last-child a::before {
	content: '\f14f';
}

* + .pagination-custom {
	margin-top: 30px;
}

@media (min-width: 1200px) {
	* + .pagination-custom {
		margin-top: 50px;
	}
}

.panel-group-custom {
	margin-bottom: 0;
}

.panel-group-custom .panel-heading + .panel-collapse > .panel-body,
.panel-group-custom .panel-heading + .panel-collapse > .list-group {
	border-top: 0;
}

.panel-group-custom .panel + .panel {
	margin-top: 0;
}

.panel-group.panel-group-corporate .panel + .panel {
	margin-top: 20px;
}

.panel-custom {
	margin: 0;
	background: inherit;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	text-align: left;
}

.panel-custom a {
	display: block;
}

.panel-custom .panel-heading {
	padding: 0;
	border-bottom: 0;
	border-top-left-radius: 0;
}

.panel-custom .panel-body {
	padding: 0;
	border: 0;
}

* + .panel-group-custom {
	margin-top: 35px;
}

@media (min-width: 768px) {
	* + .panel-group-custom {
		margin-top: 50px;
	}
}

@media (min-width: 1600px) {
	* + .panel-group-custom {
		margin-top: 60px;
	}
}

.panel-corporate {
	position: relative;
	z-index: 1;
	text-align: left;
	background: #fff;
	box-shadow: 0px 5px 12px 0px #dcdeec;
}

.panel-corporate.panel {
	border-radius: 10px;
}

.panel-corporate .panel-title a {
	padding: 18px 82px 18px 32px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
	color: #1f2323;
	transition: inherit;
	border-radius: 10px 10px 0 0;
}

.panel-corporate .panel-title a .panel-arrow {
	transition: .33s;
}

.panel-corporate .panel-title a.collapsed {
	border-bottom-width: 0;
	border-radius: 10px;
}

.panel-corporate .panel-title a.collapsed .panel-arrow::before {
	opacity: 1;
}

.panel-corporate .panel-title a.collapsed .panel-arrow::after {
	opacity: 0;
}

.panel-corporate .panel-arrow {
	position: absolute;
	top: 0;
	bottom: -1px;
	right: -1px;
	z-index: 2;
	width: 70px;
	background: #1cd8c9;
	border-radius: 0 10px 10px 0;
	transition: .33s all ease;
}

.panel-corporate .panel-arrow::before, .panel-corporate .panel-arrow::after {
	position: absolute;
	top: 18px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 4;
	font-family: 'Material Design Icons';
	color: #fff;
	transition: .22s;
}

.panel-corporate .panel-arrow::before {
	content: '\f504';
	opacity: 0;
}

.panel-corporate .panel-arrow::after {
	content: '\f465';
	opacity: 1;
}

.panel-corporate .panel-arrow:hover {
	background: #1cd8c9;
}

.panel-corporate .panel-collapse {
	position: relative;
	z-index: 1;
	color: #838386;
	border-radius: 0 0 10px 10px;
}

.panel-corporate .panel-body {
	padding: 0 82px 25px 32px;
}

@media (max-width: 767px) {
	.panel-corporate .panel-title a,
	.panel-corporate .panel-body {
		padding-left: 25px;
	}
}

@media (min-width: 768px) {
	.panel-corporate .panel-title a {
		font-size: 24px;
		line-height: 1.41667;
	}
	.panel-corporate .panel-body {
		padding-right: 150px;
	}
}

.panel-light:first-child .panel-title {
	border-top: 1px solid #ededed;
}

.panel-light .panel-title:nth-child(n + 2) {
	margin-top: -1px;
}

.panel-light .panel-title a {
	position: relative;
	padding: 19px 55px 19px 32px;
	border-bottom: 1px solid transparent;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
	color: #1f2323;
	transition: .2s all ease;
}

.panel-light .panel-title a .panel-arrow::after {
	opacity: 0;
	visibility: hidden;
	transition: .2s all ease;
}

.panel-light .panel-title a.collapsed {
	border-bottom-color: #ededed;
}

.panel-light .panel-title a.collapsed .panel-arrow::after {
	opacity: 1;
	visibility: visible;
}

.panel-light .panel-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 26px;
	transition: .33s;
	will-change: transform;
}

.panel-light .panel-arrow::before, .panel-light .panel-arrow::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #1cd8c9;
}

.panel-light .panel-arrow::before {
	width: 18px;
	height: 2px;
	right: 0;
}

.panel-light .panel-arrow::after {
	width: 2px;
	height: 18px;
	right: 8px;
}

.panel-light .panel-collapse {
	position: relative;
	margin-top: -1px;
	border-bottom: 1px solid #ededed;
	color: rgba(131, 131, 134, 0.47);
	will-change: transform;
}

.panel-light .panel-body {
	padding: 0 44px 25px 32px;
}

@media (max-width: 767px) {
	.panel-light .panel-title a,
	.panel-light .panel-body {
		padding-left: 15px;
	}
}

@media (min-width: 768px) {
	.panel-light .panel-title a {
		font-size: 24px;
		line-height: 1.41667;
	}
}

/**
* Posts
*/
.post-blog {
	position: relative;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	flex-shrink: 0;
	border-radius: 8px;
	overflow: hidden;
	text-align: left;
	transition: 450ms ease-in-out;
	color: #1f2323;
	will-change: transform;
}

.post-blog-title {
	color: #1f2323;
}

.post-blog-title:hover {
	color: #1cd8c9;
}

.post-blog:hover {
	box-shadow: 0 3px 20px rgba(41, 41, 58, 0.5);
}

.post-blog .post-blog-video,
.post-blog .post-blog-quote,
.post-blog .post-blog-image {
	position: relative;
	min-height: 220px;
}

.post-blog .post-blog-video figure, .post-blog .post-blog-video img,
.post-blog .post-blog-quote figure,
.post-blog .post-blog-quote img,
.post-blog .post-blog-image figure,
.post-blog .post-blog-image img {
	min-height: inherit;
}

.post-blog .post-blog-video img,
.post-blog .post-blog-quote img,
.post-blog .post-blog-image img {
	width: 100%;
}

.post-blog .post-blog-video {
	border-radius: 0;
}

.post-blog .post-blog-quote {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px 10px 20px;
	font-size: 21px;
	font-style: italic;
	color: #fff;
	background: #1cd8c9;
	border-radius: 0;
	text-align: center;
}

.post-blog .post-blog-quote:hover {
	color: #ffec17;
}

.post-blog .post-blog-quote::before {
	position: relative;
	display: block;
	transform: scale(-1, -1);
	content: '\f373';
	font-family: 'Material Design Icons';
	font-size: 60px;
	line-height: 1;
	font-style: normal;
	color: inherit;
}

@media (min-width: 768px) {
	.post-blog .post-blog-quote {
		font-size: 24px;
	}
}

@media (min-width: 1600px) {
	.post-blog .post-blog-video,
	.post-blog .post-blog-quote,
	.post-blog .post-blog-image {
		min-height: 305px;
	}
}

@supports (object-fit: cover) {
	.post-blog .post-blog-video img,
	.post-blog .post-blog-quote img,
	.post-blog .post-blog-image img {
		width: 100%;
		object-fit: cover;
		object-position: center center;
	}
}

.post-blog-caption {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	flex-shrink: 0;
	padding-top: 25px;
	background-color: #f6f6f6;
}

.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 #fff;
}

.post-blog-caption-footer > * {
	color: #838386;
}

.post-comment > * {
	vertical-align: middle;
}

.post-comment .icon {
	padding-right: 5px;
}

.post-blog-container[class*='cell-'] {
	display: flex;
}

.post-blog-container[class*='cell-'] > .row {
	flex: 1 1 auto;
}

@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-quote {
	display: block;
	position: relative;
	border-radius: 8px;
	background-color: #10aea1;
	padding: 20px;
}

.post-blog-quote .quote-primary-text,
.post-blog-quote .quote-primary-mark {
	transition: 350ms ease-in-out;
}

.post-blog-quote .quote-primary-text {
	color: #fff;
}

.post-blog-quote .quote-primary-mark {
	fill: #fff;
}

.post-blog-quote .quote-primary-meta {
	margin-top: 33px;
	color: #f6f6f6;
}

.post-blog-quote .quote-primary-meta .cite {
	color: #ffec17;
}

.post-blog-quote:hover .quote-primary-text {
	color: #ffec17;
}

.post-blog-quote:hover .quote-primary-mark {
	fill: #ffec17;
}

.post-blog-quote-text {
	width: 100%;
}

@media (min-width: 768px) {
	.post-blog-quote {
		padding: 40px 45px 45px;
	}
}

.post-blog-video {
	display: block;
	position: relative;
	border-radius: 8px;
	background-color: #000000;
	overflow: hidden;
	will-change: transform;
}

.post-blog-video figure {
	border-radius: 8px;
	opacity: .7;
}

.post-blog-video figure img {
	height: auto;
	width: 101%;
	transition: 750ms ease-in-out;
}

.post-blog-video .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	color: #fff;
	font-size: 4.4em;
	transition: 350ms ease-in-out;
}

.post-blog-video:hover img {
	transform: scale3d(1.05, 1.05, 1.05);
}

.post-blog-video:hover .icon {
	color: #ffec17;
}

.post-blog-large {
	position: relative;
	max-width: 870px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
	overflow: hidden;
}

.post-blog-large .post-blog-meta {
	position: absolute;
	top: 15px;
	left: 15px;
}

.post-blog-large .post-blog-meta li {
	color: #ededed;
}

.post-blog-large .post-blog-meta a {
	color: #ededed;
}

.post-blog-large .post-blog-meta a:focus, .post-blog-large .post-blog-meta a:hover {
	color: #ffec17;
}

.post-blog-large-caption {
	text-align: left;
	padding: 15px 15px 20px;
	background-color: #fff;
}

.post-blog-large-caption * + .button {
	margin-top: 25px;
}

.post-blog-large-title {
	display: block;
	font-size: 28px;
	line-height: 1.2;
}

.post-blog-large-image {
	background-color: #000000;
}

.post-blog-large-image img {
	width: 100.3%;
	opacity: .5;
}

.post-blog-meta {
	margin-bottom: -5px;
	margin-left: -7px;
	text-align: left;
	color: #838386;
}

.post-blog-meta:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.post-blog-meta > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 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-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", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.button-tags, .button-tags:focus {
	color: #fff;
	background-color: #1cd8c9;
	border-color: #1cd8c9;
}

.button-tags:hover, .button-tags:active, .button-tags:hover {
	color: #fff;
	background-color: #1f2323;
	border-color: #1f2323;
}

/**
* Post blog article
*
*/
.post-blog-article {
	color: #1f2323;
	letter-spacing: .02em;
}

.post-blog-article .big {
	letter-spacing: 0;
	line-height: 1.4;
}

.post-blog-article * + .post-video,
.post-blog-article * + img {
	margin-top: 25px;
}

@media (min-width: 768px) {
	.post-blog-article .quote-primary {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.post-blog-article-title {
	font-size: 26px;
	line-height: 1.3;
	letter-spacing: 0;
}

@media (min-width: 768px) {
	.post-blog-article-title {
		font-size: 32px;
	}
}

.post-blog-article-meta {
	color: #838386;
}

.post-blog-article-meta .box-inline a {
	color: #838386;
}

.post-blog-article-meta .box-inline a:hover {
	color: #10aea1;
}

* + .post-blog-article-meta {
	margin-top: 15px;
}

* + .post-blog-large-title {
	margin-top: 10px;
}

@media (min-width: 992px) {
	/**
  * Post blog article
  *
  */
	.post-blog-article * + .big {
		margin-top: 30px;
	}
	.post-blog-article * + img {
		margin-top: 55px;
	}
	.post-blog-article img + * {
		margin-top: 45px;
	}
	.post-blog-article img + video {
		margin-top: 0;
	}
	.post-blog-article-title {
		font-size: 42px;
		line-height: 1.25;
	}
	* + .post-blog-article-meta {
		margin-top: 35px;
	}
}

@media (min-width: 1600px) {
	.post-blog-large .post-blog-meta {
		left: 47px;
		margin-left: -25px;
		margin-right: -25px;
	}
	.post-blog-large .post-blog-meta li {
		padding-left: 25px;
		padding-right: 25px;
	}
	.post-blog-large-caption {
		position: absolute;
		bottom: 0;
		left: 0;
		transform: translate3d(0, 48%, 0);
		width: 100%;
		max-width: 620px;
		padding-left: 47px;
		color: #c2c2c3;
		background-color: transparent;
		transition: 570ms ease-in-out;
	}
	.post-blog-large-caption .post-blog-large-text,
	.post-blog-large-caption .button {
		opacity: 0;
		transition: 350ms opacity;
	}
	.post-blog-large-caption .post-blog-large-text {
		color: #c2c2c3;
	}
	.post-blog-large-title {
		font-size: 36px;
		line-height: 1.23;
		color: #fff;
		max-height: 88px;
		overflow: hidden;
	}
	.post-blog-large-title:focus, .post-blog-large-title:hover {
		color: #ffec17;
	}
	.post-blog-large-image {
		opacity: .8;
	}
	.post-blog-large-image img {
		opacity: 1;
	}
	.post-blog-large {
		background-color: #000000;
	}
	.post-blog-large-image {
		transition: 750ms ease-in-out;
	}
	.post-blog-large:hover:before {
		opacity: 1;
	}
	.post-blog-large:hover .post-blog-large-image {
		transform: scale3d(1.05, 1.05, 1.05);
		opacity: .5;
	}
	.post-blog-large:hover .post-blog-large-caption {
		transform: translate3d(0, 0, 0);
	}
	.post-blog-large:hover .post-blog-large-caption .post-blog-large-text,
	.post-blog-large:hover .post-blog-large-caption .button {
		opacity: 1;
	}
	.post-blog-article + [class*='section-'] {
		margin-top: 60px;
	}
}

@media (min-width: 1800px) {
	.post-blog-large-caption {
		padding-bottom: 48px;
	}
	.post-blog-large-caption * + .button {
		margin-top: 30px;
	}
	.post-blog-large-title {
		font-size: 42px;
		max-height: 110px;
	}
	.post-blog-large-image {
		opacity: 1;
	}
	.post-blog-large .post-blog-meta {
		top: 40px;
	}
	* + .post-blog-large-title {
		margin-top: 20px;
	}
	* + .post-blog-large-text {
		margin-top: 25px;
	}
}

/**
* Post facebook
*/
.post-facebook {
	padding: 25px;
	border-radius: 9px;
	text-align: left;
	background: #f6f6f6;
}

.post-facebook time {
	color: #838386;
}

.post-facebook-profile-name {
	font-size: 15px;
	color: #1f2323;
	font-weight: 400;
}

.post-facebook-image {
	width: 70px;
	height: auto;
	border-radius: 50%;
}

.post-facebook-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: -15px;
	margin-left: -15px;
	word-break: break-all;
}

.post-facebook-header:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.post-facebook-header > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 15px;
}

.post-facebook-attachment {
	border-left: 2px solid #c2c2c3;
	color: #838386;
}

.post-facebook-attachment > * {
	padding: 0 15px;
}

.post-facebook-attachment a {
	font-weight: 400;
	color: #10aea1;
}

.post-facebook-attachment a:hover {
	color: #1f2323;
}

.post-facebook-attachment * + p {
	margin-top: 5px;
}

@media (min-width: 576px) {
	.post-facebook-attachment {
		display: flex;
		align-items: center;
		flex-direction: row;
	}
}

@media (max-width: 767px) {
	.post-facebook-attachment > * + * {
		margin-top: 15px;
	}
}

.post-facebook-attachment:empty {
	margin-top: 0;
	display: none;
}

.post-facebook-attachment-image {
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
	max-width: 50%;
	max-height: 200px;
}

@supports (object-fit: cover) {
	.post-facebook-attachment-image img {
		object-fit: cover;
		object-position: center center;
		height: 100%;
		width: 100%;
	}
}

.post-facebook-attachment-left {
	max-width: 120px;
	flex-shrink: 0;
}

.post-facebook-attachment-left img {
	width: 100%;
}

.post-facebook-attachment-text {
	position: relative;
	max-height: 3.11111em;
	overflow: hidden;
}

.post-facebook-attachment-text:empty {
	display: none;
}

.post-facebook-meta {
	margin-bottom: -5px;
	margin-left: -20px;
	color: #1f2323;
}

.post-facebook-meta:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.post-facebook-meta > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 20px;
}

.post-facebook-meta .icon {
	font-size: 28px;
	color: #c2c2c3;
}

.post-facebook-meta span {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .15em;
}

.post-facebook-meta span:first-child {
	padding-left: 0;
}

* + .post-facebook {
	margin-top: 30px;
}

* + .post-facebook-attachment {
	margin-top: 20px;
}

* + .post-facebook-meta {
	margin-top: 20px;
}

@media (min-width: 576px) {
	.post-facebook-profile-name {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	* + .post-facebook-text {
		margin-top: 28px;
	}
	* + .post-facebook-attachment {
		margin-top: 30px;
	}
	* + .post-facebook-meta {
		margin-top: 35px;
	}
}

@media (max-width: 1599px) {
	.post-facebook .post-facebook-attachment-title {
		font-size: 19px;
		word-break: break-all;
	}
}

@media (min-width: 1600px) {
	.post-facebook {
		padding-right: 55px;
	}
	.post-facebook-attachment-left {
		max-width: 170px;
	}
	.post-facebook-profile-name {
		font-size: 24px;
	}
	.post-facebook-header {
		margin-bottom: -15px;
		margin-left: -30px;
	}
	.post-facebook-header:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.post-facebook-header > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 15px;
		margin-left: 30px;
	}
}

/**
* Post classic
*/
.post-classic {
	position: relative;
	overflow: hidden;
	border-radius: 9px;
	background: #f6f6f6;
	text-align: left;
}

.post-classic .post-blog-video, .post-classic .post-blog-video figure {
	border-radius: 0;
}

.post-classic-media {
	display: block;
	position: relative;
	overflow: hidden;
	min-height: 250px;
	border-radius: 9px 9px 0 0;
	background: #1f2323;
}

.post-classic-media figure {
	min-height: inherit;
}

.post-classic-media img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: none;
	max-height: none;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
	opacity: 1;
	transition: .33s;
}

.post-classic-media .post-classic-video {
	min-height: inherit;
}

.post-classic-media:hover > img {
	opacity: .8;
	transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
}

.post-classic-media .post-blog-video:hover img {
	transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
}

@supports (object-fit: cover) {
	.post-classic-media > img {
		left: auto;
		top: auto;
		object-fit: cover;
		transform: none;
		object-position: center 20%;
		width: 100%;
		height: 100%;
		min-height: inherit;
	}
	.post-classic-media:hover > img {
		transform: scale3d(1.05, 1.05, 1.05);
	}
}

.post-quote-wrap {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: #1cd8c9;
}

.post-quote-wrap > * {
	max-width: 100%;
}

.post-classic-quote {
	position: relative;
	font-style: italic;
	color: #fff;
	text-align: center;
	padding: 20px;
}

.post-classic-quote::before {
	position: relative;
	transform: scale(-1, -1);
	content: '\f373';
	font-family: 'Material Design Icons';
	margin-top: -10px;
	font-size: 60px;
	line-height: 1;
	font-style: normal;
	font-weight: 400;
}

.post-classic-quote .post-classic-title {
	padding: 0;
	color: #fff;
}

.post-classic-body {
	padding: 25px 20px;
}

.post-classic-footer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: -10px;
	margin-left: -20px;
}

.post-classic-footer:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.post-classic-footer > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 20px;
}

.post-classic-meta {
	display: inline-table;
	margin-bottom: -10px;
	margin-left: -20px;
	left: -3px;
	color: #838386;
}

.post-classic-meta:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.post-classic-meta > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 20px;
}

.post-classic-meta > li {
	vertical-align: middle;
}

.post-classic-meta > li * {
	padding: 0 3px;
	vertical-align: middle;
}

.post-classic-meta a {
	position: relative;
	top: -2px;
	display: inline-block;
	line-height: inherit;
	color: inherit;
}

.post-classic-meta a:hover {
	color: #10aea1;
}

.post-classic-meta .icon {
	font-size: 1.55em;
	color: #1cd8c9;
}

.post-classic-info {
	display: inline-table;
	margin-bottom: -10px;
	margin-left: -20px;
	color: #838386;
	font-style: italic;
}

.post-classic-info:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.post-classic-info > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 20px;
}

.post-classic-info > li {
	vertical-align: middle;
}

.post-classic-info > li * {
	padding: 0 3px;
	vertical-align: middle;
}

.post-classic-info .icon {
	position: relative;
	top: 1px;
	font-size: 1.333em;
	font-style: normal;
	color: #c2c2c3;
	transition: .22s;
}

.post-classic-info a {
	color: inherit;
	transition: .33s;
}

.post-classic-info a:hover {
	color: #10aea1;
}

.post-classic-info a:hover .icon {
	color: #10aea1;
}

.post-classic-title {
	font-size: 18px;
	font-weight: 300;
	color: #10aea1;
}

.post-classic-text {
	color: #1f2323;
}

.post-audio.jp-player-init .jp-audio {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

.post-audio.jp-player-init .jp-btn:before {
	font-size: 15px;
}

.post-audio.jp-player-init.jp-state-playing .jp-play:before {
	content: "\f4d3";
}

.post-audio.jp-player-init .jp-audio .jp-no-solution {
	margin: 5px 0;
	padding: 10px;
	background: rgba(16, 174, 161, 0.1);
	border: 2px dashed rgba(16, 174, 161, 0.2);
}

.post-audio.jp-player-init .jp-audio .jp-no-solution span {
	display: block;
	font-weight: 700;
}

.post-audio.jp-player-init .jp-audio .jp-no-solution a {
	color: #1f2323;
}

.post-audio.jp-player-init .jp-audio .jp-no-solution a:hover {
	color: #1f2323;
	text-decoration: underline;
}

.post-audio.jp-player-init .jp-play-bar,
.post-audio.jp-player-init .jp-volume-bar-value {
	box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
	background-size: 0.4375em 0.4375em;
	background-color: #a55708;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6710a), color-stop(100%, #a55708));
	background-image: -webkit-linear-gradient(#d6710a, #a55708);
	background-image: linear-gradient(#d6710a, #a55708);
	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
}

* + .post-classic {
	margin-top: 40px;
}

* + .post-classic-meta {
	margin-top: 10px;
}

* + .post-classic-title {
	margin-top: 10px;
}

* + .post-audio {
	margin-top: 15px;
}

* + .post-classic-text {
	margin-top: 15px;
}

* + .post-classic-footer {
	margin-top: 15px;
}

@media (min-width: 768px) {
	.post-classic-title {
		font-size: 32px;
		line-height: 1.2381;
	}
	.post-classic-quote {
		padding: 30px 50px;
	}
	.post-classic-info {
		margin-bottom: -10px;
		margin-left: -35px;
	}
	.post-classic-info:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.post-classic-info > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 10px;
		margin-left: 35px;
	}
	* + .post-classic-meta {
		margin-top: 25px;
	}
	* + .post-classic-player {
		margin-top: 35px;
	}
	* + .post-classic-text {
		margin-top: 25px;
	}
	* + .post-classic-footer {
		margin-top: 30px;
	}
}

@media (min-width: 992px) {
	.post-classic-media a .icon {
		font-size: 120px;
	}
}

@media (min-width: 1200px) {
	.post-classic-title {
		padding-right: 50px;
	}
	.post-classic-media {
		min-height: 340px;
	}
	.ie-10 .post-quote-wrap,
	.ie-11 .post-quote-wrap {
		display: block;
		vertical-align: middle;
		white-space: nowrap;
	}
	.ie-10 .post-quote-wrap > *,
	.ie-11 .post-quote-wrap > * {
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
		white-space: normal;
	}
	.ie-10 .post-quote-wrap::after,
	.ie-11 .post-quote-wrap::after {
		content: '';
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: inherit;
	}
	.post-classic-meta {
		margin-bottom: -14px;
		margin-left: -40px;
	}
	.post-classic-meta:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.post-classic-meta > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 14px;
		margin-left: 40px;
	}
	* + .post-classic-meta {
		margin-top: 25px;
	}
}

@media (min-width: 1600px) {
	.post-classic-title {
		font-size: 42px;
	}
	.post-classic-media {
		min-height: 580px;
	}
	.post-classic-body {
		padding: 37px;
	}
	.post-classic-quote {
		padding: 100px;
	}
	.post-classic-meta {
		margin-bottom: -14px;
		margin-left: -60px;
	}
	.post-classic-meta:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.post-classic-meta > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 14px;
		margin-left: 60px;
	}
}

/**
* Post minimal
*/
.post-minimal {
	text-align: left;
}

.post-minimal > * + * {
	margin-top: 12px;
}

.post-minimal-title {
	color: #10aea1;
}

.post-minimal-time {
	display: block;
	color: #c2c2c3;
}

.post-minimal-md .post-minimal-title {
	font-weight: 400;
}

@media (min-width: 768px) {
	.post-minimal-md .post-minimal-title {
		font-size: 20px;
	}
}

@media (min-width: 1600px) {
	.post-minimal-md .post-minimal-title {
		font-size: 24px;
	}
}

* + .post-minimal {
	margin-top: 20px;
}

/**
* Blog aside
*/
.blog-aside {
	position: relative;
	transform: translateY(-30px);
	margin-bottom: -30px;
	pointer-events: none;
}

.blog-aside > *:before {
	content: '';
	display: table;
	width: 0;
}

.blog-aside > * {
	margin-top: 30px;
	pointer-events: auto;
}

.blog-aside h6 + * {
	margin-top: 15px;
}

@media (min-width: 768px) {
	.blog-aside {
		position: relative;
		transform: translateY(-60px);
		margin-bottom: -60px;
		pointer-events: none;
	}
	.blog-aside > *:before {
		content: '';
		display: table;
		width: 0;
	}
	.blog-aside > * {
		margin-top: 60px;
		pointer-events: auto;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.blog-aside {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.blog-aside-item {
		width: 50%;
		padding: 0 15px;
	}
}

@media (min-width: 1600px) {
	.blog-aside {
		position: relative;
		transform: translateY(-120px);
		margin-bottom: -120px;
		pointer-events: none;
	}
	.blog-aside h6 + * {
		margin-top: 28px;
	}
	.blog-aside > *:before {
		content: '';
		display: table;
		width: 0;
	}
	.blog-aside > * {
		margin-top: 120px;
		pointer-events: auto;
	}
}

.shop-aside {
	position: relative;
	transform: translateY(-30px);
	margin-bottom: -30px;
	pointer-events: none;
}

.shop-aside > *:before {
	content: '';
	display: table;
	width: 0;
}

.shop-aside > * {
	margin-top: 30px;
	pointer-events: auto;
}

.shop-aside h6 + * {
	margin-top: 15px;
}

@media (min-width: 768px) {
	.shop-aside {
		position: relative;
		transform: translateY(-60px);
		margin-bottom: -60px;
		pointer-events: none;
	}
	.shop-aside > *:before {
		content: '';
		display: table;
		width: 0;
	}
	.shop-aside > * {
		margin-top: 60px;
		pointer-events: auto;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.shop-aside {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.shop-aside-item {
		width: 50%;
		padding: 0 15px;
	}
}

@media (min-width: 1600px) {
	.shop-aside {
		position: relative;
		transform: translateY(-120px);
		margin-bottom: -120px;
		pointer-events: none;
	}
	.shop-aside h6 + * {
		margin-top: 28px;
	}
	.shop-aside > *:before {
		content: '';
		display: table;
		width: 0;
	}
	.shop-aside > * {
		margin-top: 120px;
		pointer-events: auto;
	}
}

/**
* Post modern
*/
.post-modern {
	position: relative;
	overflow: hidden;
}

.post-modern .post-blog-video, .post-modern .post-blog-video figure {
	border-radius: 0;
}

.post-modern > * + * {
	margin-top: 25px;
}

.post-modern-aside {
	width: 130px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.post-modern-aside time {
	display: block;
	max-width: 120px;
	margin-left: auto;
	margin-right: auto;
}

.post-modern-main {
	position: relative;
	overflow: hidden;
	border-radius: 9px;
	background: #f6f6f6;
	text-align: left;
	color: #1f2323;
}

.post-modern-body {
	padding: 25px 20px;
}

.post-modern-footer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.post-modern-image {
	display: block;
	background: #1f2323;
}

.post-modern-image img {
	opacity: 1;
	transition: .33s;
}

.post-modern-image:hover > img {
	opacity: .8;
}

.post-modern-avatar {
	display: block;
	border-radius: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #fff;
	box-shadow: 0 5px 9px 0 rgba(150, 150, 150, 0.18);
}

.post-modern-title {
	color: #1f2323;
}

.post-modern-title > a {
	display: block;
}

.post-modern-title > a:hover {
	color: #1cd8c9;
}

.post-modern-author {
	color: #1cd8c9;
}

.post-modern-author a:hover {
	color: #1f2323;
}

.post-modern-meta {
	display: inline-table;
	margin-bottom: -10px;
	margin-left: -20px;
	left: -3px;
	color: #838386;
}

.post-modern-meta:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.post-modern-meta > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 20px;
}

.post-modern-meta > li {
	vertical-align: middle;
}

.post-modern-meta > li * {
	padding: 0 3px;
	vertical-align: middle;
}

.post-modern-meta a {
	color: inherit;
}

.post-modern-meta a:hover {
	color: #10aea1;
}

.post-modern-meta .icon {
	font-size: 1.55em;
	color: #c2c2c3;
}

.post-modern-info {
	display: inline-table;
	margin-bottom: -10px;
	margin-left: -20px;
	color: #838386;
	font-style: italic;
}

.post-modern-info:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.post-modern-info > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 20px;
}

.post-modern-info > li {
	vertical-align: middle;
}

.post-modern-info > li * {
	padding: 0 3px;
	vertical-align: middle;
}

.post-modern-info .icon {
	position: relative;
	top: 1px;
	font-size: 1.333em;
	font-style: normal;
	color: #c2c2c3;
	transition: .22s;
}

.post-modern-info a {
	color: inherit;
	transition: .33s;
}

.post-modern-info a:hover {
	color: #10aea1;
}

.post-modern-info a:hover .icon {
	color: #10aea1;
}

* + .post-modern {
	margin-top: 30px;
}

* + .post-modern-author {
	margin-top: 12px;
}

* + .post-modern-avatar-wrap {
	margin-top: 15px;
}

* + .post-modern-footer {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.post-modern {
		display: flex;
		align-items: flex-start;
		flex-direction: row;
	}
	.post-modern > * + * {
		margin-top: 0;
	}
	.post-modern-aside {
		position: relative;
		padding-bottom: 20px;
		flex-shrink: 0;
	}
	.post-modern-aside::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		height: 100vh;
		transform: translate(0, 100%);
		border-right: 1px solid #c2c2c3;
	}
	.post-modern-avatar-wrap {
		position: relative;
	}
	.post-modern-avatar-wrap::after {
		content: '';
		position: absolute;
		left: 50%;
		top: 50%;
		width: 400px;
		border-bottom: 1px solid #c2c2c3;
	}
	.post-modern-avatar {
		position: relative;
		z-index: 2;
	}
	.post-modern-main {
		flex-grow: 1;
		margin-left: 30px;
	}
	.post-modern-title {
		max-width: 81%;
	}
}

@media (min-width: 1200px) {
	.post-modern-main {
		margin-left: 60px;
	}
	.post-modern-body {
		padding: 40px 35px 30px 30px;
	}
	* + .post-modern-author {
		margin-top: 20px;
	}
}

@media (min-width: 1600px) {
	.post-modern {
		margin-left: 80px;
	}
	.post-modern-main {
		margin-left: 100px;
	}
	* + .post-modern-avatar-wrap {
		margin-top: 30px;
	}
}

/**
* Post light
*/
.post-light {
	text-align: left;
}

.post-light .unit-left a {
	background: #1f2323;
	display: block;
}

.post-light .unit-left a img {
	opacity: 1;
	transition: .33s;
}

.post-light .unit-left a:hover img {
	opacity: .8;
}

.post-light-title {
	max-width: 90%;
	color: #10aea1;
}

.post-light-time {
	display: block;
	color: #c2c2c3;
}

.post-light + .post-light {
	margin-top: 30px;
}

@media (min-width: 992px) {
	* + .post-light-time {
		margin-top: 10px;
	}
}

@media (min-width: 1200px) {
	.post-light + .post-light {
		margin-top: 50px;
	}
}

@media (min-width: 1600px) {
	.post-light + .post-light {
		margin-top: 65px;
	}
}

/**
* Pricing Table, Box Style
*/
.pricing-shell-wrap .pricing-box {
	max-width: 420px;
}

.pricing-box {
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #f6f6f6;
	border-radius: 9px;
	box-shadow: 0 7px 24px 0 rgba(41, 41, 58, 0.42);
	transition: .3s ease-out all;
}

.pricing-box .pricing-box-price {
	color: #1f2323;
	font-weight: 500;
}

.pricing-box .pricing-box-price .heading-2 {
	font-weight: inherit;
}

.pricing-box .pricing-box-price > * {
	color: inherit;
}

.pricing-box .button {
	min-width: 0;
	padding: 11px 23px;
}

.pricing-box * + .button {
	margin-top: 18px;
}

.pricing-box-header {
	padding: 25px 10px;
	color: #fff;
	background-color: #1cd8c9;
	border-top-right-radius: inherit;
	border-top-left-radius: inherit;
	transition: .3s ease-out all;
}

.pricing-box-header > * {
	color: inherit;
}

.pricing-box-body {
	padding: 28px 10px;
}

.pricing-box-list {
	letter-spacing: 0.02em;
	color: #1f2323;
}

.pricing-box-list > li + li {
	margin-top: 10px;
}

.pricing-box-list-disable {
	color: #c2c2c3;
	text-decoration: line-through;
}

@media (min-width: 1600px) {
	.pricing-box-body {
		padding: 36px 10px;
	}
	.pricing-box .button {
		padding: 14px 45px;
	}
}

.desktop .pricing-box {
	box-shadow: none;
}

.desktop .pricing-box .pricing-box-header {
	background-color: #1cd8c9;
}

.desktop .pricing-box-primary,
.desktop .pricing-box:hover {
	box-shadow: 0 7px 24px 0 rgba(41, 41, 58, 0.42);
}

.desktop .pricing-box-primary .pricing-box-header,
.desktop .pricing-box:hover .pricing-box-header {
	background-color: #10aea1;
}

* + .pricing-box-price {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.pricing-box * + .button {
		margin-top: 19px;
	}
	* + .pricing-box-price {
		margin-top: 30px;
	}
}

@media (min-width: 1600px) {
	* + .pricing-box-price {
		margin-top: 40px;
	}
}

/**
* Pricing Box Alternative
*/
.pricing-box-alternative {
	position: relative;
	z-index: 10;
	max-width: 294px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding: 15px 20px 15px;
	border: 1px solid #ededed;
	transition: .3s ease-out all;
}

.pricing-box-alternative:before {
	content: '';
	z-index: -1;
	position: absolute;
	top: -40px;
	bottom: -90px;
	left: 0;
	right: 0;
	background-color: #29293a;
	border-radius: 9px;
}

.pricing-box-alternative * + .pricing-box-list {
	margin-top: 15px;
}

.pricing-box-alternative * + .pricing-box-price {
	margin-top: 25px;
}

.pricing-box-alternative .pricing-box-button {
	margin-top: 20px;
	position: relative;
}

.pricing-box-alternative .pricing-box-button .button {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	visibility: hidden;
	opacity: 0;
}

.pricing-box-alternative-header {
	color: #10aea1;
}

.pricing-box-alternative-header > * {
	color: inherit;
}

.pricing-box-rating > li {
	display: inline-block;
	margin: 0 -4px;
}

.pricing-box-rating .mdi-star {
	color: #1cd8c9;
}

.pricing-box-rating .mdi-star-outline {
	color: #ededed;
}

* + .pricing-box-rating {
	margin-top: 30px;
}

.tablet .pricing-box-alternative:before,
.mobile .pricing-box-alternative:before {
	visibility: visible;
	opacity: 1;
}

.tablet .pricing-box-alternative .pricing-box-button .button,
.mobile .pricing-box-alternative .pricing-box-button .button {
	visibility: visible;
	opacity: 1;
}

.tablet .pricing-box-alternative .pricing-box-rating .mdi-star,
.mobile .pricing-box-alternative .pricing-box-rating .mdi-star {
	color: #ffec17;
}

.tablet .pricing-box-alternative .pricing-box-rating .mdi-star-outline,
.mobile .pricing-box-alternative .pricing-box-rating .mdi-star-outline {
	color: #fff;
}

.tablet .pricing-box-alternative .pricing-box-alternative-header,
.mobile .pricing-box-alternative .pricing-box-alternative-header {
	color: #fff;
}

.tablet .pricing-box-alternative .pricing-box-list,
.mobile .pricing-box-alternative .pricing-box-list {
	color: #fff;
}

.tablet .pricing-box-alternative .pricing-box-list-disable,
.mobile .pricing-box-alternative .pricing-box-list-disable {
	color: #d3d3d4;
}

.tablet .pricing-box-alternative .pricing-box-price,
.mobile .pricing-box-alternative .pricing-box-price {
	color: #fff;
}

.tablet .pricing-box-alternative .pricing-box-price > *,
.mobile .pricing-box-alternative .pricing-box-price > * {
	color: inherit;
}

.desktop .pricing-box-alternative {
	padding: 50px 20px 30px;
	margin-bottom: 0;
	z-index: 1;
}

.desktop .pricing-box-alternative:before {
	visibility: hidden;
	opacity: 0;
}

.desktop .pricing-box-alternative:hover {
	margin-bottom: 50px;
	padding: 15px 20px 15px;
	z-index: 10;
}

.desktop .pricing-box-alternative:hover:before {
	visibility: visible;
	opacity: 1;
}

.desktop .pricing-box-alternative:hover .pricing-box-button .button {
	visibility: visible;
	opacity: 1;
}

.desktop .pricing-box-alternative:hover .pricing-box-rating .mdi-star {
	color: #ffec17;
}

.desktop .pricing-box-alternative:hover .pricing-box-rating .mdi-star-outline {
	color: #fff;
}

.desktop .pricing-box-alternative:hover .pricing-box-alternative-header {
	color: #fff;
}

.desktop .pricing-box-alternative:hover .pricing-box-list {
	color: #fff;
}

.desktop .pricing-box-alternative:hover .pricing-box-list-disable {
	color: #d3d3d4;
}

.desktop .pricing-box-alternative:hover .pricing-box-price {
	color: #fff;
}

.desktop .pricing-box-alternative:hover .pricing-box-price > * {
	color: inherit;
}

@media (min-width: 768px) {
	.pricing-box-alternative * + .pricing-box-list {
		margin-top: 25px;
	}
}

@media (min-width: 1200px) {
	.pricing-box-rating .icon {
		font-size: 36px;
	}
}

/**
* Pricing Box LG width Style
*/
.pricing-box-lg {
	max-width: 570px;
}

.pricing-box-lg .pricing-box-header {
	padding: .9em 2.2em;
}

.pricing-box-lg .pricing-box-body {
	padding: 28.8px 20px 28.8px 20px;
}

.pricing-box-lg .pricing-box-list {
	display: inline-flex;
	flex-direction: column;
	padding-left: 0;
}

.pricing-box-lg .pricing-box-list > li:before {
	color: #b7b7b7;
}

.pricing-box-lg .button {
	padding: 8px 27px;
}

.pricing-box-lg .pricing-box-price-new {
	color: #1f2323;
	font-weight: 400;
}

.pricing-box-lg .pricing-box-price-new > * {
	font-weight: inherit;
	color: inherit;
}

.pricing-box-lg .pricing-box-price-old {
	color: #c2c2c3;
	font-weight: 400;
}

.pricing-box-lg .pricing-box-price-old > * {
	font-weight: inherit;
	color: inherit;
	text-decoration: line-through;
}

* + .pricing-box-price-new {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.pricing-box-lg .pricing-box-body {
		padding: 28.8px 50px 34.8px 45px;
	}
	* + .pricing-box-price-new {
		margin-top: 0;
	}
}

/**
* Pricing Box Xl Style
*/
.pricing-box-xl {
	max-width: 380px;
}

.pricing-box-xl .pricing-box-header {
	padding-top: 15px;
	padding-bottom: 15px;
}

.pricing-box-xl .button {
	padding-top: 9px;
	padding-bottom: 9px;
}

.pricing-box-xl .pricing-box-price sup {
	font-size: .6em;
}

.pricing-box-xl .icon-md-big,
.pricing-box-xl .icon-md {
	font-size: 25px;
}

.pricing-box-xl .pricing-box-body {
	padding: 40px 27px;
}

.pricing-box-xl .pricing-box-list > li + li {
	margin-top: 23px;
}

@media (min-width: 576px) {
	.pricing-box-xl {
		max-width: 620px;
	}
	.pricing-box-xl .pricing-box-body {
		padding: 50px 67px;
	}
}

@media (min-width: 1200px) {
	.pricing-box-xl .pricing-box-body {
		padding: 30px 27px;
	}
}

@media (min-width: 1600px) {
	.pricing-box-xl .pricing-box-body {
		padding: 50px 67px;
	}
	.pricing-box-xl .button {
		padding-top: 11px;
		padding-bottom: 11px;
	}
	.pricing-box-xl .icon-md {
		font-size: 28px;
	}
	.pricing-box-xl .icon-md-big {
		font-size: 36px;
	}
}

/**
* Pricing Box Wrap
*/
@media (max-width: 991px) {
	.pricing-box-wrap-element .pricing-box-alternative {
		border-radius: 9px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.pricing-box-wrap-element:nth-child(2n + 1) .pricing-box-alternative {
		border-top-left-radius: 9px;
		border-bottom-left-radius: 9px;
	}
	.pricing-box-wrap-element:nth-child(2n + 2) .pricing-box-alternative, .pricing-box-wrap-element:last-child .pricing-box-alternative {
		border-top-right-radius: 9px;
		border-bottom-right-radius: 9px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.pricing-box-wrap-element:nth-child(3n + 1) .pricing-box-alternative {
		border-top-left-radius: 9px;
		border-bottom-left-radius: 9px;
	}
	.pricing-box-wrap-element:nth-child(3n + 3) .pricing-box-alternative, .pricing-box-wrap-element:last-child .pricing-box-alternative {
		border-top-right-radius: 9px;
		border-bottom-right-radius: 9px;
	}
}

@media (min-width: 1200px) {
	.pricing-box-wrap-element:nth-child(4n + 1) .pricing-box-alternative {
		border-top-left-radius: 9px;
		border-bottom-left-radius: 9px;
	}
	.pricing-box-wrap-element:nth-child(4n + 4) .pricing-box-alternative, .pricing-box-wrap-element:last-child .pricing-box-alternative {
		border-top-right-radius: 9px;
		border-bottom-right-radius: 9px;
	}
}

/*
*
* Quotes
* --------------------------------------------------
*/
/**
* Quote primary
*/
.quote-primary {
	text-align: left;
}

.quote-primary .cite {
	color: #10aea1;
}

.quote-primary-text {
	font-style: italic;
	font-size: 18px;
	line-height: 1.55556;
}

.quote-primary-mark {
	position: relative;
	top: 6px;
	display: block;
	width: 37px;
	height: 27px;
	fill: #1cd8c9;
	flex-shrink: 0;
}

.quote-primary-meta {
	margin-left: -.2em;
	color: #c2c2c3;
}

.quote-primary-meta * {
	padding: 0 .2em;
}

* + .quote-primary-text {
	margin-top: 20px;
}

* + .quote-primary-meta {
	margin-top: 15px;
}

@media (min-width: 768px) {
	.quote-primary-text {
		font-size: 20px;
	}
	* + .quote-primary-text {
		margin-top: 30px;
	}
	* + .quote-primary-meta {
		margin-top: 20px;
	}
}

@media (min-width: 1200px) {
	.quote-primary-text {
		font-size: 24px;
		line-height: 1.41667;
	}
}

/**
* Quote minimal
*/
.quote-minimal {
	padding-left: 30px;
	padding-right: 20px;
}

.quote-minimal-text {
	font-size: 18px;
	font-style: italic;
	color: #1f2323;
}

@media (min-width: 768px) {
	.quote-minimal {
		max-width: 90%;
	}
	.quote-minimal-text {
		font-size: 24px;
	}
}

/**
* Quote boxed
*/
.quote-boxed {
	text-align: left;
	margin-bottom: -20px;
	margin-left: -30px;
}

.quote-boxed:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.quote-boxed > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 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: #1f2323;
}

.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: #1cd8c9;
}

.quote-boxed-cite {
	font-weight: 400;
	color: #1cd8c9;
}

.quote-boxed-small {
	color: #838386;
}

.quote-boxed-meta > * + * {
	margin-top: 0;
}

* + .quote-boxed-meta {
	margin-top: 10px;
}

@media (min-width: 576px) {
	.quote-boxed {
		display: flex;
		flex-direction: row;
	}
	.quote-boxed-aside {
		flex-shrink: 0;
	}
	.quote-boxed-main {
		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 {
		margin-bottom: -30px;
		margin-left: -80px;
	}
	.quote-boxed:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.quote-boxed > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 30px;
		margin-left: 80px;
	}
	.quote-boxed-image {
		width: 210px;
	}
	.quote-boxed-text,
	.quote-boxed-cite {
		font-size: 24px;
	}
	* + .quote-boxed-meta {
		margin-top: 30px;
	}
}

/**
* Quote vertical
*/
.quote-vertical-image {
	width: 100px;
	height: auto;
	border-radius: 50%;
}

.quote-vertical-text {
	position: relative;
	color: #1f2323;
}

.quote-vertical-text::after {
	position: relative;
	display: inline-block;
	margin-top: 10px;
	content: '\f373';
	font-family: 'Material Design Icons';
	font-size: 40px;
	line-height: 1;
	color: #10aea1;
}

.quote-vertical-cite {
	font-weight: 400;
	color: #1cd8c9;
}

.quote-vertical-small {
	color: #838386;
}

.quote-vertical-meta > * + * {
	margin-top: 0;
}

* + .quote-vertical-text {
	margin-top: 15px;
}

* + .quote-vertical-meta {
	margin-top: 5px;
}

@media (min-width: 576px) {
	.quote-vertical-text,
	.quote-vertical-cite {
		font-size: 18px;
		line-height: 1.5;
	}
}

@media (min-width: 768px) {
	.quote-vertical-text,
	.quote-vertical-cite {
		font-size: 20px;
		line-height: 1.5;
	}
	.quote-vertical-text::after {
		margin-top: 20px;
	}
	* + .quote-vertical-text {
		margin-top: 25px;
	}
}

@media (min-width: 1200px) {
	.quote-vertical-text,
	.quote-vertical-cite {
		font-size: 24px;
	}
}

/**
* Quote classic
*/
.quote-classic {
	text-align: left;
}

.quote-classic-image {
	width: 70px;
	height: auto;
	border-radius: 50%;
}

.quote-classic-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: -20px;
	margin-left: -20px;
}

.quote-classic-header:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.quote-classic-header > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}

.quote-classic-text {
	font-style: italic;
	color: #1f2323;
}

.quote-classic-cite {
	font-weight: 400;
	color: #1cd8c9;
}

.quote-classic-small {
	font-style: italic;
	color: #838386;
}

.quote-classic-meta > * + * {
	margin-top: 0;
}

* + .quote-classic-text {
	margin-top: 20px;
}

@media (min-width: 576px) {
	.quote-classic-text,
	.quote-classic-cite {
		font-size: 18px;
		line-height: 1.5;
	}
}

@media (min-width: 768px) {
	.quote-classic-text,
	.quote-classic-cite {
		font-size: 20px;
		line-height: 1.5;
	}
}

@media (min-width: 1600px) {
	.quote-classic-text,
	.quote-classic-cite {
		font-size: 24px;
	}
}

/**
* Quote modern
*/
.quote-modern {
	text-align: left;
}

.quote-modern-image {
	width: 80px;
	height: auto;
	border-radius: 50%;
}

.quote-modern-footer {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: -20px;
	margin-left: -20px;
}

.quote-modern-footer:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.quote-modern-footer > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}

.quote-modern-text {
	position: relative;
	font-size: 18px;
	color: #1f2323;
}

.quote-modern-text::before {
	position: relative;
	display: inline-block;
	transform: scale(-1, -1);
	left: -10px;
	content: '\f373';
	font-family: 'Material Design Icons';
	font-size: 60px;
	font-style: normal;
	line-height: 1;
	color: #1cd8c9;
}

.quote-modern-cite {
	font-weight: 400;
	color: #1cd8c9;
}

.quote-modern-small {
	color: #838386;
}

.quote-modern-meta > * + * {
	margin-top: 0;
}

* + .quote-modern-text {
	margin-top: 20px;
}

* + .quote-modern-footer {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.quote-modern-cite,
	.quote-modern-text {
		font-size: 20px;
		line-height: 1.5;
	}
}

@media (min-width: 1600px) {
	.quote-modern-cite,
	.quote-modern-text {
		font-size: 24px;
	}
}

/*
*
* Snackbars
* --------------------------------------------------
*/
.snackbars {
	padding: 9px 16px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	text-align: left;
	background-color: #1f2323;
	border-radius: 0;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	font-size: 14px;
}

.snackbars .icon-xxs {
	font-size: 18px;
}

.snackbars p span:last-child {
	padding-left: 14px;
}

.snackbars-left {
	display: inline-block;
	margin-bottom: 0;
}

.snackbars-right {
	display: inline-block;
	float: right;
	text-transform: uppercase;
}

.snackbars-right:hover {
	text-decoration: underline;
}

@media (min-width: 576px) {
	.snackbars {
		max-width: 540px;
		padding: 12px 15px;
		font-size: 15px;
	}
}

.inline-message {
	border-radius: 9px;
	padding: 20px;
	text-align: left;
	font-size: 15px;
	color: #1f2323;
	background: #f6f6f6;
	border: 2px dashed rgba(131, 131, 134, 0.1);
}

* + .inline-message {
	margin-top: 20px;
}

/**
* Table custom
*/
.table-custom {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	font-weight: 300;
	text-align: left;
	background: #fff;
}

.table-custom th,
.table-custom td {
	padding: 15px 20px 15px 15px;
	font-weight: 300;
	letter-spacing: 0.02em;
	color: #1f2323;
	background: #fff;
	border-bottom: 1px solid #ededed;
}

.table-custom th:first-child,
.table-custom td:first-child {
	padding: 15px 30px 15px 20px;
}

@media (min-width: 992px) {
	.table-custom th,
	.table-custom td {
		padding: 15px 45px 15px 35px;
	}
	.table-custom th:first-child,
	.table-custom td:first-child {
		padding: 15px 60px 15px 30px;
	}
}

.table-custom th {
	color: #838386;
	border-color: #1f2323;
}

.table-checkout {
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.table-checkout .table-custom-responsive {
	border: none;
}

.table-checkout tr td {
	border-top: 1px solid #ededed;
}

.table-checkout tr td:last-child {
	text-align: right;
	padding-right: 25px;
	font-weight: 400;
	color: #1f2323;
}

.table-checkout .form-wrap {
	margin-left: 30px;
	margin-right: 30px;
}

.table-checkout * + .form-wrap,
.table-checkout * + .button {
	margin-top: 30px;
}

@media (min-width: 1600px) {
	.table-checkout * + .form-wrap,
	.table-checkout * + .button {
		margin-top: 55px;
	}
}

/**
* Table Shop
*/
.table-shop {
	min-width: 680px;
}

.table-shop th,
.table-shop td {
	padding-left: 15px;
	padding-right: 15px;
}

.table-shop th:last-child,
.table-shop td:last-child {
	text-align: right;
	padding-right: 20px;
}

.table-shop td {
	padding-top: 23px;
	padding-bottom: 23px;
}

@media (min-width: 0px) and (max-width: 767px) {
	.table-shop th:first-child,
	.table-shop td:first-child {
		padding-left: 15px;
		padding-right: 15px;
	}
	.table-shop th:nth-child(2),
	.table-shop td:nth-child(2) {
		width: 45%;
	}
	.table-shop th:nth-child(3),
	.table-shop td:nth-child(3) {
		width: 13%;
	}
}

@media (min-width: 768px) {
	.table-shop th:nth-child(2),
	.table-shop td:nth-child(2) {
		width: 43%;
	}
}

@media (min-width: 992px) {
	.table-shop th:nth-child(1),
	.table-shop td:nth-child(1) {
		width: 12%;
	}
	.table-shop th:nth-child(2),
	.table-shop td:nth-child(2) {
		width: 37%;
	}
	.table-shop th:nth-child(3),
	.table-shop td:nth-child(3) {
		width: 21%;
	}
}

/**
* Table Hover
*/
.table-hover tr:hover td, .table-hover tr:hover td {
	background-color: #f6f6f6;
}

/**
* Table Color Header
*/
.table-color-header th {
	border: none;
	color: #fff;
	background-color: #1cd8c9;
}

.table-color-header tr:nth-child(even) td {
	background-color: #f6f6f6;
}

.table-custom-bordered {
	border: 1px solid #ededed;
}

.table-custom-bordered td, .table-custom-bordered th {
	border: 1px solid #ededed;
}

.table-custom-bordered th {
	border-bottom-color: #1f2323;
}

.table-custom-bordered tbody > tr:first-of-type > td {
	border-top: 0;
}

.table-custom-responsive {
	overflow-x: auto;
	min-height: 0.01%;
}

@media screen and (max-width: 767px) {
	.table-custom-responsive {
		width: 100%;
		margin-bottom: 10px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ededed;
	}
	.table-custom-responsive > .table-custom > thead > tr > th,
	.table-custom-responsive > .table-custom > thead > tr > td,
	.table-custom-responsive > .table-custom > tbody > tr > th,
	.table-custom-responsive > .table-custom > tbody > tr > td,
	.table-custom-responsive > .table-custom > tfoot > tr > th,
	.table-custom-responsive > .table-custom > tfoot > tr > td {
		white-space: nowrap;
	}
}

@media (max-width: 991px) {
	.table-shop-responsive {
		width: 100%;
		margin-bottom: 10px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ededed;
	}
	.table-shop-responsive > .table-custom > thead > tr > th,
	.table-shop-responsive > .table-custom > thead > tr > td,
	.table-shop-responsive > .table-custom > tbody > tr > th,
	.table-shop-responsive > .table-custom > tbody > tr > td,
	.table-shop-responsive > .table-custom > tfoot > tr > th,
	.table-shop-responsive > .table-custom > tfoot > tr > td {
		white-space: nowrap;
	}
}

* + .table-custom-responsive {
	margin-top: 30px;
}

@media (min-width: 768px) {
	* + .table-custom-responsive {
		margin-top: 60px;
	}
}

.team-classic {
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.team-classic .list-inline {
	margin-left: -6px;
	margin-right: -6px;
}

.team-classic .list-inline > li {
	padding-left: 6px;
	padding-right: 6px;
}

@media (min-width: 768px) {
	.team-classic .list-inline {
		margin-left: -8px;
		margin-right: -8px;
	}
	.team-classic .list-inline > li {
		padding-left: 8px;
		padding-right: 8px;
	}
}

.team-classic-circle {
	text-align: center;
}

@media (min-width: 1600px) {
	.team-classic-circle {
		max-width: 300px;
	}
}

.team-classic-image {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}

.team-classic-image-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px;
	background-color: rgba(28, 216, 201, 0.7);
	border-radius: 0 0 8px 8px;
}

.team-classic-caption {
	margin-top: 22px;
}

.team-classic-caption * + .button {
	margin-top: 20px;
}

.team-classic-caption * + .list-inline {
	margin-top: 15px;
}

.team-classic-title {
	color: #1f2323;
	font-weight: 400;
}

.team-classic-title:hover {
	color: #1cd8c9;
}

.team-classic-job-position {
	font-size: 18px;
	font-style: italic;
	color: #838386;
}

* + .team-classic-job-position {
	margin-top: 0;
}

.team-inline {
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
}

.team-inline * + .team-inline-text {
	margin-top: 20px;
}

.team-inline * + .list-inline {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.team-inline {
		max-width: 100%;
	}
	.team-inline .team-classic-image {
		max-width: 300px;
	}
	.team-inline * + .team-classic-job-position {
		margin-top: 15px;
	}
	.team-inline * + .team-inline-text {
		margin-top: 40px;
	}
	.team-inline * + .list-inline {
		margin-top: 40px;
	}
}

@media (min-width: 1200px) {
	.team-inline .team-classic-image {
		max-width: 100%;
	}
}

.team-inline-title {
	text-transform: uppercase;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	letter-spacing: .12em;
}

.desktop .team-classic-image-caption {
	transition: 450ms ease-in-out;
	opacity: 0;
	transform: rotate3d(1, 0, 0, 90deg);
	transform-origin: 0 100%;
}

.desktop .team-classic {
	perspective: 1200px;
}

.desktop .team-classic:hover .team-classic-image-caption {
	opacity: 1;
	transform: rotate3d(1, 0, 0, 0deg);
}

/*
*
* Thumbnails
* --------------------------------------------------
*/
.figure-light {
	color: #c2c2c3;
}

.image-default {
	display: block;
	width: 100%;
}

@media (max-width: 767px) {
	.image-default img {
		max-width: 360px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

.image-video {
	position: relative;
	display: inline-block;
	width: auto;
}

.image-video .link-video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.image-shadow img {
	box-shadow: 0px 10px 30px 0px rgba(142, 149, 166, 0.5);
}

/*
*
* Thumbnail classic with icon
*----------------------------------------------------
 */
.thumbnail-classic * + .divider {
	margin-top: 20px;
}

.thumbnail-classic span {
	position: relative;
}

.thumbnail-classic .thumbnail-classic-icon {
	margin-left: auto;
	margin-right: auto;
}

.thumbnail-classic:hover .thumbnail-classic-icon {
	color: #fff;
}

.thumbnail-classic:hover .thumbnail-classic-icon:before {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 1;
	box-shadow: 0 8px 29px rgba(63, 9, 102, 0.25);
}

.thumbnail-classic:hover .thumbnail-classic-icon:after {
	opacity: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
	.thumbnail-classic.flex-md-row {
		text-align: left;
	}
	.thumbnail-classic.flex-md-row .thumbnail-classic-caption {
		margin-top: 0;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.thumbnail-classic.unit-md-horizontal {
		text-align: left;
	}
	.thumbnail-classic.unit-md-horizontal .thumbnail-classic-caption {
		margin-top: 0;
	}
}

.thumbnail-classic-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	transition: 450ms ease-in-out;
	color: #10aea1;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

.thumbnail-classic-icon:before, .thumbnail-classic-icon:after {
	position: absolute;
	content: "";
	display: inline-block;
	border-radius: 50%;
	transition: 450ms ease-in-out;
}

.thumbnail-classic-icon:after {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 2px solid #d8dae2;
}

.thumbnail-classic-icon:before {
	top: 50%;
	bottom: 50%;
	left: 50%;
	right: 50%;
	opacity: 0;
	background: #1cd8c9;
}

.thumbnail-classic-icon .icon {
	font-size: 48px;
}

.thumbnail-classic-primary .thumbnail-classic-text {
	letter-spacing: .02em;
	color: #838386;
	opacity: 1;
}

.thumbnail-classic-primary .thumbnail-classic-icon {
	color: #1cd8c9;
}

.thumbnail-classic-primary .thumbnail-classic-icon::after {
	border-color: #1cd8c9;
}

.thumbnail-classic-primary .divider {
	background: #d3d3d3;
}

.thumbnail-classic-secondary .thumbnail-classic-text {
	letter-spacing: .02em;
	color: #838386;
	opacity: 1;
}

.thumbnail-classic-secondary .thumbnail-classic-icon::after {
	border-color: #10aea1;
}

.thumbnail-classic-secondary .divider {
	background: #d3d3d3;
}

.thumbnail-classic-caption {
	margin-top: 15px;
	padding-left: 15px;
}

@media (min-width: 1600px) {
	.thumbnail-classic-caption {
		margin-top: 20px;
	}
	.thumbnail-classic-caption * + .divider {
		margin-top: 30px;
	}
	.thumbnail-classic-caption .divider + p {
		margin-top: 30px;
	}
}

/**
* Thumb Minimal
*/
.thumb-minimal {
	display: inline-block;
	position: relative;
}

.thumb-minimal-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(16, 174, 161, 0.7);
	transition: .3s ease-out all;
}

.thumb-minimal-overlay:before {
	content: '\f504';
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 36px;
	color: #fff;
	font-family: 'Material Design Icons';
	transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
	.desktop .thumb-minimal-overlay {
		visibility: hidden;
		opacity: 0;
	}
	.desktop .thumb-minimal:hover .thumb-minimal-overlay {
		visibility: visible;
		opacity: 1;
	}
}

/**
* Thumb Default
*/
.thumb-default {
	position: relative;
	padding-bottom: 100%;
}

.thumb-default a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.thumb-default img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

.thumb-default-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(16, 174, 161, 0.25);
	transition: .3s ease-out all;
}

.thumb-default-overlay:before {
	content: '\f504';
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 36px;
	color: #fff;
	font-family: 'Material Design Icons';
	transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
	.desktop .thumb-default-overlay {
		visibility: hidden;
		opacity: 0;
		background-color: rgba(16, 174, 161, 0.7);
	}
	.desktop .thumb-default:hover .thumb-default-overlay {
		visibility: visible;
		opacity: 1;
	}
}

.ie-10 .thumb-default,
.ie-11 .thumb-default {
	overflow: hidden;
}

.ie-10 .thumb-default img,
.ie-11 .thumb-default img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	max-width: 135%;
	max-height: 135%;
	min-height: 101%;
	min-width: 101%;
}

.thumbnail-simple {
	text-align: left;
}

.thumbnail-simple-image-wrap {
	display: block;
	position: relative;
	border-radius: 9px;
	overflow: hidden;
}

.thumbnail-simple-image-wrap img {
	width: 100%;
}

.thumbnail-simple-image-wrap:hover {
	box-shadow: 0 6px 8px 0 rgba(41, 41, 58, 0.17);
	transform: translate3d(0, -5px, 0);
}

.thumbnail-simple-title {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 400;
}

.thumbnail-simple-subtitle {
	font-style: italic;
}

* + .thumbnail-simple-subtitle {
	margin-top: 0;
}

@media (min-width: 1200px) {
	.thumbnail-simple-title {
		font-size: 20px;
	}
}

@media (min-width: 1800px) {
	.thumbnail-simple-title {
		font-size: 24px;
	}
}

/*
*
* Thumbnail Modern
* --------------------------------------------------
*/
.thumbnail-modern {
	display: block;
	position: relative;
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
}

.thumbnail-modern-image-wrap {
	display: block;
	position: relative;
	overflow: hidden;
	will-change: transform;
	border-radius: 9px;
	box-shadow: 0 5px 12px 0 #dcdeec;
}

.thumbnail-modern-image-wrap img, .thumbnail-modern-image-wrap::after {
	border-radius: 9px;
}

.thumbnail-modern-image-wrap::before, .thumbnail-modern-image-wrap::after {
	pointer-events: none;
}

.thumbnail-modern-image {
	min-width: 100%;
}

* + .thumbnail-modern-caption {
	margin-top: 15px;
}

@media (min-width: 992px) {
	.desktop .thumbnail-modern-image-wrap {
		transition: .33s;
	}
	.desktop .thumbnail-modern-image-wrap img {
		transition: .7s;
		transform: scale3d(1, 1, 1);
	}
	.desktop .thumbnail-modern-image-wrap::before {
		content: '\f504';
		position: absolute;
		display: block;
		z-index: 2;
		top: 50%;
		left: 50%;
		transform: translate3d(-50%, -50%, 0);
		-webkit-filter: blur(0);
		font-family: 'Material Design Icons';
		font-size: 60px;
		color: #fff;
		opacity: 0;
		transition: .4s .1s;
	}
	.desktop .thumbnail-modern-image-wrap::after {
		content: '';
		position: absolute;
		z-index: 1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #10aea1;
		opacity: 0;
		transition: .4s;
	}
	.desktop .thumbnail-modern-image-wrap:hover {
		box-shadow: 0 6px 8px 0 rgba(41, 41, 58, 0.17);
	}
	.desktop .thumbnail-modern-image-wrap:hover img {
		transform: scale3d(1.05, 1.05, 1.05);
	}
	.desktop .thumbnail-modern-image-wrap:hover::before {
		opacity: 1;
		transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
	}
	.desktop .thumbnail-modern-image-wrap:hover::after {
		opacity: .6;
	}
}

@media (min-width: 768px) {
	* + .thumbnail-modern-caption {
		margin-top: 22px;
	}
}

@media (min-width: 1600px) {
	* + .thumbnail-modern-caption {
		margin-top: 35px;
	}
}

/**
* Time Line Styles
*/
.time-line-vertical-element:before, .time-line-horizontal-element .time-line-time:before {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #fff;
	border: 2px solid #1cd8c9;
}

.time-line-time {
	color: #1f2323;
	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, .bg-additional-gray-darker .bg-additional-item .time-line-content p {
	color: #c2c2c3;
}

/**
* 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 #1cd8c9;
}

.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: #fff;
		border: 2px solid #1cd8c9;
	}
	.time-line-vertical-element:last-child .unit-body:after {
		content: '';
		position: absolute;
		left: -54px;
		top: -250vh;
		bottom: -250vh;
		border-left: 2px solid #1cd8c9;
	}
	.time-line-vertical-element + .time-line-vertical-element {
		margin-top: 45px;
	}
	.time-line-vertical-element-offset + .time-line-vertical-element-offset {
		margin-top: 55px;
	}
}

* + .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
*/
.time-line-horizontal {
	max-width: 1340px;
	margin-left: auto;
	margin-right: auto;
}

.time-line-horizontal-element {
	padding-left: 5px;
	padding-right: 5px;
	max-width: 330px;
	text-align: left;
}

.time-line-horizontal-element .time-line-content * + p {
	margin-top: 16px;
}

.time-line-horizontal-element .time-line-time {
	position: relative;
	padding-bottom: 23px;
}

.time-line-horizontal-element .time-line-time time {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.time-line-horizontal-element .time-line-time:before {
	content: '';
	z-index: 10;
	position: absolute;
	left: 0;
	bottom: -7px;
}

.time-line-horizontal-element .time-line-time:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -40px;
	right: -100vw;
	border-bottom: 2px solid #10aea1;
}

.time-line-horizontal-element * + .time-line-content {
	margin-top: 20px;
}

@media (min-width: 1600px) {
	.time-line-horizontal-element .time-line-time {
		padding-bottom: 33px;
	}
	.time-line-horizontal-element * + .time-line-content {
		margin-top: 40px;
	}
}

.bg-gray-lighter .time-line-horizontal-element .time-line-time:before {
	background-color: #f6f6f6;
}


.bg-gray-darker .time-line-content,
.bg-additional-gray-darker .bg-additional-item .time-line-content {
	color: #c2c2c3;
}

.bg-gray-darker .time-line-horizontal-element .time-line-time:after, .bg-additional-gray-darker .bg-additional-item .time-line-horizontal-element .time-line-time:after,
.bg-gray-darker .time-line-horizontal-element .time-line-time:before,
.bg-additional-gray-darker .bg-additional-item .time-line-horizontal-element .time-line-time:before {
	background-color: #1f2323;
	border-color: #ffec17;
}

/*
*
* Tooltip Custom
* --------------------------------------------------
*/
.tooltip-custom {
	display: inline-block;
	cursor: pointer;
}

.tooltip-custom + .tooltip.in {
	opacity: 1;
}

.tooltip-custom + .tooltip.top .tooltip-arrow {
	bottom: -2px;
	margin-left: -7px;
	border-width: 7px 7px 0;
	border-top-color: #1cd8c9;
}

.tooltip-custom + .tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 7px;
	margin-bottom: -7px;
	border-width: 7px 7px 0;
	border-top-color: #1cd8c9;
}

.tooltip-custom + .tooltip.top-right .tooltip-arrow {
	left: 7px;
	margin-bottom: -7px;
	border-width: 7px 7px 0;
	border-top-color: #1cd8c9;
}

.tooltip-custom + .tooltip.right .tooltip-arrow {
	margin-top: -7px;
	border-width: 7px 7px 7px 0;
	border-right-color: #1cd8c9;
}

.tooltip-custom + .tooltip.left .tooltip-arrow {
	margin-top: -7px;
	border-width: 7px 0 7px 7px;
	border-left-color: #1cd8c9;
}

.tooltip-custom + .tooltip.bottom .tooltip-arrow {
	margin-left: -7px;
	border-width: 0 7px 7px;
	border-bottom-color: #1cd8c9;
}

.tooltip-custom + .tooltip.bottom-left .tooltip-arrow {
	right: 7px;
	margin-top: -7px;
	border-width: 0 7px 7px;
	border-bottom-color: #1cd8c9;
}

.tooltip-custom + .tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 7px;
	margin-top: -7px;
	border-width: 0 7px 7px;
	border-bottom-color: #1cd8c9;
}

.tooltip-custom + .tooltip .tooltip-inner {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	max-width: 253px;
	padding: 5px 12px;
	font-size: 18px;
	font-weight: 300;
	border-radius: 0;
	letter-spacing: .02em;
	background: #1cd8c9;
}

/*
* Responsive units
*/
.unit {
	display: flex;
	flex: 0 1 100%;
	margin-bottom: -30px;
	margin-left: -20px;
}

.unit > * {
	margin-bottom: 30px;
	margin-left: 20px;
}

.unit:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.unit-body {
	flex: 0 1 auto;
}

.unit-left,
.unit-right {
	flex: 0 0 auto;
	max-width: 100%;
}

.unit-spacing-xs {
	margin-bottom: -15px;
	margin-left: -7px;
}

.unit-spacing-xs > * {
	margin-bottom: 15px;
	margin-left: 7px;
}

.unit-spacing-md {
	margin-bottom: -20px;
	margin-left: -30px;
}

.unit-spacing-md > * {
	margin-bottom: 20px;
	margin-left: 30px;
}

@media (min-width: 1200px) {
	.unit-spacing-md {
		margin-bottom: -20px;
		margin-left: -65px;
	}
	.unit-spacing-md > * {
		margin-bottom: 20px;
		margin-left: 65px;
	}
}

.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-right {
	text-align: right;
}

.text-middle {
	vertical-align: middle;
}

@media (min-width: 576px) {
	html:not(.lt-ie10) .text-xs-left {
		text-align: left;
	}
	html:not(.lt-ie10) .text-xs-center {
		text-align: center;
	}
	html:not(.lt-ie10) .text-xs-right {
		text-align: right;
	}
	html:not(.lt-ie10) .text-xs-justify {
		text-align: justify;
	}
}

@media (min-width: 768px) {
	html:not(.lt-ie10) .text-sm-left {
		text-align: left;
	}
	html:not(.lt-ie10) .text-sm-center {
		text-align: center;
	}
	html:not(.lt-ie10) .text-sm-right {
		text-align: right;
	}
	html:not(.lt-ie10) .text-sm-justify {
		text-align: justify;
	}
}

@media (min-width: 992px) {
	html:not(.lt-ie10) .text-md-left {
		text-align: left;
	}
	html:not(.lt-ie10) .text-md-center {
		text-align: center;
	}
	html:not(.lt-ie10) .text-md-right {
		text-align: right;
	}
	html:not(.lt-ie10) .text-md-justify {
		text-align: justify;
	}
}

@media (min-width: 1200px) {
	html:not(.lt-ie10) .text-lg-left {
		text-align: left;
	}
	html:not(.lt-ie10) .text-lg-center {
		text-align: center;
	}
	html:not(.lt-ie10) .text-lg-right {
		text-align: right;
	}
	html:not(.lt-ie10) .text-lg-justify {
		text-align: justify;
	}
}

.bg-gray-darker.page-footer, .bg-additional-gray-darker .page-footer.bg-additional-item,
.bg-image.page-footer, .bg-additional-image .page-footer.bg-additional-item {
	color: #fff;
}

.bg-gray-darker.page-footer h1, .bg-additional-gray-darker .page-footer.bg-additional-item h1, .bg-image.page-footer h1, .bg-additional-image .page-footer.bg-additional-item h1, .bg-gray-darker.page-footer h2, .bg-additional-gray-darker .page-footer.bg-additional-item h2, .bg-image.page-footer h2, .bg-additional-image .page-footer.bg-additional-item h2, .bg-gray-darker.page-footer h3, .bg-additional-gray-darker .page-footer.bg-additional-item h3, .bg-image.page-footer h3, .bg-additional-image .page-footer.bg-additional-item h3, .bg-gray-darker.page-footer h4, .bg-additional-gray-darker .page-footer.bg-additional-item h4, .bg-image.page-footer h4, .bg-additional-image .page-footer.bg-additional-item h4, .bg-gray-darker.page-footer h5, .bg-additional-gray-darker .page-footer.bg-additional-item h5, .bg-image.page-footer h5, .bg-additional-image .page-footer.bg-additional-item h5, .bg-gray-darker.page-footer h6, .bg-additional-gray-darker .page-footer.bg-additional-item h6, .bg-image.page-footer h6, .bg-additional-image .page-footer.bg-additional-item h6, .bg-gray-darker.page-footer [class^='heading-'], .bg-additional-gray-darker .page-footer.bg-additional-item [class^='heading-'], .bg-image.page-footer [class^='heading-'], .bg-additional-image .page-footer.bg-additional-item [class^='heading-'] {
	color: #fff;
}

.bg-gray-darker.page-footer .list-marked-primary > li:before, .bg-additional-gray-darker .page-footer.bg-additional-item .list-marked-primary > li:before, .bg-image.page-footer .list-marked-primary > li:before, .bg-additional-image .page-footer.bg-additional-item .list-marked-primary > li:before {
	color: #c2c2c3;
}

.bg-gray-darker.page-footer .list-marked-primary > li a, .bg-additional-gray-darker .page-footer.bg-additional-item .list-marked-primary > li a, .bg-image.page-footer .list-marked-primary > li a, .bg-additional-image .page-footer.bg-additional-item .list-marked-primary > li a, .bg-gray-darker.page-footer .list-marked-primary > li a:focus, .bg-additional-gray-darker .page-footer.bg-additional-item .list-marked-primary > li a:focus, .bg-image.page-footer .list-marked-primary > li a:focus, .bg-additional-image .page-footer.bg-additional-item .list-marked-primary > li a:focus, .bg-gray-darker.page-footer .list-marked-primary > li a:active, .bg-additional-gray-darker .page-footer.bg-additional-item .list-marked-primary > li a:active, .bg-image.page-footer .list-marked-primary > li a:active, .bg-additional-image .page-footer.bg-additional-item .list-marked-primary > li a:active {
	color: #1cd8c9;
}

.bg-gray-darker.page-footer .list-marked-primary > li a:hover, .bg-additional-gray-darker .page-footer.bg-additional-item .list-marked-primary > li a:hover, .bg-image.page-footer .list-marked-primary > li a:hover, .bg-additional-image .page-footer.bg-additional-item .list-marked-primary > li a:hover {
	color: #fff;
}

.bg-gray-darker.page-footer .right, .bg-additional-gray-darker .page-footer.bg-additional-item .right, .bg-image.page-footer .right, .bg-additional-image .page-footer.bg-additional-item .right,
.bg-gray-darker.page-footer .form-label,
.bg-additional-gray-darker .page-footer.bg-additional-item .form-label,
.bg-image.page-footer .form-label,
.bg-additional-image .page-footer.bg-additional-item .form-label,
.bg-gray-darker.page-footer .form-input,
.bg-additional-gray-darker .page-footer.bg-additional-item .form-input,
.bg-image.page-footer .form-input,
.bg-additional-image .page-footer.bg-additional-item .form-input {
	color: #838386;
}

.bg-gray-darker.page-footer .rd-mailform .form-input, .bg-additional-gray-darker .page-footer.bg-additional-item .rd-mailform .form-input, .bg-image.page-footer .rd-mailform .form-input, .bg-additional-image .page-footer.bg-additional-item .rd-mailform .form-input,
.bg-gray-darker.page-footer .rd-mailform .form-label,
.bg-additional-gray-darker .page-footer.bg-additional-item .rd-mailform .form-label,
.bg-image.page-footer .rd-mailform .form-label,
.bg-additional-image .page-footer.bg-additional-item .rd-mailform .form-label {
	color: #838386;
}

.bg-gray-darker.page-footer .rd-mailform .form-validation, .bg-additional-gray-darker .page-footer.bg-additional-item .rd-mailform .form-validation, .bg-image.page-footer .rd-mailform .form-validation, .bg-additional-image .page-footer.bg-additional-item .rd-mailform .form-validation {
	color: #fff;
}

.bg-gray-darker.page-footer .rd-mailform .form-input, .bg-additional-gray-darker .page-footer.bg-additional-item .rd-mailform .form-input, .bg-image.page-footer .rd-mailform .form-input, .bg-additional-image .page-footer.bg-additional-item .rd-mailform .form-input {
	background: #353535;
}

.bg-gray-lighter.page-footer-default .rd-mailform-inline .rd-mailform-inline-inner::before,
.bg-gray-lighter.page-footer-default .form-input {
	background-color: #fff;
}

.bg-gray-lighter.page-footer-default .right,
.bg-gray-lighter.page-footer-default .form-label,
.bg-gray-lighter.page-footer-default .form-input {
	color: #838386;
}

.bg-default.page-footer-default p.right, .bg-gray-lighter.page-footer-default p.right {
	color: #838386;
}

/*
*
* Text styling
* --------------------------------------------------
*/
.text-italic {
	font-style: italic;
}

.text-normal {
	font-style: normal;
}

.text-underline {
	text-decoration: underline;
}

.text-strike {
	text-decoration: line-through;
}

.text-thin {
	font-weight: 100;
}

.text-elight {
	font-weight: 200;
}

.text-light {
	font-weight: 300;
}

.text-regular {
	font-weight: 400;
}

.text-medium {
	font-weight: 500;
}

.text-sbold {
	font-weight: 600;
}

.text-bold, strong {
	font-weight: 700;
}

.text-ubold {
	font-weight: 900;
}

.text-spacing-0 {
	letter-spacing: 0;
}

.text-spacing-sm {
	letter-spacing: 0.02em;
}

.text-spacing-md {
	letter-spacing: 0.06em;
}

.text-spacing-lg {
	letter-spacing: 0.12em;
}

/*
*
* Visibility Responsive
* --------------------------------------------------
*/
.reveal-block {
	display: block !important;
}

.reveal-inline-block {
	display: inline-block !important;
}

.reveal-inline {
	display: inline !important;
}

.reveal-flex {
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
}

.veil {
	display: none !important;
}

@media (min-width: 480px) {
	.reveal-xs-block {
		display: block !important;
	}
	.reveal-xs-inline-block {
		display: inline-block !important;
	}
	.reveal-xs-inline {
		display: inline !important;
	}
	.reveal-xs-flex {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	.veil-xs {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.reveal-sm-block {
		display: block !important;
	}
	.reveal-sm-inline-block {
		display: inline-block !important;
	}
	.reveal-sm-inline {
		display: inline !important;
	}
	.reveal-sm-flex {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	.veil-sm {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.reveal-md-block {
		display: block !important;
	}
	.reveal-md-inline-block {
		display: inline-block !important;
	}
	.reveal-md-inline {
		display: inline !important;
	}
	.reveal-md-flex {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	.veil-md {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.reveal-lg-block {
		display: block !important;
	}
	.reveal-lg-inline-block {
		display: inline-block !important;
	}
	.reveal-lg-inline {
		display: inline !important;
	}
	.reveal-lg-flex {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	.veil-lg {
		display: none !important;
	}
}

@media (min-width: 1600px) {
	.reveal-xl-block {
		display: block !important;
	}
	.reveal-xl-inline-block {
		display: inline-block !important;
	}
	.reveal-xl-inline {
		display: inline !important;
	}
	.reveal-xl-flex {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	.veil-xl {
		display: none !important;
	}
}

@media (min-width: 1800px) {
	.reveal-xxl-block {
		display: block !important;
	}
	.reveal-xxl-inline-block {
		display: inline-block !important;
	}
	.reveal-xxl-inline {
		display: inline !important;
	}
	.reveal-xxl-flex {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	.veil-xxl {
		display: none !important;
	}
}

/*
*
* Element groups
* --------------------------------------------------
*/
.page .group {
	margin-bottom: -10px;
	margin-left: -10px;
}

.page .group:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.page .group > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

.page .group-xxs {
	margin-bottom: -5px;
	margin-left: -5px;
}

.page .group-xxs:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.page .group-xxs > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 5px;
}

.page .group-xs {
	margin-bottom: -9px;
	margin-left: -9px;
}

.page .group-xs:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.page .group-xs > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 9px;
	margin-left: 9px;
}

.page .group-md {
	margin-bottom: -30px;
	margin-left: -30px;
}

.page .group-md:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.page .group-md > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: 30px;
}

.page .group-lg {
	margin-bottom: -5px;
	margin-left: -40px;
}

.page .group-lg:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.page .group-lg > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 40px;
}

.page .group-xl {
	margin-bottom: -10px;
	margin-left: -50px;
}

.page .group-xl:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.page .group-xl > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 50px;
}

.group-middle {
	display: inline-table;
}

.group-middle > * {
	vertical-align: middle;
}

/*
*
* Sections
* --------------------------------------------------
*/
.section-bottom {
	padding-top: 0;
	padding-bottom: 60px;
}

@media (min-width: 992px) {
	.section-bottom {
		padding-bottom: 0;
	}
}

.section-bottom.section-reverse {
	padding-top: 60px;
	padding-bottom: 0;
}

@media (min-width: 992px) {
	.section-bottom.section-reverse {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.section-xs {
	padding: 40px 0;
}

.section-sm,
.section-md,
.section-lg,
.section-custom,
.section-xl,
.section-xxl,
.section-variant-1,
.section-variant-2 {
	padding: 60px 0;
}

.section-lg-top {
	padding-top: 60px;
}

@media (min-width: 768px) {
	.section-md {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.section-lg,
	.section-custom {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.section-xl {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.section-xxl {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.section-lg-top {
		padding-top: 80px;
	}
	.section-variant-1 {
		padding: 120px 0;
	}
	.section-variant-2 {
		padding: 80px 0;
	}
}

@media (min-width: 992px) {
	.section-xl {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}

@media (min-width: 1200px) {
	.section-md {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	.section-lg,
	.section-custom {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.breadcrumbs-custom-wrap + .section-lg, .breadcrumbs-custom-wrap + .section-custom {
		padding-top: 100px;
	}
	.section-xl {
		padding-top: 130px;
		padding-bottom: 130px;
	}
	.breadcrumbs-custom-wrap + .section-xl {
		padding-top: 145px;
	}
	.section-xxl {
		padding-top: 150px;
		padding-bottom: 150px;
	}
	.section-variant-1 {
		padding: 160px 0 100px;
	}
	.section-variant-2 {
		padding: 120px 0 140px;
	}
}

@media (min-width: 1600px) {
	
	.section-lg,
	.section-custom {
		padding-top: 125px;
		padding-bottom: 125px;
	}
	.section-lg.section-way-point, .section-way-point.section-custom {
		padding-top: 165px;
	}
	.breadcrumbs-custom-wrap + .section-lg, .breadcrumbs-custom-wrap + .section-custom {
		padding-top: 170px;
	}
	.section-lg-alternative {
		padding-top: 130px;
		padding-bottom: 140px;
	}
	.section-xl {
		padding-top: 165px;
		padding-bottom: 165px;
	}
	.breadcrumbs-custom-wrap + .section-xl {
		padding-top: 190px;
	}
	.section-xxl {
		padding-top: 200px;
		padding-bottom: 200px;
	}
	.section-lg-top {
		padding-top: 125px;
	}
	.section-variant-1 {
		padding: 220px 0 140px;
	}
	.section-variant-2 {
		padding: 160px 0;
	}
}

.section-xl {
	padding-top: 200px;
	padding-bottom: 200px;
}

.section-xxl {
	padding-top: 290px;
	padding-bottom: 290px;
}

/**
* 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(-35px);
	margin-bottom: -35px;
	pointer-events: none;
	width: 100%;
}

.section-wrap .section-wrap-inner > *:before {
	content: '';
	display: table;
	width: 0;
}

.section-wrap .section-wrap-inner > * {
	margin-top: 35px;
	pointer-events: auto;
}

.section-wrap .section-wrap-inner > * {
	width: 100%;
}

.section-wrap .section-wrap-aside {
	bottom: -1px;
}

.section-wrap .rd-google-map {
	width: 100%;
	max-width: none;
}

.section-wrap .box-minimal {
	width: 100%;
	max-width: none;
}

.section-wrap .section-wrap-image {
	position: relative;
	top: -1px;
	overflow: hidden;
	height: 300px;
}

.section-wrap .section-wrap-image img {
	position: absolute;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -30%);
}

@supports (object-fit: cover) {
	.section-wrap .section-wrap-image img {
		top: 0;
		left: 0;
		transform: none;
		height: 100%;
		width: 100%;
		object-fit: cover;
		object-position: center center;
	}
}

@media (min-width: 768px) {
	.section-wrap .section-wrap-image {
		height: 500px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.section-wrap .box-width-small {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 992px) {
	.section-wrap .section-wrap-aside {
		position: absolute;
		top: -4px;
		right: 0;
		bottom: -4px;
		height: auto;
		width: calc(50% - (xs: 480px, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1600px) xl/1290px);
	}
	.section-wrap .section-wrap-aside.section-wrap-aside-custom {
		width: 50%;
	}
	.section-wrap .section-wrap-aside .jp-video-single {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.section-wrap .section-wrap-aside .jp-video .jp-jplayer {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: auto !important;
		height: auto !important;
	}
	.section-wrap .section-wrap-aside .jp-video .jp-jplayer img, .section-wrap .section-wrap-aside .jp-video .jp-jplayer video {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		object-fit: cover;
		object-position: center;
		width: 100% !important;
		height: 100% !important;
	}
	.section-wrap .section-wrap-aside .rd-google-map {
		height: calc(100% + 1px);
	}
	.section-wrap .section-wrap-aside img {
		height: 100%;
		width: 100%;
	}
	.section-wrap .section-wrap-aside.section-wrap-image-right img {
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		object-position: 90% center;
	}
	.ie-10 .section-wrap .section-wrap-aside.section-wrap-image-right img,
	.ie-11 .section-wrap .section-wrap-aside.section-wrap-image-right img {
		left: 90%;
		transform: translate(-90%, -50%);
	}
	.ie-10 .section-wrap .section-wrap-aside .jp-video .jp-jplayer img,
	.ie-10 .section-wrap .section-wrap-aside img,
	.ie-11 .section-wrap .section-wrap-aside .jp-video .jp-jplayer img,
	.ie-11 .section-wrap .section-wrap-aside img {
		position: absolute;
		top: 50%;
		left: 50%;
		width: auto;
		height: auto;
		transform: translate(-50%, -50%);
	}
	.ie-10 .section-wrap .section-wrap-aside .jp-video .jp-jplayer video,
	.ie-11 .section-wrap .section-wrap-aside .jp-video .jp-jplayer video {
		left: 50%;
		transform: translateX(-50%);
		width: 110% !important;
		height: 110% !important;
	}
	.section-wrap .section-wrap-content {
		max-width: 620px;
	}
}

@media (min-width: 992px) {
	.section-wrap.section-wrap-sm .section-wrap-aside {
		width: 41.6%;
	}
	.section-wrap.section-wrap-bigger .section-wrap-aside {
		width: 50%;
	}
	.section-wrap.section-wrap-equal .section-wrap-aside {
		width: 50%;
	}
	.section-wrap.section-wrap-equal .section-wrap-aside .section-wrap-content {
		max-width: 630px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.section-wrap.section-wrap-lg .section-wrap-aside {
		position: relative;
		top: 1px;
		width: 100%;
		height: 500px;
	}
	.section-wrap.section-wrap-lg.section-reverse .section-wrap-inner {
		flex-flow: row wrap;
	}
}

@media (min-width: 1200px) {
	.section-wrap .section-wrap-aside {
		width: calc(50% - 160px);
	}
	.section-wrap .section-wrap-aside.section-wrap-aside-custom {
		width: calc(50% - 30px);
	}
	.section-wrap.section-wrap-bigger .section-wrap-aside {
		width: calc(50% + 100px);
	}
	.section-wrap.section-wrap-equal .section-wrap-aside {
		width: 50%;
	}
	.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-aside.section-wrap-aside-custom {
		width: 50%;
	}
	.section-wrap.section-wrap-bigger .section-wrap-aside {
		width: calc(50% + 163.33px);
	}
	.section-wrap .section-wrap-content {
		max-width: 880px;
	}
}

.section-wrap.section-reverse .section-wrap-inner {
	flex-flow: row-reverse wrap-reverse;
}

.section-wrap.section-reverse .range {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.section-wrap.section-reverse .section-wrap-aside {
	left: 0;
	right: auto;
}

@media (min-width: 992px) {
	.section-wrap.section-md-reverse .section-wrap-inner {
		flex-flow: row-reverse wrap-reverse;
	}
	.section-wrap.section-md-reverse .section-wrap-aside {
		left: 0;
		right: auto;
	}
}

/**
* Reverse section layouts
*/
.section-reverse.section-2-columns > [class*='shell'] > .range {
	flex-flow: row-reverse wrap-reverse;
}

@media (min-width: 1600px) {
	.section-reverse.section-2-columns .box-wrap-1 {
		padding-right: 0;
		padding-left: 37px;
		margin-right: -80px;
		margin-left: 0;
	}
	.section-reverse.section-2-columns .box-wrap-2 {
		padding-right: 70px;
		padding-left: 0;
	}
}

.section-reverse .box-width-small {
	margin-left: auto;
	margin-right: 0;
}

.sections-collapsable [class*='section-'] + [class*='section-'] {
	padding-top: 0;
}

.section-wrap-inner.section-xl {
	padding: 230px 0;
}

.custom-wrap-1 {
	width: 100%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	.custom-wrap-1 {
		max-width: 700px;
	}
}

@media (min-width: 1400px) {
	.custom-wrap-1 {
		max-width: 1400px;
	}
}

.custom-wrap-2 {
	width: 100%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	.custom-wrap-2 {
		max-width: 650px;
	}
}

@media (min-width: 1160px) {
	.custom-wrap-2 {
		max-width: 1160px;
	}
}

.layout-3-columns .box-minimal {
	display: inline-block;
	width: 100%;
	max-width: 375px;
}

.layout-3-columns .box-minimal + .box-minimal {
	margin-top: 30px;
}

.layout-3-columns .layout-column-image {
	text-align: center;
}

@media (max-width: 767px) {
	.layout-3-columns .layout-column-image img {
		width: auto;
		max-height: 80vh;
	}
}

@media (max-width: 991px) {
	.layout-3-columns [class*='cjl'] {
		-ms-flex-order: 2;
		order: 2;
	}
	.layout-3-columns .layout-column-image {
		-ms-flex-order: 1;
		order: 1;
	}
	.layout-3-columns .layout-column-image img {
		width: auto;
		max-height: 40vh;
	}
}

@media (min-width: 768px) {
	.layout-3-columns .box-minimal + .box-minimal {
		margin-top: 50px;
	}
}

@media (min-width: 992px) {
	.layout-3-columns [class*='col'] {
		padding-top: 40px;
	}
	.layout-3-columns [class*='col']:first-child {
		text-align: right;
	}
	.layout-3-columns [class*='col']:first-child .box-minimal-header {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.layout-3-columns .layout-column-image {
		padding-top: 0;
		margin-bottom: -50px;
	}
	.layout-3-columns .layout-column-image > * {
		margin-right: -20px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.layout-3-columns .box-minimal h6,
	.layout-3-columns .box-minimal .heading-6 {
		font-size: 20px;
	}
	.layout-3-columns .box-minimal-icon {
		font-size: 30px;
	}
	.layout-3-columns .box-minimal-text {
		font-size: 14px;
	}
}

@media (min-width: 1600px) {
	.layout-3-columns .box-minimal + .box-minimal {
		margin-top: 90px;
	}
}

.section-custom {
	position: relative;
	z-index: 1;
}

@media (min-width: 1200px) {
	.page .section-access + .section-custom {
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 35px;
	}
	.page .section-access + .section-custom .form-find {
		transform: translateY(-50%);
	}
}

@media (max-width: 1199px) {
	.section-pre-way-point + .section-way-point {
		margin-top: 90px;
	}
}

.mb-1 {
	margin-bottom: -1px;
}

@media (min-width: 1600px) {
	.container-bigger {
		max-width: 1500px;
	}
}

.container-custom {
	padding: 0;
	width: 100%;
}

.container-custom .gallery-item {
	width: 100%;
	max-width: 100%;
}

.container-custom .gallery-item .gallery-item-image {
	width: 100%;
}

.container-custom .container-custom-inner {
	padding: 0 15px;
}

.container-custom [class*='coll'] [class*='section']:empty {
	min-height: 300px;
	margin-left: -15px;
	margin-right: -15px;
}

@media (min-width: 576px) {
	.container-custom .row {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (min-width: 768px) {
	.container-custom {
		min-height: 350px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.container-custom .container-custom-inner-1 {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 1200px) {
	.container-custom,
	.container-custom [class*='cell'] {
		padding: 0;
	}
	.container-custom [class*='cell']:first-child .container-custom-inner {
		margin-left: auto;
		margin-right: 0;
	}
	.section-reverse .container-custom [class*='cell']:first-child .container-custom-inner {
		margin-left: 0;
		margin-right: auto;
	}
	.container-custom [class*='cell']:last-child .container-custom-inner {
		margin-left: 0;
		margin-right: auto;
	}
	.section-reverse .container-custom [class*='cell']:last-child .container-custom-inner {
		margin-left: auto;
		margin-right: 0;
	}
}

.container-custom .container-custom-inner {
	max-width: 960px;
	padding: 0 150px;
}

.container-custom .container-custom-inner [class*='section-'] {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.container-custom .container-custom-inner [class*='section-'] > * {
	width: 100%;
}

@media (min-width: 1200px) {
	.container-custom .container-custom-inner {
		padding: 0 40px;
	}
}

@media (min-width: 1600px) {
	.container-custom .container-custom-inner {
		max-width: 1600px / 2;
		padding: 0 125px;
	}
}

@media (min-width: 1200px) {
	.container-custom .container-custom-inner-right {
		margin-left: 0;
		margin-right: auto;
	}
	.section-reverse .container-custom .container-custom-inner-right {
		margin-left: auto;
		margin-right: 0;
	}
}

@media (min-width: 992px) {
	html.lt-ie-10 * + .row-xxl,
	* + .row-xxl {
		margin-top: 50px;
	}
}

@media (min-width: 1200px) {
	html.lt-ie-10 * + .row-xxl,
	* + .row-xxl {
		margin-top: 90px;
	}
}

html.lt-ie-10 .row-narrow,
.row-narrow {
	margin-left: -5px;
	margin-right: -5px;
}

html.lt-ie-10 .row-narrow > [class*='col'],
.row-narrow > [class*='col'] {
	padding-left: 5px;
	padding-right: 5px;
}

html.lt-ie-10 .row-narrow > * + [class*='col'],
.row-narrow > * + [class*='col'] {
	padding-left: 5px;
	padding-right: 5px;
}

.container-fullwidth {
	width: 100%;
}

@media (min-width: 1600px) {
	.container-fullwidth {
		padding-left: 60px;
		padding-right: 60px;
	}
}

.container-wide {
	margin-left: auto;
	margin-right: auto;
	max-width: 1800px;
}

.row-custom-bordered [class*='col'] {
	border-style: solid;
	border-color: #c2c2c3;
	border-width: 0;
}

.row-custom-bordered [class*='col']:nth-child(n + 2) {
	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 (min-width: 768px) {
	.row-custom-bordered .col-md-3:first-child {
		border-width: 0 1px 0 1px;
	}
	.row-custom-bordered .col-md-3:nth-child(n + 2) {
		border-width: 0 1px 0 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 + 2) {
		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, * + .heading-6 {
	margin-top: 20px;
}

h1 + p, .heading-1 + p {
	margin-top: 20px;
}

h2 + p, .heading-2 + p {
	margin-top: 20px;
}

h3 + p, .heading-3 + p {
	margin-top: 15px;
}

h4 + p, .heading-4 + 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;
	}
}

* + .list-xxs {
	margin-top: 20px;
}

h6 + p, .heading-6 + p {
	margin-top: 20px;
}

p + .list-marked {
	margin-top: 10px;
}

p + p + .list-marked {
	margin-top: 20px;
}

p + .button {
	margin-top: 25px;
}

h3 + .parallax-container {
	margin-top: 40px;
}

h3 + .section {
	margin-top: 40px;
}

.divider + p {
	margin-top: 10px;
}

@media (max-width: 767px) {
	.row + .button-offset-lg {
		margin-top: 40px;
	}
}

* + .list-xs {
	margin-top: 25px;
}

* + .list-marked {
	margin-top: 20px;
}

* + .list-terms {
	margin-top: 30px;
}

* + .button {
	margin-top: 20px;
}

* + .list-ordered {
	margin-top: 20px;
}

* + .figure-light {
	margin-top: 20px;
}

* + .rd-mailform {
	margin-top: 30px;
}

* + .quote-primary {
	margin-top: 25px;
}

* + .quote-minimal {
	margin-top: 25px;
}

.quote-minimal + * {
	margin-top: 25px;
}

* + .group-xs {
	margin-top: 25px;
}

* + .group-md {
	margin-top: 25px;
}

* + .rd-mailform-inline {
	margin-top: 25px;
}

* + .owl-carousel {
	margin-top: 40px;
}

* + .frame-header {
	margin-top: 40px;
}

* + .facebook {
	margin-top: 40px;
}

* + .flickr {
	margin-top: 40px;
}

* + .divider-thin {
	margin-top: 13px;
}

* + .list-twitter {
	margin-top: 25px;
}

* + .box-inline {
	margin-top: 25px;
}

* + .box-2-columns {
	margin-top: 25px;
}

* + .button-blog {
	margin-top: 30px;
}

* + .rd-search-results {
	margin-top: 30px;
}

* + .d3-chart-wrap {
	margin-top: 30px;
}

* + .privacy-link {
	margin-top: 30px;
}

* + .typed-text-wrap {
	margin-top: 30px;
}

* + [class^='custom-wrap'] {
	margin-top: 40px;
}

.heading-group + .divider-default {
	margin-top: 15px;
}

h6 + .rd-mailform-inline,
.heading-6 + .rd-mailform-inline {
	margin-top: 10px;
}

h2 + .divider, .heading-2 + .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;
}

.divider-thin + .box-inline {
	margin-top: 15px;
}

.divider-thin + .box-inline-wrap {
	margin-top: 15px;
}

h3 + .swiper-slider {
	margin-top: 30px;
}

.container + .swiper-slider {
	margin-top: 30px;
}

.text-large + p {
	margin-top: 20px;
}

.page * + .offset-top-0 {
	margin-top: 0;
}

.page * + .offset-custom-1 {
	margin-top: 20px;
}

.page * + .offset-custom-3 {
	margin-top: 30px;
}

@media (min-width: 768px) {
	* + figcaption {
		margin-top: 20px;
	}
	* + hr {
		margin-top: 30px;
	}
	* + .quote-primary {
		margin-top: 35px;
	}
	* + .group-md {
		margin-top: 35px;
	}
	* + .owl-carousel {
		margin-top: 70px;
	}
	* + .frame-header {
		margin-top: 60px;
	}
	* + .list-twitter {
		margin-top: 47px;
	}
	* + .list-terms {
		margin-top: 45px;
	}
	* + .button {
		margin-top: 35px;
	}
	* + .rd-search-results {
		margin-top: 45px;
	}
	* + .typed-text-wrap {
		margin-top: 50px;
	}
	.typed-text-wrap + .button {
		margin-top: 35px;
	}
	.custom-subtitle + * {
		margin-top: 25px;
	}
	.divider + .box-2-columns {
		margin-top: 40px;
	}
	h3 + .parallax-container {
		margin-top: 40px;
	}
	h3 + .section {
		margin-top: 40px;
	}
	hr + .row {
		margin-top: 40px;
	}
	h3 + .swiper-slider {
		margin-top: 55px;
	}
	.container + .swiper-slider {
		margin-top: 55px;
	}
	h2 + .divider, .heading-2 + .divider {
		margin-top: 25px;
	}
	.heading-group + .divider-default {
		margin-top: 30px;
	}
	.big + .button {
		margin-top: 30px;
	}
	.page * + .offset-custom-1 {
		margin-top: 30px;
	}
	.page * + .offset-custom-2 {
		margin-top: 30px;
	}
}

@media (min-width: 992px) {
	* + .figure-light {
		margin-top: 40px;
	}
	* + hr {
		margin-top: 40px;
	}
	* + .d3-chart-wrap {
		margin-top: 50px;
	}
	h1 + p, .heading-1 + p {
		margin-top: 30px;
	}
	h2 + p, .heading-2 + p {
		margin-top: 33px;
	}
	h3 + p, .heading-3 + p {
		margin-top: 25px;
	}
	* + .list-xxs {
		margin-top: 30px;
	}
	h6 + p, .heading-6 + p {
		margin-top: 30px;
	}
	h2 + .divider, .heading-2 + .divider {
		margin-top: 35px;
	}
	.divider-thin + .box-inline {
		margin-top: 30px;
	}
	.page * + .offset-custom-2 {
		margin-top: 50px;
	}
}

@media (min-width: 1200px) {
	* + .list-xs {
		margin-top: 40px;
	}
	* + .group-md {
		margin-top: 60px;
	}
	* + .text-large {
		margin-top: 15px;
	}
	p + p + .list-marked {
		margin-top: 30px;
	}
	* + .rd-search-results {
		margin-top: 60px;
	}
	.divider + p {
		margin-top: 18px;
	}
	.container + .bg-gradient {
		margin-top: 90px;
	}
	.owl-carousel + .button {
		margin-top: 50px;
	}
	.row + .button {
		margin-top: 50px;
	}
	.typed-text-wrap + .button {
		margin-top: 55px;
	}
	.text-large + p {
		margin-top: 40px;
	}
	h3 + p, .heading-3 + p {
		margin-top: 33px;
	}
	h3 + .big,
	.heading-3 + .big {
		margin-top: 25px;
	}
}

@media (min-width: 1600px) {
	.divider + p {
		margin-top: 40px;
	}
	* + .facebook {
		margin-top: 80px;
	}
	* + [class^='custom-wrap'] {
		margin-top: 60px;
	}
	* + .button-blog {
		margin-top: 90px;
	}
	* + .rd-search-results {
		margin-top: 90px;
	}
	* + .d3-chart-wrap {
		margin-top: 70px;
	}
	hr + .big {
		margin-top: 40px;
	}
	h1 + p, .heading-1 + p {
		margin-top: 43px;
	}
	h3 + .parallax-container {
		margin-top: 60px;
	}
	h3 + .section {
		margin-top: 60px;
	}
	hr + .row {
		margin-top: 85px;
	}
	.row + .row.row-xxl {
		margin-top: 90px;
	}
	.owl-carousel + .button {
		margin-top: 90px;
	}
	.row + .button {
		margin-top: 80px;
	}
	.big + .button {
		margin-top: 50px;
	}
	.page * + .offset-custom-2 {
		margin-top: 80px;
	}
}

@media (min-width: 1600px) {
	.inset-sm {
		padding-left: 20px;
	}
}

@media (min-width: 1600px) {
	.inset-md {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 1200px) {
	.inset-xl {
		padding-right: 5px;
	}
}

@media (min-width: 1600px) {
	.inset-xl {
		padding-right: 30px;
	}
}

@media (min-width: 1800px) {
	.inset-xl {
		padding-right: 80px;
	}
}

html .row-0 {
	position: relative;
	transform: translateY(0);
	margin-bottom: 0;
	pointer-events: none;
}

html .row-0 > *:before {
	content: '';
	display: table;
	width: 0;
}

html .row-0 > * {
	margin-top: 0;
	pointer-events: auto;
}

html .row-10 {
	position: relative;
	transform: translateY(-10px);
	margin-bottom: -10px;
	pointer-events: none;
}

html .row-10 > *:before {
	content: '';
	display: table;
	width: 0;
}

html .row-10 > * {
	margin-top: 10px;
	pointer-events: auto;
}

html .row-15 {
	position: relative;
	transform: translateY(-15px);
	margin-bottom: -15px;
	pointer-events: none;
}

html .row-15 > *:before {
	content: '';
	display: table;
	width: 0;
}

html .row-15 > * {
	margin-top: 15px;
	pointer-events: auto;
}

html .row-20 {
	position: relative;
	transform: translateY(-20px);
	margin-bottom: -20px;
	pointer-events: none;
}

html .row-20 > *:before {
	content: '';
	display: table;
	width: 0;
}

html .row-20 > * {
	margin-top: 20px;
	pointer-events: auto;
}

html .row-30 {
	position: relative;
	transform: translateY(-30px);
	margin-bottom: -30px;
	pointer-events: none;
}

html .row-30 > *:before {
	content: '';
	display: table;
	width: 0;
}

html .row-30 > * {
	margin-top: 30px;
	pointer-events: auto;
}

html .row-50 {
	position: relative;
	transform: translateY(-50px);
	margin-bottom: -50px;
	pointer-events: none;
}

html .row-50 > *:before {
	content: '';
	display: table;
	width: 0;
}

html .row-50 > * {
	margin-top: 50px;
	pointer-events: auto;
}

html .row-60 {
	position: relative;
	transform: translateY(-50px);
	margin-bottom: -50px;
	pointer-events: none;
}

html .row-60 > *:before {
	content: '';
	display: table;
	width: 0;
}

html .row-60 > * {
	margin-top: 50px;
	pointer-events: auto;
}

html .row-70 {
	position: relative;
	transform: translateY(-50px);
	margin-bottom: -50px;
	pointer-events: none;
}

html .row-70 > *:before {
	content: '';
	display: table;
	width: 0;
}

html .row-70 > * {
	margin-top: 50px;
	pointer-events: auto;
}

html .row-90 {
	position: relative;
	transform: translateY(-50px);
	margin-bottom: -50px;
	pointer-events: none;
}

html .row-90 > *:before {
	content: '';
	display: table;
	width: 0;
}

html .row-90 > * {
	margin-top: 50px;
	pointer-events: auto;
}

html .row-shop {
	position: relative;
	transform: translateY(-70px);
	margin-bottom: -70px;
	pointer-events: none;
}

html .row-shop > *:before {
	content: '';
	display: table;
	width: 0;
}

html .row-shop > * {
	margin-top: 70px;
	pointer-events: auto;
}

html .row-100 {
	position: relative;
	transform: translateY(-100px);
	margin-bottom: -100px;
	pointer-events: none;
}

html .row-100 > *:before {
	content: '';
	display: table;
	width: 0;
}

html .row-100 > * {
	margin-top: 100px;
	pointer-events: auto;
}

html .row-120 {
	position: relative;
	transform: translateY(-50px);
	margin-bottom: -50px;
	pointer-events: none;
}

html .row-120 > *:before {
	content: '';
	display: table;
	width: 0;
}

html .row-120 > * {
	margin-top: 50px;
	pointer-events: auto;
}

html .row-counter {
	position: relative;
	transform: translateY(-130px);
	margin-bottom: -130px;
	pointer-events: none;
}

html .row-counter > *:before {
	content: '';
	display: table;
	width: 0;
}

html .row-counter > * {
	margin-top: 130px;
	pointer-events: auto;
}

html .row-135 {
	position: relative;
	transform: translateY(-50px);
	margin-bottom: -50px;
	pointer-events: none;
}

html .row-135 > *:before {
	content: '';
	display: table;
	width: 0;
}

html .row-135 > * {
	margin-top: 50px;
	pointer-events: auto;
}

@media (min-width: 1200px) {
	html .row-135 {
		position: relative;
		transform: translateY(-65px);
		margin-bottom: -65px;
		pointer-events: none;
	}
	html .row-135 > *:before {
		content: '';
		display: table;
		width: 0;
	}
	html .row-135 > * {
		margin-top: 65px;
		pointer-events: auto;
	}
}

@media (min-width: 1600px) {
	html .row-135 {
		position: relative;
		transform: translateY(-135px);
		margin-bottom: -135px;
		pointer-events: none;
	}
	html .row-135 > *:before {
		content: '';
		display: table;
		width: 0;
	}
	html .row-135 > * {
		margin-top: 135px;
		pointer-events: auto;
	}
}

html.desktop .row-100 {
	position: relative;
	transform: translateY(-30px);
	margin-bottom: -30px;
	pointer-events: none;
}

html.desktop .row-100 > *:before {
	content: '';
	display: table;
	width: 0;
}

html.desktop .row-100 > * {
	margin-top: 30px;
	pointer-events: auto;
}

@media (min-width: 768px) {
	html .row-md-30 {
		position: relative;
		transform: translateY(-30px);
		margin-bottom: -30px;
		pointer-events: none;
	}
	html .row-md-30 > *:before {
		content: '';
		display: table;
		width: 0;
	}
	html .row-md-30 > * {
		margin-top: 30px;
		pointer-events: auto;
	}
	html .row-md-50 {
		position: relative;
		transform: translateY(-50px);
		margin-bottom: -50px;
		pointer-events: none;
	}
	html .row-md-50 > *:before {
		content: '';
		display: table;
		width: 0;
	}
	html .row-md-50 > * {
		margin-top: 50px;
		pointer-events: auto;
	}
	html .row-60 {
		position: relative;
		transform: translateY(-60px);
		margin-bottom: -60px;
		pointer-events: none;
	}
	html .row-60 > *:before {
		content: '';
		display: table;
		width: 0;
	}
	html .row-60 > * {
		margin-top: 60px;
		pointer-events: auto;
	}
	html .row-md-90 {
		position: relative;
		transform: translateY(-90px);
		margin-bottom: -90px;
		pointer-events: none;
	}
	html .row-md-90 > *:before {
		content: '';
		display: table;
		width: 0;
	}
	html .row-md-90 > * {
		margin-top: 90px;
		pointer-events: auto;
	}
}

@media (min-width: 992px) {
	html .row-lg-50 {
		position: relative;
		transform: translateY(-50px);
		margin-bottom: -50px;
		pointer-events: none;
	}
	html .row-lg-50 > *:before {
		content: '';
		display: table;
		width: 0;
	}
	html .row-lg-50 > * {
		margin-top: 50px;
		pointer-events: auto;
	}
	html .row-90 {
		position: relative;
		transform: translateY(-90px);
		margin-bottom: -90px;
		pointer-events: none;
	}
	html .row-90 > *:before {
		content: '';
		display: table;
		width: 0;
	}
	html .row-90 > * {
		margin-top: 90px;
		pointer-events: auto;
	}
}

@media (min-width: 1200px) {
	html .row-70 {
		position: relative;
		transform: translateY(-70px);
		margin-bottom: -70px;
		pointer-events: none;
	}
	html .row-70 > *:before {
		content: '';
		display: table;
		width: 0;
	}
	html .row-70 > * {
		margin-top: 70px;
		pointer-events: auto;
	}
	html .row-xl-50 {
		position: relative;
		transform: translateY(-50px);
		margin-bottom: -50px;
		pointer-events: none;
	}
	html .row-xl-50 > *:before {
		content: '';
		display: table;
		width: 0;
	}
	html .row-xl-50 > * {
		margin-top: 50px;
		pointer-events: auto;
	}
	html .row-120 {
		position: relative;
		transform: translateY(-80px);
		margin-bottom: -80px;
		pointer-events: none;
	}
	html .row-120 > *:before {
		content: '';
		display: table;
		width: 0;
	}
	html .row-120 > * {
		margin-top: 80px;
		pointer-events: auto;
	}
}

@media (min-width: 1600px) {
	html .row-70 {
		position: relative;
		transform: translateY(-70px);
		margin-bottom: -70px;
		pointer-events: none;
	}
	html .row-70 > *:before {
		content: '';
		display: table;
		width: 0;
	}
	html .row-70 > * {
		margin-top: 70px;
		pointer-events: auto;
	}
	html .row-xxl-90 {
		position: relative;
		transform: translateY(-90px);
		margin-bottom: -90px;
		pointer-events: none;
	}
	html .row-xxl-90 > *:before {
		content: '';
		display: table;
		width: 0;
	}
	html .row-xxl-90 > * {
		margin-top: 90px;
		pointer-events: auto;
	}
	html .row-120 {
		position: relative;
		transform: translateY(-120px);
		margin-bottom: -120px;
		pointer-events: none;
	}
	html .row-120 > *:before {
		content: '';
		display: table;
		width: 0;
	}
	html .row-120 > * {
		margin-top: 120px;
		pointer-events: auto;
	}
}

* + p.offset-0 {
	margin-top: 0;
}

/*
*
* Decorations
* --------------------------------------------------
*/
.heading-decorated-diamonds {
	position: relative;
	display: inline-block;
	padding: 0 20px;
}

.heading-decorated-diamonds::before, .heading-decorated-diamonds::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 10px;
	height: 10px;
	background: #1cd8c9;
}

.heading-decorated-diamonds::before {
	left: 0;
}

.heading-decorated-diamonds::after {
	right: 0;
}

@media (min-width: 768px) {
	.heading-decorated-diamonds {
		padding: 0 40px;
	}
	.heading-decorated-diamonds::before, .heading-decorated-diamonds::after {
		width: 15px;
		height: 15px;
	}
}

.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-sm {
	height: 2px;
	max-width: 60px;
}

.divider-default {
	background: #1cd8c9;
}

.divider-secondary {
	background: #10aea1;
}

.divider-thin {
	border-top: 1px solid #d2d5e4;
}

.divider-xl {
	max-width: 1770px;
	width: 100%;
	margin: 30px auto;
	border-bottom: 1px solid #cacbd3;
}

.heading-decor {
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-weight: 200;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.heading-decor > span {
	position: relative;
	display: inline-block;
	padding-left: 70px;
	padding-right: 70px;
}

.heading-decor > span:before, .heading-decor > span:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-top: 1px solid;
	width: 40px;
}

.heading-decor > span:before {
	left: 0;
}

.heading-decor > span:after {
	right: 0;
}

.heading-decor + * {
	margin-top: 20px;
}

@media (min-width: 1600px) {
	.heading-decor {
		font-size: 28px;
	}
	.heading-decor + * {
		margin-top: 30px;
	}
}

/*
*
* Grid modules
* --------------------------------------------------
*/
.row-no-gutter {
	margin-left: 0;
	margin-right: 0;
}

.row-no-gutter > [class*='col'] {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 1600px) {
	.col-xxl-3 {
		width: 25%;
	}
}

/**
* Grid demonstration
*/
.grid-demonstration {
	padding: 12px 8px;
	letter-spacing: 0;
	text-align: left;
}

@media (max-width: 991px) {
	.grid-demonstration h5,
	.grid-demonstration .heading-5 {
		font-size: 14px;
	}
}

@media (max-width: 1199px) {
	.grid-demonstration p {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.grid-demonstration [class*='col'] {
	padding: 8px 5px;
}

@media (max-width: 767px) {
	.grid-demonstration [class*='col'] p {
		font-size: 14px;
	}
	.grid-demonstration [class*='col'] * + p {
		margin-top: 10px;
	}
}

@media (min-width: 768px) {
	.grid-demonstration [class*='col'] {
		padding: 15px 10px;
	}
}

@media (min-width: 992px) {
	.grid-demonstration [class*='col'] {
		padding: 25px 15px;
	}
}

@media (min-width: 1200px) {
	.grid-demonstration [class*='col'] {
		padding: 30px 15px 30px 30px;
	}
}

@media (min-width: 1400px) {
	.grid-demonstration [class*='col'] {
		padding: 30px 15px;
	}
	.grid-demonstration [class*='col'] * + p {
		margin-top: 24px;
	}
}

.grid-demonstration * + .row {
	margin-top: 30px;
}

.grid-demonstration .row + .row {
	margin-top: 0;
}

@media (min-width: 1600px) {
	.grid-demonstration * + .row {
		margin-top: 60px;
	}
}

@media (max-width: 767px) {
	.container.grid-demonstration .row {
		margin-left: 0;
		margin-right: 0;
	}
}

.container-fullwidth {
	width: 100%;
}

@media (min-width: 1600px) {
	.container-fullwidth {
		padding-left: 60px;
		padding-right: 60px;
	}
}

.column-aside .row {
	position: relative;
	transform: translateY(-35px);
	margin-bottom: -35px;
	pointer-events: none;
}

.column-aside .row > *:before {
	content: '';
	display: table;
	width: 0;
}

.column-aside .row > * {
	margin-top: 35px;
	pointer-events: auto;
}

@media (min-width: 768px) {
	.column-aside .row {
		position: relative;
		transform: translateY(-50px);
		margin-bottom: -50px;
		pointer-events: none;
	}
	.column-aside .row > *:before {
		content: '';
		display: table;
		width: 0;
	}
	.column-aside .row > * {
		margin-top: 50px;
		pointer-events: auto;
	}
}

@media (min-width: 1600px) {
	.column-aside .row {
		position: relative;
		transform: translateY(-90px);
		margin-bottom: -90px;
		pointer-events: none;
	}
	.column-aside .row > *:before {
		content: '';
		display: table;
		width: 0;
	}
	.column-aside .row > * {
		margin-top: 90px;
		pointer-events: auto;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.column-aside {
		padding-left: 30px;
	}
	.section-reverse .column-aside {
		padding-left: 0;
		padding-right: 30px;
	}
}

/**
* Range bordered
*/
.row-custom-bordered [class*='cell'] {
	border-style: solid;
	border-color: #c2c2c3;
	border-width: 0;
}

.row-custom-bordered [class*='cell']:nth-child(n + 2) {
	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 (min-width: 768px) {
	.row-custom-bordered .col-md-3:first-child {
		border-width: 0 1px 0 1px;
	}
	.row-custom-bordered .col-md-3:nth-child(n + 2) {
		border-width: 0 1px 0 0;
	}
}

@media (max-width: 991px) {
	.row-custom-bordered .col-lg-3 {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

@media (max-width: 575px) {
	.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 + 2) {
		border-width: 0 0 0 1px;
	}
	.row-custom-bordered .col-lg-3:nth-child(4n + 1) {
		border-width: 0;
	}
}

/*
*
* Modules
* ==================================================
*/
/*
*
* Flex Grid system
* --------------------------------------------------
*/
.container,
.container-wide,
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container,
.container-wide {
	min-width: 300px;
	max-width: 480px;
}

@media (min-width: 768px) {
	.container,
	.container-wide {
		max-width: 768px;
	}
}

@media (min-width: 992px) {
	.container,
	.container-wide {
		max-width: 992px;
	}
}

@media (min-width: 1200px) {
	.container,
	.container-wide {
		max-width: 1200px;
	}
}

@media (min-width: 1600px) {
	.container-bigger {
		max-width: 1500px;
	}
}

@media (min-width: 1600px) {
	.container-wide {
		max-width: 1600px;
	}
}

@media (min-width: 1800px) {
	.container-wide {
		max-width: 1800px;
	}
}

.container-custom {
	padding: 0;
	width: 100%;
}

.container-custom .gallery-item {
	width: 100%;
	max-width: 100%;
}

.container-custom .gallery-item .gallery-item-image {
	width: 100%;
}

.container-custom .container-custom-inner {
	padding: 0 15px;
}

.container-custom [class*='col'] [class*='section']:empty {
	min-height: 300px;
	margin-left: -15px;
	margin-right: -15px;
}

@media (min-width: 576px) {
	.container-custom .row {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (min-width: 768px) {
	.container-custom {
		min-height: 350px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.container-custom .container-custom-inner-1 {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 1200px) {
	.container-custom,
	.container-custom [class*='col'] {
		padding: 0;
	}
	.container-custom [class*='col']:first-child .container-custom-inner {
		margin-left: auto;
		margin-right: 0;
	}
	.section-reverse .container-custom [class*='col']:first-child .container-custom-inner {
		margin-left: 0;
		margin-right: auto;
	}
	.container-custom [class*='col']:last-child .container-custom-inner {
		margin-left: 0;
		margin-right: auto;
	}
	.section-reverse .container-custom [class*='col']:last-child .container-custom-inner {
		margin-left: auto;
		margin-right: 0;
	}
}

.container-custom .container-custom-inner [class*='section-'] {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.container-custom .container-custom-inner [class*='section-'] > * {
	width: 100%;
}

@media (min-width: 1200px) {
	.container-custom .container-custom-inner {
		padding: 0 40px;
	}
}

@media (min-width: 1600px) {
	.container-custom .container-custom-inner {
		max-width: 800px;
		padding: 0 125px;
	}
}

@media (min-width: 1800px) {
	.container-custom .container-custom-inner {
		max-width: 960px;
		padding: 0 150px;
	}
}

@media (min-width: 1200px) {
	.container-custom .container-custom-inner-right {
		margin-left: 0;
		margin-right: auto;
	}
	.section-reverse .container-custom .container-custom-inner-right {
		margin-left: auto;
		margin-right: 0;
	}
}

.container-no-gutter {
	width: 100%;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.container-fullwidth {
	width: 100%;
	max-width: 1800px;
}

@media (min-width: 1200px) {
	.container-fluid-inset-lg-50 {
		padding-left: 50px;
		padding-right: 50px;
	}
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row > .row {
	margin-left: 0;
	margin-right: 0;
}

.row-center {
	justify-content: center;
}

.row-left {
	justify-content: flex-start;
}

.row-right {
	justify-content: flex-end;
}

.row-justify {
	justify-content: space-between;
}

.row-around {
	justify-content: space-around;
}

.row-top {
	align-items: flex-start;
}

.row-reverse {
	flex-direction: row-reverse;
}

.row-middle {
	align-items: center;
}

.row-bottom {
	align-items: flex-end;
}

.row-spacer {
	flex-basis: 100%;
}

[class*="cell-"] {
	padding-left: 15px;
	padding-right: 15px;
}

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;
	}
}

html.lt-ie-10 * + .row-md,
* + .row-md {
	margin-top: 30px;
}

@media (min-width: 1200px) {
	html.lt-ie-10 * + .row-lg,
	* + .row-lg {
		margin-top: 60px;
	}
}

@media (min-width: 1600px) {
	html.lt-ie-10 * + .row-xl,
	* + .row-xl {
		margin-top: 70px;
	}
}

html.tablet.lt-ie-10 * + .row-xl.row-100,
.tablet * + .row-xl.row-100,
.mobile * + .row-xl.row-100 {
	margin-top: 70px;
}

@media (min-width: 992px) {
	html.lt-ie-10 * + .row-xxl,
	* + .row-xxl {
		margin-top: 50px;
	}
}

@media (min-width: 1200px) {
	html.lt-ie-10 * + .row-xxl,
	* + .row-xxl {
		margin-top: 90px;
	}
}

html.lt-ie-10 .no-gutters,
.no-gutters {
	margin-left: 0;
	margin-right: 0;
}

html.lt-ie-10 .no-gutters > [class*='col'],
.no-gutters > [class*='col'] {
	padding-left: 0;
	padding-right: 0;
	margin-top: -1px;
}

html.lt-ie-10 .row-narrow,
.row-narrow {
	margin-left: -5px;
	margin-right: -5px;
}

html.lt-ie-10 .row-narrow > [class*='col'],
.row-narrow > [class*='col'] {
	padding-left: 5px;
	padding-right: 5px;
}

html.lt-ie-10 .row-narrow > * + [class*='col'],
.row-narrow > * + [class*='col'] {
	padding-left: 5px;
	padding-right: 5px;
}

html.lt-ie-10 .row-narrow-md,
.row-narrow-md {
	margin-left: -7px;
	margin-right: -8px;
}

html.lt-ie-10 .row-narrow-md > [class*='col'],
.row-narrow-md > [class*='col'] {
	padding-left: 8px;
	padding-right: 7px;
}

html.lt-ie-10 .row-narrow-md > * + [class*='col'],
.row-narrow-md > * + [class*='col'] {
	padding-left: 8px;
	padding-right: 7px;
}

/*.row {
	display: flex;
	flex: 0 1 auto;
	flex-direction: row;
	flex-wrap: wrap;
}

.row > .row {
	flex-basis: 100%;
}

.row-vertical {
	flex-direction: column;
}

.row > [class*='col'] {
	flex: 0 0 auto;
	flex-basis: 100%;
}*/

@media (min-width: 0px) {
	* + [class*='cell-xxs-'] {
		margin-top: 0;
	}
	.row-xxs-center {
		justify-content: center;
	}
	.row-xxs-left {
		justify-content: flex-start;
	}
	.row-xxs-right {
		justify-content: flex-end;
	}
	.row-xxs-justify {
		justify-content: space-between;
	}
	.row-xxs-around {
		justify-content: space-around;
	}
	.row-xxs-top {
		align-items: flex-start;
	}
	.row-xxs {
		flex-direction: row;
	}
	.row-xxs-reverse {
		flex-direction: row-reverse;
	}
	.row-xxs-middle {
		align-items: center;
	}
	.row-xxs-bottom {
		align-items: flex-end;
	}
	.col-xxs-top {
		align-self: flex-start;
	}
	.col-xxs-middle {
		align-self: center;
	}
	.col-xxs-bottom {
		align-self: flex-end;
	}
	.row > .col-xxs-1 {
		flex-basis: 8.33333%;
		max-width: 8.33333%;
		width: 8.33333%;
	}
	.row > .col-xxs-2 {
		flex-basis: 16.66667%;
		max-width: 16.66667%;
		width: 16.66667%;
	}
	.row > .col-xxs-3 {
		flex-basis: 25%;
		max-width: 25%;
		width: 25%;
	}
	.row > .col-xxs-4 {
		flex-basis: 33.33333%;
		max-width: 33.33333%;
		width: 33.33333%;
	}
	.row > .col-xxs-5 {
		flex-basis: 41.66667%;
		max-width: 41.66667%;
		width: 41.66667%;
	}
	.row > .col-xxs-6 {
		flex-basis: 50%;
		max-width: 50%;
		width: 50%;
	}
	.row > .col-xxs-7 {
		flex-basis: 58.33333%;
		max-width: 58.33333%;
		width: 58.33333%;
	}
	.row > .col-xxs-8 {
		flex-basis: 66.66667%;
		max-width: 66.66667%;
		width: 66.66667%;
	}
	.row > .col-xxs-9 {
		flex-basis: 75%;
		max-width: 75%;
		width: 75%;
	}
	.row > .col-xxs-10 {
		flex-basis: 83.33333%;
		max-width: 83.33333%;
		width: 83.33333%;
	}
	.row > .col-xxs-11 {
		flex-basis: 91.66667%;
		max-width: 91.66667%;
		width: 91.66667%;
	}
	.row > .col-xxs-12 {
		flex-basis: 100%;
		max-width: 100%;
		width: 100%;
	}
}

@media (min-width: 480px) {
	* + [class*='cell-xs-'] {
		margin-top: 0;
	}
	.row-xs-center {
		justify-content: center;
	}
	.row-xs-left {
		justify-content: flex-start;
	}
	.row-xs-right {
		justify-content: flex-end;
	}
	.row-xs-justify {
		justify-content: space-between;
	}
	.row-xs-around {
		justify-content: space-around;
	}
	.row-xs-top {
		align-items: flex-start;
	}
	.row-xs {
		flex-direction: row;
	}
	.row-xs-reverse {
		flex-direction: row-reverse;
	}
	.row-xs-middle {
		align-items: center;
	}
	.row-xs-bottom {
		align-items: flex-end;
	}
	.col-xs-top {
		align-self: flex-start;
	}
	.col-xs-middle {
		align-self: center;
	}
	.col-xs-bottom {
		align-self: flex-end;
	}
	.row > .col-xs-1 {
		flex-basis: 8.33333%;
		max-width: 8.33333%;
		width: 8.33333%;
	}
	.row > .col-xs-2 {
		flex-basis: 16.66667%;
		max-width: 16.66667%;
		width: 16.66667%;
	}
	.row > .col-xs-3 {
		flex-basis: 25%;
		max-width: 25%;
		width: 25%;
	}
	.row > .col-xs-4 {
		flex-basis: 33.33333%;
		max-width: 33.33333%;
		width: 33.33333%;
	}
	.row > .col-xs-5 {
		flex-basis: 41.66667%;
		max-width: 41.66667%;
		width: 41.66667%;
	}
	.row > .col-xs-6 {
		flex-basis: 50%;
		max-width: 50%;
		width: 50%;
	}
	.row > .col-xs-7 {
		flex-basis: 58.33333%;
		max-width: 58.33333%;
		width: 58.33333%;
	}
	.row > .col-xs-8 {
		flex-basis: 66.66667%;
		max-width: 66.66667%;
		width: 66.66667%;
	}
	.row > .col-xs-9 {
		flex-basis: 75%;
		max-width: 75%;
		width: 75%;
	}
	.row > .col-xs-10 {
		flex-basis: 83.33333%;
		max-width: 83.33333%;
		width: 83.33333%;
	}
	.row > .col-xs-11 {
		flex-basis: 91.66667%;
		max-width: 91.66667%;
		width: 91.66667%;
	}
	.row > .col-xs-12 {
		flex-basis: 100%;
		max-width: 100%;
		width: 100%;
	}
}

@media (min-width: 768px) {
	* + [class*='cell-sm-'] {
		margin-top: 0;
	}
	.row-sm-center {
		justify-content: center;
	}
	.row-sm-left {
		justify-content: flex-start;
	}
	.row-sm-right {
		justify-content: flex-end;
	}
	.row-sm-justify {
		justify-content: space-between;
	}
	.row-sm-around {
		justify-content: space-around;
	}
	.row-sm-top {
		align-items: flex-start;
	}
	.row-sm {
		flex-direction: row;
	}
	.row-sm-reverse {
		flex-direction: row-reverse;
	}
	.row-sm-middle {
		align-items: center;
	}
	.row-sm-bottom {
		align-items: flex-end;
	}
	.col-sm-top {
		align-self: flex-start;
	}
	.col-sm-middle {
		align-self: center;
	}
	.col-sm-bottom {
		align-self: flex-end;
	}
	.row > .col-sm-1 {
		flex-basis: 8.33333%;
		max-width: 8.33333%;
		width: 8.33333%;
	}
	.row > .col-sm-2 {
		flex-basis: 16.66667%;
		max-width: 16.66667%;
		width: 16.66667%;
	}
	.row > .col-sm-3 {
		flex-basis: 25%;
		max-width: 25%;
		width: 25%;
	}
	.row > .col-sm-4 {
		flex-basis: 33.33333%;
		max-width: 33.33333%;
		width: 33.33333%;
	}
	.row > .col-sm-5 {
		flex-basis: 41.66667%;
		max-width: 41.66667%;
		width: 41.66667%;
	}
	.row > .col-sm-6 {
		flex-basis: 50%;
		max-width: 50%;
		width: 50%;
	}
	.row > .col-sm-7 {
		flex-basis: 58.33333%;
		max-width: 58.33333%;
		width: 58.33333%;
	}
	.row > .col-sm-8 {
		flex-basis: 66.66667%;
		max-width: 66.66667%;
		width: 66.66667%;
	}
	.row > .col-sm-9 {
		flex-basis: 75%;
		max-width: 75%;
		width: 75%;
	}
	.row > .col-sm-10 {
		flex-basis: 83.33333%;
		max-width: 83.33333%;
		width: 83.33333%;
	}
	.row > .col-sm-11 {
		flex-basis: 91.66667%;
		max-width: 91.66667%;
		width: 91.66667%;
	}
	.row > .col-sm-12 {
		flex-basis: 100%;
		max-width: 100%;
		width: 100%;
	}
}

@media (min-width: 992px) {
	* + [class*='cell-md-'] {
		margin-top: 0;
	}
	.row-md-center {
		justify-content: center;
	}
	.row-md-left {
		justify-content: flex-start;
	}
	.row-md-right {
		justify-content: flex-end;
	}
	.row-md-justify {
		justify-content: space-between;
	}
	.row-md-around {
		justify-content: space-around;
	}
	.row-md-top {
		align-items: flex-start;
	}
	.row-md {
		flex-direction: row;
	}
	.row-md-reverse {
		flex-direction: row-reverse;
	}
	.row-md-middle {
		align-items: center;
	}
	.row-md-bottom {
		align-items: flex-end;
	}
	.col-md-top {
		align-self: flex-start;
	}
	.col-md-middle {
		align-self: center;
	}
	.col-md-bottom {
		align-self: flex-end;
	}
	.row > .col-md-1 {
		flex-basis: 8.33333%;
		max-width: 8.33333%;
		width: 8.33333%;
	}
	.row > .col-md-2 {
		flex-basis: 16.66667%;
		max-width: 16.66667%;
		width: 16.66667%;
	}
	.row > .col-md-3 {
		flex-basis: 25%;
		max-width: 25%;
		width: 25%;
	}
	.row > .col-md-4 {
		flex-basis: 33.33333%;
		max-width: 33.33333%;
		width: 33.33333%;
	}
	.row > .col-md-5 {
		flex-basis: 41.66667%;
		max-width: 41.66667%;
		width: 41.66667%;
	}
	.row > .col-md-6 {
		flex-basis: 50%;
		max-width: 50%;
		width: 50%;
	}
	.row > .col-md-7 {
		flex-basis: 58.33333%;
		max-width: 58.33333%;
		width: 58.33333%;
	}
	.row > .col-md-8 {
		flex-basis: 66.66667%;
		max-width: 66.66667%;
		width: 66.66667%;
	}
	.row > .col-md-9 {
		flex-basis: 75%;
		max-width: 75%;
		width: 75%;
	}
	.row > .col-md-10 {
		flex-basis: 83.33333%;
		max-width: 83.33333%;
		width: 83.33333%;
	}
	.row > .col-md-11 {
		flex-basis: 91.66667%;
		max-width: 91.66667%;
		width: 91.66667%;
	}
	.row > .col-md-12 {
		flex-basis: 100%;
		max-width: 100%;
		width: 100%;
	}
}

@media (min-width: 1200px) {
	* + [class*='cell-lg-'] {
		margin-top: 0;
	}
	.row-lg-center {
		justify-content: center;
	}
	.row-lg-left {
		justify-content: flex-start;
	}
	.row-lg-right {
		justify-content: flex-end;
	}
	.row-lg-justify {
		justify-content: space-between;
	}
	.row-lg-around {
		justify-content: space-around;
	}
	.row-lg-top {
		align-items: flex-start;
	}
	.row-lg {
		flex-direction: row;
	}
	.row-lg-reverse {
		flex-direction: row-reverse;
	}
	.row-lg-middle {
		align-items: center;
	}
	.row-lg-bottom {
		align-items: flex-end;
	}
	.col-lg-top {
		align-self: flex-start;
	}
	.col-lg-middle {
		align-self: center;
	}
	.col-lg-bottom {
		align-self: flex-end;
	}
	.row > .col-lg-1 {
		flex-basis: 8.33333%;
		max-width: 8.33333%;
		width: 8.33333%;
	}
	.row > .col-lg-2 {
		flex-basis: 16.66667%;
		max-width: 16.66667%;
		width: 16.66667%;
	}
	.row > .col-lg-3 {
		flex-basis: 25%;
		max-width: 25%;
		width: 25%;
	}
	.row > .col-lg-4 {
		flex-basis: 33.33333%;
		max-width: 33.33333%;
		width: 33.33333%;
	}
	.row > .col-lg-5 {
		flex-basis: 41.66667%;
		max-width: 41.66667%;
		width: 41.66667%;
	}
	.row > .col-lg-6 {
		flex-basis: 50%;
		max-width: 50%;
		width: 50%;
	}
	.row > .col-lg-7 {
		flex-basis: 58.33333%;
		max-width: 58.33333%;
		width: 58.33333%;
	}
	.row > .col-lg-8 {
		flex-basis: 66.66667%;
		max-width: 66.66667%;
		width: 66.66667%;
	}
	.row > .col-lg-9 {
		flex-basis: 75%;
		max-width: 75%;
		width: 75%;
	}
	.row > .col-lg-10 {
		flex-basis: 83.33333%;
		max-width: 83.33333%;
		width: 83.33333%;
	}
	.row > .col-lg-11 {
		flex-basis: 91.66667%;
		max-width: 91.66667%;
		width: 91.66667%;
	}
	.row > .col-lg-12 {
		flex-basis: 100%;
		max-width: 100%;
		width: 100%;
	}
}

@media (min-width: 1600px) {
	* + [class*='cell-xl-'] {
		margin-top: 0;
	}
	.row-xl-center {
		justify-content: center;
	}
	.row-xl-left {
		justify-content: flex-start;
	}
	.row-xl-right {
		justify-content: flex-end;
	}
	.row-xl-justify {
		justify-content: space-between;
	}
	.row-xl-around {
		justify-content: space-around;
	}
	.row-xl-top {
		align-items: flex-start;
	}
	.row-xl {
		flex-direction: row;
	}
	.row-xl-reverse {
		flex-direction: row-reverse;
	}
	.row-xl-middle {
		align-items: center;
	}
	.row-xl-bottom {
		align-items: flex-end;
	}
	.col-xl-top {
		align-self: flex-start;
	}
	.col-xl-middle {
		align-self: center;
	}
	.col-xl-bottom {
		align-self: flex-end;
	}
	.row > .col-xl-1 {
		flex-basis: 8.33333%;
		max-width: 8.33333%;
		width: 8.33333%;
	}
	.row > .col-xl-2 {
		flex-basis: 16.66667%;
		max-width: 16.66667%;
		width: 16.66667%;
	}
	.row > .col-xl-3 {
		flex-basis: 25%;
		max-width: 25%;
		width: 25%;
	}
	.row > .col-xl-4 {
		flex-basis: 33.33333%;
		max-width: 33.33333%;
		width: 33.33333%;
	}
	.row > .col-xl-5 {
		flex-basis: 41.66667%;
		max-width: 41.66667%;
		width: 41.66667%;
	}
	.row > .col-xl-6 {
		flex-basis: 50%;
		max-width: 50%;
		width: 50%;
	}
	.row > .col-xl-7 {
		flex-basis: 58.33333%;
		max-width: 58.33333%;
		width: 58.33333%;
	}
	.row > .col-xl-8 {
		flex-basis: 66.66667%;
		max-width: 66.66667%;
		width: 66.66667%;
	}
	.row > .col-xl-9 {
		flex-basis: 75%;
		max-width: 75%;
		width: 75%;
	}
	.row > .col-xl-10 {
		flex-basis: 83.33333%;
		max-width: 83.33333%;
		width: 83.33333%;
	}
	.row > .col-xl-11 {
		flex-basis: 91.66667%;
		max-width: 91.66667%;
		width: 91.66667%;
	}
	.row > .col-xl-12 {
		flex-basis: 100%;
		max-width: 100%;
		width: 100%;
	}
}

@media (min-width: 1800px) {
	* + [class*='cell-xxl-'] {
		margin-top: 0;
	}
	.row-xxl-center {
		justify-content: center;
	}
	.row-xxl-left {
		justify-content: flex-start;
	}
	.row-xxl-right {
		justify-content: flex-end;
	}
	.row-xxl-justify {
		justify-content: space-between;
	}
	.row-xxl-around {
		justify-content: space-around;
	}
	.row-xxl-top {
		align-items: flex-start;
	}
	.row-xxl {
		flex-direction: row;
	}
	.row-xxl-reverse {
		flex-direction: row-reverse;
	}
	.row-xxl-middle {
		align-items: center;
	}
	.row-xxl-bottom {
		align-items: flex-end;
	}
	.col-xxl-top {
		align-self: flex-start;
	}
	.col-xxl-middle {
		align-self: center;
	}
	.col-xxl-bottom {
		align-self: flex-end;
	}
	.row > .col-xxl-1 {
		flex-basis: 8.33333%;
		max-width: 8.33333%;
		width: 8.33333%;
	}
	.row > .col-xxl-2 {
		flex-basis: 16.66667%;
		max-width: 16.66667%;
		width: 16.66667%;
	}
	.row > .col-xxl-3 {
		flex-basis: 25%;
		max-width: 25%;
		width: 25%;
	}
	.row > .col-xxl-4 {
		flex-basis: 33.33333%;
		max-width: 33.33333%;
		width: 33.33333%;
	}
	.row > .col-xxl-5 {
		flex-basis: 41.66667%;
		max-width: 41.66667%;
		width: 41.66667%;
	}
	.row > .col-xxl-6 {
		flex-basis: 50%;
		max-width: 50%;
		width: 50%;
	}
	.row > .col-xxl-7 {
		flex-basis: 58.33333%;
		max-width: 58.33333%;
		width: 58.33333%;
	}
	.row > .col-xxl-8 {
		flex-basis: 66.66667%;
		max-width: 66.66667%;
		width: 66.66667%;
	}
	.row > .col-xxl-9 {
		flex-basis: 75%;
		max-width: 75%;
		width: 75%;
	}
	.row > .col-xxl-10 {
		flex-basis: 83.33333%;
		max-width: 83.33333%;
		width: 83.33333%;
	}
	.row > .col-xxl-11 {
		flex-basis: 91.66667%;
		max-width: 91.66667%;
		width: 91.66667%;
	}
	.row > .col-xxl-12 {
		flex-basis: 100%;
		max-width: 100%;
		width: 100%;
	}
}

@media (min-width: 0px) {
	.row-ten > .col-xxs-1 {
		flex-basis: 10%;
		max-width: 10%;
		width: 10%;
	}
	.row-ten > .col-xxs-2 {
		flex-basis: 20%;
		max-width: 20%;
		width: 20%;
	}
	.row-ten > .col-xxs-3 {
		flex-basis: 30%;
		max-width: 30%;
		width: 30%;
	}
	.row-ten > .col-xxs-4 {
		flex-basis: 40%;
		max-width: 40%;
		width: 40%;
	}
	.row-ten > .col-xxs-5 {
		flex-basis: 50%;
		max-width: 50%;
		width: 50%;
	}
	.row-ten > .col-xxs-6 {
		flex-basis: 60%;
		max-width: 60%;
		width: 60%;
	}
	.row-ten > .col-xxs-7 {
		flex-basis: 70%;
		max-width: 70%;
		width: 70%;
	}
	.row-ten > .col-xxs-8 {
		flex-basis: 80%;
		max-width: 80%;
		width: 80%;
	}
	.row-ten > .col-xxs-9 {
		flex-basis: 90%;
		max-width: 90%;
		width: 90%;
	}
	.row-ten > .col-xxs-10 {
		flex-basis: 100%;
		max-width: 100%;
		width: 100%;
	}
}

@media (min-width: 480px) {
	.row-ten > .col-xs-1 {
		flex-basis: 10%;
		max-width: 10%;
		width: 10%;
	}
	.row-ten > .col-xs-2 {
		flex-basis: 20%;
		max-width: 20%;
		width: 20%;
	}
	.row-ten > .col-xs-3 {
		flex-basis: 30%;
		max-width: 30%;
		width: 30%;
	}
	.row-ten > .col-xs-4 {
		flex-basis: 40%;
		max-width: 40%;
		width: 40%;
	}
	.row-ten > .col-xs-5 {
		flex-basis: 50%;
		max-width: 50%;
		width: 50%;
	}
	.row-ten > .col-xs-6 {
		flex-basis: 60%;
		max-width: 60%;
		width: 60%;
	}
	.row-ten > .col-xs-7 {
		flex-basis: 70%;
		max-width: 70%;
		width: 70%;
	}
	.row-ten > .col-xs-8 {
		flex-basis: 80%;
		max-width: 80%;
		width: 80%;
	}
	.row-ten > .col-xs-9 {
		flex-basis: 90%;
		max-width: 90%;
		width: 90%;
	}
	.row-ten > .col-xs-10 {
		flex-basis: 100%;
		max-width: 100%;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.row-ten > .col-sm-1 {
		flex-basis: 10%;
		max-width: 10%;
		width: 10%;
	}
	.row-ten > .col-sm-2 {
		flex-basis: 20%;
		max-width: 20%;
		width: 20%;
	}
	.row-ten > .col-sm-3 {
		flex-basis: 30%;
		max-width: 30%;
		width: 30%;
	}
	.row-ten > .col-sm-4 {
		flex-basis: 40%;
		max-width: 40%;
		width: 40%;
	}
	.row-ten > .col-sm-5 {
		flex-basis: 50%;
		max-width: 50%;
		width: 50%;
	}
	.row-ten > .col-sm-6 {
		flex-basis: 60%;
		max-width: 60%;
		width: 60%;
	}
	.row-ten > .col-sm-7 {
		flex-basis: 70%;
		max-width: 70%;
		width: 70%;
	}
	.row-ten > .col-sm-8 {
		flex-basis: 80%;
		max-width: 80%;
		width: 80%;
	}
	.row-ten > .col-sm-9 {
		flex-basis: 90%;
		max-width: 90%;
		width: 90%;
	}
	.row-ten > .col-sm-10 {
		flex-basis: 100%;
		max-width: 100%;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.row-ten > .col-md-1 {
		flex-basis: 10%;
		max-width: 10%;
		width: 10%;
	}
	.row-ten > .col-md-2 {
		flex-basis: 20%;
		max-width: 20%;
		width: 20%;
	}
	.row-ten > .col-md-3 {
		flex-basis: 30%;
		max-width: 30%;
		width: 30%;
	}
	.row-ten > .col-md-4 {
		flex-basis: 40%;
		max-width: 40%;
		width: 40%;
	}
	.row-ten > .col-md-5 {
		flex-basis: 50%;
		max-width: 50%;
		width: 50%;
	}
	.row-ten > .col-md-6 {
		flex-basis: 60%;
		max-width: 60%;
		width: 60%;
	}
	.row-ten > .col-md-7 {
		flex-basis: 70%;
		max-width: 70%;
		width: 70%;
	}
	.row-ten > .col-md-8 {
		flex-basis: 80%;
		max-width: 80%;
		width: 80%;
	}
	.row-ten > .col-md-9 {
		flex-basis: 90%;
		max-width: 90%;
		width: 90%;
	}
	.row-ten > .col-md-10 {
		flex-basis: 100%;
		max-width: 100%;
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.row-ten > .col-lg-1 {
		flex-basis: 10%;
		max-width: 10%;
		width: 10%;
	}
	.row-ten > .col-lg-2 {
		flex-basis: 20%;
		max-width: 20%;
		width: 20%;
	}
	.row-ten > .col-lg-3 {
		flex-basis: 30%;
		max-width: 30%;
		width: 30%;
	}
	.row-ten > .col-lg-4 {
		flex-basis: 40%;
		max-width: 40%;
		width: 40%;
	}
	.row-ten > .col-lg-5 {
		flex-basis: 50%;
		max-width: 50%;
		width: 50%;
	}
	.row-ten > .col-lg-6 {
		flex-basis: 60%;
		max-width: 60%;
		width: 60%;
	}
	.row-ten > .col-lg-7 {
		flex-basis: 70%;
		max-width: 70%;
		width: 70%;
	}
	.row-ten > .col-lg-8 {
		flex-basis: 80%;
		max-width: 80%;
		width: 80%;
	}
	.row-ten > .col-lg-9 {
		flex-basis: 90%;
		max-width: 90%;
		width: 90%;
	}
	.row-ten > .col-lg-10 {
		flex-basis: 100%;
		max-width: 100%;
		width: 100%;
	}
}

@media (min-width: 1600px) {
	.row-ten > .col-xl-1 {
		flex-basis: 10%;
		max-width: 10%;
		width: 10%;
	}
	.row-ten > .col-xl-2 {
		flex-basis: 20%;
		max-width: 20%;
		width: 20%;
	}
	.row-ten > .col-xl-3 {
		flex-basis: 30%;
		max-width: 30%;
		width: 30%;
	}
	.row-ten > .col-xl-4 {
		flex-basis: 40%;
		max-width: 40%;
		width: 40%;
	}
	.row-ten > .col-xl-5 {
		flex-basis: 50%;
		max-width: 50%;
		width: 50%;
	}
	.row-ten > .col-xl-6 {
		flex-basis: 60%;
		max-width: 60%;
		width: 60%;
	}
	.row-ten > .col-xl-7 {
		flex-basis: 70%;
		max-width: 70%;
		width: 70%;
	}
	.row-ten > .col-xl-8 {
		flex-basis: 80%;
		max-width: 80%;
		width: 80%;
	}
	.row-ten > .col-xl-9 {
		flex-basis: 90%;
		max-width: 90%;
		width: 90%;
	}
	.row-ten > .col-xl-10 {
		flex-basis: 100%;
		max-width: 100%;
		width: 100%;
	}
}

@media (min-width: 1800px) {
	.row-ten > .col-xxl-1 {
		flex-basis: 10%;
		max-width: 10%;
		width: 10%;
	}
	.row-ten > .col-xxl-2 {
		flex-basis: 20%;
		max-width: 20%;
		width: 20%;
	}
	.row-ten > .col-xxl-3 {
		flex-basis: 30%;
		max-width: 30%;
		width: 30%;
	}
	.row-ten > .col-xxl-4 {
		flex-basis: 40%;
		max-width: 40%;
		width: 40%;
	}
	.row-ten > .col-xxl-5 {
		flex-basis: 50%;
		max-width: 50%;
		width: 50%;
	}
	.row-ten > .col-xxl-6 {
		flex-basis: 60%;
		max-width: 60%;
		width: 60%;
	}
	.row-ten > .col-xxl-7 {
		flex-basis: 70%;
		max-width: 70%;
		width: 70%;
	}
	.row-ten > .col-xxl-8 {
		flex-basis: 80%;
		max-width: 80%;
		width: 80%;
	}
	.row-ten > .col-xxl-9 {
		flex-basis: 90%;
		max-width: 90%;
		width: 90%;
	}
	.row-ten > .col-xxl-10 {
		flex-basis: 100%;
		max-width: 100%;
		width: 100%;
	}
}

html.lt-ie-10 .row > .col-sm-1 {
	margin-left: auto;
	margin-right: auto;
	max-width: 8.33333%;
}

html.lt-ie-10 .row > .col-sm-2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 16.66667%;
}

html.lt-ie-10 .row > .col-sm-3 {
	margin-left: auto;
	margin-right: auto;
	max-width: 25%;
}

html.lt-ie-10 .row > .col-sm-4 {
	margin-left: auto;
	margin-right: auto;
	max-width: 33.33333%;
}

html.lt-ie-10 .row > .col-sm-5 {
	margin-left: auto;
	margin-right: auto;
	max-width: 41.66667%;
}

html.lt-ie-10 .row > .col-sm-6 {
	margin-left: auto;
	margin-right: auto;
	max-width: 50%;
}

html.lt-ie-10 .row > .col-sm-7 {
	margin-left: auto;
	margin-right: auto;
	max-width: 58.33333%;
}

html.lt-ie-10 .row > .col-sm-8 {
	margin-left: auto;
	margin-right: auto;
	max-width: 66.66667%;
}

html.lt-ie-10 .row > .col-sm-9 {
	margin-left: auto;
	margin-right: auto;
	max-width: 75%;
}

html.lt-ie-10 .row > .col-sm-10 {
	margin-left: auto;
	margin-right: auto;
	max-width: 83.33333%;
}

html.lt-ie-10 .row > .col-sm-11 {
	margin-left: auto;
	margin-right: auto;
	max-width: 91.66667%;
}

html.lt-ie-10 .row > .col-sm-12 {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

html.lt-ie-10 .row > .col-md-1 {
	margin-left: auto;
	margin-right: auto;
	max-width: 8.33333%;
}

html.lt-ie-10 .row > .col-md-2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 16.66667%;
}

html.lt-ie-10 .row > .col-md-3 {
	margin-left: auto;
	margin-right: auto;
	max-width: 25%;
}

html.lt-ie-10 .row > .col-md-4 {
	margin-left: auto;
	margin-right: auto;
	max-width: 33.33333%;
}

html.lt-ie-10 .row > .col-md-5 {
	margin-left: auto;
	margin-right: auto;
	max-width: 41.66667%;
}

html.lt-ie-10 .row > .col-md-6 {
	margin-left: auto;
	margin-right: auto;
	max-width: 50%;
}

html.lt-ie-10 .row > .col-md-7 {
	margin-left: auto;
	margin-right: auto;
	max-width: 58.33333%;
}

html.lt-ie-10 .row > .col-md-8 {
	margin-left: auto;
	margin-right: auto;
	max-width: 66.66667%;
}

html.lt-ie-10 .row > .col-md-9 {
	margin-left: auto;
	margin-right: auto;
	max-width: 75%;
}

html.lt-ie-10 .row > .col-md-10 {
	margin-left: auto;
	margin-right: auto;
	max-width: 83.33333%;
}

html.lt-ie-10 .row > .col-md-11 {
	margin-left: auto;
	margin-right: auto;
	max-width: 91.66667%;
}

html.lt-ie-10 .row > .col-md-12 {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

html.lt-ie-10 .row > .col-lg-1 {
	margin-left: auto;
	margin-right: auto;
	max-width: 8.33333%;
}

html.lt-ie-10 .row > .col-lg-2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 16.66667%;
}

html.lt-ie-10 .row > .col-lg-3 {
	margin-left: auto;
	margin-right: auto;
	max-width: 25%;
}

html.lt-ie-10 .row > .col-lg-4 {
	margin-left: auto;
	margin-right: auto;
	max-width: 33.33333%;
}

html.lt-ie-10 .row > .col-lg-5 {
	margin-left: auto;
	margin-right: auto;
	max-width: 41.66667%;
}

html.lt-ie-10 .row > .col-lg-6 {
	margin-left: auto;
	margin-right: auto;
	max-width: 50%;
}

html.lt-ie-10 .row > .col-lg-7 {
	margin-left: auto;
	margin-right: auto;
	max-width: 58.33333%;
}

html.lt-ie-10 .row > .col-lg-8 {
	margin-left: auto;
	margin-right: auto;
	max-width: 66.66667%;
}

html.lt-ie-10 .row > .col-lg-9 {
	margin-left: auto;
	margin-right: auto;
	max-width: 75%;
}

html.lt-ie-10 .row > .col-lg-10 {
	margin-left: auto;
	margin-right: auto;
	max-width: 83.33333%;
}

html.lt-ie-10 .row > .col-lg-11 {
	margin-left: auto;
	margin-right: auto;
	max-width: 91.66667%;
}

html.lt-ie-10 .row > .col-lg-12 {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

html.lt-ie-10 .row > .col-xl-1 {
	margin-left: auto;
	margin-right: auto;
	max-width: 8.33333%;
}

html.lt-ie-10 .row > .col-xl-2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 16.66667%;
}

html.lt-ie-10 .row > .col-xl-3 {
	margin-left: auto;
	margin-right: auto;
	max-width: 25%;
}

html.lt-ie-10 .row > .col-xl-4 {
	margin-left: auto;
	margin-right: auto;
	max-width: 33.33333%;
}

html.lt-ie-10 .row > .col-xl-5 {
	margin-left: auto;
	margin-right: auto;
	max-width: 41.66667%;
}

html.lt-ie-10 .row > .col-xl-6 {
	margin-left: auto;
	margin-right: auto;
	max-width: 50%;
}

html.lt-ie-10 .row > .col-xl-7 {
	margin-left: auto;
	margin-right: auto;
	max-width: 58.33333%;
}

html.lt-ie-10 .row > .col-xl-8 {
	margin-left: auto;
	margin-right: auto;
	max-width: 66.66667%;
}

html.lt-ie-10 .row > .col-xl-9 {
	margin-left: auto;
	margin-right: auto;
	max-width: 75%;
}

html.lt-ie-10 .row > .col-xl-10 {
	margin-left: auto;
	margin-right: auto;
	max-width: 83.33333%;
}

html.lt-ie-10 .row > .col-xl-11 {
	margin-left: auto;
	margin-right: auto;
	max-width: 91.66667%;
}

html.lt-ie-10 .row > .col-xl-12 {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

html.lt-ie-10 .row > .col-xxl-1 {
	margin-left: auto;
	margin-right: auto;
	max-width: 8.33333%;
}

html.lt-ie-10 .row > .col-xxl-2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 16.66667%;
}

html.lt-ie-10 .row > .col-xxl-3 {
	margin-left: auto;
	margin-right: auto;
	max-width: 25%;
}

html.lt-ie-10 .row > .col-xxl-4 {
	margin-left: auto;
	margin-right: auto;
	max-width: 33.33333%;
}

html.lt-ie-10 .row > .col-xxl-5 {
	margin-left: auto;
	margin-right: auto;
	max-width: 41.66667%;
}

html.lt-ie-10 .row > .col-xxl-6 {
	margin-left: auto;
	margin-right: auto;
	max-width: 50%;
}

html.lt-ie-10 .row > .col-xxl-7 {
	margin-left: auto;
	margin-right: auto;
	max-width: 58.33333%;
}

html.lt-ie-10 .row > .col-xxl-8 {
	margin-left: auto;
	margin-right: auto;
	max-width: 66.66667%;
}

html.lt-ie-10 .row > .col-xxl-9 {
	margin-left: auto;
	margin-right: auto;
	max-width: 75%;
}

html.lt-ie-10 .row > .col-xxl-10 {
	margin-left: auto;
	margin-right: auto;
	max-width: 83.33333%;
}

html.lt-ie-10 .row > .col-xxl-11 {
	margin-left: auto;
	margin-right: auto;
	max-width: 91.66667%;
}

html.lt-ie-10 .row > .col-xxl-12 {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

html.lt-ie-10 .row > .col-xxl-1 {
	margin-left: auto;
	margin-right: auto;
	max-width: 8.33333%;
}

html.lt-ie-10 .row > .col-xxl-2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 16.66667%;
}

html.lt-ie-10 .row > .col-xxl-3 {
	margin-left: auto;
	margin-right: auto;
	max-width: 25%;
}

html.lt-ie-10 .row > .col-xxl-4 {
	margin-left: auto;
	margin-right: auto;
	max-width: 33.33333%;
}

html.lt-ie-10 .row > .col-xxl-5 {
	margin-left: auto;
	margin-right: auto;
	max-width: 41.66667%;
}

html.lt-ie-10 .row > .col-xxl-6 {
	margin-left: auto;
	margin-right: auto;
	max-width: 50%;
}

html.lt-ie-10 .row > .col-xxl-7 {
	margin-left: auto;
	margin-right: auto;
	max-width: 58.33333%;
}

html.lt-ie-10 .row > .col-xxl-8 {
	margin-left: auto;
	margin-right: auto;
	max-width: 66.66667%;
}

html.lt-ie-10 .row > .col-xxl-9 {
	margin-left: auto;
	margin-right: auto;
	max-width: 75%;
}

html.lt-ie-10 .row > .col-xxl-10 {
	margin-left: auto;
	margin-right: auto;
	max-width: 83.33333%;
}

html.lt-ie-10 .row > .col-xxl-11 {
	margin-left: auto;
	margin-right: auto;
	max-width: 91.66667%;
}

html.lt-ie-10 .row > .col-xxl-12 {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

/*
*
* Plugins
* ==================================================
*/
/*
*
* Animate.css
* --------------------------------------------------
*/
.animated, .desktop .pricing-box-alternative, .jp-video:before {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
}

.animated.infinite, .desktop .infinite.pricing-box-alternative, .infinite.jp-video:before {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge, .desktop .hinge.pricing-box-alternative, .hinge.jp-video:before {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

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, .desktop .pricing-box-alternative:hover, .jp-video:hover:before {
	-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;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

/**
* 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);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

/**
* 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);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

/**
* 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);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

/**
* 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);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

/**
* 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);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

.fxRotateInDown {
	-webkit-animation: fxRotateInDown .6s forwards;
	animation: fxRotateInDown .6s forwards;
}

@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);
	}
}

.fxRotateInUp {
	-webkit-animation: fxRotateInUp .6s forwards;
	animation: fxRotateInUp .6s forwards;
}

@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);
	}
}

.fxBlurInRight {
	-webkit-animation: fxBlurInRight .4s forwards;
	animation: fxBlurInRight .4s forwards;
}

@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);
	}
}

.blurIn {
	-webkit-animation: blurIn .7s forwards;
	animation: blurIn .7s forwards;
}

@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);
	}
}

.blurInButton {
	-webkit-animation: blurInButton .9s forwards;
	animation: blurInButton .9s forwards;
}

@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;
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

.fadeInRightSmall {
	animation-name: fadeInRightSmall;
}

@keyframes fadeInRightSmall {
	0% {
		opacity: 0;
		transform: translateX(120px) scale(0.8);
	}
	100% {
		opacity: 1;
		transform: translateX(0) scale(1);
	}
}

.fadeInLeftSmall {
	animation-name: fadeInLeftSmall;
}

@keyframes fadeInLeftSmall {
	0% {
		opacity: 0;
		transform: translateX(-120px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInUpSmall {
	animation-name: fadeInUpSmall;
	transform-origin: 50% 100%;
}

@keyframes fadeInUpSmall {
	0% {
		opacity: 0;
		transform: translateY(90px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/**
* Video BG
*/
.bg-vide {
	position: relative;
	z-index: 0;
}

.video-background {
	position: relative;
	overflow: hidden;
	background-color: #000000;
}

.video-background-poster {
	display: none;
}

.video-foreground,
.video-background iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-foreground {
	height: 300%;
	top: -100%;
}

.video-foreground iframe {
	left: -5px;
	width: calc(100% + 5px);
}

.video-background-inner {
	position: relative;
	z-index: 1;
}

[data-x-mode="true"] .video-foreground,
.builder .video-foreground,
.ios .video-foreground,
.ipad .video-foreground,
.tablet .video-foreground,
.devices .video-foreground,
.mobile .video-foreground {
	display: none;
}

[data-x-mode="true"] .video-background-poster,
.builder .video-background-poster,
.ios .video-background-poster,
.ipad .video-background-poster,
.tablet .video-background-poster,
.devices .video-background-poster,
.mobile .video-background-poster {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

[data-x-mode="true"] .video-background-poster img,
.builder .video-background-poster img,
.ios .video-background-poster img,
.ipad .video-background-poster img,
.tablet .video-background-poster img,
.devices .video-background-poster img,
.mobile .video-background-poster img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

* + .bg-vide,
* + .video-background {
	margin-top: 50px;
}

@media (min-width: 992px) {
	* + .bg-vide,
	* + .video-background {
		margin-top: 60px;
	}
}

.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: #fff;
	border-radius: 35px;
	box-shadow: 0 6px 8px 0 rgba(41, 41, 58, 0.17);
}

@media (max-width: 767px) {
	.dtp > .dtp-content {
		max-width: 300px;
		max-height: 90vh;
		overflow-y: auto;
	}
}

.dtp-header {
	position: relative;
	background: #fff;
	color: #1f2323;
	padding: 8px 15px;
	text-align: center;
}

.dtp-date, .dtp-time {
	background: #fff;
	text-align: center;
	color: #29293a;
	padding: 10px;
}

.dtp-date > div {
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

.dtp-actual-month, .dtp-actual-num, .dtp-actual-year {
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #29293a;
}

.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: #29293a;
}

.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: #1f2323;
}

.dtp-close > a:hover {
	color: #1cd8c9;
}

.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: 16px;
	text-align: center;
	vertical-align: middle;
	padding: 1rem 0.3rem;
	color: #c2c2c3;
}

.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: #1f2323;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	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: #10aea1;
	border-color: #10aea1;
	color: #fff;
}

.dtp table.dtp-picker-days tr > td > a:hover {
	border-color: #10aea1;
}

.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: #10aea1;
	font-size: 36px;
	line-height: 1.1;
	transition: .3s all ease;
}

.dtp .p10 > a:hover {
	color: #1cd8c9;
}

.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: #1cd8c9;
	color: #fff;
}

.dtp-picker-time {
	position: absolute;
	width: 30px;
	height: 30px;
	font-size: 1em;
	border-radius: 50%;
	cursor: pointer;
	font-weight: 500;
	text-align: center !important;
}

.dtp-picker-time > a {
	display: block;
	line-height: 23px;
	padding: 0.3rem 0.3rem 0.3rem 0.3rem;
}

.dtp-picker-time > a.dtp-select-hour.selected {
	background: #1cd8c9;
	color: #fff;
}

.dtp-picker-time > a.dtp-select-hour.disabled {
	color: #29293a;
}

.dtp-picker-time > a.dtp-select-minute.disabled {
	color: #29293a;
}

.dtp-picker-time > a.dtp-select-minute.selected {
	background: #1cd8c9;
	color: #fff;
}

.dtp-picker-clock {
	margin: 1rem 2rem 0 2rem;
	padding: 1rem;
	border-radius: 50% !important;
	background: #f5fefd;
}

.dtp-clock-center {
	width: 15px;
	height: 15px;
	background: #29293a;
	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: #29293a;
	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: #1cd8c9;
}

.dtp-buttons {
	padding: 0 1rem 1rem 1rem;
	text-align: right;
}

.dtp .invisible {
	visibility: hidden;
}

.dtp-buttons.group {
	margin-bottom: -10px;
	margin-left: -10px;
}

.dtp-buttons.group:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.dtp-buttons.group > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

.countdown {
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 20px;
	letter-spacing: .06em;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	color: #29293a;
}

.countdown.countdown-expired {
	color: #c2c2c3;
}

* + .countdown {
	margin-top: 20px;
}

.countdown + .countdown {
	margin-top: 15px;
}

@media (min-width: 768px) {
	.countdown {
		font-size: 22px;
	}
}

@media (min-width: 1200px) {
	.countdown {
		font-size: 28px;
	}
	* + .countdown {
		margin-top: 40px;
	}
	.countdown + .countdown {
		margin-top: 30px;
	}
}

/*
*
* Counter
* --------------------------------------------------
*/
.counter-wrap {
	font-size: 24px;
}

.counter-wrap .icon {
	font-size: 28px;
}

.counter-wrap * + p {
	margin-top: 10px;
}

.counter-wrap .icon + * {
	margin-top: 8px;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.col-md-3 .counter-wrap {
		font-size: 20px;
	}
}

@media (min-width: 992px) {
	.counter-wrap .icon {
		font-size: 32px;
	}
}

/*
*
* Isotope
* --------------------------------------------------
*/
@keyframes sprite-animation {
	from {
		background-position: 0 0;
	}
}

[data-isotope-layout] {
	display: block;
	transition: .4s all ease;
	min-height: 160px;
	z-index: 0;
}

[data-isotope-layout]:after {
	content: '';
	position: absolute;
	margin-top: 15px;
	width: 64px;
	height: 64px;
	top: 50%;
	left: 50%;
	background-image: url("../images/isotope-loader.png");
	background-position: -1152px 0;
	animation: 0.7s sprite-animation steps(18) infinite;
	transition: .4s all ease;
	transform: translate(-50%, -50%);
}

[data-isotope-layout] .row {
	margin-bottom: -30px;
}

[data-isotope-layout] .row > [class*="col-"] {
	margin-top: 30px;
}

[data-isotope-layout] .row-narrow {
	margin-bottom: -10px;
}

[data-isotope-layout] .row-narrow > [class*="col-"] {
	margin-top: 10px;
}

[data-isotope-layout] .row-no-gutter .gallery-item-image {
	width: 100%;
}

[data-isotope-layout] .row-condensed {
	margin-bottom: 0;
}

[data-isotope-layout] .row-condensed > [class*="col-"] {
	margin-top: 0;
}

@media (min-width: 1200px) {
	[data-isotope-layout] [class*="col-lg-3"]:not([class*='col-xxl']):not([class*='col-xl']) {
		width: 24.8%;
	}
}

[data-isotope-layout] [class*="col-"] {
	display: block;
	opacity: 0;
	will-change: transform;
	backface-visibility: hidden;
	transition: .1s opacity ease-in;
}

@media (max-width: 479px) {
	[data-isotope-layout] .row [class*="col-"] {
		width: 100%;
	}
}

[data-isotope-layout].isotope--loaded [class*="col-"] {
	opacity: 1;
}

[data-isotope-layout].isotope--loaded:after {
	opacity: 0;
	visibility: hidden;
}

[data-isotope-layout].isotope-titled-gallery .row {
	margin-bottom: -50px;
}

[data-isotope-layout].isotope-titled-gallery .row > [class*="col-"] {
	margin-top: 50px;
}

[data-isotope-layout].isotope-default {
	top: -20px;
}

[data-isotope-layout].isotope-default .row {
	margin-bottom: -30px;
}

[data-isotope-layout].isotope-default .row > [class*="col-"] {
	margin-top: 30px;
}

@media (min-width: 992px) {
	[data-isotope-layout].isotope-md .row {
		margin-bottom: -60px;
	}
	[data-isotope-layout].isotope-md .row > [class*="col-"] {
		margin-top: 60px;
	}
}

@media (min-width: 1600px) {
	[data-isotope-layout] .col-xxl-2 {
		width: 16.5%;
	}
}

[data-x-mode="true"] [data-isotope-layout]::after {
	display: none !important;
}

[data-isotope-layout='masonry'] .gallery-item {
	max-height: 350px;
}

@media (min-width: 768px) {
	[data-isotope-layout='masonry'] .gallery-item {
		max-height: 480px;
	}
}

@media (min-width: 1600px) {
	[data-isotope-layout='masonry'] .gallery-item {
		max-height: none;
	}
}

@media (max-width: 767px) {
	.isotope-xl .row > [class*="col-"] .row {
		margin-bottom: -30px;
	}
	.isotope-xl .row > [class*="col-"] .row > [class*="col-"] {
		margin-top: 35px;
	}
}

@media (min-width: 1600px) {
	.isotope-xl .row > [class*="col-"] .row {
		margin-bottom: -30px;
	}
	.isotope-xl .row > [class*="col-"] .row > [class*="col-"] {
		margin-top: 66px;
	}
}

.isotope-filters {
	position: relative;
	display: inline-block;
}

.isotope-filters-list {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	margin: 10px 0;
	z-index: 10;
	float: left;
	min-width: 130px;
	font-size: 16px;
	text-align: left;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	overflow: hidden;
}

.isotope-filters-list > li {
	display: block;
}

.isotope-filters-list > li > a {
	display: block;
	position: relative;
	clear: both;
	color: #1f2323;
	white-space: nowrap;
	line-height: 1.3;
	padding: 7px 12px;
	font-weight: 400;
}

.isotope-filters-list > li > a.active, .isotope-filters-list > li > a:hover {
	color: #1cd8c9;
	background-color: #f6f6f6;
}

.isotope-filters-list.active {
	display: block;
}

.isotope-filters-toggle.active:focus {
	outline: none;
}

.isotope-filters-title {
	display: none;
}

@media (min-width: 576px) {
	.isotope-filters-list {
		right: 0;
		left: 0;
	}
}

@media (min-width: 992px) {
	.desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list, .desktop
	.isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list {
		position: static;
		display: inline-block;
		float: none;
		padding: 0;
		background-color: transparent;
		border-radius: 0;
		box-shadow: none;
		margin-bottom: 0;
		border-bottom: 1px solid #f6f6f6;
		overflow: visible;
	}
	.desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list > li, .desktop
	.isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list > li {
		display: inline-block;
	}
	.desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list > li + li, .desktop
	.isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list > li + li {
		margin-left: 28px;
	}
}

@media (min-width: 992px) and (min-width: 1200px) {
	.desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list > li + li, .desktop
	.isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list > li + li {
		margin-left: 55px;
	}
}

@media (min-width: 992px) {
	.desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list a, .desktop
	.isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list a {
		display: inline-block;
		padding: 0 5px 13px;
		color: #1f2323;
		font-size: 20px;
		transition: 0.3s all ease-in;
	}
	.desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list a:after, .desktop
	.isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list a:after {
		content: '';
		position: absolute;
		bottom: -1px;
		left: 50%;
		width: 0;
		height: 1px;
		background: #1cd8c9;
		transition: .4s;
	}
	.desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list a.active, .desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list a:hover, .desktop
	.isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list a.active, .desktop
	.isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list a:hover {
		color: #1cd8c9;
		background-color: transparent;
	}
	.desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list a.active:after, .desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list a:hover:after, .desktop
	.isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list a.active:after, .desktop
	.isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list a:hover:after {
		left: 0;
		width: 100%;
	}
	.desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons, .desktop
	.isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons {
		margin-bottom: -10px;
		margin-left: -10px;
		border-bottom: 0;
	}
	.desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons:empty, .desktop
	.isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons > *, .desktop
	.isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 10px;
		margin-left: 10px;
	}
	.desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons > li, .desktop
	.isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons > li {
		padding: 0;
	}
	.desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons a, .desktop
	.isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons a {
		position: relative;
		display: inline-block;
		max-width: 100%;
		padding: 11px 25px;
		font-family: "Raleway", Helvetica, Arial, sans-serif;
		font-weight: 400;
		font-size: 14px;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		border: 2px solid;
		border-radius: 35px;
		text-align: center;
		vertical-align: middle;
		cursor: pointer;
		user-select: none;
		white-space: pre-wrap;
		transition: initial;
	}
	.desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons a, .desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons a:focus, .desktop
	.isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons a, .desktop
	.isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons a:focus {
		color: #1f2323;
		background-color: #fff;
		border-color: #ededed;
	}
	.desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons a:hover, .desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons a:active, .desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons a:hover, .desktop
	.isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons a:hover, .desktop
	.isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons a:active, .desktop
	.isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons a:hover {
		color: #fff;
		background-color: #1cd8c9;
		border-color: #1cd8c9;
	}
	.desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons a::after, .desktop
	.isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons a::after {
		display: none;
	}
	.desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons a.active, .desktop
	.isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list.isotope-filters-list-buttons a.active {
		color: #fff;
		background: #1cd8c9;
		border-color: #1cd8c9;
	}
	.desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-toggle,
	.desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .block-top-level .big, .desktop
	.isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-toggle,
	.desktop
	.isotope-filters-vertical:not(.isotope-filter-collapse-lg) .block-top-level .big {
		display: none;
	}
}

@media (min-width: 1200px) {
	.desktop .isotope-filters-horizontal:not(.isotope-filter-collapse-lg) .isotope-filters-list a, .desktop
	.isotope-filters-vertical:not(.isotope-filter-collapse-lg) .isotope-filters-list a {
		font-size: 24px;
	}
}

@media (min-width: 1200px) {
	html .page .isotope-filters.isotope-filters-vertical {
		margin-top: 30px;
	}
	html .page .isotope-filters.isotope-filters-vertical .isotope-filters-list {
		margin-bottom: -30px;
		padding: 0;
		border-bottom: none;
		border-right: 1px solid rgba(31, 35, 35, 0.1);
	}
	html .page .isotope-filters.isotope-filters-vertical .isotope-filters-list > li {
		display: block;
		margin-top: 0;
		text-align: right;
	}
	html .page .isotope-filters.isotope-filters-vertical .isotope-filters-list > li > a {
		padding: 0 25px;
	}
	html .page .isotope-filters.isotope-filters-vertical .isotope-filters-list > li > a:after {
		bottom: 50%;
		right: -1px;
		left: auto;
		width: 1px !important;
		height: 0;
		background: #1cd8c9;
	}
	html .page .isotope-filters.isotope-filters-vertical .isotope-filters-list > li > a.active:after {
		bottom: 0;
		width: 1px;
		height: 100%;
		right: -1px;
		left: auto;
	}
	html .page .isotope-filters.isotope-filters-vertical .isotope-filters-list > li + li {
		margin-left: 0;
		margin-top: 20px;
	}
	html .page .isotope-filters.isotope-filters-vertical .isotope-filters-title {
		display: block;
	}
}

/*
*
* Owl Carousel
* --------------------------------------------------
*/
.owl-carousel .animated, .owl-carousel .desktop .pricing-box-alternative, .desktop .owl-carousel .pricing-box-alternative, .owl-carousel .jp-video:before {
	-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;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
