@charset "UTF-8";
@-webkit-keyframes sprite-animation {
	from {
		background-position: 0 0
	}
}

@keyframes sprite-animation {
	from {
		background-position: 0 0
	}
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: top
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
time {
	display: block
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: ''
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

button,
input,
select,
textarea {
	display: inline-block;
	-webkit-appearance: none;
	outline: 0;
	color: inherit;
	overflow: visible;
	background-color: transparent;
	box-shadow: none;
	border-radius: 0
}

button,
input[type=button],
input[type=submit] {
	cursor: pointer
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

* html .clearfix {
	zoom: 1
}

.lt-ie11 input {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom-left-radius: 1px!important
}

*,
:after,
:before {
	box-sizing: border-box
}

a,
a[href^="callto:"],
a[href^="tel:"] {
	font: inherit;
	color: inherit;
	text-decoration: none
}

a:focus,
a[href^="callto:"]:focus,
a[href^="tel:"]:focus {
	outline: 0
}

img {
	max-width: 100%;
	height: auto;
    border-radius: 1vw;
}

a,
button,
input {
	transition: .3s all ease
}

.preloader-01 .preloader {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	transition: .3s all ease;
	pointer-events: none;
	backface-visibility: hidden;
	z-index: 999
}

.preloader-01 .preloader::before,
.preloader::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	transition: .2s linear;
	transform: translateY(0);
	pointer-events: none
}

.preloader-01 .preloader::before {
	top: 0;
	bottom: 50%;
	background: #b22a38
}

.preloader-01 .preloader::after {
	top: 50%;
	bottom: 0;
	background: #A52733
}

.preloader-01 .preloader.loaded::before,
.preloader.loaded::after {
	transition: .4s linear
}

.preloader-01 .preloader.loaded::before {
	transform: translateY(-100%)
}

.preloader-01 .preloader.loaded::after {
	transform: translateY(100%)
}

.preloader-01 .preloader.loaded .preloader-logo,
.preloader.loaded .preloader-body {
	opacity: 0;
	visibility: hidden;
	transition: 0s
}

.preloader-01 .preloader-logo,
.preloader-body {
	transition: 0s .2s
}

.preloader-01 .preloader-logo {
	position: relative;
	z-index: 10;
	transform: translate3d(0, -50%, 0);
	padding: 40px 40px 100px 40px
}

.preloader-01 .preloader-body {
	position: absolute;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	left: 0;
	right: 0;
	z-index: 10;
	text-align: center
}

#loadingProgressG {
	width: 100vw;
	height: 5px;
	overflow: hidden;
	background: #f7f9f9;
	border-radius: 6px;
	margin: auto
}

.loadingProgressG {
	background: #151514;
	margin-top: 0;
	margin-left: -100vw;
	animation-name: bounce_loadingProgressG;
	animation-duration: 2.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	width: 100vw;
	height: 5px;
	transition: .5s
}

@keyframes bounce_loadingProgressG {
	0% {
		margin-left: -100vw
	}
	100% {
		margin-left: 100vw
	}
}

.spinner {
	text-align: center;
	font-size: 10px;
	position: fixed;
	left: 0;
	top: 0;
	background: #b22a38;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: 12;
	display: flex;
	align-items: center;
	justify-content: center
}

.spinner>div {
	background: #fff;
	height: 50px;
	width: 5px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
	margin: 0 2px
}

.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}

.spinner .rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

.spinner .rect4 {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s
}

.spinner .rect5 {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s
}

.form-preloader,
.preloader-02 .preloader {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	background: #f7f9f9;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	-webkit-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	overflow: hidden;
	transition-delay: .6s
}

.form-preloader {
	position: absolute;
	z-index: 5
}

.form-preloader *,
.preloader-02 .preloader * {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	-webkit-transition-timing-function: cubic-bezier(.86, 0, .07, 1)
}

.form-preloader .layer,
.preloader-02 .preloader .layer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	transition-delay: .3s
}

.form-preloader .layer {
	background: #f9f9f9
}

.form-preloader .inner,
.preloader-02 .preloader .inner {
	display: inline-block;
	text-align: center;
	position: relative;
	z-index: 2;
	margin: 0 auto
}

.form-preloader .inner span,
.preloader-02 .preloader .inner span {
	color: #273c75;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 2;
	opacity: .9
}

.form-preloader .inner figure,
.preloader-02 .preloader .inner figure {
	display: block;
	margin-bottom: 20px;
	transition-delay: .1s
}

.form-preloader .inner figure img,
.preloader-02 .preloader .inner figure img {
	height: 120px;
	transform: translateX(-7px)
}

.form-loaded .form-preloader,
.preloader-02.page-loaded .preloader {
	left: -100%
}

.form-loaded .form-preloader .inner figure,
.preloader-02.page-loaded .preloader .inner figure {
	opacity: 0;
	transform: scale(1.5)
}

.form-loaded .form-preloader .inner span,
.preloader-02.page-loaded .preloader .inner span {
	transform: translateY(20px);
	opacity: 0
}

.form-loaded .form-preloader .layer,
.preloader-02.page-loaded .preloader .layer {
	left: -100%
}

.preloader-02.page-transition {
	width: 100%;
	height: 100%;
	position: fixed;
	right: -100%;
	top: 0;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	-webkit-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	background: #f7f9f9
}

.preloader-02.page-transition .layer {
	width: 0;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	-webkit-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
	transition-delay: .3s
}

.preloader-02.page-transition.active {
	opacity: 1;
	visibility: visible;
	right: 0
}

.preloader-02.page-transition.active .layer {
	width: 100%
}

.page {
	overflow: hidden
}

html.boxed body {
	background: #444
}

html.boxed .page {
	background: #fff;
	box-shadow: 0 0 0 rgba(0, 0, 0, .12), 3px 4px 8px 0 rgba(0, 0, 0, .11);
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	min-width: 300px;
	max-width: 480px
}

@media(min-width:768px) {
	.container {
		max-width: 750px
	}
}

@media(min-width:992px) {
	.container {
		max-width: 970px
	}
}

@media(min-width:1200px) {
	.container {
		max-width: 1200px
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 0;
	padding-right: 0;
	max-width: 2048px
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

[class*=col-] {
	padding-left: 15px;
	padding-right: 15px
}

*+.row,
*+[class*=col-],
html.lt-ie10 *+.row,
html.lt-ie10 *+[class*=col-] {
	margin-top: 30px
}

@media(max-width:991px) {
	*+[class*=col-] {
		margin-top: 1rem
	}
	.page .row:not(.row-no-gutter) [class*=col-]+[class*=col-] {
		margin-top: .8rem
	}
}

@media(max-width:768px) {
	*+[class*=col-] {
		margin-top: 1.28rem
	}
	.page [class*=col-]+[class*=col-] {
		margin-top: 1.28rem
	}
}

.row-no-gutter,
html.lt-ie10 .row-no-gutter {
	margin-left: 0;
	margin-right: 0
}

.row-no-margin,
html.lt-ie10 .row-no-margin {
	margin-left: 0!important;
	margin-right: 0!important;
	margin-top: 0!important;
	margin-bottom: 0!important
}

.row-no-gutter-x>[class*=col],
.row-no-gutter>[class*=col],
html.lt-ie10 .row-no-gutter-x>[class*=col],
html.lt-ie10 .row-no-gutter>[class*=col] {
	padding-left: 0;
	padding-right: 0
}

.row-no-gutter>*+[class*=col],
html.lt-ie10 .row-no-gutter>*+[class*=col] {
	margin-top: 0
}

.row-no-gutter-right,
html.lt-ie10 .row-no-gutter-right {
	margin-left: 0;
	margin-right: -30px
}

.row-no-gutter-x,
html.lt-ie10 .row-no-gutter-x {
	margin-left: -30px;
	margin-right: -30px
}

@media(min-width:320px) {
	*+[class*=col-xs-] {
		margin-top: 0
	}
	.row {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex: 0 1 auto;
		-webkit-flex: 0 1 auto;
		flex: 0 1 auto;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.row>[class*=col-] {
		-ms-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}
	.row-xs-center {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.row-xs-left {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.row-xs-right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.row-xs-justify {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.row-xs-around {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
	.row-xs-top {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.row-xs {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.row-xs-reverse {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
	.row-xs-middle {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.row-xs-bottom {
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end
	}
	.col-xs-top {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}
	.col-xs-middle {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center
	}
	.col-xs-bottom {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end
	}
	.row>.col-xs-preffix-0 {
		margin-left: 0
	}
	.row>.col-xs-1 {
		-webkit-flex-basis: 8.33333%;
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%;
		max-width: 8.33333%
	}
	.row>.col-xs-preffix-1 {
		margin-left: 8.33333%
	}
	.row>.col-xs-push-1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.row>.col-xs-2 {
		-webkit-flex-basis: 16.66667%;
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%;
		max-width: 16.66667%
	}
	.row>.col-xs-preffix-2 {
		margin-left: 16.66667%
	}
	.row>.col-xs-push-2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.row>.col-xs-3 {
		-webkit-flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%
	}
	.row>.col-xs-preffix-3 {
		margin-left: 25%
	}
	.row>.col-xs-push-3 {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.row>.col-xs-4 {
		-webkit-flex-basis: 33.33334%;
		-ms-flex-preferred-size: 33.33334%;
		flex-basis: 33.33334%;
		max-width: 33.33334%
	}
	.row>.col-xs-preffix-4 {
		margin-left: 33.33333%
	}
	.row>.col-xs-push-4 {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.row>.col-xs-5 {
		-webkit-flex-basis: 41.66667%;
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%;
		max-width: 41.66667%
	}
	.row>.col-xs-preffix-5 {
		margin-left: 41.66667%
	}
	.row>.col-xs-push-5 {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
	.row>.col-xs-6 {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%
	}
	.row>.col-xs-preffix-6 {
		margin-left: 50%
	}
	.row>.col-xs-push-6 {
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
	.row>.col-xs-7 {
		-webkit-flex-basis: 58.33333%;
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%;
		max-width: 58.33333%
	}
	.row>.col-xs-preffix-7 {
		margin-left: 58.33333%
	}
	.row>.col-xs-push-7 {
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}
	.row>.col-xs-8 {
		-webkit-flex-basis: 66.66667%;
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%;
		max-width: 66.66667%
	}
	.row>.col-xs-preffix-8 {
		margin-left: 66.66667%
	}
	.row>.col-xs-push-8 {
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}
	.row>.col-xs-9 {
		-webkit-flex-basis: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%
	}
	.row>.col-xs-preffix-9 {
		margin-left: 75%
	}
	.row>.col-xs-push-9 {
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}
	.row>.col-xs-10 {
		-webkit-flex-basis: 83.33333%;
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%;
		max-width: 83.33333%
	}
	.row>.col-xs-preffix-10 {
		margin-left: 83.33333%
	}
	.row>.col-xs-push-10 {
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}
	.row>.col-xs-11 {
		-webkit-flex-basis: 91.66667%;
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%;
		max-width: 91.66667%
	}
	.row>.col-xs-preffix-11 {
		margin-left: 91.66667%
	}
	.row>.col-xs-push-11 {
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11
	}
	.row>.col-xs-12 {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}
	.row>.col-xs-preffix-12 {
		margin-left: 100%
	}
	.row>.col-xs-push-12 {
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12
	}
}

@media(min-width:768px) {
	*+[class*=col-sm-] {
		margin-top: 0
	}
	.row-sm-center {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.row-sm-left {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.row-sm-right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.row-sm-justify {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.row-sm-around {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
	.row-sm-top {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.row-sm {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.row-sm-reverse {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
	.row-sm-middle {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.row-sm-bottom {
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end
	}
	.col-sm-top {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}
	.col-sm-middle {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center
	}
	.col-sm-bottom {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end
	}
	.row>.col-sm-preffix-0 {
		margin-left: 0
	}
	.row>.col-sm-1 {
		-webkit-flex-basis: 8.33333%;
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%;
		max-width: 8.33333%
	}
	.row>.col-sm-preffix-1 {
		margin-left: 8.33333%
	}
	.row>.col-sm-push-1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.row>.col-sm-2 {
		-webkit-flex-basis: 16.66667%;
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%;
		max-width: 16.66667%
	}
	.row>.col-sm-preffix-2 {
		margin-left: 16.66667%
	}
	.row>.col-sm-push-2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.row>.col-sm-3 {
		-webkit-flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%
	}
	.row>.col-sm-preffix-3 {
		margin-left: 25%
	}
	.row>.col-sm-push-3 {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.row>.col-sm-4 {
		-webkit-flex-basis: 33.33334%;
		-ms-flex-preferred-size: 33.33334%;
		flex-basis: 33.33334%;
		max-width: 33.33334%
	}
	.row>.col-sm-preffix-4 {
		margin-left: 33.33333%
	}
	.row>.col-sm-push-4 {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.row>.col-sm-5 {
		-webkit-flex-basis: 41.66667%;
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%;
		max-width: 41.66667%
	}
	.row>.col-sm-preffix-5 {
		margin-left: 41.66667%
	}
	.row>.col-sm-push-5 {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
	.row>.col-sm-6 {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%
	}
	.row>.col-sm-preffix-6 {
		margin-left: 50%
	}
	.row>.col-sm-push-6 {
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
	.row>.col-sm-7 {
		-webkit-flex-basis: 58.33333%;
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%;
		max-width: 58.33333%
	}
	.row>.col-sm-preffix-7 {
		margin-left: 58.33333%
	}
	.row>.col-sm-push-7 {
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}
	.row>.col-sm-8 {
		-webkit-flex-basis: 66.66667%;
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%;
		max-width: 66.66667%
	}
	.row>.col-sm-preffix-8 {
		margin-left: 66.66667%
	}
	.row>.col-sm-push-8 {
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}
	.row>.col-sm-9 {
		-webkit-flex-basis: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%
	}
	.row>.col-sm-preffix-9 {
		margin-left: 75%
	}
	.row>.col-sm-push-9 {
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}
	.row>.col-sm-10 {
		-webkit-flex-basis: 83.33333%;
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%;
		max-width: 83.33333%
	}
	.row>.col-sm-preffix-10 {
		margin-left: 83.33333%
	}
	.row>.col-sm-push-10 {
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}
	.row>.col-sm-11 {
		-webkit-flex-basis: 91.66667%;
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%;
		max-width: 91.66667%
	}
	.row>.col-sm-preffix-11 {
		margin-left: 91.66667%
	}
	.row>.col-sm-push-11 {
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11
	}
	.row>.col-sm-12 {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}
	.row>.col-sm-preffix-12 {
		margin-left: 100%
	}
	.row>.col-sm-push-12 {
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12
	}
}

@media(min-width:992px) {
	*+[class*=col-md-] {
		margin-top: 0
	}
	.row-md-center {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.row-md-left {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.row-md-right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.row-md-justify {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.row-md-around {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
	.row-md-top {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.row-md {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.row-md-reverse {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
	.row-md-middle {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.row-md-bottom {
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end
	}
	.col-md-top {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}
	.col-md-middle {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center
	}
	.col-md-bottom {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end
	}
	.row>.col-md-preffix-0 {
		margin-left: 0
	}
	.row>.col-md-1 {
		-webkit-flex-basis: 8.33333%;
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%;
		max-width: 8.33333%
	}
	.row>.col-md-preffix-1 {
		margin-left: 8.33333%
	}
	.row>.col-md-push-1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.row>.col-md-2 {
		-webkit-flex-basis: 16.66667%;
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%;
		max-width: 16.66667%
	}
	.row>.col-md-preffix-2 {
		margin-left: 16.66667%
	}
	.row>.col-md-push-2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.row>.col-md-3 {
		-webkit-flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%
	}
	.row>.col-md-preffix-3 {
		margin-left: 25%
	}
	.row>.col-md-push-3 {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.row>.col-md-4 {
		-webkit-flex-basis: 33.33334%;
		-ms-flex-preferred-size: 33.33334%;
		flex-basis: 33.33334%;
		max-width: 33.33334%
	}
	.row>.col-md-preffix-4 {
		margin-left: 33.33333%
	}
	.row>.col-md-push-4 {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.row>.col-md-5 {
		-webkit-flex-basis: 41.66667%;
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%;
		max-width: 41.66667%
	}
	.row>.col-md-preffix-5 {
		margin-left: 41.66667%
	}
	.row>.col-md-push-5 {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
	.row>.col-md-6 {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%
	}
	.row>.col-md-preffix-6 {
		margin-left: 50%
	}
	.row>.col-md-push-6 {
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
	.row>.col-md-7 {
		-webkit-flex-basis: 58.33333%;
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%;
		max-width: 58.33333%
	}
	.row>.col-md-preffix-7 {
		margin-left: 58.33333%
	}
	.row>.col-md-push-7 {
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}
	.row>.col-md-8 {
		-webkit-flex-basis: 66.66667%;
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%;
		max-width: 66.66667%
	}
	.row>.col-md-preffix-8 {
		margin-left: 66.66667%
	}
	.row>.col-md-push-8 {
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}
	.row>.col-md-9 {
		-webkit-flex-basis: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%
	}
	.row>.col-md-preffix-9 {
		margin-left: 75%
	}
	.row>.col-md-push-9 {
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}
	.row>.col-md-10 {
		-webkit-flex-basis: 83.33333%;
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%;
		max-width: 83.33333%
	}
	.row>.col-md-preffix-10 {
		margin-left: 83.33333%
	}
	.row>.col-md-push-10 {
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}
	.row>.col-md-11 {
		-webkit-flex-basis: 91.66667%;
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%;
		max-width: 91.66667%
	}
	.row>.col-md-preffix-11 {
		margin-left: 91.66667%
	}
	.row>.col-md-push-11 {
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11
	}
	.row>.col-md-12 {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}
	.row>.col-md-preffix-12 {
		margin-left: 100%
	}
	.row>.col-md-push-12 {
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12
	}
}

@media(min-width:1200px) {
	*+[class*=col-lg-] {
		margin-top: 0
	}
	.row-lg-center {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.row-lg-left {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.row-lg-right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.row-lg-justify {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.row-lg-around {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
	.row-lg-top {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.row-lg {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.row-lg-reverse {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
	.row-lg-middle {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.row-lg-bottom {
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end
	}
	.col-lg-top {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}
	.col-lg-middle {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center
	}
	.col-lg-bottom {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end
	}
	.row>.col-lg-preffix-0 {
		margin-left: 0
	}
	.row>.col-lg-1 {
		-webkit-flex-basis: 8.33333%;
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%;
		max-width: 8.33333%
	}
	.row>.col-lg-preffix-1 {
		margin-left: 8.33333%
	}
	.row>.col-lg-push-1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.row>.col-lg-2 {
		-webkit-flex-basis: 16.66667%;
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%;
		max-width: 16.66667%
	}
	.row>.col-lg-preffix-2 {
		margin-left: 16.66667%
	}
	.row>.col-lg-push-2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.row>.col-lg-3 {
		-webkit-flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%
	}
	.row>.col-lg-preffix-3 {
		margin-left: 25%
	}
	.row>.col-lg-push-3 {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.row>.col-lg-4 {
		-webkit-flex-basis: 33.33334%;
		-ms-flex-preferred-size: 33.33334%;
		flex-basis: 33.33334%;
		max-width: 33.33334%
	}
	.row>.col-lg-preffix-4 {
		margin-left: 33.33333%
	}
	.row>.col-lg-push-4 {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
	.row>.col-lg-5 {
		-webkit-flex-basis: 41.66667%;
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%;
		max-width: 41.66667%
	}
	.row>.col-lg-preffix-5 {
		margin-left: 41.66667%
	}
	.row>.col-lg-push-5 {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}
	.row>.col-lg-6 {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%
	}
	.row>.col-lg-preffix-6 {
		margin-left: 50%
	}
	.row>.col-lg-push-6 {
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
	.row>.col-lg-7 {
		-webkit-flex-basis: 58.33333%;
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%;
		max-width: 58.33333%
	}
	.row>.col-lg-preffix-7 {
		margin-left: 58.33333%
	}
	.row>.col-lg-push-7 {
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}
	.row>.col-lg-8 {
		-webkit-flex-basis: 66.66667%;
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%;
		max-width: 66.66667%
	}
	.row>.col-lg-preffix-8 {
		margin-left: 66.66667%
	}
	.row>.col-lg-push-8 {
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}
	.row>.col-lg-9 {
		-webkit-flex-basis: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%
	}
	.row>.col-lg-preffix-9 {
		margin-left: 75%
	}
	.row>.col-lg-push-9 {
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}
	.row>.col-lg-10 {
		-webkit-flex-basis: 83.33333%;
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%;
		max-width: 83.33333%
	}
	.row>.col-lg-preffix-10 {
		margin-left: 83.33333%
	}
	.row>.col-lg-push-10 {
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}
	.row>.col-lg-11 {
		-webkit-flex-basis: 91.66667%;
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%;
		max-width: 91.66667%
	}
	.row>.col-lg-preffix-11 {
		margin-left: 91.66667%
	}
	.row>.col-lg-push-11 {
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11
	}
	.row>.col-lg-12 {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}
	.row>.col-lg-preffix-12 {
		margin-left: 100%
	}
	.row>.col-lg-push-12 {
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12
	}
}

html.lt-ie10 .row>.col-xs-1 {
	margin-left: auto;
	margin-right: auto;
	max-width: 8.33333%
}

html.lt-ie10 .row>.col-xs-2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 16.66667%
}

html.lt-ie10 .row>.col-xs-3 {
	margin-left: auto;
	margin-right: auto;
	max-width: 25%
}

html.lt-ie10 .row>.col-xs-4 {
	margin-left: auto;
	margin-right: auto;
	max-width: 33.33333%
}

html.lt-ie10 .row>.col-xs-5 {
	margin-left: auto;
	margin-right: auto;
	max-width: 41.66667%
}

html.lt-ie10 .row>.col-xs-6 {
	margin-left: auto;
	margin-right: auto;
	max-width: 50%
}

html.lt-ie10 .row>.col-xs-7 {
	margin-left: auto;
	margin-right: auto;
	max-width: 58.33333%
}

html.lt-ie10 .row>.col-xs-8 {
	margin-left: auto;
	margin-right: auto;
	max-width: 66.66667%
}

html.lt-ie10 .row>.col-xs-9 {
	margin-left: auto;
	margin-right: auto;
	max-width: 75%
}

html.lt-ie10 .row>.col-xs-10 {
	margin-left: auto;
	margin-right: auto;
	max-width: 83.33333%
}

html.lt-ie10 .row>.col-xs-11 {
	margin-left: auto;
	margin-right: auto;
	max-width: 91.66667%
}

html.lt-ie10 .row>.col-xs-12 {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%
}

html.lt-ie10 .row>.col-sm-1 {
	margin-left: auto;
	margin-right: auto;
	max-width: 8.33333%
}

html.lt-ie10 .row>.col-sm-2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 16.66667%
}

html.lt-ie10 .row>.col-sm-3 {
	margin-left: auto;
	margin-right: auto;
	max-width: 25%
}

html.lt-ie10 .row>.col-sm-4 {
	margin-left: auto;
	margin-right: auto;
	max-width: 33.33333%
}

html.lt-ie10 .row>.col-sm-5 {
	margin-left: auto;
	margin-right: auto;
	max-width: 41.66667%
}

html.lt-ie10 .row>.col-sm-6 {
	margin-left: auto;
	margin-right: auto;
	max-width: 50%
}

html.lt-ie10 .row>.col-sm-7 {
	margin-left: auto;
	margin-right: auto;
	max-width: 58.33333%
}

html.lt-ie10 .row>.col-sm-8 {
	margin-left: auto;
	margin-right: auto;
	max-width: 66.66667%
}

html.lt-ie10 .row>.col-sm-9 {
	margin-left: auto;
	margin-right: auto;
	max-width: 75%
}

html.lt-ie10 .row>.col-sm-10 {
	margin-left: auto;
	margin-right: auto;
	max-width: 83.33333%
}

html.lt-ie10 .row>.col-sm-11 {
	margin-left: auto;
	margin-right: auto;
	max-width: 91.66667%
}

html.lt-ie10 .row>.col-sm-12 {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%
}

html.lt-ie10 .row>.col-md-1 {
	margin-left: auto;
	margin-right: auto;
	max-width: 8.33333%
}

html.lt-ie10 .row>.col-md-2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 16.66667%
}

html.lt-ie10 .row>.col-md-3 {
	margin-left: auto;
	margin-right: auto;
	max-width: 25%
}

html.lt-ie10 .row>.col-md-4 {
	margin-left: auto;
	margin-right: auto;
	max-width: 33.33333%
}

html.lt-ie10 .row>.col-md-5 {
	margin-left: auto;
	margin-right: auto;
	max-width: 41.66667%
}

html.lt-ie10 .row>.col-md-6 {
	margin-left: auto;
	margin-right: auto;
	max-width: 50%
}

html.lt-ie10 .row>.col-md-7 {
	margin-left: auto;
	margin-right: auto;
	max-width: 58.33333%
}

html.lt-ie10 .row>.col-md-8 {
	margin-left: auto;
	margin-right: auto;
	max-width: 66.66667%
}

html.lt-ie10 .row>.col-md-9 {
	margin-left: auto;
	margin-right: auto;
	max-width: 75%
}

html.lt-ie10 .row>.col-md-10 {
	margin-left: auto;
	margin-right: auto;
	max-width: 83.33333%
}

html.lt-ie10 .row>.col-md-11 {
	margin-left: auto;
	margin-right: auto;
	max-width: 91.66667%
}

html.lt-ie10 .row>.col-md-12 {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%
}

html.lt-ie10 .row>.col-lg-1 {
	margin-left: auto;
	margin-right: auto;
	max-width: 8.33333%
}

html.lt-ie10 .row>.col-lg-2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 16.66667%
}

html.lt-ie10 .row>.col-lg-3 {
	margin-left: auto;
	margin-right: auto;
	max-width: 25%
}

html.lt-ie10 .row>.col-lg-4 {
	margin-left: auto;
	margin-right: auto;
	max-width: 33.33333%
}

html.lt-ie10 .row>.col-lg-5 {
	margin-left: auto;
	margin-right: auto;
	max-width: 41.66667%
}

html.lt-ie10 .row>.col-lg-6 {
	margin-left: auto;
	margin-right: auto;
	max-width: 50%
}

html.lt-ie10 .row>.col-lg-7 {
	margin-left: auto;
	margin-right: auto;
	max-width: 58.33333%
}

html.lt-ie10 .row>.col-lg-8 {
	margin-left: auto;
	margin-right: auto;
	max-width: 66.66667%
}

html.lt-ie10 .row>.col-lg-9 {
	margin-left: auto;
	margin-right: auto;
	max-width: 75%
}

html.lt-ie10 .row>.col-lg-10 {
	margin-left: auto;
	margin-right: auto;
	max-width: 83.33333%
}

html.lt-ie10 .row>.col-lg-11 {
	margin-left: auto;
	margin-right: auto;
	max-width: 91.66667%
}

html.lt-ie10 .row>.col-lg-12 {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%
}

html.lt-ie10 .row>[class*=col-lg-preffix-],
html.lt-ie10 .row>[class*=col-md-preffix-],
html.lt-ie10 .row>[class*=col-sm-preffix-],
html.lt-ie10 .row>[class*=col-xs-preffix-] {
	margin-left: auto
}

html {
	font-size: 100%
}

html .old-ie {
	display: none
}

html.lt-ie11 .old-ie {
	display: block
}

body {
	font-family: Poppins, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.7;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	color: #888;
	background: #fff;
	overflow: hidden
}

body.page-loaded {
	overflow: visible
}

@media(max-width:768px) {
	.page-header.nav-active .rd-navbar-brand,
	footer.nav-active,
	main.page-content.nav-active {
		display: none
	}
	.page-header.nav-active .rd-navbar-inner-content {
		text-align: center
	}
	.page-header.nav-active .rd-navbar-overlay {
		position: relative
	}
	.row.d-flex:not([class*=wrap-reverse]) {
		display: block!important
	}
	.page-header.nav-active.w-topbar .rd-navbar-overlay {
		top: 0
	}
	.rd-nav-overlay .rd-navbar-wrapper .rd-navbar-inner {
		padding: 40px 20px!important
	}
}

main.page-content {
	min-height: 100%
}

.with-overlay-nav {
	padding-top: 160px
}

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

@media(min-width:768px) and (max-width:991px) {
	body {
		font-size: 18px
	}
	p.small {
		font-size: 16px;
		line-height: 1.8
	}
}

@media(min-width:992px) {
	body {
		font-size: 17px;
		line-height: 30px
	}
	.owl-carousel .owl-item blockquote p {
		font-size: 20px;
		line-height: 33px
	}
	p.small {
		font-size: 20px;
		line-height: 31px
	}
}

.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6,
h1,
h2,
h3,
h4,
h5,
h6 {
	display: block;
	color: #1d1d1b;
	font-family: "Kumbh Sans", sans-serif;
	font-weight: 500
}

.heading-1 a,
.heading-2 a,
.heading-3 a,
.heading-4 a,
.heading-5 a,
.heading-6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font: inherit
}

.heading-1 a,
.heading-1 a:active,
.heading-1 a:focus,
.heading-2 a,
.heading-2 a:active,
.heading-2 a:focus,
.heading-3 a,
.heading-3 a:active,
.heading-3 a:focus,
.heading-4 a,
.heading-4 a:active,
.heading-4 a:focus,
.heading-5 a,
.heading-5 a:active,
.heading-5 a:focus,
.heading-6 a,
.heading-6 a:active,
.heading-6 a:focus,
h1 a,
h1 a:active,
h1 a:focus,
h2 a,
h2 a:active,
h2 a:focus,
h3 a,
h3 a:active,
h3 a:focus,
h4 a,
h4 a:active,
h4 a:focus,
h5 a,
h5 a:active,
h5 a:focus,
h6 a,
h6 a:active,
h6 a:focus {
	color: inherit
}

.heading-1 a:hover,
.heading-2 a:hover,
.heading-3 a:hover,
.heading-4 a:hover,
.heading-5 a:hover,
.heading-6 a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #b22a38
}

.heading-1>.divider,
.heading-2>.divider,
.heading-3>.divider,
.heading-4>.divider,
.heading-5>.divider,
.heading-6>.divider,
h1>.divider,
h2>.divider,
h3>.divider,
h4>.divider,
h5>.divider,
h6>.divider {
	display: block
}

.heading-1,
h1 {
	font-size: 38px;
	line-height: 1.333
}

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

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

.heading-1>.divider,
h1>.divider {
	margin-top: .39rem
}

.heading-2,
h2 {
	font-size: 32px;
	line-height: 1.35
}

@media(min-width:768px) {
	.heading-2,
	h2 {
		font-size: 50px;
		line-height: 1.4
	}
}

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

.heading-2>.divider,
h2>.divider {
	margin-top: .44rem
}

.heading-3,
h3 {
	font-size: 30px;
	line-height: 1.5
}

@media(min-width:768px) {
	.heading-3,
	h3 {
		font-size: 42px;
		line-height: 1.175
	}
}

.heading-3>.divider,
h3>.divider {
	margin-top: .49rem
}

.heading-4,
h4 {
	font-size: 24px;
	line-height: 1.5
}

h4.title span {
	position: relative;
	display: block;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: .3px;
	color: #b22a38;
	top: 5px
}

@media(min-width:768px) {
	.heading-4,
	h4 {
		font-size: 30px;
		line-height: 1.33
	}
}

.heading-4>.divider,
h4>.divider {
	margin-top: .5rem
}

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

.heading-5-intro {
	line-height: 1.65
}

@media(min-width:768px) {
	.heading-5,
	h5 {
		font-size: 26px
	}
}

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

mark {
	display: inline-block;
	padding: 5px;
	color: #fff;
	background: #b22a38
}

em {
	color: #b22a38
}

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

time {
	color: #b22a38
}

hr {
	width: 80px;
	border-bottom: 6px solid #b22a38
}

hr.seperator {
	width: 100%;
	height: 1px;
	background-color: #e7ebef;
	border-bottom: 0;
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: top
}

a,
a:active,
a:focus {
	color: #b22a38
}

a:hover {
	color: #333
}

.primary-color {
	color: #b22a38
}

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

*+.heading-2,
*+h2 {
	margin-top: 25px
}

*+.heading-3,
*+h3 {
	margin-top: 30px
}

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

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

*+.heading-6,
*+h6 {
	margin-top: 25px
}

*+blockquote,
*+p {
	margin-top: 25px
}

*+img {
	margin-top: 25px
}

*+.btn {
	margin-top: .7rem
}

*+.waypoint {
	margin-top: 36px
}

*+.link {
	margin-top: 36px
}

*+.list {
	margin-top: 50px
}

*+.index-list {
	margin-top: 50px
}

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

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

*+.inline-list {
	margin-top: 28px
}

*+.contact-info {
	margin-top: 40px
}

*+.btn-group {
	margin-top: 45px
}

.heading-2+*,
h2+* {
	margin-top: 46px
}

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

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

*+.container-fluid {
	margin-top: 66px
}

*+.divider {
	margin-top: .5rem
}

.divider+* {
	margin-top: .6rem
}

@media(max-width:991px) {
	html .page *+.offset-1 {
		margin-top: 45px
	}
}

*+.offset-2 {
	margin-top: 1.22rem
}

*+.offset-3 {
	margin-top: 45px
}

@media(min-width:992px) {
	*+.offset-3 {
		margin-top: 20px
	}
}

*+.offset-4 {
	margin-top: 56px
}

*+.offset-5 {
	margin-top: 62px
}

*+.offset-6 {
	margin-top: 45px
}

@media(min-width:992px) {
	.offset-7 {
		margin-top: 15px
	}
}

@media(min-width:992px) {
	.shift-up-1 {
		margin-top: -72px
	}
}

@media(min-width:992px) {
	.shift-up-2 {
		margin-top: -2.53rem
	}
}

@media(min-width:992px) {
	.shift-up-3 {
		margin-top: -3.83rem
	}
}

@media(min-width:992px) {
	.shift-up-4 {
		margin-top: -90px
	}
}

@media(min-width:992px) {
	.shift-up-5 {
		margin-top: -8px
	}
}

@media(min-width:992px) {
	.shift-up-6 {
		margin-top: -130px
	}
    .shift-down-6 {
		margin-bottom: -130px
	}
	.pb-100-md {
		padding-bottom: 100px
	}
}

@media(min-width:992px) {
	.shift-up-7 {
		margin-top: -205px
	}
}

@media(min-width:992px) {
	.shift-up-8 {
		margin-top: -2.2rem
	}
}

@media(min-width:992px) {
	.relative-shift-up-1 {
		top: -70px
	}
}

@media(min-width:992px) {
	.relative-shift-up-2 {
		top: -90px
	}
}

@media(min-width:992px) {
	.relative-shift-up-3 {
		top: -220px
	}
}

@media(min-width:992px) {
	.relative-shift-up-4 {
		margin-top: -50px
	}
}

@media(min-width:992px) {
	.shift-up-1p {
		margin-top: -10%
	}
	.shift-up-2p {
		margin-top: -20%
	}
	.shift-up-3p {
		margin-top: -30%
	}
	.shift-up-4p {
		margin-top: -40%
	}
	.shift-up-5p {
		margin-top: -50%
	}
	.shift-up-6p {
		margin-top: -60%
	}
	.shift-up-7p {
		margin-top: -70%
	}
	.shift-up-8p {
		margin-top: -80%
	}
	.shift-up-9p {
		margin-top: -90%
	}
	.shift-up-10p {
		margin-top: -100%
	}
}

.child-offset-1>[class*=col]+[class*=col] {
	margin-top: 30px
}

@media(min-width:768px) {
	.child-offset-1>[class*=col]+[class*=col] {
		margin-top: 0
	}
}

@media(min-width:768px) {
	.child-offset-2>[class*=col]+[class*=col] {
		margin-top: 30px
	}
}

@media(min-width:992px) {
	.child-offset-2>[class*=col]+[class*=col] {
		margin-top: 0
	}
}

p+p {
	margin-top: 21px
}

.flow-offset-1>*+* {
	margin-top: 30px
}

@media(min-width:480px) {
	html:not(.lt-ie10) .flow-offset-1>.col-xs-10:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-xs-11:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-xs-12:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-xs-1:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-xs-2:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-xs-3:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-xs-4:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-xs-5:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-xs-6:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-xs-7:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-xs-8:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-xs-9:nth-child(n) {
		margin-top: 0
	}
}

@media(min-width:480px) {
	html:not(.lt-ie10) .flow-offset-1>.col-xs-12:nth-child(n+2),
	html:not(.lt-ie10) .flow-offset-1>.col-xs-1:nth-child(n+13),
	html:not(.lt-ie10) .flow-offset-1>.col-xs-2:nth-child(n+7),
	html:not(.lt-ie10) .flow-offset-1>.col-xs-3:nth-child(n+5),
	html:not(.lt-ie10) .flow-offset-1>.col-xs-4:nth-child(n+4),
	html:not(.lt-ie10) .flow-offset-1>.col-xs-6:nth-child(n+3),
	html:not(.lt-ie10) .flow-offset-1>.col-xs-8.col-xs-preffix-2 {
		margin-top: 30px
	}
}

@media(min-width:768px) {
	html:not(.lt-ie10) .flow-offset-1>.col-sm-10:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-sm-11:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-sm-12:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-sm-1:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-sm-2:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-sm-3:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-sm-4:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-sm-5:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-sm-6:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-sm-7:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-sm-8:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-sm-9:nth-child(n) {
		margin-top: 0
	}
}

@media(min-width:768px) {
	html:not(.lt-ie10) .flow-offset-1>.col-sm-12:nth-child(n+2),
	html:not(.lt-ie10) .flow-offset-1>.col-sm-1:nth-child(n+13),
	html:not(.lt-ie10) .flow-offset-1>.col-sm-2:nth-child(n+7),
	html:not(.lt-ie10) .flow-offset-1>.col-sm-3:nth-child(n+5),
	html:not(.lt-ie10) .flow-offset-1>.col-sm-4:nth-child(n+4),
	html:not(.lt-ie10) .flow-offset-1>.col-sm-6:nth-child(n+3),
	html:not(.lt-ie10) .flow-offset-1>.col-sm-8.col-sm-preffix-2 {
		margin-top: 30px
	}
}

@media(min-width:992px) {
	html:not(.lt-ie10) .flow-offset-1>.col-md-10:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-md-11:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-md-12:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-md-1:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-md-2:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-md-3:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-md-4:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-md-5:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-md-6:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-md-7:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-md-8:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-md-9:nth-child(n) {
		margin-top: 0
	}
}

@media(min-width:992px) {
	html:not(.lt-ie10) .flow-offset-1>.col-md-12:nth-child(n+2),
	html:not(.lt-ie10) .flow-offset-1>.col-md-1:nth-child(n+13),
	html:not(.lt-ie10) .flow-offset-1>.col-md-2:nth-child(n+7),
	html:not(.lt-ie10) .flow-offset-1>.col-md-3:nth-child(n+5),
	html:not(.lt-ie10) .flow-offset-1>.col-md-4:nth-child(n+4),
	html:not(.lt-ie10) .flow-offset-1>.col-md-6:nth-child(n+3),
	html:not(.lt-ie10) .flow-offset-1>.col-md-8.col-md-preffix-2 {
		margin-top: 30px
	}
}

@media(min-width:1200px) {
	html:not(.lt-ie10) .flow-offset-1>.col-lg-10:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-lg-11:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-lg-12:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-lg-1:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-lg-2:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-lg-3:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-lg-4:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-lg-5:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-lg-6:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-lg-7:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-lg-8:nth-child(n),
	html:not(.lt-ie10) .flow-offset-1>.col-lg-9:nth-child(n) {
		margin-top: 0
	}
}

@media(min-width:1200px) {
	html:not(.lt-ie10) .flow-offset-1>.col-lg-12:nth-child(n+2),
	html:not(.lt-ie10) .flow-offset-1>.col-lg-1:nth-child(n+13),
	html:not(.lt-ie10) .flow-offset-1>.col-lg-2:nth-child(n+7),
	html:not(.lt-ie10) .flow-offset-1>.col-lg-3:nth-child(n+5),
	html:not(.lt-ie10) .flow-offset-1>.col-lg-4:nth-child(n+4),
	html:not(.lt-ie10) .flow-offset-1>.col-lg-6:nth-child(n+3),
	html:not(.lt-ie10) .flow-offset-1>.col-lg-8.col-lg-preffix-2 {
		margin-top: 30px
	}
}

.container .rd-navbar-search-results .result-item+.result-item {
	margin-top: 30px
}

@media(max-width:479px) {
	.postfix-1 {
		margin-left: -15px
	}
}

@media(max-width:479px) {
	.preffix-1 {
		margin-right: -15px
	}
}

.inset-1 {
	padding: 19.13% 0 17.13%
}

@media(min-width:768px) {
	.inset-1 {
		padding-left: 13.078%;
		padding-right: 17.078%
	}
}

.inset-2 {
	padding: 19.33% 0
}

@media(min-width:768px) {
	.inset-2 {
		padding: 15% 0
	}
}

.inset-3 {
	padding: 19.33% 0 19.58%
}

@media(min-width:768px) {
	.inset-3 {
		padding-left: 13%;
		padding-right: 13%
	}
}

.inset-4 {
	padding: 0 10% 10% 0
}

@media(max-width:479px) {
	[class^=inset] {
		padding-left: 10px;
		padding-right: 10px
	}
}

.inset-5 {
	padding: 12% 5.5% 12% 7.5%
}

@media(min-width:768px) {
	.inset-5 {
		padding: 16.25% 6.5% 15.3% 14.5%
	}
}

@media(min-width:992px) and (max-width:1200px) {
	.inset-5 {
		padding-left: 25px;
		padding-right: 25px
	}
}

.inset-6 {
	padding: 0 5%
}

.inset-7 {
	padding: 12% 10%
}

.inset-8 {
	padding: 5% 0
}

.inset-9 {
	padding: 11% 10%
}

.inset-10 {
	padding: 8% 6%
}

.inset-11 {
	padding: 30px
}

.inset-12 {
	padding: 50px 15px
}

.inset-right-1 {
	margin-right: 8.33333%
}

.inset-left-1 {
	margin-left: 9.33333%
}

@media(max-width:991px) {
	.inset-right-1 {
		margin-right: 0
	}
	.inset-left-1 {
		margin-left: 0
	}
}

.well-xs {
	padding-top: 60px;
	padding-bottom: 60px
}

.well-sm {
	padding-top: 100px;
	padding-bottom: 100px
}

.well-md {
	padding-top: 120px;
	padding-bottom: 120px
}

.well-lg {
	padding-top: 150px;
	padding-bottom: 150px
}

.well-xl {
	padding-top: 200px;
	padding-bottom: 200px
}

[class^=well-]+[class^=well-]:not(.relative) {
	padding-top: 60px
}

@media(max-width:991px) {
	.well-sm {
		padding-top: 40px;
		padding-bottom: 40px
	}
	.well-md {
		padding-top: 60px;
		padding-bottom: 60px
	}
	.well-lg {
		padding-top: 80px;
		padding-bottom: 80px
	}
	.well-xl {
		padding-top: 100px;
		padding-bottom: 100px
	}
}

[class^=well-]+[class^=well-]:not(.relative) {
	padding-top: 60px
}

.snap-point {
	scroll-snap-type: mandatory;
	scroll-snap-points-y: repeat(300px);
	scroll-snap-type: y mandatory
}

.snap-point>div:first-of-type {
	scroll-snap-align: start
}

.relative {
	position: relative
}

.absolute {
	position: absolute!important
}

.inline-block {
	display: inline-block
}

.top-level {
	z-index: 3
}

.index-list>li .index-list__counter:before,
.link,
.list>li .list__counter,
.quote p:last-of-type,
.terms-list dd>a,
.terms-list dt,
.terms-list-variant-1 dt {
	font-family: "Kumbh Sans", sans-serif;
	font-weight: 400
}

.absolute-wrap {
	position: relative
}

@media(min-width:992px) {
	.absolute-wrap__body {
		position: absolute;
		right: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 5
	}
}

html body .text-white {
	color: #fff
}

html body .text-light {
	color: #fff
}

html body .text-dark {
	color: #343232
}

html body .text-primary {
	color: #b22a38
}

html body .text-secondary {
	color: #fd5c37
}

html body .text-grayscale-lighten {
	color: #fff6e9
}

html body .text-grayscale-lightest {
	color: #f9f9f9
}

html body .text-grayscale-darken {
	color: #333
}

html body .text-grayscale-darken-1 {
	color: #343232
}

html body .text-grayscale-darkest {
	color: #343232
}

html body .divider-grayscale-darken-1 {
	border-color: #343232
}

html body .divider-grayscale-lighten-1 {
	border-color: #646466
}

.bg-wrap {
	position: relative
}

.bg-wrap:after,
.bg-wrap:before {
	content: '';
	background: inherit;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50vw
}

.bg-wrap:before {
	right: 100%
}

.bg-wrap:after {
	left: 100%
}

@media(min-width:992px) {
	.bg-wrap:after,
	.bg-wrap:before {
		display: none
	}
}

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

.bg-primary {
	background-color: #b22a38
}

.bg-primary .text-primary {
	color: #fff
}

.bg-primary .icon-primary {
	color: #fff
}

.bg-primary .divider,
.bg-primary hr {
	border-color: #fff
}

.bg-primary .marked-list>li:before {
	color: #fff
}

.bg-primary .marked-list>li a,
.bg-primary .marked-list>li a:active,
.bg-primary .marked-list>li a:focus,
.bg-primary .marked-list>li a:hover {
	color: #fff
}

.bg-primary .marked-list>li a:hover {
	text-decoration: underline
}

.page .bg-primary .btn-primary,
.page .bg-primary .btn-primary:focus {
	background: #333
}

.page .bg-primary .btn-primary:hover {
	background: #393737
}

.page .bg-primary .btn-primary:active {
	background: #2a2828
}

.page .bg-primary .waypoint,
.page .bg-primary .waypoint:active,
.page .bg-primary .waypoint:focus {
	color: #fff
}

.page .bg-primary .waypoint:after,
.page .bg-primary .waypoint:before {
	border-color: rgba(255, 255, 255, .33)
}

.page .bg-primary .waypoint:hover {
	color: #343232
}

.page [class*=bg-grayscale-dark] .icon-default {
	color: #fff
}

.page [class*=bg-grayscale-dark] a,
.page [class*=bg-grayscale-dark] a:active,
.page [class*=bg-grayscale-dark] a:focus {
	color: #b22a38
}

.page [class*=bg-grayscale-dark] a:hover {
	color: #fff
}

.page [class*=bg-grayscale-dark] a.icon-default,
.page [class*=bg-grayscale-dark] a.icon-default:active,
.page [class*=bg-grayscale-dark] a.icon-default:focus {
	color: #fff
}

.page [class*=bg-grayscale-dark] a.icon-default:hover {
	color: #b22a38
}

.page [class*=bg-grayscale-dark] a.no-hover:hover {
	color: #b22a38
}

.page [class*=bg-grayscale-dark] a.text-default,
.page [class*=bg-grayscale-dark] a.text-default:active,
.page [class*=bg-grayscale-dark] a.text-default:focus {
	color: #fff
}

.page [class*=bg-grayscale-dark] a.btn-primary,
.page [class*=bg-grayscale-dark] a.btn-primary span,
.page [class*=bg-grayscale-dark] a.btn-primary:active,
.page [class*=bg-grayscale-dark] a.btn-primary:active span,
.page [class*=bg-grayscale-dark] a.btn-primary:focus,
.page [class*=bg-grayscale-dark] a.btn-primary:focus span {
	color: #fff
}

.page [class*=bg-grayscale-dark] a.text-default:hover {
	color: #b22a38
}

.page [class*=bg-grayscale-dark] a.text-default.no-hover {
	color: #fff
}

.page [class*=bg-grayscale-dark] .image-wrap [class*=heading] a,
.page [class*=bg-grayscale-dark] .image-wrap [class*=heading] a:focus,
.page [class*=bg-grayscale-dark] .image-wrap [class*=heading] a:hover {
	color: #fff
}

.page [class*=bg-grayscale-dark] .image-wrap [class*=heading] a:hover {
	color: #b22a38
}

.page [class*=bg-grayscale-dark] .marked-list>li a:hover {
	color: #fff
}

.page [class*=bg-grayscale-dark] .btn-primary:hover {
	background: #1a1a1a
}

.page [class*=bg-grayscale-dark] .btn-primary:active {
	background: #000
}

.page [class*=bg-grayscale-dark] .waypoint,
.page [class*=bg-grayscale-dark] .waypoint:active,
.page [class*=bg-grayscale-dark] .waypoint:focus {
	color: #fff
}

.page [class*=bg-grayscale-dark] .waypoint:after,
.page [class*=bg-grayscale-dark] .waypoint:before {
	border-color: #5c5c5c
}

.page [class*=bg-grayscale-dark] .waypoint:hover {
	color: #b22a38
}

.bg-primary,
.bg-primary .heading-1,
.bg-primary .heading-2,
.bg-primary .heading-3,
.bg-primary .heading-4,
.bg-primary .heading-5,
.bg-primary .heading-6,
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6,
[class*=bg-grayscale-dark],
[class*=bg-grayscale-dark] .heading-1,
[class*=bg-grayscale-dark] .heading-2,
[class*=bg-grayscale-dark] .heading-3,
[class*=bg-grayscale-dark] .heading-4,
[class*=bg-grayscale-dark] .heading-5,
[class*=bg-grayscale-dark] .heading-6,
[class*=bg-grayscale-dark] h1,
[class*=bg-grayscale-dark] h2,
[class*=bg-grayscale-dark] h3,
[class*=bg-grayscale-dark] h4,
[class*=bg-grayscale-dark] h5,
[class*=bg-grayscale-dark] h6 {
	color: #fff
}

[class*=bg-grayscale-dark],
[class*=bg-grayscale-dark] p {
	color: #a8a8a8
}

.bg-primary .rd-mailform label input,
.bg-primary .rd-mailform label select,
.bg-primary .rd-mailform label textarea,
[class*=bg-grayscale-dark] .rd-mailform label input,
[class*=bg-grayscale-dark] .rd-mailform label select,
[class*=bg-grayscale-dark] .rd-mailform label textarea {
	color: #c1c1c1;
	border-bottom: 1px solid #c1c1c1
}

.bg-primary .rd-mailform label input,
.bg-primary .rd-mailform label select,
.bg-primary .rd-mailform label textarea {
	color: #fff;
	border-bottom: 1px solid #fff
}

.bg-primary .rd-mailform label .mfIcon,
.bg-primary .rd-mailform label .mfPlaceHolder,
[class*=bg-grayscale-dark] .rd-mailform label .mfIcon,
[class*=bg-grayscale-dark] .rd-mailform label .mfPlaceHolder {
	color: #fff
}

.bg-primary .rd-mailform label .mfValidation,
[class*=bg-grayscale-dark] .rd-mailform label .mfValidation {
	color: #ff4d4d
}

.bg-primary .rd-mailform .mfSelect:not(.show) .value,
[class*=bg-grayscale-dark] .rd-mailform .mfSelect:not(.show) .value {
	color: #fff
}

.page .bg-primary .btn-default,
.page .bg-primary .btn-default:focus,
.page [class*=bg-grayscale-dark] .btn-default,
.page [class*=bg-grayscale-dark] .btn-default:focus {
	color: #f1f1f1;
	background: #151514
}

.page .bg-grayscale-darkest .btn-default,
.page .bg-grayscale-darkest .btn-default:focus {
	color: #f1f1f1;
	background: #1d1d1b
}

.page .bg-primary .btn-default:hover,
.page [class*=bg-grayscale-dark] .btn-default:hover {
	background: #b22a38
}

.page [class*=bg-grayscale-dark] .btn-default:hover .icon {
	color: #019eda
}

.page .bg-primary .btn-default:active,
.page [class*=bg-grayscale-dark] .btn-default:active {
	color: #333;
	background: #e9e7e7
}

.bg-grayscale-darken {
	background-color: #333
}

.bg-grayscale-darken-1 {
	background-color: #1d1d1b
}

.bg-grayscale-darken-2 {
	background-color: #646466
}

.bg-grayscale-darkest {
	background-color: #151514
}

[class*=bg-grayscale-light] .heading-1,
[class*=bg-grayscale-light] .heading-2,
[class*=bg-grayscale-light] .heading-3,
[class*=bg-grayscale-light] .heading-4,
[class*=bg-grayscale-light] .heading-5,
[class*=bg-grayscale-light] .heading-6,
[class*=bg-grayscale-light] h1,
[class*=bg-grayscale-light] h2,
[class*=bg-grayscale-light] h3,
[class*=bg-grayscale-light] h4,
[class*=bg-grayscale-light] h5,
[class*=bg-grayscale-light] h6 {
	color: #141414
}

.page [class*=bg-grayscale-light] .waypoint,
.page [class*=bg-grayscale-light] .waypoint:active,
.page [class*=bg-grayscale-light] .waypoint:focus {
	color: #b22a38
}

.page [class*=bg-grayscale-light] .waypoint:hover {
	color: #343232
}

.bg-grayscale-lightest {
	background-color: #f9f9f9
}

.bg-grayscale-white {
	background-color: #fff
}

.full-img-right {
	position: absolute;
	bottom: 0;
	left: 50%;
	background-size: cover;
	background-position: right center;
	height: 100%;
	width: 50%
}

.full-img-left {
	position: absolute;
	bottom: 0;
	right: 50%;
	background-size: cover;
	background-position: center center;
	height: 100%;
	width: 50%
}

@media(max-width:1366px) {
	.full-img-left,
	.full-img-right {
		width: 50%
	}
}

@media(max-width:991px) {
	.full-img-left,
	.full-img-right {
		position: relative;
		background-size: cover;
		width: 100%;
		left: 0;
		right: 0;
		height: 500px
	}
}

.pull-left {
	float: left
}

.pull-none {
	float: none
}

.pull-right {
	float: right
}

@media(min-width:480px) {
	.pull-xs-left {
		float: left
	}
	.pull-xs-none {
		float: none
	}
	.pull-xs-right {
		float: right
	}
}

@media(min-width:768px) {
	.pull-sm-left {
		float: left
	}
	.pull-sm-none {
		float: none
	}
	.pull-sm-right {
		float: right
	}
}

@media(min-width:992px) {
	.pull-md-left {
		float: left
	}
	.pull-md-none {
		float: none
	}
	.pull-md-right {
		float: right
	}
}

@media(min-width:1200px) {
	.pull-lg-left {
		float: left
	}
	.pull-lg-none {
		float: none
	}
	.pull-lg-right {
		float: right
	}
}

.text-left {
	text-align: left
}

.text-center {
	text-align: center
}

.text-right {
	text-align: right
}

@media(min-width:480px) {
	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
	}
}

@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
	}
}

@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
	}
}

@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
	}
}

strong {
	font-weight: 400;
	color: #646466
}

.text-italic {
	font-style: italic
}

.text-underline {
	text-decoration: underline
}

.text-strike {
	text-decoration: line-through
}

.text-thin {
	font-weight: 100
}

.text-light {
	font-weight: 300
}

.text-regular {
	font-weight: 400
}

.text-medium {
	font-weight: 500
}

.text-sbold {
	font-weight: 600
}

.text-bold {
	font-weight: 700
}

.text-ubold {
	font-weight: 900
}

.text-uppercase {
	text-transform: uppercase
}

.text-xs {
	font-size: 11px
}

.with_icon.icon_color:before {
	content: url(../images/fcw_icon_color.png)
}

.with_icon:before {
	content: url(../images/fcw_icon.png);
	display: block;
	margin-bottom: 10px
}

.visible-block {
	display: block
}

.visible-inline-block {
	display: inline-block
}

.visible-inline {
	display: inline
}

.hidden {
	display: none
}

@media(min-width:480px) {
	.visible-xs-block {
		display: block
	}
	.visible-xs-inline-block {
		display: inline-block
	}
	.visible-xs-inline {
		display: inline
	}
}

@media(max-width:480px) {
	.hidden-xs {
		display: none
	}
}

@media(min-width:768px) {
	.visible-sm-block {
		display: block
	}
	.visible-sm-inline-block {
		display: inline-block
	}
	.visible-sm-inline {
		display: inline
	}
}

@media(max-width:768px) {
	.hidden-sm {
		display: none
	}
}

@media(min-width:992px) {
	.visible-md-block {
		display: block
	}
	.visible-md-inline-block {
		display: inline-block
	}
	.visible-md-inline {
		display: inline
	}
	.hidden-md {
		display: none
	}
}

@media(min-width:1200px) {
	.visible-lg-block {
		display: block
	}
	.visible-lg-inline-block {
		display: inline-block
	}
	.visible-lg-inline {
		display: inline
	}
	.hidden-lg {
		display: none
	}
}

.btn {
	position: relative;
	display: inline-block;
	max-width: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2;
	white-space: nowrap;
	text-transform: uppercase;
	font-family: "Kumbh Sans", sans-serif;
	font-weight: 400;
    border-radius: 30px;
	text-decoration: none;
	cursor: pointer;
	z-index: 1;
	transition: .33s all ease-out
}

.btn:hover {
	text-decoration: none
}

.btn .icon {
	position: relative;
	top: -.065em;
	vertical-align: middle;
	height: auto;
	width: auto;
	line-height: 0;
	transition: .33s all ease-out
}

.btn-xs {
	padding: 12px;
	font-size: 16px
}

.btn-xs .icon {
	font-size: 21.28px;
	padding-right: 10px;
	line-height: .75188em
}

.btn-sm {
	padding: 16px 26px 15px;
	font-size: 16px;
	line-height: 16px
}

.btn-sm .icon {
	top: 0;
	right: -18px;
	padding-right: 9px;
	font-size: 23.22px
}

.btn-md {
	padding: 23px 35px;
	font-size: 21px
}

.btn-md .icon {
	font-size: 27.216px;
	padding-right: 10px
}

.btn-lg {
	padding: 28px 40px;
	font-size: 21px
}

.btn-lg .icon {
	font-size: 30.24px;
	padding-right: 20px
}

.btn-xl {
	padding: 32px;
	font-size: 23px
}

.btn-xl .icon {
	font-size: 35.4816px;
	padding-right: 20px
}

.page .btn-default-effect-1:before {
	display: none;
	visibility: hidden;
	opacity: 0
}

@media(min-width:992px) {
	.page .btn-default-effect-1 {
		position: relative;
		overflow: hidden;
		transition: max-width .9s, color .2s ease-out
	}
	.page .btn-default-effect-1:not(:hover),
	.page .btn-default-effect-1:not(:hover)>.icon {
		color: transparent
	}
	.page .btn-default-effect-1:before {
		position: absolute;
		display: block;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-size: 26px;
        border-radius: 30px;
		opacity: 1;
		visibility: visible;
		transition: .25s opacity ease-out
	}
	.page .btn-default-effect-1:hover {
		max-width: 750px;
		transition: max-width 1.2s, color .2s ease-out
	}
	.page .btn-default-effect-1:hover:before {
		visibility: hidden;
		opacity: 0
	}
	.page .btn-xs.btn-default-effect-1:not(:hover) {
		max-width: 46px
	}
	.page .btn-sm.btn-default-effect-1:not(:hover) {
		max-width: 54.74px
	}
	.page .btn-md.btn-default-effect-1:not(:hover) {
		max-width: 72.8042px
	}
	.page .btn-lg.btn-default-effect-1:not(:hover) {
		max-width: 83.72483px
	}
	.page .btn-xl.btn-default-effect-1:not(:hover) {
		max-width: 90.00419px
	}
}

.page .btn-default,
.page .btn-default:focus {
	color: #fff;
	background: #151514
}

.page .btn-default .icon {
	color: #b22a38
}

.page .btn-default:hover {
	background: #b22a38
}

.page .btn-default:hover .icon {
	color: #019eda
}

.page .btn-default .icon:before {
	overflow: hidden;
	line-height: 26px;
	display: block;
    border-radius: 30px;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background .3s, color .3s, box-shadow .3s;
	-moz-transition: background .3s, color .3s, box-shadow .3s;
	transition: background .3s, color .3s, box-shadow .3s
}

.page .btn-default:hover .pe-7s-angle-right-circle:before {
	-webkit-animation: toRightFromLeft .3s forwards;
	-moz-animation: toRightFromLeft .3s forwards;
	animation: toRightFromLeft .3s forwards
}

@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%)
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%)
	}
	51% {
		opacity: 1
	}
}

@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(100%)
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-100%)
	}
	51% {
		opacity: 1
	}
}

@keyframes toRightFromLeft {
	49% {
		transform: translate(100%)
	}
	50% {
		opacity: 0;
		transform: translate(-100%)
	}
	51% {
		opacity: 1
	}
}

.page .btn-default:active {
	color: #fff;
	background: #272626
}

.page .btn-default-effect-1:before {
	color: #fff
}

.page .btn-default-effect-1:hover {
	color: #fff;
	background: #343232
}

.page .btn-primary {
	color: #fff;
	background: #b22a38
}

.page .btn-primary .icon {
	color: #343232
}

.page .btn-primary:hover {
	background: #333
}

.page .btn-primary:hover .icon {
	color: #fff
}

.page .btn-primary:active {
	background: #1f1f1f
}

.page .btn-group {
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
	margin-bottom: -30px;
	margin-left: -30px
}

.page .btn-group .btn {
	margin-top: 30px;
	margin-left: 30px
}

.line-link {
	position: relative;
	z-index: 1;
	color: #b22a38;
	-webkit-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	transition: .3s ease-out
}

.line-link:hover {
	color: #b22a38
}

.line-link::before {
	position: absolute;
	content: "";
	height: 1px;
	width: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-color: #b22a38;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.line-link:hover::before {
	width: 100%;
	right: auto;
	left: 0
}

.page .default-btn {
	display: inline-flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 0;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
	background-color: #2f3542;
    border-radius: 30px;
	-webkit-transition: border-color .3s, background-color .3s;
	transition: border-color .3s, background-color .3s;
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.page .default-btn.default-btn-sm {
	font-size: 14px
}

.page .default-btn::after {
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	color: #2f3542;
    border-radius: 30px;
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0)
}

.page .default-btn>span {
	display: block;
	color: #fff
}

.page [class*=bg-grayscale-dark] .default-btn {
	background-color: #b22a38
}

.page [class*=bg-grayscale-dark] .default-btn>span {
	color: #2f3542
}

.page [class*=bg-grayscale-dark] .default-btn:hover {
	border-color: #dfe4ea;
	background-color: #f1f2f6
}

.page .default-btn.default-btn-inverted>span {
	color: #2f3542
}

.page .default-btn.default-btn-inverted {
	background: #dfe4ea;
	color: #2f3542
}

.page .default-btn.default-btn-inverted:after {
	color: #fff
}

.page .default-btn::after,
.page .default-btn>span {
	padding: .8em 2em;
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.page .default-btn.default-btn-sm>span {
	padding: .8em 2em
}

.page .default-btn:hover {
	border-color: #dfe4ea;
	background-color: #dfe4ea
}

.page .default-btn.default-btn-inverted:hover {
	border-color: #2f3542;
	background-color: #2f3542
}

.page .default-btn:hover::after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.page .default-btn:hover>span {
	opacity: 0;
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0)
}

.page .alt-btn {
	display: inline-flex;
	align-items: center;
	background-color: transparent;
	color: #fff;
	font-weight: 500;
	text-align: center;
	text-transform: capitalize;
	font-size: 16px;
	height: 55px;
	line-height: 57px;
	padding: 0 30px;
	position: relative;
	z-index: 1;
	border: 0;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.page .bg-primary .alt-btn {
	color: #646466
}

.page .alt-btn.alt-btn-sm {
	font-size: 14px;
	height: 45px;
	line-height: 47px;
	padding: 0 22px
}

.page .alt-btn-light,
.page .alt-btn:hover {
	color: #2f3542
}

.page .bg-primary .alt-btn:hover {
	color: #fff
}

.page .alt-btn::after,
.page .alt-btn::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
    border-radius: 12px;
	z-index: -1;
	pointer-events: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.page .alt-btn::before {
	border: 2px solid #b22a38;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	-o-transform: scale(.5);
	transform: scale(.5);
	opacity: 0;
	transition-delay: .15s
}

.page .alt-btn::after {
	background-color: #b22a38
}

.page .bg-primary .alt-btn::after {
	background-color: #dfe4ea
}

.page .alt-btn-light::after {
	background-color: #dfe4ea
}

.page .alt-btn:hover::before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.page .alt-btn:hover::after {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0
}

@media(max-width:575px) {
	.page .alt-btn {
		font-size: 14px;
		height: 50px;
		line-height: 52px;
		padding: 0 25px
	}
}

.page [class*=bg-grayscale-dark] a.alt-btn {
	color: #fff
}

.page [class*=bg-grayscale-dark] .alt-btn-light,
.page [class*=bg-grayscale-dark] .alt-btn:hover {
	color: #f9f9f9
}

.page [class*=bg-grayscale-dark] a.alt-btn::before {
	border: 2px solid #b22a38
}

.page [class*=bg-grayscale-dark] .alt-btn-light::after {
	border: 2px solid #b22a38
}

.page [class*=bg-grayscale-dark] .alt-btn::after {
	background-color: #b22a38
}

.page [class*=bg-primary] a.alt-btn::before {
	border: 2px solid #f1f2f6
}

.page .outline-btn {
	display: inline-flex;
	align-items: center;
	position: relative;
	min-width: 140px;
	max-width: 100%;
	padding: .9em 2em;
	color: #fff;
	background: 0;
	border: 0;
	height: 60px;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale
}

.page .outline-btn.outline-btn-inverted {
	color: #2f3542;
	-webkit-transition: color .3s;
	transition: color .3s;
	-webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
	transition-timing-function: cubic-bezier(.75, 0, .125, 1)
}

.page .outline-btn::after,
.page .outline-btn::before {
	content: '';
	z-index: -1;
	border-radius: 30px;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
	-webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
	transition-timing-function: cubic-bezier(.75, 0, .125, 1)
}

.page .outline-btn::before {
	border: 2px solid #2f3542;
	opacity: 0;
	-webkit-transform: scale3d(1.2, 1.2, 1);
	transform: scale3d(1.2, 1.2, 1)
}

.page .outline-btn.button--border-thin::before {
	border-width: 1px
}

.page .outline-btn.button--border-medium::before {
	border-width: 2px
}

.page .outline-btn.button--border-thick::before {
	border-width: 3px
}

.page .outline-btn.outline-btn-inverted::before {
	border-color: #dfe4ea
}

.page .outline-btn::after {
	background: #2f3542
}

.page .outline-btn.outline-btn-inverted::after {
	background: #dfe4ea
}

.page .outline-btn:hover {
	color: #2f3542
}

.page .outline-btn.outline-btn-inverted:hover {
	color: #2f3542
}

.page .outline-btn:hover::before {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}

.page .outline-btn:hover::after {
	opacity: 0;
	-webkit-transform: scale3d(.8, .8, 1);
	transform: scale3d(.8, .8, 1)
}

.page .alt-btn>span,
.page .outline-btn>span {
	position: relative;
	vertical-align: middle;
	font-size: x-large;
	left: 16px
}

.icon {
	display: inline-block;
	text-align: center
}

.icon-xs {
	width: 60px;
	height: 60px;
	line-height: 56px;
	font-size: 14px
}

.icon-sm {
	width: 70px;
	height: 70px;
	line-height: 66px;
	font-size: 24px
}

.icon-md {
	width: 83px;
	height: 83px;
	line-height: 79px;
	font-size: 26px
}

.icon-lg {
	width: 90px;
	height: 90px;
	line-height: 86px;
	font-size: 31px
}

.icon-xl {
	width: 108px;
	height: 108px;
	line-height: 104px;
	font-size: 50px
}

.icon-default {
	color: #333
}

.icon-primary {
	color: #b22a38
}

.icon-secondary {
	color: #fff;
	background: #b22a38
}

a.icon-default:active,
a.icon-default:focus {
	color: #333
}

a.icon-default:hover {
	color: #b22a38
}

a.icon-primary:hover {
	background: #661042
}

.box__left {
	padding-bottom: 30px
}

.box__right {
	padding-top: 30px
}

.box-rtl {
	direction: rtl
}

.box-rtl>.box__left {
	padding-right: 0;
	padding-left: 30px
}

.box-rtl>.box__right {
	padding-right: 30px;
	padding-left: 0
}

.box-ltr {
	direction: ltr
}

.box-group,
.box-group-outer>* {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.box>.box__left img,
.box>.box__right img {
	max-width: none
}

.box>.box__body,
.box>.box__left,
.box>.box__right {
	padding: 0;
	direction: ltr;
	display: table-cell;
	vertical-align: top
}

.box>.box__left {
	padding-right: 30px;
	padding-bottom: 0
}

.box>.box__right {
	padding-left: 30px;
	padding-top: 0
}

@media(min-width:480px) {
	html:not(.lt-ie10) .box-xs>.box__left img,
	html:not(.lt-ie10) .box-xs>.box__right img {
		max-width: none
	}
	html:not(.lt-ie10) .box-xs>.box__body,
	html:not(.lt-ie10) .box-xs>.box__left,
	html:not(.lt-ie10) .box-xs>.box__right {
		display: table-cell;
		vertical-align: top
	}
	html:not(.lt-ie10) .box-xs>.box__left {
		padding-right: 30px;
		padding-bottom: 0
	}
	html:not(.lt-ie10) .box-xs>.box__right {
		padding-left: 30px;
		padding-top: 0
	}
	html:not(.lt-ie10) .box-xs-clear>.box__left img,
	html:not(.lt-ie10) .box-xs-clear>.box__right img {
		max-width: 100%
	}
	html:not(.lt-ie10) .box-xs-clear .box__body,
	html:not(.lt-ie10) .box-xs-clear>.box__left,
	html:not(.lt-ie10) .box-xs-clear>.box__right {
		padding: 0;
		display: block;
		vert-align: top
	}
	html:not(.lt-ie10) .box-xs-clear>.box__left {
		padding-bottom: 30px
	}
	html:not(.lt-ie10) .box-xs-clear>.box__right {
		padding-top: 30px
	}
	html:not(.lt-ie10) .box-xs-rtl {
		direction: rtl
	}
	html:not(.lt-ie10) .box-xs-rtl>.box__left {
		padding-right: 0;
		padding-left: 30px
	}
	html:not(.lt-ie10) .box-xs-rtl>.box__right {
		padding-right: 30px;
		padding-left: 0
	}
	html:not(.lt-ie10) .box-xs-ltr {
		direction: ltr
	}
	html:not(.lt-ie10) .box-xs-ltr>.box__left {
		padding-right: 30px;
		padding-left: 0
	}
	html:not(.lt-ie10) .box-xs-ltr>.box__right {
		padding-right: 0;
		padding-left: 30px
	}
}

@media(min-width:768px) {
	html:not(.lt-ie10) .box-sm>.box__left img,
	html:not(.lt-ie10) .box-sm>.box__right img {
		max-width: none
	}
	html:not(.lt-ie10) .box-sm>.box__body,
	html:not(.lt-ie10) .box-sm>.box__left,
	html:not(.lt-ie10) .box-sm>.box__right {
		display: table-cell;
		vertical-align: top
	}
	html:not(.lt-ie10) .box-sm>.box__left {
		padding-right: 30px;
		padding-bottom: 0
	}
	html:not(.lt-ie10) .box-sm>.box__right {
		padding-left: 30px;
		padding-top: 0
	}
	html:not(.lt-ie10) .box-sm-clear>.box__left img,
	html:not(.lt-ie10) .box-sm-clear>.box__right img {
		max-width: 100%
	}
	html:not(.lt-ie10) .box-sm-clear .box__body,
	html:not(.lt-ie10) .box-sm-clear>.box__left,
	html:not(.lt-ie10) .box-sm-clear>.box__right {
		padding: 0;
		display: block;
		vert-align: top
	}
	html:not(.lt-ie10) .box-sm-clear>.box__left {
		padding-bottom: 30px
	}
	html:not(.lt-ie10) .box-sm-clear>.box__right {
		padding-top: 30px
	}
	html:not(.lt-ie10) .box-sm-rtl {
		direction: rtl
	}
	html:not(.lt-ie10) .box-sm-rtl>.box__left {
		padding-right: 0;
		padding-left: 30px
	}
	html:not(.lt-ie10) .box-sm-rtl>.box__right {
		padding-right: 30px;
		padding-left: 0
	}
	html:not(.lt-ie10) .box-sm-ltr {
		direction: ltr
	}
	html:not(.lt-ie10) .box-sm-ltr>.box__left {
		padding-right: 30px;
		padding-left: 0
	}
	html:not(.lt-ie10) .box-sm-ltr>.box__right {
		padding-right: 0;
		padding-left: 30px
	}
}

@media(min-width:992px) {
	html:not(.lt-ie10) .box-md>.box__left img,
	html:not(.lt-ie10) .box-md>.box__right img {
		max-width: none
	}
	html:not(.lt-ie10) .box-md>.box__body,
	html:not(.lt-ie10) .box-md>.box__left,
	html:not(.lt-ie10) .box-md>.box__right {
		display: table-cell;
		vertical-align: top
	}
	html:not(.lt-ie10) .box-md>.box__left {
		padding-right: 30px;
		padding-bottom: 0
	}
	html:not(.lt-ie10) .box-md>.box__right {
		padding-left: 30px;
		padding-top: 0
	}
	html:not(.lt-ie10) .box-md-clear>.box__left img,
	html:not(.lt-ie10) .box-md-clear>.box__right img {
		max-width: 100%
	}
	html:not(.lt-ie10) .box-md-clear .box__body,
	html:not(.lt-ie10) .box-md-clear>.box__left,
	html:not(.lt-ie10) .box-md-clear>.box__right {
		padding: 0;
		display: block;
		vert-align: top
	}
	html:not(.lt-ie10) .box-md-clear>.box__left {
		padding-bottom: 30px
	}
	html:not(.lt-ie10) .box-md-clear>.box__right {
		padding-top: 30px
	}
	html:not(.lt-ie10) .box-md-rtl {
		direction: rtl
	}
	html:not(.lt-ie10) .box-md-rtl>.box__left {
		padding-right: 0;
		padding-left: 30px
	}
	html:not(.lt-ie10) .box-md-rtl>.box__right {
		padding-right: 30px;
		padding-left: 0
	}
	html:not(.lt-ie10) .box-md-ltr {
		direction: ltr
	}
	html:not(.lt-ie10) .box-md-ltr>.box__left {
		padding-right: 30px;
		padding-left: 0
	}
	html:not(.lt-ie10) .box-md-ltr>.box__right {
		padding-right: 0;
		padding-left: 30px
	}
}

@media(min-width:1200px) {
	html:not(.lt-ie10) .box-lg>.box__left img,
	html:not(.lt-ie10) .box-lg>.box__right img {
		max-width: none
	}
	html:not(.lt-ie10) .box-lg>.box__body,
	html:not(.lt-ie10) .box-lg>.box__left,
	html:not(.lt-ie10) .box-lg>.box__right {
		display: table-cell;
		vertical-align: top
	}
	html:not(.lt-ie10) .box-lg>.box__left {
		padding-right: 30px;
		padding-bottom: 0
	}
	html:not(.lt-ie10) .box-lg>.box__right {
		padding-left: 30px;
		padding-top: 0
	}
	html:not(.lt-ie10) .box-lg-clear>.box__left img,
	html:not(.lt-ie10) .box-lg-clear>.box__right img {
		max-width: 100%
	}
	html:not(.lt-ie10) .box-lg-clear .box__body,
	html:not(.lt-ie10) .box-lg-clear>.box__left,
	html:not(.lt-ie10) .box-lg-clear>.box__right {
		padding: 0;
		display: block;
		vert-align: top
	}
	html:not(.lt-ie10) .box-lg-clear>.box__left {
		padding-bottom: 30px
	}
	html:not(.lt-ie10) .box-lg-clear>.box__right {
		padding-top: 30px
	}
	html:not(.lt-ie10) .box-lg-rtl {
		direction: rtl
	}
	html:not(.lt-ie10) .box-lg-rtl>.box__left {
		padding-right: 0;
		padding-left: 30px
	}
	html:not(.lt-ie10) .box-lg-rtl>.box__right {
		padding-right: 30px;
		padding-left: 0
	}
	html:not(.lt-ie10) .box-lg-ltr {
		direction: ltr
	}
	html:not(.lt-ie10) .box-lg-ltr>.box__left {
		padding-right: 30px;
		padding-left: 0
	}
	html:not(.lt-ie10) .box-lg-ltr>.box__right {
		padding-right: 0;
		padding-left: 30px
	}
}

.box .box__middle,
.box-lg .box__middle,
.box-md .box__middle,
.box-sm .box__middle,
.box-xs .box__middle,
html:not(.lt-ie10) .box .box__middle,
html:not(.lt-ie10) .box-lg .box__middle,
html:not(.lt-ie10) .box-md .box__middle,
html:not(.lt-ie10) .box-sm .box__middle,
html:not(.lt-ie10) .box-xs .box__middle {
	vertical-align: middle
}

.box .box__bottom,
.box-lg .box__bottom,
.box-md .box__bottom,
.box-sm .box__bottom,
.box-xs .box__bottom,
html:not(.lt-ie10) .box .box__bottom,
html:not(.lt-ie10) .box-lg .box__bottom,
html:not(.lt-ie10) .box-md .box__bottom,
html:not(.lt-ie10) .box-sm .box__bottom,
html:not(.lt-ie10) .box-xs .box__bottom {
	vertical-align: bottom
}

.list>li .box__left {
	padding: 0
}

.list>li .list__counter {
	display: inline-block;
	color: #f1f1f1;
	font-size: 32px;
	z-index: 1
}

.list>li p {
	position: relative;
	z-index: 2
}

@media(min-width:768px) {
	.list>li {
		position: relative
	}
	.list>li .list__counter {
		position: absolute;
		top: 0;
		left: -120px;
		line-height: 1;
		font-size: 42px
	}
	.list>li p {
		padding-right: 8%
	}
}

@media(min-width:992px) {
	.list>li .list__counter {
		left: -217px;
		font-size: 72px
	}
}

.list>li+li {
	margin-top: 24px
}

.inline-list {
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
	margin-bottom: -30px;
	margin-left: -30px
}

.inline-list>li {
	display: inline-block;
	margin-top: 30px;
	margin-left: 30px
}

.inline-list-variant-1 {
	display: inline-block
}

.inline-list-variant-1>li {
	display: inline-block;
	margin-left: 15px
}

.inline-list-variant-1>li>.icon {
	width: auto;
	height: auto;
	line-height: 1
}

.marked-list {
	text-align: left
}

.marked-list>li {
	position: relative;
	padding-left: 35px;
	line-height: 1.45
}

.marked-list>li:before {
	content: "\f068";
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 300;
	font-size: 16px;
	font-family: 'Font Awesome 5 Pro';
	color: #999;
	transition: .15s all ease-out
}

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

.marked-list>li>a:hover {
	color: #343232
}

.marked-list.list-lg>li {
	margin-bottom: 30px;
	padding-left: 60px
}

.marked-list.list-lg>li:before {
	top: -4px;
	font-weight: 400;
	font-size: 1.3em
}

.marked-list.list-lg>li+li {
	margin-top: 15px
}

.nav-list {
	text-align: left
}

.nav-list>li {
	position: relative;
	line-height: 1.45;
	padding: 15px 0;
	border-bottom: 1px solid #eee
}

.nav-list>li:after {
	content: '\f329';
	position: absolute;
	right: 0;
	top: 13px;
	font-weight: 300;
	font-family: "Font Awesome 5 Pro";
	color: inherit;
	font-size: 20px;
	transition: .15s all ease-out
}

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

.nav-list>li>a {
	color: #888
}

.nav-list>li:hover,
.nav-list>li>a:hover {
	color: #b22a38
}

.nav-list.list-lg>li {
	margin-bottom: 30px;
	padding-left: 60px
}

.nav-list.list-lg>li:before {
	top: -4px;
	font-weight: 400;
	font-size: 1.3em
}

.nav-list.list-lg>li+li {
	margin-top: 15px
}

.checked-list {
	text-align: left
}

.checked-list>li {
	position: relative;
	padding-left: 21px;
	line-height: 1.45
}

.checked-list>li:before {
	content: "\f00c";
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 400;
	font-size: 1em;
	font-family: "Font Awesome 5 Pro";
	color: #b22a38;
	transition: .15s all ease-out
}

.checked-list>li+li {
	margin-top: 15px
}

.checked-list>li>a:hover {
	color: #343232
}

.checked-list.list-lg>li {
	margin-bottom: 30px;
	padding-left: 60px
}

.checked-list.list-lg>li:before {
	top: -5px;
	font-weight: 400;
	font-size: 1.3em
}

.checked-list.list-lg>li+li {
	margin-top: 15px
}

.index-list {
	counter-reset: li
}

.index-list>li {
	position: relative
}

.index-list>li .index-list__counter:before {
	content: counter(li, decimal-leading-zero);
	counter-increment: li;
	color: #b22a38;
	font-size: 32px
}

@media(min-width:768px) {
	.index-list>li .index-list__counter:before {
		font-size: 50px
	}
}

@media(min-width:992px) {
	.index-list>li .index-list__counter:before {
		font-size: 72px
	}
}

.index-list>li *+.heading-4,
.index-list>li *+h4 {
	margin-top: 0
}

.index-list>li .heading-4+p,
.index-list>li h4+p {
	margin-top: 20px
}

@media(min-width:768px) {
	.index-list>li .index-list__counter {
		position: absolute;
		top: 1px;
		left: -90px;
		line-height: 1
	}
	.index-list>li p {
		padding-right: 5%
	}
}

@media(min-width:992px) {
	.index-list>li .index-list__counter {
		top: -.3em;
		left: -150px
	}
}

.index-list>li+li {
	margin-top: 38px
}

.index-list--wide-offset>li+li {
	margin-top: 48px
}

.icon-list {
	text-align: left
}

.icon-list>li {
	position: relative
}

.icon-list>li i {
	position: relative;
	top: 7px
}

.index-list>li .index-list__icon i {
	color: #b22a38;
	font-size: 32px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.index-list>li .index-list__icon:hover i {
	-webkit-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

@media(min-width:768px) {
	.index-list>li .index-list__icon i {
		font-size: 50px
	}
}

@media(min-width:992px) {
	.index-list>li .index-list__icon i {
		font-size: 72px
	}
}

@media(min-width:768px) {
	.index-list>li .index-list__icon {
		position: absolute;
		top: 1px;
		left: -90px;
		line-height: 1
	}
}

@media(min-width:992px) {
	.index-list>li .index-list__icon {
		top: -.3em;
		left: -150px
	}
}

.ordered-list>li {
	padding-left: 20px;
	list-style-type: decimal
}

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

.terms-list dd>a,
.terms-list dt {
	font-size: 24px;
	color: #b22a38
}

@media(min-width:768px) {
	.terms-list dd>a,
	.terms-list dt {
		font-size: 30px
	}
}

.terms-list dt:after {
	content: ': '
}

.terms-list-variant-1 dt {
	color: #333
}

.terms-list-variant-1>dt+dd {
	margin-top: 16px
}

.terms-list-variant-1>dd+dt {
	margin-top: 50px
}

.banner-bottom-nav {
	line-height: 0
}

.banner-bottom-nav .social-links {
	position: relative
}

.banner-bottom-nav .social-links::after {
	content: "";
	height: 1px;
	width: calc(100% - 200px);
	background-color: #d9d9d9;
	left: 200px;
	position: absolute;
	top: 50%
}

.banner-bottom-nav .social-links a {
	font-size: 22px;
	margin-right: 15px
}

.social-links a:first-child {
	margin-left: -12px
}

.social-links a {
	color: #212529;
	padding: 12px;
	position: relative;
	z-index: 1;
	font-size: 18px;
	margin-right: 10px
}

#intro img,
.image-wrap a img,
.image-wrap img,
.image-wrap-variant-1 img,
.visible-md-block img {
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transform: scale(1)
}

#intro img:hover,
.image-wrap:hover a img,
.image-wrap:hover img,
.visible-md-block img:hover {
	transform: scale(1.2);
	filter: url("data:image/svg+xml;utf8,<svgxmlns=\'http://www.w3.org/2000/svg\'><filterid=\'grayscale\'><feColorMatrixtype=\'matrix\'values=\'0.33330.33330.3333000.33330.33330.3333000.33330.33330.33330000010\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%)
}

.image-wrap-variant-1:hover img {
	filter: url("data:image/svg+xml;utf8,<svgxmlns=\'http://www.w3.org/2000/svg\'><filterid=\'grayscale\'><feColorMatrixtype=\'matrix\'values=\'0.33330.33330.3333000.33330.33330.3333000.33330.33330.33330000010\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%)
}

.counter-wrap {
	text-align: center
}

.counter {
	font-size: 70px;
	line-height: 1;
	color: #fff
}

.counter-wrap i {
	font-size: 30px;
	margin-bottom: 10px
}

.counter.gbp:before {
	content: "£"
}

.counter.gbp-m:after {
	content: "m"
}

.counter.percent:after {
	content: "%"
}

.counter-wrap p {
	margin-top: 5px
}

@media(max-width:991px) {
	.counter {
		font-size: 60px
	}
	.counter-wrap {
		margin-bottom: 30px
	}
}

.underlay-img-left,
.underlay-img-right {
	position: absolute;
    border-radius: 20px;
}

.underlay-img-left {
	left: -100px
}

.underlay-img-right {
	right: -100px
}

.underlay-bg-left-sm:before,
.underlay-bg-left:before,
.underlay-bg-right-sm:before,
.underlay-bg-right:before {
	display: none
}

@media(min-width:992px) {
	.underlay-bg-left:before,
	.underlay-bg-right:before {
		content: "";
		width: 33.33334%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		background: #fff
	}
	.underlay-bg-left-sm:before,
	.underlay-bg-right-sm:before {
		content: "";
		width: 27%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		background: #fff
	}
	[class*=bg-grayscale-dark] .underlay-bg-left-sm:before,
	[class*=bg-grayscale-dark] .underlay-bg-left:before,
	[class*=bg-grayscale-dark] .underlay-bg-right-sm:before,
	[class*=bg-grayscale-dark] .underlay-bg-right:before {
		background: #fff
	}
	[class*=bg-grayscale-light] .underlay-bg-left-sm:before,
	[class*=bg-grayscale-light] .underlay-bg-left:before,
	[class*=bg-grayscale-light] .underlay-bg-right-sm:before,
	[class*=bg-grayscale-light] .underlay-bg-right:before {
		background: #b22a38
	}
}

.underlay-bg-left-sm:before,
.underlay-bg-left:before {
	left: 0
}

.underlay-bg-right-sm:before,
.underlay-bg-right:before {
	right: 0
}

.reveal-image {
	position: relative;
	overflow: hidden
}

.reveal-image-mask {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 120%
}

.reveal-image-mask .inside {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	transform: skewX(-10deg);
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	background-color: #fff
}

[data-aos=image-mask-animation] {
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

[data-aos=image-mask-animation].aos-animate {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.bg-grayscale-darken .reveal-image-mask .inside {
	background-color: #333
}

.bg-grayscale-darken-1 .reveal-image-mask .inside {
	background-color: #1d1d1b
}

.bg-grayscale-darken-2 .reveal-image-mask .inside {
	background-color: #646466
}

.bg-grayscale-darkest .reveal-image-mask .inside {
	background-color: #151514
}

.bg-grayscale-lightest .reveal-image-mask .inside {
	background-color: #f9f9f9
}

.image-wrap {
	position: relative;
	overflow: hidden
}

@media(max-width:991px) {
	.image-wrap {
		margin-bottom: 30px
	}
}

.image-wrap img {
	min-width: 100%;
	height: auto
}

.image-wrap__body {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	background: rgba(52, 50, 50, .76);
	padding: 30px 10px
}

.lt-ie9 .image-wrap__body {
	background: 0;
	zoom: 1
}

.image-wrap__body p+p {
	margin-top: 0
}

@media(min-width:1200px) {
	.image-wrap__body {
		top: 0;
		opacity: 0;
		transition: .39s opacity ease-out;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		background: rgba(52, 50, 50, .9)
	}
	.lt-ie9 .image-wrap__body {
		background: 0;
		zoom: 1
	}
	.image-wrap__body p+p {
		margin-top: 14px
	}
	.image-wrap:hover .image-wrap__body {
		opacity: 1
	}
}

@media(min-width:768px) {
	.image-wrap-variant-1 {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow: hidden
	}
}

.image-wrap-variant-1 img {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: auto;
	min-height: 103%;
	width: auto;
	min-width: 100%;
	max-width: none
}

.media {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px
}

.media .image-wrap:hover .media-title span h3,
.media .image-wrap:hover .media-title span h4 {
	color: #fff
}

.media .image-wrap:hover .media-title span h3 a:hover,
.media .image-wrap:hover .media-title span h4 a:hover {
	color: #fff
}

.media .image-wrap:hover .media-title span h3:after {
	color: #161619
}

.media .image-wrap.no-link a {
	cursor: context-menu
}

.media.box-shadow {
	box-shadow: 0 5px 14px 0 rgba(130, 136, 147, .09)
}

.media .media-banner-left,
.media .media-banner-right {
	position: relative;
	z-index: 3;
	padding: 40px;
	max-width: 80%;
	-webkit-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .12);
	box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .12);
    border-radius: 20px;
}

@media(min-width:992px) {
	.media .media-banner-left {
		max-width: 360px;
		position: absolute;
		left: -50px;
		bottom: -50px
	}
	.media .media-banner-right {
		max-width: 360px;
		position: absolute;
		right: -50px;
		bottom: -50px
	}
}

@media(max-width:991px) {
	.media .media-banner-left {
		left: -50px;
		top: -50px
	}
	.media .media-banner-right {
		right: -50px;
		top: -50px
	}
}

.content-banner-img {
	position: relative
}

.content-banner-sm {
	position: relative
}

.content-banner-sm {
	max-width: 80%;
	position: absolute;
	top: 50%;
	left: 25%;
	border-radius: 3px;
	padding: 5% 8%;
	border: 20px solid #fff;
	text-align: left;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.content-banner-right {
	text-align: right
}

.content-banner-right .content-banner-sm {
	right: 25%;
	left: 0
}

@media(max-width:991px) {
	.content-banner-sm {
		position: relative;
		left: 10%
	}
	.content-banner-right .content-banner-sm {
		left: 10%;
		right: 10%
	}
	.box-image-left,
	.box-image-right {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px
	}
}

.box-image-left {
	box-shadow: -68px 0 0 -30px #b22a38
}

.box-image-right {
	box-shadow: 68px 0 0 -30px #b22a38
}

.bg-grayscale-lightest .box-image-left {
	box-shadow: -68px 0 0 -30px #b22a38
}

.bg-grayscale-darkest .box-image-right {
	box-shadow: 68px 0 0 -30px #b22a38
}

.image-wrap a img,
.image-wrap img {
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transform: scale(1)
}

.image-wrap.image-wrap-content:hover a img,
.image-wrap.image-wrap-content:hover img,
.image-wrap.image-wrap-grow:hover a img,
.media.box-shadow:hover a img .image-wrap.image-wrap-grow:hover img,
.media.box-shadow:hover img {
	transform: scale(1.2);
	filter: url("data:image/svg+xml;utf8,<svgxmlns=\'http://www.w3.org/2000/svg\'><filterid=\'grayscale\'><feColorMatrixtype=\'matrix\'values=\'0.33330.33330.3333000.33330.33330.3333000.33330.33330.33330000010\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%)
}

.image-wrap.image-wrap-overlay:after {
	content: '';
	background: #2f3437;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .5;
	z-index: 1;
	position: absolute;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.image-wrap.image-wrap-overlay:hover:after {
	background: 0
}

.image-wrap.image-wrap-overlay a.link-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	right: 30px;
	top: 30px;
	padding: 0;
	width: 65px;
	height: 65px;
	text-align: center;
	line-height: 65px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	color: #2f3437;
	font-size: 24px;
	z-index: 2
}

.image-wrap.image-wrap-overlay a.link-icon i {
	position: relative;
	right: -2px
}

.image-wrap.image-wrap-overlay:hover a.link-icon {
	background: #b22a38
}

.image-wrap.image-wrap-overlay:hover a.link-icon i {
	color: #fff
}

.image-wrap,
.image-wrap figure {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
    border-radius: 20px;
}

.image-wrap * {
	-webkit-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

.image-wrap .media-title {
	position: relative;
	background: #1d1d1b;
    color: #f1f1f1;
	padding: 9%;
	z-index: 2
}

.image-wrap.image-wrap-grow .media-title,
.image-wrap.image-wrap-overlay .media-title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px;
	z-index: 2;
	background: 0
}

.image-wrap.image-wrap-overlay .media-title {
	padding: 10px 40px 35px
}

.image-wrap.image-wrap-content .media-title {
	width: 85%;
	margin-top: -20%;
	color: #212529
}

.image-wrap.image-wrap-grow a:hover {
	color: #b22a38
}

.image-wrap .media-title h3 a:hover,
.media.box-shadow .image-wrap a:hover {
	text-decoration: none;
	color: #343232
}

.image-wrap.image-wrap-content .media-title p {
	color: #7b8083
}

.image-wrap .media-title span {
	position: relative;
	display: flex;
	align-content: flex-end;
	justify-content: space-between;
	align-items: center;
	margin: 0;
	padding: 20px 25px;
	background-color: #151514;
    border-radius: 20px;
	transition: .5s all ease
}

.image-wrap .media-title span i {
	font-size: 150%
}

.image-wrap.image-wrap-overlay .media-title h3 {
	color: #fff;
	font-weight: 500
}

.image-wrap .media-title span h3,
.image-wrap .media-title span h4 {
	font-weight: 400;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	margin: 0;
	padding: 0
}

.image-wrap .media-title span h4 small {
	display: block;
	clear: both;
	font-size: 16px
}

@media only screen and (max-width:1199px),
only screen and (max-device-width:1199px) {
	.image-wrap figure figcaption {
		max-height: 70px
	}
}

.image-wrap figure figcaption {
	width: 100%;
	max-height: 75px;
	display: block;
	background: #151514;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 30px;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	color: #fff
}

.image-wrap-content-overlay .reveal-image img {
	margin: 0
}

.image-wrap-content-overlay .media-title-side {
	position: absolute;
	background: rgba(62, 62, 62, .3);
	width: 80px;
	height: 100%;
	bottom: 0;
	left: 0;
	overflow: hidden
}

.image-wrap-content-overlay .media-title-side span.media-title-side-title {
	height: 80px;
	transform: rotate(-90deg);
	left: 80px;
	transform-origin: left bottom;
	display: block;
	bottom: 80px;
	position: absolute;
	width: 350px;
	padding: 0 30px;
	text-transform: uppercase;
	letter-spacing: 2px
}

.image-wrap-content-overlay .media-title-side span.media-title-side-title h3 a {
	font-size: 20px;
	line-height: 80px;
	font-weight: 500;
	margin: 0;
	padding: 0;
	color: #fff;
	text-decoration: none
}

.image-wrap-content-overlay .media-title-side .media-plus {
	background: #fff;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 80px
}

.image-wrap-content-overlay figure.media-content-title-side figcaption {
	bottom: -80px
}

.image-wrap-content-overlay:hover figure.media-content-title-side figcaption {
	bottom: 0
}

.image-wrap-content-overlay .media-title-side .media-plus:after,
.image-wrap-content-overlay .media-title-side .media-plus:before {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 3px;
	background: #b22a38;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out
}

.image-wrap-content-overlay .media-title-side .media-plus:after {
	transform-origin: left top;
	transform: rotate(90deg) translateX(-50%) translateY(-50%)
}

.image-wrap-content-overlay:hover .media-title-side .media-plus:after {
	transform-origin: left top;
	transform: rotate(450deg) translateX(-50%) translateY(-50%)
}

.image-wrap-content-overlay {
	width: 100%;
	display: block;
	overflow: hidden;
    border-radius: 20px;
}

.image-wrap-content-overlay:hover figure figcaption {
	max-height: 100%
}

.image-wrap-content-overlay:hover figure img {
	opacity: .4
}

.image-wrap-content-overlay figure {
	width: 100%;
	display: block;
	margin: 0;
	position: relative;
	background: #151514
}

.image-wrap-content-overlay figure img {
	width: 100%;
	display: block;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out
}

.image-wrap-content-overlay figure figcaption {
	width: 100%;
	max-height: 80px;
	display: block;
	background: #b22a38;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 30px;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	color: #fff
}

.image-wrap-content-overlay figure figcaption a {
	display: block;
	text-decoration: none;
	color: #fff
}

.image-wrap-content-overlay figure figcaption a:hover {
	text-decoration: none
}

.image-wrap-content-overlay figure figcaption h3 {
	width: 100%;
	display: block;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 30px;
	color: #fff
}

.image-wrap-content-overlay figure figcaption p {
	width: 100%;
	display: block;
	margin-bottom: 20px;
	font-size: 16px;
	color: #ffffff
}

.image-wrap-content-overlay figure figcaption ul {
	display: inline-block;
	margin: 0;
	padding: 0
}

.image-wrap-content-overlay figure figcaption ul li {
	display: inline-block;
	margin-right: 10px;
	padding: 0;
	list-style: none;
	font-size: 14px;
	opacity: .5;
	line-height: 1
}

.image-wrap-content-overlay figure figcaption ul li:last-child {
	margin-right: 0
}

.thumb {
	position: relative;
	display: block;
	overflow: hidden
}

.thumb>img {
	height: auto;
	width: 100%;
	margin-top: -1px;
	margin-bottom: -1px
}

.thumb__overlay {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(51, 51, 51, .5);
	opacity: 0;
	text-align: center;
	transition: .3s all ease
}

.thumb:hover .thumb__overlay {
	opacity: 1
}

.thumb:hover .thumb__overlay>* {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

@-webkit-keyframes fade_from_bottom {
	0% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes fade_from_bottom {
	0% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
		opacity: 0
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

.thumb__overlay .thumb_meta {
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

h5.thumb__title {
	margin: 0;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.4;
	color: #fff
}

.thumb__category {
	display: block;
	margin: 0;
	font-size: 17px;
	line-height: 1.2;
	color: #fff
}

.thumb:hover .thumb__category {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.thumb:hover .thumb__category,
.thumb:hover .thumb__title {
	-webkit-animation: fade_from_bottom .3s forwards;
	animation: fade_from_bottom .3s forwards
}

.thumb .thumb__category,
.thumb .thumb__meta,
.thumb .thumb__title {
	opacity: 0
}

.thumb:hover .thumb__category,
.thumb:hover .thumb__meta,
.thumb:hover .thumb__title {
	opacity: 1
}

.thumb__overlay i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: 5px 0;
	padding: 10px;
	color: #141414;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .07);
	box-shadow: 0 0 4px rgba(0, 0, 0, .07);
	opacity: 0;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	transition: .3s all ease
}

.thumb:hover .thumb__overlay i {
	opacity: 1;
	-webkit-animation: fade_from_bottom .3s forwards;
	animation: fade_from_bottom .3s forwards
}

.thumb__overlay i:hover {
	width: 60px;
	height: 60px
}

.link {
	position: relative;
	display: inline-block;
	padding-top: 29px;
	padding-right: 1.33rem;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	transition: .2s
}

.link,
.link:active,
.link:focus,
.link:hover {
	color: #b22a38
}

.link:after,
.link:before {
	position: absolute;
	transition: .2s right
}

.link:before {
	content: '\e5c8';
	display: block;
	top: 17px;
	right: -10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'Material Icons';
	font-size: 50px;
	line-height: 1;
	color: inherit
}

.link:after {
	content: '';
	display: block;
	top: 14px;
	left: 0;
	right: 1px;
	border-bottom: 6px solid
}

.link:hover {
	color: #888
}

@media(min-width:768px) {
	.link:hover:before {
		right: -15px
	}
}

.waypoint {
	position: relative;
	padding: 14px 9px;
	cursor: pointer;
	color: #b22a38;
	display: none
}

@media(min-width:992px) {
	.waypoint {
		display: inline-block
	}
}

.waypoint:after,
.waypoint:before {
	content: '';
	border: 2px solid #fff6e9;
	position: absolute;
	right: 0;
	left: 0;
	transition: .22s
}

.waypoint:before {
	top: 0;
	bottom: 55%;
	border-bottom: 0
}

.waypoint:after {
	bottom: 0;
	top: 55%;
	border-top: 0
}

.waypoint:hover:before {
	bottom: 51.5%
}

.waypoint:hover:after {
	top: 51.5%
}

.waypoint>.icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	line-height: 1;
	color: inherit;
	cursor: pointer
}

.waypoint>.icon:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.waypoint-position-1 {
	position: absolute;
	right: 60px;
	bottom: 60px
}

.waypoint-position-2 {
	margin: 0;
	position: absolute;
	left: -187px;
	bottom: 10px
}

.waypoint-position-3 {
	margin: 0;
	position: absolute;
	left: -187px;
	bottom: 0
}

@-moz-document url-prefix() {
	.waypoint>.icon:before {
		position: relative;
		left: 1px
	}
}

.video-wrapper {
	height: 550px;
	max-width: 1200px;
	background-color: #fafafa;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.video-wrapper::after {
	position: absolute;
	content: "";
	height: calc(100%+40px);
	width: calc(100%+40px);
	top: -20px;
	left: -20px;
	border: 20px solid #fff;
	z-index: -1;
	-webkit-transition: all .7s cubic-bezier(.19, 1, .22, 1);
	-o-transition: all .7s cubic-bezier(.19, 1, .22, 1);
	transition: all .7s cubic-bezier(.19, 1, .22, 1)
}

.open-video::after {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0
}

.video-wrapper a {
	color: #212529;
	font-weight: 600
}

.popup-video .player-icon {
	display: inline-block;
	padding: 25px 60px;
	text-align: center;
	margin: auto;
	border-radius: 150px;
	background-color: #fff;
	-webkit-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s
}

.popup-video:hover .player-icon {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}

.player-icon i {
	position: relative;
	top: 2px;
	font-style: normal
}

@media(max-width:767px) {
	.video-wrapper {
		height: 380px
	}
	.video-wrapper a {
		font-size: 15px
	}
	.popup-video .player-icon {
		padding: 15px 35px
	}
}

.html5-video .volume-mute,
.html5-video .volume-up {
	position: absolute;
	bottom: 25px;
	left: 40px;
	color: #222;
	font-size: 32px;
	cursor: pointer
}

.divider {
	width: 80px;
	border-bottom: 6px solid #b22a38
}

.accordion {
	overflow: hidden;
	margin-top: 30px
}

.accordion>.title {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	float: left
}

.accordion>.title>a {
	display: block;
	width: 100%;
	float: left;
	padding-left: 40px;
	font-size: 18px;
	color: #343232;
	font-weight: 600
}

.accordion>.title::before {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	padding-left: 1px;
	content: "\f067";
	font-family: "Font Awesome 5 Pro";
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%
}

.accordion>.title.active::before {
	content: "\f068"
}

.accordion .content {
	overflow: hidden;
	clear: both;
	padding-left: 40px
}

.accordion.accordion-boxed>.title {
	background-color: #f7f7f7;
	padding: 20px;
	margin-bottom: 20px
}

.accordion.accordion-boxed>.title::before {
	top: 22px;
	left: 22px;
	background: #b22a38
}

.accordion.accordion-boxed .content {
	background-color: #f7f7f7;
	padding: 30px;
	margin-bottom: 30px
}

.accordion.accordion-boxed .content p:last-child {
	padding-bottom: 0
}

.accordion.accordion-dark>.title::before {
	background-color: #646466
}

.rd-mailform {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto
}

.rd-mailform fieldset {
	border: 0
}

.rd-mailform fieldset>.row+.row {
	margin-top: 28px
}

.rd-mailform label {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 36px
}

.rd-mailform label:first-child {
	margin-top: 0
}

.rd-mailform label input,
.rd-mailform label select {
	height: 51px
}

.rd-mailform label input,
.rd-mailform label textarea {
	display: block;
	width: 100%;
	margin: 0;
	-webkit-appearance: none;
	font-size: 18px;
	padding: 18.5px 0 20.5px;
	line-height: 31px;
	color: #888;
	background: 0;
	outline: 0;
	border-bottom: 1px solid #9c9c9c
}

.rd-mailform label input[type=file]::-webkit-file-upload-button {
	background: 0;
	border: 0;
	-webkit-appearance: none;
	font-family: Poppins, sans-serif;
	font-size: 20px;
	color: #888;
	line-height: 31px;
	font-weight: 300;
	outline: 0;
	opacity: 1
}

.rd-mailform label input:-moz-placeholder,
.rd-mailform label textarea:-moz-placeholder {
	color: #888;
	opacity: 1
}

.rd-mailform label input::-webkit-input-placeholder,
.rd-mailform label textarea::-webkit-input-placeholder {
	color: #888;
	opacity: 1
}

.rd-mailform label input::-moz-placeholder,
.rd-mailform label textarea::-moz-placeholder {
	color: #888;
	opacity: 1
}

.rd-mailform label input:-ms-input-placeholder,
.rd-mailform label textarea:-ms-input-placeholder {
	color: #888;
	opacity: 1
}

.bg-primary .rd-mailform label input:-moz-placeholder,
.bg-primary .rd-mailform label textarea:-moz-placeholder {
	color: #fff;
	opacity: 1
}

.bg-primary .rd-mailform label input::-webkit-input-placeholder,
.bg-primary .rd-mailform label textarea::-webkit-input-placeholder {
	color: #fff;
	opacity: 1
}

.bg-primary .rd-mailform label input::-moz-placeholder,
.bg-primary .rd-mailform label textarea::-moz-placeholder {
	color: #fff;
	opacity: 1
}

.bg-primary .rd-mailform label input:-ms-input-placeholder,
.bg-primary .rd-mailform label textarea:-ms-input-placeholder {
	color: #fff;
	opacity: 1
}

.rd-mailform label textarea {
	font-family: Poppins, sans-serif;
	resize: vertical;
	overflow: auto;
	min-height: 72px;
	height: 250px;
	max-height: 375px
}

@media(min-width:992px) {
	.rd-mailform label textarea {
		margin-top: 38px
	}
}

@media(min-width:768px) {
	.rd-mailform label {
		margin-top: 28px
	}
}

@-webkit-keyframes fout {
	0% {
		-webkit-transform: scale(1) translateX(0);
		transform: scale(1) translateX(0)
	}
	100% {
		-webkit-transform: scale(0) translateX(0);
		transform: scale(0) translateX(0)
	}
}

@keyframes fout {
	0% {
		-webkit-transform: scale(1) translateX(0);
		transform: scale(1) translateX(0)
	}
	100% {
		-webkit-transform: scale(0) translateX(0);
		transform: scale(0) translateX(0)
	}
}

.mfPlaceHolder {
	cursor: text;
	position: absolute;
	left: 0;
	top: 0;
	padding: 18.5px 0 20.5px;
	font-weight: 300;
	font-size: 20px;
	line-height: 31px;
	color: #888;
	opacity: 1;
	transition: .2s all ease
}

:-webkit-autofill~.mfPlaceHolder {
	opacity: .4
}

.mfPlaceHolder.state-1 {
	opacity: 0
}

:-webkit-autofill~.mfPlaceHolder {
	display: none
}

.mfInput.filled .mfPlaceHolder.state-1 {
	display: none
}

.mfValidation {
	position: absolute;
	top: 0;
	padding-left: 0;
	right: 7px;
	color: #fa3838;
	font-weight: 300;
	font-size: 10px;
	line-height: 25px;
	opacity: 0;
	visibility: hidden;
	z-index: 9;
	pointer-events: none;
	transition: .3s all ease
}

.mfValidation.show {
	opacity: 1;
	visibility: visible
}

.mfValidation.hide,
.mfValidation.valid {
	opacity: 0;
	visibility: hidden
}

.mfInfo,
.mfProgress {
	position: fixed;
	left: 15px;
	padding: 60px;
	margin-bottom: 3rem;
	height: auto;
	color: #fff;
	background: #111;
	line-height: 20px;
	font-size: 16px;
	transition: .3s all ease;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(83px);
	transform: translateY(83px);
	z-index: 12
}

.mfInfo .loader,
.mfProgress .loader {
	display: inline-block;
	position: relative;
	margin-right: 16px
}

.mfInfo .loader,
.mfInfo .loader:after,
.mfInfo .loader:before,
.mfProgress .loader,
.mfProgress .loader:after,
.mfProgress .loader:before {
	width: 20px;
	height: 20px;
	line-height: 20px
}

.mfInfo .loader:after,
.mfInfo .loader:before,
.mfProgress .loader:after,
.mfProgress .loader:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0
}

.mfInfo .loader:before,
.mfProgress .loader:before {
	-webkit-animation: mfLoader 1.1s infinite linear;
	animation: mfLoader 1.1s infinite linear;
	border: 2px solid #fff;
	border-top-color: transparent;
	border-radius: 50%;
	opacity: 1;
	visibility: visible;
	transition: .3s all ease
}

.mfInfo .loader:after,
.mfProgress .loader:after {
	opacity: 0;
	visibility: hidden;
	font-weight: 400;
	font-family: "Font Awesome 5 Pro";
	font-size: 20px;
	transition: .6s all ease;
	-webkit-transform: rotate(-90deg) scale(0);
	transform: rotate(-90deg) scale(0)
}

.mfInfo.fail,
.mfProgress.fail {
	background: #f34234
}

.mfInfo.fail .loader:after,
.mfProgress.fail .loader:after {
	content: '\f00d'
}

.mfInfo.success,
.mfProgress.success {
	background: #2e7d32
}

.mfInfo.success .loader:after,
.mfProgress.success .loader:after {
	content: '\f00c'
}

.mfInfo.fail .loader:before,
.mfInfo.success .loader:before,
.mfProgress.fail .loader:before,
.mfProgress.success .loader:before {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.mfInfo.fail .loader:after,
.mfInfo.success .loader:after,
.mfProgress.fail .loader:after,
.mfProgress.success .loader:after {
	opacity: 1;
	visibility: visible;
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1)
}

.mfInfo.fail,
.mfInfo.sending,
.mfInfo.success,
.mfProgress.fail,
.mfProgress.sending,
.mfProgress.success {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

@media(min-width:768px) {
	.mfInfo,
	.mfProgress {
		bottom: 24px;
		left: 50%;
		-webkit-transform: translate(-50%, 83px);
		transform: translate(-50%, 83px)
	}
	.mfInfo.fail,
	.mfInfo.sending,
	.mfInfo.success,
	.mfProgress.fail,
	.mfProgress.sending,
	.mfProgress.success {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0)
	}
}

@-webkit-keyframes mfLoader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes mfLoader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.mfInput[data-add-icon] .mfPlaceHolder,
.mfInput[data-add-icon] input {
	padding-right: 44px
}

.mfIcon {
	position: absolute;
	text-align: center;
	top: 24px;
	right: 10px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #333;
	font: 400 20px/24px "Font Awesome 5 Pro"
}

.mfIcon span:after,
.mfIcon span:before {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -12px;
	margin-left: -10px;
	transition: .4s all ease-in-out
}

.mfIcon span:before {
	content: ""
}

.mfIcon span:after {
	content: "";
	-webkit-transform: scale(0) rotate(-180deg);
	transform: scale(0) rotate(-180deg);
	-webkit-animation: zoom-out .4s ease-in-out 1 forwards;
	animation: zoom-out .4s ease-in-out 1 forwards
}

.mfIcon.state-1:after {
	content: "";
	position: absolute;
	bottom: -1px;
	width: 0;
	height: 1px;
	background: #333;
	-webkit-animation: line 1.2s .4s infinite;
	animation: line 1.2s .4s infinite
}

.mfIcon.state-1 span:before {
	-webkit-transform: scale(0) rotate(90deg);
	transform: scale(0) rotate(90deg)
}

.mfIcon.state-1 span:after {
	-webkit-transform: scale(1) rotate(-35deg);
	transform: scale(1) rotate(-35deg);
	-webkit-animation: zoom-in-state-1 .4s ease-in-out 1 forwards, anim-1 1.2s .3s infinite, anim-2 .6s .3s infinite;
	animation: zoom-in-state-1 .4s ease-in-out 1 forwards, anim-1 1.2s .3s infinite, anim-2 .6s .3s infinite
}

.mfIcon.state-2 span:before {
	content: "";
	-webkit-transform: scale(0) rotate(90deg);
	transform: scale(0) rotate(90deg)
}

.mfIcon.state-2 span:after {
	-webkit-transform: scale(1) rotate(-210deg);
	transform: scale(1) rotate(-210deg);
	-webkit-animation: zoom-in-state-2 .4s ease-in-out 1 forwards, anim-3 .6s .4s infinite;
	animation: zoom-in-state-2 .4s ease-in-out 1 forwards, anim-3 .6s .4s infinite
}

@-webkit-keyframes anim-1 {
	0% {
		left: 50%
	}
	100% {
		left: 90%
	}
}

@keyframes anim-1 {
	0% {
		left: 50%
	}
	100% {
		left: 90%
	}
}

@-webkit-keyframes anim-2 {
	0% {
		-webkit-transform: rotate(-35deg);
		transform: rotate(-35deg)
	}
	25% {
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg)
	}
	50% {
		-webkit-transform: rotate(-35deg);
		transform: rotate(-35deg)
	}
	75% {
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg)
	}
	100% {
		-webkit-transform: rotate(-35deg);
		transform: rotate(-35deg)
	}
}

@keyframes anim-2 {
	0% {
		-webkit-transform: rotate(-35deg);
		transform: rotate(-35deg)
	}
	25% {
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg)
	}
	50% {
		-webkit-transform: rotate(-35deg);
		transform: rotate(-35deg)
	}
	75% {
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg)
	}
	100% {
		-webkit-transform: rotate(-35deg);
		transform: rotate(-35deg)
	}
}

@-webkit-keyframes anim-3 {
	0% {
		-webkit-transform: rotate(150deg);
		transform: rotate(150deg);
		left: 50%
	}
	50% {
		-webkit-transform: rotate(150deg);
		transform: rotate(150deg);
		left: 90%
	}
	100% {
		-webkit-transform: rotate(150deg);
		transform: rotate(150deg);
		left: 50%
	}
}

@keyframes anim-3 {
	0% {
		-webkit-transform: rotate(150deg);
		transform: rotate(150deg);
		left: 50%
	}
	50% {
		-webkit-transform: rotate(150deg);
		transform: rotate(150deg);
		left: 90%
	}
	100% {
		-webkit-transform: rotate(150deg);
		transform: rotate(150deg);
		left: 50%
	}
}

@-webkit-keyframes zoom-out {
	0% {
		-webkit-transform: scale(1) rotate(-35deg);
		transform: scale(1) rotate(-35deg)
	}
	100% {
		-webkit-transform: scale(0) rotate(-180deg);
		transform: scale(0) rotate(-180deg)
	}
}

@keyframes zoom-out {
	0% {
		-webkit-transform: scale(1) rotate(-35deg);
		transform: scale(1) rotate(-35deg)
	}
	100% {
		-webkit-transform: scale(0) rotate(-180deg);
		transform: scale(0) rotate(-180deg)
	}
}

@-webkit-keyframes zoom-in-state-1 {
	0% {
		-webkit-transform: scale(0) rotate(-180deg);
		transform: scale(0) rotate(-180deg)
	}
	100% {
		-webkit-transform: scale(1) rotate(-35deg);
		transform: scale(1) rotate(-35deg)
	}
}

@keyframes zoom-in-state-1 {
	0% {
		-webkit-transform: scale(0) rotate(-180deg);
		transform: scale(0) rotate(-180deg)
	}
	100% {
		-webkit-transform: scale(1) rotate(-35deg);
		transform: scale(1) rotate(-35deg)
	}
}

@-webkit-keyframes zoom-in-state-2 {
	0% {
		-webkit-transform: scale(0) rotate(-35deg);
		transform: scale(0) rotate(-35deg)
	}
	100% {
		left: 50%;
		-webkit-transform: scale(1) rotate(150deg);
		transform: scale(1) rotate(150deg)
	}
}

@keyframes zoom-in-state-2 {
	0% {
		-webkit-transform: scale(0) rotate(-35deg);
		transform: scale(0) rotate(-35deg)
	}
	100% {
		left: 50%;
		-webkit-transform: scale(1) rotate(150deg);
		transform: scale(1) rotate(150deg)
	}
}

@-webkit-keyframes line {
	0% {
		left: 40%
	}
	100% {
		left: 40%;
		width: 40%
	}
}

@keyframes line {
	0% {
		left: 40%
	}
	100% {
		left: 40%;
		width: 40%
	}
}

.mfInput input[name=phone]~.mfIcon span:before,
.mfInput select[name=phone]~.mfIcon span:before,
.mfInput textarea[name=phone]~.mfIcon span:before {
	content: ""
}

.mfInput input[name=email]~.mfIcon span:before,
.mfInput select[name=email]~.mfIcon span:before,
.mfInput textarea[name=email]~.mfIcon span:before {
	content: ""
}

.mfInput input[name=name]~.mfIcon span:before,
.mfInput select[name=name]~.mfIcon span:before,
.mfInput textarea[name=name]~.mfIcon span:before {
	content: ""
}

.mfInput input[name=date]~.mfIcon span:before,
.mfInput select[name=date]~.mfIcon span:before,
.mfInput textarea[name=date]~.mfIcon span:before {
	content: ""
}

.mfInput input[name=guests]~.mfIcon span:before,
.mfInput select[name=guests]~.mfIcon span:before,
.mfInput textarea[name=guests]~.mfIcon span:before {
	content: ""
}

.mfInput input[name=message]~.mfIcon,
.mfInput select[name=message]~.mfIcon,
.mfInput textarea[name=message]~.mfIcon {
	display: none
}

.mfInput input:-webkit-autofill~.mfIcon span:before,
.mfInput textarea:-webkit-autofill~.mfIcon span:before {
	color: #2d2d2d
}

.mfSelect {
	position: relative
}

.mfSelect select {
	padding: 0 1px 1px 0;
	z-index: -9999999;
	border: medium none
}

.mfSelect .dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 15px;
	max-height: 300px;
	opacity: 0;
	visibility: hidden;
	transition: .3s all ease-in-out;
	outline: 0;
	-webkit-appearance: none;
	font-weight: 300;
	line-height: 33px;
	border: 2px solid #9c9c9c;
	background: #fff;
	color: #888;
	z-index: 1;
	-webkit-transform: translateY(20px);
	transform: translateY(20px)
}

.mfSelect .dropdown .option {
	position: relative;
	z-index: 1;
	text-transform: none;
	cursor: pointer;
	padding: 10px 15px;
	overflow: hidden;
	transition: .4s all ease-in-out;
	transition-delay: .2s;
	font-size: 16px;
	line-height: 30px
}

.mfSelect .dropdown .option.selected {
	background: #f2f2f2;
	color: #888
}

.mfSelect .dropdown .option:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #b22a38;
	opacity: 0;
	z-index: -1;
	transition: .4s all ease-in-out;
	-webkit-transform: translate(-20%, -50%);
	transform: translate(-20%, -50%)
}

.mfSelect .dropdown .option:before {
	content: '\f078';
	position: absolute;
	display: inline-block;
	left: 15px;
	color: #fff;
	font: 400 20px "Font Awesome 5 Pro";
	line-height: inherit;
	transition: .4s all ease-in-out;
	-webkit-transform: scale(0) rotate(-60deg);
	transform: scale(0) rotate(-60deg)
}

.mfSelect .dropdown .option:hover {
	color: #fff;
	padding-left: 40px;
	transition-delay: 0s
}

.mfSelect .dropdown .option:hover:before {
	transition-delay: .15s;
	-webkit-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0)
}

.mfSelect .dropdown .option:hover:after {
	width: 1000px;
	height: 500px;
	opacity: 1
}

.mfSelect .dropdown:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 14px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 8px 7px;
	border-color: transparent transparent #9c9c9c transparent
}

.mfSelect .dropdown:after {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #fff transparent
}

.mfSelect .value {
	cursor: pointer;
	transition: .4s all ease-in-out;
	font-size: 22px;
	padding: 18.5px 0 20.5px;
	line-height: 28px;
	color: #888;
	background: 0;
	border-bottom: 5px solid #9c9c9c
}

.mfSelect .value:after,
.mfSelect .value:before {
	position: absolute;
	right: 12px;
	top: 24px;
	width: 24px;
	height: 24px;
	font: 400 20px "Font Awesome 5 Pro";
	line-height: 24px;
	color: #333;
	text-align: center;
	transition: .4s all ease
}

.mfSelect .value:before {
	content: '\f0c9';
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1)
}

.mfSelect .value:after {
	content: '\f107';
	font-size: 24px;
	-webkit-transform: rotate(-180deg) scale(0);
	transform: rotate(-180deg) scale(0)
}

.mfSelect.show .dropdown {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.mfSelect.show .value {
	background: #fff;
	color: #888
}

.mfSelect.show .value:after,
.mfSelect.show .value:before {
	color: #888
}

.mfSelect.show .value:before {
	-webkit-transform: rotate(90deg) scale(0);
	transform: rotate(90deg) scale(0)
}

.mfSelect.show .value:after {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1)
}

.mfDatePicker {
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 15px;
	padding: 10px 15px;
	opacity: 0;
	width: 270px;
	visibility: hidden;
	transition: .33s all ease-in-out;
	z-index: 12;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	background: #fff;
	color: #000;
	border-radius: 0;
	border: 2px solid #f2f2f2
}

.mfDatePicker:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #fff transparent
}

.mfDatePicker table {
	text-align: center;
	border-collapse: separate;
	border-spacing: 3px;
	font-size: 12px
}

.mfDatePicker table th {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px
}

.mfDatePicker table td {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	transition: .3s all ease;
	border-radius: 0
}

.mfDatePicker table td:hover {
	color: #333;
	background: #333
}

.mfDatePicker table td.dp-offset {
	color: #c6bbba
}

.mfDatePicker table td.dp-today {
	color: #333;
	background: #fff6e9
}

.mfDatePicker table td.dp-selected {
	color: #fff;
	background: #b22a38
}

.mfDatePicker_title {
	font-size: 16px;
	line-height: 30px
}

.mfDatePicker_next,
.mfDatePicker_prev {
	font: 400 22px "Font Awesome 5 Pro";
	line-height: inherit;
	text-align: center;
	color: #fff6e9;
	cursor: pointer
}

.mfDatePicker_next:hover,
.mfDatePicker_prev:hover {
	color: #b22a38
}

.mfDatePicker_panel {
	text-align: center;
	padding: 0 2px;
	line-height: 30px
}

.mfDatePicker_next {
	float: right
}

.mfDatePicker_next:before {
	content: '\f054'
}

.mfDatePicker_prev {
	float: left
}

.mfDatePicker_prev:before {
	content: '\f053'
}

.mfDatePicker_panel+table {
	margin-top: 5px
}

.mfDatePicker.open {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible
}

.rd-mailform .tooltip {
	position: absolute;
	z-index: 1;
	left: -9999px;
	padding: 20px 16px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	background: #f4f4f4;
	color: #4d4e52;
	opacity: 0;
	-ms-transition: margin .3s, opacity .3s;
	-moz-transition: margin .3s, opacity .3s;
	-webkit-transition: margin .3s, opacity .3s;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}

.rd-mailform .tooltip:after {
	content: '';
	position: absolute
}

.rd-mailform .input input:focus+.tooltip,
.rd-mailform .textarea textarea:focus+.tooltip {
	opacity: 1
}

.rd-mailform .tooltip-top-right {
	bottom: 100%;
	width: 60%;
	margin-bottom: 15px
}

.rd-mailform .tooltip-top-right:after {
	top: 100%;
	right: 16px;
	border-top: 8px solid #f4f4f4;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent
}

.rd-mailform .input input:focus+.tooltip-top-right,
.rd-mailform .textarea textarea:focus+.tooltip-top-right {
	right: 0;
	left: auto;
	margin-bottom: 5px
}

.rd-mailform .tooltip-top-left {
	bottom: 100%;
	margin-bottom: 15px
}

.rd-mailform .tooltip-top-left:after {
	top: 100%;
	left: 16px;
	border-top: 4px solid #f4f4f4;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.rd-mailform .input input:focus+.tooltip-top-left,
.rd-mailform .textarea textarea:focus+.tooltip-top-left {
	right: auto;
	left: 0;
	margin-bottom: 5px
}

.rd-mailform .tooltip-right {
	top: 9px;
	white-space: nowrap;
	margin-left: 15px
}

.rd-mailform .tooltip-right:after {
	top: 6px;
	right: 100%;
	border-top: 4px solid transparent;
	border-right: 4px solid #f4f4f4;
	border-bottom: 4px solid transparent
}

.rd-mailform .input input:focus+.tooltip-right,
.rd-mailform .textarea textarea:focus+.tooltip-right {
	left: 100%;
	margin-left: 5px
}

.rd-mailform .tooltip-left {
	top: 9px;
	white-space: nowrap;
	margin-right: 15px
}

.rd-mailform .tooltip-left:after {
	top: 6px;
	left: 100%;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #f4f4f4
}

.rd-mailform .input input:focus+.tooltip-left,
.rd-mailform .textarea textarea:focus+.tooltip-left {
	right: 100%;
	left: auto;
	margin-right: 5px
}

.rd-mailform .tooltip-bottom-right {
	top: 100%;
	margin-top: 15px
}

.rd-mailform .tooltip-bottom-right:after {
	bottom: 100%;
	right: 16px;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #f4f4f4;
	border-left: 4px solid transparent
}

.rd-mailform .input input:focus+.tooltip-bottom-right,
.rd-mailform .textarea textarea:focus+.tooltip-bottom-right {
	right: 0;
	left: auto;
	margin-top: 5px
}

.rd-mailform .tooltip-bottom-left {
	top: 100%;
	margin-top: 15px
}

.rd-mailform .tooltip-bottom-left:after {
	bottom: 100%;
	left: 16px;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #f4f4f4;
	border-left: 4px solid transparent
}

.rd-mailform .input input:focus+.tooltip-bottom-left,
.rd-mailform .textarea textarea:focus+.tooltip-bottom-left {
	right: auto;
	left: 0;
	margin-top: 5px
}

.rd-google-map {
	color: #333
}

.rd-google-map__model {
	height: 250px
}

.rd-google-map__model img {
	max-width: none!important
}

@media(min-width:480px) {
	.rd-google-map__model {
		height: 250px
	}
}

@media(min-width:768px) {
	.rd-google-map__model {
		height: 400px
	}
}

@media(min-width:992px) {
	.rd-google-map__model {
		height: 750px
	}
}

.rd-google-map__locations {
	display: none
}

.rd-parallax-inner {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.rd-parallax-layer[data-type=media] {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%
}

.rd-parallax-layer[data-type=media] iframe {
	width: 100%;
	height: 100%
}

.rd-parallax-layer[data-url] {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center
}

.ui-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	width: 50px;
	height: 50px;
	font-size: 24px;
	line-height: 50px!important;
	color: #2f3542;
	background: #dfe4ea;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	z-index: 20;
	-webkit-transform: translateY(100px);
	transform: translateY(100px)
}

.ui-to-top:active,
.ui-to-top:focus {
	color: #fff;
	background: #dfe4ea
}

.ui-to-top:hover {
	color: #fff;
	background: #2f3542
}

.ui-to-top.active {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

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

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

.resp-accordion {
	display: none
}

.resp-tab-content {
	display: none
}

.resp-tab-content-active {
	display: block
}

.responsive-tabs-default .resp-tabs-list {
	display: none
}

.responsive-tabs-default .resp-accordion,
.responsive-tabs-default .resp-tabs-list>li {
	display: inline-block;
	word-spacing: normal;
	padding: 20px 45px;
	font-weight: 500;
	background: #1d1d1b;
	color: #fff;
	border-bottom: 1px solid #e7ebef;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	text-transform: uppercase;
	text-align: center;
	transition: .3s all ease
}

.responsive-tabs-default .resp-accordion.resp-tab-active,
.responsive-tabs-default .resp-tabs-list>li.resp-tab-active {
	background-color: #f9f9f9;
	color: #141414
}

.responsive-tabs-default .resp-accordion {
	display: block;
	border-radius: 0
}

.responsive-tabs-default .resp-tab-content {
	display: none;
	padding: 70px 45px;
	background: #f9f9f9
}

.resp-tab-content .redline-form-wrapper .form-body {
	padding: 0
}

.responsive-tabs-variant-2 {
	overflow: hidden
}

.responsive-tabs-variant-2 .resp-tabs-list {
	display: none
}

.responsive-tabs-variant-2 .resp-tabs-list>li {
	position: relative;
	display: inline-block
}

.responsive-tabs-variant-2 .resp-tabs-list>li.resp-tab-active:after,
.responsive-tabs-variant-2 .resp-tabs-list>li.resp-tab-active:before {
	display: block
}

.responsive-tabs-variant-2 .resp-tabs-list>li.resp-tab-active>.btn {
	color: #fff;
	border-bottom-color: transparent;
	background: 0;
	pointer-events: none;
	cursor: default
}

.responsive-tabs-variant-2 .resp-tabs-list>li.resp-tab-active>.btn:hover {
	color: inherit
}

.responsive-tabs-variant-2 .resp-tabs-list>li>.btn {
	transition: .3s all ease
}

.responsive-tabs-variant-2 .resp-tabs-list>li:after,
.responsive-tabs-variant-2 .resp-tabs-list>li:before {
	content: '';
	display: none;
	position: absolute;
	width: 5000px;
	border-bottom: 2px solid #fff;
	bottom: 0
}

.responsive-tabs-variant-2 .resp-tabs-list>li:before {
	right: 100%;
	margin-right: -2px
}

.responsive-tabs-variant-2 .resp-tabs-list>li:after {
	left: 100%;
	margin-left: -2px
}

.responsive-tabs-variant-2 .btn-default {
	color: #000;
	border: 2px solid #fff;
	background: 0
}

.responsive-tabs-variant-2 .btn-default:hover {
	color: #333;
	background: #fff
}

.responsive-tabs-variant-2 .resp-accordion {
	display: block
}

.responsive-tabs-variant-2 .resp-accordion>.btn {
	display: block
}

.responsive-tabs-variant-2 .resp-tab-content {
	display: none;
	padding-top: 50px;
	font-size: 14px
}

@media(min-width:768px) {
	.responsive-tabs-variant-2 .resp-tab-content {
		font-size: 16px
	}
}

@media(min-width:1200px) {
	.responsive-tabs-variant-2 .resp-tab-content {
		font-size: 18px
	}
}

@media(max-width:480px) {
	.responsive-tabs-variant-2 .resp-tab-content .row *+.row,
	.responsive-tabs-variant-2 .resp-tab-content .row *+[class^=col-] {
		margin-top: 15px
	}
}

.responsive-tabs-variant-2 .resp-tab-content+.resp-accordion {
	margin-top: 10px
}

@media(min-width:768px) {
	.responsive-tabs:not(.resp-easy-accordion) .resp-accordion {
		display: none
	}
	.responsive-tabs:not(.resp-easy-accordion) .resp-tabs-list {
		display: block
	}
	.responsive-tabs-default .resp-accordion,
	.responsive-tabs-default .resp-tabs-list>li {
		background: #ebebeb;
		color: #b8b8b8;
		border: 0
	}
}

.swiper-container {
	width: 100%;
	max-width: 1600px;
	height: 100vh;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.banner-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 98px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/banner-bottom.png");
    z-index: 2;
}
.swiper-container.swiper-full {
	width: 100%;
	max-width: 100%;
	height: 100vh
}

.swiper-container.swiper-md {
	width: 100%;
	max-width: 1400px;
	height: 100vh
}

#location-banner.swiper-container {
	width: 100%;
	max-width: 1400px;
	min-height: 700px;
	height: calc(80vh - 146px);
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

@media(max-width:768px) {
	.swiper-slider:not(.swiper-small):after {
		display: none
	}
}

.swiper-slider .swiper-slide-caption h2 {
	font-weight: 700;
	font-size: 70px;
	line-height: 80px;
	font-family: "Kumbh Sans", sans-serif
}

.swiper-slider .swiper-slide-caption p {
	font-size: 19px;
	font-weight: 500
}

.swiper-slider .swiper-slide-caption h2 span {
	font-size: 17px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
	clear: both;
	color: #b22a38
}

@media(max-width:991px) {
	.swiper-slider .swiper-slide-caption h2 {
		font-weight: 700;
		font-size: 60px;
		line-height: 68px
	}
	.swiper-slider .swiper-slide-caption p {
		font-size: 18px;
		font-weight: 500
	}
	.swiper-slider .swiper-slide-caption h2 span {
		font-size: 16px;
		font-weight: 700
	}
}

@media(max-width:768px),
screen and (max-height:700px) {
	.swiper-container.swiper-full {
		height: 100%
	}
	.swiper-slide-caption {
		padding: 80px 0 80px 0
	}
	.swiper-slider .swiper-slide-caption h2 {
		font-weight: 600;
		font-size: 48px;
		line-height: 56px
	}
	.swiper-slider .swiper-slide-caption p {
		font-size: 16px;
		font-weight: 500
	}
	.swiper-slider .swiper-slide-caption h2 span {
		font-size: 14px;
		font-weight: 500
	}
}

@media(max-height:700px) and (min-width:991px) {
	.swiper-slide-caption {
		padding: 200px 80px 100px 80px
	}
	.swiper-button__arrow:after {
		display: none
	}
}

@media only screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:landscape) {
	.swiper-container.swiper-full {
		height: 100%
	}
	.swiper-slide-caption {
		padding: 200px 0 240px 0
	}
}

svg {
	vertical-align: middle
}

.scroll-down {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	width: 100px;
	height: 40px;
	bottom: 30px;
	padding-left: 7px;
	cursor: pointer;
	z-index: 2;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.scroll-down.svg svg {
	width: 25px;
	opacity: 1;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s
}

.scroll-down.svg .stroke {
	stroke: #fff
}

.scroll-down.svg .scroller {
	fill: #fff;
	-webkit-animation: updown 1s infinite;
	-moz-animation: updown 1s infinite;
	-o-animation: updown 1s infinite;
	animation: updown 1s infinite
}

.scroll-down p {
	position: relative;
	left: -35%;
	font-size: 14px;
	margin-top: 5px;
	text-align: center
}

@-webkit-keyframes updown {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	50% {
		-webkit-transform: translate(0, 5px);
		transform: translate(0, 5px)
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@-moz-keyframes updown {
	0% {
		-moz-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	50% {
		-moz-transform: translate(0, 5px);
		transform: translate(0, 5px)
	}
	100% {
		-moz-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@-o-keyframes updown {
	0% {
		-o-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	50% {
		-o-transform: translate(0, 5px);
		transform: translate(0, 5px)
	}
	100% {
		-o-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@keyframes updown {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	50% {
		-webkit-transform: translate(0, 5px);
		transform: translate(0, 5px)
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@media(min-width:768px) {
	.scroll-down {
		display: block;
		bottom: 100px
	}
}

@media(min-width:992px) {
	html.rd-navbar-fixed-linked .swiper-container {
		height: calc(100vh+320px)
	}
}

html.rd-navbar-fullwidth-linked .swiper-container {
	min-height: 800px;
	height: calc(80vh - 220px)
}

html.rd-navbar-sidebar-linked .swiper-container,
html.rd-navbar-static-linked .swiper-container {
	min-height: 800px;
	height: calc(80vh - 220px)
}

html.rd-navbar-sidebar-linked .swiper-container.swiper-small,
html.rd-navbar-static-linked .swiper-container.swiper-small {
	min-height: 600px;
	height: 70vh
}

html .swiper-container.swiper-md {
	min-height: 600px;
	height: 60vh
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

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

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

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

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
    background-position: center;
}

.swiper-slide:after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	background: rgb(34, 34, 34, .6);
	z-index: 1
}

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

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-pagination {
	display: block;
	position: absolute;
	text-align: center;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

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

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

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

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

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

.swiper-container-horizontal>.swiper-pagination {
	bottom: 20px;
	left: 0;
	width: 100%
}

.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}

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

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

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

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

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

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

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

.swiper-container-fade .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

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

.swiper-container-cube {
	overflow: visible
}

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

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

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

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

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

.swiper-scrollbar {
	position: relative;
	-ms-touch-action: none
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	bottom: 0;
	z-index: 50;
	height: 3px;
	width: 100%
}

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

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: #b22a38;
	left: 0;
	top: 0
}

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

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

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

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

.swiper-slide>.parallax_cnt,
.swiper-slide>.video__body {
	height: 100%
}

.swiper-slide {
	white-space: nowrap
}

.swiper-slide .parallax_cnt:before,
.swiper-slide .video__body:before,
.swiper-slide.swiper-slide-video:before,
.swiper-slide:not(.rd-parallax):before {
	content: '';
	display: inline-block;
	height: 50%
}

.swiper-slide .video__body {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	background: #222327
}

.swiper-slide .video__body video {
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: .6
}

.swiper-slide-caption {
	position: relative;
	display: inline-block;
	width: 100%;
	max-height: 100%;
	vertical-align: middle;
	white-space: normal;
	z-index: 2
}

.page .swiper-slide-caption h2 a {
	color: #fff
}

.page .swiper-slide-caption h2 a:hover {
	color: #f1f1f1
}

.swiper-slide-caption p {
	color: #f1f1f1
}

@media(min-width:1200px) {
	.swiper-slide-caption {
		margin-left: 0
	}
}

@media(min-width:1366px) {
	.swiper-slide-caption {
		margin-left: 0
	}
}

@media(min-width:1700px) {
	.swiper-slide-caption {
		margin-left: 0
	}
}

.mobile .swiper-button__arrow:after,
.mobile .swiper-button__arrow:before {
	display: none
}

.mobile .preview,
.tablet .preview {
	display: none
}

.swiper-button {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 9;
	display: none
}

.swiper-button__arrow {
	font-size: 50px;
	color: #fff
}

.swiper-button__arrow:after {
	display: none
}

@media(min-width:1200px) {
	.swiper-button__arrow:after {
		display: block
	}
}

@media(min-width:768px) {
	.swiper-button {
		display: block
	}
}

.swiper-button.swiper-button-next {
	right: 3.4%
}

.swiper-button.swiper-button-next .swiper-button__arrow {
	right: 0
}

.swiper-button.swiper-button-next .swiper-button__arrow:after {
	right: calc(100% - 20px)
}

.swiper-button.swiper-button-next .preview {
	right: 23px
}

.swiper-button.swiper-button-next .preview:after {
	content: 'Next'
}

.swiper-button.swiper-button-prev {
	left: 3.4%
}

.swiper-button.swiper-button-prev .swiper-button__arrow {
	left: 0
}

.swiper-button.swiper-button-prev .swiper-button__arrow:after {
	left: calc(100% - 45px)
}

.swiper-button.swiper-button-prev .preview {
	left: 23px;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.swiper-button.swiper-button-prev .preview:after {
	content: 'Previous';
	text-align: right
}

.swiper-button .swiper-button__arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 50px;
	height: 50px
}

.swiper-button .swiper-button__arrow:before {
	line-height: 1
}

.swiper-button .swiper-button__arrow:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -1px;
	width: 35px;
	height: 3px;
	background: #fff;
	-webkit-transition: width .3s .2s;
	transition: width .3s .2s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-button .preview {
	display: none;
	position: absolute;
	top: -115%;
	width: 180px;
	pointer-events: none;
	font-size: 18px
}

@media(min-width:1200px) {
	.swiper-button .preview {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex
	}
}

.swiper-button .preview__img {
	display: inline-block;
	opacity: 0;
	transition: .3s;
	-webkit-transform: scale(.3);
	transform: scale(.3);
	width: 125px;
	height: 64px
}

.swiper-button .preview:after {
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform: translateX(125%);
	transform: translateX(125%);
	margin: 27px 0 0;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 2px 1px 0 rgba(0, 0, 0, .23);
	font-weight: 400;
	opacity: 0;
	transition: .3s
}

.lt-ie10 #nav-multithumb .preview__img {
	display: none
}

.desktop .swiper-button:hover {
	width: 100px
}

.desktop .swiper-button:hover .swiper-button__arrow:after {
	width: 100px;
	transition-delay: 0s
}

.desktop .swiper-button:hover .preview {
	pointer-events: auto
}

.desktop .swiper-button:hover .preview:after {
	opacity: 1;
	transition-delay: .2s;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.desktop .swiper-button:hover .preview__img {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-background-size: cover;
	background-size: cover;
	transition-delay: .3s
}

.ls-tabs {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.ls-tabs li+li {
	margin-top: 25px
}

.page .ls-tabs a {
	font-size: 24px;
	font-weight: 500;
	color: #151515;
	opacity: .3
}

.ls-tabs a:hover {
	opacity: 1;
	color: inherit
}

.ls-tabs li.is-active a {
	opacity: 1
}

.ls-tabs-image {
	position: relative;
	min-height: 550px;
	margin: 0;
	padding: 0;
	list-style-type: none
}

.ls-tabs-image li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
    border-radius: 20px;    
}

.ls-tabs-image li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .3s, -webkit-transform .6s;
	transition: opacity .3s, -webkit-transform .6s;
	transition: opacity .3s, transform .6s;
	transition: opacity .3s, transform .6s, -webkit-transform .6s;
	-webkit-transform: scale3d(1, 1.75, 1) skewY(5deg);
	transform: scale3d(1, 1.75, 1) skewY(5deg);
	-webkit-transform-origin: center left;
	-ms-transform-origin: center left;
	transform-origin: center left;
	opacity: 0;
	-o-object-fit: cover;
	object-fit: cover
}

.ls-tabs-image li.is-active img {
	-webkit-transform: scale3d(1, 1, 1) skewY(0);
	transform: scale3d(1, 1, 1) skewY(0);
	opacity: 1
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 42;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 43;
	position: fixed;
	outline: 0!important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.mfp-close:hover {
	cursor: pointer;
	color: #ececec
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none!important
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 44
}

.mfp-preloader a {
	color: #ccc
}

.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-s-error .mfp-content {
	display: none
}

button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 46;
	-webkit-box-shadow: none;
	box-shadow: none
}

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

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
	display: none
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow .mfp-b,
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto
}

.mfp-figure {
	line-height: 0
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75)
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

.mfp-ie7 .mfp-img {
	padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
	padding: 0
}

.mfp-ie7 .mfp-content {
	padding-top: 44px
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0
}

.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-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
	}
}

.owl-height {
	-webkit-transition: height .5s ease-in-out;
	-moz-transition: height .5s ease-in-out;
	-ms-transition: height .5s ease-in-out;
	-o-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
	display: none
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-ms-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	font: 400 40px/80px 'Font Awesome 5 Pro';
	cursor: pointer;
	z-index: 1;
	-webkit-transition: scale .1s ease;
	-moz-transition: scale .1s ease;
	-ms-transition: scale .1s ease;
	-o-transition: scale .1s ease;
	transition: scale .1s ease
}

.owl-carousel .owl-video-play-icon:before {
	content: '\f04b'
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-ms-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1
}

.owl-nav {
	margin-top: 1rem;
	margin-bottom: .5rem;
	display: none
}

@media(min-width:992px) {
	.owl-nav {
		display: block
	}
}

.owl-carousel.owl-nav-inline .owl-nav {
	line-height: 1.1;
	position: relative;
	z-index: 1;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.owl-carousel.owl-nav-inline .owl-nav {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-top: 0;
	margin-bottom: 0;
	height: 80px;
	padding: 0 40px;
	background: #fff
}

.owl-next,
.owl-prev {
	font: 400 20px 'Font Awesome 5 Pro';
	color: #646466;
	ine-height: inherit;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	cursor: pointer;
	-webkit-transition: .2s all ease-out;
	transition: .2s all ease-out
}

.owl-next:hover,
.owl-prev:hover {
	color: #b22a38
}

.owl-prev:before {
	content: '\f060'
}

.owl-next:before {
	content: '\f061';
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #c1c1c1
}

.owl-dots {
	display: none;
	text-align: left;
	margin-top: 60px;
	margin-left: 9px
}

.owl-dot {
	position: relative;
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-left: 7px;
	text-align: center;
	border-radius: 50%;
	outline: 0;
	cursor: pointer;
	background-color: #fff;
	transition: .33s all ease-out
}

@media(min-width:992px) {
	.owl-dot {
		display: none
	}
}

.owl-dot.active,
.owl-dot:focus,
.owl-dot:hover {
	background: #b22a38
}

.owl-dots.disabled,
.owl-nav.disabled {
	display: none!important
}

.map-overlay {
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto
}

.map-overlay>div:first-of-type {
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto
}

@media(min-width:992px) {
	.map-overlay>div:first-of-type {
		display: inline-block;
		width: 50%
	}
}

.isotope-load-more {
	font-size: 16px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 70px;
	height: 70px;
	color: #101010;
	border-radius: 50%;
	-webkit-box-shadow: inset 0 0 0 2px currentColor;
	box-shadow: inset 0 0 0 2px currentColor;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.isotope-load-more i {
	display: inline-block
}

.isotope-load-more:hover {
	color: #101010
}

.isotope-load-more:hover i {
	-webkit-animation: vlt_animate_icon_bottom .3s forwards;
	animation: vlt_animate_icon_bottom .3s forwards
}

.isotope-load-more.disabled {
	pointer-events: none
}

.isotope-filters {
	margin: -10px 0 -10px;
	padding: 0;
	list-style-type: none;
	color: #101010
}

.isotope-filters li {
	font-size: 18px;
	font-weight: 700;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 10px 13px;
	cursor: pointer;
	-webkit-transition: color .3s;
	transition: color .3s
}

.isotope-filters li span {
	position: relative;
	padding: 0 8px
}

.isotope-filters li span::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: currentColor
}

.isotope-filters li.active,
.isotope-filters li:hover {
	color: #e82e31
}

.isotope-filters li.active span::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.isotope-filters--white {
	color: rgba(255, 255, 255, .5)
}

.isotope-filters--white li.active,
.isotope-filters--white li:hover {
	color: #fff
}

.isotope-grid .gutter-sizer {
	width: 0
}

.isotope-grid .grid-item,
.isotope-grid .grid-sizer {
	float: left
}

.isotope-grid .grid-item.w-100 {
	width: 100%!important
}

.isotope-grid[data-columns='1'] .grid-item,
.isotope-grid[data-columns='1'] .grid-sizer {
	width: 100%
}

.isotope-grid[data-columns='2'] .grid-item,
.isotope-grid[data-columns='2'] .grid-sizer {
	width: calc(100% * 1 / 2)
}

@media only screen and (max-width:767px) {
	.isotope-grid[data-columns='2'] .grid-item,
	.isotope-grid[data-columns='2'] .grid-sizer {
		width: 100%
	}
}

.isotope-grid[data-columns='3'] .grid-item,
.isotope-grid[data-columns='3'] .grid-sizer {
	width: calc(100% * 1 / 3)
}

@media only screen and (max-width:991px) {
	.isotope-grid[data-columns='3'] .grid-item,
	.isotope-grid[data-columns='3'] .grid-sizer {
		width: 50%
	}
}

@media only screen and (max-width:767px) {
	.isotope-grid[data-columns='3'] .grid-item,
	.isotope-grid[data-columns='3'] .grid-sizer {
		width: 100%
	}
}

.isotope-grid[data-columns='4'] .grid-item,
.isotope-grid[data-columns='4'] .grid-sizer {
	width: calc(100% * 1 / 4)
}

@media only screen and (max-width:991px) {
	.isotope-grid[data-columns='4'] .grid-item,
	.isotope-grid[data-columns='4'] .grid-sizer {
		width: 50%
	}
}

@media only screen and (max-width:767px) {
	.isotope-grid[data-columns='4'] .grid-item,
	.isotope-grid[data-columns='4'] .grid-sizer {
		width: 100%
	}
}

.gm-style a,
.gm-style div,
.gm-style label,
.gm-style span {
	font-size: 14px;
	font-family: Poppins, sans-serif
}

.bh-sl-window {
	font-size: 14px
}

.bh-sl-error {
	clear: both;
	color: #ae2118;
	float: left;
	font-weight: 700;
	padding: 10px 0;
	width: 100%
}

.bh-sl-map-container img {
	border-radius: 0!important;
	box-shadow: none!important;
	max-height: none!important;
	max-width: none!important
}

#bh-sl-container button {
	background: #00447a;
	border: 0;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	float: left;
	font: bold 14px/1.4 Arial, Helvetica, sans-serif;
	margin-top: 3px;
	padding: 6px 12px;
	white-space: nowrap;
	-webkit-border-radius: 4px
}

.bh-sl-container .bh-sl-loading {
	background: url(../images/locator/ajax-loader.gif) no-repeat;
	float: left;
	margin: 4px 0 0 10px;
	height: 16px;
	width: 16px
}

.bh-sl-container .bh-sl-filters-container {
	clear: both;
	float: left;
	margin: 15px 0;
	width: 100%
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters {
	float: left;
	list-style: none;
	margin: 0 100px 0 0;
	padding: 0
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters li {
	clear: left;
	display: block;
	float: left;
	margin: 5px 0;
	width: 100%
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters li label {
	display: inline;
	vertical-align: text-bottom
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters li input {
	display: block;
	float: left;
	margin-right: 8px
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters li select {
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	font: normal 14px/1.4 Arial, Helvetica, sans-serif;
	padding: 6px 12px;
	-webkit-border-radius: 4px
}

@media(min-width:1024px) {
	.bh-sl-container .bh-sl-map-container {
		margin-bottom: 60px
	}
}

.bh-sl-container .bh-sl-map-container a {
	color: #b22a38;
	text-decoration: none
}

.bh-sl-container .bh-sl-map-container a:active,
.bh-sl-container .bh-sl-map-container a:focus,
.bh-sl-container .bh-sl-map-container a:hover {
	text-decoration: underline
}

.bh-sl-container .bh-sl-loc-list {
	font-size: 14px;
	height: auto;
	max-height: 530px;
	overflow-x: auto;
	width: 100%
}

@media(min-width:1024px) {
	.bh-sl-container .bh-sl-loc-list {
		width: 100%
	}
}

.bh-sl-container .bh-sl-loc-list ul {
	display: block;
	clear: left;
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0
}

.bh-sl-container .bh-sl-loc-list ul li {
	border: 3px solid transparent;
	box-sizing: border-box;
	clear: left;
	cursor: pointer;
	display: block;
	float: left;
	margin: 0;
	width: 99%
}

.bh-sl-container .bh-sl-loc-list ul li:hover {
	background: #3a3a3a
}

.bh-sl-container .bh-sl-loc-list .list-label {
	background-image: url(../images/map-marker.png);
	color: #b22a38;
	display: block;
	float: left;
	font-weight: 700;
	margin: 10px 0 0 15px;
	padding: 3px 7px;
	text-align: center;
	width: 45px;
	height: 45px
}

.bh-sl-container .bh-sl-loc-list .list-details {
	float: left;
	margin-left: 6px;
	width: 75%
}

.bh-sl-container .bh-sl-loc-list .list-details .list-content {
	padding: 10px
}

.bh-sl-container .bh-sl-loc-list .list-details .loc-dist {
	color: #8e8e8e;
	font-weight: 700;
	font-style: italic
}

.bh-sl-container .bh-sl-loc-list .list-focus {
	border: 3px solid transparent;
	transition: border .2s linear 0s, box-shadow .2s linear 0s
}

.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container {
	height: 20px;
	position: relative;
	width: 100%
}

.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container .bh-sl-close-icon {
	right: 6px;
	top: 0
}

.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel {
	margin: 0 2%
}

.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel table {
	table-layout: auto;
	width: 100%
}

.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel table,
.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel td {
	vertical-align: middle;
	border-collapse: separate
}

.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel td {
	padding: 1px
}

.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel .adp-placemark {
	margin: 10px 0;
	border: 1px solid silver
}

.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel .adp-marker {
	padding: 3px
}

.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-title {
	font-weight: 700;
	margin: 15px
}

.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-desc {
	margin: 0 15px
}

.bh-sl-container .loc-name {
	font-size: 16px;
	font-family: Poppins, sans-serif;
	color: #d8d8d8;
	font-weight: 700;
	margin-bottom: 10px
}

.bh-sl-container .gm-style-iw {
	font-size: 14px
}

.bh-sl-container .gm-style-iw .loc-name {
	font-size: 16px;
	font-family: Poppins, sans-serif;
	color: #3a3a3a;
	font-weight: 700;
	margin-bottom: 10px
}

.bh-sl-container .bh-sl-map {
	float: left;
	height: 530px;
	width: 100%
}

@media(min-width:1024px) {
	.bh-sl-container .bh-sl-map {
		width: 70%
	}
}

.bh-sl-container .bh-sl-pagination-container {
	clear: both
}

.bh-sl-container .bh-sl-pagination-container ol {
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	text-align: center
}

.bh-sl-container .bh-sl-pagination-container ol li {
	color: #005293;
	cursor: pointer;
	display: inline-block;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 10px
}

.bh-sl-container .bh-sl-pagination-container ol .bh-sl-current {
	color: #555;
	cursor: auto;
	text-decoration: none
}

.bh-sl-overlay {
	background: url(../images/locator/overlay-bg.png) repeat;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 95
}

.bh-sl-overlay .bh-sl-modal-window {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px #656565;
	position: absolute;
	left: 50%;
	margin-left: -460px;
	margin-top: 60px;
	height: 620px;
	width: 920px;
	z-index: 96
}

.bh-sl-overlay .bh-sl-modal-window .bh-sl-map-container {
	margin-top: 50px
}

.bh-sl-overlay .bh-sl-modal-window .bh-sl-modal-content {
	float: left;
	padding: 0 1%;
	width: 98%
}

.bh-sl-overlay .bh-sl-modal-window .bh-sl-close-icon {
	right: 22px;
	top: 13px
}

.bh-sl-close-icon {
	cursor: pointer;
	height: 24px;
	position: absolute;
	width: 24px
}

.bh-sl-close-icon:after,
.bh-sl-close-icon:before {
	background: #ccc;
	content: '';
	display: block;
	height: 24px;
	margin: -3px 0 0 -1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	right: 3px;
	top: 3px;
	width: 3px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.bh-sl-close-icon:hover:after,
.bh-sl-close-icon:hover:before {
	background: #b3b3b3
}

.bh-sl-close-icon:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.bh-sl-container .gm-style .gm-style-iw {
	padding: 10px 5px;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden
}

.g-html ol li,
.g-html ul li {
	margin-bottom: 0!important
}

table.privacy-table {
	width: 100%;
	max-width: 100%;
	margin: 10px 0
}

table th,
table.privacy-table td {
	padding: 13px 4px;
	line-height: 28px;
	vertical-align: top
}

table.privacy-table th {
	color: #344a5f;
	font-weight: 400;
	vertical-align: middle;
	line-height: 1
}

table.privacy-table tr td:first-child {
	width: 80px;
	text-align: center
}

.md-cookie-bar {
	background-color: #243542;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	opacity: 0;
	visibility: hidden;
	webkit-transform: translateY(120%);
	transform: translateY(120%);
	z-index: 99;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

.md-cookie-bar.md-show {
	opacity: 1;
	visibility: visible;
	webkit-transform: translateY(0);
	transform: translateY(0)
}

.md-cookie-bar>.container {
	position: relative;
	padding: 40px 20px
}

.md-cookie-bar>.container p a {
	color: #dedede;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

.md-cookie-bar>.container p a.line-link::before {
	background: #dedede
}

.md-cookie-bar>.container p a:hover {
	color: #fff
}

.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden
}

.md-perspective body {
	background: #222;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px
}

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 80%;
	max-width: 960px;
	min-width: 320px;
	height: auto;
	max-height: 80vh;
	z-index: 98;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	overflow-y: scroll
}

.md-show {
	visibility: visible
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 97;
	opacity: 0;
	background: rgba(45, 52, 54, .5);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

.md-show+.md-overlay {
	opacity: 1;
	visibility: visible
}

.md-content {
	font-family: Poppins, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.7;
	-webkit-text-size-adjust: none;
	color: #888;
	background: #f8f8f8;
	position: relative;
	border-radius: 3px;
	margin: 0 auto
}

.md-content .md-dialog-inner {
	padding: 50px
}

.md-popup-close {
	line-height: 1;
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 0;
	color: #ccc;
	border: 0;
	background-color: transparent;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

.md-popup-close:hover {
	color: #b22a38
}

.md-popup-close i {
	font-size: 32px;
	line-height: 1
}

.md-content .md-dialog-inner .btn-default,
.md-content .md-dialog-inner .btn-default:focus,
.md-cookie-bar .btn-default,
.md-cookie-bar .btn-default:focus {
	color: #fff;
	background: #1e272e
}

.md-content .md-dialog-inner .btn-default:hover,
.md-cookie-bar .btn-default:hover {
	color: #1e272e;
	background: #b22a38
}

.md-show.md-effect~.md-overlay {
	background: rgba(45, 52, 54, .5)
}

.md-show.md-effect~.page,
.page.blur {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	filter: blur(3px)
}

.md-effect .md-content {
	-webkit-transform: translateY(-5%);
	-moz-transform: translateY(-5%);
	-ms-transform: translateY(-5%);
	transform: translateY(-5%);
	opacity: 0
}

.md-effect .md-content,
.md-show.md-effect~.page-content {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

.md-show.md-effect .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.mg10 {
	margin: 10px
}

.mg20 {
	margin: 20px
}

.mg30 {
	margin: 30px
}

.mg40 {
	margin: 40px
}

.mg50 {
	margin: 50px
}

.mg60 {
	margin: 60px
}

.mg70 {
	margin: 70px
}

.mg80 {
	margin: 80px
}

.mg90 {
	margin: 90px
}

.mg100 {
	margin: 100px
}

.mgt0 {
	margin-top: 0
}

.mgt10 {
	margin-top: 10px
}

.mgt20 {
	margin-top: 20px
}

.mgt30 {
	margin-top: 30px
}

.mgt40 {
	margin-top: 40px
}

.mgt50 {
	margin-top: 50px
}

.mgt60 {
	margin-top: 60px
}

.mgt70 {
	margin-top: 70px
}

.mgt80 {
	margin-top: 80px
}

.mgt90 {
	margin-top: 90px
}

.mgt100 {
	margin-top: 100px
}

.mgl10 {
	margin-left: 10px
}

.mgl20 {
	margin-left: 20px
}

.mgl30 {
	margin-left: 30px
}

.mgl40 {
	margin-left: 40px
}

.mgl50 {
	margin-left: 50px
}

.mgl60 {
	margin-left: 60px
}

.mgl70 {
	margin-left: 70px
}

.mgl80 {
	margin-left: 80px
}

.mgl90 {
	margin-left: 90px
}

.mgl100 {
	margin-left: 100px
}

.mgr10 {
	margin-right: 10px
}

.mgr20 {
	margin-right: 20px
}

.mgr30 {
	margin-right: 30px
}

.mgr40 {
	margin-right: 40px
}

.mgr50 {
	margin-right: 50px
}

.mgr60 {
	margin-right: 60px
}

.mgr70 {
	margin-right: 70px
}

.mgr80 {
	margin-right: 80px
}

.mgr90 {
	margin-right: 90px
}

.mgr100 {
	margin-right: 100px
}

.mgb10 {
	margin-bottom: 10px
}

.mgb20 {
	margin-bottom: 20px
}

.mgb30 {
	margin-bottom: 30px
}

.mgb40 {
	margin-bottom: 40px
}

.mgb50 {
	margin-bottom: 50px
}

.mgb60 {
	margin-bottom: 60px
}

.mgb70 {
	margin-bottom: 70px
}

.mgb80 {
	margin-bottom: 80px
}

.mgb90 {
	margin-bottom: 90px
}

.mgb100 {
	margin-bottom: 100px
}

.pd0 {
	padding: 0
}

.pd10 {
	padding: 10px
}

.pd20 {
	padding: 20px
}

.pd30 {
	padding: 30px
}

.pd40 {
	padding: 40px
}

.pd50 {
	padding: 50px
}

.pd60 {
	padding: 60px
}

.pd70 {
	padding: 70px
}

.pd80 {
	padding: 80px
}

.pd90 {
	padding: 90px
}

.pd100 {
	padding: 100px
}

.pdt10 {
	padding-top: 10px
}

.pdt20 {
	padding-top: 20px
}

.pdt30 {
	padding-top: 30px
}

.pdt40 {
	padding-top: 40px
}

.pdt50 {
	padding-top: 50px
}

.pdt60 {
	padding-top: 60px
}

.pdt70 {
	padding-top: 70px
}

.pdt80 {
	padding-top: 80px
}

.pdt90 {
	padding-top: 90px
}

.pdt100 {
	padding-top: 100px
}

.pdt150 {
	padding-top: 150px
}

.pdl10 {
	padding-left: 10px
}

.pdl20 {
	padding-left: 20px
}

.pdl30 {
	padding-left: 30px
}

.pdl40 {
	padding-left: 40px
}

.pdl50 {
	padding-left: 50px
}

.pdl60 {
	padding-left: 60px
}

.pdl70 {
	padding-left: 70px
}

.pdl80 {
	padding-left: 80px
}

.pdl90 {
	padding-left: 90px
}

.pdl100 {
	padding-left: 100px
}

.pdr10 {
	padding-right: 10px
}

.pdr20 {
	padding-right: 20px
}

.pdr30 {
	padding-right: 30px
}

.pdr40 {
	padding-right: 40px
}

.pdr50 {
	padding-right: 50px
}

.pdr60 {
	padding-right: 60px
}

.pdr70 {
	padding-right: 70px
}

.pdr80 {
	padding-right: 80px
}

.pdr90 {
	padding-right: 90px
}

.pdr100 {
	padding-right: 100px
}

.pdb0 {
	padding-bottom: 0
}

.pdb10 {
	padding-bottom: 10px
}

.pdb20 {
	padding-bottom: 20px
}

.pdb30 {
	padding-bottom: 30px
}

.pdb40 {
	padding-bottom: 40px
}

.pdb50 {
	padding-bottom: 50px
}

.pdb60 {
	padding-bottom: 60px
}

.pdb70 {
	padding-bottom: 70px
}

.pdb80 {
	padding-bottom: 80px
}

.pdb90 {
	padding-bottom: 90px
}

.pdb100 {
	padding-bottom: 100px
}

@media(max-width:768px) {
	.mgb20-xs {
		margin-bottom: 20px
	}
}