@charset "UTF-8";
/**
* Template Style
*
* [Table of contents]
*   3. Helpers
*     3.7 Offsets
**/
* + p {
	margin-top: 16px;
}

p + * {
	margin-top: 22px;
}

p + p {
	margin-top: 16px;
}

h2 + h6,
h3 + h6 {
	margin-top: 23px;
}

* + .list-xs {
	margin-top: 16px;
}

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

* + .list-md {
	margin-top: 20px;
}

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

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

* + .list-linked {
	margin-top: 23px;
}

* + .quote-centered {
	margin-top: 25px;
}

* + .group-lg {
	margin-top: 35px;
}

* + .figure {
	margin-top: 30px;
}

* + [class*=list-inline-] {
	margin-top: 38px;
}

* + .rd-mailform {
	margin-top: 38px;
}

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

* + .table-responsive {
	margin-top: 25px;
}

* + .blurb-minimal {
	margin-top: 40px;
}

* + .quote-default {
	margin-top: 40px;
}

h5 + p,
.heading-5 + p {
	margin-top: 18px;
}

h6 + p,
.heading-6 + p {
	margin-top: 10px;
}

.icon-xxl + h3,
.icon-xxl + .heading-3 {
	margin-top: 35px;
}

.range + .range {
	margin-top: 40px;
}

h1 + h3,
.heading-1 + h3,
h1 + .heading-3,
.heading-1 + .heading-3 {
	margin-top: 20px;
}

h2 + h5,
.heading-2 + h5,
h2 + .heading-5,
.heading-2 + .heading-5 {
	margin-top: 15px;
}

h3 + .owl-carousel,
.heading-3 + .owl-carousel {
	margin-top: 35px;
}

.blurb-minimal + .blurb-minimal {
	margin-top: 35px;
}

@media (min-width: 768px) {
	.post-event + .divider-wrap,
	.divider-wrap + .post-event {
		margin-top: 55px;
	}
}

.table-responsive + .range {
	margin-top: 50px;
}

@media (min-width: 992px) {
	* + p {
		margin-top: 28px;
	}
	* + .quote-centered {
		margin-top: 50px;
	}
	* + .figure {
		margin-top: 40px;
	}
	* + .group-lg {
		margin-top: 50px;
	}
}

@media (min-width: 1200px) {
	* + .quote-default {
		margin-top: 65px;
	}
	.range + .range {
		margin-top: 60px;
	}
}

html .page * + .offset-top-1 {
	margin-top: 35px;
}

html .row-10 {
	margin-bottom: -10px;
}

html .row-10:empty {
	margin-bottom: 0;
}

html .row-10 > * {
	margin-bottom: 10px;
}

html .row-20 {
	margin-bottom: -20px;
}

html .row-20:empty {
	margin-bottom: 0;
}

html .row-20 > * {
	margin-bottom: 20px;
}

html .row-30 {
	margin-bottom: -30px;
}

html .row-30:empty {
	margin-bottom: 0;
}

html .row-30 > * {
	margin-bottom: 30px;
}

html .row-both-30 {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: -30px;
}

html .row-both-30:empty {
	margin-bottom: 0;
}

html .row-both-30 > * {
	margin-bottom: 30px;
}

html .row-both-30 > [class*='cell'] {
	padding-left: 15px;
	padding-right: 15px;
}

html .row-50 {
	margin-bottom: -50px;
}

html .row-50:empty {
	margin-bottom: 0;
}

html .row-50 > * {
	margin-bottom: 50px;
}

html .row-60 {
	margin-bottom: -50px;
}

html .row-60:empty {
	margin-bottom: 0;
}

html .row-60 > * {
	margin-bottom: 50px;
}

html .row-70 {
	margin-bottom: -50px;
}

html .row-70:empty {
	margin-bottom: 0;
}

html .row-70 > * {
	margin-bottom: 50px;
}

@media (min-width: 768px) {
	html .row-60 {
		margin-bottom: -60px;
	}
	html .row-60:empty {
		margin-bottom: 0;
	}
	html .row-60 > * {
		margin-bottom: 60px;
	}
	html .row-70 {
		margin-bottom: -70px;
	}
	html .row-70:empty {
		margin-bottom: 0;
	}
	html .row-70 > * {
		margin-bottom: 70px;
	}
	html .row-sm-75 {
		margin-bottom: -75px;
	}
	html .row-sm-75:empty {
		margin-bottom: 0;
	}
	html .row-sm-75 > * {
		margin-bottom: 75px;
	}
}

@media (min-width: 992px) {
	html .row-md-90 {
		margin-bottom: -90px;
	}
	html .row-md-90:empty {
		margin-bottom: 0;
	}
	html .row-md-90 > * {
		margin-bottom: 90px;
	}
}

@media (min-width: 1200px) and (min-height: 800px) {
	html .row-70 {
		margin-bottom: -70px;
	}
	html .row-70:empty {
		margin-bottom: 0;
	}
	html .row-70 > * {
		margin-bottom: 70px;
	}
}

@media (min-width: 1600px) {
	html .row-xl-50 {
		margin-bottom: -50px;
	}
	html .row-xl-50:empty {
		margin-bottom: 0;
	}
	html .row-xl-50 > * {
		margin-bottom: 50px;
	}
	html .row-xl-both-50 {
		margin-left: -50px;
		margin-right: -50px;
		margin-bottom: -50px;
	}
	html .row-xl-both-50:empty {
		margin-bottom: 0;
	}
	html .row-xl-both-50 > * {
		margin-bottom: 50px;
	}
	html .row-xl-both-50 > [class*='cell'] {
		padding-left: 50px;
		padding-right: 50px;
	}
}

html.lt-ie-10 * + .row,
* + .row {
	margin-top: 25px;
}

@media (min-width: 768px) {
	html.lt-ie-10 * + .row,
	* + .row {
		margin-top: 35px;
	}
}

.row:not(.row-condensed).row-horizontal-10 {
	margin-left: -5px;
	margin-right: -5px;
}

.row:not(.row-condensed).row-horizontal-10 > [class*='col'] {
	padding-left: 5px;
	padding-right: 5px;
}

.height-fill {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.height-fill > * {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.block-top-level {
	position: relative;
	z-index: 10;
}

.block-centered {
	margin-left: auto;
	margin-right: auto;
}

.text-width-1 {
	max-width: 540px;
}

.text-width-2 {
	max-width: 620px;
}

.grid-4 {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 370px;
	position: relative;
	transform: translate3d(0, -10px, 0);
	margin-bottom: -10px;
	margin-left: -4px;
	margin-right: -4px;
}

.grid-4 > * {
	position: relative;
	margin-top: 10px;
	padding-left: 4px;
	padding-right: 4px;
}

.grid-4 > * {
	width: 25%;
}

@media (min-width: 992px) {
	.object-displacement-1 {
		margin-top: -45px;
	}
}

@media (min-width: 1600px) {
	.row.range-50 {
		margin-left: -25px;
		margin-right: -25px;
	}
	.row.range-50 > [class*='col-'] {
		padding-left: 25px;
		padding-right: 25px;
	}
}

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

@media (max-width: 991px) {
	.object-wrap__body {
		height: 33vw;
		min-height: 200px;
	}
}

@media (min-width: 992px) {
	.object-wrap__body {
		overflow: hidden;
		position: absolute;
		top: 0;
		bottom: 0;
		width: 100vw;
		min-width: 1px;
		max-width: none;
		height: 100%;
		min-height: 100%;
		max-height: none;
		margin: 0;
		z-index: 0;
	}
	.object-wrap__body + * {
		margin-top: 0;
	}
	.object-wrap__body.object-wrap__body-md-right {
		right: 0;
	}
	.object-wrap__body.object-wrap__body-md-left {
		left: 0;
	}
}

@media (min-width: 992px) {
	.object-wrap__body-sizing-1 {
		width: 49.6vw;
	}
}

.gallery-wrap {
	margin-bottom: -10px;
}

.gallery-wrap:empty {
	margin-bottom: 0;
}

.gallery-wrap > * {
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.gallery-wrap {
		margin-bottom: -30px;
	}
	.gallery-wrap:empty {
		margin-bottom: 0;
	}
	.gallery-wrap > * {
		margin-bottom: 30px;
	}
}

@media (min-width: 1600px) {
	.gallery-wrap {
		margin-bottom: -50px;
	}
	.gallery-wrap:empty {
		margin-bottom: 0;
	}
	.gallery-wrap > * {
		margin-bottom: 50px;
	}
}

@media (max-width: 767px) {
	.gallery-wrap.row {
		margin-left: -5px;
		margin-right: -5px;
	}
	.gallery-wrap.row > [class*='col-'] {
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media (min-width: 1600px) {
	.row {
/*		margin-left: -25px; */
/*		margin-right: -25px; */
	}
	.row > [class*='col-'] {
		padding-left: 25px;
		padding-right: 25px;
	}
	.row.no-gutters {
		margin-left: 0;
		margin-right: 0;
	}
	.row.no-gutters > [class*='col-'] {
		padding-left: 0;
		padding-right: 0;
	}
}
