@charset "UTF-8";




img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}



@media (min-width: 768px) {
	.reveal-sm-block {
		display: block !important;
	}
	.reveal-sm-inline-block {
		display: inline-block !important;
	}
	.reveal-sm-inline {
		display: inline !important;
	}
	.reveal-sm-flex {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	.veil-sm {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.reveal-md-block {
		display: block !important;
	}
	.reveal-md-inline-block {
		display: inline-block !important;
	}
	.reveal-md-inline {
		display: inline !important;
	}
	.reveal-md-flex {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	.veil-md {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.reveal-lg-block {
		display: block !important;
	}
	.reveal-lg-inline-block {
		display: inline-block !important;
	}
	.reveal-lg-inline {
		display: inline !important;
	}
	.reveal-lg-flex {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	.veil-lg {
		display: none !important;
	}
}

@media (min-width: 1500px) {
	.reveal-xl-block {
		display: block !important;
	}
	.reveal-xl-inline-block {
		display: inline-block !important;
	}
	.reveal-xl-inline {
		display: inline !important;
	}
	.reveal-xl-flex {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	.veil-xl {
		display: none !important;
	}
}



/*@media (min-width: 480px) {
	.page .section-xs-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.page .section-xs-30 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.page .section-xs-60 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.page .section-xs-80 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.page .section-xs-90 {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.page .section-xs-110 {
		padding-top: 110px;
		padding-bottom: 110px;
	}
	.page .section-xs-140 {
		padding-top: 140px;
		padding-bottom: 140px;
	}
}

@media (min-width: 768px) {
	.page .section-sm-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.page .section-sm-30 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.page .section-sm-60 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.page .section-sm-80 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.page .section-sm-90 {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.page .section-sm-110 {
		padding-top: 110px;
		padding-bottom: 110px;
	}
	.page .section-sm-140 {
		padding-top: 140px;
		padding-bottom: 140px;
	}
}

@media (min-width: 992px) {
	.page .section-md-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.page .section-md-30 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.page .section-md-60 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.page .section-md-80 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.page .section-md-90 {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.page .section-md-110 {
		padding-top: 110px;
		padding-bottom: 110px;
	}
	.page .section-md-140 {
		padding-top: 140px;
		padding-bottom: 140px;
	}
}

@media (min-width: 1200px) {
	.page .section-lg-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.page .section-lg-30 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.page .section-lg-60 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.page .section-lg-80 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.page .section-lg-90 {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.page .section-lg-110 {
		padding-top: 110px;
		padding-bottom: 110px;
	}
	.page .section-lg-140 {
		padding-top: 140px;
		padding-bottom: 140px;
	}
}

@media (min-width: 1500px) {
	.page .section-xl-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.page .section-xl-30 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.page .section-xl-60 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.page .section-xl-80 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.page .section-xl-90 {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.page .section-xl-110 {
		padding-top: 110px;
		padding-bottom: 110px;
	}
	.page .section-xl-140 {
		padding-top: 140px;
		padding-bottom: 140px;
	}
}*/

./*page .section-top-0 {
	padding-top: 0px;
}

.page .section-top-30 {
	padding-top: 30px;
}

.page .section-top-60 {
	padding-top: 60px;
}

.page .section-top-80 {
	padding-top: 80px;
}

.page .section-top-90 {
	padding-top: 90px;
}

.page .section-top-110 {
	padding-top: 110px;
}

.page .section-top-140 {
	padding-top: 140px;
}*/

/*@media (min-width: 480px) {
	.page .section-xs-top-0 {
		padding-top: 0px;
	}
	.page .section-xs-top-30 {
		padding-top: 30px;
	}
	.page .section-xs-top-60 {
		padding-top: 60px;
	}
	.page .section-xs-top-80 {
		padding-top: 80px;
	}
	.page .section-xs-top-90 {
		padding-top: 90px;
	}
	.page .section-xs-top-110 {
		padding-top: 110px;
	}
	.page .section-xs-top-140 {
		padding-top: 140px;
	}
}

@media (min-width: 768px) {
	.page .section-sm-top-0 {
		padding-top: 0px;
	}
	.page .section-sm-top-30 {
		padding-top: 30px;
	}
	.page .section-sm-top-60 {
		padding-top: 60px;
	}
	.page .section-sm-top-80 {
		padding-top: 80px;
	}
	.page .section-sm-top-90 {
		padding-top: 90px;
	}
	.page .section-sm-top-110 {
		padding-top: 110px;
	}
	.page .section-sm-top-140 {
		padding-top: 140px;
	}
}

@media (min-width: 992px) {
	.page .section-md-top-0 {
		padding-top: 0px;
	}
	.page .section-md-top-30 {
		padding-top: 30px;
	}
	.page .section-md-top-60 {
		padding-top: 60px;
	}
	.page .section-md-top-80 {
		padding-top: 80px;
	}
	.page .section-md-top-90 {
		padding-top: 90px;
	}
	.page .section-md-top-110 {
		padding-top: 110px;
	}
	.page .section-md-top-140 {
		padding-top: 140px;
	}
}

@media (min-width: 1200px) {
	.page .section-lg-top-0 {
		padding-top: 0px;
	}
	.page .section-lg-top-30 {
		padding-top: 30px;
	}
	.page .section-lg-top-60 {
		padding-top: 60px;
	}
	.page .section-lg-top-80 {
		padding-top: 80px;
	}
	.page .section-lg-top-90 {
		padding-top: 90px;
	}
	.page .section-lg-top-110 {
		padding-top: 110px;
	}
	.page .section-lg-top-140 {
		padding-top: 140px;
	}
}

@media (min-width: 1500px) {
	.page .section-xl-top-0 {
		padding-top: 0px;
	}
	.page .section-xl-top-30 {
		padding-top: 30px;
	}
	.page .section-xl-top-60 {
		padding-top: 60px;
	}
	.page .section-xl-top-80 {
		padding-top: 80px;
	}
	.page .section-xl-top-90 {
		padding-top: 90px;
	}
	.page .section-xl-top-110 {
		padding-top: 110px;
	}
	.page .section-xl-top-140 {
		padding-top: 140px;
	}
}*/
/*
.page .section-bottom-0 {
	padding-bottom: 0px;
}

.page .section-bottom-30 {
	padding-bottom: 30px;
}

.page .section-bottom-60 {
	padding-bottom: 60px;
}

.page .section-bottom-80 {
	padding-bottom: 80px;
}

.page .section-bottom-90 {
	padding-bottom: 90px;
}

.page .section-bottom-110 {
	padding-bottom: 110px;
}

.page .section-bottom-140 {
	padding-bottom: 140px;
}*/

/*@media (min-width: 480px) {
	.page .section-xs-bottom-0 {
		padding-bottom: 0px;
	}
	.page .section-xs-bottom-30 {
		padding-bottom: 30px;
	}
	.page .section-xs-bottom-60 {
		padding-bottom: 60px;
	}
	.page .section-xs-bottom-80 {
		padding-bottom: 80px;
	}
	.page .section-xs-bottom-90 {
		padding-bottom: 90px;
	}
	.page .section-xs-bottom-110 {
		padding-bottom: 110px;
	}
	.page .section-xs-bottom-140 {
		padding-bottom: 140px;
	}
}

@media (min-width: 768px) {
	.page .section-sm-bottom-0 {
		padding-bottom: 0px;
	}
	.page .section-sm-bottom-30 {
		padding-bottom: 30px;
	}
	.page .section-sm-bottom-60 {
		padding-bottom: 60px;
	}
	.page .section-sm-bottom-80 {
		padding-bottom: 80px;
	}
	.page .section-sm-bottom-90 {
		padding-bottom: 90px;
	}
	.page .section-sm-bottom-110 {
		padding-bottom: 110px;
	}
	.page .section-sm-bottom-140 {
		padding-bottom: 140px;
	}
}

@media (min-width: 992px) {
	.page .section-md-bottom-0 {
		padding-bottom: 0px;
	}
	.page .section-md-bottom-30 {
		padding-bottom: 30px;
	}
	.page .section-md-bottom-60 {
		padding-bottom: 60px;
	}
	.page .section-md-bottom-80 {
		padding-bottom: 80px;
	}
	.page .section-md-bottom-90 {
		padding-bottom: 90px;
	}
	.page .section-md-bottom-110 {
		padding-bottom: 110px;
	}
	.page .section-md-bottom-140 {
		padding-bottom: 140px;
	}
}

@media (min-width: 1200px) {
	.page .section-lg-bottom-0 {
		padding-bottom: 0px;
	}
	.page .section-lg-bottom-30 {
		padding-bottom: 30px;
	}
	.page .section-lg-bottom-60 {
		padding-bottom: 60px;
	}
	.page .section-lg-bottom-80 {
		padding-bottom: 80px;
	}
	.page .section-lg-bottom-90 {
		padding-bottom: 90px;
	}
	.page .section-lg-bottom-110 {
		padding-bottom: 110px;
	}
	.page .section-lg-bottom-140 {
		padding-bottom: 140px;
	}
}

@media (min-width: 1500px) {
	.page .section-xl-bottom-0 {
		padding-bottom: 0px;
	}
	.page .section-xl-bottom-30 {
		padding-bottom: 30px;
	}
	.page .section-xl-bottom-60 {
		padding-bottom: 60px;
	}
	.page .section-xl-bottom-80 {
		padding-bottom: 80px;
	}
	.page .section-xl-bottom-90 {
		padding-bottom: 90px;
	}
	.page .section-xl-bottom-110 {
		padding-bottom: 110px;
	}
	.page .section-xl-bottom-140 {
		padding-bottom: 140px;
	}
}*/
/*
.inset-left-0 {
	padding-left: 0px;
}

.inset-left-30 {
	padding-left: 30px;
}

.inset-left-60 {
	padding-left: 60px;
}

.inset-left-80 {
	padding-left: 80px;
}

.inset-left-90 {
	padding-left: 90px;
}

.inset-left-110 {
	padding-left: 110px;
}

.inset-left-140 {
	padding-left: 140px;
}*/

/*@media (min-width: 480px) {
	.inset-xs-left-0 {
		padding-left: 0px;
	}
	.inset-xs-left-30 {
		padding-left: 30px;
	}
	.inset-xs-left-60 {
		padding-left: 60px;
	}
	.inset-xs-left-80 {
		padding-left: 80px;
	}
	.inset-xs-left-90 {
		padding-left: 90px;
	}
	.inset-xs-left-110 {
		padding-left: 110px;
	}
	.inset-xs-left-140 {
		padding-left: 140px;
	}
}

@media (min-width: 768px) {
	.inset-sm-left-0 {
		padding-left: 0px;
	}
	.inset-sm-left-30 {
		padding-left: 30px;
	}
	.inset-sm-left-60 {
		padding-left: 60px;
	}
	.inset-sm-left-80 {
		padding-left: 80px;
	}
	.inset-sm-left-90 {
		padding-left: 90px;
	}
	.inset-sm-left-110 {
		padding-left: 110px;
	}
	.inset-sm-left-140 {
		padding-left: 140px;
	}
}

@media (min-width: 992px) {
	.inset-md-left-0 {
		padding-left: 0px;
	}
	.inset-md-left-30 {
		padding-left: 30px;
	}
	.inset-md-left-60 {
		padding-left: 60px;
	}
	.inset-md-left-80 {
		padding-left: 80px;
	}
	.inset-md-left-90 {
		padding-left: 90px;
	}
	.inset-md-left-110 {
		padding-left: 110px;
	}
	.inset-md-left-140 {
		padding-left: 140px;
	}
}

@media (min-width: 1200px) {
	.inset-lg-left-0 {
		padding-left: 0px;
	}
	.inset-lg-left-30 {
		padding-left: 30px;
	}
	.inset-lg-left-60 {
		padding-left: 60px;
	}
	.inset-lg-left-80 {
		padding-left: 80px;
	}
	.inset-lg-left-90 {
		padding-left: 90px;
	}
	.inset-lg-left-110 {
		padding-left: 110px;
	}
	.inset-lg-left-140 {
		padding-left: 140px;
	}
}

@media (min-width: 1500px) {
	.inset-xl-left-0 {
		padding-left: 0px;
	}
	.inset-xl-left-30 {
		padding-left: 30px;
	}
	.inset-xl-left-60 {
		padding-left: 60px;
	}
	.inset-xl-left-80 {
		padding-left: 80px;
	}
	.inset-xl-left-90 {
		padding-left: 90px;
	}
	.inset-xl-left-110 {
		padding-left: 110px;
	}
	.inset-xl-left-140 {
		padding-left: 140px;
	}
}*/
/*
.inset-right-0 {
	padding-right: 0px;
}

.inset-right-30 {
	padding-right: 30px;
}

.inset-right-60 {
	padding-right: 60px;
}

.inset-right-80 {
	padding-right: 80px;
}

.inset-right-90 {
	padding-right: 90px;
}

.inset-right-110 {
	padding-right: 110px;
}

.inset-right-140 {
	padding-right: 140px;
}
*/
/*@media (min-width: 480px) {
	.inset-xs-right-0 {
		padding-right: 0px;
	}
	.inset-xs-right-30 {
		padding-right: 30px;
	}
	.inset-xs-right-60 {
		padding-right: 60px;
	}
	.inset-xs-right-80 {
		padding-right: 80px;
	}
	.inset-xs-right-90 {
		padding-right: 90px;
	}
	.inset-xs-right-110 {
		padding-right: 110px;
	}
	.inset-xs-right-140 {
		padding-right: 140px;
	}
}

@media (min-width: 768px) {
	.inset-sm-right-0 {
		padding-right: 0px;
	}
	.inset-sm-right-30 {
		padding-right: 30px;
	}
	.inset-sm-right-60 {
		padding-right: 60px;
	}
	.inset-sm-right-80 {
		padding-right: 80px;
	}
	.inset-sm-right-90 {
		padding-right: 90px;
	}
	.inset-sm-right-110 {
		padding-right: 110px;
	}
	.inset-sm-right-140 {
		padding-right: 140px;
	}
}

@media (min-width: 992px) {
	.inset-md-right-0 {
		padding-right: 0px;
	}
	.inset-md-right-30 {
		padding-right: 30px;
	}
	.inset-md-right-60 {
		padding-right: 60px;
	}
	.inset-md-right-80 {
		padding-right: 80px;
	}
	.inset-md-right-90 {
		padding-right: 90px;
	}
	.inset-md-right-110 {
		padding-right: 110px;
	}
	.inset-md-right-140 {
		padding-right: 140px;
	}
}

@media (min-width: 1200px) {
	.inset-lg-right-0 {
		padding-right: 0px;
	}
	.inset-lg-right-30 {
		padding-right: 30px;
	}
	.inset-lg-right-60 {
		padding-right: 60px;
	}
	.inset-lg-right-80 {
		padding-right: 80px;
	}
	.inset-lg-right-90 {
		padding-right: 90px;
	}
	.inset-lg-right-110 {
		padding-right: 110px;
	}
	.inset-lg-right-140 {
		padding-right: 140px;
	}
}

@media (min-width: 1500px) {
	.inset-xl-right-0 {
		padding-right: 0px;
	}
	.inset-xl-right-30 {
		padding-right: 30px;
	}
	.inset-xl-right-60 {
		padding-right: 60px;
	}
	.inset-xl-right-80 {
		padding-right: 80px;
	}
	.inset-xl-right-90 {
		padding-right: 90px;
	}
	.inset-xl-right-110 {
		padding-right: 110px;
	}
	.inset-xl-right-140 {
		padding-right: 140px;
	}
}
*/
/*.section-sm {
	padding-top: 60px;
	padding-bottom: 60px;
}

.section-md {
	padding-top: 90px;
	padding-bottom: 90px;
}

.section-lg {
	padding-top: 140px;
	padding-bottom: 140px;
}

.section-relative {
	position: relative;
	z-index: 1;
}

.section-cta {
	padding-top: 50px;
	padding-bottom: 50px;
}

.section-cta h3 {
	font-size: 28px;
}
*/
/*
@media (min-width: 1200px) {
	.section-cta h3 {
		font-size: 32px;
	}
}

@media (min-width: 1600px) {
	.section-cta h3 {
		font-size: 40px;
	}
}

.section-cta h5 {
	font-size: 18px;
	display: none;
}

@media (min-width: 992px) {
	.section-cta h5 {
		display: block;
	}
}

@media (min-width: 1200px) {
	.section-cta h5 {
		font-size: 20px;
	}
}

@media (min-width: 1600px) {
	.section-cta h5 {
		font-size: 24px;
	}
}*/
/*
.section-cta h3 + h5 {
	margin-top: 15px;
}

@media (min-width: 1600px) {
	.section-cta h3 + h5 {
		margin-top: 35px;
	}
}

@media (min-width: 992px) {
	.section-cta {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

@media (min-width: 1600px) {
	.section-cta {
		padding-top: 80px;
		padding-bottom: 90px;
	}
}*/
/*
.offset-top-40 {
	margin-top: 40px;
}

* + p {
	margin-top: 14px;
}

@media (min-width: 768px) {
	* + p {
		margin-top: 24px;
	}
}

p + p {
	margin-top: 12px;
}

h3 + h5 {
	margin-top: 20px;
}

@media (min-width: 1200px) {
	h3 + h5 {
		margin-top: 35px;
	}
}

svg + h2,
img + h2 {
	margin-top: 20px;
}

@media (min-width: 992px) {
	svg + h2,
	img + h2 {
		margin-top: 55px;
	}
}

h2 + p {
	margin-top: 24px;
}

@media (min-width: 992px) {
	h2 + p {
		margin-top: 42px;
	}
}

p + .button {
	margin-top: 20px;
}

@media (min-width: 992px) {
	p + .button {
		margin-top: 40px;
	}
}

.page * + .range {
	margin-top: 45px;
}

@media (min-width: 768px) {
	.page * + .range {
		margin-top: 60px;
	}
}

@media (min-width: 1200px) {
	.page * + .range {
		margin-top: 80px;
	}
}

.icon-circle.icon-lg + h5 {
	margin-top: 18px;
}

@media (min-width: 768px) {
	.icon-circle.icon-lg + h5 {
		margin-top: 28px;
	}
}

.shell + .shell {
	margin-top: 60px;
}

.range + .range {
	margin-top: 60px;
}

html .page .offset-top-0 {
	margin-top: 0;
}

html .page .offset-top-24 {
	margin-top: 24px;
}

html .page .offset-top-60 {
	margin-top: 60px;
}

html .page .range-60 {
	position: relative;
	transform: translateY(-60px);
	margin-bottom: -60px;
	pointer-events: none;
}

html .page .range-60 > *:before {
	content: '';
	display: table;
	width: 0;
}

html .page .range-60 > * {
	margin-top: 60px;
	pointer-events: auto;
}

html .page .range-15 {
	position: relative;
	transform: translateY(-15px);
	margin-bottom: -15px;
	pointer-events: none;
}*/
/*
html .page .range-15 > *:before {
	content: '';
	display: table;
	width: 0;
}

html .page .range-15 > * {
	margin-top: 15px;
	pointer-events: auto;
}

@media (min-width: 992px) {
	html .page .range-md-90 {
		position: relative;
		transform: translateY(-90px);
		margin-bottom: -90px;
		pointer-events: none;
	}
	html .page .range-md-90 > *:before {
		content: '';
		display: table;
		width: 0;
	}
	html .page .range-md-90 > * {
		margin-top: 90px;
		pointer-events: auto;
	}
}

@media (min-width: 1200px) {
	html .page .range-lg-80 {
		position: relative;
		transform: translateY(-80px);
		margin-bottom: -80px;
		pointer-events: none;
	}
	html .page .range-lg-80 > *:before {
		content: '';
		display: table;
		width: 0;
	}
	html .page .range-lg-80 > * {
		margin-top: 80px;
		pointer-events: auto;
	}
	html .page .range-lg-60 {
		position: relative;
		transform: translateY(-60px);
		margin-bottom: -60px;
		pointer-events: none;
	}
	html .page .range-lg-60 > *:before {
		content: '';
		display: table;
		width: 0;
	}
	html .page .range-lg-60 > * {
		margin-top: 60px;
		pointer-events: auto;
	}
}

html .page .range-50 {
	position: relative;
	transform: translateY(-50px);
	margin-bottom: -50px;
	pointer-events: none;
}

html .page .range-50 > *:before {
	content: '';
	display: table;
	width: 0;
}

html .page .range-50 > * {
	margin-top: 50px;
	pointer-events: auto;
}

@media (min-width: 992px) {
	html .page .range-md-30 {
		transform: translateY(-30px);
		margin-bottom: -30px;
	}
	html .page .range-md-30 > * {
		margin-top: 30px;
	}
}*/

/*
.shell,
.shell-wide,
.shell-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 25px;
	padding-right: 25px;
}

.shell,
.shell-wide {
	min-width: 300px;
	max-width: 480px;
}*/
/*
@media (min-width: 768px) {
	.shell,
	.shell-wide {
		max-width: 750px;
	}
}

@media (min-width: 992px) {
	.shell,
	.shell-wide {
		max-width: 970px;
	}
}

@media (min-width: 1200px) {
	.shell,
	.shell-wide {
		max-width: 1400px;
	}
}

@media (min-width: 1200px) {
	.shell-wide {
		max-width: 1800px;
	}
}

@media (min-width: 1200px) {
	.shell-fluid-inset-lg-50 {
		padding-left: 50px;
		padding-right: 50px;
	}
}*/

/*.range {
	margin-left: -25px;
	margin-right: -25px;
}

.range > .range {
	margin-left: 0;
	margin-right: 0;
}

.range-center {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.range-left {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.range-right {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.range-justify {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.range-around {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.range-top {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.range-reverse {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.range-middle {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.range-bottom {
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.range-spacer {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}
*/
/*[class*="cell-"] {
	padding-left: 25px;
	padding-right: 25px;
}

.shell-spacing-30 {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}*/

.shell-spacing-30 .range {
	margin-left: -15px;
	margin-right: -15px;
}

.shell-spacing-30 [class*="cell-"] {
	padding-left: 15px;
	padding-right: 15px;
}
/*
html.lt-ie-10 * + .range,
* + .range {
	margin-top: 50px;
}

html.lt-ie-10 * + [class*='cell-'],
* + [class*='cell-'],
html.lt-ie-10 * + .range-sm,
* + .range-sm {
	margin-top: 30px;
}

html.lt-ie-10 * + .range-lg,
* + .range-lg {
	margin-top: 66px;
}

html.lt-ie-10 .range-condensed,
.range-condensed {
	margin-left: 0;
	margin-right: 0;
}

html.lt-ie-10 .range-condensed > [class*='cell'],
.range-condensed > [class*='cell'] {
	padding-left: 0;
	padding-right: 0;
}

html.lt-ie-10 .range-condensed > * + [class*='cell'],
.range-condensed > * + [class*='cell'] {
	margin-top: 0;
}

html.lt-ie-10 .range-narrow,
.range-narrow {
	margin-left: -5px;
	margin-right: -5px;
}
*/
/*
html.lt-ie-10 .range-narrow > [class*='cell'],
.range-narrow > [class*='cell'] {
	padding-left: 5px;
	padding-right: 5px;
}

html.lt-ie-10 .range-narrow > * + [class*='cell'],
.range-narrow > * + [class*='cell'] {
	padding-left: 5px;
	padding-right: 5px;
}
*/

.range {
	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;
}

.range > .range {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

.range-vertical {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.range > [class*='cell'] {
	-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%;
}

@media (min-width: 480px) {
	* + [class*='cell-xs-'] {
		margin-top: 0;
	}
	.range-xs-center {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.range-xs-left {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.range-xs-right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.range-xs-justify {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.range-xs-around {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.range-xs-top {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.range-xs {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.range-xs-reverse {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.range-xs-middle {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.range-xs-bottom {
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.cell-xs-top {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	.cell-xs-middle {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}
	.cell-xs-bottom {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	.range > .cell-xs-preffix-0 {
		margin-left: 0%;
	}
	.range > .cell-xs-1 {
		-webkit-flex-basis: 8.33333%;
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%;
		max-width: 8.33333%;
	}
	.range > .cell-xs-preffix-1 {
		margin-left: 8.33333%;
	}
	.range > .cell-xs-push-1 {
		order: 1;
	}
	.range > .cell-xs-2 {
		-webkit-flex-basis: 16.66667%;
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%;
		max-width: 16.66667%;
	}
	.range > .cell-xs-preffix-2 {
		margin-left: 16.66667%;
	}
	.range > .cell-xs-push-2 {
		order: 2;
	}
	.range > .cell-xs-3 {
		-webkit-flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.range > .cell-xs-preffix-3 {
		margin-left: 25%;
	}
	.range > .cell-xs-push-3 {
		order: 3;
	}
	.range > .cell-xs-4 {
		-webkit-flex-basis: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
		max-width: 33.33333%;
	}
	.range > .cell-xs-preffix-4 {
		margin-left: 33.33333%;
	}
	.range > .cell-xs-push-4 {
		order: 4;
	}
	.range > .cell-xs-5 {
		-webkit-flex-basis: 41.66667%;
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%;
		max-width: 41.66667%;
	}
	.range > .cell-xs-preffix-5 {
		margin-left: 41.66667%;
	}
	.range > .cell-xs-push-5 {
		order: 5;
	}
	.range > .cell-xs-6 {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.range > .cell-xs-preffix-6 {
		margin-left: 50%;
	}
	.range > .cell-xs-push-6 {
		order: 6;
	}
	.range > .cell-xs-7 {
		-webkit-flex-basis: 58.33333%;
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%;
		max-width: 58.33333%;
	}
	.range > .cell-xs-preffix-7 {
		margin-left: 58.33333%;
	}
	.range > .cell-xs-push-7 {
		order: 7;
	}
	.range > .cell-xs-8 {
		-webkit-flex-basis: 66.66667%;
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%;
		max-width: 66.66667%;
	}
	.range > .cell-xs-preffix-8 {
		margin-left: 66.66667%;
	}
	.range > .cell-xs-push-8 {
		order: 8;
	}
	.range > .cell-xs-9 {
		-webkit-flex-basis: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.range > .cell-xs-preffix-9 {
		margin-left: 75%;
	}
	.range > .cell-xs-push-9 {
		order: 9;
	}
	.range > .cell-xs-10 {
		-webkit-flex-basis: 83.33333%;
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%;
		max-width: 83.33333%;
	}
	.range > .cell-xs-preffix-10 {
		margin-left: 83.33333%;
	}
	.range > .cell-xs-push-10 {
		order: 10;
	}
	.range > .cell-xs-11 {
		-webkit-flex-basis: 91.66667%;
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%;
		max-width: 91.66667%;
	}
	.range > .cell-xs-preffix-11 {
		margin-left: 91.66667%;
	}
	.range > .cell-xs-push-11 {
		order: 11;
	}
	.range > .cell-xs-12 {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.range > .cell-xs-preffix-12 {
		margin-left: 100%;
	}
	.range > .cell-xs-push-12 {
		order: 12;
	}
	.range > .cell-xs-1-5 {
		-webkit-flex-basis: 20%;
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
		max-width: 20%;
	}
}

@media (min-width: 768px) {
	* + [class*='cell-sm-'] {
		margin-top: 0;
	}
	.range-sm-center {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.range-sm-left {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.range-sm-right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.range-sm-justify {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.range-sm-around {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.range-sm-top {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.range-sm {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.range-sm-reverse {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.range-sm-middle {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.range-sm-bottom {
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.cell-sm-top {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	.cell-sm-middle {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}
	.cell-sm-bottom {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	.range > .cell-sm-preffix-0 {
		margin-left: 0%;
	}
	.range > .cell-sm-1 {
		-webkit-flex-basis: 8.33333%;
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%;
		max-width: 8.33333%;
	}
	.range > .cell-sm-preffix-1 {
		margin-left: 8.33333%;
	}
	.range > .cell-sm-push-1 {
		order: 1;
	}
	.range > .cell-sm-2 {
		-webkit-flex-basis: 16.66667%;
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%;
		max-width: 16.66667%;
	}
	.range > .cell-sm-preffix-2 {
		margin-left: 16.66667%;
	}
	.range > .cell-sm-push-2 {
		order: 2;
	}
	.range > .cell-sm-3 {
		-webkit-flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.range > .cell-sm-preffix-3 {
		margin-left: 25%;
	}
	.range > .cell-sm-push-3 {
		order: 3;
	}
	.range > .cell-sm-4 {
		-webkit-flex-basis: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
		max-width: 33.33333%;
	}
	.range > .cell-sm-preffix-4 {
		margin-left: 33.33333%;
	}
	.range > .cell-sm-push-4 {
		order: 4;
	}
	.range > .cell-sm-5 {
		-webkit-flex-basis: 41.66667%;
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%;
		max-width: 41.66667%;
	}
	.range > .cell-sm-preffix-5 {
		margin-left: 41.66667%;
	}
	.range > .cell-sm-push-5 {
		order: 5;
	}
	.range > .cell-sm-6 {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.range > .cell-sm-preffix-6 {
		margin-left: 50%;
	}
	.range > .cell-sm-push-6 {
		order: 6;
	}
	.range > .cell-sm-7 {
		-webkit-flex-basis: 58.33333%;
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%;
		max-width: 58.33333%;
	}
	.range > .cell-sm-preffix-7 {
		margin-left: 58.33333%;
	}
	.range > .cell-sm-push-7 {
		order: 7;
	}
	.range > .cell-sm-8 {
		-webkit-flex-basis: 66.66667%;
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%;
		max-width: 66.66667%;
	}
	.range > .cell-sm-preffix-8 {
		margin-left: 66.66667%;
	}
	.range > .cell-sm-push-8 {
		order: 8;
	}
	.range > .cell-sm-9 {
		-webkit-flex-basis: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.range > .cell-sm-preffix-9 {
		margin-left: 75%;
	}
	.range > .cell-sm-push-9 {
		order: 9;
	}
	.range > .cell-sm-10 {
		-webkit-flex-basis: 83.33333%;
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%;
		max-width: 83.33333%;
	}
	.range > .cell-sm-preffix-10 {
		margin-left: 83.33333%;
	}
	.range > .cell-sm-push-10 {
		order: 10;
	}
	.range > .cell-sm-11 {
		-webkit-flex-basis: 91.66667%;
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%;
		max-width: 91.66667%;
	}
	.range > .cell-sm-preffix-11 {
		margin-left: 91.66667%;
	}
	.range > .cell-sm-push-11 {
		order: 11;
	}
	.range > .cell-sm-12 {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.range > .cell-sm-preffix-12 {
		margin-left: 100%;
	}
	.range > .cell-sm-push-12 {
		order: 12;
	}
	.range > .cell-sm-1-5 {
		-webkit-flex-basis: 20%;
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
		max-width: 20%;
	}
}

@media (min-width: 992px) {
	* + [class*='cell-md-'] {
		margin-top: 0;
	}
	.range-md-center {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.range-md-left {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.range-md-right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.range-md-justify {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.range-md-around {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.range-md-top {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.range-md {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.range-md-reverse {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.range-md-middle {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.range-md-bottom {
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.cell-md-top {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	.cell-md-middle {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}
	.cell-md-bottom {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	.range > .cell-md-preffix-0 {
		margin-left: 0%;
	}
	.range > .cell-md-1 {
		-webkit-flex-basis: 8.33333%;
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%;
		max-width: 8.33333%;
	}
	.range > .cell-md-preffix-1 {
		margin-left: 8.33333%;
	}
	.range > .cell-md-push-1 {
		order: 1;
	}
	.range > .cell-md-2 {
		-webkit-flex-basis: 16.66667%;
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%;
		max-width: 16.66667%;
	}
	.range > .cell-md-preffix-2 {
		margin-left: 16.66667%;
	}
	.range > .cell-md-push-2 {
		order: 2;
	}
	.range > .cell-md-3 {
		-webkit-flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.range > .cell-md-preffix-3 {
		margin-left: 25%;
	}
	.range > .cell-md-push-3 {
		order: 3;
	}
	.range > .cell-md-4 {
		-webkit-flex-basis: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
		max-width: 33.33333%;
	}
	.range > .cell-md-preffix-4 {
		margin-left: 33.33333%;
	}
	.range > .cell-md-push-4 {
		order: 4;
	}
	.range > .cell-md-5 {
		-webkit-flex-basis: 41.66667%;
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%;
		max-width: 41.66667%;
	}
	.range > .cell-md-preffix-5 {
		margin-left: 41.66667%;
	}
	.range > .cell-md-push-5 {
		order: 5;
	}
	.range > .cell-md-6 {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.range > .cell-md-preffix-6 {
		margin-left: 50%;
	}
	.range > .cell-md-push-6 {
		order: 6;
	}
	.range > .cell-md-7 {
		-webkit-flex-basis: 58.33333%;
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%;
		max-width: 58.33333%;
	}
	.range > .cell-md-preffix-7 {
		margin-left: 58.33333%;
	}
	.range > .cell-md-push-7 {
		order: 7;
	}
	.range > .cell-md-8 {
		-webkit-flex-basis: 66.66667%;
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%;
		max-width: 66.66667%;
	}
	.range > .cell-md-preffix-8 {
		margin-left: 66.66667%;
	}
	.range > .cell-md-push-8 {
		order: 8;
	}
	.range > .cell-md-9 {
		-webkit-flex-basis: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.range > .cell-md-preffix-9 {
		margin-left: 75%;
	}
	.range > .cell-md-push-9 {
		order: 9;
	}
	.range > .cell-md-10 {
		-webkit-flex-basis: 83.33333%;
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%;
		max-width: 83.33333%;
	}
	.range > .cell-md-preffix-10 {
		margin-left: 83.33333%;
	}
	.range > .cell-md-push-10 {
		order: 10;
	}
	.range > .cell-md-11 {
		-webkit-flex-basis: 91.66667%;
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%;
		max-width: 91.66667%;
	}
	.range > .cell-md-preffix-11 {
		margin-left: 91.66667%;
	}
	.range > .cell-md-push-11 {
		order: 11;
	}
	.range > .cell-md-12 {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.range > .cell-md-preffix-12 {
		margin-left: 100%;
	}
	.range > .cell-md-push-12 {
		order: 12;
	}
	.range > .cell-md-1-5 {
		-webkit-flex-basis: 20%;
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
		max-width: 20%;
	}
}

@media (min-width: 1200px) {
	* + [class*='cell-lg-'] {
		margin-top: 0;
	}
	.range-lg-center {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.range-lg-left {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.range-lg-right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.range-lg-justify {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.range-lg-around {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.range-lg-top {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.range-lg {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.range-lg-reverse {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.range-lg-middle {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.range-lg-bottom {
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.cell-lg-top {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	.cell-lg-middle {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}
	.cell-lg-bottom {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	.range > .cell-lg-preffix-0 {
		margin-left: 0%;
	}
	.range > .cell-lg-1 {
		-webkit-flex-basis: 8.33333%;
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%;
		max-width: 8.33333%;
	}
	.range > .cell-lg-preffix-1 {
		margin-left: 8.33333%;
	}
	.range > .cell-lg-push-1 {
		order: 1;
	}
	.range > .cell-lg-2 {
		-webkit-flex-basis: 16.66667%;
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%;
		max-width: 16.66667%;
	}
	.range > .cell-lg-preffix-2 {
		margin-left: 16.66667%;
	}
	.range > .cell-lg-push-2 {
		order: 2;
	}
	.range > .cell-lg-3 {
		-webkit-flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.range > .cell-lg-preffix-3 {
		margin-left: 25%;
	}
	.range > .cell-lg-push-3 {
		order: 3;
	}
	.range > .cell-lg-4 {
		-webkit-flex-basis: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
		max-width: 33.33333%;
	}
	.range > .cell-lg-preffix-4 {
		margin-left: 33.33333%;
	}
	.range > .cell-lg-push-4 {
		order: 4;
	}
	.range > .cell-lg-5 {
		-webkit-flex-basis: 41.66667%;
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%;
		max-width: 41.66667%;
	}
	.range > .cell-lg-preffix-5 {
		margin-left: 41.66667%;
	}
	.range > .cell-lg-push-5 {
		order: 5;
	}
	.range > .cell-lg-6 {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.range > .cell-lg-preffix-6 {
		margin-left: 50%;
	}
	.range > .cell-lg-push-6 {
		order: 6;
	}
	.range > .cell-lg-7 {
		-webkit-flex-basis: 58.33333%;
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%;
		max-width: 58.33333%;
	}
	.range > .cell-lg-preffix-7 {
		margin-left: 58.33333%;
	}
	.range > .cell-lg-push-7 {
		order: 7;
	}
	.range > .cell-lg-8 {
		-webkit-flex-basis: 66.66667%;
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%;
		max-width: 66.66667%;
	}
	.range > .cell-lg-preffix-8 {
		margin-left: 66.66667%;
	}
	.range > .cell-lg-push-8 {
		order: 8;
	}
	.range > .cell-lg-9 {
		-webkit-flex-basis: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.range > .cell-lg-preffix-9 {
		margin-left: 75%;
	}
	.range > .cell-lg-push-9 {
		order: 9;
	}
	.range > .cell-lg-10 {
		-webkit-flex-basis: 83.33333%;
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%;
		max-width: 83.33333%;
	}
	.range > .cell-lg-preffix-10 {
		margin-left: 83.33333%;
	}
	.range > .cell-lg-push-10 {
		order: 10;
	}
	.range > .cell-lg-11 {
		-webkit-flex-basis: 91.66667%;
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%;
		max-width: 91.66667%;
	}
	.range > .cell-lg-preffix-11 {
		margin-left: 91.66667%;
	}
	.range > .cell-lg-push-11 {
		order: 11;
	}
	.range > .cell-lg-12 {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.range > .cell-lg-preffix-12 {
		margin-left: 100%;
	}
	.range > .cell-lg-push-12 {
		order: 12;
	}
	.range > .cell-lg-1-5 {
		-webkit-flex-basis: 20%;
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
		max-width: 20%;
	}
}

@media (min-width: 1500px) {
	* + [class*='cell-xl-'] {
		margin-top: 0;
	}
	.range-xl-center {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.range-xl-left {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.range-xl-right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.range-xl-justify {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.range-xl-around {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.range-xl-top {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.range-xl {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.range-xl-reverse {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.range-xl-middle {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.range-xl-bottom {
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.cell-xl-top {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	.cell-xl-middle {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}
	.cell-xl-bottom {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	.range > .cell-xl-preffix-0 {
		margin-left: 0%;
	}
	.range > .cell-xl-1 {
		-webkit-flex-basis: 8.33333%;
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%;
		max-width: 8.33333%;
	}
	.range > .cell-xl-preffix-1 {
		margin-left: 8.33333%;
	}
	.range > .cell-xl-push-1 {
		order: 1;
	}
	.range > .cell-xl-2 {
		-webkit-flex-basis: 16.66667%;
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%;
		max-width: 16.66667%;
	}
	.range > .cell-xl-preffix-2 {
		margin-left: 16.66667%;
	}
	.range > .cell-xl-push-2 {
		order: 2;
	}
	.range > .cell-xl-3 {
		-webkit-flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.range > .cell-xl-preffix-3 {
		margin-left: 25%;
	}
	.range > .cell-xl-push-3 {
		order: 3;
	}
	.range > .cell-xl-4 {
		-webkit-flex-basis: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
		max-width: 33.33333%;
	}
	.range > .cell-xl-preffix-4 {
		margin-left: 33.33333%;
	}
	.range > .cell-xl-push-4 {
		order: 4;
	}
	.range > .cell-xl-5 {
		-webkit-flex-basis: 41.66667%;
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%;
		max-width: 41.66667%;
	}
	.range > .cell-xl-preffix-5 {
		margin-left: 41.66667%;
	}
	.range > .cell-xl-push-5 {
		order: 5;
	}
	.range > .cell-xl-6 {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.range > .cell-xl-preffix-6 {
		margin-left: 50%;
	}
	.range > .cell-xl-push-6 {
		order: 6;
	}
	.range > .cell-xl-7 {
		-webkit-flex-basis: 58.33333%;
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%;
		max-width: 58.33333%;
	}
	.range > .cell-xl-preffix-7 {
		margin-left: 58.33333%;
	}
	.range > .cell-xl-push-7 {
		order: 7;
	}
	.range > .cell-xl-8 {
		-webkit-flex-basis: 66.66667%;
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%;
		max-width: 66.66667%;
	}
	.range > .cell-xl-preffix-8 {
		margin-left: 66.66667%;
	}
	.range > .cell-xl-push-8 {
		order: 8;
	}
	.range > .cell-xl-9 {
		-webkit-flex-basis: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.range > .cell-xl-preffix-9 {
		margin-left: 75%;
	}
	.range > .cell-xl-push-9 {
		order: 9;
	}
	.range > .cell-xl-10 {
		-webkit-flex-basis: 83.33333%;
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%;
		max-width: 83.33333%;
	}
	.range > .cell-xl-preffix-10 {
		margin-left: 83.33333%;
	}
	.range > .cell-xl-push-10 {
		order: 10;
	}
	.range > .cell-xl-11 {
		-webkit-flex-basis: 91.66667%;
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%;
		max-width: 91.66667%;
	}
	.range > .cell-xl-preffix-11 {
		margin-left: 91.66667%;
	}
	.range > .cell-xl-push-11 {
		order: 11;
	}
	.range > .cell-xl-12 {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.range > .cell-xl-preffix-12 {
		margin-left: 100%;
	}
	.range > .cell-xl-push-12 {
		order: 12;
	}
	.range > .cell-xl-1-5 {
		-webkit-flex-basis: 20%;
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
		max-width: 20%;
	}
}
/*
html.lt-ie-10 .range > .cell-xs-1 {
	margin-left: auto;
	margin-right: auto;
	max-width: 8.33333%;
}

html.lt-ie-10 .range > .cell-xs-2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 16.66667%;
}

html.lt-ie-10 .range > .cell-xs-3 {
	margin-left: auto;
	margin-right: auto;
	max-width: 25%;
}

html.lt-ie-10 .range > .cell-xs-4 {
	margin-left: auto;
	margin-right: auto;
	max-width: 33.33333%;
}*/

/*html.lt-ie-10 .range > .cell-xs-5 {
	margin-left: auto;
	margin-right: auto;
	max-width: 41.66667%;
}

html.lt-ie-10 .range > .cell-xs-6 {
	margin-left: auto;
	margin-right: auto;
	max-width: 50%;
}

html.lt-ie-10 .range > .cell-xs-7 {
	margin-left: auto;
	margin-right: auto;
	max-width: 58.33333%;
}

html.lt-ie-10 .range > .cell-xs-8 {
	margin-left: auto;
	margin-right: auto;
	max-width: 66.66667%;
}

html.lt-ie-10 .range > .cell-xs-9 {
	margin-left: auto;
	margin-right: auto;
	max-width: 75%;
}

html.lt-ie-10 .range > .cell-xs-10 {
	margin-left: auto;
	margin-right: auto;
	max-width: 83.33333%;
}

html.lt-ie-10 .range > .cell-xs-11 {
	margin-left: auto;
	margin-right: auto;
	max-width: 91.66667%;
}*/

/*html.lt-ie-10 .range > .cell-xs-12 {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

html.lt-ie-10 .range > .cell-xs-1-5 {
	margin-left: auto;
	margin-right: auto;
	max-width: 20%;
}

html.lt-ie-10 .range > .cell-sm-1 {
	margin-left: auto;
	margin-right: auto;
	max-width: 8.33333%;
}

html.lt-ie-10 .range > .cell-sm-2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 16.66667%;
}*/

/*html.lt-ie-10 .range > .cell-sm-3 {
	margin-left: auto;
	margin-right: auto;
	max-width: 25%;
}

html.lt-ie-10 .range > .cell-sm-4 {
	margin-left: auto;
	margin-right: auto;
	max-width: 33.33333%;
}

html.lt-ie-10 .range > .cell-sm-5 {
	margin-left: auto;
	margin-right: auto;
	max-width: 41.66667%;
}*/
/*
html.lt-ie-10 .range > .cell-sm-6 {
	margin-left: auto;
	margin-right: auto;
	max-width: 50%;
}

html.lt-ie-10 .range > .cell-sm-7 {
	margin-left: auto;
	margin-right: auto;
	max-width: 58.33333%;
}

html.lt-ie-10 .range > .cell-sm-8 {
	margin-left: auto;
	margin-right: auto;
	max-width: 66.66667%;
}
*/
/*
html.lt-ie-10 .range > .cell-sm-9 {
	margin-left: auto;
	margin-right: auto;
	max-width: 75%;
}

html.lt-ie-10 .range > .cell-sm-10 {
	margin-left: auto;
	margin-right: auto;
	max-width: 83.33333%;
}

html.lt-ie-10 .range > .cell-sm-11 {
	margin-left: auto;
	margin-right: auto;
	max-width: 91.66667%;
}
*/
/*
html.lt-ie-10 .range > .cell-sm-12 {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

html.lt-ie-10 .range > .cell-sm-1-5 {
	margin-left: auto;
	margin-right: auto;
	max-width: 20%;
}

html.lt-ie-10 .range > .cell-md-1 {
	margin-left: auto;
	margin-right: auto;
	max-width: 8.33333%;
}*/
/*
html.lt-ie-10 .range > .cell-md-2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 16.66667%;
}

html.lt-ie-10 .range > .cell-md-3 {
	margin-left: auto;
	margin-right: auto;
	max-width: 25%;
}

html.lt-ie-10 .range > .cell-md-4 {
	margin-left: auto;
	margin-right: auto;
	max-width: 33.33333%;
}

html.lt-ie-10 .range > .cell-md-5 {
	margin-left: auto;
	margin-right: auto;
	max-width: 41.66667%;
}

html.lt-ie-10 .range > .cell-md-6 {
	margin-left: auto;
	margin-right: auto;
	max-width: 50%;
}

html.lt-ie-10 .range > .cell-md-7 {
	margin-left: auto;
	margin-right: auto;
	max-width: 58.33333%;
}

html.lt-ie-10 .range > .cell-md-8 {
	margin-left: auto;
	margin-right: auto;
	max-width: 66.66667%;
}
*/
/*
html.lt-ie-10 .range > .cell-md-9 {
	margin-left: auto;
	margin-right: auto;
	max-width: 75%;
}

html.lt-ie-10 .range > .cell-md-10 {
	margin-left: auto;
	margin-right: auto;
	max-width: 83.33333%;
}

html.lt-ie-10 .range > .cell-md-11 {
	margin-left: auto;
	margin-right: auto;
	max-width: 91.66667%;
}

html.lt-ie-10 .range > .cell-md-12 {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

html.lt-ie-10 .range > .cell-md-1-5 {
	margin-left: auto;
	margin-right: auto;
	max-width: 20%;
}

html.lt-ie-10 .range > .cell-lg-1 {
	margin-left: auto;
	margin-right: auto;
	max-width: 8.33333%;
}

html.lt-ie-10 .range > .cell-lg-2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 16.66667%;
}

html.lt-ie-10 .range > .cell-lg-3 {
	margin-left: auto;
	margin-right: auto;
	max-width: 25%;
}

html.lt-ie-10 .range > .cell-lg-4 {
	margin-left: auto;
	margin-right: auto;
	max-width: 33.33333%;
}
*/
/*
html.lt-ie-10 .range > .cell-lg-5 {
	margin-left: auto;
	margin-right: auto;
	max-width: 41.66667%;
}

html.lt-ie-10 .range > .cell-lg-6 {
	margin-left: auto;
	margin-right: auto;
	max-width: 50%;
}

html.lt-ie-10 .range > .cell-lg-7 {
	margin-left: auto;
	margin-right: auto;
	max-width: 58.33333%;
}

html.lt-ie-10 .range > .cell-lg-8 {
	margin-left: auto;
	margin-right: auto;
	max-width: 66.66667%;
}

html.lt-ie-10 .range > .cell-lg-9 {
	margin-left: auto;
	margin-right: auto;
	max-width: 75%;
}

html.lt-ie-10 .range > .cell-lg-10 {
	margin-left: auto;
	margin-right: auto;
	max-width: 83.33333%;
}

html.lt-ie-10 .range > .cell-lg-11 {
	margin-left: auto;
	margin-right: auto;
	max-width: 91.66667%;
}

html.lt-ie-10 .range > .cell-lg-12 {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

html.lt-ie-10 .range > .cell-lg-1-5 {
	margin-left: auto;
	margin-right: auto;
	max-width: 20%;
}*/

/*html.lt-ie-10 .range > [class*="cell-xs-preffix-"],
html.lt-ie-10 .range > [class*="cell-sm-preffix-"],
html.lt-ie-10 .range > [class*="cell-md-preffix-"],
html.lt-ie-10 .range > [class*="cell-lg-preffix-"] {
	margin-left: auto;
}
*/
/*
*
* Responsive unit
* --------------------------------------------------
*//*
.unit {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex: 0 1 100%;
	-webkit-flex: 0 1 100%;
	flex: 0 1 100%;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}*/
/*
.unit__body {
	-ms-flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
}

.unit__left,
.unit__right {
	-ms-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
}

.unit-middle {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.unit,
.unit-vertical {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.unit > [class*='unit']:first-child,
.unit-vertical > [class*='unit']:first-child {
	padding-top: 0;
}

.unit > .unit__left + .unit__right,
.unit > .unit__left + .unit__body,
.unit-vertical > .unit__left + .unit__right,
.unit-vertical > .unit__left + .unit__body {
	padding-left: 0;
	padding-top: 20px;
}

.unit > .unit__body + .unit__right,
.unit-vertical > .unit__body + .unit__right {
	padding-left: 0;
	padding-top: 20px;
}

.unit-horizontal {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.unit-horizontal > .unit__left + .unit__right,
.unit-horizontal > .unit__left + .unit__body {
	padding-top: 0;
	padding-left: 25px;
}

.unit-horizontal > .unit__body + .unit__right {
	padding-top: 0;
	padding-left: 25px;
}

.unit--inverse {
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.unit--inverse, .unit--inverse.unit-vertical {
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.unit--inverse > [class*='unit']:first-child, .unit--inverse.unit-vertical > [class*='unit']:first-child {
	padding-top: 20px;
}

.unit--inverse > [class*='unit']:last-child, .unit--inverse.unit-vertical > [class*='unit']:last-child {
	padding-top: 0;
}

.unit--inverse.unit-horizontal {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.unit--inverse.unit-horizontal > [class*='unit']:first-child {
	padding-top: 0;
	padding-left: 25px;
}

.unit--inverse.unit-horizontal > [class*='unit']:last-child {
	padding-left: 0;
}
*/
/*
@media (min-width: 480px) {
	.unit-xs-middle {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.unit-xs,
	.unit-xs-vertical {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.unit-xs > [class*='unit']:first-child,
	.unit-xs-vertical > [class*='unit']:first-child {
		padding-top: 0;
	}
	.unit-xs > .unit__left + .unit__right,
	.unit-xs > .unit__left + .unit__body,
	.unit-xs-vertical > .unit__left + .unit__right,
	.unit-xs-vertical > .unit__left + .unit__body {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-xs > .unit__body + .unit__right,
	.unit-xs-vertical > .unit__body + .unit__right {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-xs-horizontal {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.unit-xs-horizontal > .unit__left + .unit__right,
	.unit-xs-horizontal > .unit__left + .unit__body {
		padding-top: 0;
		padding-left: 25px;
	}
	.unit-xs-horizontal > .unit__body + .unit__right {
		padding-top: 0;
		padding-left: 25px;
	}
	.unit-xs--inverse {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.unit-xs--inverse, .unit-xs--inverse.unit-xs-vertical {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.unit-xs--inverse > [class*='unit']:first-child, .unit-xs--inverse.unit-xs-vertical > [class*='unit']:first-child {
		padding-top: 20px;
	}
	.unit-xs--inverse > [class*='unit']:last-child, .unit-xs--inverse.unit-xs-vertical > [class*='unit']:last-child {
		padding-top: 0;
	}
	.unit-xs--inverse.unit-xs-horizontal {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.unit-xs--inverse.unit-xs-horizontal > [class*='unit']:first-child {
		padding-top: 0;
		padding-left: 25px;
	}
	.unit-xs--inverse.unit-xs-horizontal > [class*='unit']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 768px) {
	.unit-sm-middle {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.unit-sm,
	.unit-sm-vertical {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.unit-sm > [class*='unit']:first-child,
	.unit-sm-vertical > [class*='unit']:first-child {
		padding-top: 0;
	}
	.unit-sm > .unit__left + .unit__right,
	.unit-sm > .unit__left + .unit__body,
	.unit-sm-vertical > .unit__left + .unit__right,
	.unit-sm-vertical > .unit__left + .unit__body {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-sm > .unit__body + .unit__right,
	.unit-sm-vertical > .unit__body + .unit__right {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-sm-horizontal {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.unit-sm-horizontal > .unit__left + .unit__right,
	.unit-sm-horizontal > .unit__left + .unit__body {
		padding-top: 0;
		padding-left: 25px;
	}
	.unit-sm-horizontal > .unit__body + .unit__right {
		padding-top: 0;
		padding-left: 25px;
	}
	.unit-sm--inverse {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.unit-sm--inverse, .unit-sm--inverse.unit-sm-vertical {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.unit-sm--inverse > [class*='unit']:first-child, .unit-sm--inverse.unit-sm-vertical > [class*='unit']:first-child {
		padding-top: 20px;
	}
	.unit-sm--inverse > [class*='unit']:last-child, .unit-sm--inverse.unit-sm-vertical > [class*='unit']:last-child {
		padding-top: 0;
	}
	.unit-sm--inverse.unit-sm-horizontal {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.unit-sm--inverse.unit-sm-horizontal > [class*='unit']:first-child {
		padding-top: 0;
		padding-left: 25px;
	}
	.unit-sm--inverse.unit-sm-horizontal > [class*='unit']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 992px) {
	.unit-md-middle {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.unit-md,
	.unit-md-vertical {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.unit-md > [class*='unit']:first-child,
	.unit-md-vertical > [class*='unit']:first-child {
		padding-top: 0;
	}
	.unit-md > .unit__left + .unit__right,
	.unit-md > .unit__left + .unit__body,
	.unit-md-vertical > .unit__left + .unit__right,
	.unit-md-vertical > .unit__left + .unit__body {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-md > .unit__body + .unit__right,
	.unit-md-vertical > .unit__body + .unit__right {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-md-horizontal {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.unit-md-horizontal > .unit__left + .unit__right,
	.unit-md-horizontal > .unit__left + .unit__body {
		padding-top: 0;
		padding-left: 25px;
	}
	.unit-md-horizontal > .unit__body + .unit__right {
		padding-top: 0;
		padding-left: 25px;
	}
	.unit-md--inverse {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.unit-md--inverse, .unit-md--inverse.unit-md-vertical {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.unit-md--inverse > [class*='unit']:first-child, .unit-md--inverse.unit-md-vertical > [class*='unit']:first-child {
		padding-top: 20px;
	}
	.unit-md--inverse > [class*='unit']:last-child, .unit-md--inverse.unit-md-vertical > [class*='unit']:last-child {
		padding-top: 0;
	}
	.unit-md--inverse.unit-md-horizontal {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.unit-md--inverse.unit-md-horizontal > [class*='unit']:first-child {
		padding-top: 0;
		padding-left: 25px;
	}
	.unit-md--inverse.unit-md-horizontal > [class*='unit']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 1200px) {
	.unit-lg-middle {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.unit-lg,
	.unit-lg-vertical {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.unit-lg > [class*='unit']:first-child,
	.unit-lg-vertical > [class*='unit']:first-child {
		padding-top: 0;
	}
	.unit-lg > .unit__left + .unit__right,
	.unit-lg > .unit__left + .unit__body,
	.unit-lg-vertical > .unit__left + .unit__right,
	.unit-lg-vertical > .unit__left + .unit__body {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-lg > .unit__body + .unit__right,
	.unit-lg-vertical > .unit__body + .unit__right {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-lg-horizontal {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.unit-lg-horizontal > .unit__left + .unit__right,
	.unit-lg-horizontal > .unit__left + .unit__body {
		padding-top: 0;
		padding-left: 25px;
	}
	.unit-lg-horizontal > .unit__body + .unit__right {
		padding-top: 0;
		padding-left: 25px;
	}
	.unit-lg--inverse {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.unit-lg--inverse, .unit-lg--inverse.unit-lg-vertical {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.unit-lg--inverse > [class*='unit']:first-child, .unit-lg--inverse.unit-lg-vertical > [class*='unit']:first-child {
		padding-top: 20px;
	}
	.unit-lg--inverse > [class*='unit']:last-child, .unit-lg--inverse.unit-lg-vertical > [class*='unit']:last-child {
		padding-top: 0;
	}
	.unit-lg--inverse.unit-lg-horizontal {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.unit-lg--inverse.unit-lg-horizontal > [class*='unit']:first-child {
		padding-top: 0;
		padding-left: 25px;
	}
	.unit-lg--inverse.unit-lg-horizontal > [class*='unit']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 1500px) {
	.unit-xl-middle {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.unit-xl,
	.unit-xl-vertical {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.unit-xl > [class*='unit']:first-child,
	.unit-xl-vertical > [class*='unit']:first-child {
		padding-top: 0;
	}
	.unit-xl > .unit__left + .unit__right,
	.unit-xl > .unit__left + .unit__body,
	.unit-xl-vertical > .unit__left + .unit__right,
	.unit-xl-vertical > .unit__left + .unit__body {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-xl > .unit__body + .unit__right,
	.unit-xl-vertical > .unit__body + .unit__right {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-xl-horizontal {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.unit-xl-horizontal > .unit__left + .unit__right,
	.unit-xl-horizontal > .unit__left + .unit__body {
		padding-top: 0;
		padding-left: 25px;
	}
	.unit-xl-horizontal > .unit__body + .unit__right {
		padding-top: 0;
		padding-left: 25px;
	}
	.unit-xl--inverse {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.unit-xl--inverse, .unit-xl--inverse.unit-xl-vertical {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.unit-xl--inverse > [class*='unit']:first-child, .unit-xl--inverse.unit-xl-vertical > [class*='unit']:first-child {
		padding-top: 20px;
	}
	.unit-xl--inverse > [class*='unit']:last-child, .unit-xl--inverse.unit-xl-vertical > [class*='unit']:last-child {
		padding-top: 0;
	}
	.unit-xl--inverse.unit-xl-horizontal {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.unit-xl--inverse.unit-xl-horizontal > [class*='unit']:first-child {
		padding-top: 0;
		padding-left: 25px;
	}
	.unit-xl--inverse.unit-xl-horizontal > [class*='unit']:last-child {
		padding-left: 0;
	}
}*/
/*
.unit-spacing-xs.unit > [class*='unit']:first-child, .unit-spacing-xs.unit-vertical > [class*='unit']:first-child {
	padding-top: 0;
}

.unit-spacing-xs.unit > .unit__left + .unit__right,
.unit-spacing-xs.unit > .unit__left + .unit__body, .unit-spacing-xs.unit-vertical > .unit__left + .unit__right,
.unit-spacing-xs.unit-vertical > .unit__left + .unit__body {
	padding-left: 0;
	padding-top: 7px;
}

.unit-spacing-xs.unit > .unit__body + .unit__right, .unit-spacing-xs.unit-vertical > .unit__body + .unit__right {
	padding-left: 0;
	padding-top: 7px;
}

.unit-spacing-xs.unit-horizontal > .unit__left + .unit__right,
.unit-spacing-xs.unit-horizontal > .unit__left + .unit__body {
	padding-top: 0;
	padding-left: 17px;
}

.unit-spacing-xs.unit-horizontal > .unit__body + .unit__right {
	padding-top: 0;
	padding-left: 17px;
}

.unit-spacing-xs.unit--inverse > [class*='unit']:first-child, .unit-spacing-xs.unit--inverse.unit-vertical > [class*='unit']:first-child {
	padding-top: 7px;
}

.unit-spacing-xs.unit--inverse > [class*='unit']:last-child, .unit-spacing-xs.unit--inverse.unit-vertical > [class*='unit']:last-child {
	padding-top: 0;
}

.unit-spacing-xs.unit--inverse.unit-horizontal > [class*='unit']:first-child {
	padding-top: 0;
	padding-left: 17px;
}

.unit-spacing-xs.unit--inverse.unit-horizontal > [class*='unit']:last-child {
	padding-left: 0;
}*/

/*@media (min-width: 480px) {
	.unit-spacing-xs.unit-xs > [class*='unit']:first-child, .unit-spacing-xs.unit-xs-vertical > [class*='unit']:first-child {
		padding-top: 0;
	}
	.unit-spacing-xs.unit-xs > .unit__left + .unit__right,
	.unit-spacing-xs.unit-xs > .unit__left + .unit__body, .unit-spacing-xs.unit-xs-vertical > .unit__left + .unit__right,
	.unit-spacing-xs.unit-xs-vertical > .unit__left + .unit__body {
		padding-left: 0;
		padding-top: 7px;
	}
	.unit-spacing-xs.unit-xs > .unit__body + .unit__right, .unit-spacing-xs.unit-xs-vertical > .unit__body + .unit__right {
		padding-left: 0;
		padding-top: 7px;
	}
	.unit-spacing-xs.unit-xs-horizontal > .unit__left + .unit__right,
	.unit-spacing-xs.unit-xs-horizontal > .unit__left + .unit__body {
		padding-top: 0;
		padding-left: 17px;
	}
	.unit-spacing-xs.unit-xs-horizontal > .unit__body + .unit__right {
		padding-top: 0;
		padding-left: 17px;
	}
	.unit-spacing-xs.unit-xs--inverse > [class*='unit']:first-child, .unit-spacing-xs.unit-xs--inverse.unit-xs-vertical > [class*='unit']:first-child {
		padding-top: 7px;
	}
	.unit-spacing-xs.unit-xs--inverse > [class*='unit']:last-child, .unit-spacing-xs.unit-xs--inverse.unit-xs-vertical > [class*='unit']:last-child {
		padding-top: 0;
	}
	.unit-spacing-xs.unit-xs--inverse.unit-xs-horizontal > [class*='unit']:first-child {
		padding-top: 0;
		padding-left: 17px;
	}
	.unit-spacing-xs.unit-xs--inverse.unit-xs-horizontal > [class*='unit']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 768px) {
	.unit-spacing-xs.unit-sm > [class*='unit']:first-child, .unit-spacing-xs.unit-sm-vertical > [class*='unit']:first-child {
		padding-top: 0;
	}
	.unit-spacing-xs.unit-sm > .unit__left + .unit__right,
	.unit-spacing-xs.unit-sm > .unit__left + .unit__body, .unit-spacing-xs.unit-sm-vertical > .unit__left + .unit__right,
	.unit-spacing-xs.unit-sm-vertical > .unit__left + .unit__body {
		padding-left: 0;
		padding-top: 7px;
	}
	.unit-spacing-xs.unit-sm > .unit__body + .unit__right, .unit-spacing-xs.unit-sm-vertical > .unit__body + .unit__right {
		padding-left: 0;
		padding-top: 7px;
	}
	.unit-spacing-xs.unit-sm-horizontal > .unit__left + .unit__right,
	.unit-spacing-xs.unit-sm-horizontal > .unit__left + .unit__body {
		padding-top: 0;
		padding-left: 17px;
	}
	.unit-spacing-xs.unit-sm-horizontal > .unit__body + .unit__right {
		padding-top: 0;
		padding-left: 17px;
	}
	.unit-spacing-xs.unit-sm--inverse > [class*='unit']:first-child, .unit-spacing-xs.unit-sm--inverse.unit-sm-vertical > [class*='unit']:first-child {
		padding-top: 7px;
	}
	.unit-spacing-xs.unit-sm--inverse > [class*='unit']:last-child, .unit-spacing-xs.unit-sm--inverse.unit-sm-vertical > [class*='unit']:last-child {
		padding-top: 0;
	}
	.unit-spacing-xs.unit-sm--inverse.unit-sm-horizontal > [class*='unit']:first-child {
		padding-top: 0;
		padding-left: 17px;
	}
	.unit-spacing-xs.unit-sm--inverse.unit-sm-horizontal > [class*='unit']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 992px) {
	.unit-spacing-xs.unit-md > [class*='unit']:first-child, .unit-spacing-xs.unit-md-vertical > [class*='unit']:first-child {
		padding-top: 0;
	}
	.unit-spacing-xs.unit-md > .unit__left + .unit__right,
	.unit-spacing-xs.unit-md > .unit__left + .unit__body, .unit-spacing-xs.unit-md-vertical > .unit__left + .unit__right,
	.unit-spacing-xs.unit-md-vertical > .unit__left + .unit__body {
		padding-left: 0;
		padding-top: 7px;
	}
	.unit-spacing-xs.unit-md > .unit__body + .unit__right, .unit-spacing-xs.unit-md-vertical > .unit__body + .unit__right {
		padding-left: 0;
		padding-top: 7px;
	}
	.unit-spacing-xs.unit-md-horizontal > .unit__left + .unit__right,
	.unit-spacing-xs.unit-md-horizontal > .unit__left + .unit__body {
		padding-top: 0;
		padding-left: 17px;
	}
	.unit-spacing-xs.unit-md-horizontal > .unit__body + .unit__right {
		padding-top: 0;
		padding-left: 17px;
	}
	.unit-spacing-xs.unit-md--inverse > [class*='unit']:first-child, .unit-spacing-xs.unit-md--inverse.unit-md-vertical > [class*='unit']:first-child {
		padding-top: 7px;
	}
	.unit-spacing-xs.unit-md--inverse > [class*='unit']:last-child, .unit-spacing-xs.unit-md--inverse.unit-md-vertical > [class*='unit']:last-child {
		padding-top: 0;
	}
	.unit-spacing-xs.unit-md--inverse.unit-md-horizontal > [class*='unit']:first-child {
		padding-top: 0;
		padding-left: 17px;
	}
	.unit-spacing-xs.unit-md--inverse.unit-md-horizontal > [class*='unit']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 1200px) {
	.unit-spacing-xs.unit-lg > [class*='unit']:first-child, .unit-spacing-xs.unit-lg-vertical > [class*='unit']:first-child {
		padding-top: 0;
	}
	.unit-spacing-xs.unit-lg > .unit__left + .unit__right,
	.unit-spacing-xs.unit-lg > .unit__left + .unit__body, .unit-spacing-xs.unit-lg-vertical > .unit__left + .unit__right,
	.unit-spacing-xs.unit-lg-vertical > .unit__left + .unit__body {
		padding-left: 0;
		padding-top: 7px;
	}
	.unit-spacing-xs.unit-lg > .unit__body + .unit__right, .unit-spacing-xs.unit-lg-vertical > .unit__body + .unit__right {
		padding-left: 0;
		padding-top: 7px;
	}
	.unit-spacing-xs.unit-lg-horizontal > .unit__left + .unit__right,
	.unit-spacing-xs.unit-lg-horizontal > .unit__left + .unit__body {
		padding-top: 0;
		padding-left: 17px;
	}
	.unit-spacing-xs.unit-lg-horizontal > .unit__body + .unit__right {
		padding-top: 0;
		padding-left: 17px;
	}
	.unit-spacing-xs.unit-lg--inverse > [class*='unit']:first-child, .unit-spacing-xs.unit-lg--inverse.unit-lg-vertical > [class*='unit']:first-child {
		padding-top: 7px;
	}
	.unit-spacing-xs.unit-lg--inverse > [class*='unit']:last-child, .unit-spacing-xs.unit-lg--inverse.unit-lg-vertical > [class*='unit']:last-child {
		padding-top: 0;
	}
	.unit-spacing-xs.unit-lg--inverse.unit-lg-horizontal > [class*='unit']:first-child {
		padding-top: 0;
		padding-left: 17px;
	}
	.unit-spacing-xs.unit-lg--inverse.unit-lg-horizontal > [class*='unit']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 1500px) {
	.unit-spacing-xs.unit-xl > [class*='unit']:first-child, .unit-spacing-xs.unit-xl-vertical > [class*='unit']:first-child {
		padding-top: 0;
	}
	.unit-spacing-xs.unit-xl > .unit__left + .unit__right,
	.unit-spacing-xs.unit-xl > .unit__left + .unit__body, .unit-spacing-xs.unit-xl-vertical > .unit__left + .unit__right,
	.unit-spacing-xs.unit-xl-vertical > .unit__left + .unit__body {
		padding-left: 0;
		padding-top: 7px;
	}
	.unit-spacing-xs.unit-xl > .unit__body + .unit__right, .unit-spacing-xs.unit-xl-vertical > .unit__body + .unit__right {
		padding-left: 0;
		padding-top: 7px;
	}
	.unit-spacing-xs.unit-xl-horizontal > .unit__left + .unit__right,
	.unit-spacing-xs.unit-xl-horizontal > .unit__left + .unit__body {
		padding-top: 0;
		padding-left: 17px;
	}
	.unit-spacing-xs.unit-xl-horizontal > .unit__body + .unit__right {
		padding-top: 0;
		padding-left: 17px;
	}
	.unit-spacing-xs.unit-xl--inverse > [class*='unit']:first-child, .unit-spacing-xs.unit-xl--inverse.unit-xl-vertical > [class*='unit']:first-child {
		padding-top: 7px;
	}
	.unit-spacing-xs.unit-xl--inverse > [class*='unit']:last-child, .unit-spacing-xs.unit-xl--inverse.unit-xl-vertical > [class*='unit']:last-child {
		padding-top: 0;
	}
	.unit-spacing-xs.unit-xl--inverse.unit-xl-horizontal > [class*='unit']:first-child {
		padding-top: 0;
		padding-left: 17px;
	}
	.unit-spacing-xs.unit-xl--inverse.unit-xl-horizontal > [class*='unit']:last-child {
		padding-left: 0;
	}
}
*/


/*@media (min-width: 992px) {
	.rd-video-playlist li {
		margin-top: 25px;
	}
	.rd-video-playlist li p {
		display: block;
	}
}*/

/*Middle line*/
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
	content: " ";
	display: block;
	background: #2ed3ae;
	position: absolute;
	z-index: 30;
	box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
	width: 3px;
	height: 9999px;
	left: 50%;
	margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
	width: 9999px;
	height: 3px;
	top: 50%;
	margin-top: -1.5px;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
	transition-duration: 0.5s;
}

.twentytwenty-before-label, .twentytwenty-after-label {
	transition-property: opacity;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
	color: white;
	font-size: 13px;
	letter-spacing: 0.1em;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
	position: absolute;
	background: rgba(255, 255, 255, 0.2);
	line-height: 38px;
	padding: 0 20px;
	border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
	top: 50%;
	margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
	left: 50%;
	margin-left: -45px;
	text-align: center;
	width: 90px;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
	font-size: 30px;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
	top: 50%;
}

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
	left: 50%;
}

.twentytwenty-container {
	box-sizing: content-box;
	width: auto;
	z-index: 0;
	overflow: hidden;
	position: relative;
}

.twentytwenty-container img {
	max-width: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	display: block;
}

.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
	background: transparent;
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
	opacity: 0;
}

.twentytwenty-container * {
	box-sizing: content-box;
}

.twentytwenty-before-label {
	opacity: 0;
}

.twentytwenty-before-label:before {
	content: "Before";
}

.twentytwenty-after-label {
	opacity: 0;
}

.twentytwenty-after-label:before {
	content: "After";
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
	left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
	right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
	top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
	bottom: 10px;
}

.twentytwenty-overlay {
	transition-property: background;
	background: transparent;
	z-index: 25;
}

.twentytwenty-overlay:hover {
	background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
	opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
	opacity: 1;
}

.twentytwenty-before {
	z-index: 20;
}

.twentytwenty-after {
	z-index: 10;
}

.twentytwenty-handle {
	height: 50px;
	width: 90px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -45px;
	margin-top: -25px;
	border-radius: 1000px;
	background-color: #2ed3ae;
	box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
	z-index: 40;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.twentytwenty-before,
.twentytwenty-handle {
	transition-delay: 0s;
	transition: 1s;
}

.twentytwenty-container.twentytwenty--notransition .twentytwenty-before,
.twentytwenty-container.twentytwenty--notransition .twentytwenty-handle {
	transition-delay: 0s !important;
	transition: 0s !important;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
	bottom: 50%;
	margin-bottom: 22px;
	box-shadow: 0 3px 0 #2ed3ae;
}

.twentytwenty-horizontal .twentytwenty-handle:after {
	top: 50%;
	margin-top: 22px;
	box-shadow: 0 -3px 0 #2ed3ae;
}

.twentytwenty-vertical .twentytwenty-handle:before {
	left: 50%;
	margin-left: 22px;
	box-shadow: 3px 0 0 #2ed3ae, 0 0 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
	right: 50%;
	margin-right: 22px;
	box-shadow: -3px 0 0 #2ed3ae, 0 0 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
	left: 50%;
}

.twentytwenty-left-arrow:before {
	content: '\f237';
	font-family: "Material Design Icons";
}

.twentytwenty-right-arrow {
	right: 50%;
}

.twentytwenty-right-arrow:before {
	content: '\f238';
	font-family: "Material Design Icons";
}

.twentytwenty-up-arrow {
	border-bottom: 6px solid white;
	top: 50%;
	margin-top: -17px;
}

.twentytwenty-down-arrow {
	border-top: 6px solid white;
	bottom: 50%;
	margin-bottom: -17px;
}

@font-face {
	font-family: "Material Design Icons";
	
	src: url("../fonts/materialdesignicons-webfont14e6.ttf?v=1.4.57") format("truetype");
	
	font-weight: normal;
	font-style: normal;
}