

body {
	font-family: 'Muli';
	color: black;
	font-size: 1.2375rem;
	line-height: 1.8
}

.container,
.container-fluid {
	padding-left: 1rem;
	padding-right: 1rem
}

.container-full {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto
}

.row {
	margin-left: -1rem;
	margin-right: -1rem
}

.col,
.col-auto,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-sm,
.col-sm-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md,
.col-md-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg,
.col-lg-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl,
.col-xl-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
	padding-left: 1rem;
	padding-right: 1rem
}

.no-gutters {
	margin-left: 0;
	margin-right: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0
}

.form-grid {
	margin-top: -.75rem;
	margin-bottom: -.75rem;
}

.form-grid>.col,
.form-grid>[class*="col-"] {
	margin-top: .75rem;
	margin-bottom: .75rem
}

.grid {
	margin-top: -1rem;
	margin-bottom: -1rem;
}

.grid>.col,
.grid>[class*="col-"] {
	margin-top: 1rem;
	margin-bottom: 1rem
}

.grid-md {
	margin-top: -.75rem;
	margin-bottom: -.75rem;
	margin-left: -.75rem;
	margin-right: -.75rem;
}

.grid-md>.col,
.grid-md>[class*="col-"] {
	margin-top: .75rem;
	margin-bottom: .75rem;
	padding-right: .75rem;
	padding-left: .75rem
}

.rows-lg {
	margin-top: -1.5rem;
	margin-bottom: -1.5rem;
}

.rows-lg>.col,
.rows-lg>[class*="col-"] {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
p,
ul {
	margin-bottom: 0
}

.display-1,
.display-2,
.display-3,
.display-4 {
	font-family: 'Philosopher'
}

b,
strong,
.strong {
	font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
	font-weight: 700;
	line-height: 1.375
}

h1,
.h1 {
	font-size: 3.5rem
}

h2,
.h2 {
	font-size: 2.25rem
}

h3,
.h3 {
	font-size: 1.625rem
}

h4,
.h4 {
	font-size: 1.375rem
}

h5,
.h5 {
	font-size: 1.125rem
}

h6,
.h6 {
	font-size: .9375rem
}

.lead {
	font-size: 1rem
}

.text-short-2 {
	display: block;
	max-height: 6.375rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.text-short {
	display: block;
	max-height: 8.0625rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.text-longer {
	display: block;
	max-height: 11.4375rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical
}

a {
	color: #29ab87;
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
	outline: 0 none;
}

a:hover {
	text-decoration: none;
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	color: #29ab87
}

a.disabled {
	opacity: .5 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
	filter: alpha(opacity=50) !important
}

.content-link {
	color: inherit;
}

.content-link:hover {
	text-decoration: none;
	color: #29ab87;
	opacity: 1;
	-ms-filter: none;
	filter: none
}

.content-link.disabled {
	color: inherit
}

.content-link-default,
.content-link-default:hover {
	color: inherit
}

.content-link-default.disabled {
	color: inherit
}

.transparent-link {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	color: #29ab87;
}

.transparent-link:hover {
	opacity: 1;
	-ms-filter: none;
	filter: none
}

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

.underline-link:hover {
	text-decoration: none;
	opacity: 1;
	-ms-filter: none;
	filter: none
}

.grayscale-link {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.grayscale-link:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
	-ms-filter: none;
	filter: none
}

.blockquote-wide {
	display: block;
	width: 100%;
	background-color: #e5e5e5;
	padding: 4rem 3rem 3rem;
	font-family: 'Philosopher';
	font-size: 1.625rem;
	text-align: center;
	color: black;
	font-weight: 700;
	font-style: italic;
	margin: 1.5rem 0;
}

.blockquote-wide footer {
	font-size: 1.125rem;
	font-family: 'Muli'
}

.blockquote-wide cite {
	font-style: normal;
	color: #29ab87
}

.list-wide li+li:not(.list-inline-item) {
	margin-top: .5rem
}

.list-wide .list-inline-item:not(:last-child) {
	margin-right: 1rem
}

.list-wider li+li:not(.list-inline-item) {
	margin-top: 1rem
}

.list-wider .list-inline-item:not(:last-child) {
	margin-right: 2rem
}

.list-categories {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 700;
	font-family: 'Philosopher';
	line-height: 1.375;
	font-size: 1rem;
}

.list-categories li {
	margin-top: .5rem
}

.list-titled {
	padding: 0;
	margin: 0;
	list-style: none;
}

.list-titled li {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-o-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.list-titled .list-item-title {
	color: black;
	margin-right: .5rem;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 12.5rem;
	font-weight: 700
}

.list-titled .list-item-value {
	margin-top: .5rem;
	width: 100%
}

@media (min-width:768px) {
	.list-titled .list-item-value {
		margin-top: 0;
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-o-box-flex: 1;
		box-flex: 1;
		-webkit-flex: 1 1;
		-ms-flex: 1 1;
		flex: 1 1
	}
}

.list-striped li {
	padding: .75rem
}

.list-striped li:nth-of-type(even) {
	background-color: rgba(0, 0, 0, 0.05)
}

.list-hover li:hover {
	background-color: rgba(0, 0, 0, 0.075)
}

.font-main {
	font-family: 'Philosopher' !important
}

.font-generic {
	font-family: 'Muli' !important
}

.image-cover {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover
}

.image-horizontal {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: repeat-x;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	background-size: auto 100%
}

.image-background-top {
	background-position: top center
}

.image-background-bottom {
	background-position: bottom center
}

.embed-responsive-poster:before {
	padding-top: 150%
}

.bg-gradient-black-mid {
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.7) 100%) !important;
	background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.7) 100%) !important;
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.7) 100%) !important;
	background-image: -ms-linear-gradient(right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.7) 100%) !important;
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.7) 100%) !important
}

.bg-highlight-bottom {
	background-image: -webkit-linear-gradient(top, transparent 0%, transparent 80%, rgba(0, 0, 0, 0.9) 100%) !important;
	background-image: -moz-linear-gradient(top, transparent 0%, transparent 80%, rgba(0, 0, 0, 0.9) 100%) !important;
	background-image: -o-linear-gradient(top, transparent 0%, transparent 80%, rgba(0, 0, 0, 0.9) 100%) !important;
	background-image: -ms-linear-gradient(top, transparent 0%, transparent 80%, rgba(0, 0, 0, 0.9) 100%) !important;
	background-image: linear-gradient(to bottom, transparent 0%, transparent 80%, rgba(0, 0, 0, 0.9) 100%) !important
}

.bg-black {
	background-color: #000
}

.bg-black-50 {
	background-color: rgba(0, 0, 0, 0.5) !important
}

.bg-white-20 {
	background-color: rgba(255, 255, 255, 0.2) !important
}

.bg-theme-50 {
	background-color: rgba(173, 31, 65, 0.5) !important
}

.bg-lighten {
	background-color: #efefef !important
}

.bg-theme {
	background: #29ab87
}

.bg-theme-light {
	background: #144b3b
}

.bg-theme-dark {
	background: #1f7a60
}

.text-theme {
	color: #29ab87 !important
}

.text-muted {
	color: #cbcfd4 !important
}

.text-shadow {
	text-shadow: 0 .25rem .25rem rgba(0, 0, 0, 0.25)
}

.text-title {
	color: black !important
}

.opacity-20 {
	opacity: .2 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)" !important;
	filter: alpha(opacity=20) !important
}

.opacity-40 {
	opacity: .4 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)" !important;
	filter: alpha(opacity=40) !important
}

.opacity-50 {
	opacity: .5 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
	filter: alpha(opacity=50) !important
}

.opacity-70 {
	opacity: .7 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
	filter: alpha(opacity=70) !important
}

.opacity-80 {
	opacity: .8 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
	filter: alpha(opacity=80) !important
}

.opacity-90 {
	opacity: .9 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)" !important;
	filter: alpha(opacity=90) !important
}

.hover-shadow {
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}

.hover-shadow:hover {
	-webkit-box-shadow: 0 .25rem 1.25rem rgba(0, 0, 0, 0.2);
	box-shadow: 0 .25rem 1.25rem rgba(0, 0, 0, 0.2)
}

.corner-top-right,
.corner-bottom-right,
.corner-top-left,
.corner-bottom-left {
	position: relative;
	z-index: 1;
}

.corner-top-right:after,
.corner-bottom-right:after,
.corner-top-left:after,
.corner-bottom-left:after {
	content: "";
	z-index: -1;
	width: 3rem;
	height: 3rem;
	position: absolute;
}

.corner-top-left:after,
.corner-bottom-left:after {
	left: -.25rem;
	border-left: .25rem solid #29ab87
}

.corner-top-right:after,
.corner-bottom-right:after {
	right: -.25rem;
	border-right: .25rem solid #29ab87
}

.corner-top-right:after,
.corner-top-left:after {
	top: -.25rem;
	border-top: .25rem solid #29ab87
}

.corner-bottom-right:after,
.corner-bottom-left:after {
	bottom: -.25rem;
	border-bottom: .25rem solid #29ab87
}

.custom-icon-round {
	display: inline-block;
	vertical-align: middle;
	width: 1em;
	height: 1em;
	line-height: 1;
	border-radius: 50%;
	border: 2px solid #29ab87;
	position: relative;
}

.custom-icon-round .custom-icon-content {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: .25em;
	color: inherit
}

.custom-icon-round .fa-play {
	margin-left: .125em
}

.cube-loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: #fff;
}

.cube-loader .loader-wrap {
	width: 5rem;
	height: 5rem;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotateZ(45deg);
	-moz-transform: translate(-50%, -50%) rotateZ(45deg);
	-o-transform: translate(-50%, -50%) rotateZ(45deg);
	-ms-transform: translate(-50%, -50%) rotateZ(45deg);
	transform: translate(-50%, -50%) rotateZ(45deg)
}

.cube-loader .loader-element {
	position: relative;
	-webkit-transform: rotateZ(0) scale(1.1);
	-moz-transform: rotateZ(0) scale(1.1);
	-o-transform: rotateZ(0) scale(1.1);
	-ms-transform: rotateZ(0) scale(1.1);
	transform: rotateZ(0) scale(1.1);
	width: 50%;
	height: 50%;
	float: left;
}

.cube-loader .loader-element:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #29ab87;
	-webkit-animation: cube-loader 2.76s infinite linear both;
	-moz-animation: cube-loader 2.76s infinite linear both;
	-o-animation: cube-loader 2.76s infinite linear both;
	-ms-animation: cube-loader 2.76s infinite linear both;
	animation: cube-loader 2.76s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}

.cube-loader .loader-2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	-moz-transform: scale(1.1) rotateZ(90deg);
	-o-transform: scale(1.1) rotateZ(90deg);
	-ms-transform: scale(1.1) rotateZ(90deg);
	transform: scale(1.1) rotateZ(90deg)
}

.cube-loader .loader-3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	-moz-transform: scale(1.1) rotateZ(180deg);
	-o-transform: scale(1.1) rotateZ(180deg);
	-ms-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg)
}

.cube-loader .loader-4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	-moz-transform: scale(1.1) rotateZ(270deg);
	-o-transform: scale(1.1) rotateZ(270deg);
	-ms-transform: scale(1.1) rotateZ(270deg);
	transform: scale(1.1) rotateZ(270deg)
}

.cube-loader .loader-2:before {
	-webkit-animation-delay: .35s;
	-moz-animation-delay: .35s;
	-o-animation-delay: .35s;
	-ms-animation-delay: .35s;
	animation-delay: .35s
}

.cube-loader .loader-3:before {
	-webkit-animation-delay: .69s;
	-moz-animation-delay: .69s;
	-o-animation-delay: .69s;
	-ms-animation-delay: .69s;
	animation-delay: .69s
}

.cube-loader .loader-4:before {
	-webkit-animation-delay: 1.04s;
	-moz-animation-delay: 1.04s;
	-o-animation-delay: 1.04s;
	-ms-animation-delay: 1.04s;
	animation-delay: 1.04s
}

@-moz-keyframes cube-loader {
	0%,
	10% {
		-webkit-transform: perspective(10rem) rotateX(-180deg);
		-moz-transform: perspective(10rem) rotateX(-180deg);
		-o-transform: perspective(10rem) rotateX(-180deg);
		-ms-transform: perspective(10rem) rotateX(-180deg);
		transform: perspective(10rem) rotateX(-180deg);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0)
	}
	25%,
	75% {
		-webkit-transform: perspective(10rem) rotateX(0);
		-moz-transform: perspective(10rem) rotateX(0);
		-o-transform: perspective(10rem) rotateX(0);
		-ms-transform: perspective(10rem) rotateX(0);
		transform: perspective(10rem) rotateX(0);
		opacity: 1;
		-ms-filter: none;
		filter: none
	}
	90%,
	100% {
		-webkit-transform: perspective(10rem) rotateY(180deg);
		-moz-transform: perspective(10rem) rotateY(180deg);
		-o-transform: perspective(10rem) rotateY(180deg);
		-ms-transform: perspective(10rem) rotateY(180deg);
		transform: perspective(10rem) rotateY(180deg);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0)
	}
}

@-webkit-keyframes cube-loader {
	0%,
	10% {
		-webkit-transform: perspective(10rem) rotateX(-180deg);
		-moz-transform: perspective(10rem) rotateX(-180deg);
		-o-transform: perspective(10rem) rotateX(-180deg);
		-ms-transform: perspective(10rem) rotateX(-180deg);
		transform: perspective(10rem) rotateX(-180deg);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0)
	}
	25%,
	75% {
		-webkit-transform: perspective(10rem) rotateX(0);
		-moz-transform: perspective(10rem) rotateX(0);
		-o-transform: perspective(10rem) rotateX(0);
		-ms-transform: perspective(10rem) rotateX(0);
		transform: perspective(10rem) rotateX(0);
		opacity: 1;
		-ms-filter: none;
		filter: none
	}
	90%,
	100% {
		-webkit-transform: perspective(10rem) rotateY(180deg);
		-moz-transform: perspective(10rem) rotateY(180deg);
		-o-transform: perspective(10rem) rotateY(180deg);
		-ms-transform: perspective(10rem) rotateY(180deg);
		transform: perspective(10rem) rotateY(180deg);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0)
	}
}

@-o-keyframes cube-loader {
	0%,
	10% {
		-webkit-transform: perspective(10rem) rotateX(-180deg);
		-moz-transform: perspective(10rem) rotateX(-180deg);
		-o-transform: perspective(10rem) rotateX(-180deg);
		-ms-transform: perspective(10rem) rotateX(-180deg);
		transform: perspective(10rem) rotateX(-180deg);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0)
	}
	25%,
	75% {
		-webkit-transform: perspective(10rem) rotateX(0);
		-moz-transform: perspective(10rem) rotateX(0);
		-o-transform: perspective(10rem) rotateX(0);
		-ms-transform: perspective(10rem) rotateX(0);
		transform: perspective(10rem) rotateX(0);
		opacity: 1;
		-ms-filter: none;
		filter: none
	}
	90%,
	100% {
		-webkit-transform: perspective(10rem) rotateY(180deg);
		-moz-transform: perspective(10rem) rotateY(180deg);
		-o-transform: perspective(10rem) rotateY(180deg);
		-ms-transform: perspective(10rem) rotateY(180deg);
		transform: perspective(10rem) rotateY(180deg);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0)
	}
}

@keyframes cube-loader {
	0%,
	10% {
		-webkit-transform: perspective(10rem) rotateX(-180deg);
		-moz-transform: perspective(10rem) rotateX(-180deg);
		-o-transform: perspective(10rem) rotateX(-180deg);
		-ms-transform: perspective(10rem) rotateX(-180deg);
		transform: perspective(10rem) rotateX(-180deg);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0)
	}
	25%,
	75% {
		-webkit-transform: perspective(10rem) rotateX(0);
		-moz-transform: perspective(10rem) rotateX(0);
		-o-transform: perspective(10rem) rotateX(0);
		-ms-transform: perspective(10rem) rotateX(0);
		transform: perspective(10rem) rotateX(0);
		opacity: 1;
		-ms-filter: none;
		filter: none
	}
	90%,
	100% {
		-webkit-transform: perspective(10rem) rotateY(180deg);
		-moz-transform: perspective(10rem) rotateY(180deg);
		-o-transform: perspective(10rem) rotateY(180deg);
		-ms-transform: perspective(10rem) rotateY(180deg);
		transform: perspective(10rem) rotateY(180deg);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0)
	}
}

.navbar-brand {
	opacity: 1 !important;
	-ms-filter: none !important;
	filter: none !important;
	line-height: 1;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.navbar-brand img {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	-ms-box-flex: 1;
	box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	max-height: 100%;
	display: inline-block;
	vertical-align: bottom
}

.record-line {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-lines: single;
	-moz-box-lines: single;
	-o-box-lines: single;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 100%;
}

.record-line .record-title {
	margin-right: auto
}

.logo-element {
	width: 4.2em;
	position: relative;
	font-family: 'Philosopher';
	font-weight: 500;
	display: inline-block;
	line-height: 1;
	height: 1em;
	font-size: 1em;
	color: inherit;
	text-align: center;
	z-index: 1
}

.logo-icon {
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	line-height: 1;
	z-index: 1
}

.logo-text,
.logo-icon {
	width: 1.05em;
	margin: 0 auto
}

.logo-text {
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	font-weight: 700;
	line-height: .75;
}

.logo-text i {
	font-style: normal;
	color: #29ab87;
	z-index: -1
}

.logo-text span {
	font-size: .625em;
	position: absolute;
	bottom: 0;
	z-index: 1;
}

.logo-text span:first-child {
	right: 100%
}

.logo-text span:last-child {
	left: 100%
}

.section,
.section-inner {
	margin-top: 8rem;
	margin-bottom: 8rem
}

.section-solid,
.section-solid-top,
.section-parallax {
	position: relative;
	z-index: 1
}

.section-solid {
	padding-top: 8rem;
	padding-bottom: 8rem
}

.section-solid-top {
	padding-top: 8rem
}

.section-head,
.section-footer {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-left: 1rem;
	padding-right: 1rem
}

.section-head {
	margin-bottom: 4rem;
}

.section-head .section-separator {
	margin-left: auto;
	margin-right: auto
}

.section-head-form {
	zoom: 1;
	margin-bottom: 4rem
}

.section-head-form:before,
.section-head-form:after {
	content: "";
	display: table;
	clear: both
}

.section-footer {
	margin-top: 4rem;
}

.section-footer .btn {
	min-width: 9rem
}

.section-title {
	font-family: 'Philosopher';
	line-height: 1.375;
	font-weight: 700;
	color: black;
}

.section-title+.section-text {
	margin-top: 1rem
}

.section-separator {
	width: 2.75rem;
	height: 4px;
	background-color: #29ab87;
	border-radius: 4px;
	margin-top: .25rem;
}

.section-separator+.section-text {
	margin-top: 1.5rem
}

.section-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

.section-dark {
	background: black
}

.section-darken {
	background: #363d45
}

.section-icon {
	font-size: 3rem;
	line-height: 1
}

.section-side-head {
	width: 100%;
	max-width: 350px;
	display: inline-block;
}

.section-side-head .section-head-content {
	position: relative;
	padding-bottom: 110%
}

.section-side-head .section-head-position {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	padding: 0 1rem
}

.section-side-head .section-icon {
	padding: 30% 0 15%
}

.section-side-head .section-title {
	margin: auto 0;
	color: #fff
}

.section-center-content {
	margin: auto 0;
	padding-top: 5rem;
	padding-bottom: 5rem
}

.section-white-text,
.section-white-text .section-title {
	color: #fff
}

.section-block .section-head,
.section-bordered .section-head,
.section-block .section-footer,
.section-bordered .section-footer {
	padding: 0;
	margin: 0;
	text-align: left
}

.section-block .section-separator,
.section-bordered .section-separator {
	width: 2rem;
	margin-left: 0
}

.section-block {
	margin-top: 6rem
}

.section-block .section-head,
.section-inner .section-head {
	margin-bottom: 3rem
}

.section-block .section-footer,
.section-inner .section-footer {
	margin-top: 3rem
}

.section-bordered {
	position: relative;
	z-index: 1;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	padding: 2rem 1.5rem 1.5rem;
}

.section-bordered:after {
	content: "";
	z-index: -1;
	position: absolute;
	top: -.25rem;
	right: -.25rem;
	border-top: .25rem solid #29ab87;
	border-right: .25rem solid #29ab87;
	width: 3rem;
	height: 3rem
}

.section-bordered .section-head {
	margin-bottom: 2rem
}

.section-bordered .section-footer {
	margin-top: 2rem
}

.section-solid-map {
	position: relative;
	z-index: 1
}

.section-map {
	height: 25rem;
}

.section-map .gmap {
	width: 100%;
	height: 100%
}

@media (max-width:991px) {
	.section-solid-map .container,
	.section-on-top .container {
		padding: 0;
		max-width: none
	}
	.section-solid-map .entity-background,
	.section-on-top .entity-background {
		opacity: 1 !important;
		-ms-filter: none !important;
		filter: none !important
	}
}

@media (min-width:992px) {
	.section-solid-map {
		padding-top: 25rem
	}
	.section-map {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: -1
	}
	.section-on-top {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: box;
		display: flex;
		width: 100%;
		height: 0;
		-webkit-box-align: end;
		-moz-box-align: end;
		-o-box-align: end;
		-ms-flex-align: end;
		-webkit-align-items: flex-end;
		align-items: flex-end
	}
}

.scroll-top {
	position: fixed;
	display: block;
	right: 1rem;
	bottom: 1rem;
	background-color: #29ab87;
	color: #fff;
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
	text-align: center;
	width: 2.5rem;
	height: 2.5rem;
	font-size: 1.5rem;
	line-height: 2.5rem;
	z-index: 20;
	cursor: pointer;
	-webkit-box-shadow: 0 0 0 0 rgba(173, 31, 65, 0.5);
	box-shadow: 0 0 0 0 rgba(173, 31, 65, 0.5);
}

.scroll-top:hover,
.scroll-top:focus,
.scroll-top:active {
	opacity: 1;
	-ms-filter: none;
	filter: none;
	color: #fff;
	-webkit-box-shadow: 0 0 0 .2rem rgba(173, 31, 65, 0.5);
	box-shadow: 0 0 0 .2rem rgba(173, 31, 65, 0.5)
}

.scroll-top.disabled {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0)
}

.scroll-top.end {
	bottom: 0
}

.svg-container {
	line-height: 1
}

.fill-path {
	fill: black
}

.svg-content {
	display: inline-block;
	line-height: 1;
	vertical-align: top;
}

.svg-content svg {
	vertical-align: top;
	max-width: 100%
}

.svg-fill-theme .fill-path {
	fill: #29ab87
}

.svg-fill-white .fill-path {
	fill: #fff
}

.progress-textes {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	color: black;
	line-height: 1;
	font-weight: 700;
}

.progress-textes+.progress-line {
	margin-top: .75rem
}

.progress-textes .progress-count {
	margin: auto 0
}

.progress-textes .progress-now {
	margin-right: auto
}

.progress-textes .progress-max {
	color: #29ab87
}

.progress-line {
	height: 4px;
	margin: .5rem 0;
	overflow: visible;
}

.progress-line .progress-bar:last-child {
	position: relative;
}

.progress-line .progress-bar:last-child:after {
	content: " ";
	position: absolute;
	left: 100%;
	top: 50%;
	width: .9375rem;
	height: .9375rem;
	background-color: inherit;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.parallax-mirror {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent
}

.nav-links-underline {
	margin: -.5rem -1rem;
}

.nav-links-underline .nav-item {
	padding: .5rem 1rem
}

.nav-links-underline .nav-link {
	font-family: 'Philosopher';
	font-size: 1.125rem;
	line-height: 1.375;
	font-weight: 700;
	padding: 0 0 .5rem;
	position: relative;
	opacity: 1 !important;
	-ms-filter: none !important;
	filter: none !important;
	color: black;
}

.nav-links-underline .nav-link:hover {
	color: #29ab87
}

.nav-links-underline .nav-link:before {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 0;
	height: 3px;
	background: #29ab87;
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s
}

.nav-links-underline .nav-link:hover:before,
.nav-links-underline .nav-link.active:before {
	right: 0
}

.nav-links-underline .nav-link.disabled {
	color: #cbcfd4 !important;
}

.nav-links-underline .nav-link.disabled:before {
	display: none !important
}

.tab-content-bordered {
	border: 1px solid #e5e5e5;
	padding: 2rem;
}

.tab-content-bordered .section-block:first-child {
	margin-top: 0
}

.form-title {
	font-family: 'Philosopher';
	font-weight: 700;
	color: black;
	line-height: 1.375;
	margin-bottom: 1rem
}

.input-group {
	z-index: 1
}

label {
	font-weight: 700;
	color: black;
	line-height: 1.375;
	margin-bottom: 1rem;
}

label.required:after {
	content: "*";
	margin-left: .25rem
}

.form-check-label {
	font-weight: 400
}

.form-background {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1
}

.form-control,
.input-group-text {
	font-size: .9375rem;
	padding: .5rem .75rem;
	line-height: 1.5rem;
	height: calc(2.5rem - 2px);
	color: black
}

.form-control {
	border-color: #e5e5e5;
	border-radius: 0;
}

.form-control::-webkit-input-placeholder {
	color: inherit;
	font-size: inherit
}

.form-control::-moz-placeholder {
	color: inherit;
	font-size: inherit
}

.form-control:-moz-placeholder {
	color: inherit;
	font-size: inherit
}

.form-control:-ms-input-placeholder {
	color: inherit;
	font-size: inherit
}

.form-control option {
	color: black
}

select.form-control {
	cursor: pointer
}

textarea.form-control {
	height: calc(5.5rem - 2px);
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s
}

.form-rating {
	zoom: 1;
	white-space: nowrap;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-direction: reverse;
	-moz-box-direction: reverse;
	-o-box-direction: reverse;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-o-box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	color: #29ab87;
	padding: .5rem 0;
	margin-left: -.25rem;
}

.form-rating:before,
.form-rating:after {
	content: "";
	display: table;
	clear: both
}

.form-rating label {
	cursor: pointer;
	margin: 0;
	padding-left: .25rem;
	text-align: center
}

.form-rating .rating-cancel-icon {
	font-size: .6em;
	line-height: 1.375;
	color: #ff8a00;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.form-rating .rating-cancel-icon {
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s
}

.form-rating .rating-icon {
	color: #ff8a00
}

.form-rating .rating-active-icon {
	display: none;
	color: #ff8a00
}

.form-rating input[type="radio"] {
	display: none;
}

.form-rating input[type="radio"]~label:hover .rating-icon,
.form-rating input[type="radio"]~label:hover~label .rating-icon,
.form-rating [type="radio"]:checked~label .rating-icon {
	color: #ff8a00
}

.form-rating input[type="radio"]~label:hover .rating-active-icon,
.form-rating input[type="radio"]~label:hover~label .rating-active-icon,
.form-rating [type="radio"]:checked~label .rating-active-icon {
	display: inline-block;
}

.form-rating input[type="radio"]~label:hover .rating-active-icon+.rating-icon,
.form-rating input[type="radio"]~label:hover~label .rating-active-icon+.rating-icon,
.form-rating [type="radio"]:checked~label .rating-active-icon+.rating-icon {
	display: none
}

.form-rating input[type="radio"]~label.rating-cancel-icon:hover {
	color: #ff8a00;
}

.form-rating input[type="radio"]~label.rating-cancel-icon:hover~label .rating-icon,
.form-rating .rating-cancel:checked~label .rating-icon,
.form-rating:hover [type="radio"]~label .rating-icon {
	color: #ff8a00
}

.form-rating input[type="radio"]~label.rating-cancel-icon:hover~label .rating-active-icon,
.form-rating .rating-cancel:checked~label .rating-active-icon,
.form-rating:hover [type="radio"]~label .rating-active-icon {
	display: none;
}

.form-rating input[type="radio"]~label.rating-cancel-icon:hover~label .rating-active-icon+.rating-icon,
.form-rating .rating-cancel:checked~label .rating-active-icon+.rating-icon,
.form-rating:hover [type="radio"]~label .rating-active-icon+.rating-icon {
	display: inline-block
}

.form-rating:hover .rating-cancel-icon {
	opacity: 1;
	-ms-filter: none;
	filter: none
}

.rating-line {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.rating-line>label {
	margin-right: 1rem;
	margin-bottom: 0
}

.rating-line .form-rating {
	padding: 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 0 0;
	-ms-flex: 0 0;
	flex: 0 0
}

.form-group {
	margin: 0
}

.input-view-flat .input-group-text,
.input-view-flat .form-control {
	border: 0 none;
	color: #fff
}

.input-view-flat .form-control {
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	background-color: #c4c4c4;
}

.input-view-flat .form-control:focus,
.input-view-flat .form-control:not([disabled]):not([readonly]):hover {
	background-color: #666
}

.input-view-flat option {
	color: #fff
}

.input-view-flat .input-group-append {
	margin-left: 0
}

.input-view-flat .input-group-text {
	background-color: #aaa
}

.input-view-flat.form-check,
.input-view-flat .form-check {
	padding-left: 2.25rem
}

.input-view-flat .form-check-icon {
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: .25rem;
	background-color: #c4c4c4;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

.input-view-flat .form-check-icon:after {
	content: "";
	position: absolute;
	left: 4px;
	right: 4px;
	top: 4px;
	bottom: 4px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	background-color: #29ab87;
	border-radius: .125rem
}

.input-view-flat .form-check-icon:hover {
	background-color: #666;
}

.input-view-flat .form-check-icon:hover:after {
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50)
}

.input-view-flat .form-check-input {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.input-view-flat .form-check-input:[type="radio"]~.form-check-icon,
.input-view-flat .form-check-input:[type="radio"]~.form-check-icon:after {
	border-radius: 50%
}

.input-view-flat .form-check-input:not([disabled]):not([readonly]):hover~.form-check-icon,
.input-view-flat .form-check-input:not([disabled]):not([readonly])~.form-check-icon:hover {
	background-color: #666;
}

.input-view-flat .form-check-input:not([disabled]):not([readonly]):hover~.form-check-icon:after,
.input-view-flat .form-check-input:not([disabled]):not([readonly])~.form-check-icon:hover:after {
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50)
}

.input-view-flat .form-check-input:checked:not([disabled]):not([readonly])~.form-check-icon:after {
	opacity: 1;
	-ms-filter: none;
	filter: none
}

.input-spin .form-control {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	text-align: center;
}

.input-spin .form-control:[disabled]~.input-actions .input-decrement,
.input-spin .form-control:[disabled]~.input-actions .input-increment {
	color: #cbcfd4 !important
}

.input-decrement,
.input-increment {
	z-index: 3;
	position: absolute;
	width: 2rem;
	height: 2rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.125rem;
	text-align: center;
	color: black;
	cursor: pointer;
}

.input-decrement.disabled,
.input-increment.disabled {
	color: #cbcfd4 !important
}

.input-decrement:hover,
.input-increment:hover {
	color: #29ab87
}

.input-decrement {
	left: .25rem
}

.input-increment {
	right: .25rem
}

.btn {
	font-size: .875rem;
	line-height: 1.5;
	padding: .5rem 1.5rem;
	font-family: 'Muli';
	font-weight: 700;
	border-radius: 0;
	text-shadow: none;
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
	-webkit-box-shadow: 0 0 0 0 rgba(173, 31, 65, 0.5);
	box-shadow: 0 0 0 0 rgba(173, 31, 65, 0.5);
}

.btn:hover {
	opacity: 1;
	-ms-filter: none;
	filter: none
}

.btn-icon {
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 2.4375rem
}

.btn-theme {
	background-color: #29ab87;
	border-color: rgba(255, 255, 255, 0.1);
	color: #fff
}

.btn-theme-gray {
	background-color: #e5e5e5;
	border-color: rgba(255, 255, 255, 0.1);
	color: black
}

.btn-theme:not(:disabled):not(.disabled):focus,
.btn-theme-gray:not(:disabled):not(.disabled):focus,
.btn-theme:not(:disabled):not(.disabled).focus,
.btn-theme-gray:not(:disabled):not(.disabled).focus,
.btn-theme:not(:disabled):not(.disabled):hover,
.btn-theme-gray:not(:disabled):not(.disabled):hover,
.btn-theme:not(:disabled):not(.disabled).active,
.btn-theme-gray:not(:disabled):not(.disabled).active {
	background-color: #29ab87;
	color: #fff;
	-webkit-box-shadow: 0 0 0 .2rem rgba(173, 31, 65, 0.5);
	box-shadow: 0 0 0 .2rem rgba(173, 31, 65, 0.5)
}

.btn-theme:not(:disabled):not(.disabled):active,
.btn-theme-gray:not(:disabled):not(.disabled):active {
	-webkit-box-shadow: 0 0 0 .2rem rgba(173, 31, 65, 0.25);
	box-shadow: 0 0 0 .2rem rgba(173, 31, 65, 0.25)
}

.btn-lg {
	padding: .625rem 3rem;
	min-width: 9rem
}

.btn[type="submit"],
.btn-main {
	min-width: 9rem
}

header {
	z-index: 30;
	position: relative;
}

.after-head {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex
}

.navbar-toggler .nav-show {
	display: block
}

.navbar-toggler .nav-hide {
	display: none
}

.navbar-toggler.active .nav-show {
	display: none
}

.navbar-toggler.active .nav-hide {
	display: block
}

.header-horizontal {
	width: 100%;
	font-family: 'Muli';
	color: white;
	background: black;
	position: fixed;
}

.header-horizontal+.after-head .container {
	padding-top: 4rem
}

.header-horizontal .navbar {
	height: 4rem;
	position: relative;
	padding: 0
}

.header-horizontal .logo-element {
	margin-bottom: .1em
}

.header-horizontal .navbar-brand {
	height: 1em;
	font-size: 2rem;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	margin: 1rem 1.25rem 1rem 0;
	color: inherit
}

.header-horizontal .navbar-toggler {
	margin-left: auto;
	color: inherit;
	font-size: 1.5rem;
	line-height: 2rem;
	width: 2rem;
	height: 2rem;
	position: absolute;
	top: 1rem;
	right: 0;
	padding: 0;
}

.header-horizontal .navbar-toggler:hover {
	color: #29ab87
}

.header-horizontal .nav-link {
	line-height: 1;
	color: inherit;
	opacity: 1;
	-ms-filter: none;
	filter: none;
}

.header-horizontal .nav-link:hover,
.header-horizontal .nav-link:active {
	color: #29ab87
}

.header-horizontal .nav-link.active~.nav {
	display: block
}

.header-horizontal .navbar-nav,
.header-horizontal .nav {
	font-weight: 700
}

.header-horizontal .nav-item {
	font-size: .999rem
}

.header-horizontal .nav-arrow {
	width: 2rem;
	padding: .5rem;
	line-height: 1;
	text-align: center;
	display: inline-block;
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s
}

.header-horizontal .nav-item-arrow-down {
	position: relative;
}

.header-horizontal .nav-item-arrow-down .nav-arrow {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1
}

@media (max-width:991px) {
	.header-horizontal {
		-webkit-transition: all 0.1s linear 0s;
		-moz-transition: all 0.1s linear 0s;
		-o-transition: all 0.1s linear 0s;
		-ms-transition: all 0.1s linear 0s;
		transition: all 0.1s linear 0s
	}
	.header-horizontal .navbar {
		-webkit-box-align: start;
		-moz-box-align: start;
		-o-box-align: start;
		-ms-flex-align: start;
		-webkit-align-items: start;
		align-items: start;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-o-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-lines: single;
		-moz-box-lines: single;
		-o-box-lines: single;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.header-horizontal .navbar-brand {
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
		-o-box-flex: 0;
		-ms-box-flex: 0;
		box-flex: 0;
		-webkit-flex-grow: 0;
		flex-grow: 0
	}
	.header-horizontal .navbar-collapse {
		padding-top: 1rem;
		border-top: 2px solid #eee;
		overflow-y: auto;
		width: 100%;
		display: none
	}
	.header-horizontal .navbar-extra {
		padding-top: 1rem
	}
	.header-horizontal .nav {
		padding-left: 1rem;
		padding-bottom: .25rem
	}
	.header-horizontal .nav-link {
		padding-left: 0
	}
	.header-horizontal .nav-arrow {
		color: inherit
	}
	.header-horizontal .nav-item.active>.nav {
		display: block
	}
	.header-horizontal .nav-item-arrow-down .nav-link {
		padding-right: 2.5rem
	}
	.header-horizontal .nav-item-arrow-down.active>.nav-arrow {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		color: #29ab87
	}
	.header-horizontal.active {
		position: fixed;
		left: 0;
		top: 0;
	}
	.header-horizontal.active .navbar {
		height: 100vh
	}
	.header-horizontal.active .navbar-collapse {
		display: block
	}
}

@media (min-width:992px) {
	.header-horizontal .navbar {
		position: relative;
	}
	.header-horizontal .navbar-toggler,
	.header-horizontal .nav-item-arrow-down .nav-arrow {
		display: none
	}
	.header-horizontal .navbar-collapse {
		display: -webkit-box !important;
		display: -moz-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: box !important;
		display: flex !important;
		-webkit-flex-basis: auto;
		flex-basis: auto
	}
	.header-horizontal .navbar-nav {
		-webkit-box-orient: horizontal;
		-moz-box-orient: horizontal;
		-o-box-orient: horizontal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-moz-box-align: center;
		-o-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	.header-horizontal .navbar-nav>.nav-item {
		margin: 0 .75rem
	}
	.header-horizontal .navbar-nav+.navbar-extra {
		margin-left: .75rem
	}
	.header-horizontal .nav {
		position: absolute;
		top: 100%;
		left: 0;
		padding: 1rem 0;
		background-color: #fff;
		-webkit-animation-name: fadeInUp;
		-moz-animation-name: fadeInUp;
		-o-animation-name: fadeInUp;
		-ms-animation-name: fadeInUp;
		animation-name: fadeInUp;
		-webkit-animation-fill-mode: both;
		-moz-animation-fill-mode: both;
		-o-animation-fill-mode: both;
		-ms-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-box-shadow: 0 .25rem .5rem rgba(0, 0, 0, 0.4);
		box-shadow: 0 .25rem .5rem rgba(0, 0, 0, 0.4);
		min-width: 10rem;
	}
	.header-horizontal .nav:after {
		content: "";
		z-index: -1;
		position: absolute;
		right: -.25rem;
		bottom: -.25rem;
		border-bottom: .25rem solid #29ab87;
		border-right: .25rem solid #29ab87;
		width: 2.5rem;
		height: 2.5rem
	}
	.header-horizontal .nav.right {
		left: auto;
		right: 0
	}
	.header-horizontal .nav>.nav-item {
		padding: .5rem 0;
		color: black;
	}
	.header-horizontal .nav>.nav-item .nav-arrow {
		margin: .5rem
	}
	.header-horizontal .nav>.nav-item>.nav {
		top: -.75rem;
		left: 100%
	}
	.header-horizontal .nav>.nav-item>.nav-link {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		color: black;
	}
	.header-horizontal .nav>.nav-item>.nav-link:hover {
		color: #29ab87
	}
	.header-horizontal .nav>.nav-item-arrow-down>.nav-link {
		padding-right: 3.5rem
	}
	.header-horizontal .nav>.nav-item-arrow-down>.nav-arrow {
		display: block;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}
	.header-horizontal .nav-item {
		position: relative;
	}
	.header-horizontal .nav-link {
		white-space: nowrap;
		position: relative;
		z-index: 1;
	}
	.header-horizontal .nav-link.active {
		color: black;
		background-color: #fff;
		-webkit-box-shadow: 0 .5rem 0 #fff, 0 .125rem .25rem rgba(0, 0, 0, 0.4);
		box-shadow: 0 .5rem 0 #fff, 0 .125rem .25rem rgba(0, 0, 0, 0.4);
	}
	.header-horizontal .nav-link.active:hover {
		color: #29ab87
	}
	.header-horizontal .nav-hover-show-sub:hover>.nav-link,
	.header-horizontal .nav-hover-show-sub:hover>.nav-arrow {
		color: #29ab87
	}
	.header-horizontal .nav-hover-show-sub:hover>.nav {
		display: block;
		z-index: 2
	}
	.header-horizontal .navbar-nav>.nav-item>.nav-link:before {
		content: "";
		position: absolute;
		left: 0;
		right: 100%;
		bottom: .25rem;
		height: 2px;
		background: #29ab87;
		-webkit-transition: all 0.1s linear 0s;
		-moz-transition: all 0.1s linear 0s;
		-o-transition: all 0.1s linear 0s;
		-ms-transition: all 0.1s linear 0s;
		transition: all 0.1s linear 0s
	}
	.header-horizontal .navbar-nav>.nav-item:hover>.nav-link {
		color: inherit;
	}
	.header-horizontal .navbar-nav>.nav-item:hover>.nav-link:before {
		right: 0
	}
	.header-horizontal .nav-hover-show-sub:hover>.nav,
	.header-horizontal .nav-link.active~.nav {
		-webkit-animation-duration: .2s;
		-moz-animation-duration: .2s;
		-o-animation-duration: .2s;
		-ms-animation-duration: .2s;
		animation-duration: .2s
	}
}

@media (min-width:992px) {
	.header-view-pannel+.after-head .container {
		margin-top: -6rem;
		padding-top: 6rem
	}
	.header-view-pannel .navbar {
		height: 6rem
	}
	.header-view-pannel .navbar-brand {
		font-size: 3rem;
		min-width: 20%;
		margin: 0
	}
	.header-view-pannel .navbar-nav {
		margin-left: auto
	}
	.header-view-pannel .navbar-nav>.nav-item {
		margin: 0 1.25rem
	}
	.header-view-pannel .navbar-nav+.navbar-extra {
		margin-left: .75rem
	}
}

@media (min-width:1200px) {
	.header-view-pannel .navbar-brand {
		margin-right: 2.75rem
	}
}

@media (min-width:992px) {
	.header-view-center+.after-head .container {
		padding-top: 8rem
	}
	.header-view-center .navbar {
		height: 10rem;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-o-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-lines: single;
		-moz-box-lines: single;
		-o-box-lines: single;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		padding: 2rem 0
	}
	.header-view-center .logo-element {
		margin-bottom: 0
	}
	.header-view-center .navbar-brand {
		font-size: 3.25rem;
		min-width: 20%;
		margin: 0 0 1.5rem
	}
	.header-view-center .navbar-nav {
		margin-left: auto
	}
	.header-view-center .navbar-nav>.nav-item {
		margin: 0 1.25rem
	}
	.header-view-center .navbar-nav+.navbar-extra {
		margin-left: .75rem
	}
}

@media (min-width:992px) {
	.header-view-sides+.after-head .container {
		margin-top: -6rem;
		padding-top: 6rem
	}
	.header-view-sides .navbar {
		height: 6rem
	}
	.header-view-sides .navbar-brand {
		font-size: 3rem;
		min-width: 20%;
		margin: 0;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
	.header-view-sides .logo-element {
		margin-left: auto;
		margin-right: auto
	}
	.header-view-sides .navbar-collapse {
		margin: auto auto 1.5rem;
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-o-box-flex: 1;
		box-flex: 1;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.header-view-sides .navbar-nav+.navbar-nav {
		margin-left: 20rem
	}
	.header-view-sides .navbar-nav>.nav-item {
		margin: 0 1.25rem
	}
	.header-view-sides .navbar-nav+.navbar-extra {
		margin-left: .75rem
	}
}

.header-transparent {
	background: transparent;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.header-transparent,
.header-transparent .logo-element {
	color: #fff
}

@media (max-width:991px) {
	.header-transparent.active {
		background-color: black
	}
	.header-transparent .nav-item-arrow-down.active>.nav-arrow {
		color: black
	}
}

.footer-body {
	padding: 3rem 0 2.5rem
}

.footer-copy {
	font-size: 1rem;
	padding: 1rem 0;
	text-align: center
}

.footer-separator {
	position: relative;
	overflow: hidden;
	padding-top: 4px
}

.footer-separator-dash {
	position: absolute;
	left: 50%;
	top: 0;
	display: block;
	width: 2.75rem;
	height: 4px;
	background-color: #29ab87;
	border-radius: 3px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.footer-separator-dash:before,
.footer-separator-dash:after {
	content: "";
	position: absolute;
	top: 1px;
	background-color: #e5e5e5;
	height: 2px;
	width: 50vw
}

.footer-separator-dash:before {
	right: 100%;
	margin-right: 2rem
}

.footer-separator-dash:after {
	left: 100%;
	margin-left: 2rem
}

.footer-view-center {
	text-align: center;
}

.footer-view-center .footer-navbar,
.footer-view-center .navbar-container,
.footer-view-center .navbar-line {
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-box;
	display: inline-flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-o-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1.375;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.footer-view-center .navbar-brand {
	padding: 0;
	margin: 0 auto 1.5rem;
	line-height: 1;
	font-size: 3.5rem;
	color: inherit
}

.footer-view-center .logo-element {
	margin: auto;
	color: black
}

.footer-view-center .navbar-line {
	width: 100%
}

.footer-view-center .navbar-nav {
	width: 100%
}

.footer-view-center .navbar-extra {
	font-size: 1.375rem;
	padding: 1.25rem 0 .5rem;
	width: 100%;
	color: white;
}

.footer-view-center .navbar-extra a {
	margin-right: 1.5rem;
}

.footer-view-center .navbar-extra a:last-child {
	margin-right: 0 !important
}

.footer-view-center .nav-link {
	line-height: 1;
	position: relative;
	color: black;
	display: inline-block;
	font-weight: 700;
}

.footer-view-center .nav-link:before {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: .25rem;
	height: 2px;
	background: #29ab87;
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s
}

.footer-view-center .nav-link:hover,
.footer-view-center .nav-link:active {
	color: #29ab87
}

.footer-view-center .nav-link:hover:before {
	right: 0
}

@media (min-width:768px) {
	.footer-view-center .navbar-brand {
		margin-bottom: 2.5rem
	}
	.footer-view-center .navbar-nav {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: box;
		display: flex;
		width: auto;
		-webkit-box-orient: horizontal;
		-moz-box-orient: horizontal;
		-o-box-orient: horizontal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-moz-box-align: center;
		-o-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center
	}
	.footer-view-center .nav-item {
		margin: 0 1rem;
	}
	.footer-view-center .nav-item:first-child {
		margin-left: 0 !important
	}
	.footer-view-center .nav-item:last-child {
		margin-right: 0 !important
	}
	.footer-view-center .navbar-extra {
		width: auto;
		padding: 0 0 0 2rem;
	}
	.footer-view-center .navbar-extra a {
		margin-right: 2rem
	}
}

@media (min-width:992px) {
	.footer-view-center .nav-item {
		margin: 0 1.25rem
	}
	.footer-view-center .navbar-extra {
		padding-left: 2.5rem;
	}
	.footer-view-center .navbar-extra a {
		margin-right: 2.5rem
	}
}

.footer-view-center.section-dark .logo-element {
	color: #fff
}

.footer-view-center.section-dark .nav-link {
	color: #cbcfd4;
}

.footer-view-center.section-dark .nav-link:hover,
.footer-view-center.section-dark .nav-link:active {
	color: #fff
}

.footer-view-links {
	text-align: center;
}

.footer-view-links .navbar-brand,
.footer-view-links .navbar-title {
	color: black;
	margin-bottom: 1.5rem;
	-webkit-box-align: end;
	-moz-box-align: end;
	-o-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.footer-view-links .navbar-brand {
	font-size: 3.5rem
}

.footer-view-links .navbar-title {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	line-height: 1.375;
	font-family: 'Philosopher'
}

.footer-view-links .navbar-text {
	padding: 0
}

.footer-view-links .nav-link {
	line-height: 1;
	position: relative;
	color: inherit;
	display: inline-block;
}

.footer-view-links .nav-link:hover,
.footer-view-links .nav-link:active {
	color: #29ab87;
	opacity: 1;
	-ms-filter: none;
	filter: none
}

@media (min-width:768px) {
	.footer-view-links {
		text-align: left
	}
	.footer-view-links .navbar-brand,
	.footer-view-links .navbar-title {
		-webkit-box-pack: start;
		-moz-box-pack: start;
		-o-box-pack: start;
		-ms-flex-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start
	}
	.footer-view-links .navbar-brand {
		font-size: 2rem
	}
	.footer-view-links .navbar-title {
		height: 2rem
	}
}

@media (min-width:992px) {
	.footer-view-links .navbar-brand {
		font-size: 2.5rem
	}
	.footer-view-links .navbar-title {
		height: 2.5rem
	}
}

.footer-view-links.section-dark .navbar-brand,
.footer-view-links.section-dark .navbar-title {
	color: #fff
}

.footer-view-links.section-dark .nav-link,
.footer-view-links.section-dark .navbar-text {
	color: #cbcfd4
}

.footer-view-links.section-dark .nav-link:hover,
.footer-view-links.section-dark .nav-link:active {
	color: #29ab87
}

.slick-carousel {
	z-index: 1;
	position: relative;
}

.slick-slides {
	z-index: 1
}

.slick-vertical .slick-slide {
	border: 0 none
}

.slick-arrows {
	position: relative;
	height: 2.75rem;
	width: 0;
	margin: 2rem auto 0
}

.slick-arrow-prev,
.slick-arrow-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
	cursor: pointer;
	text-align: center;
	z-index: 2;
	background-color: #29ab87;
	color: #fff;
	width: 2.75rem;
	height: 2.75rem;
	line-height: 2.75rem;
	font-size: 1.25rem;
	font-weight: 400;
	-webkit-box-shadow: 0 0 0 0 rgba(173, 31, 65, 0.5);
	box-shadow: 0 0 0 0 rgba(173, 31, 65, 0.5);
}

.slick-arrow-prev:focus,
.slick-arrow-next:focus,
.slick-arrow-prev.focus,
.slick-arrow-next.focus,
.slick-arrow-prev:hover,
.slick-arrow-next:hover,
.slick-arrow-prev.active,
.slick-arrow-next.active {
	color: #fff;
	-webkit-box-shadow: 0 0 0 .2rem rgba(173, 31, 65, 0.5);
	box-shadow: 0 0 0 .2rem rgba(173, 31, 65, 0.5)
}

.slick-arrow-prev:active,
.slick-arrow-next:active {
	-webkit-box-shadow: 0 0 0 .2rem rgba(173, 31, 65, 0.25);
	box-shadow: 0 0 0 .2rem rgba(173, 31, 65, 0.25)
}

.slick-arrow-prev {
	right: 100%;
	margin-right: 1rem
}

.slick-arrow-next {
	left: 100%;
	margin-left: 1rem
}

.slick-disabled {
	opacity: .5 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
	filter: alpha(opacity=50) !important;
	pointer-events: none
}

.slick-nav {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.slick-slide:focus {
	outline: 0 none
}

.slick-dots {
	margin: -.75rem 0 0 -.75rem;
	padding: 3rem 0 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-o-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.slick-dots li {
	margin: .75rem 0 0 .75rem;
	float: left;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	cursor: pointer;
	width: .625rem;
	height: .625rem;
	padding: 0;
	margin: .25rem;
	border: 0 none;
	outline: none;
	background: #fff;
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
	border-radius: 50%;
}

.slick-dots li button:hover {
	background: #29ab87
}

.slick-dots .slick-active button {
	width: 1rem;
	height: 1rem;
	margin: 0;
	background: #29ab87
}

@media (min-width:768px) {
	.slick-arrows {
		margin: 0;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%
	}
}

.slick-spaced .slick-slides {
	margin: 0 -1rem
}

.slick-spaced .slick-slide {
	padding: 0 1rem
}

.slick-arrows-stuck .slick-arrow-prev,
.slick-arrows-stuck .slick-arrow-next {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

.slick-arrows-stuck .slick-arrow-prev:focus,
.slick-arrows-stuck .slick-arrow-next:focus,
.slick-arrows-stuck .slick-arrow-prev.focus,
.slick-arrows-stuck .slick-arrow-next.focus,
.slick-arrows-stuck .slick-arrow-prev:hover,
.slick-arrows-stuck .slick-arrow-next:hover,
.slick-arrows-stuck .slick-arrow-prev.active,
.slick-arrows-stuck .slick-arrow-next.active {
	opacity: 1;
	-ms-filter: none;
	filter: none
}

.slick-arrows-stuck .slick-arrows {
	position: absolute;
	left: 0;
	bottom: 3rem;
	width: 100%
}

.slick-arrows-stuck .slick-arrow-prev {
	right: auto;
	left: 0
}

.slick-arrows-stuck .slick-arrow-next {
	left: auto;
	right: 0
}

@media (min-width:768px) {
	.slick-arrows-sides {
		padding-left: 2.75rem;
		padding-right: 2.75rem
	}
	.slick-arrows-sides .slick-arrows {
		position: absolute;
		left: 0;
		bottom: 3rem;
		width: 100%
	}
	.slick-arrows-sides .slick-arrow-prev {
		right: auto;
		left: 0
	}
	.slick-arrows-sides .slick-arrow-next {
		left: auto;
		right: 0
	}
}

.slick-view-full {
	width: 100%;
}

.slick-view-full,
.slick-view-full .slick-slides,
.slick-view-full .slick-list,
.slick-view-full .slick-track,
.slick-view-full .slick-slide {
	height: 100%;
	position: relative;
}

.slick-view-flex-slides .slick-track,
.slick-view-flex-triple .slick-track,
.slick-view-flex-slides .slick-slide,
.slick-view-flex-triple .slick-slide {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex
}

.slick-view-flex-slides .slick-slide,
.slick-view-flex-triple .slick-slide {
	height: auto
}

.slick-view-previews .slick-list {
	margin: 0 -.5rem;
}

.slick-view-previews .slick-list .slick-slide {
	padding: 0 .5rem
}

.top-block,
.top-block-full,
.top-block-fixed,
.top-block-page {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	position: relative;
}

.top-block-full {
	height: 100vh;
	min-height: 43.75rem
}

.top-block,
.top-block-fixed {
	height: 43.75rem
}

.top-block-page {
	padding: 9rem 0 6rem;
	color: #fff;
}

.top-block-page .section-title {
	color: #fff;
	font-size: 3.5rem
}

.top-block-page .section-footer {
	position: absolute;
	left: 0;
	bottom: 2rem;
	max-width: none;
	margin-bottom: 0;
	text-align: left;
	width: 100%;
	color: #cbcfd4
}

@media (min-width:992px) {
	.top-block {
		height: 50rem
	}
}

.sidebar-container {
	margin: 4rem 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.sidebar-container .content,
.sidebar-container .sidebar {
	margin-top: 4rem;
	margin-bottom: 4rem
}

.sidebar-container .sidebar {
	font-size: .875rem;
}

.sidebar-container .sidebar section+section {
	margin-top: 2rem
}

.sidebar-container .sidebar article+article {
	margin-top: 2rem
}

@media (min-width:992px) {
	.sidebar-container {
		-webkit-box-orient: horizontal;
		-moz-box-orient: horizontal;
		-o-box-orient: horizontal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		margin: 4rem -1rem;
		margin: 4rem -1rem
	}
	.sidebar-container .content,
	.sidebar-container .sidebar {
		padding-left: 1rem;
		padding-right: 1rem
	}
	.sidebar-container .content {
		min-width: 0;
		max-width: 100%;
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-o-box-flex: 1;
		box-flex: 1;
		-webkit-flex: 1 1 0;
		-ms-flex: 1 1 0;
		flex: 1 1 0
	}
	.sidebar-container .sidebar {
		width: 33.3333%;
		-webkit-flex-shrink: 0;
		flex-shrink: 0;
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
		-o-box-flex: 0;
		-ms-box-flex: 0;
		box-flex: 0;
		-webkit-flex-grow: 0;
		flex-grow: 0
	}
}

.gmap {
	height: 20rem;
	width: 100%;
	display: block;
	border: 0 none;
	z-index: 1;
	position: relative !important
}

.page-breadcrumbs {
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-box;
	display: inline-flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-o-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: .9375rem;
	line-height: 1.375;
	font-weight: 400
}

.paginator {
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-box;
	display: inline-flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-o-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -1.5rem;
	color: black;
	font-size: 1.125rem;
	font-weight: 400;
	text-align: center
}

.paginator-item {
	margin-left: 1.5rem;
	color: inherit;
}

.paginator-item.active {
	color: #29ab87 !important;
	font-weight: 700
}

.paginator-nav {
	margin: auto 0 auto 1.5rem;
	color: black;
	width: 1.75rem;
	background-color: #e5e5e5;
	opacity: 1 !important;
	-ms-filter: none !important;
	filter: none !important;
	font-size: .9375rem;
}

.paginator-nav:hover {
	background-color: #29ab87;
	color: #fff;
	-webkit-box-shadow: 0 0 0 .2rem rgba(173, 31, 65, 0.5);
	box-shadow: 0 0 0 .2rem rgba(173, 31, 65, 0.5)
}

a.paginator-item:hover {
	opacity: 1;
	-ms-filter: none;
	filter: none
}

.entity {
	width: 100%
}

.entity-title,
.entity-subtitle,
.entity-value,
.entity-fast-actions,
.entity-action-btns,
.entity-date,
.entity-date-line,
.entity-date-day,
.entity-date-text {
	font-family: 'Philosopher';
	line-height: 1.375
}

.entity-title {
	font-weight: 700;
	color: black
}

h2.entity-title {
	line-height: 1.2
}

.entity-subtitle {
	font-weight: 400;
	color: #29ab87;
	margin-top: 1rem
}

.entity-text {
	margin-top: 1rem
}

.entity-main-text {
	color: black;
	margin-top: 1rem
}

.entity-subtext {
	margin-top: .5rem
}

.entity-icon {
	line-height: 1
}

.entity-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.entity-content {
	padding-top: 1.5rem
}

.entity-single-icon {
	font-size: 7rem;
	line-height: 1
}

.entity-actions-title {
	float: left;
	color: black;
	font-weight: 700;
	margin-right: 1rem
}

.entity-actions,
.entity-value {
	font-weight: 700
}

.entity-map {
	margin-top: 1.75rem
}

.entity-footer {
	border-top: 1px solid #e5e5e5;
	padding-top: 1.5rem;
	margin-top: 1.5rem;
}

.entity-footer .btn {
	min-width: 9rem
}

.entity-footer .entity-action-icons {
	margin-top: 0
}

.entity-separator {
	width: 2.5rem;
	height: 4px;
	margin-top: .25rem;
	border-radius: 4px;
	background-color: #29ab87
}

.entity-gallery {
	border: 1px solid #e5e5e5;
	padding: 2rem;
}

.entity-gallery .slick-view-previews {
	margin-top: 1rem
}

.entity-date+.entity-title,
.entity-details-list+.entity-title {
	margin-top: 1rem
}

.entity-progress {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-o-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 1.5rem;
}

.entity-progress .progress-wrap {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1 1;
	-ms-flex: 1 1;
	flex: 1 1;
	margin: auto 0
}

.entity-progress .progress-side {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	font-size: 1.375rem;
	margin-top: 1.5rem;
	line-height: 1.375
}

@media (min-width:576px) {
	.entity-progress .progress-side {
		margin: 0 0 0 2rem;
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-o-box-flex: 1;
		box-flex: 1;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		text-align: center;
		padding: 1rem 1.5rem;
		border-left: 1px solid #e5e5e5
	}
}

.entity-quote {
	display: block;
	width: 100%;
	font-family: 'Philosopher';
	font-size: 1.125rem;
	color: black;
	font-weight: 400;
	font-style: italic;
	margin: 1rem 0 0;
}

.entity-quote footer {
	margin-top: 1rem;
	font-size: .75rem;
	font-family: 'Muli'
}

.entity-quote cite {
	color: #29ab87
}

.entity-date-block,
.entity-date-line {
	display: inline-block;
	background: #29ab87;
	color: #fff;
	line-height: 1;
}

.entity-date-block.inactive,
.entity-date-line.inactive {
	background: #e5e5e5;
	color: #29ab87
}

.entity-date-block.bordered,
.entity-date-line.bordered {
	background: #fff;
	border: 2px solid #e5e5e5;
	color: #29ab87
}

.entity-date-block {
	padding: .5rem 1rem;
	text-align: center;
	display: inline-block;
	width: 5.5rem;
	font-size: .75rem;
}

.entity-date-block .entity-date-day,
.entity-date-block .entity-date-text {
	display: block
}

.entity-date-block .entity-date-day {
	text-shadow: 2px 0 2px rgba(0, 0, 0, 0.25);
	font-weight: 700;
	font-size: 3rem
}

.entity-date-block.inactive .entity-date-day {
	text-shadow: none
}

@media (min-width:992px) {
	.entity-date-block.big {
		width: 6.75rem;
		font-size: 1rem;
	}
	.entity-date-block.big .entity-date-day {
		font-size: 3.5rem
	}
}

.entity-date-line {
	font-weight: 700;
	padding: .5rem .5rem .5rem 2rem
}

.entity-date {
	color: #29ab87;
	font-weight: 400
}

.entity-price {
	font-weight: 700;
	color: #29ab87;
	font-size: 1.125rem;
	margin-top: 1rem
}

.entity-price-current {
	display: inline-block;
	font-size: 1.625rem;
	margin: -.25rem 0
}

.entity-price-old {
	color: #cbcfd4;
	text-decoration: line-through;
	margin-left: 1rem;
	display: inline-block;
	vertical-align: super
}

.entity-list,
.entity-details-list,
.entity-info-list {
	margin: 1rem 0 0;
	padding: 0;
	list-style: none;
}

.entity-list li,
.entity-details-list li,
.entity-info-list li {
	margin: 0;
	padding: 0;
	line-height: inherit;
}

.entity-list li+li,
.entity-details-list li+li,
.entity-info-list li+li {
	margin-top: .25rem
}

.entity-list.line-list,
.entity-details-list.line-list,
.entity-info-list.line-list {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-o-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: .875rem -1rem -.125rem;
	padding: 0;
	list-style: none;
}

.entity-list.line-list li,
.entity-details-list.line-list li,
.entity-info-list.line-list li {
	margin: .125rem 0;
	padding: 0 1rem
}

.entity-list-title {
	margin-right: .5rem;
	font-weight: 500
}

.entity-list-value {
	color: black
}

.entity-details-list,
.entity-info-list {
	color: black;
}

.entity-details-list .entity-list-title,
.entity-info-list .entity-list-title {
	font-weight: inherit
}

.entity-details-list .entity-list-value,
.entity-info-list .entity-list-value {
	color: #29ab87
}

.entity-details-list {
	font-weight: 700;
	font-size: 1rem;
}

.entity-details-list:first-child {
	margin-top: -.25rem
}

.entity-info-list {
	font-weight: 600;
	font-style: italic
}

.entity-map+.line-list,
.entity-preview+.line-list {
	margin-top: 1.375rem
}

.entity-actions a,
.entity-fast-actions a,
.entity-action-icons a,
.entity-action-btns a {
	display: inline-block;
	margin-right: 1rem;
}

.entity-actions a:last-child,
.entity-fast-actions a:last-child,
.entity-action-icons a:last-child,
.entity-action-btns a:last-child {
	margin-right: 0 !important
}

.entity-actions,
.entity-fast-actions {
	line-height: 1.375;
	margin-top: 1rem
}

.entity-action-icons {
	margin-top: 1rem;
	color: black
}

.entity-action-btns {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.entity-action-btns:last-child {
	margin-bottom: 0
}

.entity-action-btns .btn:first-child:last-child {
	min-width: 9rem
}

.entity-action-btns.line {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
}

.entity-action-btns.line .btn {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.entity-action-btns.line .btn-icon {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.entity-rating {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-lines: single;
	-moz-box-lines: single;
	-o-box-lines: single;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-top: 1rem
}

.entity-rating-icon {
	margin-left: .25rem;
	color: #ff8a00;
}

.entity-rating-icon:first-child {
	margin-left: 0
}

.entity-preview {
	display: block;
	width: 100%;
	position: relative;
}

.entity-preview,
.entity-preview:hover {
	opacity: 1;
	-ms-filter: none;
	filter: none
}

.entity-preview .entity-title {
	color: inherit
}

.entity-preview .entity-date-block {
	position: absolute;
	left: 2rem;
	top: 2rem;
}

.entity-preview .entity-date-block.displaced {
	top: -1rem;
	left: 1rem
}

.entity-preview .entity-date-line {
	position: absolute;
	left: 0;
	top: 2rem;
}

.entity-preview .entity-text {
	color: #cbcfd4;
	margin-top: .75rem
}

.entity-preview .entity-actions,
.entity-preview .entity-action-icons {
	color: #fff
}

.entity-preview-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 1rem
}

.entity-body {
	margin-top: 1rem;
}

.entity-body p,
.entity-body ul {
	margin-bottom: 1rem
}

.entity-body p:last-child,
.entity-body ul:last-child {
	margin-bottom: 0
}

.entity-body h1,
.entity-body h2,
.entity-body h3,
.entity-body h4,
.entity-body h5,
.entity-body h6 {
	margin-top: 1.5rem;
	margin-bottom: .75rem;
	color: black;
	font-family: 'Philosopher'
}

.entity-body h1:first-child,
.entity-body h2:first-child,
.entity-body h3:first-child,
.entity-body h4:first-child,
.entity-body h5:first-child,
.entity-body h6:first-child {
	margin-top: 0 !important
}

.entity-preview-show-up .embed-responsive-item {
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.entity-preview-show-up .entity-preview-content {
	-webkit-animation-duration: .4s;
	-moz-animation-duration: .4s;
	-o-animation-duration: .4s;
	-ms-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	-ms-animation-name: fadeOut;
	animation-name: fadeOut;
	color: #fff
}

.entity-preview-show-up:hover .embed-responsive-item {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.entity-preview-show-up:hover .entity-preview-content {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-animation-name: zoomIn;
	-moz-animation-name: zoomIn;
	-o-animation-name: zoomIn;
	-ms-animation-name: zoomIn;
	animation-name: zoomIn
}

.entity-preview-actions-up:hover .entity-action-icons a {
	font-size: 1.25rem;
	margin-right: 1.25rem
}

.section-white-text .entity-title,
.section-white-text .entity-quote,
.section-white-text .entity-quote cite,
.section-white-text .entity-action-icons {
	color: #fff
}

.sidebar .entity-list,
.sidebar .entity-details-list+.entity-title {
	margin-top: .75rem
}

.entity-flex,
.entity-flex .entity-content {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.entity-flex .entity-content {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1 1;
	-ms-flex: 1 1;
	flex: 1 1
}

.entity-bordered {
	border: 1px solid #e5e5e5;
	background: #fff;
}

.entity-bordered,
.entity-bordered .entity-content {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.entity-bordered .entity-content {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1 1;
	-ms-flex: 1 1;
	flex: 1 1;
	padding: 1.5rem 2rem 2rem;
}

.entity-bordered .entity-content .entity-actions:last-child {
	margin-bottom: -.25rem
}

.entity-bordered .entity-content .entity-action-icons:last-child {
	margin-bottom: -.5rem
}

.entity-colorful {
	position: relative;
	z-index: 1;
}

.entity-colorful,
.entity-colorful .entity-title {
	color: #fff
}

.entity-colorful,
.entity-colorful .entity-content {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}

.entity-colorful .entity-content {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1 1;
	-ms-flex: 1 1;
	flex: 1 1;
	padding: 2rem;
}

.entity-colorful .entity-content .entity-actions:last-child {
	margin-bottom: -.25rem
}

.entity-colorful .entity-content .entity-action-icons:last-child {
	margin-bottom: -.5rem
}

.entity-block {
	padding: 2rem;
}

.entity-block+.entity-block {
	margin-top: 2rem
}

.side-mark-entity {
	position: relative;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 3rem;
	width: 100%;
}

.side-mark-entity .entity-icon {
	background: #29ab87;
	color: #fff;
	width: 3rem;
	height: 4.25rem;
	line-height: 4.25rem;
	font-size: 1.75rem;
	text-align: center;
	position: absolute;
	left: 1rem;
	top: -1px;
}

.side-mark-entity .entity-icon .svg-content {
	vertical-align: baseline
}

.side-mark-entity .entity-action-btns {
	max-width: 16rem
}

@media (min-width:1200px) {
	.mark-section-displaced {
		margin-top: -3.5rem;
		position: relative;
		z-index: 2
	}
	.side-mark-entity .entity-icon {
		top: -1.75rem
	}
}

.countdown-view-simple {
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-box;
	display: inline-flex;
	vertical-align: top;
	-webkit-box-align: start;
	-moz-box-align: start;
	-o-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-o-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-left: -.5rem;
	margin-right: -.5rem;
	margin-top: -1rem;
}

.countdown-view-simple .counter-container,
.countdown-view-simple .counter-separator {
	padding-left: .5rem;
	padding-right: .5rem;
	margin-top: 1rem;
	text-align: center;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 0 0 1;
	-ms-flex: 0 0 1;
	flex: 0 0 1;
	min-width: 0
}

.countdown-entity {
	text-align: center;
}

.countdown-entity .entity-title {
	font-style: italic
}

.countdown-entity .entity-counter {
	margin-top: 1.5rem;
	margin-bottom: 3rem
}

.countdown-entity .counter,
.countdown-entity .counter-separator {
	font-size: 1.75rem;
	color: black;
	font-weight: 900;
	line-height: 1.375
}

.countdown-entity .counter {
	min-width: 2ch
}

.countdown-entity .counter-text {
	font-weight: 600;
	font-style: italic;
	line-height: 1.375
}

@media (min-width:576px) {
	.countdown-entity .counter,
	.countdown-entity .counter-separator {
		font-size: 2.5rem
	}
}

@media (min-width:992px) {
	.countdown-entity .counter,
	.countdown-entity .counter-separator {
		font-size: 4rem
	}
	.countdown-entity .countdown-view-simple {
		margin-left: -1rem;
		margin-right: -1rem;
		margin-top: -2rem
	}
	.countdown-entity .counter-container,
	.countdown-entity .counter-separator {
		padding-left: 1rem;
		padding-right: 1rem;
		margin-top: 2rem
	}
}

.banner-entity {
	position: relative;
	z-index: 1;
}

.banner-entity,
.banner-entity .entity-title,
.banner-entity .entity-subtitle {
	color: #fff
}

.banner-entity .entity-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 2rem 1.5rem;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.banner-full-entity {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	color: #fff;
}

.banner-full-entity .container {
	margin-top: auto;
	margin-bottom: auto;
	position: relative;
}

.banner-full-entity .entity-title {
	color: inherit;
	font-size: 3.5rem;
}

.banner-full-entity .entity-title+.entity-subtitle,
.banner-full-entity .entity-title+.entity-actions {
	margin-top: 2rem
}

.banner-full-entity .entity-subtitle {
	color: inherit;
	font-size: 1.375rem;
	margin-top: 0;
}

.banner-full-entity .entity-subtitle+.entity-actions {
	margin-top: 3.5rem
}

.banner-full-entity .entity-subtitle+.entity-title {
	margin-top: 1.5rem
}

.banner-full-entity .entity-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 3rem 0
}

.banner-full-entity .entity-text {
	font-weight: 600;
	font-style: italic;
}

.banner-full-entity .entity-text:first-child {
	margin-top: 0
}

.banner-full-entity .entity-counter {
	margin-top: 1.5rem
}

.banner-full-entity .counter,
.banner-full-entity .counter-separator {
	font-size: 1.75rem;
	font-weight: 900;
	line-height: 1.375
}

.banner-full-entity .counter {
	min-width: 2ch
}

.banner-full-entity .counter-text {
	font-weight: 600;
	font-style: italic;
	line-height: 1.375;
	color: #cbcfd4
}

@media (min-width:576px) {
	.banner-full-entity .counter,
	.banner-full-entity .counter-separator {
		font-size: 2.5rem
	}
}

@media (min-width:992px) {
	.banner-full-entity .counter,
	.banner-full-entity .counter-separator {
		font-size: 4rem
	}
	.banner-full-entity .countdown-view-simple {
		margin-left: -1rem;
		margin-right: -1rem;
		margin-top: -2rem
	}
	.banner-full-entity .counter-container,
	.banner-full-entity .counter-separator {
		padding-left: 1rem;
		padding-right: 1rem;
		margin-top: 2rem
	}
}

.banner-quote-entity {
	text-align: center;
}

.banner-quote-entity .entity-icon {
	font-size: 3.25rem
}

.banner-quote-entity .entity-quote {
	font-size: 1.625rem;
	margin-top: 3rem;
}

.banner-quote-entity .entity-quote footer {
	font-size: .9375rem;
	margin-top: 2.5rem
}

.event-side-date-entity {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-lines: single;
	-moz-box-lines: single;
	-o-box-lines: single;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	-moz-box-align: start;
	-o-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.event-side-date-entity .entity-content {
	padding: 0
}

.event-side-date-entity .entity-date-block {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 1.25rem
}

.event-side-date-entity .entity-content {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1 0;
	-ms-flex: 1 0;
	flex: 1 0
}

.testimonials-single-entity {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.testimonials-single-entity .entity-icon {
	font-size: 5rem;
	margin-bottom: 3.5rem
}

.testimonials-single-entity .entity-main-text {
	margin: auto 0;
	font-size: 1.75rem;
	font-family: 'Philosopher';
	line-height: 1.375;
	font-style: italic
}

.testimonials-single-entity .entity-title {
	margin-top: 3rem;
	font-size: 1.125rem
}

.contact-info-entity {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 3rem 1rem;
}

.contact-info-entity .entity-icon {
	margin: 1rem 0 1.75rem;
	font-size: 2.25rem
}

.contact-info-entity .entity-value {
	margin: auto 0;
	font-size: 1.375rem
}

.contact-info-entity .entity-title {
	font-family: 'Muli';
	font-size: 1rem;
	color: inherit;
	font-weight: 400;
	margin-top: 1.5rem
}

.comment-entity+.comment-entity {
	margin-top: 3rem
}

.comment-entity,
.comment-entity .entity-content {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-o-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-moz-box-align: start;
	-o-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	width: 100%;
	padding: 0
}

.comment-entity .entity-image {
	width: 3rem;
	margin-right: 1.5rem;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.comment-entity .entity-content,
.comment-entity .entity-title {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1 0;
	-ms-flex: 1 0;
	flex: 1 0
}

.comment-entity .entity-title {
	margin-right: auto
}

.comment-entity .entity-date {
	margin-top: 1rem
}

.comment-entity .entity-text,
.comment-entity .entity-actions,
.comment-entity .entity-date,
.comment-entity .entity-rating {
	width: 100%
}

.comment-entity .entity-rating {
	margin-top: 1rem
}

.comment-entity .entity-items {
	width: 100%;
	margin-left: 1.5rem;
	margin-top: 3rem
}

@media (min-width:768px) {
	.comment-entity .entity-image {
		width: 4rem;
		margin-right: 2rem
	}
	.comment-entity .entity-items {
		margin-left: 4rem
	}
}

@media (min-width:768px) {
	.comment-entity .entity-image {
		width: 8.5rem
	}
	.comment-entity .entity-date {
		margin-top: 0;
		line-height: 1.575;
		width: auto
	}
}

.cart-header,
.cart-item-entity {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-o-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	text-align: center;
	padding-left: 2rem;
	padding-right: 2rem
}

.cart-header,
.cart-item-title {
	font-family: 'Philosopher';
	font-weight: 700;
	color: black;
	line-height: 1.375
}

.cart-header {
	font-size: 1rem;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 1rem;
}

.cart-header .cart-title {
	margin-bottom: .5rem
}

.cart-item-entity {
	position: relative;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.cart-item-entity+.cart-item-entity {
	border-top: 1px dotted #e5e5e5
}

.cart-item-image {
	width: 12.5rem;
	margin: 0 auto 1.5rem
}

.cart-item-entity .cart-item-title {
	font-size: 1.375rem;
	margin-bottom: 1rem
}

.cart-item-entity .cart-item-price,
.cart-item-entity .cart-item-total {
	color: black;
	font-weight: 700;
	font-size: 1.125rem
}

.cart-item-entity .cart-item-quantity {
	margin: 1.5rem 0
}

.cart-item-entity .cart-item-remove {
	font-size: 1.375rem;
	margin-top: 1.5rem;
	line-height: 1
}

.cart-footer {
	border-top: 1px solid #e5e5e5;
	padding-top: 2rem;
}

.cart-footer .btn {
	width: 100%
}

.cart-block {
	border: 1px solid #e5e5e5;
	padding: 2rem
}

.cart-form+.cart-form {
	margin-top: 2rem
}

.cart-totals {
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid #e5e5e5;
	font-size: 1.125rem;
}

.cart-totals .list-item-value {
	margin-left: auto;
	text-align: right;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: auto;
	margin-top: 0;
	color: black
}

.cart-totals .list-item-title {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1 1;
	-ms-flex: 1 1;
	flex: 1 1
}

.cart-total {
	font-size: 1.375rem;
	line-height: 1.375;
}

.cart-total .list-item-value {
	font-weight: 700;
	color: #29ab87
}

@media (max-width:767px) {
	.cart-header .cart-item-image,
	.cart-header .cart-item-title,
	.cart-header .cart-item-price,
	.cart-header .cart-item-quantity,
	.cart-header .cart-item-total,
	.cart-header .cart-item-remove {
		display: none
	}
}

@media (min-width:576px) {
	.cart-item-entity {
		-webkit-box-orient: horizontal;
		-moz-box-orient: horizontal;
		-o-box-orient: horizontal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.cart-item-title,
	.cart-item-image,
	.cart-item-price,
	.cart-item-total {
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-o-box-flex: 1;
		box-flex: 1;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.cart-item-title,
	.cart-item-remove {
		width: 100%
	}
	.cart-item-price,
	.cart-item-total {
		width: 5rem
	}
	.cart-item-quantity {
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-o-box-flex: 1;
		box-flex: 1;
		-webkit-flex: 1 1;
		-ms-flex: 1 1;
		flex: 1 1;
		padding: 0 2rem
	}
	.cart-item-entity .cart-item-price,
	.cart-item-entity .cart-item-total {
		margin: auto 0
	}
	.cart-item-entity .cart-item-title {
		margin-bottom: 1.5rem
	}
	.cart-item-entity .cart-item-remove {
		margin-top: 2rem
	}
	.cart-item-entity .cart-item-quantity {
		margin: 0
	}
}

@media (min-width:768px) {
	.cart-header {
		-webkit-box-orient: horizontal;
		-moz-box-orient: horizontal;
		-o-box-orient: horizontal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.cart-header .cart-title {
		display: none
	}
	.cart-item-image {
		width: 6.25rem;
		padding-right: 2rem
	}
	.cart-item-quantity,
	.cart-item-remove {
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-o-box-flex: 1;
		box-flex: 1;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.cart-item-title {
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-o-box-flex: 1;
		box-flex: 1;
		-webkit-flex: 1 1;
		-ms-flex: 1 1;
		flex: 1 1;
		text-align: left
	}
	.cart-item-remove {
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-o-box-flex: 1;
		box-flex: 1;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 3.25rem;
		padding-left: 2rem
	}
	.cart-item-quantity {
		width: 12.5rem
	}
	.cart-item-entity .cart-item-image,
	.cart-item-entity .cart-item-title,
	.cart-item-entity .cart-item-quantity,
	.cart-item-entity .cart-item-remove {
		margin: auto 0
	}
	.cart-item-entity .cart-item-title {
		font-size: 1.125rem
	}
}

