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

@keyframes sprite-animation {
	from {
		background-position: 0 0;
	}
}
.text-error{
	color: #dc3545 !important; font-size: 13px;
}
.carousel-control-next, .carousel-control-prev{ width: 10%; }
.carousel-item .conoce-mas {
	/* position: absolute;
	bottom: 3%;
	left:6%; */
	position: absolute;
	top: 75%;
	left: 10%;
	color: Grey;
	background-color: White;
	padding: 13px 27px;
	border: 0;
	font-weight: 600;
	z-index: 10000 !important;
}
.carousel-item .tag {
	position: absolute; top: 6%; right: 0;  color: White; padding:0.12rem;
}

.carousel-item .terminado {
	background-color: #1873c6;
}
.carousel-item .ejecucion {
	background-color: #ff9d48;
}
.carousel-item .desarrollo {
	background-color: #ed2d2d;
}
.carousel-item .planeacion {
	background-color: #ccce01;
}

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 768px) and (max-width: 3000px) {
	.carousel-item .conoce-mas, .carousel-item .tag {
	  font-size: 100% !important;
	}
  }
  
  /* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
  @media screen and (min-width: 0px) and (max-width: 768px) {
	.carousel-item .conoce-mas {
		padding: 5px 15px !important;
	}
	.carousel-item .conoce-mas, .carousel-item .tag {
		font-size: 75% !important;
	}
  }

.fa-email:before {
	content: "\f0e0";
}

a:focus,
button:focus {
	outline: none !important;
}

button::-moz-focus-inner {
	border: 0;
}

*:focus {
	outline: none;
}

blockquote {
	padding: 0;
	margin: 0;
}

input,
button,
select,
textarea {
	outline: none;
}

label {
	margin-bottom: 0;
}

p {
	margin: 0;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul li,
ol li {
	display: block;
}

dl {
	margin: 0;
}

dt,
dd {
	line-height: inherit;
}

dt {
	font-weight: inherit;
}

dd {
	margin-bottom: 0;
}

cite {
	font-style: normal;
}

form {
	margin-bottom: 0;
}

blockquote {
	padding-left: 0;
	border-left: 0;
}

address {
	margin-top: 0;
	margin-bottom: 0;
}

figure {
	margin-bottom: 0;
}

html p a:hover {
	text-decoration: none;
}

/*
* @package      Style
* @description  This package holds all common style declarations
*               of the site
*/
/*
* @section      Normalize
*
* @description  Resets default browser styling
*
* @link         http://github.com/necolas/normalize.css
* @license      MIT license - http://opensource.org/licenses/MIT
* @version      3.0.3
* @revision     1.0
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: top;
}

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

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

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

/*
* @bugfix input text-overflow padding ignore
* @affected lt IE11
*/
.lt-ie11 input {
	border-left: 1px solid rgba(0, 0, 0, 0);
	border-right: 1px solid rgba(0, 0, 0, 0);
	border-bottom-left-radius: 1px !important;
}

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

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

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

img {
	max-width: 100%;
	height: auto;
}

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

/*
* @section      Page Layouts
* @description  This section holds style declarations of all
*               included page layouts
*/
.page {
	overflow: hidden;
}

/*
* @subsection Boxed Layout
*/
html.boxed body {
	background: #444;
}

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

/*
* @subsection Box
*/
.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__left,
.box > .box__right,
.box > .box__body {
	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__left,
	html:not(.lt-ie10) .box-xs > .box__right,
	html:not(.lt-ie10) .box-xs > .box__body {
		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__left,
	html:not(.lt-ie10) .box-xs-clear > .box__right,
	html:not(.lt-ie10) .box-xs-clear .box__body {
		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__left,
	html:not(.lt-ie10) .box-sm > .box__right,
	html:not(.lt-ie10) .box-sm > .box__body {
		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__left,
	html:not(.lt-ie10) .box-sm-clear > .box__right,
	html:not(.lt-ie10) .box-sm-clear .box__body {
		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__left,
	html:not(.lt-ie10) .box-md > .box__right,
	html:not(.lt-ie10) .box-md > .box__body {
		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__left,
	html:not(.lt-ie10) .box-md-clear > .box__right,
	html:not(.lt-ie10) .box-md-clear .box__body {
		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__left,
	html:not(.lt-ie10) .box-lg > .box__right,
	html:not(.lt-ie10) .box-lg > .box__body {
		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__left,
	html:not(.lt-ie10) .box-lg-clear > .box__right,
	html:not(.lt-ie10) .box-lg-clear .box__body {
		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, html:not(.lt-ie10) .box .box__middle, .box-xs .box__middle, html:not(.lt-ie10) .box-xs .box__middle, .box-sm .box__middle, html:not(.lt-ie10) .box-sm .box__middle, .box-md .box__middle, html:not(.lt-ie10) .box-md .box__middle, .box-lg .box__middle, html:not(.lt-ie10) .box-lg .box__middle {
	vertical-align: middle;
}

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

/*
Components
 */
/*
* @subsection   Floating System
*/
.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;
	}
}

/*
* @subsection   Text Alignment
*/
.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;
	}
}

/*
* @subsection   Text Styling
*/
.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, strong {
	font-weight: 700;
}

.text-ubold {
	font-weight: 900;
}

.text-uppercase {
	text-transform: uppercase;
}

/*
* @subsection   Visibility System
*/
.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;
	}
	.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;
	}
	.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;
	}
}

/**
* @subsection   Animate.css
*
* @description  A bunch of cool, fun, and cross-browser animations
*               for you to use.
*
* @author       Daniel Eden
* @link         http://daneden.me/animate
* @license      MIT license - http://opensource.org/licenses/MIT
*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

html:not(.lt-ie10) .not-animated {
	opacity: 0;
}

/**
* Bounce Keyframes Animation
*/
@-webkit-keyframes bounce {
	0%, 20%, 53%, 80%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%, 43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

/**
* Flas Keyframes Animation
*/
@-webkit-keyframes flash {
	0%, 50%, 100% {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}

@keyframes flash {
	0%, 50%, 100% {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

/**
* Pulse Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

/**
* RubberBand Keyframes Animation
*/
@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

/**
* Shake Keyframes Animation
*/
@-webkit-keyframes shake {
	0%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shake {
	0%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

/**
* Swing Keyframes Animation
*/
@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

/**
* Tada Keyframes Animation
*/
@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%, 20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%, 20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

/**
* Wobble Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

/**
* BounceIn Keyframes Animation
*/
@-webkit-keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

/**
* BounceInDown Keyframes Animation
*/
@-webkit-keyframes bounceInDown {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInDown {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

/**
* BounceInLeft Keyframes Animation
*/
@-webkit-keyframes bounceInLeft {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInLeft {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

/**
* BounceInRight Keyframes Animation
*/
@-webkit-keyframes bounceInRight {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInRight {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

/**
* BounceInUp Keyframes Animation
*/
@-webkit-keyframes bounceInUp {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInUp {
	0%, 60%, 75%, 90%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

/**
* BounceOut Keyframes Animation
*/
@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

/**
* BounceOutDown Keyframes Animation
*/
@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

/**
* BounceOutLeft Keyframes Animation
*/
@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

/**
* BounceOutRight Keyframes Animation
*/
@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

/**
* BounceOutUp Keyframes Animation
*/
@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

/**
* FadeIn Keyframes Animation
*/
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

/**
* FadeInDown Keyframes Animation
*/
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

/**
* FadeInDownBig Keyframes Animation
*/
@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

/**
* FadeInLeft Keyframes Animation
*/
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

/**
* FadeInLeftBig Keyframes Animation
*/
@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

/**
* FadeInRight Keyframes Animation
*/
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

/**
* FadeInRightBig Keyframes Animation
*/
@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

/**
* FadeInUp Keyframes Animation
*/
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

/**
* FadeInUpBig Keyframes Animation
*/
@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

/**
* FadeOut Keyframes Animation
*/
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

/**
* FadeOutDown Keyframes Animation
*/
@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

/**
* FadeOutDownBig Keyframes Animation
*/
@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

/**
* FadeOutLeft Keyframes Animation
*/
@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

/**
* FadeOutLeftBig Keyframes Animation
*/
@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

/**
* FadeOutRight Keyframes Animation
*/
@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

/**
* FadeOutRightBig Keyframes Animation
*/
@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

/**
* FadeOutUp Keyframes Animation
*/
@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

/**
* FadeOutUpBig Keyframes Animation
*/
@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

/**
* Flip Keyframes Animation
*/
@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

/**
* FlipInX Keyframes Animation
*/
@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

/**
* FlipInY Keyframes Animation
*/
@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

/**
* FlipOutX Keyframes Animation
*/
@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

/**
* FlipOutY Keyframes Animation
*/
@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

/**
* LightSpeedIn Keyframes Animation
*/
@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

/**
* LightSpeedOut Keyframes Animation
*/
@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

/**
* RotateIn Keyframes Animation
*/
@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

/**
* RotateInDownLeft Keyframes Animation
*/
@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

/**
* RotateInDownRight Keyframes Animation
*/
@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

/**
* RotateInUpLeft Keyframes Animation
*/
@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

/**
* RotateInUpRight Keyframes Animation
*/
@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

/**
* RotateOut Keyframes Animation
*/
@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

/**
* RotateOutDownLeft Keyframes Animation
*/
@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

/**
* RotateOutDownRight Keyframes Animation
*/
@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

/**
* RotateOutUpLeft Keyframes Animation
*/
@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

/**
* RotateOutUpRight Keyframes Animation
*/
@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

/**
* Hinge Keyframes Animation
*/
@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	100% {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	100% {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

/**
* RollIn Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		-ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

/**
* RollOut Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

/**
* ZoomIn Keyframes Animation
*/
@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

/**
* ZoomInDown Keyframes Animation
*/
@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

/**
* ZoomInLeft Keyframes Animation
*/
@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

/**
* ZoomInRight Keyframes Animation
*/
@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

/**
* ZoomInUp Keyframes Animation
*/
@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

/**
* ZoomOut Keyframes Animation
*/
@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	100% {
		opacity: 0;
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	100% {
		opacity: 0;
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

/**
* ZoomOutDown Keyframes Animation
*/
@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}

/**
* ZoomOutLeft Keyframes Animation
*/
@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}

/**
* ZoomOutRight Keyframes Animation
*/
@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}

/**
* ZoomOutUp Keyframes Animation
*/
@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}

/**
* SlideInDown Keyframes Animation
*/
@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

/**
* SlideInLeft Keyframes Animation
*/
@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

/**
* SlideInRight Keyframes Animation
*/
@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

/**
* SlideInUp Keyframes Animation
*/
@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

/**
* SlideOutDown Keyframes Animation
*/
@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

/**
* SlideOutLeft Keyframes Animation
*/
@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

/**
* SlideOutRight Keyframes Animation
*/
@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

/**
* SlideOutUp Keyframes Animation
*/
@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

/*
* @subsection   Buttons
*/
.btn {
	display: inline-block;
	text-align: center;
	line-height: 1.25;
	white-space: nowrap;
	max-width: 100%;
	text-overflow: ellipsis;
	cursor: pointer;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	text-decoration: none;
	font-weight: 700;
}

.btn:hover {
	color: inherit;
	text-decoration: none;
}

.btn-fixed-width {
	width: 103px;
}

@media (min-width: 992px) {
	.btn-fixed-width {
		width: 140px;
	}
}

.btn-xs {
	padding: 7px;
	font-size: 14px;
}

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

.btn-sm {
	padding: 10px;
	font-size: 16px;
}

.btn-md {
	padding: 10px 20px;
	font-size: 13px;
}

.btn-md--inset-1 {
	padding: 10px 20px;
	font-size: 13px;
}

.btn-md--inset-2 {
	padding: 10px 20px;
	font-size: 13px;
}

.btn-md--inset-3 {
	padding: 10px 20px;
	font-size: 13px;
}

@media (min-width: 992px) {
	.btn-md {
		padding: 13px 33px;
		font-size: 17px;
	}
	.btn-md--inset-1 {
		padding: 13px 43px;
		font-size: 17px;
	}
	.btn-md--inset-2 {
		padding: 13px 61px;
		font-size: 17px;
	}
	.btn-md--inset-3 {
		padding: 13px 55px;
		font-size: 17px;
	}
}

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

.btn-xl {
	padding: 25px;
	font-size: 22px;
}

.btn-default {
	color: #333333;
	background: transparent;
	border-color: #c2c2c2;
}

.btn-default:hover {
	background: #c2c2c2;
}

.btn-default:active {
	background: #b5b5b5;
	border-color: #b5b5b5;
}

.btn-primary {
	color: #ffffff;
	background: #1972c6;
}

.btn-secondary {
	color: #ffffff;
	background: #ed2d2d;
}

.btn-kamil-primary, .btn-kamil-secondary {
	color: #ffffff;
	position: relative;
	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.btn-kamil-primary:before, .btn-kamil-secondary:before, .btn-kamil-primary:after, .btn-kamil-secondary:after,
.btn-kamil-primary span:before,
.btn-kamil-secondary span:before,
.btn-kamil-primary span:after,
.btn-kamil-secondary span:after {
	content: '';
	position: absolute;
	top: 0;
	width: 25%;
	height: 0;
	background: #1666b2;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	z-index: -1;
}

.btn-kamil-primary:before, .btn-kamil-secondary:before {
	left: 0;
}

.btn-kamil-primary:after, .btn-kamil-secondary:after {
	left: 50%;
}


.btn-kamil-primary span:before,
.btn-kamil-secondary span:before,
.btn-kamil-primary span:after,
.btn-kamil-secondary span:after {
	top: auto;
	bottom: 0;
}


.btn-kamil-primary span:before,
.btn-kamil-secondary span:before {
	left: 25%;
}


.btn-kamil-primary span:after,
.btn-kamil-secondary span:after {
	left: 75%;
}

.btn-kamil-primary:hover, .btn-kamil-secondary:hover {
	color: #ffffff;
}

.btn-kamil-primary:hover:before, .btn-kamil-secondary:hover:before, .btn-kamil-primary:hover:after, .btn-kamil-secondary:hover:after,
.btn-kamil-primary:hover span:before,
.btn-kamil-secondary:hover span:before, .btn-kamil-primary:hover span:after, .btn-kamil-secondary:hover span:after {
	height: 80px;
}

.btn-kamil-secondary:before, .btn-kamil-secondary:after,
.btn-kamil-secondary span:before,
.btn-kamil-secondary span:after {
	background: #d52828;
}

.btn-group {
	display: flex;
	justify-content: space-between;
}

@media (min-width: 1200px) {
	.btn-group {
		display: block;
	}
	.btn-group .btn + .btn {
		margin-left: 17px;
	}
}

.btn-modern {
	transition: 0.35 ease-in;
}

.btn-modern:hover {
	background-color: #1972c6;
}

.btn-modern-outline {
	background: transparent;
	border-color: #ffffff;
	transition: 0.35 ease-in;
}

.btn-modern-outline:hover {
	background-color: #1972c6;
	border-color: #1972c6;
}

/*
* @subsection   Icons
*/
.icon {
	display: inline-block;
	text-align: center;
	border-radius: 50%;
}

.icon-xs {
	width: 30px;
	height: 30px;
	line-height: 26px;
	font-size: 16px;
}

.icon-sm {
	width: 10px;
	height: 18px;
	line-height: 22px;
	font-size: 18px;
}

.icon-md {
	width: 30px;
	height: 30px;
	line-height: 26px;
	font-size: 22px;
}

.icon-lg {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
}

.icon-xl {
	width: 40px;
	height: 40px;
	line-height: 36px;
	font-size: 36px;
}

.icon-default {
	color: #bebebe;
	border-color: transparent;
}

.icon-contrast {
	color: #fff;
	border-color: transparent;
}

.icon-primary {
	color: #1972c6;
}

.icon-secondary {
	color: #ed2d2d;
}

a.icon-default:hover {
	color: #1972c6;
}

a.icon-primary:hover {
	background: #1665af;
}

/*
*
* Pricing
* --------------------------------------------------
*/
/**
* Style: Classic
*/
.pricing-table-classic__item {
	max-width: 385px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	text-align: center;
	background: #ffffff;
	box-shadow: 0 0 27px 0 rgba(204, 204, 204, 0.09);
}

.pricing-table-classic__item.pricing-table-classic__item_prefered .pricing-table__item-price-value {
	color: #ed2d2d;
}

.pricing-table-classic__item.pricing-table-classic__item_prefered .pricing-table__item-title {
	color: #ed2d2d;
}

.pricing-table-classic__item.pricing-table-classic__item_prefered .pricing-table__item-price-aside .top {
	color: #ed2d2d;
}

.pricing-table-classic__item .pricing-table__item-header {
	margin-bottom: -10px;
	margin-left: -15px;
}

.pricing-table-classic__item .pricing-table__item-header:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.pricing-table-classic__item .pricing-table__item-header > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 15px;
}

.pricing-table-classic__item .pricing-table__item-header > * {
	display: inline-block;
	vertical-align: middle;
}

.pricing-table-classic__item .pricing-table__item-title {
	font-weight: 700;
	letter-spacing: .075em;
	text-transform: uppercase;
	color: #1972c6;
}

.pricing-table-classic__item .pricing-table__item-label {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	background: #ed2d2d;
	font-size: 12px;
	line-height: 22px;
	white-space: nowrap;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .075em;
}

.pricing-table-classic__item .pricing-table__item-label::after {
	content: '';
	position: absolute;
	right: -6px;
	display: block;
	width: 6px;
	height: 21px;
	background-position: top left;
	-webkit-background-size: cover;
	background-size: cover;
	top: 0;
}

.pricing-table-classic__item .pricing-table__item-price {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #111111;
}

.pricing-table-classic__item .pricing-table__item-price > * {
	display: inline-block;
}

.pricing-table-classic__item .pricing-table__item-price-currency {
	position: relative;
	top: -2px;
	left: -2px;
	font-size: 24px;
	vertical-align: top;
}

.pricing-table-classic__item .pricing-table__item-price-value {
	font-size: 60px;
	line-height: 1;
}

.pricing-table-classic__item .pricing-table__item-price-aside {
	position: relative;
	top: -4px;
}

.pricing-table-classic__item .pricing-table__item-price-aside > * {
	display: block;
	margin-bottom: 3px;
	line-height: 1;
}

.pricing-table-classic__item .pricing-table__item-price-aside .top {
	font-size: 24px;
}

.pricing-table-classic__item .pricing-table__item-price-aside .bottom {
	font-size: 16px;
}

.pricing-table__item-features {
	letter-spacing: .05em;
}

.pricing-table__item-features .text-marked {
	padding-left: 3px;
	padding-right: 3px;
	font-weight: 400;
	color: #111111;
}

.pricing-table__item-features li[aria-disabled="true"] .text-marked {
	color: #d7d7d7;
}

.pricing-table__item-features > li + li {
	margin-top: 4px;
}

.pricing-table__item-control {
	display: inline-block;
}

.pricing-table__item-control:hover .btn {
	background-color: #ed2d2d;
	color: #ffffff;
}

* + .pricing-table__item-price {
	margin-top: 15px;
}

* + .pricing-table__item-features {
	margin-top: 20px;
}

* + .pricing-table__item-control {
	margin-top: 20px;
}

* + .pricing-table-classic {
	margin-top: 30px;
}

* + .pricing-table-classic__item {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.pricing-table-classic {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		box-shadow: 0 0 27px 0 rgba(155, 155, 155, 0.09);
	}
	.pricing-table-classic .pricing-table-classic__item {
		position: relative;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-moz-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-flex-basis: 33.33333%;
		-moz-flex-basis: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
		box-shadow: none;
	}
	.pricing-table-classic .pricing-table-classic__item::after {
		content: '';
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 1px;
		height: 68.5%;
		background: #cccccc;
	}
	.pricing-table-classic .pricing-table-classic__item:nth-child(3n)::after {
		display: none;
	}
	.pricing-table-classic__item {
		padding: 30px 25px 40px;
	}
	.pricing-table-classic__item * + .pricing-table__item-price {
		margin-top: 22px;
	}
	.pricing-table-classic__item * + .pricing-table__item-features {
		margin-top: 28px;
	}
	.pricing-table-classic__item * + .pricing-table__item-control {
		margin-top: 40px;
	}
	* + .pricing-table-classic__item {
		margin-top: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.pricing-table-classic__item .pricing-table__item-title {
		font-size: 13px;
	}
	.pricing-table-classic__item .pricing-table__item-label {
		font-size: 11px;
	}
	.pricing-table-classic__item .pricing-table__item-features {
		font-size: 13px;
	}
}

@media (min-width: 992px) {
	.pricing-table-classic__item {
		padding: 50px 30px 70px;
	}
	* + .pricing-table-classic {
		margin-top: 50px;
	}
}

/*
*
* Team
*/
.team-classic {
	text-align: left;
}

@media (min-width: xs) {
	.team-classic .unit.unit-0 > [class*='unit-']:first-child, .team-classic .unit.unit-0-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.team-classic .unit.unit-0 > .unit-left + .unit-right,
	.team-classic .unit.unit-0 > .unit-left + .unit-body, .team-classic .unit.unit-0-vertical > .unit-left + .unit-right,
	.team-classic .unit.unit-0-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 24px;
	}
	.team-classic .unit.unit-0 > .unit-body + .unit-right, .team-classic .unit.unit-0-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 24px;
	}
	.team-classic .unit.unit-0-horizontal > .unit-left + .unit-right,
	.team-classic .unit.unit-0-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 24px;
	}
	.team-classic .unit.unit-0-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 24px;
	}
	.team-classic .unit.unit-0--inverse > [class*='unit-']:first-child, .team-classic .unit.unit-0--inverse.unit-0-vertical > [class*='unit-']:first-child {
		padding-top: 24px;
	}
	.team-classic .unit.unit-0--inverse > [class*='unit-']:last-child, .team-classic .unit.unit-0--inverse.unit-0-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.team-classic .unit.unit-0--inverse.unit-0-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 24px;
	}
	.team-classic .unit.unit-0--inverse.unit-0-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: sm) {
	.team-classic .unit.unit-576px > [class*='unit-']:first-child, .team-classic .unit.unit-576px-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.team-classic .unit.unit-576px > .unit-left + .unit-right,
	.team-classic .unit.unit-576px > .unit-left + .unit-body, .team-classic .unit.unit-576px-vertical > .unit-left + .unit-right,
	.team-classic .unit.unit-576px-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 24px;
	}
	.team-classic .unit.unit-576px > .unit-body + .unit-right, .team-classic .unit.unit-576px-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 24px;
	}
	.team-classic .unit.unit-576px-horizontal > .unit-left + .unit-right,
	.team-classic .unit.unit-576px-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 24px;
	}
	.team-classic .unit.unit-576px-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 24px;
	}
	.team-classic .unit.unit-576px--inverse > [class*='unit-']:first-child, .team-classic .unit.unit-576px--inverse.unit-576px-vertical > [class*='unit-']:first-child {
		padding-top: 24px;
	}
	.team-classic .unit.unit-576px--inverse > [class*='unit-']:last-child, .team-classic .unit.unit-576px--inverse.unit-576px-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.team-classic .unit.unit-576px--inverse.unit-576px-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 24px;
	}
	.team-classic .unit.unit-576px--inverse.unit-576px-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: md) {
	.team-classic .unit.unit-768px > [class*='unit-']:first-child, .team-classic .unit.unit-768px-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.team-classic .unit.unit-768px > .unit-left + .unit-right,
	.team-classic .unit.unit-768px > .unit-left + .unit-body, .team-classic .unit.unit-768px-vertical > .unit-left + .unit-right,
	.team-classic .unit.unit-768px-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 24px;
	}
	.team-classic .unit.unit-768px > .unit-body + .unit-right, .team-classic .unit.unit-768px-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 24px;
	}
	.team-classic .unit.unit-768px-horizontal > .unit-left + .unit-right,
	.team-classic .unit.unit-768px-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 24px;
	}
	.team-classic .unit.unit-768px-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 24px;
	}
	.team-classic .unit.unit-768px--inverse > [class*='unit-']:first-child, .team-classic .unit.unit-768px--inverse.unit-768px-vertical > [class*='unit-']:first-child {
		padding-top: 24px;
	}
	.team-classic .unit.unit-768px--inverse > [class*='unit-']:last-child, .team-classic .unit.unit-768px--inverse.unit-768px-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.team-classic .unit.unit-768px--inverse.unit-768px-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 24px;
	}
	.team-classic .unit.unit-768px--inverse.unit-768px-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: lg) {
	.team-classic .unit.unit-992px > [class*='unit-']:first-child, .team-classic .unit.unit-992px-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.team-classic .unit.unit-992px > .unit-left + .unit-right,
	.team-classic .unit.unit-992px > .unit-left + .unit-body, .team-classic .unit.unit-992px-vertical > .unit-left + .unit-right,
	.team-classic .unit.unit-992px-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 24px;
	}
	.team-classic .unit.unit-992px > .unit-body + .unit-right, .team-classic .unit.unit-992px-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 24px;
	}
	.team-classic .unit.unit-992px-horizontal > .unit-left + .unit-right,
	.team-classic .unit.unit-992px-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 24px;
	}
	.team-classic .unit.unit-992px-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 24px;
	}
	.team-classic .unit.unit-992px--inverse > [class*='unit-']:first-child, .team-classic .unit.unit-992px--inverse.unit-992px-vertical > [class*='unit-']:first-child {
		padding-top: 24px;
	}
	.team-classic .unit.unit-992px--inverse > [class*='unit-']:last-child, .team-classic .unit.unit-992px--inverse.unit-992px-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.team-classic .unit.unit-992px--inverse.unit-992px-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 24px;
	}
	.team-classic .unit.unit-992px--inverse.unit-992px-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: xl) {
	.team-classic .unit.unit-1200px > [class*='unit-']:first-child, .team-classic .unit.unit-1200px-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.team-classic .unit.unit-1200px > .unit-left + .unit-right,
	.team-classic .unit.unit-1200px > .unit-left + .unit-body, .team-classic .unit.unit-1200px-vertical > .unit-left + .unit-right,
	.team-classic .unit.unit-1200px-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 24px;
	}
	.team-classic .unit.unit-1200px > .unit-body + .unit-right, .team-classic .unit.unit-1200px-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 24px;
	}
	.team-classic .unit.unit-1200px-horizontal > .unit-left + .unit-right,
	.team-classic .unit.unit-1200px-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 24px;
	}
	.team-classic .unit.unit-1200px-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 24px;
	}
	.team-classic .unit.unit-1200px--inverse > [class*='unit-']:first-child, .team-classic .unit.unit-1200px--inverse.unit-1200px-vertical > [class*='unit-']:first-child {
		padding-top: 24px;
	}
	.team-classic .unit.unit-1200px--inverse > [class*='unit-']:last-child, .team-classic .unit.unit-1200px--inverse.unit-1200px-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.team-classic .unit.unit-1200px--inverse.unit-1200px-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 24px;
	}
	.team-classic .unit.unit-1200px--inverse.unit-1200px-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: xxl) {
	.team-classic .unit.unit-1600px > [class*='unit-']:first-child, .team-classic .unit.unit-1600px-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.team-classic .unit.unit-1600px > .unit-left + .unit-right,
	.team-classic .unit.unit-1600px > .unit-left + .unit-body, .team-classic .unit.unit-1600px-vertical > .unit-left + .unit-right,
	.team-classic .unit.unit-1600px-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 24px;
	}
	.team-classic .unit.unit-1600px > .unit-body + .unit-right, .team-classic .unit.unit-1600px-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 24px;
	}
	.team-classic .unit.unit-1600px-horizontal > .unit-left + .unit-right,
	.team-classic .unit.unit-1600px-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 24px;
	}
	.team-classic .unit.unit-1600px-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 24px;
	}
	.team-classic .unit.unit-1600px--inverse > [class*='unit-']:first-child, .team-classic .unit.unit-1600px--inverse.unit-1600px-vertical > [class*='unit-']:first-child {
		padding-top: 24px;
	}
	.team-classic .unit.unit-1600px--inverse > [class*='unit-']:last-child, .team-classic .unit.unit-1600px--inverse.unit-1600px-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.team-classic .unit.unit-1600px--inverse.unit-1600px-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 24px;
	}
	.team-classic .unit.unit-1600px--inverse.unit-1600px-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

.team-classic-2 .team-classic-name span {
	color: #ed2d2d;
}

.team-classic-figure {
	display: block;
}

.team-classic-figure img {
	width: 100%;
}

.team-classic-figure-3 {
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
}

.team-classic-title {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.67;
	letter-spacing: .075em;
	font-style: italic;
	color: #151515;
}

.team-classic-title-2 {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: .075em;
	font-style: italic;
	text-transform: none;
}

.team-classic-name {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .1em;
	color: #151515;
}

.team-classic-name a {
	font-size: 14px;
	text-transform: uppercase;
}

.team-classic-name a, .team-classic-name a:active, .team-classic-name a:focus {
	color: inherit;
}

.team-classic-name a:hover {
	color: #1972c6;
}

.team-classic-name span {
	color: #1972c6;
}

* + .team-classic-title {
	margin-top: 36px;
}

* + .team-classic-name {
	margin-top: 10px;
}

@media (min-width: 576px) {
	.team-classic-figure-2 {
		clip-path: polygon(0% 0%, calc(100% - 13px) 0, calc(100% - 13px) 14%, 100% 14%, calc(100% - 13px) 36px, calc(100% - 13px) 100%, 0 100%);
	}
}

@media (min-width: 992px) {
	.team-classic-title-2 {
		font-size: 18px;
	}
	.team-classic-title-2 + .team-classic-name {
		margin-top: 16px;
	}
}

.team-modern {
	position: relative;
	text-align: center;
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	transition: all .3s ease;
	z-index: 1;
}

.team-modern-figure {
	position: relative;
	display: block;
}

.team-modern-figure img {
	width: 100%;
	transition: all .3s ease;
	will-change: transform;
}

.team-modern-caption {
	padding: 26px 0 0;
	overflow: hidden;
}

.team-modern-name {
	font-weight: 500;
	letter-spacing: .025em;
	text-transform: none;
}

.team-modern-status {
	letter-spacing: .05em;
}

.team-modern-social-list {
	text-align: center;
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -3px;
	margin-right: -3px;
}

.team-modern-social-list > * {
	margin-top: 8px;
	padding-left: 3px;
	padding-right: 3px;
}

.team-modern-social-list .icon {
	width: 31px;
	height: 31px;
	font-size: 15px;
	line-height: 31px;
	background: #edeff4;
}

.team-modern-social-list .icon:hover {
	background: #1972c6;
}

.team-modern-social-list .mdi-google-plus {
	font-size: 18px;
}

.team-modern-social-list a, .team-modern-social-list a:active, .team-modern-social-list a:focus {
	color: #151515;
}

.team-modern-social-list a:hover {
	color: #ffffff;
}

* + .team-modern-status {
	margin-top: 2px;
}

* + .team-modern-social-list {
	margin-top: 12px;
}

@media (min-width: 992px) {
	.desktop .team-modern::before {
		position: absolute;
		content: '';
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #ffffff;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
		opacity: 0;
		visibility: hidden;
		transition: inherit;
		z-index: -1;
	}
	.desktop .team-modern-social-list {
		transform: translate3d(0, -8px, 0);
		margin-bottom: -8px;
		margin-left: -3px;
		margin-right: -3px;
	}
	.desktop .team-modern-social-list > * {
		margin-top: 8px;
		padding-left: 3px;
		padding-right: 3px;
	}
	.desktop .team-modern-social-list li {
		transform: translate3d(0, 110%, 0);
		transition: all .2s ease;
	}
	.desktop .team-modern-social-list li:nth-child(2) {
		transition-delay: 50ms;
	}
	.desktop .team-modern-social-list li:nth-child(3) {
		transition-delay: 100ms;
	}
	.desktop .team-modern-social-list li:nth-child(4) {
		transition-delay: 150ms;
	}
	.desktop .team-modern-social-list li:nth-child(5) {
		transition-delay: 200ms;
	}
	.desktop .team-modern-social-list li:nth-child(6) {
		transition-delay: 250ms;
	}
	.desktop .team-modern-social-list li:nth-child(7) {
		transition-delay: 300ms;
	}
	.desktop .team-modern-social-list li:nth-child(8) {
		transition-delay: 350ms;
	}
	.desktop .team-modern-social-list li:nth-child(9) {
		transition-delay: 400ms;
	}
	.desktop .team-modern-social-list li:nth-child(10) {
		transition-delay: 450ms;
	}
	.desktop .team-modern:hover {
		transform: translate3d(0, -20px, 0);
	}
	.desktop .team-modern:hover::before {
		top: -12px;
		right: -12px;
		bottom: -24px;
		left: -12px;
		opacity: 1;
		visibility: visible;
	}
	.desktop .team-modern:hover .team-modern-social-list li {
		transform: none;
	}
}

@media (min-width: 992px) {
	.mac-os.desktop .team-modern::before {
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03);
	}
}

.team-creative {
	text-align: center;
}

.team-creative-figure {
	display: inline-block;
}

.team-creative-figure img {
	width: 100%;
}

.team-creative-name {
	font-weight: 400;
	letter-spacing: .075em;
	text-transform: none;
}

.team-creative-status {
	color: #1972c6;
}

.team-creative-text {
	color: #151515;
}

* + .team-creative-status {
	margin-top: 10px;
}

* + .team-creative-text {
	margin-top: 10px;
}

@media (min-width: 576px) {
	.team-creative {
		text-align: left;
	}
	* + .team-creative-text {
		margin-top: 26px;
	}
}

.team-ruth {
	position: relative;
	text-align: left;
	max-width: 370px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px;
	padding-bottom: 10px;
	will-change: transform;
	transition: all .3s ease;
	z-index: 1;
}

.team-ruth::before {
	position: absolute;
	content: '';
	top: 10px;
	right: 0;
	bottom: 0;
	left: 10px;
	background: #cccccc;
	transition: inherit;
	z-index: -1;
}

.team-ruth .unit {
	padding-right: 10px;
}

@media (min-width: xs) {
	.team-ruth .unit.unit-0 > [class*='unit-']:first-child, .team-ruth .unit.unit-0-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.team-ruth .unit.unit-0 > .unit-left + .unit-right,
	.team-ruth .unit.unit-0 > .unit-left + .unit-body, .team-ruth .unit.unit-0-vertical > .unit-left + .unit-right,
	.team-ruth .unit.unit-0-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 20px;
	}
	.team-ruth .unit.unit-0 > .unit-body + .unit-right, .team-ruth .unit.unit-0-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 20px;
	}
	.team-ruth .unit.unit-0-horizontal > .unit-left + .unit-right,
	.team-ruth .unit.unit-0-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 20px;
	}
	.team-ruth .unit.unit-0-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 20px;
	}
	.team-ruth .unit.unit-0--inverse > [class*='unit-']:first-child, .team-ruth .unit.unit-0--inverse.unit-0-vertical > [class*='unit-']:first-child {
		padding-top: 20px;
	}
	.team-ruth .unit.unit-0--inverse > [class*='unit-']:last-child, .team-ruth .unit.unit-0--inverse.unit-0-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.team-ruth .unit.unit-0--inverse.unit-0-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 20px;
	}
	.team-ruth .unit.unit-0--inverse.unit-0-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: sm) {
	.team-ruth .unit.unit-576px > [class*='unit-']:first-child, .team-ruth .unit.unit-576px-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.team-ruth .unit.unit-576px > .unit-left + .unit-right,
	.team-ruth .unit.unit-576px > .unit-left + .unit-body, .team-ruth .unit.unit-576px-vertical > .unit-left + .unit-right,
	.team-ruth .unit.unit-576px-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 20px;
	}
	.team-ruth .unit.unit-576px > .unit-body + .unit-right, .team-ruth .unit.unit-576px-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 20px;
	}
	.team-ruth .unit.unit-576px-horizontal > .unit-left + .unit-right,
	.team-ruth .unit.unit-576px-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 20px;
	}
	.team-ruth .unit.unit-576px-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 20px;
	}
	.team-ruth .unit.unit-576px--inverse > [class*='unit-']:first-child, .team-ruth .unit.unit-576px--inverse.unit-576px-vertical > [class*='unit-']:first-child {
		padding-top: 20px;
	}
	.team-ruth .unit.unit-576px--inverse > [class*='unit-']:last-child, .team-ruth .unit.unit-576px--inverse.unit-576px-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.team-ruth .unit.unit-576px--inverse.unit-576px-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 20px;
	}
	.team-ruth .unit.unit-576px--inverse.unit-576px-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: md) {
	.team-ruth .unit.unit-768px > [class*='unit-']:first-child, .team-ruth .unit.unit-768px-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.team-ruth .unit.unit-768px > .unit-left + .unit-right,
	.team-ruth .unit.unit-768px > .unit-left + .unit-body, .team-ruth .unit.unit-768px-vertical > .unit-left + .unit-right,
	.team-ruth .unit.unit-768px-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 20px;
	}
	.team-ruth .unit.unit-768px > .unit-body + .unit-right, .team-ruth .unit.unit-768px-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 20px;
	}
	.team-ruth .unit.unit-768px-horizontal > .unit-left + .unit-right,
	.team-ruth .unit.unit-768px-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 20px;
	}
	.team-ruth .unit.unit-768px-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 20px;
	}
	.team-ruth .unit.unit-768px--inverse > [class*='unit-']:first-child, .team-ruth .unit.unit-768px--inverse.unit-768px-vertical > [class*='unit-']:first-child {
		padding-top: 20px;
	}
	.team-ruth .unit.unit-768px--inverse > [class*='unit-']:last-child, .team-ruth .unit.unit-768px--inverse.unit-768px-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.team-ruth .unit.unit-768px--inverse.unit-768px-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 20px;
	}
	.team-ruth .unit.unit-768px--inverse.unit-768px-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: lg) {
	.team-ruth .unit.unit-992px > [class*='unit-']:first-child, .team-ruth .unit.unit-992px-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.team-ruth .unit.unit-992px > .unit-left + .unit-right,
	.team-ruth .unit.unit-992px > .unit-left + .unit-body, .team-ruth .unit.unit-992px-vertical > .unit-left + .unit-right,
	.team-ruth .unit.unit-992px-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 20px;
	}
	.team-ruth .unit.unit-992px > .unit-body + .unit-right, .team-ruth .unit.unit-992px-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 20px;
	}
	.team-ruth .unit.unit-992px-horizontal > .unit-left + .unit-right,
	.team-ruth .unit.unit-992px-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 20px;
	}
	.team-ruth .unit.unit-992px-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 20px;
	}
	.team-ruth .unit.unit-992px--inverse > [class*='unit-']:first-child, .team-ruth .unit.unit-992px--inverse.unit-992px-vertical > [class*='unit-']:first-child {
		padding-top: 20px;
	}
	.team-ruth .unit.unit-992px--inverse > [class*='unit-']:last-child, .team-ruth .unit.unit-992px--inverse.unit-992px-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.team-ruth .unit.unit-992px--inverse.unit-992px-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 20px;
	}
	.team-ruth .unit.unit-992px--inverse.unit-992px-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: xl) {
	.team-ruth .unit.unit-1200px > [class*='unit-']:first-child, .team-ruth .unit.unit-1200px-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.team-ruth .unit.unit-1200px > .unit-left + .unit-right,
	.team-ruth .unit.unit-1200px > .unit-left + .unit-body, .team-ruth .unit.unit-1200px-vertical > .unit-left + .unit-right,
	.team-ruth .unit.unit-1200px-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 20px;
	}
	.team-ruth .unit.unit-1200px > .unit-body + .unit-right, .team-ruth .unit.unit-1200px-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 20px;
	}
	.team-ruth .unit.unit-1200px-horizontal > .unit-left + .unit-right,
	.team-ruth .unit.unit-1200px-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 20px;
	}
	.team-ruth .unit.unit-1200px-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 20px;
	}
	.team-ruth .unit.unit-1200px--inverse > [class*='unit-']:first-child, .team-ruth .unit.unit-1200px--inverse.unit-1200px-vertical > [class*='unit-']:first-child {
		padding-top: 20px;
	}
	.team-ruth .unit.unit-1200px--inverse > [class*='unit-']:last-child, .team-ruth .unit.unit-1200px--inverse.unit-1200px-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.team-ruth .unit.unit-1200px--inverse.unit-1200px-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 20px;
	}
	.team-ruth .unit.unit-1200px--inverse.unit-1200px-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: xxl) {
	.team-ruth .unit.unit-1600px > [class*='unit-']:first-child, .team-ruth .unit.unit-1600px-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.team-ruth .unit.unit-1600px > .unit-left + .unit-right,
	.team-ruth .unit.unit-1600px > .unit-left + .unit-body, .team-ruth .unit.unit-1600px-vertical > .unit-left + .unit-right,
	.team-ruth .unit.unit-1600px-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 20px;
	}
	.team-ruth .unit.unit-1600px > .unit-body + .unit-right, .team-ruth .unit.unit-1600px-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 20px;
	}
	.team-ruth .unit.unit-1600px-horizontal > .unit-left + .unit-right,
	.team-ruth .unit.unit-1600px-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 20px;
	}
	.team-ruth .unit.unit-1600px-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 20px;
	}
	.team-ruth .unit.unit-1600px--inverse > [class*='unit-']:first-child, .team-ruth .unit.unit-1600px--inverse.unit-1600px-vertical > [class*='unit-']:first-child {
		padding-top: 20px;
	}
	.team-ruth .unit.unit-1600px--inverse > [class*='unit-']:last-child, .team-ruth .unit.unit-1600px--inverse.unit-1600px-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.team-ruth .unit.unit-1600px--inverse.unit-1600px-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 20px;
	}
	.team-ruth .unit.unit-1600px--inverse.unit-1600px-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

.team-ruth-body {
	background: #edeff4;
}

.team-ruth-header {
	padding: 25px 5% 15px;
}

.team-ruth-title {
	font-size: 14px;
	line-height: 1.72;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #1972c6;
}

.team-ruth-figure {
	display: block;
	overflow: hidden;
	width: 110px;
	clip-path: polygon(calc(100% - 11px) 0, 100% 15px, 100% 100%, 0 100%, 0 0);
}

.team-ruth-figure img {
	width: 100%;
}

.team-ruth-name {
	font-weight: 400;
	letter-spacing: .075em;
	text-transform: none;
}

.team-ruth-link {
	display: inline-block;
	letter-spacing: .05em;
}

.team-ruth-link, .team-ruth-link:active, .team-ruth-link:focus {
	color: #151515;
}

.team-ruth-link:hover {
	color: #ed2d2d;
}

.team-ruth-social-list .icon {
	font-size: 18px;
}

.team-ruth-social-list .icon, .team-ruth-social-list .icon:active, .team-ruth-social-list .icon:focus {
	color: #151515;
}

.team-ruth-social-list .icon:hover {
	color: #1972c6;
}

.team-ruth-social-list .mdi-google-plus {
	font-size: 24px;
}

.team-ruth-social-list > li {
	vertical-align: middle;
}

.team-ruth-footer {
	padding: 20px 5% 40px;
}

.team-ruth-text {
	color: rgba(21, 21, 21, 0.5);
}

* + .team-ruth-link {
	margin-top: 8px;
}

* + .team-ruth-social-list {
	margin-top: 14px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.unit.flex-sm-column {
		padding-right: 0;
	}
}

@media (min-width: 768px) {
	.team-ruth-header,
	.team-ruth-footer {
		padding-left: 6%;
		padding-right: 6%;
	}
}

@media (min-width: 992px) {
	.team-ruth-header,
	.team-ruth-footer {
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media (min-width: 1200px) and (min-width: xs) {
	.team-ruth .unit.unit-0 > [class*='unit-']:first-child, .team-ruth .unit.unit-0-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.team-ruth .unit.unit-0 > .unit-left + .unit-right,
	.team-ruth .unit.unit-0 > .unit-left + .unit-body, .team-ruth .unit.unit-0-vertical > .unit-left + .unit-right,
	.team-ruth .unit.unit-0-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 30px;
	}
	.team-ruth .unit.unit-0 > .unit-body + .unit-right, .team-ruth .unit.unit-0-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 30px;
	}
	.team-ruth .unit.unit-0-horizontal > .unit-left + .unit-right,
	.team-ruth .unit.unit-0-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 20px;
	}
	.team-ruth .unit.unit-0-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 20px;
	}
	.team-ruth .unit.unit-0--inverse > [class*='unit-']:first-child, .team-ruth .unit.unit-0--inverse.unit-0-vertical > [class*='unit-']:first-child {
		padding-top: 30px;
	}
	.team-ruth .unit.unit-0--inverse > [class*='unit-']:last-child, .team-ruth .unit.unit-0--inverse.unit-0-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.team-ruth .unit.unit-0--inverse.unit-0-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 20px;
	}
	.team-ruth .unit.unit-0--inverse.unit-0-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 1200px) and (min-width: sm) {
	.team-ruth .unit.unit-576px > [class*='unit-']:first-child, .team-ruth .unit.unit-576px-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.team-ruth .unit.unit-576px > .unit-left + .unit-right,
	.team-ruth .unit.unit-576px > .unit-left + .unit-body, .team-ruth .unit.unit-576px-vertical > .unit-left + .unit-right,
	.team-ruth .unit.unit-576px-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 30px;
	}
	.team-ruth .unit.unit-576px > .unit-body + .unit-right, .team-ruth .unit.unit-576px-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 30px;
	}
	.team-ruth .unit.unit-576px-horizontal > .unit-left + .unit-right,
	.team-ruth .unit.unit-576px-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 20px;
	}
	.team-ruth .unit.unit-576px-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 20px;
	}
	.team-ruth .unit.unit-576px--inverse > [class*='unit-']:first-child, .team-ruth .unit.unit-576px--inverse.unit-576px-vertical > [class*='unit-']:first-child {
		padding-top: 30px;
	}
	.team-ruth .unit.unit-576px--inverse > [class*='unit-']:last-child, .team-ruth .unit.unit-576px--inverse.unit-576px-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.team-ruth .unit.unit-576px--inverse.unit-576px-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 20px;
	}
	.team-ruth .unit.unit-576px--inverse.unit-576px-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 1200px) and (min-width: md) {
	.team-ruth .unit.unit-768px > [class*='unit-']:first-child, .team-ruth .unit.unit-768px-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.team-ruth .unit.unit-768px > .unit-left + .unit-right,
	.team-ruth .unit.unit-768px > .unit-left + .unit-body, .team-ruth .unit.unit-768px-vertical > .unit-left + .unit-right,
	.team-ruth .unit.unit-768px-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 30px;
	}
	.team-ruth .unit.unit-768px > .unit-body + .unit-right, .team-ruth .unit.unit-768px-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 30px;
	}
	.team-ruth .unit.unit-768px-horizontal > .unit-left + .unit-right,
	.team-ruth .unit.unit-768px-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 20px;
	}
	.team-ruth .unit.unit-768px-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 20px;
	}
	.team-ruth .unit.unit-768px--inverse > [class*='unit-']:first-child, .team-ruth .unit.unit-768px--inverse.unit-768px-vertical > [class*='unit-']:first-child {
		padding-top: 30px;
	}
	.team-ruth .unit.unit-768px--inverse > [class*='unit-']:last-child, .team-ruth .unit.unit-768px--inverse.unit-768px-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.team-ruth .unit.unit-768px--inverse.unit-768px-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 20px;
	}
	.team-ruth .unit.unit-768px--inverse.unit-768px-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 1200px) and (min-width: lg) {
	.team-ruth .unit.unit-992px > [class*='unit-']:first-child, .team-ruth .unit.unit-992px-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.team-ruth .unit.unit-992px > .unit-left + .unit-right,
	.team-ruth .unit.unit-992px > .unit-left + .unit-body, .team-ruth .unit.unit-992px-vertical > .unit-left + .unit-right,
	.team-ruth .unit.unit-992px-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 30px;
	}
	.team-ruth .unit.unit-992px > .unit-body + .unit-right, .team-ruth .unit.unit-992px-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 30px;
	}
	.team-ruth .unit.unit-992px-horizontal > .unit-left + .unit-right,
	.team-ruth .unit.unit-992px-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 20px;
	}
	.team-ruth .unit.unit-992px-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 20px;
	}
	.team-ruth .unit.unit-992px--inverse > [class*='unit-']:first-child, .team-ruth .unit.unit-992px--inverse.unit-992px-vertical > [class*='unit-']:first-child {
		padding-top: 30px;
	}
	.team-ruth .unit.unit-992px--inverse > [class*='unit-']:last-child, .team-ruth .unit.unit-992px--inverse.unit-992px-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.team-ruth .unit.unit-992px--inverse.unit-992px-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 20px;
	}
	.team-ruth .unit.unit-992px--inverse.unit-992px-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 1200px) and (min-width: xl) {
	.team-ruth .unit.unit-1200px > [class*='unit-']:first-child, .team-ruth .unit.unit-1200px-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.team-ruth .unit.unit-1200px > .unit-left + .unit-right,
	.team-ruth .unit.unit-1200px > .unit-left + .unit-body, .team-ruth .unit.unit-1200px-vertical > .unit-left + .unit-right,
	.team-ruth .unit.unit-1200px-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 30px;
	}
	.team-ruth .unit.unit-1200px > .unit-body + .unit-right, .team-ruth .unit.unit-1200px-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 30px;
	}
	.team-ruth .unit.unit-1200px-horizontal > .unit-left + .unit-right,
	.team-ruth .unit.unit-1200px-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 20px;
	}
	.team-ruth .unit.unit-1200px-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 20px;
	}
	.team-ruth .unit.unit-1200px--inverse > [class*='unit-']:first-child, .team-ruth .unit.unit-1200px--inverse.unit-1200px-vertical > [class*='unit-']:first-child {
		padding-top: 30px;
	}
	.team-ruth .unit.unit-1200px--inverse > [class*='unit-']:last-child, .team-ruth .unit.unit-1200px--inverse.unit-1200px-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.team-ruth .unit.unit-1200px--inverse.unit-1200px-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 20px;
	}
	.team-ruth .unit.unit-1200px--inverse.unit-1200px-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 1200px) and (min-width: xxl) {
	.team-ruth .unit.unit-1600px > [class*='unit-']:first-child, .team-ruth .unit.unit-1600px-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.team-ruth .unit.unit-1600px > .unit-left + .unit-right,
	.team-ruth .unit.unit-1600px > .unit-left + .unit-body, .team-ruth .unit.unit-1600px-vertical > .unit-left + .unit-right,
	.team-ruth .unit.unit-1600px-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 30px;
	}
	.team-ruth .unit.unit-1600px > .unit-body + .unit-right, .team-ruth .unit.unit-1600px-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 30px;
	}
	.team-ruth .unit.unit-1600px-horizontal > .unit-left + .unit-right,
	.team-ruth .unit.unit-1600px-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 20px;
	}
	.team-ruth .unit.unit-1600px-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 20px;
	}
	.team-ruth .unit.unit-1600px--inverse > [class*='unit-']:first-child, .team-ruth .unit.unit-1600px--inverse.unit-1600px-vertical > [class*='unit-']:first-child {
		padding-top: 30px;
	}
	.team-ruth .unit.unit-1600px--inverse > [class*='unit-']:last-child, .team-ruth .unit.unit-1600px--inverse.unit-1600px-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.team-ruth .unit.unit-1600px--inverse.unit-1600px-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 20px;
	}
	.team-ruth .unit.unit-1600px--inverse.unit-1600px-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 1200px) {
	.team-ruth-header {
		padding: 30px 26px 14px;
	}
	.team-ruth-figure {
		width: auto;
	}
	.team-ruth-footer {
		padding: 22px 12px 50px 28px;
	}
	* + .team-ruth-link {
		margin-top: 15px;
	}
}

@media (min-width: 992px) {
	.desktop .team-ruth:hover {
		transform: translate3d(0, -10px, 0);
	}
	.desktop .team-ruth:hover::before {
		box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.02);
	}
}

.ie-10 .team-ruth-figure,
.ie-11 .team-ruth-figure,
.ie-edge .team-ruth-figure {
	position: relative;
}

.ie-10 .team-ruth-figure::before,
.ie-11 .team-ruth-figure::before,
.ie-edge .team-ruth-figure::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 11px;
	height: 100%;
	background: #edeff4;
	transform: skew(35deg);
	transform-origin: 50% 0;
}

.team-abby {
	position: relative;
	overflow: hidden;
	color: #ffffff;
}

.team-abby::before {
	display: inline-block;
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(48, 48, 48, 0) 0%, #1d1d1d 100%);
	transition: all .3s ease;
	opacity: .83;
}

.team-abby img {
	width: 100%;
}

.team-abby-caption {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	position: absolute;
	content: '';
	padding: 10px 15px 15px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: all .3s ease;
	z-index: 1;
}

.team-abby-name {
	font-size: 20px;
	line-height: 1.44444;
	font-weight: 500;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	letter-spacing: .02em;
	color: inherit;
}

.team-abby-name a, .team-abby-name a:active, .team-abby-name a:focus {
	color: inherit;
}

.team-abby-name a:hover {
	color: #ed2d2d;
}

.team-abby-status {
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: .02em;
	color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 1200px) {
	.team-abby-caption {
		padding-bottom: 25px;
	}
	.team-abby-name {
		font-size: 18px;
	}
	.team-abby-status {
		font-size: 16px;
	}
	* + .team-abby-social-list {
		margin-top: 14px;
	}
}

.team-abby-social-list .icon {
	font-size: 18px;
}

.team-abby-social-list a, .team-abby-social-list a:active, .team-abby-social-list a:focus {
	color: inherit;
}

.team-abby-social-list a:hover {
	color: #1972c6;
}

* + .team-abby-status {
	margin-top: 4px;
}

* + .team-abby-social-list {
	margin-top: 10px;
}

@media (min-width: 992px) {
	.desktop .team-abby::before {
		transform: translate3d(0, 50px, 0);
		visibility: hidden;
		opacity: 0;
	}
	.desktop .team-abby-caption {
		transform: translate3d(0, -15px, 0);
		visibility: hidden;
		opacity: 0;
	}
	.desktop .team-abby:hover::before {
		transform: none;
		visibility: visible;
		opacity: .83;
	}
	.desktop .team-abby:hover .team-abby-caption {
		opacity: 1;
		transform: none;
		visibility: visible;
	}
}

.box-team .group-sm {
	font-size: 0;
	line-height: 0;
}

.box-team .group-sm > * {
	vertical-align: middle;
}

.box-team .title-style-1 + p {
	margin-top: 24px;
}

.box-team * + .group-sm {
	margin-top: 35px;
}

.list-0 > li {
	line-height: 1.3;
}

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

.list-xxs > li + li {
	margin-top: 14px;
}

.list-md > li + li {
	margin-top: 22px;
}

.list-lg > li + li {
	margin-top: 25px;
}

.list-xl > li + li {
	margin-top: 35px;
}

@media (min-width: 768px) {
	.list-lg > li + li {
		margin-top: 50px;
	}
	.list-xl > li + li {
		margin-top: 60px;
	}
}

@media (min-width: 1800px) {
	.list-lg > li + li {
		margin-top: 50px;
	}
	.list-xl > li + li {
		margin-top: 88px;
	}
}

.list-marked {
	padding-left: 25px;
	text-align: left;
}

.list-marked > li {
	position: relative;
	padding-left: 25px;
}

.list-marked > li:before {
	position: absolute;
	top: -1px;
	left: 0;
	content: '\f105';
	font: 400 16px/24px "FontAwesome";
	color: #cccccc;
}

.list-marked > li a {
	color: #2c343b;
}

.list-marked > li a:hover {
	color: #1972c6;
}

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

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

.list-ordered {
	padding-left: 25px;
	counter-reset: li;
	text-align: left;
}

.list-ordered li {
	position: relative;
	padding-left: 25px;
}

.list-ordered li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 15px;
	content: counter(li, decimal) ".";
	counter-increment: li;
	color: #cccccc;
}

.list-ordered li + li {
	margin-top: 10px;
}

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

.quote-primary__mark {
	position: relative;
	top: 6px;
	display: block;
	width: 37px;
	height: 27px;
	fill: #1972c6;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.quote-primary__body {
	position: relative;
	padding: 25px 0;
	border-top: 1px solid #cccccc;
}

.quote-primary__body:before, .quote-primary__body:after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 13px;
	border-style: solid;
	border-color: #cccccc;
}

.quote-primary__body:before {
	left: 0;
	width: 78px;
	border-width: 1px 1px 0 0;
}

.quote-primary__body:after {
	right: 0;
	width: calc(100% - 78px - 5px);
	border-width: 1px 0 0 1px;
	transform-origin: 0, 0;
	transform: skew(-45deg);
}

@media (min-width: 992px) {
	* + .quote-primary {
		margin-top: 36px;
	}
}

.quote-primary__text {
	padding-top: 20px;
}

.quote-primary__footer {
	padding-left: 5px;
}

* + .quote-primary__footer {
	margin-top: 8px;
}

@media (min-width: 480px) {
	.quote-primary__body {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: none;
		flex-wrap: nowrap;
		padding: 32px 0 40px 30px;
	}
	.quote-primary__text {
		padding-top: 0;
		padding-left: 20px;
	}
	.quote-primary__footer {
		padding-left: 30px;
	}
}

/**
* Time Line Styles
*/
.time-line-vertical-element:before {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #ffffff;
	border: 2px solid #ed2d2d;
}

.time-line-time {
	color: #2c343b;
	letter-spacing: 0.02em;
}

.time-line-content * + img {
	margin-top: 20px;
}

.time-line-content img + * {
	margin-top: 20px;
}

.time-line-content img + p {
	margin-top: 20px;
}

.time-line-content p {
	letter-spacing: 0.02em;
	color: #868e96;
}

.time-line-content * + p {
	margin-top: 10px;
}

.bg-gray-darker .time-line-content p {
	color: #edeff4;
}

/**
* Vertical Time Line
*/
.time-line-vertical {
	position: relative;
	max-width: 830px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
}

.time-line-vertical:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 7px;
	transform: translateX(-50%);
	border-left: 2px solid #ed2d2d;
}

.time-line-vertical-element {
	position: relative;
	padding-left: 35px;
}

.time-line-vertical-element:before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
}

.time-line-vertical-element + .time-line-vertical-element {
	margin-top: 35px;
}

@media (min-width: 768px) {
	.time-line-vertical:before,
	.time-line-vertical-element:before {
		display: none;
	}
	.time-line-vertical-element {
		padding-left: 0;
	}
	.time-line-vertical-element .time-line-content {
		position: relative;
		top: -3px;
	}
	.time-line-vertical-element .unit-left {
		max-width: 150px;
		width: 100%;
		text-align: right;
	}
	.time-line-vertical-element .unit-body {
		position: relative;
	}
	.time-line-vertical-element .unit-body:before {
		content: '';
		position: absolute;
		z-index: 1;
		left: 48px;
		top: 8px;
		width: 14px;
		height: 14px;
		border-radius: 50%;
		background-color: #ffffff;
		border: 2px solid #ed2d2d;
	}
	.time-line-vertical-element:last-child .unit-body:after {
		content: '';
		position: absolute;
		left: 54px;
		top: -250vh;
		bottom: -250vh;
		border-left: 2px solid #ed2d2d;
	}
	.time-line-vertical-element + .time-line-vertical-element {
		margin-top: 45px;
	}
	.time-line-vertical-element-offset + .time-line-vertical-element-offset {
		margin-top: 55px;
	}
}

* + .time-line-vertical {
	margin-top: 30px;
}

@media (min-width: 768px) {
	* + .time-line-vertical {
		margin-top: 45px;
	}
}

@media (min-width: 1200px) {
	* + .time-line-vertical {
		margin-top: 80px;
	}
}

/*
*
* Responsive unit
* --------------------------------------------------
*/
.unit {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-moz-box-flex: 0;
	-moz-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.unit-body {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-moz-box-flex: 0;
	-moz-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.unit-left,
.unit-right {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	-moz-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
}

.unit-align-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

.unit-align-left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
}

.unit-middle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.unit,
.unit-vertical {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-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: 15px;
}

.unit > .unit-body + .unit-right,
.unit-vertical > .unit-body + .unit-right {
	padding-left: 0;
	padding-top: 15px;
}

.unit-horizontal {
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-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: 20px;
}

.unit-horizontal > .unit-body + .unit-right {
	padding-top: 0;
	padding-left: 20px;
}

.unit--inverse {
	-webkit-box-direction: reverse;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.unit--inverse, .unit--inverse.unit-vertical {
	-webkit-box-direction: reverse;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column-reverse;
	-moz-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: 15px;
}

.unit--inverse > [class*='unit-']:last-child, .unit--inverse.unit-vertical > [class*='unit-']:last-child {
	padding-top: 0;
}

.unit--inverse.unit-horizontal {
	-webkit-box-direction: reverse;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	-moz-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: 20px;
}

.unit--inverse.unit-horizontal > [class*='unit-']:last-child {
	padding-left: 0;
}

@media (min-width: 576px) {
	.unit-sm-align-center {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
	}
	.unit-sm-align-left {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		justify-content: flex-start;
	}
	.unit-sm-middle {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		align-items: center;
	}
	.unit-sm,
	.unit-sm-vertical {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
		-moz-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: 15px;
	}
	.unit-sm > .unit-body + .unit-right,
	.unit-sm-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 15px;
	}
	.unit-sm-horizontal {
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row;
		-moz-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: 20px;
	}
	.unit-sm-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 20px;
	}
	.unit-sm--inverse {
		-webkit-box-direction: reverse;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.unit-sm--inverse, .unit-sm--inverse.unit-sm-vertical {
		-webkit-box-direction: reverse;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column-reverse;
		-moz-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: 15px;
	}
	.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-box-direction: reverse;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row-reverse;
		-moz-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: 20px;
	}
	.unit-sm--inverse.unit-sm-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 768px) {
	.unit-md-align-center {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
	}
	.unit-md-align-left {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		justify-content: flex-start;
	}
	.unit-md-middle {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		align-items: center;
	}
	.unit-md,
	.unit-md-vertical {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
		-moz-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: 15px;
	}
	.unit-md > .unit-body + .unit-right,
	.unit-md-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 15px;
	}
	.unit-md-horizontal {
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row;
		-moz-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: 20px;
	}
	.unit-md-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 20px;
	}
	.unit-md--inverse {
		-webkit-box-direction: reverse;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.unit-md--inverse, .unit-md--inverse.unit-md-vertical {
		-webkit-box-direction: reverse;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column-reverse;
		-moz-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: 15px;
	}
	.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-box-direction: reverse;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row-reverse;
		-moz-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: 20px;
	}
	.unit-md--inverse.unit-md-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 992px) {
	.unit-lg-align-center {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
	}
	.unit-lg-align-left {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		justify-content: flex-start;
	}
	.unit-lg-middle {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		align-items: center;
	}
	.unit-lg,
	.unit-lg-vertical {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
		-moz-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: 15px;
	}
	.unit-lg > .unit-body + .unit-right,
	.unit-lg-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 15px;
	}
	.unit-lg-horizontal {
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row;
		-moz-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: 20px;
	}
	.unit-lg-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 20px;
	}
	.unit-lg--inverse {
		-webkit-box-direction: reverse;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.unit-lg--inverse, .unit-lg--inverse.unit-lg-vertical {
		-webkit-box-direction: reverse;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column-reverse;
		-moz-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: 15px;
	}
	.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-box-direction: reverse;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row-reverse;
		-moz-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: 20px;
	}
	.unit-lg--inverse.unit-lg-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 1200px) {
	.unit-xl-align-center {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
	}
	.unit-xl-align-left {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		justify-content: flex-start;
	}
	.unit-xl-middle {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		align-items: center;
	}
	.unit-xl,
	.unit-xl-vertical {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
		-moz-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: 15px;
	}
	.unit-xl > .unit-body + .unit-right,
	.unit-xl-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 15px;
	}
	.unit-xl-horizontal {
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row;
		-moz-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: 20px;
	}
	.unit-xl-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 20px;
	}
	.unit-xl--inverse {
		-webkit-box-direction: reverse;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.unit-xl--inverse, .unit-xl--inverse.unit-xl-vertical {
		-webkit-box-direction: reverse;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column-reverse;
		-moz-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: 15px;
	}
	.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-box-direction: reverse;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row-reverse;
		-moz-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: 20px;
	}
	.unit-xl--inverse.unit-xl-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 1600px) {
	.unit-xxl-align-center {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
	}
	.unit-xxl-align-left {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		justify-content: flex-start;
	}
	.unit-xxl-middle {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		align-items: center;
	}
	.unit-xxl,
	.unit-xxl-vertical {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.unit-xxl > [class*='unit-']:first-child,
	.unit-xxl-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit-xxl > .unit-left + .unit-right,
	.unit-xxl > .unit-left + .unit-body,
	.unit-xxl-vertical > .unit-left + .unit-right,
	.unit-xxl-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 15px;
	}
	.unit-xxl > .unit-body + .unit-right,
	.unit-xxl-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 15px;
	}
	.unit-xxl-horizontal {
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.unit-xxl-horizontal > .unit-left + .unit-right,
	.unit-xxl-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 20px;
	}
	.unit-xxl-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 20px;
	}
	.unit-xxl--inverse {
		-webkit-box-direction: reverse;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.unit-xxl--inverse, .unit-xxl--inverse.unit-xxl-vertical {
		-webkit-box-direction: reverse;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.unit-xxl--inverse > [class*='unit-']:first-child, .unit-xxl--inverse.unit-xxl-vertical > [class*='unit-']:first-child {
		padding-top: 15px;
	}
	.unit-xxl--inverse > [class*='unit-']:last-child, .unit-xxl--inverse.unit-xxl-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit-xxl--inverse.unit-xxl-horizontal {
		-webkit-box-direction: reverse;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row-reverse;
		-moz-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.unit-xxl--inverse.unit-xxl-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 20px;
	}
	.unit-xxl--inverse.unit-xxl-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 1800px) {
	.unit.unit > [class*='unit-']:first-child, .unit.unit-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit.unit > .unit-left + .unit-right,
	.unit.unit > .unit-left + .unit-body, .unit.unit-vertical > .unit-left + .unit-right,
	.unit.unit-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit.unit > .unit-body + .unit-right, .unit.unit-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit.unit-horizontal > .unit-left + .unit-right,
	.unit.unit-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 30px;
	}
	.unit.unit-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 30px;
	}
	.unit.unit--inverse > [class*='unit-']:first-child, .unit.unit--inverse.unit-vertical > [class*='unit-']:first-child {
		padding-top: 20px;
	}
	.unit.unit--inverse > [class*='unit-']:last-child, .unit.unit--inverse.unit-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit.unit--inverse.unit-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 30px;
	}
	.unit.unit--inverse.unit-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 1800px) and (min-width: 576px) {
	.unit.unit-sm > [class*='unit-']:first-child, .unit.unit-sm-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit.unit-sm > .unit-left + .unit-right,
	.unit.unit-sm > .unit-left + .unit-body, .unit.unit-sm-vertical > .unit-left + .unit-right,
	.unit.unit-sm-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit.unit-sm > .unit-body + .unit-right, .unit.unit-sm-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit.unit-sm-horizontal > .unit-left + .unit-right,
	.unit.unit-sm-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 30px;
	}
	.unit.unit-sm-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 30px;
	}
	.unit.unit-sm--inverse > [class*='unit-']:first-child, .unit.unit-sm--inverse.unit-sm-vertical > [class*='unit-']:first-child {
		padding-top: 20px;
	}
	.unit.unit-sm--inverse > [class*='unit-']:last-child, .unit.unit-sm--inverse.unit-sm-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit.unit-sm--inverse.unit-sm-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 30px;
	}
	.unit.unit-sm--inverse.unit-sm-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 1800px) and (min-width: 768px) {
	.unit.unit-md > [class*='unit-']:first-child, .unit.unit-md-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit.unit-md > .unit-left + .unit-right,
	.unit.unit-md > .unit-left + .unit-body, .unit.unit-md-vertical > .unit-left + .unit-right,
	.unit.unit-md-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit.unit-md > .unit-body + .unit-right, .unit.unit-md-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit.unit-md-horizontal > .unit-left + .unit-right,
	.unit.unit-md-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 30px;
	}
	.unit.unit-md-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 30px;
	}
	.unit.unit-md--inverse > [class*='unit-']:first-child, .unit.unit-md--inverse.unit-md-vertical > [class*='unit-']:first-child {
		padding-top: 20px;
	}
	.unit.unit-md--inverse > [class*='unit-']:last-child, .unit.unit-md--inverse.unit-md-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit.unit-md--inverse.unit-md-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 30px;
	}
	.unit.unit-md--inverse.unit-md-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 1800px) and (min-width: 992px) {
	.unit.unit-lg > [class*='unit-']:first-child, .unit.unit-lg-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit.unit-lg > .unit-left + .unit-right,
	.unit.unit-lg > .unit-left + .unit-body, .unit.unit-lg-vertical > .unit-left + .unit-right,
	.unit.unit-lg-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit.unit-lg > .unit-body + .unit-right, .unit.unit-lg-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit.unit-lg-horizontal > .unit-left + .unit-right,
	.unit.unit-lg-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 30px;
	}
	.unit.unit-lg-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 30px;
	}
	.unit.unit-lg--inverse > [class*='unit-']:first-child, .unit.unit-lg--inverse.unit-lg-vertical > [class*='unit-']:first-child {
		padding-top: 20px;
	}
	.unit.unit-lg--inverse > [class*='unit-']:last-child, .unit.unit-lg--inverse.unit-lg-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit.unit-lg--inverse.unit-lg-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 30px;
	}
	.unit.unit-lg--inverse.unit-lg-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 1800px) and (min-width: 1200px) {
	.unit.unit-xl > [class*='unit-']:first-child, .unit.unit-xl-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit.unit-xl > .unit-left + .unit-right,
	.unit.unit-xl > .unit-left + .unit-body, .unit.unit-xl-vertical > .unit-left + .unit-right,
	.unit.unit-xl-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit.unit-xl > .unit-body + .unit-right, .unit.unit-xl-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit.unit-xl-horizontal > .unit-left + .unit-right,
	.unit.unit-xl-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 30px;
	}
	.unit.unit-xl-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 30px;
	}
	.unit.unit-xl--inverse > [class*='unit-']:first-child, .unit.unit-xl--inverse.unit-xl-vertical > [class*='unit-']:first-child {
		padding-top: 20px;
	}
	.unit.unit-xl--inverse > [class*='unit-']:last-child, .unit.unit-xl--inverse.unit-xl-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit.unit-xl--inverse.unit-xl-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 30px;
	}
	.unit.unit-xl--inverse.unit-xl-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 1800px) and (min-width: 1600px) {
	.unit.unit-xxl > [class*='unit-']:first-child, .unit.unit-xxl-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit.unit-xxl > .unit-left + .unit-right,
	.unit.unit-xxl > .unit-left + .unit-body, .unit.unit-xxl-vertical > .unit-left + .unit-right,
	.unit.unit-xxl-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit.unit-xxl > .unit-body + .unit-right, .unit.unit-xxl-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit.unit-xxl-horizontal > .unit-left + .unit-right,
	.unit.unit-xxl-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 30px;
	}
	.unit.unit-xxl-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 30px;
	}
	.unit.unit-xxl--inverse > [class*='unit-']:first-child, .unit.unit-xxl--inverse.unit-xxl-vertical > [class*='unit-']:first-child {
		padding-top: 20px;
	}
	.unit.unit-xxl--inverse > [class*='unit-']:last-child, .unit.unit-xxl--inverse.unit-xxl-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit.unit-xxl--inverse.unit-xxl-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 30px;
	}
	.unit.unit-xxl--inverse.unit-xxl-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

.unit-spacing-sm.unit > [class*='unit-']:first-child, .unit-spacing-sm.unit-vertical > [class*='unit-']:first-child {
	padding-top: 0;
}

.unit-spacing-sm.unit > .unit-left + .unit-right,
.unit-spacing-sm.unit > .unit-left + .unit-body, .unit-spacing-sm.unit-vertical > .unit-left + .unit-right,
.unit-spacing-sm.unit-vertical > .unit-left + .unit-body {
	padding-left: 0;
	padding-top: 10px;
}

.unit-spacing-sm.unit > .unit-body + .unit-right, .unit-spacing-sm.unit-vertical > .unit-body + .unit-right {
	padding-left: 0;
	padding-top: 10px;
}

.unit-spacing-sm.unit-horizontal > .unit-left + .unit-right,
.unit-spacing-sm.unit-horizontal > .unit-left + .unit-body {
	padding-top: 0;
	padding-left: 20px;
}

.unit-spacing-sm.unit-horizontal > .unit-body + .unit-right {
	padding-top: 0;
	padding-left: 20px;
}

.unit-spacing-sm.unit--inverse > [class*='unit-']:first-child, .unit-spacing-sm.unit--inverse.unit-vertical > [class*='unit-']:first-child {
	padding-top: 10px;
}

.unit-spacing-sm.unit--inverse > [class*='unit-']:last-child, .unit-spacing-sm.unit--inverse.unit-vertical > [class*='unit-']:last-child {
	padding-top: 0;
}

.unit-spacing-sm.unit--inverse.unit-horizontal > [class*='unit-']:first-child {
	padding-top: 0;
	padding-left: 20px;
}

.unit-spacing-sm.unit--inverse.unit-horizontal > [class*='unit-']:last-child {
	padding-left: 0;
}

@media (min-width: 576px) {
	.unit-spacing-sm.unit-sm > [class*='unit-']:first-child, .unit-spacing-sm.unit-sm-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit-spacing-sm.unit-sm > .unit-left + .unit-right,
	.unit-spacing-sm.unit-sm > .unit-left + .unit-body, .unit-spacing-sm.unit-sm-vertical > .unit-left + .unit-right,
	.unit-spacing-sm.unit-sm-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 10px;
	}
	.unit-spacing-sm.unit-sm > .unit-body + .unit-right, .unit-spacing-sm.unit-sm-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 10px;
	}
	.unit-spacing-sm.unit-sm-horizontal > .unit-left + .unit-right,
	.unit-spacing-sm.unit-sm-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 20px;
	}
	.unit-spacing-sm.unit-sm-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 20px;
	}
	.unit-spacing-sm.unit-sm--inverse > [class*='unit-']:first-child, .unit-spacing-sm.unit-sm--inverse.unit-sm-vertical > [class*='unit-']:first-child {
		padding-top: 10px;
	}
	.unit-spacing-sm.unit-sm--inverse > [class*='unit-']:last-child, .unit-spacing-sm.unit-sm--inverse.unit-sm-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit-spacing-sm.unit-sm--inverse.unit-sm-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 20px;
	}
	.unit-spacing-sm.unit-sm--inverse.unit-sm-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 768px) {
	.unit-spacing-sm.unit-md > [class*='unit-']:first-child, .unit-spacing-sm.unit-md-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit-spacing-sm.unit-md > .unit-left + .unit-right,
	.unit-spacing-sm.unit-md > .unit-left + .unit-body, .unit-spacing-sm.unit-md-vertical > .unit-left + .unit-right,
	.unit-spacing-sm.unit-md-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 10px;
	}
	.unit-spacing-sm.unit-md > .unit-body + .unit-right, .unit-spacing-sm.unit-md-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 10px;
	}
	.unit-spacing-sm.unit-md-horizontal > .unit-left + .unit-right,
	.unit-spacing-sm.unit-md-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 20px;
	}
	.unit-spacing-sm.unit-md-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 20px;
	}
	.unit-spacing-sm.unit-md--inverse > [class*='unit-']:first-child, .unit-spacing-sm.unit-md--inverse.unit-md-vertical > [class*='unit-']:first-child {
		padding-top: 10px;
	}
	.unit-spacing-sm.unit-md--inverse > [class*='unit-']:last-child, .unit-spacing-sm.unit-md--inverse.unit-md-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit-spacing-sm.unit-md--inverse.unit-md-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 20px;
	}
	.unit-spacing-sm.unit-md--inverse.unit-md-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 992px) {
	.unit-spacing-sm.unit-lg > [class*='unit-']:first-child, .unit-spacing-sm.unit-lg-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit-spacing-sm.unit-lg > .unit-left + .unit-right,
	.unit-spacing-sm.unit-lg > .unit-left + .unit-body, .unit-spacing-sm.unit-lg-vertical > .unit-left + .unit-right,
	.unit-spacing-sm.unit-lg-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 10px;
	}
	.unit-spacing-sm.unit-lg > .unit-body + .unit-right, .unit-spacing-sm.unit-lg-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 10px;
	}
	.unit-spacing-sm.unit-lg-horizontal > .unit-left + .unit-right,
	.unit-spacing-sm.unit-lg-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 20px;
	}
	.unit-spacing-sm.unit-lg-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 20px;
	}
	.unit-spacing-sm.unit-lg--inverse > [class*='unit-']:first-child, .unit-spacing-sm.unit-lg--inverse.unit-lg-vertical > [class*='unit-']:first-child {
		padding-top: 10px;
	}
	.unit-spacing-sm.unit-lg--inverse > [class*='unit-']:last-child, .unit-spacing-sm.unit-lg--inverse.unit-lg-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit-spacing-sm.unit-lg--inverse.unit-lg-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 20px;
	}
	.unit-spacing-sm.unit-lg--inverse.unit-lg-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 1200px) {
	.unit-spacing-sm.unit-xl > [class*='unit-']:first-child, .unit-spacing-sm.unit-xl-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit-spacing-sm.unit-xl > .unit-left + .unit-right,
	.unit-spacing-sm.unit-xl > .unit-left + .unit-body, .unit-spacing-sm.unit-xl-vertical > .unit-left + .unit-right,
	.unit-spacing-sm.unit-xl-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 10px;
	}
	.unit-spacing-sm.unit-xl > .unit-body + .unit-right, .unit-spacing-sm.unit-xl-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 10px;
	}
	.unit-spacing-sm.unit-xl-horizontal > .unit-left + .unit-right,
	.unit-spacing-sm.unit-xl-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 20px;
	}
	.unit-spacing-sm.unit-xl-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 20px;
	}
	.unit-spacing-sm.unit-xl--inverse > [class*='unit-']:first-child, .unit-spacing-sm.unit-xl--inverse.unit-xl-vertical > [class*='unit-']:first-child {
		padding-top: 10px;
	}
	.unit-spacing-sm.unit-xl--inverse > [class*='unit-']:last-child, .unit-spacing-sm.unit-xl--inverse.unit-xl-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit-spacing-sm.unit-xl--inverse.unit-xl-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 20px;
	}
	.unit-spacing-sm.unit-xl--inverse.unit-xl-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 1600px) {
	.unit-spacing-sm.unit-xxl > [class*='unit-']:first-child, .unit-spacing-sm.unit-xxl-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit-spacing-sm.unit-xxl > .unit-left + .unit-right,
	.unit-spacing-sm.unit-xxl > .unit-left + .unit-body, .unit-spacing-sm.unit-xxl-vertical > .unit-left + .unit-right,
	.unit-spacing-sm.unit-xxl-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 10px;
	}
	.unit-spacing-sm.unit-xxl > .unit-body + .unit-right, .unit-spacing-sm.unit-xxl-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 10px;
	}
	.unit-spacing-sm.unit-xxl-horizontal > .unit-left + .unit-right,
	.unit-spacing-sm.unit-xxl-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 20px;
	}
	.unit-spacing-sm.unit-xxl-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 20px;
	}
	.unit-spacing-sm.unit-xxl--inverse > [class*='unit-']:first-child, .unit-spacing-sm.unit-xxl--inverse.unit-xxl-vertical > [class*='unit-']:first-child {
		padding-top: 10px;
	}
	.unit-spacing-sm.unit-xxl--inverse > [class*='unit-']:last-child, .unit-spacing-sm.unit-xxl--inverse.unit-xxl-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit-spacing-sm.unit-xxl--inverse.unit-xxl-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 20px;
	}
	.unit-spacing-sm.unit-xxl--inverse.unit-xxl-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 1800px) {
	.unit-spacing-md-midle.unit > [class*='unit-']:first-child, .unit-spacing-md-midle.unit-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit-spacing-md-midle.unit > .unit-left + .unit-right,
	.unit-spacing-md-midle.unit > .unit-left + .unit-body, .unit-spacing-md-midle.unit-vertical > .unit-left + .unit-right,
	.unit-spacing-md-midle.unit-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-md-midle.unit > .unit-body + .unit-right, .unit-spacing-md-midle.unit-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-md-midle.unit-horizontal > .unit-left + .unit-right,
	.unit-spacing-md-midle.unit-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 50px;
	}
	.unit-spacing-md-midle.unit-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 50px;
	}
	.unit-spacing-md-midle.unit--inverse > [class*='unit-']:first-child, .unit-spacing-md-midle.unit--inverse.unit-vertical > [class*='unit-']:first-child {
		padding-top: 20px;
	}
	.unit-spacing-md-midle.unit--inverse > [class*='unit-']:last-child, .unit-spacing-md-midle.unit--inverse.unit-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit-spacing-md-midle.unit--inverse.unit-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 50px;
	}
	.unit-spacing-md-midle.unit--inverse.unit-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 1800px) and (min-width: 576px) {
	.unit-spacing-md-midle.unit-sm > [class*='unit-']:first-child, .unit-spacing-md-midle.unit-sm-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit-spacing-md-midle.unit-sm > .unit-left + .unit-right,
	.unit-spacing-md-midle.unit-sm > .unit-left + .unit-body, .unit-spacing-md-midle.unit-sm-vertical > .unit-left + .unit-right,
	.unit-spacing-md-midle.unit-sm-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-md-midle.unit-sm > .unit-body + .unit-right, .unit-spacing-md-midle.unit-sm-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-md-midle.unit-sm-horizontal > .unit-left + .unit-right,
	.unit-spacing-md-midle.unit-sm-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 50px;
	}
	.unit-spacing-md-midle.unit-sm-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 50px;
	}
	.unit-spacing-md-midle.unit-sm--inverse > [class*='unit-']:first-child, .unit-spacing-md-midle.unit-sm--inverse.unit-sm-vertical > [class*='unit-']:first-child {
		padding-top: 20px;
	}
	.unit-spacing-md-midle.unit-sm--inverse > [class*='unit-']:last-child, .unit-spacing-md-midle.unit-sm--inverse.unit-sm-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit-spacing-md-midle.unit-sm--inverse.unit-sm-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 50px;
	}
	.unit-spacing-md-midle.unit-sm--inverse.unit-sm-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 1800px) and (min-width: 768px) {
	.unit-spacing-md-midle.unit-md > [class*='unit-']:first-child, .unit-spacing-md-midle.unit-md-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit-spacing-md-midle.unit-md > .unit-left + .unit-right,
	.unit-spacing-md-midle.unit-md > .unit-left + .unit-body, .unit-spacing-md-midle.unit-md-vertical > .unit-left + .unit-right,
	.unit-spacing-md-midle.unit-md-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-md-midle.unit-md > .unit-body + .unit-right, .unit-spacing-md-midle.unit-md-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-md-midle.unit-md-horizontal > .unit-left + .unit-right,
	.unit-spacing-md-midle.unit-md-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 50px;
	}
	.unit-spacing-md-midle.unit-md-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 50px;
	}
	.unit-spacing-md-midle.unit-md--inverse > [class*='unit-']:first-child, .unit-spacing-md-midle.unit-md--inverse.unit-md-vertical > [class*='unit-']:first-child {
		padding-top: 20px;
	}
	.unit-spacing-md-midle.unit-md--inverse > [class*='unit-']:last-child, .unit-spacing-md-midle.unit-md--inverse.unit-md-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit-spacing-md-midle.unit-md--inverse.unit-md-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 50px;
	}
	.unit-spacing-md-midle.unit-md--inverse.unit-md-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 1800px) and (min-width: 992px) {
	.unit-spacing-md-midle.unit-lg > [class*='unit-']:first-child, .unit-spacing-md-midle.unit-lg-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit-spacing-md-midle.unit-lg > .unit-left + .unit-right,
	.unit-spacing-md-midle.unit-lg > .unit-left + .unit-body, .unit-spacing-md-midle.unit-lg-vertical > .unit-left + .unit-right,
	.unit-spacing-md-midle.unit-lg-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-md-midle.unit-lg > .unit-body + .unit-right, .unit-spacing-md-midle.unit-lg-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-md-midle.unit-lg-horizontal > .unit-left + .unit-right,
	.unit-spacing-md-midle.unit-lg-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 50px;
	}
	.unit-spacing-md-midle.unit-lg-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 50px;
	}
	.unit-spacing-md-midle.unit-lg--inverse > [class*='unit-']:first-child, .unit-spacing-md-midle.unit-lg--inverse.unit-lg-vertical > [class*='unit-']:first-child {
		padding-top: 20px;
	}
	.unit-spacing-md-midle.unit-lg--inverse > [class*='unit-']:last-child, .unit-spacing-md-midle.unit-lg--inverse.unit-lg-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit-spacing-md-midle.unit-lg--inverse.unit-lg-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 50px;
	}
	.unit-spacing-md-midle.unit-lg--inverse.unit-lg-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 1800px) and (min-width: 1200px) {
	.unit-spacing-md-midle.unit-xl > [class*='unit-']:first-child, .unit-spacing-md-midle.unit-xl-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit-spacing-md-midle.unit-xl > .unit-left + .unit-right,
	.unit-spacing-md-midle.unit-xl > .unit-left + .unit-body, .unit-spacing-md-midle.unit-xl-vertical > .unit-left + .unit-right,
	.unit-spacing-md-midle.unit-xl-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-md-midle.unit-xl > .unit-body + .unit-right, .unit-spacing-md-midle.unit-xl-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-md-midle.unit-xl-horizontal > .unit-left + .unit-right,
	.unit-spacing-md-midle.unit-xl-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 50px;
	}
	.unit-spacing-md-midle.unit-xl-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 50px;
	}
	.unit-spacing-md-midle.unit-xl--inverse > [class*='unit-']:first-child, .unit-spacing-md-midle.unit-xl--inverse.unit-xl-vertical > [class*='unit-']:first-child {
		padding-top: 20px;
	}
	.unit-spacing-md-midle.unit-xl--inverse > [class*='unit-']:last-child, .unit-spacing-md-midle.unit-xl--inverse.unit-xl-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit-spacing-md-midle.unit-xl--inverse.unit-xl-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 50px;
	}
	.unit-spacing-md-midle.unit-xl--inverse.unit-xl-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 1800px) and (min-width: 1600px) {
	.unit-spacing-md-midle.unit-xxl > [class*='unit-']:first-child, .unit-spacing-md-midle.unit-xxl-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit-spacing-md-midle.unit-xxl > .unit-left + .unit-right,
	.unit-spacing-md-midle.unit-xxl > .unit-left + .unit-body, .unit-spacing-md-midle.unit-xxl-vertical > .unit-left + .unit-right,
	.unit-spacing-md-midle.unit-xxl-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-md-midle.unit-xxl > .unit-body + .unit-right, .unit-spacing-md-midle.unit-xxl-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-md-midle.unit-xxl-horizontal > .unit-left + .unit-right,
	.unit-spacing-md-midle.unit-xxl-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 50px;
	}
	.unit-spacing-md-midle.unit-xxl-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 50px;
	}
	.unit-spacing-md-midle.unit-xxl--inverse > [class*='unit-']:first-child, .unit-spacing-md-midle.unit-xxl--inverse.unit-xxl-vertical > [class*='unit-']:first-child {
		padding-top: 20px;
	}
	.unit-spacing-md-midle.unit-xxl--inverse > [class*='unit-']:last-child, .unit-spacing-md-midle.unit-xxl--inverse.unit-xxl-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit-spacing-md-midle.unit-xxl--inverse.unit-xxl-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 50px;
	}
	.unit-spacing-md-midle.unit-xxl--inverse.unit-xxl-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

.unit-spacing-md.unit > [class*='unit-']:first-child, .unit-spacing-md.unit-vertical > [class*='unit-']:first-child {
	padding-top: 0;
}

.unit-spacing-md.unit > .unit-left + .unit-right,
.unit-spacing-md.unit > .unit-left + .unit-body, .unit-spacing-md.unit-vertical > .unit-left + .unit-right,
.unit-spacing-md.unit-vertical > .unit-left + .unit-body {
	padding-left: 0;
	padding-top: 20px;
}

.unit-spacing-md.unit > .unit-body + .unit-right, .unit-spacing-md.unit-vertical > .unit-body + .unit-right {
	padding-left: 0;
	padding-top: 20px;
}

.unit-spacing-md.unit-horizontal > .unit-left + .unit-right,
.unit-spacing-md.unit-horizontal > .unit-left + .unit-body {
	padding-top: 0;
	padding-left: 30px;
}

.unit-spacing-md.unit-horizontal > .unit-body + .unit-right {
	padding-top: 0;
	padding-left: 30px;
}

.unit-spacing-md.unit--inverse > [class*='unit-']:first-child, .unit-spacing-md.unit--inverse.unit-vertical > [class*='unit-']:first-child {
	padding-top: 20px;
}

.unit-spacing-md.unit--inverse > [class*='unit-']:last-child, .unit-spacing-md.unit--inverse.unit-vertical > [class*='unit-']:last-child {
	padding-top: 0;
}

.unit-spacing-md.unit--inverse.unit-horizontal > [class*='unit-']:first-child {
	padding-top: 0;
	padding-left: 30px;
}

.unit-spacing-md.unit--inverse.unit-horizontal > [class*='unit-']:last-child {
	padding-left: 0;
}

@media (min-width: 576px) {
	.unit-spacing-md.unit-sm > [class*='unit-']:first-child, .unit-spacing-md.unit-sm-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit-spacing-md.unit-sm > .unit-left + .unit-right,
	.unit-spacing-md.unit-sm > .unit-left + .unit-body, .unit-spacing-md.unit-sm-vertical > .unit-left + .unit-right,
	.unit-spacing-md.unit-sm-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-md.unit-sm > .unit-body + .unit-right, .unit-spacing-md.unit-sm-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-md.unit-sm-horizontal > .unit-left + .unit-right,
	.unit-spacing-md.unit-sm-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 30px;
	}
	.unit-spacing-md.unit-sm-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 30px;
	}
	.unit-spacing-md.unit-sm--inverse > [class*='unit-']:first-child, .unit-spacing-md.unit-sm--inverse.unit-sm-vertical > [class*='unit-']:first-child {
		padding-top: 20px;
	}
	.unit-spacing-md.unit-sm--inverse > [class*='unit-']:last-child, .unit-spacing-md.unit-sm--inverse.unit-sm-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit-spacing-md.unit-sm--inverse.unit-sm-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 30px;
	}
	.unit-spacing-md.unit-sm--inverse.unit-sm-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 768px) {
	.unit-spacing-md.unit-md > [class*='unit-']:first-child, .unit-spacing-md.unit-md-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit-spacing-md.unit-md > .unit-left + .unit-right,
	.unit-spacing-md.unit-md > .unit-left + .unit-body, .unit-spacing-md.unit-md-vertical > .unit-left + .unit-right,
	.unit-spacing-md.unit-md-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-md.unit-md > .unit-body + .unit-right, .unit-spacing-md.unit-md-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-md.unit-md-horizontal > .unit-left + .unit-right,
	.unit-spacing-md.unit-md-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 30px;
	}
	.unit-spacing-md.unit-md-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 30px;
	}
	.unit-spacing-md.unit-md--inverse > [class*='unit-']:first-child, .unit-spacing-md.unit-md--inverse.unit-md-vertical > [class*='unit-']:first-child {
		padding-top: 20px;
	}
	.unit-spacing-md.unit-md--inverse > [class*='unit-']:last-child, .unit-spacing-md.unit-md--inverse.unit-md-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit-spacing-md.unit-md--inverse.unit-md-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 30px;
	}
	.unit-spacing-md.unit-md--inverse.unit-md-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 992px) {
	.unit-spacing-md.unit-lg > [class*='unit-']:first-child, .unit-spacing-md.unit-lg-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit-spacing-md.unit-lg > .unit-left + .unit-right,
	.unit-spacing-md.unit-lg > .unit-left + .unit-body, .unit-spacing-md.unit-lg-vertical > .unit-left + .unit-right,
	.unit-spacing-md.unit-lg-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-md.unit-lg > .unit-body + .unit-right, .unit-spacing-md.unit-lg-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-md.unit-lg-horizontal > .unit-left + .unit-right,
	.unit-spacing-md.unit-lg-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 30px;
	}
	.unit-spacing-md.unit-lg-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 30px;
	}
	.unit-spacing-md.unit-lg--inverse > [class*='unit-']:first-child, .unit-spacing-md.unit-lg--inverse.unit-lg-vertical > [class*='unit-']:first-child {
		padding-top: 20px;
	}
	.unit-spacing-md.unit-lg--inverse > [class*='unit-']:last-child, .unit-spacing-md.unit-lg--inverse.unit-lg-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit-spacing-md.unit-lg--inverse.unit-lg-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 30px;
	}
	.unit-spacing-md.unit-lg--inverse.unit-lg-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 1200px) {
	.unit-spacing-md.unit-xl > [class*='unit-']:first-child, .unit-spacing-md.unit-xl-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit-spacing-md.unit-xl > .unit-left + .unit-right,
	.unit-spacing-md.unit-xl > .unit-left + .unit-body, .unit-spacing-md.unit-xl-vertical > .unit-left + .unit-right,
	.unit-spacing-md.unit-xl-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-md.unit-xl > .unit-body + .unit-right, .unit-spacing-md.unit-xl-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-md.unit-xl-horizontal > .unit-left + .unit-right,
	.unit-spacing-md.unit-xl-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 30px;
	}
	.unit-spacing-md.unit-xl-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 30px;
	}
	.unit-spacing-md.unit-xl--inverse > [class*='unit-']:first-child, .unit-spacing-md.unit-xl--inverse.unit-xl-vertical > [class*='unit-']:first-child {
		padding-top: 20px;
	}
	.unit-spacing-md.unit-xl--inverse > [class*='unit-']:last-child, .unit-spacing-md.unit-xl--inverse.unit-xl-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit-spacing-md.unit-xl--inverse.unit-xl-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 30px;
	}
	.unit-spacing-md.unit-xl--inverse.unit-xl-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 1600px) {
	.unit-spacing-md.unit-xxl > [class*='unit-']:first-child, .unit-spacing-md.unit-xxl-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit-spacing-md.unit-xxl > .unit-left + .unit-right,
	.unit-spacing-md.unit-xxl > .unit-left + .unit-body, .unit-spacing-md.unit-xxl-vertical > .unit-left + .unit-right,
	.unit-spacing-md.unit-xxl-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-md.unit-xxl > .unit-body + .unit-right, .unit-spacing-md.unit-xxl-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-md.unit-xxl-horizontal > .unit-left + .unit-right,
	.unit-spacing-md.unit-xxl-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 30px;
	}
	.unit-spacing-md.unit-xxl-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 30px;
	}
	.unit-spacing-md.unit-xxl--inverse > [class*='unit-']:first-child, .unit-spacing-md.unit-xxl--inverse.unit-xxl-vertical > [class*='unit-']:first-child {
		padding-top: 20px;
	}
	.unit-spacing-md.unit-xxl--inverse > [class*='unit-']:last-child, .unit-spacing-md.unit-xxl--inverse.unit-xxl-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit-spacing-md.unit-xxl--inverse.unit-xxl-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 30px;
	}
	.unit-spacing-md.unit-xxl--inverse.unit-xxl-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 1200px) {
	.unit-spacing-md.unit > [class*='unit-']:first-child, .unit-spacing-md.unit-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit-spacing-md.unit > .unit-left + .unit-right,
	.unit-spacing-md.unit > .unit-left + .unit-body, .unit-spacing-md.unit-vertical > .unit-left + .unit-right,
	.unit-spacing-md.unit-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-md.unit > .unit-body + .unit-right, .unit-spacing-md.unit-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-md.unit-horizontal > .unit-left + .unit-right,
	.unit-spacing-md.unit-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 65px;
	}
	.unit-spacing-md.unit-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 65px;
	}
	.unit-spacing-md.unit--inverse > [class*='unit-']:first-child, .unit-spacing-md.unit--inverse.unit-vertical > [class*='unit-']:first-child {
		padding-top: 20px;
	}
	.unit-spacing-md.unit--inverse > [class*='unit-']:last-child, .unit-spacing-md.unit--inverse.unit-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit-spacing-md.unit--inverse.unit-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 65px;
	}
	.unit-spacing-md.unit--inverse.unit-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 1200px) and (min-width: 576px) {
	.unit-spacing-md.unit-sm > [class*='unit-']:first-child, .unit-spacing-md.unit-sm-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit-spacing-md.unit-sm > .unit-left + .unit-right,
	.unit-spacing-md.unit-sm > .unit-left + .unit-body, .unit-spacing-md.unit-sm-vertical > .unit-left + .unit-right,
	.unit-spacing-md.unit-sm-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-md.unit-sm > .unit-body + .unit-right, .unit-spacing-md.unit-sm-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-md.unit-sm-horizontal > .unit-left + .unit-right,
	.unit-spacing-md.unit-sm-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 65px;
	}
	.unit-spacing-md.unit-sm-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 65px;
	}
	.unit-spacing-md.unit-sm--inverse > [class*='unit-']:first-child, .unit-spacing-md.unit-sm--inverse.unit-sm-vertical > [class*='unit-']:first-child {
		padding-top: 20px;
	}
	.unit-spacing-md.unit-sm--inverse > [class*='unit-']:last-child, .unit-spacing-md.unit-sm--inverse.unit-sm-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit-spacing-md.unit-sm--inverse.unit-sm-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 65px;
	}
	.unit-spacing-md.unit-sm--inverse.unit-sm-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 1200px) and (min-width: 768px) {
	.unit-spacing-md.unit-md > [class*='unit-']:first-child, .unit-spacing-md.unit-md-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit-spacing-md.unit-md > .unit-left + .unit-right,
	.unit-spacing-md.unit-md > .unit-left + .unit-body, .unit-spacing-md.unit-md-vertical > .unit-left + .unit-right,
	.unit-spacing-md.unit-md-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-md.unit-md > .unit-body + .unit-right, .unit-spacing-md.unit-md-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-md.unit-md-horizontal > .unit-left + .unit-right,
	.unit-spacing-md.unit-md-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 65px;
	}
	.unit-spacing-md.unit-md-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 65px;
	}
	.unit-spacing-md.unit-md--inverse > [class*='unit-']:first-child, .unit-spacing-md.unit-md--inverse.unit-md-vertical > [class*='unit-']:first-child {
		padding-top: 20px;
	}
	.unit-spacing-md.unit-md--inverse > [class*='unit-']:last-child, .unit-spacing-md.unit-md--inverse.unit-md-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit-spacing-md.unit-md--inverse.unit-md-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 65px;
	}
	.unit-spacing-md.unit-md--inverse.unit-md-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 1200px) and (min-width: 992px) {
	.unit-spacing-md.unit-lg > [class*='unit-']:first-child, .unit-spacing-md.unit-lg-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit-spacing-md.unit-lg > .unit-left + .unit-right,
	.unit-spacing-md.unit-lg > .unit-left + .unit-body, .unit-spacing-md.unit-lg-vertical > .unit-left + .unit-right,
	.unit-spacing-md.unit-lg-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-md.unit-lg > .unit-body + .unit-right, .unit-spacing-md.unit-lg-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-md.unit-lg-horizontal > .unit-left + .unit-right,
	.unit-spacing-md.unit-lg-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 65px;
	}
	.unit-spacing-md.unit-lg-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 65px;
	}
	.unit-spacing-md.unit-lg--inverse > [class*='unit-']:first-child, .unit-spacing-md.unit-lg--inverse.unit-lg-vertical > [class*='unit-']:first-child {
		padding-top: 20px;
	}
	.unit-spacing-md.unit-lg--inverse > [class*='unit-']:last-child, .unit-spacing-md.unit-lg--inverse.unit-lg-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit-spacing-md.unit-lg--inverse.unit-lg-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 65px;
	}
	.unit-spacing-md.unit-lg--inverse.unit-lg-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 1200px) and (min-width: 1200px) {
	.unit-spacing-md.unit-xl > [class*='unit-']:first-child, .unit-spacing-md.unit-xl-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit-spacing-md.unit-xl > .unit-left + .unit-right,
	.unit-spacing-md.unit-xl > .unit-left + .unit-body, .unit-spacing-md.unit-xl-vertical > .unit-left + .unit-right,
	.unit-spacing-md.unit-xl-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-md.unit-xl > .unit-body + .unit-right, .unit-spacing-md.unit-xl-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-md.unit-xl-horizontal > .unit-left + .unit-right,
	.unit-spacing-md.unit-xl-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 65px;
	}
	.unit-spacing-md.unit-xl-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 65px;
	}
	.unit-spacing-md.unit-xl--inverse > [class*='unit-']:first-child, .unit-spacing-md.unit-xl--inverse.unit-xl-vertical > [class*='unit-']:first-child {
		padding-top: 20px;
	}
	.unit-spacing-md.unit-xl--inverse > [class*='unit-']:last-child, .unit-spacing-md.unit-xl--inverse.unit-xl-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit-spacing-md.unit-xl--inverse.unit-xl-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 65px;
	}
	.unit-spacing-md.unit-xl--inverse.unit-xl-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 1200px) and (min-width: 1600px) {
	.unit-spacing-md.unit-xxl > [class*='unit-']:first-child, .unit-spacing-md.unit-xxl-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit-spacing-md.unit-xxl > .unit-left + .unit-right,
	.unit-spacing-md.unit-xxl > .unit-left + .unit-body, .unit-spacing-md.unit-xxl-vertical > .unit-left + .unit-right,
	.unit-spacing-md.unit-xxl-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-md.unit-xxl > .unit-body + .unit-right, .unit-spacing-md.unit-xxl-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-md.unit-xxl-horizontal > .unit-left + .unit-right,
	.unit-spacing-md.unit-xxl-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 65px;
	}
	.unit-spacing-md.unit-xxl-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 65px;
	}
	.unit-spacing-md.unit-xxl--inverse > [class*='unit-']:first-child, .unit-spacing-md.unit-xxl--inverse.unit-xxl-vertical > [class*='unit-']:first-child {
		padding-top: 20px;
	}
	.unit-spacing-md.unit-xxl--inverse > [class*='unit-']:last-child, .unit-spacing-md.unit-xxl--inverse.unit-xxl-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit-spacing-md.unit-xxl--inverse.unit-xxl-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 65px;
	}
	.unit-spacing-md.unit-xxl--inverse.unit-xxl-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

.unit-spacing-xxl.unit > [class*='unit-']:first-child, .unit-spacing-xxl.unit-vertical > [class*='unit-']:first-child {
	padding-top: 0;
}

.unit-spacing-xxl.unit > .unit-left + .unit-right,
.unit-spacing-xxl.unit > .unit-left + .unit-body, .unit-spacing-xxl.unit-vertical > .unit-left + .unit-right,
.unit-spacing-xxl.unit-vertical > .unit-left + .unit-body {
	padding-left: 0;
	padding-top: 10px;
}

.unit-spacing-xxl.unit > .unit-body + .unit-right, .unit-spacing-xxl.unit-vertical > .unit-body + .unit-right {
	padding-left: 0;
	padding-top: 10px;
}

.unit-spacing-xxl.unit-horizontal > .unit-left + .unit-right,
.unit-spacing-xxl.unit-horizontal > .unit-left + .unit-body {
	padding-top: 0;
	padding-left: 15px;
}

.unit-spacing-xxl.unit-horizontal > .unit-body + .unit-right {
	padding-top: 0;
	padding-left: 15px;
}

.unit-spacing-xxl.unit--inverse > [class*='unit-']:first-child, .unit-spacing-xxl.unit--inverse.unit-vertical > [class*='unit-']:first-child {
	padding-top: 10px;
}

.unit-spacing-xxl.unit--inverse > [class*='unit-']:last-child, .unit-spacing-xxl.unit--inverse.unit-vertical > [class*='unit-']:last-child {
	padding-top: 0;
}

.unit-spacing-xxl.unit--inverse.unit-horizontal > [class*='unit-']:first-child {
	padding-top: 0;
	padding-left: 15px;
}

.unit-spacing-xxl.unit--inverse.unit-horizontal > [class*='unit-']:last-child {
	padding-left: 0;
}

@media (min-width: 576px) {
	.unit-spacing-xxl.unit-sm > [class*='unit-']:first-child, .unit-spacing-xxl.unit-sm-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit-spacing-xxl.unit-sm > .unit-left + .unit-right,
	.unit-spacing-xxl.unit-sm > .unit-left + .unit-body, .unit-spacing-xxl.unit-sm-vertical > .unit-left + .unit-right,
	.unit-spacing-xxl.unit-sm-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 10px;
	}
	.unit-spacing-xxl.unit-sm > .unit-body + .unit-right, .unit-spacing-xxl.unit-sm-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 10px;
	}
	.unit-spacing-xxl.unit-sm-horizontal > .unit-left + .unit-right,
	.unit-spacing-xxl.unit-sm-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 15px;
	}
	.unit-spacing-xxl.unit-sm-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 15px;
	}
	.unit-spacing-xxl.unit-sm--inverse > [class*='unit-']:first-child, .unit-spacing-xxl.unit-sm--inverse.unit-sm-vertical > [class*='unit-']:first-child {
		padding-top: 10px;
	}
	.unit-spacing-xxl.unit-sm--inverse > [class*='unit-']:last-child, .unit-spacing-xxl.unit-sm--inverse.unit-sm-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit-spacing-xxl.unit-sm--inverse.unit-sm-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 15px;
	}
	.unit-spacing-xxl.unit-sm--inverse.unit-sm-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 768px) {
	.unit-spacing-xxl.unit-md > [class*='unit-']:first-child, .unit-spacing-xxl.unit-md-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit-spacing-xxl.unit-md > .unit-left + .unit-right,
	.unit-spacing-xxl.unit-md > .unit-left + .unit-body, .unit-spacing-xxl.unit-md-vertical > .unit-left + .unit-right,
	.unit-spacing-xxl.unit-md-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 10px;
	}
	.unit-spacing-xxl.unit-md > .unit-body + .unit-right, .unit-spacing-xxl.unit-md-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 10px;
	}
	.unit-spacing-xxl.unit-md-horizontal > .unit-left + .unit-right,
	.unit-spacing-xxl.unit-md-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 15px;
	}
	.unit-spacing-xxl.unit-md-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 15px;
	}
	.unit-spacing-xxl.unit-md--inverse > [class*='unit-']:first-child, .unit-spacing-xxl.unit-md--inverse.unit-md-vertical > [class*='unit-']:first-child {
		padding-top: 10px;
	}
	.unit-spacing-xxl.unit-md--inverse > [class*='unit-']:last-child, .unit-spacing-xxl.unit-md--inverse.unit-md-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit-spacing-xxl.unit-md--inverse.unit-md-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 15px;
	}
	.unit-spacing-xxl.unit-md--inverse.unit-md-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 992px) {
	.unit-spacing-xxl.unit-lg > [class*='unit-']:first-child, .unit-spacing-xxl.unit-lg-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit-spacing-xxl.unit-lg > .unit-left + .unit-right,
	.unit-spacing-xxl.unit-lg > .unit-left + .unit-body, .unit-spacing-xxl.unit-lg-vertical > .unit-left + .unit-right,
	.unit-spacing-xxl.unit-lg-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 10px;
	}
	.unit-spacing-xxl.unit-lg > .unit-body + .unit-right, .unit-spacing-xxl.unit-lg-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 10px;
	}
	.unit-spacing-xxl.unit-lg-horizontal > .unit-left + .unit-right,
	.unit-spacing-xxl.unit-lg-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 15px;
	}
	.unit-spacing-xxl.unit-lg-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 15px;
	}
	.unit-spacing-xxl.unit-lg--inverse > [class*='unit-']:first-child, .unit-spacing-xxl.unit-lg--inverse.unit-lg-vertical > [class*='unit-']:first-child {
		padding-top: 10px;
	}
	.unit-spacing-xxl.unit-lg--inverse > [class*='unit-']:last-child, .unit-spacing-xxl.unit-lg--inverse.unit-lg-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit-spacing-xxl.unit-lg--inverse.unit-lg-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 15px;
	}
	.unit-spacing-xxl.unit-lg--inverse.unit-lg-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 1200px) {
	.unit-spacing-xxl.unit-xl > [class*='unit-']:first-child, .unit-spacing-xxl.unit-xl-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit-spacing-xxl.unit-xl > .unit-left + .unit-right,
	.unit-spacing-xxl.unit-xl > .unit-left + .unit-body, .unit-spacing-xxl.unit-xl-vertical > .unit-left + .unit-right,
	.unit-spacing-xxl.unit-xl-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 10px;
	}
	.unit-spacing-xxl.unit-xl > .unit-body + .unit-right, .unit-spacing-xxl.unit-xl-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 10px;
	}
	.unit-spacing-xxl.unit-xl-horizontal > .unit-left + .unit-right,
	.unit-spacing-xxl.unit-xl-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 15px;
	}
	.unit-spacing-xxl.unit-xl-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 15px;
	}
	.unit-spacing-xxl.unit-xl--inverse > [class*='unit-']:first-child, .unit-spacing-xxl.unit-xl--inverse.unit-xl-vertical > [class*='unit-']:first-child {
		padding-top: 10px;
	}
	.unit-spacing-xxl.unit-xl--inverse > [class*='unit-']:last-child, .unit-spacing-xxl.unit-xl--inverse.unit-xl-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit-spacing-xxl.unit-xl--inverse.unit-xl-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 15px;
	}
	.unit-spacing-xxl.unit-xl--inverse.unit-xl-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 1600px) {
	.unit-spacing-xxl.unit-xxl > [class*='unit-']:first-child, .unit-spacing-xxl.unit-xxl-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit-spacing-xxl.unit-xxl > .unit-left + .unit-right,
	.unit-spacing-xxl.unit-xxl > .unit-left + .unit-body, .unit-spacing-xxl.unit-xxl-vertical > .unit-left + .unit-right,
	.unit-spacing-xxl.unit-xxl-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 10px;
	}
	.unit-spacing-xxl.unit-xxl > .unit-body + .unit-right, .unit-spacing-xxl.unit-xxl-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 10px;
	}
	.unit-spacing-xxl.unit-xxl-horizontal > .unit-left + .unit-right,
	.unit-spacing-xxl.unit-xxl-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 15px;
	}
	.unit-spacing-xxl.unit-xxl-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 15px;
	}
	.unit-spacing-xxl.unit-xxl--inverse > [class*='unit-']:first-child, .unit-spacing-xxl.unit-xxl--inverse.unit-xxl-vertical > [class*='unit-']:first-child {
		padding-top: 10px;
	}
	.unit-spacing-xxl.unit-xxl--inverse > [class*='unit-']:last-child, .unit-spacing-xxl.unit-xxl--inverse.unit-xxl-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit-spacing-xxl.unit-xxl--inverse.unit-xxl-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 15px;
	}
	.unit-spacing-xxl.unit-xxl--inverse.unit-xxl-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 768px) {
	.unit-spacing-xxl.unit > [class*='unit-']:first-child, .unit-spacing-xxl.unit-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit-spacing-xxl.unit > .unit-left + .unit-right,
	.unit-spacing-xxl.unit > .unit-left + .unit-body, .unit-spacing-xxl.unit-vertical > .unit-left + .unit-right,
	.unit-spacing-xxl.unit-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-xxl.unit > .unit-body + .unit-right, .unit-spacing-xxl.unit-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-xxl.unit-horizontal > .unit-left + .unit-right,
	.unit-spacing-xxl.unit-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 115px;
	}
	.unit-spacing-xxl.unit-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 115px;
	}
	.unit-spacing-xxl.unit--inverse > [class*='unit-']:first-child, .unit-spacing-xxl.unit--inverse.unit-vertical > [class*='unit-']:first-child {
		padding-top: 20px;
	}
	.unit-spacing-xxl.unit--inverse > [class*='unit-']:last-child, .unit-spacing-xxl.unit--inverse.unit-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit-spacing-xxl.unit--inverse.unit-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 115px;
	}
	.unit-spacing-xxl.unit--inverse.unit-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 768px) and (min-width: 576px) {
	.unit-spacing-xxl.unit-sm > [class*='unit-']:first-child, .unit-spacing-xxl.unit-sm-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit-spacing-xxl.unit-sm > .unit-left + .unit-right,
	.unit-spacing-xxl.unit-sm > .unit-left + .unit-body, .unit-spacing-xxl.unit-sm-vertical > .unit-left + .unit-right,
	.unit-spacing-xxl.unit-sm-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-xxl.unit-sm > .unit-body + .unit-right, .unit-spacing-xxl.unit-sm-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-xxl.unit-sm-horizontal > .unit-left + .unit-right,
	.unit-spacing-xxl.unit-sm-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 115px;
	}
	.unit-spacing-xxl.unit-sm-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 115px;
	}
	.unit-spacing-xxl.unit-sm--inverse > [class*='unit-']:first-child, .unit-spacing-xxl.unit-sm--inverse.unit-sm-vertical > [class*='unit-']:first-child {
		padding-top: 20px;
	}
	.unit-spacing-xxl.unit-sm--inverse > [class*='unit-']:last-child, .unit-spacing-xxl.unit-sm--inverse.unit-sm-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit-spacing-xxl.unit-sm--inverse.unit-sm-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 115px;
	}
	.unit-spacing-xxl.unit-sm--inverse.unit-sm-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 768px) and (min-width: 768px) {
	.unit-spacing-xxl.unit-md > [class*='unit-']:first-child, .unit-spacing-xxl.unit-md-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit-spacing-xxl.unit-md > .unit-left + .unit-right,
	.unit-spacing-xxl.unit-md > .unit-left + .unit-body, .unit-spacing-xxl.unit-md-vertical > .unit-left + .unit-right,
	.unit-spacing-xxl.unit-md-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-xxl.unit-md > .unit-body + .unit-right, .unit-spacing-xxl.unit-md-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-xxl.unit-md-horizontal > .unit-left + .unit-right,
	.unit-spacing-xxl.unit-md-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 115px;
	}
	.unit-spacing-xxl.unit-md-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 115px;
	}
	.unit-spacing-xxl.unit-md--inverse > [class*='unit-']:first-child, .unit-spacing-xxl.unit-md--inverse.unit-md-vertical > [class*='unit-']:first-child {
		padding-top: 20px;
	}
	.unit-spacing-xxl.unit-md--inverse > [class*='unit-']:last-child, .unit-spacing-xxl.unit-md--inverse.unit-md-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit-spacing-xxl.unit-md--inverse.unit-md-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 115px;
	}
	.unit-spacing-xxl.unit-md--inverse.unit-md-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 768px) and (min-width: 992px) {
	.unit-spacing-xxl.unit-lg > [class*='unit-']:first-child, .unit-spacing-xxl.unit-lg-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit-spacing-xxl.unit-lg > .unit-left + .unit-right,
	.unit-spacing-xxl.unit-lg > .unit-left + .unit-body, .unit-spacing-xxl.unit-lg-vertical > .unit-left + .unit-right,
	.unit-spacing-xxl.unit-lg-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-xxl.unit-lg > .unit-body + .unit-right, .unit-spacing-xxl.unit-lg-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-xxl.unit-lg-horizontal > .unit-left + .unit-right,
	.unit-spacing-xxl.unit-lg-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 115px;
	}
	.unit-spacing-xxl.unit-lg-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 115px;
	}
	.unit-spacing-xxl.unit-lg--inverse > [class*='unit-']:first-child, .unit-spacing-xxl.unit-lg--inverse.unit-lg-vertical > [class*='unit-']:first-child {
		padding-top: 20px;
	}
	.unit-spacing-xxl.unit-lg--inverse > [class*='unit-']:last-child, .unit-spacing-xxl.unit-lg--inverse.unit-lg-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit-spacing-xxl.unit-lg--inverse.unit-lg-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 115px;
	}
	.unit-spacing-xxl.unit-lg--inverse.unit-lg-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 768px) and (min-width: 1200px) {
	.unit-spacing-xxl.unit-xl > [class*='unit-']:first-child, .unit-spacing-xxl.unit-xl-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit-spacing-xxl.unit-xl > .unit-left + .unit-right,
	.unit-spacing-xxl.unit-xl > .unit-left + .unit-body, .unit-spacing-xxl.unit-xl-vertical > .unit-left + .unit-right,
	.unit-spacing-xxl.unit-xl-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-xxl.unit-xl > .unit-body + .unit-right, .unit-spacing-xxl.unit-xl-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-xxl.unit-xl-horizontal > .unit-left + .unit-right,
	.unit-spacing-xxl.unit-xl-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 115px;
	}
	.unit-spacing-xxl.unit-xl-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 115px;
	}
	.unit-spacing-xxl.unit-xl--inverse > [class*='unit-']:first-child, .unit-spacing-xxl.unit-xl--inverse.unit-xl-vertical > [class*='unit-']:first-child {
		padding-top: 20px;
	}
	.unit-spacing-xxl.unit-xl--inverse > [class*='unit-']:last-child, .unit-spacing-xxl.unit-xl--inverse.unit-xl-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit-spacing-xxl.unit-xl--inverse.unit-xl-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 115px;
	}
	.unit-spacing-xxl.unit-xl--inverse.unit-xl-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

@media (min-width: 768px) and (min-width: 1600px) {
	.unit-spacing-xxl.unit-xxl > [class*='unit-']:first-child, .unit-spacing-xxl.unit-xxl-vertical > [class*='unit-']:first-child {
		padding-top: 0;
	}
	.unit-spacing-xxl.unit-xxl > .unit-left + .unit-right,
	.unit-spacing-xxl.unit-xxl > .unit-left + .unit-body, .unit-spacing-xxl.unit-xxl-vertical > .unit-left + .unit-right,
	.unit-spacing-xxl.unit-xxl-vertical > .unit-left + .unit-body {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-xxl.unit-xxl > .unit-body + .unit-right, .unit-spacing-xxl.unit-xxl-vertical > .unit-body + .unit-right {
		padding-left: 0;
		padding-top: 20px;
	}
	.unit-spacing-xxl.unit-xxl-horizontal > .unit-left + .unit-right,
	.unit-spacing-xxl.unit-xxl-horizontal > .unit-left + .unit-body {
		padding-top: 0;
		padding-left: 115px;
	}
	.unit-spacing-xxl.unit-xxl-horizontal > .unit-body + .unit-right {
		padding-top: 0;
		padding-left: 115px;
	}
	.unit-spacing-xxl.unit-xxl--inverse > [class*='unit-']:first-child, .unit-spacing-xxl.unit-xxl--inverse.unit-xxl-vertical > [class*='unit-']:first-child {
		padding-top: 20px;
	}
	.unit-spacing-xxl.unit-xxl--inverse > [class*='unit-']:last-child, .unit-spacing-xxl.unit-xxl--inverse.unit-xxl-vertical > [class*='unit-']:last-child {
		padding-top: 0;
	}
	.unit-spacing-xxl.unit-xxl--inverse.unit-xxl-horizontal > [class*='unit-']:first-child {
		padding-top: 0;
		padding-left: 115px;
	}
	.unit-spacing-xxl.unit-xxl--inverse.unit-xxl-horizontal > [class*='unit-']:last-child {
		padding-left: 0;
	}
}

/*
*
* Preloader
*/
.preloader {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	background: #ffffff;
	transition: .3s all ease;
}

.preloader.loaded {
	opacity: 0;
	visibility: hidden;
}

.preloader-body {
	text-align: center;
}

.preloader-body p {
	position: relative;
	right: -8px;
}

.cssload-container {
	width: 100%;
	height: 36px;
	text-align: center;
}

.cssload-speeding-wheel {
	width: 36px;
	height: 36px;
	margin: 0 auto;
	border: 3px solid #1972c6;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	animation: cssload-spin .88s infinite linear;
}

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

@keyframes cssload-spin {
	100% {
		transform: rotate(360deg);
	}
}

/*
* @section      Extensions
* @description  This section holds some of style declarations for necessary
*               scripts
*/
/*
* @subsection   RD Navbar
*
* @description  Describes style declarations for RD Navbar extension
*
* @author       Evgeniy Gusarov
* @link         https://ua.linkedin.com/pub/evgeniy-gusarov/8a/a40/54a
* @version      2.0.0
*/
@-webkit-keyframes rd-navbar-slide-down {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes rd-navbar-slide-down {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes rd-navbar-slide-up {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@keyframes rd-navbar-slide-up {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

/*
* @subsection General Styles
*/
.rd-navbar-wrap, .rd-navbar-static .rd-menu {
	transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.rd-navbar, .rd-navbar.rd-navbar--is-clone {
	display: none;
}

.rd-navbar-fixed,
.rd-navbar-static,
.rd-navbar-fullwidth,
.rd-navbar-sidebar {
	display: block;
}

.rd-navbar--no-transition, .rd-navbar--no-transition * {
	transition: none !important;
}

.rd-navbar-wrap, .rd-navbar, .rd-navbar-brand, .rd-navbar-slogan,
.rd-navbar-dropdown, .rd-navbar-inner, .rd-navbar-megamenu, .rd-navbar-collapse-items,
.brand-name, .rd-navbar-nav, .rd-navbar-panel, .rd-navbar-search-form-input,
.rd-navbar-search-form-submit, .rd-navbar-search-toggle,
.rd-navbar-live-search-results, .rd-navbar-search-form {
	transition: .3s all ease;
}

.rd-navbar-collapse-toggle {
	display: none;
}

.rd-navbar--has-sidebar body {
	padding-left: 270px;
}

.rd-navbar--is-stuck {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
}

.rd-navbar.rd-navbar-fixed + .rd-navbar.rd-navbar--is-clone,
.rd-navbar.rd-navbar-sidebar + .rd-navbar.rd-navbar--is-clone {
	display: none;
}

.rd-navbar.rd-navbar--is-stuck.rd-navbar--loading {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

/*
* Navbar components
*/
.rd-navbar {
	display: none;
	background: #ffffff;
}

.rd-navbar-toggle {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #333333;
	display: none;
}

.rd-navbar-toggle span {
	position: relative;
	display: block;
	margin: auto;
	transition: .3s all ease;
}

.rd-navbar-toggle span:after, .rd-navbar-toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
	transition: .3s all ease;
}

.rd-navbar-toggle span:after {
	top: 8px;
}

.rd-navbar-toggle span:after, .rd-navbar-toggle span:before, .rd-navbar-toggle span {
	width: 24px;
	height: 4px;
	background-color: #333333;
	backface-visibility: hidden;
	border-radius: 2px;
}

.rd-navbar-toggle span {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.rd-navbar-toggle span:before, .rd-navbar-toggle span:after {
	-webkit-transform-origin: 1.71429px center;
	transform-origin: 1.71429px center;
	-webkit-transform-origin: 1.71429px center;
	transform-origin: 1.71429px center;
}

.rd-navbar-toggle.active span {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.rd-navbar-toggle.active span:before, .rd-navbar-toggle.active span:after {
	top: 0;
	width: 15px;
}

.rd-navbar-toggle.active span:before {
	-webkit-transform: rotate3d(0, 0, 1, -40deg);
	transform: rotate3d(0, 0, 1, -40deg);
}

.rd-navbar-toggle.active span:after {
	-webkit-transform: rotate3d(0, 0, 1, 40deg);
	transform: rotate3d(0, 0, 1, 40deg);
}

.rd-navbar-brand {
	letter-spacing: 3px;
}

.rd-navbar-brand .brand-name {
	display: inline-block;
	font-family: 'Montserrat';
	color: #000;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	text-transform: uppercase;
}

.rd-navbar-brand .brand-slogan {
	display: inline-block;
	color: #c2c2c2;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	margin-top: -5px;
}

@media (min-width: 1200px) {
	.rd-navbar-brand {
		padding-top: 10px;
	}
}

.login-form .rd-mailform label input, .login-form .rd-mailform label textarea {
	color: #c2c2c2;
	border: 1px solid #e1e1e1;
}

.login-form .mfPlaceHolder {
	color: #c2c2c2;
}

.login-form .rd-navbar-collapse, .login-form .rd-navbar-collapse:before {
	transition: 0.5s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.login-form .rd-navbar-collapse-toggle {
	display: inline-block;
	position: fixed;
	right: 10px;
	top: 13px;
	font-family: 'FontAwesome';
	z-index: 999;
	transition: .5s all ease;
}

.login-form .rd-navbar-collapse-toggle span {
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.login-form .rd-navbar-collapse-toggle span:before, .login-form .rd-navbar-collapse-toggle span:after {
	content: '';
	color: #1972c6;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .5s all ease;
}

.login-form .rd-navbar-collapse-toggle span:before {
	content: '\f007';
	-webkit-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
}

.login-form .rd-navbar-collapse-toggle span:after {
	content: '\f00d';
	-webkit-transform: rotate(-90deg) scale(0);
	transform: rotate(-90deg) scale(0);
	opacity: 0;
	visibility: hidden;
}

.login-form .rd-navbar-collapse-toggle:hover span:before {
	color: #d52828;
}

.login-form .rd-navbar-collapse-toggle.active span:before {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: rotate(90deg) scale(0);
	transform: rotate(90deg) scale(0);
}

.login-form .rd-navbar-collapse-toggle.active span:after {
	-webkit-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
}

.login-form .rd-navbar-collapse-toggle.active:hover span {
	color: #0e3e6b;
}

.login-form .rd-navbar-collapse {
	display: block;
	position: fixed;
	right: 10px;
	top: 60px;
	padding: 15px;
	z-index: 19;
	width: 250px;
	visibility: hidden;
	overflow: hidden;
	transition: .3s box-shadow ease .2s;
}

.login-form .rd-navbar-collapse:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: #ffffff;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.login-form .rd-navbar-collapse .rd-navbar-collapse-inner {
	position: relative;
	opacity: 0;
	transition: .3s all ease 0s;
}

.login-form .rd-navbar-collapse .rd-navbar-collapse-inner * + .rd-mailform {
	margin-top: 10px;
}

.login-form .rd-navbar-collapse .rd-navbar-collapse-inner .btn + .btn {
	margin-top: 0;
}

.login-form .rd-navbar-collapse.active {
	visibility: visible;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.31);
	-moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.31);
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.31);
}

.login-form .rd-navbar-collapse.active:before {
	-webkit-transform: scale(24);
	transform: scale(24);
}

.login-form .rd-navbar-collapse.active .rd-navbar-collapse-inner {
	transition: .3s all ease .2s;
	opacity: 1;
}

@media (min-width: 768px) {
	.login-form .rd-navbar-collapse-toggle {
		position: absolute;
		right: 40px;
		top: 50px;
	}
	.login-form .rd-navbar-collapse {
		padding: 25px;
		right: 40px;
		top: 95px;
		width: 270px;
	}
	.login-form .rd-navbar-collapse:before {
		width: 40px;
		height: 40px;
	}
}

@media (min-width: 992px) {
	.login-form .rd-navbar-collapse {
		padding: 43px 30px;
		width: 370px;
	}
	.login-form .rd-navbar-collapse:before {
		width: 48px;
		height: 48px;
	}
}

@media (min-width: 1200px) {
	.login-form {
		position: relative;
		display: table-cell;
	}
	.login-form .rd-navbar-collapse-toggle {
		position: absolute;
		right: -12px;
		top: 33px;
	}
	.login-form .rd-navbar-collapse {
		top: 106px;
		left: 50%;
		-webkit-transform: translateX(58%);
		transform: translateX(58%);
	}
	.login-form .rd-navbar-collapse .rd-navbar-collapse-inner * + .rd-mailform {
		margin-top: 32px;
	}
}

.rd-navbar-dropdown {
	display: none;
}

/*
* @subsection   Hybrid  Styles
*/
.rd-navbar-static, .rd-navbar-sidebar, .rd-navbar-fullwidth {
	position: relative;
	z-index: 10;
}

.rd-navbar-static .rd-navbar-brand, .rd-navbar-static .rd-navbar-nav > li > a, .rd-navbar-static .rd-navbar-search-toggle, .rd-navbar-fullwidth .rd-navbar-brand, .rd-navbar-fullwidth .rd-navbar-nav > li > a, .rd-navbar-fullwidth .rd-navbar-search-toggle {
	position: relative;
	z-index: 2;
}

.rd-navbar-static .rd-navbar-nav-wrap, .rd-navbar-fullwidth .rd-navbar-nav-wrap {
	position: relative;
	padding-right: 36px;
}

.rd-navbar-static .rd-navbar-nav > li, .rd-navbar-fullwidth .rd-navbar-nav > li {
	padding: 34.5px 10px 30.5px;
	transition: .3s all ease;
}

.rd-navbar-static .rd-navbar-nav > li > a, .rd-navbar-fullwidth .rd-navbar-nav > li > a {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #1972c6;
}

.rd-navbar-static .rd-navbar-nav > li > a span, .rd-navbar-fullwidth .rd-navbar-nav > li > a span {
	padding-left: 5px;
}

.rd-navbar-static .rd-navbar-nav > li.focus > a, .rd-navbar-static .rd-navbar-nav > li > a:hover, .rd-navbar-static .rd-navbar-nav > li.active > a, .rd-navbar-fullwidth .rd-navbar-nav > li.focus > a, .rd-navbar-fullwidth .rd-navbar-nav > li > a:hover, .rd-navbar-fullwidth .rd-navbar-nav > li.active > a {
	color: #ed2d2d;
}

.rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-megamenu, .rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-dropdown, .rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-megamenu {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}

.rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu.focus > .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu.focus > .rd-navbar-megamenu, .rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu.focus > .rd-navbar-dropdown, .rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu.focus > .rd-navbar-megamenu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-submenu.focus > .rd-navbar-dropdown, .rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-submenu.focus > .rd-navbar-dropdown {
	display: block;
}

.rd-navbar-static .rd-navbar-inner, .rd-navbar-fullwidth .rd-navbar-inner {
	position: relative;
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown, .rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-dropdown {
	display: block;
	position: absolute;
	text-align: left;
	margin-top: 5px;
	left: 0;
	margin-left: -12px;
	width: 181px;
	background: #ffffff;
	z-index: 5;
}

@media (min-width: 1200px) {
	.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown, .rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-dropdown {
		margin-top: 27px;
	}
}

.rd-navbar-static .rd-navbar-dropdown, .rd-navbar-fullwidth .rd-navbar-dropdown {
	background: #ffffff;
	padding: 0 0 10px;
	z-index: 1;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.31);
	-moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.31);
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.31);
}

.rd-navbar-static .rd-navbar-dropdown:before, .rd-navbar-fullwidth .rd-navbar-dropdown:before {
	content: '';
	position: absolute;
	left: 23%;
	width: 10px;
	height: 10px;
	background: #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
	margin-top: -5px;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.31);
	-moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.31);
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.31);
	z-index: -1;
}

.rd-navbar-static .rd-navbar-dropdown > li, .rd-navbar-fullwidth .rd-navbar-dropdown > li {
	background: #ffffff;
}

.rd-navbar-static .rd-navbar-dropdown > li:first-child, .rd-navbar-fullwidth .rd-navbar-dropdown > li:first-child {
	padding-top: 6px;
}

.rd-navbar-static .rd-navbar-dropdown > li + li, .rd-navbar-fullwidth .rd-navbar-dropdown > li + li {
	margin-top: 1px;
}

.rd-navbar-static .rd-navbar-dropdown > li > a, .rd-navbar-fullwidth .rd-navbar-dropdown > li > a {
	display: block;
	padding: 7px 17px;
	color: #1972c6;
	font-size: 16px;
	line-height: 24px;
	background: transparent;
}

.rd-navbar-static .rd-navbar-dropdown > li > a:hover, .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:hover {
	color: #ffffff;
	background: #1972c6;
}

.rd-navbar-static .rd-navbar-dropdown > li.focus > a, .rd-navbar-fullwidth .rd-navbar-dropdown > li.focus > a {
	color: #ed2d2d;
	background: #1972c6;
}

.rd-navbar-static.rd-navbar--is-clone, .rd-navbar-fullwidth.rd-navbar--is-clone {
	display: none;
	-webkit-transform: translateY(-110%);
	transform: translateY(-110%);
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck, .rd-navbar-fullwidth.rd-navbar--is-clone.rd-navbar--is-stuck {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-static.rd-navbar--is-clone, .rd-navbar-fullwidth.rd-navbar--is-stuck, .rd-navbar-fullwidth.rd-navbar--is-clone {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 999;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-inner, .rd-navbar-static.rd-navbar--is-clone .rd-navbar-inner, .rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-inner, .rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-inner {
	padding-top: 0;
	padding-bottom: 0;
}

.rd-navbar-static.rd-navbar--is-stuck .login-form, .rd-navbar-static.rd-navbar--is-clone .login-form, .rd-navbar-fullwidth.rd-navbar--is-stuck .login-form, .rd-navbar-fullwidth.rd-navbar--is-clone .login-form {
	position: relative;
}

.rd-navbar-static.rd-navbar--is-stuck .login-form .rd-navbar-collapse-toggle, .rd-navbar-static.rd-navbar--is-clone .login-form .rd-navbar-collapse-toggle, .rd-navbar-fullwidth.rd-navbar--is-stuck .login-form .rd-navbar-collapse-toggle, .rd-navbar-fullwidth.rd-navbar--is-clone .login-form .rd-navbar-collapse-toggle {
	top: -40px;
	right: -12px;
}

@media (min-width: 992px) {
	.rd-navbar-static.rd-navbar--is-stuck .login-form .rd-navbar-collapse-toggle, .rd-navbar-static.rd-navbar--is-clone .login-form .rd-navbar-collapse-toggle, .rd-navbar-fullwidth.rd-navbar--is-stuck .login-form .rd-navbar-collapse-toggle, .rd-navbar-fullwidth.rd-navbar--is-clone .login-form .rd-navbar-collapse-toggle {
		right: 30px;
	}
}

@media (min-width: 1200px) {
	.rd-navbar-static.rd-navbar--is-stuck .login-form .rd-navbar-collapse-toggle, .rd-navbar-static.rd-navbar--is-clone .login-form .rd-navbar-collapse-toggle, .rd-navbar-fullwidth.rd-navbar--is-stuck .login-form .rd-navbar-collapse-toggle, .rd-navbar-fullwidth.rd-navbar--is-clone .login-form .rd-navbar-collapse-toggle {
		top: 23px;
		right: -12px;
	}
}

.rd-navbar-static.rd-navbar--is-stuck .login-form .rd-navbar-collapse, .rd-navbar-static.rd-navbar--is-clone .login-form .rd-navbar-collapse, .rd-navbar-fullwidth.rd-navbar--is-stuck .login-form .rd-navbar-collapse, .rd-navbar-fullwidth.rd-navbar--is-clone .login-form .rd-navbar-collapse {
	top: 63px;
	right: 20px;
}

@media (min-width: 768px) {
	.rd-navbar-static.rd-navbar--is-stuck .login-form .rd-navbar-collapse, .rd-navbar-static.rd-navbar--is-clone .login-form .rd-navbar-collapse, .rd-navbar-fullwidth.rd-navbar--is-stuck .login-form .rd-navbar-collapse, .rd-navbar-fullwidth.rd-navbar--is-clone .login-form .rd-navbar-collapse {
		right: 30px;
	}
}

@media (min-width: 1200px) {
	.rd-navbar-static.rd-navbar--is-stuck .login-form .rd-navbar-collapse, .rd-navbar-static.rd-navbar--is-clone .login-form .rd-navbar-collapse, .rd-navbar-fullwidth.rd-navbar--is-stuck .login-form .rd-navbar-collapse, .rd-navbar-fullwidth.rd-navbar--is-clone .login-form .rd-navbar-collapse {
		top: 85px;
		left: 50%;
		-webkit-transform: translateX(58%);
		transform: translateX(58%);
	}
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav > li, .rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav > li, .rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-nav > li, .rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-nav > li {
	padding: 0 10px;
}

.rd-navbar-static .rd-navbar--has-dropdown, .rd-navbar-fullwidth .rd-navbar--has-dropdown {
	position: relative;
}

.rd-navbar-static.rd-navbar--is-clone, .rd-navbar-fullwidth.rd-navbar--is-clone {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle, .rd-navbar-sidebar .rd-navbar-collapse-toggle {
	display: inline-block;
	z-index: 2000;
}

.rd-navbar-fixed .login-form, .rd-navbar-sidebar .login-form {
	position: relative;
}

.rd-navbar-fixed .login-form .rd-navbar-collapse-toggle, .rd-navbar-sidebar .login-form .rd-navbar-collapse-toggle {
	position: fixed;
	top: 13px;
	right: 20px;
}

.rd-navbar-fixed .login-form .rd-navbar-collapse, .rd-navbar-sidebar .login-form .rd-navbar-collapse {
	position: fixed;
	top: 63px;
	right: 20px;
}

.rd-navbar-fixed .rd-navbar-dropdown, .rd-navbar-sidebar .rd-navbar-dropdown {
	display: block;
}

.rd-navbar-fixed .rd-navbar-collapse-items, .rd-navbar-sidebar .rd-navbar-collapse-items {
	position: absolute;
	width: 260px;
	padding: 25px 15px;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
	color: #1972c6;
	background: #ffffff;
	font-size: 16px;
	line-height: 34px;
}

.rd-navbar-fixed .rd-navbar-collapse-items li > *, .rd-navbar-sidebar .rd-navbar-collapse-items li > * {
	vertical-align: middle;
}

.rd-navbar-fixed .rd-navbar-collapse-items li + li, .rd-navbar-sidebar .rd-navbar-collapse-items li + li {
	margin-top: 10px;
}

.rd-navbar-fixed .rd-navbar-collapse-items .icon, .rd-navbar-fixed .rd-navbar-collapse-items a, .rd-navbar-sidebar .rd-navbar-collapse-items .icon, .rd-navbar-sidebar .rd-navbar-collapse-items a {
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
}

.rd-navbar-fixed .rd-navbar-collapse-items .icon, .rd-navbar-fixed .rd-navbar-collapse-items a[class*="fa"]:before, .rd-navbar-sidebar .rd-navbar-collapse-items .icon, .rd-navbar-sidebar .rd-navbar-collapse-items a[class*="fa"]:before {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding-right: 5px;
}

.rd-navbar-fixed .rd-navbar-nav,
.rd-navbar-sidebar {
	position: fixed;
	width: 270px;
	height: 100%;
	left: 0;
	top: 0;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	font-size: 16px;
	line-height: 34px;
	color: #1972c6;
	background: #ffffff;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
	z-index: 998;
	padding: 10px 4px;
}

.rd-navbar-fixed .rd-navbar-nav:before, .rd-navbar-fixed .rd-navbar-nav:after,
.rd-navbar-sidebar:before,
.rd-navbar-sidebar:after {
	content: '';
	display: block;
	height: 56px;
}

.rd-navbar-fixed .rd-navbar-nav::-webkit-scrollbar,
.rd-navbar-sidebar::-webkit-scrollbar {
	width: 4px;
}

.rd-navbar-fixed .rd-navbar-nav::-webkit-scrollbar-thumb,
.rd-navbar-sidebar::-webkit-scrollbar-thumb {
	background: white;
	border: none;
	border-radius: 0;
	opacity: .2;
}

.rd-navbar-fixed .rd-navbar-nav::-webkit-scrollbar-track,
.rd-navbar-sidebar::-webkit-scrollbar-track {
	background: #ffffff;
	border: none;
	border-radius: 0;
}

.rd-navbar-fixed .rd-navbar-nav p,
.rd-navbar-sidebar .rd-navbar-nav p {
	font-weight: 700;
	color: #333333;
	padding: 5px 40px 5px 15px;
}

.rd-navbar-fixed .rd-navbar-nav p > a,
.rd-navbar-sidebar .rd-navbar-nav p > a {
	display: block;
	color: #bebebe;
	margin: -5px -40px -5px -15px;
	font-weight: 400;
	padding: 5px 40px 5px 15px;
}

.rd-navbar-fixed .rd-navbar-nav p > a:hover,
.rd-navbar-sidebar .rd-navbar-nav p > a:hover {
	color: #ed2d2d;
	background: transparent;
	text-decoration: none;
}

.rd-navbar-fixed .rd-navbar-nav li,
.rd-navbar-sidebar .rd-navbar-nav li {
	position: relative;
}

.rd-navbar-fixed .rd-navbar-nav li.active .rd-navbar-submenu-toggle,
.rd-navbar-sidebar .rd-navbar-nav li.active .rd-navbar-submenu-toggle {
	color: #ffffff;
}

.rd-navbar-fixed .rd-navbar-nav li li > a,
.rd-navbar-sidebar .rd-navbar-nav li li > a {
	padding-left: 20px;
}

.rd-navbar-fixed .rd-navbar-nav li > a,
.rd-navbar-sidebar .rd-navbar-nav li > a {
	position: relative;
	display: block;
	padding: 5px 45px 5px 15px;
}

.rd-navbar-fixed .rd-navbar-nav li > a:first-letter,
.rd-navbar-sidebar .rd-navbar-nav li > a:first-letter {
	text-transform: uppercase;
}

.rd-navbar-fixed .rd-navbar-nav li > a span,
.rd-navbar-sidebar .rd-navbar-nav li > a span {
	display: none;
}

.rd-navbar-fixed .rd-navbar-nav li .rd-navbar-submenu-toggle,
.rd-navbar-sidebar .rd-navbar-nav li .rd-navbar-submenu-toggle {
	cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-nav li > a:hover,
.rd-navbar-fixed .rd-navbar-nav li:hover > a,
.rd-navbar-fixed .rd-navbar-nav li:hover .rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-navbar-nav li.active > a,
.rd-navbar-sidebar .rd-navbar-nav li > a:hover,
.rd-navbar-sidebar .rd-navbar-nav li:hover > a,
.rd-navbar-sidebar .rd-navbar-nav li:hover .rd-navbar-submenu-toggle,
.rd-navbar-sidebar .rd-navbar-nav li.active > a {
	color: #ffffff;
	background: #1972c6;
}

.rd-navbar-fixed .rd-navbar-nav li + li, .rd-navbar-fixed .rd-navbar-nav li > img + a, .rd-navbar-fixed .rd-navbar-nav li > a + a, .rd-navbar-fixed .rd-navbar-nav li > a + ul,
.rd-navbar-sidebar .rd-navbar-nav li + li,
.rd-navbar-sidebar .rd-navbar-nav li > img + a,
.rd-navbar-sidebar .rd-navbar-nav li > a + a,
.rd-navbar-sidebar .rd-navbar-nav li > a + ul {
	margin-top: 4px;
}

.rd-navbar-fixed .rd-navbar-nav .rd-navbar-dropdown > li > a,
.rd-navbar-sidebar .rd-navbar-nav .rd-navbar-dropdown > li > a {
	padding-left: 20px;
}

.rd-navbar-fixed .rd-navbar-nav .rd-navbar-dropdown ul > li > a,
.rd-navbar-sidebar .rd-navbar-nav .rd-navbar-dropdown ul > li > a {
	padding-left: 25px;
}

.rd-navbar-fixed .rd-navbar-search-form-submit, .rd-navbar-sidebar .rd-navbar-search-form-submit {
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
}

/*
* Static Layout
*/
.rd-navbar-static {
	display: block;
}

.rd-navbar-static .rd-navbar-panel, .rd-navbar-static .rd-navbar-nav-wrap {
	display: table-cell;
	vertical-align: middle;
}

.rd-navbar-static .rd-navbar-panel {
	text-align: left;
	min-width: 300px;
}

.rd-navbar-static .rd-navbar-nav-wrap {
	width: 100%;
	padding-left: 62px;
}

.rd-navbar-static .rd-navbar-nav {
	margin-left: -2px;
}

.rd-navbar-static .rd-navbar-nav > li {
	display: inline-block;
	margin-left: 28px;
}

.rd-navbar-static .rd-navbar-static--visible {
	display: block;
}

.rd-navbar-static .rd-navbar-static--hidden {
	display: none;
}

.rd-navbar-static .rd-menu {
	z-index: 15;
	position: absolute;
	display: block;
	margin-top: 50px;
	visibility: hidden;
	opacity: 0;
	text-align: left;
	border: 1px solid #d7d7d7;
	transform: translate3d(0, 30px, 0);
}

.rd-navbar-static .rd-navbar-dropdown li > a,
.rd-navbar-static .rd-megamenu-list li > a {
	position: relative;
	display: flex;
	padding: 7px 17px;
	text-align: left;
}

.rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-static .rd-navbar-dropdown li > a:active, .rd-navbar-static .rd-navbar-dropdown li > a:focus,
.rd-navbar-static .rd-megamenu-list li > a,
.rd-navbar-static .rd-megamenu-list li > a:active,
.rd-navbar-static .rd-megamenu-list li > a:focus {
	color: #9b9b9b;
}

.rd-navbar-static .rd-navbar-dropdown li > a:hover,
.rd-navbar-static .rd-megamenu-list li > a:hover {
	color: #ffffff;
}

.rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-static .rd-navbar-dropdown li > a::before,
.rd-navbar-static .rd-megamenu-list li > a,
.rd-navbar-static .rd-megamenu-list li > a::before {
	transition: .15s ease-in-out;
}

.rd-navbar-static .rd-navbar-dropdown li.focus > a::before,
.rd-navbar-static .rd-navbar-dropdown li.opened > a::before,
.rd-navbar-static .rd-navbar-dropdown li > a:hover::before,
.rd-navbar-static .rd-megamenu-list li.focus > a::before,
.rd-navbar-static .rd-megamenu-list li.opened > a::before,
.rd-navbar-static .rd-megamenu-list li > a:hover::before {
	left: -7px;
	opacity: 1;
	visibility: visible;
}

.rd-navbar-static .rd-navbar-megamenu {
	display: flex;
	left: 0;
	width: 100%;
	max-width: 1200px;
	padding: 30px 40px;
	background: #ffffff;
}

.rd-navbar-static .rd-megamenu-item {
	flex-basis: 50%;
	flex-grow: 1;
}

.rd-navbar-static .rd-megamenu-item + .rd-megamenu-item {
	padding-left: 20px;
}

.rd-navbar-static .rd-megamenu-title {
	padding-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;
}

.rd-navbar-static .rd-megamenu-list-item + .rd-megamenu-list-item {
	margin-top: 5px;
}

.rd-navbar-static .rd-megamenu-list-link {
	color: #000000;
	background: transparent;
}

.rd-navbar-static .rd-megamenu-list-link:hover {
	color: #1972c6;
	background: #1972c6;
}

.rd-navbar-static * + .rd-megamenu-list {
	margin-top: 10px;
}

.rd-navbar-static .rd-navbar-submenu.focus > .rd-menu, .rd-navbar-static .rd-navbar-submenu.opened > .rd-menu {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

.rd-navbar--is-stuck .rd-menu {
	margin-top: 25px;
}

/*
* Fullwidth Layout
*/
.rd-navbar-fullwidth {
	display: block;
}

.rd-navbar-fullwidth .rd-navbar-panel {
	text-align: center;
	padding: 40px 0 0;
}

.rd-navbar-fullwidth .rd-navbar-nav-wrap {
	position: relative;
}

.rd-navbar-fullwidth .rd-navbar-nav-wrap .rd-navbar-megamenu {
	left: 0;
	right: 0;
}

.rd-navbar-fullwidth .rd-navbar-search-toggle {
	right: 0;
}

.rd-navbar-fullwidth .rd-navbar-nav {
	width: 100%;
	display: table;
	table-layout: fixed;
}

.rd-navbar-fullwidth .rd-navbar-nav > li {
	display: table-cell;
	padding: 20px 10px;
}

.rd-navbar-fullwidth .rd-navbar-nav > li > a {
	display: block;
	text-align: center;
	padding: 15px;
}

.rd-navbar-fullwidth.rd-navbar--is-stuck {
	-webkit-transform: translateY(-120px);
	transform: translateY(-120px);
}

.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-panel {
	display: none;
}

.rd-navbar-fullwidth .rd-navbar-fullwidth--visible {
	display: block;
}

.rd-navbar-fullwidth .rd-navbar-fullwidth--hidden {
	display: none;
}

/*
* Fixed Layout
*/
html.rd-navbar-fixed-linked body {
	padding-top: 56px;
}

.rd-navbar-fixed {
	display: block;
}

.rd-navbar-fixed .rd-megamenu-title {
	padding: 10px 18px 7px;
	position: relative;
}

.rd-navbar-fixed .rd-megamenu-title:after {
	content: '';
	position: absolute;
	left: 10px;
	right: 20px;
	bottom: 0;
	border-bottom: 1px solid #9b9b9b;
}

.rd-navbar-fixed .rd-megamenu-list {
	margin-top: 11px;
}

.rd-navbar-fixed .rd-navbar-brand {
	position: relative;
	display: inline-block;
	padding-left: 4px;
	width: calc(100% - 104px);
}

.rd-navbar-fixed .rd-navbar-brand .brand-name {
	display: inline-block;
	font-size: 20px;
	line-height: 48px;
}

.rd-navbar-fixed .rd-navbar-brand .brand-slogan {
	display: none;
}

.rd-navbar-fixed .rd-navbar-panel {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	padding: 4px;
	height: 56px;
	color: #1972c6;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
	z-index: 999;
}

.rd-navbar-fixed .rd-navbar-panel:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #ffffff;
}

.rd-navbar-fixed .rd-navbar-toggle {
	display: inline-block;
}

.rd-navbar-fixed .rd-navbar-nav {
	-webkit-transform: translateX(-270px);
	transform: translateX(-270px);
}

.rd-navbar-fixed .rd-navbar-nav li.focus > a, .rd-navbar-fixed .rd-navbar-nav li.focus > a:hover {
	color: #ffffff;
	background: #1972c6;
}

.rd-navbar-fixed .rd-navbar-nav li.focus > .rd-navbar-submenu-toggle {
	color: #ffffff;
}

.rd-navbar-fixed .rd-navbar-nav li.focus > .rd-navbar-submenu-toggle:hover {
	cursor: pointer;
	color: #ffffff;
}

.rd-navbar-fixed .rd-navbar-nav li .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-nav li .rd-navbar-megamenu {
	transition: opacity 0.3s, height 0.4s ease;
	opacity: 0;
	height: 0;
	overflow: hidden;
}

.rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-megamenu {
	opacity: 1;
	height: auto;
}

.rd-navbar-fixed .rd-navbar-nav li.opened > a {
	color: #ffffff;
	background: #1972c6;
}

.rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle {
	color: #ffffff;
}

.rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.rd-navbar-fixed .rd-navbar-nav .rd-navbar-submenu-toggle::after {
	content: '\f078';
	position: absolute;
	top: 22px;
	right: 0px;
	margin-top: -22px;
	width: 65px;
	height: 44px;
	font: 400 14px "FontAwesome";
	line-height: 42px;
	text-align: center;
	transition: 0.4s all ease;
	z-index: 2;
}

.rd-navbar-fixed.active .rd-nav-item .rd-navbar-submenu-toggle {
	color: #1972c6;
}

.rd-navbar-fixed.active .rd-nav-item.active .rd-navbar-submenu-toggle {
	color: #ffffff;
}

.rd-navbar-fixed.active .rd-navbar-nav {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

@media (max-width: 1199px) {
	.rd-navbar-fixed.rd-navbar--on-search .brand-name {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}
}

.rd-navbar-fixed.rd-navbar--is-clone {
	display: none;
}

.rd-navbar-fixed.rd-navbar--is-clone .rd-navbar-panel {
	-webkit-transform: translateY(-110%);
	transform: translateY(-110%);
}

.rd-navbar-fixed.rd-navbar--is-clone.rd-navbar--is-stuck .rd-navbar-panel {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.rd-navbar-fixed .rd-navbar-fixed--visible {
	display: block;
}

.rd-navbar-fixed .rd-navbar-fixed--hidden {
	display: none;
}

/*
* Sidebar Layout
*/
html.rd-navbar-sidebar-linked body {
	padding-left: 270px;
}

.rd-navbar-sidebar {
	display: block;
}

.rd-navbar-sidebar .rd-navbar-nav li:hover > a, .rd-navbar-sidebar .rd-navbar-nav li:hover > a:hover, .rd-navbar-sidebar .rd-navbar-nav li.focus > a, .rd-navbar-sidebar .rd-navbar-nav li.focus > a:hover {
	color: #ed2d2d;
	background: transparent;
}

.rd-navbar-sidebar .rd-navbar-nav li:hover > .rd-navbar-submenu-toggle, .rd-navbar-sidebar .rd-navbar-nav li.focus > .rd-navbar-submenu-toggle {
	color: #fff;
}

.rd-navbar-sidebar .rd-navbar-nav li:hover > .rd-navbar-submenu-toggle:hover, .rd-navbar-sidebar .rd-navbar-nav li.focus > .rd-navbar-submenu-toggle:hover {
	cursor: pointer;
	color: #fff;
}

.rd-navbar-sidebar .rd-navbar-nav li .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-nav li .rd-navbar-megamenu {
	transition: opacity 0.3s, height 0.4s ease;
	opacity: 0;
	height: 0;
	overflow: hidden;
}

.rd-navbar-sidebar .rd-navbar-nav li.opened > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-nav li.opened > .rd-navbar-megamenu {
	opacity: 1;
	height: auto;
}

.rd-navbar-sidebar .rd-navbar-nav li.opened > a {
	background: transparent;
	color: #ed2d2d;
}

.rd-navbar-sidebar .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle {
	color: #fff;
}

.rd-navbar-sidebar .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.rd-navbar-sidebar .rd-navbar-submenu-toggle::after {
	content: '\f078';
	position: absolute;
	top: 22px;
	right: 0px;
	margin-top: -22px;
	width: 65px;
	height: 44px;
	font: 400 14px "FontAwesome";
	line-height: 42px;
	text-align: center;
	transition: 0.4s all ease;
	z-index: 2;
}

.rd-navbar-sidebar .rd-navbar-brand {
	text-align: center;
	margin-bottom: 28px;
	padding: 10%;
}

.rd-navbar-sidebar .rd-navbar-brand .brand-name {
	font-size: 30px;
}

.rd-navbar-sidebar .rd-navbar-search {
	position: relative;
	margin-bottom: 10px;
}

.rd-navbar-sidebar .rd-navbar-search-toggle {
	display: none;
}

.rd-navbar-sidebar .rd-navbar-search label {
	display: block;
}

.rd-navbar-sidebar .rd-navbar-search.active .rd-navbar-search-form-input {
	opacity: 1;
	visibility: visible;
}

.rd-navbar-sidebar .rd-navbar-live-search-results {
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}

.rd-navbar-sidebar .rd-navbar-live-search-results.active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.rd-navbar-sidebar .rd-navbar-live-search-results .search_link p {
	display: none;
}

.rd-navbar-sidebar .rd-navbar-collapse-items {
	top: 0;
	left: 0;
	padding-top: 45px;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	opacity: 0;
	visibility: hidden;
}

.rd-navbar-sidebar .rd-navbar-collapse {
	position: absolute;
	top: 4px;
	left: 4px;
	display: inline-block;
	z-index: 1;
}

.rd-navbar-sidebar .rd-navbar-collapse.active .rd-navbar-collapse-items {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.rd-navbar-sidebar .rd-navbar-sidebar--visible {
	display: block;
}

.rd-navbar-sidebar .rd-navbar-sidebar--hidden {
	display: none;
}

/*
* @subsection   Page boxed layout style redeclaration
*
* @description  Redefines navbar style inside boxed layout
*
* @see          ../modules/_page-layouts.scss
*/
html.boxed.rd-navbar--has-sidebar body {
	padding-left: 300px;
	padding-right: 30px;
}

html.boxed .rd-navbar--is-clone {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

/*
* @subsection   RD Mail Form
*
* @description  Describes style declarations for RD Mail Form extension
*
* @author       Evgeniy Gusarov
* @link         https://ua.linkedin.com/pub/evgeniy-gusarov/8a/a40/54a
* @version      1.1.2
*/
.rd-mailform {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.rd-mailform fieldset {
	border: none;
}

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

.rd-mailform.fixed-width-labels {
	margin-left: 0;
	margin-right: 0;
	display: block;
	width: 100%;
}

.rd-mailform.fixed-width-labels .form-wrap:nth-child(1) {
	width: 100%;
}

@media (max-width: 991px) {
	.rd-mailform.fixed-width-labels .form-wrap:nth-child(3), .rd-mailform.fixed-width-labels .btn {
		float: right;
	}
}

.rd-mailform.fixed-width-labels .form-wrap {
	display: inline-block;
}

.rd-mailform.fixed-width-labels .btn {
	height: 50px;
}

.rd-mailform.fixed-width-labels .form-wrap, .rd-mailform.fixed-width-labels .btn {
	width: 48%;
	margin-top: 20px;
}

@media (min-width: 992px) {
	.rd-mailform.fixed-width-labels .form-wrap:nth-child(1) {
		margin-left: 0;
		width: 32.4%;
	}
	.rd-mailform.fixed-width-labels .form-wrap {
		width: 16.2%;
	}
	.rd-mailform.fixed-width-labels .btn {
		width: 14.34%;
	}
	.rd-mailform.fixed-width-labels .form-wrap, .rd-mailform.fixed-width-labels .btn {
		margin-top: 0;
		margin-left: 7px;
	}
}

@media (min-width: 1200px) {
	.rd-mailform.fixed-width-labels .form-wrap:nth-child(1) {
		width: 33.3%;
	}
}

@media (max-width: 767.98px) {
	.rd-form .mfControls {
		display: block;
		width: 100%;
	}
}

/*
* MF Controls
*/
/*
* Form styles
*/
.rd-form {
	position: relative;
	text-align: left;
}

.rd-form .button {
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 50px;
}

* + .rd-form {
	margin-top: 20px;
}

input:-webkit-autofill ~ label,
input:-webkit-autofill ~ .form-validation {
	color: #000000 !important;
}

.form-wrap {
	position: relative;
}

.form-wrap.has-error .form-input {
	border-color: #f5543f;
}

.form-wrap.has-focus .form-input {
	border-color: #b6c062;
}

.form-wrap + * {
	margin-top: 20px;
}

.form-input {
	display: block;
	width: 100%;
	min-height: 50px;
	padding: 12px 19px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #b7b7b7;
	background-image: none;
	border-radius: 0;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
	border: 1px solid #cccccc;
}

.form-input:focus {
	outline: 0;
}

textarea.form-input {
	height: 135px;
	min-height: 50px;
	max-height: 230px;
	resize: vertical;
}

.form-label,
.form-label-outside {
	margin-bottom: 0;
	color: #9b9b9b;
	font-weight: 400;
}

.form-label {
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	padding-left: 19px;
	padding-right: 19px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	pointer-events: none;
	text-align: left;
	z-index: 9;
	transition: .25s;
	will-change: transform;
	transform: translateY(-50%);
}

.form-label.focus {
	opacity: 0;
}

.form-label.auto-fill {
	color: #b7b7b7;
}

.form-label-outside {
	width: 100%;
	margin-bottom: 4px;
}

@media (min-width: 768px) {
	.form-label-outside {
		position: static;
	}
	.form-label-outside, .form-label-outside.focus, .form-label-outside.auto-fill {
		transform: none;
	}
}

[data-x-mode='true'] .form-label {
	pointer-events: auto;
}

.form-validation {
	position: absolute;
	right: 8px;
	top: 0;
	z-index: 1;
	margin-top: 2px;
	font-size: 9px;
	font-weight: 400;
	line-height: 12px;
	letter-spacing: 0;
	color: #f5543f;
	transition: .3s;
}

.form-validation-left .form-validation {
	top: 100%;
	right: auto;
	left: 0;
}

#form-output-global {
	position: fixed;
	bottom: 30px;
	left: 15px;
	z-index: 2000;
	visibility: hidden;
	transform: translate3d(-500px, 0, 0);
	transition: .3s all ease;
}

#form-output-global.active {
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

@media (min-width: 576px) {
	#form-output-global {
		left: 30px;
	}
}

.form-output {
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 2px;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

.form-output.active {
	opacity: 1;
	visibility: visible;
}

.form-output.error {
	color: #f5543f;
}

.form-output.success {
	color: #98bf44;
}

.radio .radio-custom,
.radio-inline .radio-custom,
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom {
	opacity: 0;
}

.radio .radio-custom, .radio .radio-custom-dummy,
.radio-inline .radio-custom,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom,
.checkbox-inline .checkbox-custom-dummy {
	position: absolute;
	left: 0;
	width: 14px;
	height: 14px;
	outline: none;
	cursor: pointer;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
	pointer-events: none;
	background: #ffffff;
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after,
.checkbox .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom-dummy::after {
	position: absolute;
	opacity: 0;
	transition: .22s;
}

.radio .radio-custom:focus,
.radio-inline .radio-custom:focus,
.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus {
	outline: none;
}

.radio input,
.radio-inline input,
.checkbox input,
.checkbox-inline input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	clip-path: inset(50%);
	border: 0;
}

.radio-custom:checked + .radio-custom-dummy:after,
.checkbox-custom:checked + .checkbox-custom-dummy:after {
	opacity: 1;
}

.radio,
.radio-inline {
	padding-left: 28px;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
	top: 1px;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #b7b7b7;
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after {
	content: '';
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background: #2c343b;
	border-radius: inherit;
}

.checkbox,
.checkbox-inline {
	padding-left: 28px;
}

.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
	left: 0;
	width: 18px;
	height: 18px;
	margin: 0;
	border: 1px solid #b7b7b7;
}

.checkbox .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom-dummy::after {
	content: '\f222';
	font-family: "Material Design Icons";
	position: absolute;
	top: -1px;
	left: -2px;
	font-size: 20px;
	line-height: 18px;
	color: #cccccc;
}

.toggle-custom {
	padding-left: 60px;
	-webkit-appearance: none;
}

.toggle-custom:checked ~ .checkbox-custom-dummy::after {
	background: #b6c062;
	transform: translate(20px, -50%);
}

.toggle-custom ~ .checkbox-custom-dummy {
	position: relative;
	display: inline-block;
	margin-top: -1px;
	width: 44px;
	height: 20px;
	background: #f5f5f5;
	cursor: pointer;
}

.toggle-custom ~ .checkbox-custom-dummy::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 16px;
	left: 0;
	top: 50%;
	background: #b7b7b7;
	transform: translate(4px, -50%);
	opacity: 1;
	transition: .22s;
}

.rd-form-inline {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	text-align: center;
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -4px;
	margin-right: -4px;
}

.rd-form-inline > * {
	margin-top: 8px;
	padding-left: 4px;
	padding-right: 4px;
}

.rd-form-inline > * {
	margin-top: 0;
}

.rd-form-inline .form-wrap {
	flex-grow: 1;
	min-width: 185px;
}

.rd-form-inline .form-wrap-select {
	text-align: left;
}

.rd-form-inline .form-button {
	flex-shrink: 0;
	max-width: calc(100% - 10px);
	min-height: 50px;
}

.rd-form-inline .form-button .button {
	min-height: inherit;
}

@media (min-width: 576px) {
	.rd-form-inline .button {
		display: block;
	}
}

.rd-form-inline.rd-form-inline-centered {
	justify-content: center;
}

.form-sm .form-input,
.form-sm .button {
	padding-top: 9px;
	padding-bottom: 9px;
	min-height: 40px;
}

.form-sm .form-validation {
	top: -16px;
}

.form-sm .form-label {
	top: 20px;
}

.form-sm * + .button {
	margin-top: 10px;
}

.form-lg .form-input,
.form-lg .form-label,
.form-lg .select2-container .select2-choice {
	font-size: 16px;
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
	font-size: 16px;
	padding-top: 17px;
	padding-bottom: 17px;
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
	min-height: 58px;
}

.form-lg .form-button {
	min-height: 60px;
}

.form-lg .form-label {
	top: 30px;
}

/*
* Snackbars
*/
.snackbars {
	padding: 9px 16px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	text-align: left;
	background-color: #151515;
	border-radius: 0;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	font-size: 14px;
}

.snackbars a:hover {
	color: #ed2d2d;
}

.snackbars .icon-xxs {
	font-size: 18px;
}

.snackbars p span:last-child {
	padding-left: 14px;
}

.snackbars-left {
	display: inline-block;
	margin-bottom: 0;
}

.snackbars-right {
	display: inline-block;
	float: right;
	text-transform: uppercase;
}

.snackbars-right:hover {
	text-decoration: underline;
}

@media (min-width: 576px) {
	.snackbars {
		max-width: 540px;
		padding: 12px 15px;
		font-size: 15px;
	}
}

/*
* MF Select
*/
.mfSelect {
	position: relative;
}

.mfSelect select {
	padding: 0px 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;
	border: 1px solid #888;
	box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
	transition: .3s all ease-in-out;
	outline: none;
	-webkit-appearance: none;
	font-weight: inherit;
	line-height: 26px;
	border: 1px solid #cccccc;
	background: #fff;
	color: #bebebe;
	border-radius: none;
	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: #bebebe;
}

.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: #1972c6;
	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: '\f00c';
	position: absolute;
	display: inline-block;
	left: 15px;
	color: #ffffff;
	font: 400 20px "FontAwesome";
	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: #ffffff;
	padding-left: 40px;
	transition-delay: 0s;
}

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

.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 #cccccc 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: 16px;
	padding: 11px 17px;
	line-height: 26px;
	color: #bebebe;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: none;
}

.mfSelect .value:before, .mfSelect .value:after {
	position: absolute;
	right: 12px;
	top: 13px;
	width: 24px;
	height: 24px;
	font: 400 18px "FontAwesome";
	line-height: 24px;
	color: #bebebe;
	text-align: center;
	transition: .4s all ease;
}

.mfSelect .value:before {
	content: '\f107';
	font-size: 18px;
}

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

.mfSelect.show .value {
	background: #fff;
	color: #bebebe;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
}

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

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

/*
* MF Datepicker
*/
.mfDatePicker {
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 10px;
	opacity: 0;
	z-index: 1;
	width: 280px;
	visibility: hidden;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.31);
	-moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.31);
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.31);
	transition: .3s all ease-in-out;
	z-index: 99;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	background: #ffffff;
	color: #1972c6;
	border-radius: 0;
}

.mfDatePicker:before {
	content: '';
	position: absolute;
	left: 23px;
	width: 12px;
	height: 12px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
	margin-top: -6px;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.31);
	-moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.31);
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.31);
	z-index: -1;
}

.mfDatePicker table {
	text-align: center;
	border-collapse: separate;
	border-spacing: 3px;
	font-size: 14px;
	line-height: 24px;
	padding: 0 35px 28px 28px;
}

.mfDatePicker table th {
	font-weight: 300;
	color: #000;
	font-size: 12px;
	line-height: 24px;
}

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

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

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

.mfDatePicker table td.dp-today {
	color: #333333;
	background: #fff;
}

.mfDatePicker table td.dp-selected {
	color: #ffffff;
	background: #ed2d2d;
}

.mfDatePicker_title {
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.mfDatePicker_next, .mfDatePicker_prev {
	font: 400 18px "FontAwesome";
	line-height: inherit;
	text-align: center;
	color: #1972c6;
	cursor: pointer;
}

.mfDatePicker_next:hover, .mfDatePicker_prev:hover {
	color: #ed2d2d;
}

.mfDatePicker_panel {
	text-align: center;
	line-height: 24px;
	background: #ffffff;
	padding-top: 31px;
	padding-left: 39px;
	padding-right: 45px;
}

.mfDatePicker_next {
	float: right;
}

.mfDatePicker_next:before {
	content: '\f105';
}

.mfDatePicker_prev {
	float: left;
}

.mfDatePicker_prev:before {
	content: '\f104';
}

.mfDatePicker_panel + table {
	margin-top: 11px;
}

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

@media (max-width: 767px) {
	.datepicker-inverse .mfDatePicker {
		right: 0;
		left: auto;
	}
	.datepicker-inverse .mfDatePicker:before {
		right: 20px;
		left: auto;
	}
}

/**
 * RD Toggles
 * @Section
 */
label {
	cursor: pointer;
}

label span {
	display: inline-block;
}

.mfToggle__input-outer {
	content: "";
	display: inline-block;
	width: 30px;
	height: 15px;
	background-color: rgba(26, 57, 52, 0.7);
	border-radius: 15px;
	margin-right: 10px;
	transition: background 0.3s ease;
	vertical-align: middle;
	margin-left: 10px;
}

.mfToggle__input-outer:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 21px;
	background-color: #F1F1F1;
	border-radius: 20px;
	position: relative;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
	left: -9px;
	top: -4px;
	transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
}

.mfToggle__input-outer:active:after {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(32, 78, 70, 0.3);
}

.mfToggle__input-outer.active {
	background-color: rgba(11, 77, 70, 0.76);
}

.mfToggle__input-outer.active:after {
	background-color: #4ab19f;
	left: 11px;
}

.mfToggle__input-outer.active:active:after {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(27, 105, 74, 0.35);
}

.mfToggle__input-outer input[type="checkbox"] {
	position: absolute !important;
	margin: 0 !important;
	padding: 0 !important;
	top: 0 !important;
	left: 0 !important;
	height: 0 !important;
	width: 0 !important;
	border: none !important;
	overflow: hidden !important;
	opacity: 0 !important;
	z-index: -999999 !important;
}

.mfToggle__input-outer input[type="checkbox"] span {
	font-weight: 300;
}

.mfCheckbox__input {
	visibility: hidden;
}

.mfCheckbox__input-outer {
	position: relative;
	width: 16px;
	height: 16px;
	display: inline-block;
	border: 1px solid #000000;
	overflow: hidden;
	margin-right: 10px;
	vertical-align: text-bottom;
}

.mfCheckbox__input-outer:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	font-size: 14px;
	color: #000000;
	position: absolute;
	transition: .3s;
	opacity: 0;
	display: block;
	margin-top: -5px;
	margin-left: 0px;
	width: 0;
	height: 0;
}

.mfCheckbox__input-outer:after {
	display: block;
	position: absolute;
	content: "";
	left: -5px;
	top: -15px;
	height: 50px;
	width: 50px;
	z-index: 1;
	opacity: 0;
	margin: 0;
}

.mfCheckbox__input-outer.active:before {
	opacity: 1;
}

.mfRadio__input-outer {
	vertical-align: middle;
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 12px;
	border: 2px solid #333;
	border-radius: 100%;
	transition: 0.1s ease;
}

.mfRadio__input-outer:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background-color: transparent;
	border-radius: 100%;
	transition: background 0.3s ease;
}

.mfRadio__input-outer:active {
	box-shadow: 0 1px 3px 1px rgba(220, 220, 220, 0.4), 0 0 0 15px rgba(133, 148, 171, 0.52);
}

.mfRadio__input-outer:hover:after {
	background-color: rgba(0, 0, 0, 0.4);
}

.mfRadio__input-outer.active:after {
	background-color: #333;
}

.mfRadio__input-outer.active:active {
	box-shadow: none;
}

.mfRadio input[type="radio"] {
	position: absolute !important;
	margin: 0 !important;
	padding: 0 !important;
	top: 0 !important;
	left: 0 !important;
	height: 0 !important;
	width: 0 !important;
	border: none !important;
	overflow: hidden !important;
	opacity: 0 !important;
	z-index: -999999 !important;
}

.mfRadio span {
	vertical-align: middle;
}

@-webkit-keyframes checkbox-on {
	0% {
		box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
	}
	50% {
		box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
	}
	100% {
		box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
	}
}

@keyframes checkbox-on {
	0% {
		box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
	}
	50% {
		box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
	}
	100% {
		box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
	}
}

@-webkit-keyframes checkbox-off {
	0% {
		box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
	}
	25% {
		box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
	}
	50% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-top: -4px;
		margin-left: 6px;
		width: 0px;
		height: 0px;
		box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
	}
	51% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		margin-top: -2px;
		margin-left: -2px;
		width: 20px;
		height: 20px;
		box-shadow: 0 0 0 0,    0 0 0 0,    0 0 0 0,    0 0 0 0,    0 0 0 0,    0 0 0 0,    0px 0px 0 10px inset;
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		margin-top: -2px;
		margin-left: -2px;
		width: 20px;
		height: 20px;
		box-shadow: 0 0 0 0,    0 0 0 0,    0 0 0 0,    0 0 0 0,    0 0 0 0,    0 0 0 0,    0px 0px 0 0px inset;
	}
}

@keyframes checkbox-off {
	0% {
		box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
	}
	25% {
		box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
	}
	50% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-top: -4px;
		margin-left: 6px;
		width: 0px;
		height: 0px;
		box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
	}
	51% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		margin-top: -2px;
		margin-left: -2px;
		width: 20px;
		height: 20px;
		box-shadow: 0 0 0 0,    0 0 0 0,    0 0 0 0,    0 0 0 0,    0 0 0 0,    0 0 0 0,    0px 0px 0 10px inset;
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		margin-top: -2px;
		margin-left: -2px;
		width: 20px;
		height: 20px;
		box-shadow: 0 0 0 0,    0 0 0 0,    0 0 0 0,    0 0 0 0,    0 0 0 0,    0 0 0 0,    0px 0px 0 0px inset;
	}
}

.recaptcha iframe {
	border-radius: 3px;
}

@media (max-width: 350px) {
	.recaptcha iframe {
		max-width: 100%;
		transform: scale(0.9);
		-webkit-transform: scale(0.9);
		transform-origin: -5px;
		-webkit-transform-origin: -5px;
	}
}

.form-wrap-recaptcha {
	display: inline-block;
	max-width: 300px;
}

@media (min-width: 576px) {
	.form-wrap-recaptcha {
		max-width: 350px;
	}
}

.form-wrap-recaptcha .form-validation {
	right: 8px;
}

@media (max-width: 350px) {
	.form-wrap-recaptcha .form-validation {
		top: 5px;
		right: auto;
		left: 8px;
	}
}

.recaptcha div div {
	display: inline-block;
}

.has-error .recaptcha iframe {
	border: 1px solid #f2dede;
}

.rd-form-inline * + .mfControls {
	margin-top: 0;
}

.rd-form-inline .btn-md--inset-2 {
	padding: 13px 61px;
	font-size: 17px;
}

.parallax-container .form-validation {
	color: #ffffff;
}

.parallax-container .form-wrap.has-error .form-input {
	border-color: #ffffff;
}

.bg-gray-lighter .form-input {
	background-color: #ffffff;
}

/*
* @subsection   RD Google Map
*
* @description  Describes style declarations for RD Google Map extension
*
* @author       Evgeniy Gusarov
* @link         https://ua.linkedin.com/pub/evgeniy-gusarov/8a/a40/54a
* @version      1.0.0
*/
.rd-google-map {
	position: relative;
	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: 350px;
	}
}

@media (min-width: 1200px) {
	.rd-google-map__model {
		height: 605px;
	}
}

.rd-google-map__locations {
	display: none;
}

.rd-google-map .contact-info {
	display: block;
	padding: 45px;
	position: relative;
	background: #ffffff;
}

.rd-google-map .contact-info dl dt:nth-child(3), .rd-google-map .contact-info dl dd:nth-child(4) {
	margin-top: -2px;
}

.rd-google-map .contact-info dl dt:nth-child(5), .rd-google-map .contact-info dl dd:nth-child(6) {
	margin-top: -4px;
}

.rd-google-map .contact-info dl dt:nth-child(7), .rd-google-map .contact-info dl dd:nth-child(8) {
	margin-top: 16px;
}

@media (max-width: 991px) {
	.rd-google-map .contact-info .max-width {
		max-width: 220px;
		margin-left: auto;
		margin-right: auto;
	}
}

.rd-google-map .contact-info * + dl {
	margin-top: 10px;
}

@media (min-width: 992px) {
	.rd-google-map .contact-info {
		position: absolute;
		top: 19.5%;
		right: 50%;
		-webkit-transform: translateX(-25%);
		transform: translateX(-25%);
		width: 370px;
		padding: 30px 70px;
	}
}

@media (min-width: 1200px) {
	.rd-google-map .contact-info {
		-webkit-transform: translateX(-40%);
		transform: translateX(-40%);
		padding: 37px 100px 37px 50px;
	}
}

@media (min-width: 1800px) {
	.rd-google-map .contact-info {
		-webkit-transform: translateX(-58%);
		transform: translateX(-58%);
	}
}

/*
* @subsection   Google Map
* @description  Describes style declarations for RD Google Map extension
* @version      1.0.0
*/
.google-map-markers {
	display: none;
}

.google-map-container {
	width: 100%;
}

.google-map {
	height: 250px;
	width: 100%;
	border: 1px solid #eaeaea;
	color: #333;
}

.google-map-big {
	height: 300px;
}

@media (min-width: 480px) {
	.google-map {
		height: 250px;
	}
}

@media (min-width: 768px) {
	.google-map {
		height: 350px;
	}
}

@media (min-width: 1200px) {
	.google-map {
		height: 605px;
	}
}

/*
* @subsection   RD Parallax
*
* @description  Describes style declarations for RD Parallax extension
*
* @author       Evgeniy Gusarov
* @link         https://ua.linkedin.com/pub/evgeniy-gusarov/8a/a40/54a
* @version      3.6.1
*/
.rd-parallax-inner {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	clip: rect(0, auto, auto, 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;
}

.rd-parallax-swiper {
	z-index: 1 !important;
}

/*
* Material Parallax
*/
.parallax-container {
	position: relative;
	overflow: hidden;
}

.material-parallax {
	position: absolute;
	top: 0;
	left: -1px;
	right: -1px;
	bottom: 0;
	z-index: 0;
}

.parallax-content {
	position: relative;
	z-index: 1;
}

.material-parallax img {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 0;
	min-width: 101%;
	min-height: 101%;
	max-width: none;
	transform: translate3d(-50%, 0, 0);
}

.parallax-disabled {
	background-size: cover;
	background-position: center;
}

html:not(.ie-11):not(.ios) .parallax-disabled {
	background-attachment: fixed;
}

/*
* @subsection   ToTop
* @license      MIT license - http://opensource.org/licenses/MIT
* @version      1.0.0
*/
.ui-to-top {
	width: 60px;
	height: 60px;
	font-size: 24px;
	line-height: 24px;
	color: #ffffff;
	background: #ed2d2d;
	border-radius: 50%;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
	position: fixed;
	right: 15px;
	bottom: 15px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	z-index: 20;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}

.ui-to-top:before {
	position: absolute;
	font-weight: 700;
	top: 45%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ui-to-top:hover {
	color: #ffffff;
	background: #1666b2;
	text-decoration: none;
}

.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;
	}
}

/*
* @subsection   Easy Responsive Tabs
*
* @description  Describes style declarations for Easy Responsive Tabs extension
*
* @author       Samson Onna
* @link         samson3d@gmail.com
* @version      1.0.0
*/
.resp-tabs-list li {
	cursor: pointer;
}

.resp-accordion {
	display: none;
}

.resp-tab-content {
	display: none;
}

.resp-tab-content-active {
	display: block;
}

.responsive-tabs-default .resp-tabs-list {
	display: none;
	word-spacing: -4px;
	margin-bottom: -1px;
}

.responsive-tabs-default .resp-accordion, .responsive-tabs-default .resp-tabs-list > li {
	display: inline-block;
	word-spacing: normal;
	padding: 10px 20px;
	background: #DDD;
	border: 1px solid #CCC;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	transition: .3s all ease;
}

.responsive-tabs-default .resp-accordion:hover, .responsive-tabs-default .resp-accordion.resp-tab-active, .responsive-tabs-default .resp-tabs-list > li:hover, .responsive-tabs-default .resp-tabs-list > li.resp-tab-active {
	color: #333;
	background: #FFF;
}

.responsive-tabs-default .resp-accordion.resp-tab-active, .responsive-tabs-default .resp-tabs-list > li.resp-tab-active {
	border-bottom-color: transparent;
}

.responsive-tabs-default .resp-accordion {
	display: block;
	border-radius: 0;
}

.responsive-tabs-default .resp-tab-content {
	display: none;
	padding: 20px;
	background: #DDD;
	border: 1px solid #CCC;
	color: #333;
	background: #FFF;
}

.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:before, .responsive-tabs-variant-2 .resp-tabs-list > li.resp-tab-active:after {
	display: block;
}

.responsive-tabs-variant-2 .resp-tabs-list > li.resp-tab-active > .btn {
	border-bottom-color: transparent;
}

.responsive-tabs-variant-2 .resp-tabs-list > li.resp-tab-active > .btn:hover {
	color: inherit;
	background: transparent;
}

.responsive-tabs-variant-2 .resp-tabs-list > li > .btn {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	transition: none;
}

.responsive-tabs-variant-2 .resp-tabs-list > li > .btn:hover {
	transition: .3s all ease;
}

.responsive-tabs-variant-2 .resp-tabs-list > li:before, .responsive-tabs-variant-2 .resp-tabs-list > li:after {
	content: '';
	display: none;
	position: absolute;
	width: 5000px;
	border-bottom: 2px solid;
	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: #fff;
}

.responsive-tabs-variant-2 .btn-default:hover {
	color: #333333;
}

.responsive-tabs-variant-2 .resp-accordion {
	display: block;
}

.responsive-tabs-variant-2 .resp-accordion.resp-tab-active .btn-default {
	background: #ebebeb;
	color: #333333;
}

.responsive-tabs-variant-2 .resp-accordion > .btn {
	display: block;
}

.responsive-tabs-variant-2 .resp-tab-content {
	display: none;
	padding-top: 50px;
}

.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;
	}
}

/*
*
* Select 2
*/
/*
Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
*/
.select2-container {
	margin: 0;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	background-color: #ffffff;
	min-height: 50px;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
	/*
		Force border-box so that % widths fit the parent
		container without overlap because of margin/padding.
		More Info : http://www.quirksmode.org/css/box.html
	*/
	-webkit-box-sizing: border-box;
	/* webkit */
	-moz-box-sizing: border-box;
	/* firefox */
	box-sizing: border-box;
	/* css3 */
}

.select2-container .select2-choice {
	display: block;
	position: relative;
	color: #b7b7b7;
	background-color: #fff;
	padding: 12px 30px 12px 8px;
	border-radius: 0;
	text-decoration: none;
}

.select2-container .select2-choice > .select2-chosen {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.select2-dropdown-open .select2-choice {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-arrow {
	display: inline-block;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
}

.select2-arrow b:before {
	display: inline-block;
	font-weight: 400;
	content: "";
	font-family: "Material Design Icons";
	font-size: 22px;
	transform: rotate(0deg);
}

.select2-dropdown-open .select2-arrow b:before {
	transform: rotate(180deg);
}

.select2-container .select2-choice abbr {
	display: none;
}

.select2-drop-mask {
	border: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	/* styles required for IE to work */
	background-color: #ffffff;
	filter: alpha(opacity=0);
}

.select2-drop {
	width: 100%;
	margin-top: 2px;
	position: absolute;
	z-index: 100;
	top: 100%;
	background: #ffffff;
	color: #b7b7b7;
	border: 1px solid #9b9b9b;
	border-top: 0;
	border-radius: 0 0 0 0;
}

.select2-drop-active {
	border-top: 0;
}

.select2-drop.select2-drop-above {
	margin-top: 1px;
	border-top: 1px solid #9b9b9b;
	border-bottom: 0;
}

.select2-drop.select2-drop-above.select2-drop-active {
	border: 1px solid #1972c6;
}

.select2-search {
	display: inline-block;
	width: 100%;
	padding: 4px 4px 0;
	position: relative;
	z-index: 10000;
	white-space: nowrap;
}

.select2-search:before {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(calc(-50% + 4px));
	display: inline-block;
	content: '\f43b';
	font-family: "Material Design Icons";
	font-size: 20px;
	line-height: 1;
}

.select2-search input {
	width: 100%;
	padding: 5px 35px 5px 5px;
	margin: 0;
	outline: 0;
	font-size: 1em;
	background-color: #fff;
	color: #b7b7b7;
	border: 1px solid #9b9b9b;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
	border: 1px solid #9b9b9b;
	border-top-color: transparent;
}

.select2-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* results */
.select2-results {
	padding: 4px 4px;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-result {
	border-radius: 0;
	transition: .1s;
}

.select2-results li.select2-result-with-children > .select2-result-label {
	font-weight: bold;
}

.select2-results .select2-result-label {
	padding: 3px 7px 4px;
	margin: 0;
	cursor: pointer;
	min-height: 1em;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.select2-results .select2-highlighted {
	color: #ffffff;
	background: #1972c6;
}

.select2-results li em {
	background: #ffffff;
	font-style: normal;
}

.select2-results .select2-highlighted em {
	background: transparent;
}

.select2-results .select2-highlighted ul {
	background: #ffffff;
	color: #000000;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
	color: #ffffff;
	background: #1972c6;
	display: list-item;
	cursor: default;
}

.select2-results .select2-disabled {
	background: #b7b7b7;
	display: list-item;
	cursor: default;
}

.select2-results .select2-selected {
	display: none;
}

.select2-results .select2-ajax-error {
	background: rgba(255, 50, 50, 0.2);
}

.select2-more-results {
	background: #f4f4f4;
	display: list-item;
}

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #dddddd;
	cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
	background-color: #f4f4f4;
	background-image: none;
	border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
	display: none;
}

/* multiselect */
.select2-container-multi {
	display: flex;
	align-items: stretch;
	height: auto;
	min-height: 50px;
}

.select2-container-multi .select2-choices {
	display: flex;
	flex-flow: row;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 0;
	cursor: text;
	overflow: hidden;
}

.select2-locked {
	padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
	min-height: 26px;
}

.select2-container-multi .select2-choices .select2-search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
	width: 100% !important;
	outline: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
	padding: 4px 5px 4px 20px;
	margin: 3px 0 3px 5px;
	position: relative;
	line-height: 13px;
	cursor: default;
	border: 1px solid #e6e6e6;
	background-clip: padding-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #e6e6e6;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
	cursor: default;
}

.select2-search-choice-close {
	display: block;
	width: 12px;
	height: 13px;
	position: absolute;
	right: 3px;
	top: 3px;
	color: #2c343b;
}

.select2-search-choice-close:before {
	display: inline-block;
	content: '\f24c';
	font-family: "Material Design Icons";
	font-size: 12px;
	line-height: 1;
}

.select2-container-multi .select2-search-choice-close {
	left: 3px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #dddddd;
	cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
	padding: 3px 5px 3px 5px;
	border: 1px solid #dddddd;
	background-image: none;
	background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
	display: none;
	background: none;
}

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
	text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
	clip: rect(0 0 0 0) !important;
	width: 1px !important;
	height: 1px !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	position: absolute !important;
	outline: 0 !important;
	left: 0px !important;
	top: 0px !important;
}

.select2-display-none {
	display: none;
}

.select2-measure-scrollbar {
	position: absolute;
	top: -10000px;
	left: -10000px;
	width: 100px;
	height: 100px;
	overflow: scroll;
}

/**
 * @subsection   Swiper 3.1.7
 * @description  Most modern mobile touch slider and framework with
 *               hardware accelerated transitions
 * @author       Vladimir Kharlampidi
 * @see          http://www.idangero.us/swiper/
 * @licesne      MIT License
 */
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	/* Fix of Webkit flickering */
	z-index: 1;
}

.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;
}

.onSwiper {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-moz-transform: translateY(-68%);
	-ms-transform: translateY(-68%);
	-o-transform: translateY(-68%);
	-webkit-transform: translateY(-68%);
	transform: translateY(-68%);
	color: white;
	z-index: 8;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	-moz-transform: translate3d(0px, 0, 0);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 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;
}

.swiper-slide-overlay {
	position: relative;
	z-index: 1;
}

.swiper-slide-overlay:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}

.swiper-slide-overlay:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: white;
	background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
	background: -o-linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
	background: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
}

/* a11y */
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

/* Pagination Styles */
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 100%;
	background: #ffffff;
	transition: 1s all ease;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff;
}

.swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	transform: scale(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(0px, -50%, 0);
	-moz-transform: translate3d(0px, -50%, 0);
	-o-transform: translate(0px, -50%);
	-ms-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
	margin: 5px 0;
	display: block;
}

.swiper-container-horizontal > .swiper-pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px;
}

/* 3D Container */
.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	-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-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	/* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Chrome 10+, Safari 5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Firefox 3.6-15 */
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Opera 11.10-12.00 */
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	/* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Chrome 10+, Safari 5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Firefox 3.6-15 */
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Opera 11.10-12.00 */
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	/* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Chrome 10+, Safari 5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Firefox 3.6-15 */
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Opera 11.10-12.00 */
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	/* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Chrome 10+, Safari 5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Firefox 3.6-15 */
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Opera 11.10-12.00 */
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
	/* Windows 8 IE 10 fix */
	-ms-perspective: 1200px;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-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;
}

.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;
}

/* Cube */
.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-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
	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: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}

/* Scrollbar */
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	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 > .vide__body,
.swiper-slide > .rd-parallax {
	height: 100%;
}

.swiper-slide-caption {
	display: inline-block;
	width: 100%;
	max-height: 100%;
	vertical-align: middle;
	white-space: normal;
}

.swiper-container .no-transition {
	transition: 0s;
}

.mobile .preview, .tablet .preview {
	display: none;
}

.swiper-button {
	cursor: pointer;
	font-size: 25px;
	color: #ffffff;
}

@media (min-width: 992px) {
	.swiper-button {
		font-size: 40px;
	}
}

.swiper-button.swiper-button-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
	right: 0;
}

.swiper-button.swiper-button-next .preview {
	right: 0;
	text-align: right;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.swiper-button.swiper-button-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
	left: 0;
}

.swiper-button.swiper-button-prev .preview {
	left: 0;
	text-align: left;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.swiper-button .swiper-button__arrow {
	position: relative;
	display: block;
	padding: 5px;
	background-color: rgba(0, 0, 0, 0.5);
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.swiper-button .swiper-button__arrow svg {
	transition: 0.3s;
	fill: #fff;
}

@media (min-width: 992px) {
	.swiper-button .swiper-button__arrow {
		padding: 39px 13px;
	}
}

.swiper-button .preview {
	position: absolute;
	top: 0;
	width: 90px;
	height: 100%;
	transition: 0.3s;
	perspective: 1000px;
}

@media (min-width: 992px) {
	.swiper-button .preview {
		width: 160px;
	}
}

.swiper-button .preview .preview__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	-webkit-background-size: cover;
	background-size: cover;
}

.swiper-button:hover svg {
	transition-delay: 0.2s;
}

.swiper-button:hover .preview {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.lt-ie10 .swiper-button .preview {
	display: none;
}

.lt-ie10 .swiper-button .swiper-button.swiper-button-next:hover svg {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

/*
* @subsection   Vide
* @description  Describes style declarations for Vide extension 
*/
.vide__body {
	position: relative;
}

.dtp {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(17, 17, 17, 0.7);
	z-index: 2000;
	overflow-y: scroll;
}

@media (max-height: 500px) {
	.dtp {
		padding-top: 200px;
	}
}

.ie-10 .dtp, .ie-11 .dtp {
	padding-left: 15px;
}

.dtp > .dtp-content {
	background: #ffffff;
	max-width: 300px;
	box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
	position: relative;
	left: 50%;
	margin: 0 auto;
}

.mobille .dtp > .dtp-content {
	max-height: 500px;
	overflow-y: auto;
}

.dtp-header {
	background: #1972c6;
	color: #ffffff;
	text-align: center;
	padding: 0;
	position: relative;
}

.dtp-date, .dtp-time {
	background: #2d8ce5;
	text-align: center;
	color: #ffffff;
	padding: 10px;
}

.dtp-date > div {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 6px;
}

.dtp-actual-month {
	font-size: 1.5em;
}

.dtp-actual-num, .dtp-actual-maxtime {
	font-size: 3em;
	line-height: 0.9;
}

.dtp-actual-year {
	font-size: 1.5em;
	color: #ffffff;
}

.dtp-picker {
	padding: 20px 15px;
	text-align: center;
}

.dtp-picker-month, .dtp-actual-time {
	font-weight: 500;
	text-align: center;
}

.dtp-close {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 16px;
}

.dtp-close > a {
	display: inline-block;
	vertical-align: middle;
	color: #ffffff;
}

.dtp table.dtp-picker-days {
	margin: 0;
	border: none;
}

.dtp table.dtp-picker-days tr {
	border: none;
}

.dtp table.dtp-picker-days tr > td {
	border: none;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	padding: 10px 5px;
}

.dtp table.dtp-picker-days tr > td > span.dtp-select-day {
	color: #BDBDBD !important;
}

.dtp table.dtp-picker-days tr > td > a {
	color: #cccccc;
	width: 24px;
	height: 24px;
	display: inline-block;
	text-align: center;
	line-height: 24px;
	border-radius: 50%;
	transition: .3s all ease;
}

.dtp .dtp-picker-time > a {
	color: #cccccc;
	padding: 4px 5px 6px 5px;
	border-radius: 50% !important;
}

.dtp table.dtp-picker-days tr > td > a.selected {
	background: #1972c6;
	color: #ffffff;
}

.dtp table.dtp-picker-days tr > th {
	color: #cccccc;
	text-align: center;
	font-weight: 700;
	padding: 5px;
	border-bottom: none;
}

.dtp .p10, .dtp .p20, .dtp .p60, .dtp .p80 {
	display: inline-block;
	vertical-align: middle;
}

.dtp .p10 {
	width: 10%;
}

.dtp .p10 > a {
	color: #edeff4;
	transition: .3s all ease;
	display: flex;
	align-items: center;
}

.dtp .p10 > a:hover {
	color: #ffffff;
}

.dtp .p20 {
	width: 20%;
}

.dtp .p60 {
	width: 60%;
}

.dtp .p80 {
	width: 80%;
}

.dtp-picker-month {
	display: none !important;
}

.dtp-meridien-am, .dtp-meridien-pm {
	position: relative;
	top: 10px;
	color: #cccccc;
	font-weight: 500;
	border-radius: 50% !important;
	text-decoration: none;
	background: #eee;
	font-size: 10px;
	padding: 7px 5px;
}

.dtp-actual-meridien a.selected {
	background: #1972c6;
	color: #ffffff;
}

.dtp-picker-time {
	position: absolute;
	width: 30px;
	height: 30px;
	font-size: 1em;
	border-radius: 50%;
	cursor: pointer;
	font-weight: 500;
	text-align: center !important;
}

.dtp-picker-time > a {
	display: block;
	line-height: 20px;
	padding: 0.3rem 0.3rem 0.3rem 0.3rem;
}

.dtp-picker-time > a.dtp-select-hour.selected {
	background: #1972c6;
	color: #ffffff;
}

.dtp-picker-time > a.dtp-select-hour.disabled {
	color: #9b9b9b;
}

.dtp-picker-time > a.dtp-select-minute.disabled {
	color: #9b9b9b;
}

.dtp-picker-time > a.dtp-select-minute.selected {
	background: #1972c6;
	color: #ffffff;
}

.dtp-picker-clock {
	margin: 10px 20px 0;
	padding: 23px 13px;
	border-radius: 50% !important;
	background: #edeff4;
}

.dtp-clock-center {
	width: 15px;
	height: 15px;
	background: #9b9b9b;
	border-radius: 50%;
	position: absolute;
	z-index: 50;
}

html[class*="ie"] .dtp-clock-center {
	display: none;
}

.dtp-hand, .dtp-hour-hand {
	position: absolute;
	width: 4px;
	margin-left: 3px;
	background: #9b9b9b;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	z-index: 1;
}

html[class*="ie"] .dtp-hand, html[class*="ie"] .dtp-hour-hand {
	display: none;
}

.dtp-minute-hand {
	width: 2px;
	margin-left: 6px;
}

.dtp-hand.on {
	background: #1972c6;
}

.dtp-buttons {
	padding: 20px;
	text-align: right;
}

.dtp .invisible {
	visibility: hidden;
}

.dtp .left {
	float: left;
}

.dtp .right {
	float: right;
}

.dtp-buttons {
	display: flex;
	justify-content: flex-end;
}

.dtp-buttons * + .btn {
	margin-top: 0;
	margin-left: 20px;
}

.dtp-btn-ok, .dtp-btn-cancel {
	transition: 0.35s ease-in;
}

.dtp-btn-ok:hover, .dtp-btn-cancel:hover {
	background-color: #ed2d2d;
	color: #ffffff;
}

.dtp-clock-center {
	margin-top: 91.5px !important;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	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-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	will-change: transform;
}

.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 */
.no-js .owl-carousel {
	display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	font: 400 40px/80px 'FontAwesome';
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:before {
	content: '\f144';
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

/*
 * Owl Navigation
 */
.owl-prev, .owl-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font: 400 46px/50px "FontAwesome";
	opacity: .5;
}

.owl-prev:hover, .owl-next:hover {
	opacity: 1;
}

.owl-prev {
	left: 0;
}

.owl-prev:before {
	content: '\f104';
}

.owl-next {
	right: 0;
}

.owl-next:before {
	content: '\f105';
}

/*
 * Owl Pagination
 */
.owl-dots {
	text-align: center;
	margin-top: 65px;
	height: 13px;
}

.owl-dot {
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	position: relative;
	width: 12px;
	height: 12px;
	outline: none;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	-moz-transition: -moz-transform 0.3s ease, background-color 0.3s ease;
	-webkit-transition: -webkit-transform 0.3s ease, background-color 0.3s ease;
	transition: transform 0.3s ease, background-color 0.3s ease;
}

.owl-dot + .owl-dot {
	margin-left: 22px;
}

.owl-dot:hover {
	transform: scale(1.7);
}

.owl-dot:hover, .owl-dot:focus {
	background-color: white;
}

.owl-dot.active {
	background-color: white;
	-webkit-transform: scale(1.7);
	transform: scale(1.7);
}

.owl-nav.disabled {
	display: none;
}

.owl-layout-1 .owl-dot {
	background-color: #ed2d2d;
}

.card-group-custom {
	margin-bottom: 0;
}

.card-group-custom .card-header + .collapse > .card-body,
.card-group-custom .card-header + .collapse > .list-group {
	border-top: 0;
}

.card-group-custom .card + .card {
	margin-top: 0;
}

.card-group-custom.card-group-corporate .card + .card {
	margin-top: 30px;
}

.card-custom {
	display: block;
	margin: 0;
	background: inherit;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	text-align: left;
}

.card-custom a {
	display: block;
}

.card-custom .card-header {
	padding: 0;
	border-bottom: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.card-custom .card-body {
	padding: 0;
	border: 0;
}

.card-custom .card-title {
	margin-bottom: 0;
}

* + .card-group-custom {
	margin-top: 35px;
}

@media (min-width: 768px) {
	* + .card-group-custom {
		margin-top: 50px;
	}
}

.card-corporate {
	text-align: left;
	box-shadow: -1px 2px 5px 0px rgba(68, 73, 83, 0.12);
}

.card-corporate .card-title a,
.card-corporate .card-body {
	background: #ffffff;
}

.card-corporate .card-title a {
	position: relative;
	z-index: 1;
	padding: 21px 82px 21px 32px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: 0;
	color: #2c343b;
	transition: 1.3s all ease;
	border-radius: 6px 6px 0 0;
	border-bottom: 1px solid #dedede;
}

.card-corporate .card-title a .card-arrow:after {
	opacity: 0;
	visibility: hidden;
}

.card-corporate .card-title a.collapsed {
	border-radius: 6px;
	border-bottom-width: 0;
}

.card-corporate .card-title a.collapsed .card-arrow {
	border-radius: 0 6px 6px 0;
}

.card-corporate .card-title a.collapsed .card-arrow:after {
	opacity: 1;
	visibility: visible;
}

.card-corporate .card-arrow {
	position: absolute;
	top: 0;
	bottom: -1px;
	right: -1px;
	z-index: 2;
	width: 70px;
	background: #1972c6;
	border-radius: 0 6px 0 0;
	transition: .33s all ease;
}

.card-corporate .card-arrow::before, .card-corporate .card-arrow::after {
	content: '';
	position: absolute;
	top: 50%;
	z-index: 4;
	transform: translateY(-50%);
	background: #ffffff;
}

.card-corporate .card-arrow::before {
	width: 14px;
	height: 2px;
	right: 28px;
}

.card-corporate .card-arrow::after {
	width: 2px;
	height: 14px;
	right: 34px;
}

.card-corporate .collapse {
	position: relative;
	z-index: 1;
	border-radius: 0 0 6px 6px;
}

.card-corporate .card-body {
	padding: 25px 44px 25px 32px;
}

@media (max-width: 991.98px) {
	.card-corporate .card-title a,
	.card-corporate .card-body {
		padding-left: 25px;
	}
}

@media (min-width: 768px) {
	.card-corporate .card-title a {
		font-size: 18px;
	}
}

/*
* @section      Main Styles
* @description  This section holds template default elements style declarations
*/
html {
	font-size: 60px;
}

@media (min-width: 768px) and (max-width: 991px) {
	html {
		font-size: 70px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	html {
		font-size: 80px;
	}
}

@media (min-width: 1200px) {
	html {
		font-size: 100px;
	}
}

html .old-ie {
	display: none;
}

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

body {
	font-family: "Ubuntu", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.7;
	-webkit-text-size-adjust: none;
	color: #000;
	background: #fff;
}

@media (min-width: 992px) {
	body {
		font-size: 16px;
		line-height: 24px;
	}
}

/*
* @subsection   Typography
* @description  Describes default font settings for basic html elements and
*               css classes
*/
h1, h2, h3, h4, h5, h6,
.heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
	display: block;
	color: #000;
	font-weight: 700;
}

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

h1, .heading-1 {
	font-size: 28px;
	line-height: 1.2;
	color: #ffffff;
}

.context-white h1, .context-white .heading-1 {
	color: #000000;
}

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

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

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

h2, .heading-2 {
	font-size: 26px;
	line-height: 1.5;
}

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

@media (min-width: 1200px) {
	h2, .heading-2 {
		font-size: 48px;
	}
}

h4 {
	font-size: 18px;
	line-height: 1.4;
}

@media (min-width: 768px) {
	h4 {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	h4 {
		font-size: 22px;
	}
}

.heading-4 {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
}

@media (min-width: 768px) {
	.heading-4 {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.heading-4 {
		font-size: 22px;
	}
}

.heading-4.line-height-variant-1 {
	line-height: 1.55;
}

.heading-4.text-bold {
	font-weight: 700;
}

h5, .heading-5 {
	font-size: 18px;
	line-height: 1.2;
}

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

h6, .heading-6 {
	font-size: 16px;
	line-height: 1.5;
}

@media (min-width: 768px) {
	h6, .heading-6 {
		font-size: 18px;
	}
}

p, .list, .contact-info {
	font-weight: 300;
}

p.line-height-variant-2, .list.line-height-variant-2, .contact-info.line-height-variant-2 {
	line-height: 1.375;
}

p a:hover, .list a:hover, .contact-info a:hover {
	color: #1972c6;
}

a[href^="callto:"]:hover {
	color: #ed2d2d;
}

/*
* @subsection   Offsets
* @description  Describes vertical indentation between the elements
*/
h2 + .heading-4 {
	margin-top: 20px;
}

@media (min-width: 992px) {
	h2 + .heading-4 {
		margin-top: 60px;
	}
}

* + h4 {
	margin-top: 10px;
}

h4 + p {
	margin-top: 5px;
}

.thumb + .heading-4, .thumb-skin-1 + .heading-4 {
	margin-top: 12px;
}

.icon + .heading-4 {
	margin-top: 10px;
}

.heading-4 + p {
	margin-top: 10px;
}

.heading-4 + .heading-4 {
	margin-top: 33px;
}

* + .btn {
	margin-top: 30px;
}

* + .terms-list {
	margin-top: 54px;
}

* + .mfControls {
	margin-top: 10px;
}

@media (min-width: 992px) {
	* + .mfControls {
		margin-top: 22px;
	}
}

.mfControls + p {
	margin-top: 10px;
}

@media (min-width: 992px) {
	.mfControls + p {
		margin-top: 36px;
	}
}

.mfCheckbox {
	margin-top: 14px;
	display: inline-block;
}

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

@media (min-width: 992px) {
	* + .row {
		margin-top: 62px;
	}
}

.row + .btn {
	margin-top: 60px;
}

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

* + .rd-mailform {
	margin-top: 62px;
}

@media (min-width: 992px) {
	.offset-custom-1 {
		margin-top: -100px;
	}
}

.offset-custom-2 {
	margin-top: 35px;
}

@media (min-width: 992px) {
	.offset-custom-2 {
		margin-top: 88px;
	}
}

.offset-custom-3 {
	margin-top: 52px;
}

.offset-custom-4 {
	margin-top: 43px;
}

.offset-custom-5 {
	margin-top: 8px;
}

.offset-custom-6 {
	margin-top: 23px;
}

p + p {
	margin-top: 22px;
}

.flow-offset-1 {
	margin-bottom: -50px;
}

.flow-offset-1:empty {
	margin-bottom: 0;
}

.flow-offset-1 > * {
	margin-bottom: 50px;
}

.flow-offset-2 {
	margin-bottom: -30px;
}

.flow-offset-2:empty {
	margin-bottom: 0;
}

.flow-offset-2 > * {
	margin-bottom: 30px;
}

.flow-offset-3 {
	margin-bottom: -20px;
}

.flow-offset-3:empty {
	margin-bottom: 0;
}

.flow-offset-3 > * {
	margin-bottom: 20px;
}

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

/*
* @subsection   Insets
* @description  Describes instant padding classes
*/
.inset-1 {
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 1200px) {
	.inset-1 {
		padding-left: 80px;
		padding-right: 80px;
	}
}

.inset-2 {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 992px) {
	.inset-2 {
		padding-top: 0;
		padding-bottom: 50px;
	}
}

.inset-3 {
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width: 992px) {
	.inset-3 {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (min-width: 1200px) {
	.inset-4 {
		padding-right: 30px;
	}
}

.inset-5 {
	padding: 15px;
}

@media (min-width: 1200px) {
	.inset-5 {
		padding: 34px 18px 30px;
	}
}

@media (min-width: 1200px) {
	.inset-6 {
		padding-right: 5px;
	}
}

@media (min-width: 1200px) {
	.inset-7 {
		padding-right: 15px;
	}
}

/*
* @subsection   Well
* @description  Describes section inner indents
*/
@media (min-width: 1200px) {
	.well-xxs {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

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

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

@media (min-width: 1281px) {
	.well-sm {
		padding-top: 0.7rem;
		padding-bottom: 0.9rem;
	}
}

.well-sm--inset-1 {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (min-width: 1281px) {
	.well-sm--inset-1 {
		padding-top: 0.85rem;
		padding-bottom: 0.95rem;
	}
}

.well-sm--inset-2 {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (min-width: 1281px) {
	.well-sm--inset-2 {
		padding-top: 0.8rem;
		padding-bottom: 0.9rem;
	}
}

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

@media (min-width: 768px) {
	.well-md {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

@media (min-width: 1281px) {
	.well-md {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

.well-md--inset-1 {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (min-width: 768px) {
	.well-md--inset-1 {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

@media (min-width: 1281px) {
	.well-md--inset-1 {
		padding-top: 1rem;
		padding-bottom: 1.1rem;
	}
}

.well-md--inset-2 {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (min-width: 768px) {
	.well-md--inset-2 {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

@media (min-width: 1281px) {
	.well-md--inset-2 {
		padding-top: 1rem;
		padding-bottom: 0.9rem;
	}
}

.well-lg {
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
}

.well-xl {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

/*
* @section      Helpers
* @description  This section holds various helper classes for
*               conditional page styling
*/
.round {
	border-radius: 50%;
}

.relative {
	position: relative;
}

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

.z-index-1 {
	z-index: 1;
}

.border-bottom {
	border-bottom: 1px solid #e9e9e9;
}

.box-border {
	border: 2px solid #1972c6;
	height: 100%;
}

/*
* @subsection   Colors
*/
html body .page .text-primary {
	color: #1972c6;
}

html body .page .text-secondary {
	color: #ed2d2d;
}

html body .page .text-secondary-lighten {
	color: #f37373;
}

html body .page a.text-primary:hover {
	color: #ed2d2d;
}

html body .page a.text-secondary:hover {
	color: #1972c6;
}

html body .page a.text-secondary-lighten:hover {
	color: #d52828;
}

/*
* @subsection   Backgrounds
*/
.bg-primary {
	background: #1972c6;
}

.bg-primary, .bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6, .bg-primary .heading-1, .bg-primary .heading-2, .bg-primary .heading-3, .bg-primary .heading-4, .bg-primary .heading-5, .bg-primary .heading-6 {
	color: #ffffff;
}

.bg-primary .icon-primary {
	color: #ffffff;
	border-color: #ffffff;
	background: transparent;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.12);
}

.bg-primary p a:hover, .bg-primary .list a:hover, .bg-primary .terms-list a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.bg-grayscale-lightest {
	background: #f2f2f2;
}

.parallax-container {
	color: #ffffff;
}

.parallax-container, .parallax-container h1, .parallax-container h2, .parallax-container h3, .parallax-container h4, .parallax-container h5, .parallax-container h6, .parallax-container .heading-1, .parallax-container .heading-2, .parallax-container .heading-3, .parallax-container .heading-4, .parallax-container .heading-5, .parallax-container .heading-6 {
	color: #ffffff;
}

/*
* @subsection   Quote
*/
.quote {
	text-align: center;
}

.quote p + p {
	margin-top: 34px;
}

.quote p cite, .quote p q {
	display: block;
}

.quote p * + cite {
	margin-top: 8px;
}

.quote p span {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.quote p * + q {
	margin-top: 4px;
}

.quote p q {
	padding: 0 20px;
	line-height: 1.5;
}

/*
* @subsection   Pricing Box
*/
.inline-list {
	margin-left: -8px;
}

.inline-list li {
	display: inline-block;
}

.inline-list li + li {
	margin-left: 10px;
}

/*
* @subsection   Terms  List
*/
.terms-list > dt + dd {
	margin-top: 9px;
}

.terms-list > dd + dt {
	margin-top: 23px;
}

.terms-list dd {
	font-size: 16px;
	line-height: 22px;
}

/*
* @subsection   Contact Info
*/
.contact-info dl dt, .contact-info dl dd {
	display: inline-block;
	font-size: 16px;
	line-height: 22px;
}

.contact-info dl dt:after {
	content: ':';
}

.contact-info dl dt {
	min-width: 87px;
}

.contact-info dl dt.width-auto {
	width: auto;
	min-width: auto;
}

/*
* @subsection   Counter
*/
.counter-wrap {
	display: inline-block;
	font: 700 20px/50px "Ubuntu", sans-serif;
	position: relative;
	width: 50px;
	height: 50px;
}

.counter-wrap + * {
	margin-top: 15px;
}

@media (min-width: 480px) {
	.counter-wrap + * {
		margin-top: 35px;
	}
}

@media (min-width: 992px) {
	.counter-wrap + * {
		margin-top: 53px;
	}
}

@media (min-width: 480px) {
	.counter-wrap {
		font-size: 36px;
		line-height: 110px;
		width: 110px;
		height: 110px;
	}
}

.counter-wrap:before {
	border: 2px solid #fff;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	content: '';
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

.counter-wrap:hover:before, .counter-wrap:focus:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*
* @subsection   Thumb
*/
.thumb-custom {
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
}

.thumb, .thumb-skin-1 {
	position: relative;
	display: block;
	overflow: hidden;
	will-change: transform;
}

.thumb-skin-1 {
	overflow: visible;
}

@media (min-width: 400px) {
	.thumb, .thumb-skin-1 {
		display: inline-block;
	}
}

@media (min-width: 992px) {
	.thumb, .thumb-skin-1 {
		display: block;
	}
}

.thumb.block, .block.thumb-skin-1 {
	display: block;
}

.thumb + .heading-4 > a, .thumb-skin-1 + .heading-4 > a {
	transition: 0.35s ease-in;
}

.thumb + .heading-4 > a:hover, .thumb-skin-1 + .heading-4 > a:hover {
	color: rgba(255, 255, 255, 0.6);
}

/* @media (min-width: 768px) {
	.thumb.fixed-height, .fixed-height.thumb-skin-1 {
		height: 220px;
	}
}

@media (min-width: 1200px) {
	.thumb.fixed-height, .fixed-height.thumb-skin-1 {
		height: 270px;
	}
} */

.thumb.fixed-height-2, .fixed-height-2.thumb-skin-1 {
	height: 100%;
}

/* @media (min-width: 1200px) {
	.thumb.fixed-height-2, .fixed-height-2.thumb-skin-1 {
		height: 320px;
	}
} */

.thumb .tag, .thumb-skin-1 .tag {
	position: absolute;
	color: #ffffff;
	background: #ed2d2d;
	right: 0;
	top: 80%;
	width: 100px;
	height: 35px;
	padding: 7px 10px;
	font: 700 20px/1 "Ubuntu", sans-serif;
	z-index: 2;
}

@media (min-width: 992px) {
	.thumb .tag, .thumb-skin-1 .tag {
		width: 110px;
		height: 42px;
		top: 77%;
		padding: 9px 12px;
		font: 700 24px/1 "Ubuntu", sans-serif;
	}
}

.thumb .tag .small, .thumb-skin-1 .tag .small {
	vertical-align: baseline;
	font-size: 14px;
	line-height: 1;
}

.thumb__overlay {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;
	transition: .5s all ease;
}

.thumb__overlay p {
	color: #ffffff;
	padding: 15px 20px;
	top: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: .5s all ease;
}

.thumb__overlay-2 {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: inset 0px -100px 100px 0px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: inset 0px -100px 100px 0px rgba(0, 0, 0, 0.45);
	box-shadow: inset 0px -100px 100px 0px rgba(0, 0, 0, 0.45);
	transition: .5s all ease;
}

.thumb__overlay-2_cnt, .thumb__overlay-2_cnt-2 {
	color: #ffffff;
	position: absolute;
	top: 49%;
	left: 50%;
	-webkit-transform: translate(-50%, 48%);
	transform: translate(-50%, 48%);
	transition: .5s all ease;
	opacity: 1;
}

.thumb__overlay-2_cnt, .thumb__overlay-2_cnt-2, .thumb__overlay-2_cnt h1, .thumb__overlay-2_cnt-2 h1, .thumb__overlay-2_cnt h2, .thumb__overlay-2_cnt-2 h2, .thumb__overlay-2_cnt h3, .thumb__overlay-2_cnt-2 h3, .thumb__overlay-2_cnt h4, .thumb__overlay-2_cnt-2 h4, .thumb__overlay-2_cnt h5, .thumb__overlay-2_cnt-2 h5, .thumb__overlay-2_cnt h6, .thumb__overlay-2_cnt-2 h6, .thumb__overlay-2_cnt .heading-1, .thumb__overlay-2_cnt-2 .heading-1, .thumb__overlay-2_cnt .heading-2, .thumb__overlay-2_cnt-2 .heading-2, .thumb__overlay-2_cnt .heading-3, .thumb__overlay-2_cnt-2 .heading-3, .thumb__overlay-2_cnt .heading-4, .thumb__overlay-2_cnt-2 .heading-4, .thumb__overlay-2_cnt .heading-5, .thumb__overlay-2_cnt-2 .heading-5, .thumb__overlay-2_cnt .heading-6, .thumb__overlay-2_cnt-2 .heading-6 {
	color: #ffffff;
}

.thumb__overlay-2_cnt .cnt_inset-1, .thumb__overlay-2_cnt-2 .cnt_inset-1 {
	padding-left: 45px;
	padding-right: 45px;
}

.thumb__overlay-2_cnt .heading-4, .thumb__overlay-2_cnt-2 .heading-4 {
	padding-left: 30px;
	padding-right: 30px;
	min-height: 53px;
}

.thumb__overlay-2_cnt * + .btn, .thumb__overlay-2_cnt-2 * + .btn {
	margin-top: 30px;
}

@media (min-width: 1200px) {
	.thumb__overlay-2_cnt, .thumb__overlay-2_cnt-2 {
		-webkit-transform: translate(-50%, 68%);
		transform: translate(-50%, 68%);
	}
}

.thumb__overlay-2_cnt-2 {
	width: 100%;
	top: 64%;
}

.thumb__overlay-3 {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	will-change: transform;
	-webkit-box-shadow: inset 0px -100px 100px 0px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: inset 0px -100px 100px 0px rgba(0, 0, 0, 0.45);
	box-shadow: inset 0px -100px 100px 0px rgba(0, 0, 0, 0.45);
	opacity: 0;
	transition: .5s all ease;
}

.thumb__overlay-3:hover {
	opacity: 1;
}

.thumb:hover .thumb__overlay, .thumb-skin-1:hover .thumb__overlay {
	opacity: 1;
}

.thumb:hover .thumb__overlay p, .thumb-skin-1:hover .thumb__overlay p {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.thumb:hover .thumb__overlay-2, .thumb-skin-1:hover .thumb__overlay-2 {
	-webkit-box-shadow: inset 0px -200px 200px 0px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: inset 0px -200px 200px 0px rgba(0, 0, 0, 0.45);
	box-shadow: inset 0px -200px 200px 0px rgba(0, 0, 0, 0.45);
}

.thumb:hover .thumb__overlay-2_cnt, .thumb-skin-1:hover .thumb__overlay-2_cnt, .thumb:hover .thumb__overlay-2_cnt-2, .thumb-skin-1:hover .thumb__overlay-2_cnt-2 {
	-webkit-transform: translate(-50%, -20%);
	transform: translate(-50%, -20%);
}

@media (min-width: 1200px) {
	.thumb:hover .thumb__overlay-2_cnt, .thumb-skin-1:hover .thumb__overlay-2_cnt, .thumb:hover .thumb__overlay-2_cnt-2, .thumb-skin-1:hover .thumb__overlay-2_cnt-2 {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

.thumb:hover h4, .thumb-skin-1:hover h4 {
	transition: 0.35s ease-in;
}

.thumb:hover h4:hover, .thumb-skin-1:hover h4:hover {
	color: #5ba5ea;
}

.thumb.thumb--effect-lily img, .thumb--effect-lily.thumb-skin-1 img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	transition: transform 0.5s;
	-webkit-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}

.thumb.thumb--effect-lily:hover img, .thumb--effect-lily.thumb-skin-1:hover img {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mobile .thumb.thumb--effect-lily img, .mobile .thumb--effect-lily.thumb-skin-1 img,
.tablet .thumb.thumb--effect-lily img,
.tablet .thumb--effect-lily.thumb-skin-1 img {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mobile .thumb .thumb__overlay-2_cnt, .mobile .thumb-skin-1 .thumb__overlay-2_cnt, .mobile .thumb .thumb__overlay-2_cnt-2, .mobile .thumb-skin-1 .thumb__overlay-2_cnt-2,
.tablet .thumb .thumb__overlay-2_cnt,
.tablet .thumb-skin-1 .thumb__overlay-2_cnt,
.tablet .thumb .thumb__overlay-2_cnt-2,
.tablet .thumb-skin-1 .thumb__overlay-2_cnt-2 {
	-webkit-transform: translate(-50%, -20%);
	transform: translate(-50%, -20%);
}

.mobile .thumb__overlay-2,
.tablet .thumb__overlay-2 {
	-webkit-box-shadow: inset 0px -200px 200px 0px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: inset 0px -200px 200px 0px rgba(0, 0, 0, 0.45);
	box-shadow: inset 0px -200px 200px 0px rgba(0, 0, 0, 0.45);
}

/*
* @subsection   Link
*/
.link {
	display: inline-block;
}

/*
* @subsection   Video
*/
.video {
	position: relative;
	padding-bottom: 59.64912%;
}

.video > iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.vide {
	color: #ffffff;
}

.vide, .vide h1, .vide h2, .vide h3, .vide h4, .vide h5, .vide h6, .vide .heading-1, .vide .heading-2, .vide .heading-3, .vide .heading-4, .vide .heading-5, .vide .heading-6 {
	color: #ffffff;
}

.vide:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

/*
* @section      Page Content
* @description  This section holds specific style redeclarations for some
*               of common elements in page content
*/
.desktop .page-content {
	min-height: 100vh;
}

/*
* @section      Page Footer
* @description  This section holds specific style redeclarations for some
*               of common elements in page footer
*/
.page-footer-address {
	display: flex;
	justify-content: center;
}

.page-footer a:hover {
	color: #ed2d2d;
}

.page-footer a.icon:hover {
	color: #1972c6;
}

.page-footer a > .icon {
	margin-right: 7px;
}

.page-footer a > .icon:hover {
	color: #1972c6;
}

.page-footer .copyright a:hover {
	color: #1972c6;
}

.page-footer address a:hover {
	color: #ed2d2d;
}

.copyright {
	color: #bebebe;
}

/*
RD mailform inline
 */
.rd-mailform-inline {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (min-width: 992px) {
	.rd-mailform-inline {
		justify-content: flex-start;
	}
}

.rd-mailform-inline .form-wrap + .form-wrap {
	margin-top: 20px;
}

@media (min-width: 992px) {
	.rd-mailform-inline .form-wrap + .form-wrap {
		margin-top: 0;
		margin-left: 7px;
	}
}

.rd-mailform-inline .form-input {
	background-color: #ffffff;
}

.rd-mailform-inline * + .btn {
	margin-top: 0;
}

@media (min-width: 576px) {
	.rd-mailform-inline * + .btn {
		margin-left: 7px;
	}
}

@media (min-width: 992px) {
	.rd-mailform-inline * + .btn {
		margin-left: 7px;
	}
}

.rd-mailform-inline .form-wrap {
	width: 100%;
}

@media (min-width: 992px) {
	.rd-mailform-inline .form-wrap {
		width: 33.3%;
		margin-top: 0;
	}
}

@media (min-width: 576px) {
	.rd-mailform-inline .form-wrap-less {
		width: 48%;
	}
}

@media (min-width: 992px) {
	.rd-mailform-inline .form-wrap-less {
		width: 16.2%;
	}
}

.rd-mailform-inline .btn {
	width: 100%;
	margin-top: 20px;
	min-height: 50px;
}

@media (min-width: 576px) {
	.rd-mailform-inline .btn {
		width: 48%;
	}
}

@media (min-width: 992px) {
	.rd-mailform-inline .btn {
		width: 14.34%;
		margin-top: 0;
	}
}

a:hover {
	text-decoration: none;
}

.justify-center {
	justify-content: center;
}

.row-20 {
	margin-bottom: -20px;
}

.row-20 > * {
	margin-bottom: 20px;
}

.row-30 {
	margin-bottom: -30px;
}

.row-30 > * {
	margin-bottom: 30px;
}

.row-40 {
	margin-bottom: -40px;
}

.row-40 > * {
	margin-bottom: 40px;
}

/*
Backgrounds
 */
.bg-gray-lighter {
	background-color: #edeff4;
}

.list-inline > li {
	display: inline-block;
}

.img-bordered {
	border-radius: 15px;
}

.divider {
	display: inline-block;
	border: 0;
	font-size: 0;
	line-height: 0;
	height: 3px;
	max-width: 100px;
	width: 100%;
	margin: 20px 0;
}

.divider-default {
	background: #ed2d2d;
}

/**
* Quote minimal
*/
.quote-minimal {
	padding-left: 30px;
	padding-right: 20px;
}

.quote-minimal-text {
	font-size: 18px;
	font-style: italic;
	color: #2c343b;
}

@media (min-width: 768px) {
	.quote-minimal {
		max-width: 90%;
	}
	.quote-minimal-text {
		font-size: 24px;
	}
}

* + .quote-minimal {
	margin-top: 25px;
}

.quote-minimal + * {
	margin-top: 25px;
}

/**
* Quote boxed
*/
.quote-boxed {
	text-align: left;
	margin-bottom: -20px;
	margin-left: -30px;
}

.quote-boxed:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.quote-boxed > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 30px;
}

.quote-boxed-image {
	width: 100px;
	height: auto;
	border-radius: 50%;
}

.quote-boxed-text,
.quote-boxed-cite {
	font-size: 18px;
}

.quote-boxed-text {
	position: relative;
	color: #2c343b;
}

.quote-boxed-text::before {
	position: relative;
	display: inline-block;
	transform: scale(-1, -1);
	top: -5px;
	left: -10px;
	content: '\f373';
	font-family: 'Material Design Icons';
	font-size: 45px;
	line-height: .8;
	color: #ed2d2d;
}

.quote-boxed-cite {
	font-weight: 400;
	color: #1972c6;
}

.quote-boxed-small {
	color: #cccccc;
}

.quote-boxed-meta > * + * {
	margin-top: 0;
}

* + .quote-boxed-meta {
	margin-top: 10px;
}

@media (min-width: 480px) {
	.quote-boxed {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.quote-boxed-aside {
		-webkit-flex-shrink: 0;
		-moz-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	.quote-boxed-main {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-moz-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}

@media (min-width: 768px) {
	.quote-boxed-image {
		width: 160px;
	}
	.quote-boxed-text,
	.quote-boxed-cite {
		font-size: 20px;
		line-height: 1.41667;
	}
	.quote-boxed-text::before {
		font-size: 60px;
		top: -9px;
	}
	* + .quote-boxed-meta {
		margin-top: 20px;
	}
}

@media (min-width: 1200px) {
	.quote-boxed {
		margin-bottom: -30px;
		margin-left: -80px;
	}
	.quote-boxed:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.quote-boxed > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 30px;
		margin-left: 80px;
	}
	.quote-boxed-image {
		width: 210px;
	}
	.quote-boxed-text,
	.quote-boxed-cite {
		font-size: 24px;
	}
	* + .quote-boxed-meta {
		margin-top: 30px;
	}
}

.quote-creative {
	position: relative;
	overflow: hidden;
	text-align: left;
}

@media (max-width: 767px) {
	.quote-creative {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

.quote-creative .cite {
	font-weight: 700;
	color: #151515;
}

.quote-creative .small {
	font-size: 1em;
	color: #1972c6;
}

.quote-creative__header {
	text-align: center;
}

.quote-creative__image-wrap {
	position: relative;
	display: inline-block;
}

.quote-creative__image-wrap::before, .quote-creative__image-wrap::after {
	content: '';
	position: absolute;
	margin-top: -1px;
	top: 100%;
	border-top: 3px solid #ed2d2d;
	width: 50vw;
}

.quote-creative__image-wrap::before {
	left: -28px;
	transform: translateX(-100%);
}

.quote-creative__image-wrap::after {
	right: -28px;
	transform: translateX(100%);
}

.quote-creative__image {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin-bottom: -50%;
	border-radius: 50%;
}

.quote-creative__main {
	position: relative;
	padding: 30px 20px;
	border: 3px solid #ed2d2d;
	border-top-width: 0;
}

.quote-creative__main::before, .quote-creative__main::after {
	content: '';
	position: absolute;
}

.quote-creative__meta {
	margin-left: -8px;
}

.quote-creative__meta > li {
	position: relative;
	display: inline-block;
	vertical-align: baseline;
	padding: 0 8px;
}

.quote-creative__meta > li:not(:last-child)::after {
	content: '';
	position: absolute;
	right: -.25em;
	top: 50%;
	transform: translateY(-50%);
	height: 18px;
	border-right: 1px solid #cccccc;
}

* + .quote-creative__meta {
	margin-top: 15px;
}

.quote-creative__header + .quote-creative__main {
	padding-top: 60px;
}

@media (min-width: 480px) {
	.quote-creative__main {
		padding: 30px;
	}
}

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .quote-creative:hover .quote-creative__image-wrap::before {
		left: 10px;
	}
	html:not(.tablet):not(.mobile) .quote-creative:hover .quote-creative__image-wrap::after {
		right: 10px;
	}
	html:not(.tablet):not(.mobile) .quote-creative__image-wrap::before, html:not(.tablet):not(.mobile) .quote-creative__image-wrap::after {
		transition: .44s ease-out;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.quote-creative__main {
		padding: 40px 20px;
	}
}

@media (min-width: 1200px) {
	.quote-creative__main {
		padding: 60px 30px;
	}
	.quote-creative__header + .quote-creative__main {
		padding-top: 85px;
	}
}

h1 + p,
.heading-1 + p {
	margin-top: 18px;
}

h2 + p,
.heading-2 + p,
h2 + .figure-light {
	margin-top: 17px;
}

h3 + p,
.heading-4 + p {
	margin-top: 16px;
}

h4 + p,
.heading-4 + p {
	margin-top: 5px;
}

h5 + p,
.heading-4 + p {
	margin-top: 14px;
}

h5 + p,
.heading-4 + p {
	margin-top: 13px;
}

* + p {
	margin-top: 14px;
}

@media (min-width: 1200px) {
	* + .figure-light {
		margin-top: 40px;
	}
}

.figure-light figcaption {
	padding-top: 10px;
	color: #b7b7b7;
}

p img.img-compressed {
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	p img.img-compressed {
		float: left;
		max-width: 45%;
		min-width: 200px;
		margin-right: 20px;
	}
	p img.img-compressed.img-right {
		float: right;
		margin-right: 0;
		margin-left: 20px;
	}
}

@media (min-width: 768px) and (min-width: 768px) {
	p img.img-compressed {
		margin-right: 30px;
	}
	p img.img-compressed.img-right {
		margin-left: 30px;
	}
}

@media (min-width: 768px) and (min-width: 1200px) {
	p img.img-compressed {
		margin-right: 50px;
	}
	p img.img-compressed.img-right {
		margin-left: 50px;
	}
}

.fullwidth-page {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: stretch;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.fullwidth-page-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}

.fullwidth-page-inner > * {
	position: relative;
	width: 100%;
}

.fullwidth-page:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	display: inline-block;
	background-color: rgba(183, 183, 183, 0.4);
}

.fullwidth-page[class*='bg-gradient']:before {
	content: none;
}

@media (min-width: 992px) {
	.desktop .fullwidth-page {
		min-height: 100vh;
	}
	.desktop .fullwidth-page > *:nth-child(1) {
		padding-top: 180px;
	}
}

@media (min-width: 1800px) {
	.desktop .fullwidth-page > *:nth-child(1) {
		padding-top: 90px;
	}
}

.fullwidth-page .page-footer p.right a:hover {
	color: #ed2d2d;
}

.fullwidth-page * + .button {
	margin-top: 30px;
}

@media (min-width: 992px) {
	.fullwidth-page {
		min-height: 100vh;
	}
}

@media (min-width: 1800px) {
	.fullwidth-page * + .breadcrumbs-custom-title {
		margin-top: 25px;
	}
	.fullwidth-page .heading-1 + p {
		margin-top: 33px;
	}
	.fullwidth-page .button {
		margin-top: 50px;
	}
	.fullwidth-page * + .countdown-wrap,
	.fullwidth-page .countdown-wrap + * {
		margin-top: 40px;
	}
}

.ie-10 .fullwidth-page .fullwidth-page-inner,
.ie-11 .fullwidth-page .fullwidth-page-inner,
.ie-edge .fullwidth-page .fullwidth-page-inner {
	min-height: 100vh;
}

.breadcrumbs-custom-title {
	position: relative;
	display: inline-block;
	padding: 0 20px;
}

@media (min-width: 768px) {
	.breadcrumbs-custom-title {
		padding: 0 40px;
	}
	.breadcrumbs-custom-title::before, .breadcrumbs-custom-title::after {
		content: '';
		position: absolute;
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
		width: 15px;
		height: 15px;
		background: #ffffff;
	}
	.breadcrumbs-custom-title::before {
		left: -20px;
	}
	.breadcrumbs-custom-title::after {
		right: -16px;
	}
}

@media (min-width: 1800px) {
	.breadcrumbs-custom-title {
		font-size: 70px;
	}
}

.breadcrumbs-custom-subtitle {
	font-size: 20px;
	line-height: 1.3;
}

@media (min-width: 1200px) {
	.breadcrumbs-custom-subtitle {
		font-size: 30px;
	}
}

.fullwidth-page-inner > * {
	color: #ffffff;
}

.page .group-md {
	margin-bottom: -30px;
	margin-left: -30px;
}

.page .group-md:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.page .group-md > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: 30px;
}

p + .group-md {
	margin-top: 30px;
}

/*
Link
 */
.link-image {
	display: inline-block;
	opacity: 0.7;
	transition: 0.35s ease-in;
}

.link-image:hover {
	opacity: 1;
}

/*# sourceMappingURL=style.css.map */
