@charset "UTF-8";
/**
 * [Table of contents]
 *   1 Base
 *     1.1 Reset Styles
 *     1.2 Context Styles
 *     1.3 Page layout
 *     1.4 Offsets
 *   2 Utilities
 *     2.1 Text styling
 *     2.2 Row spacing
 *     2.3 Sections
 *     2.4 Grid modules
 *     2.5 Backgrounds
 *     2.6 Utilities custom
 *   3 Components
 *     3.1 Typography
 *     3.2 Brand
 *     3.3 Blocks
 *     3.4 Boxes
 *     3.5 Groups
 *     3.6 Responsive units
 *     3.7 Lists
 *     3.8 Images
 *     3.9 Icons
 *     3.10 Tables custom
 *     3.11 Dividers
 *     3.12 Buttons
 *     3.13 Forms
 *     3.14 Posts
 *     3.15 Quotes
 *     3.16 Thumbnails
 *     3.17 Breadcrumbs
 *     3.18 Pagination custom
 *     3.19 Snackbars
 *     3.20 Footers
 *   4 Plugins
 *     4.1 Animate
 *     4.2 Preloader
 *     4.3 ToTop
 *     4.4 Google Map
 *     4.5 Counter
 *     4.6 Owl Carousel
 *     4.7 Material Parallax
 */
/** @group Base */
/** @section Reset Styles */
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;
}

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

figure {
	margin-bottom: 0;
}

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

/** @section Context Styles */
.context-dark, .bg-gray-700, .bg-primary, .parallax-container,
.context-dark h1,
.bg-gray-700 h1,
.bg-primary h1,
.parallax-container h1, .context-dark h2, .bg-gray-700 h2, .bg-primary h2, .parallax-container h2, .context-dark h3, .bg-gray-700 h3, .bg-primary h3, .parallax-container h3, .context-dark h4, .bg-gray-700 h4, .bg-primary h4, .parallax-container h4, .context-dark h5, .bg-gray-700 h5, .bg-primary h5, .parallax-container h5, .context-dark h6, .bg-gray-700 h6, .bg-primary h6, .parallax-container h6, .context-dark [class^='heading-'], .bg-gray-700 [class^='heading-'], .bg-primary [class^='heading-'], .parallax-container [class^='heading-'] {
	color: #ffffff;
}

/** @section Page layout */
.page {
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	opacity: 0;
}

.page.fadeIn {
	animation-timing-function: ease-out;
}

.page.fadeOut {
	animation-timing-function: ease-in;
}

[data-x-mode] .page {
	opacity: 1;
}

html.boxed body {
	background: #edeff4 url(../images/bg-pattern-boxed.png) repeat fixed;
}

@media (min-width: 1630px) {
	html.boxed .page {
		max-width: 1600px;
		margin-left: auto;
		margin-right: auto;
		box-shadow: 0 0 23px 0 rgba(1, 1, 1, 0.1);
	}
	html.boxed .rd-navbar-static {
		max-width: 1600px;
		margin-left: auto;
		margin-right: auto;
	}
	html.boxed .rd-navbar-static.rd-navbar--is-stuck {
		max-width: 1600px;
		width: 100%;
		left: calc(50% - 1600px);
		right: calc(50% - 1600px);
	}
}

/** @section Offsets */
* + p {
	margin-top: 15px;
}

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

figure + p {
	margin-top: 5px;
}

img + p {
	margin-top: 15px;
}

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

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

h3 + h5 {
	margin-top: 10px;
}

h3 + figure {
	margin-top: 20px;
}

h3 + img {
	margin-top: 42px;
}

* + h4 {
	margin-top: 12px;
}

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

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

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

* + .button {
	margin-top: 26px;
}

.row + h3,
.row + .heading-3 {
	margin-top: 80px;
}

.container + .container {
	margin-top: 35px;
}

.brand + h2 {
	margin-top: 28px;
}

* + .offset-custom-1 {
	margin-top: 47px;
}

* + .offset-custom-2 {
	margin-top: 45px;
}

* + .offset-custom-2 {
	margin-top: 32px;
}

* + .block-xs {
	margin-top: 12px;
}

* + .block-lg {
	margin-top: 24px;
}

* + .block-xl {
	margin-top: 22px;
}

@media (min-width: 768px) {
	* + h4 {
		margin-top: 20px;
	}
}

@media (min-width: 992px) {
	.list-links + .button {
		margin-top: 34px;
	}
}

@media (min-width: 1200px) {
	* + .block-xs {
		margin-top: 33px;
	}
	* + .block-lg {
		margin-top: 66px;
	}
	* + .offset-custom-1 {
		margin-top: 111px;
	}
	* + .offset-custom-2 {
		margin-top: 95px;
	}
	* + .offset-custom-3 {
		margin-top: 53px;
	}
	* + .rd-form {
		margin-top: 30px;
	}
	.container + .container {
		margin-top: 60px;
	}
	.offset-xl-23 {
		margin-top: 23px;
	}
}

/** @group Utilities */
/** @section Text styling */
.text-italic {
	font-style: italic;
}

.text-normal {
	font-style: normal;
}

.text-underline {
	text-decoration: underline;
}

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

.font-weight-thin {
	font-weight: 100;
}

.font-weight-light {
	font-weight: 300;
}

.font-weight-regular {
	font-weight: 400;
}

.font-weight-medium {
	font-weight: 500;
}

.font-weight-sbold {
	font-weight: 600;
}

.font-weight-bold {
	font-weight: 700;
}

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

.text-spacing-0 {
	letter-spacing: 0;
}

.text-primary {
	color: #ffb910 !important;
}

/** @section Row spacing */
.row-0 {
	margin-bottom: 0px;
}

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

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

.row-15 {
	margin-bottom: -15px;
}

.row-15:empty {
	margin-bottom: 0;
}

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

.row-16 {
	margin-bottom: -16px;
}

.row-16:empty {
	margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
	.row-lg-30 {
		margin-bottom: -30px;
	}
	.row-lg-30:empty {
		margin-bottom: 0;
	}
	.row-lg-30 > * {
		margin-bottom: 30px;
	}
	.row-lg-50 {
		margin-bottom: -50px;
	}
	.row-lg-50:empty {
		margin-bottom: 0;
	}
	.row-lg-50 > * {
		margin-bottom: 50px;
	}
}

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

/** @section Sections */
.section-xs {
	padding: 25px 0;
}

.section-sm,
.section-md,
.section-md-1,
.section-lg-1,
.section-lg,
.section-xl {
	padding-top: 70px;
	padding-bottom: 70px;
}

.section-collapse + .section-collapse {
	padding-top: 0;
}

.section-collapse:last-child {
	padding-bottom: 0;
}

html [class*='section-'].section-bottom-0 {
	padding-bottom: 0;
}

@media (min-width: 768px) {
	.section-sm {
		padding: 60px 0;
	}
	.section-md {
		padding: 70px 0;
	}
	.section-lg {
		padding: 85px 0;
	}
	.section-md-0 {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media (min-width: 992px) {
	.section-sm {
		padding-top: 93px;
		padding-bottom: 75px;
	}
	.section-md {
		padding-top: 95px;
		padding-bottom: 90px;
	}
	.section-md-1 {
		padding-top: 93px;
		padding-bottom: 127px;
	}
	.section-lg {
		padding-top: 105px;
		padding-bottom: 105px;
	}
	.section-lg-1 {
		padding-top: 87px;
		padding-bottom: 98px;
	}
	.section-md-0 {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media (min-width: 1200px) {
	.section-xl {
		padding-top: 98px;
		padding-bottom: 105px;
	}
}

.section-single {
	display: flex;
	text-align: center;
}

.section-single p {
	margin-left: auto;
	margin-right: auto;
}

.section-single * + .rights {
	margin-top: 35px;
}

@media (min-width: 992px) {
	.section-single * + .rights {
		margin-top: 60px;
	}
}

.section-single .rd-mailform-wrap {
	max-width: 670px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.section-single * + .rd-mailform-wrap {
	margin-top: 20px;
}

.section-single-header {
	padding: calc(1em + 3vh) 0 calc(1em + 2vh);
}

.section-single-main {
	padding: calc(1em + 4vh) 0;
}

.section-single-footer {
	padding: calc(1em + 2vh) 0 calc(1em + 3vh);
}

.section-single-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 100vh;
}

.section-single-inner > * {
	width: 100%;
}

/** @section Grid modules */
.grid-demo {
	letter-spacing: 0;
	text-align: center;
}

.grid-demo p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.grid-demo * + p {
	margin-top: 5px;
}

.grid-demo * + .row {
	margin-top: 20px;
}

.grid-demo .row + .row {
	margin-top: 0;
}

@media (min-width: 1200px) {
	.grid-demo {
		text-align: left;
	}
	.grid-demo p {
		white-space: normal;
		overflow: visible;
		text-overflow: unset;
	}
	.grid-demo * + p {
		margin-top: 25px;
	}
}

.grid-demo-bordered .row {
	border: 0 solid #d7d7d7;
	border-top-width: 1px;
}

.grid-demo-bordered .row:last-child {
	border-bottom-width: 1px;
}

.grid-demo-bordered [class*='col'] {
	padding: 5px 15px;
}

.grid-demo-bordered [class*='col']:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1px;
	border-left: 1px solid #d7d7d7;
}

@media (min-width: 768px) {
	.grid-demo-bordered [class*='col'] {
		padding: 30px;
	}
}

@media (min-width: 1200px) {
	.grid-demo-bordered [class*='col'] {
		padding: 50px 50px 45px;
	}
}

.grid-demo-underlined .row {
	border-bottom: 1px solid #d7d7d7;
}

.grid-demo-underlined [class*='col'] {
	padding: 5px 15px;
}

@media (min-width: 768px) {
	.grid-demo-underlined [class*='col'] {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

@media (min-width: 1200px) {
	.grid-demo-underlined [class*='col'] {
		padding-top: 45px;
		padding-bottom: 45px;
	}
}

.row-narrow {
	margin-left: -8px;
	margin-right: -8px;
}

.row-narrow > [class*='col'] {
	padding-left: 8px;
	padding-right: 8px;
}

/** @section Backgrounds */
.context-dark .brand .brand-logo-dark, .bg-gray-700 .brand .brand-logo-dark, .bg-primary .brand .brand-logo-dark, .parallax-container .brand .brand-logo-dark {
	display: block;
}

.context-dark .brand .brand-logo-light, .bg-gray-700 .brand .brand-logo-light, .bg-primary .brand .brand-logo-light, .parallax-container .brand .brand-logo-light {
	display: none;
}

.bg-default {
	background-color: #ffffff;
}

.bg-default:not([style*="background-"]) + .bg-default:not([style*="background-"]) {
	padding-top: 0;
}

.bg-gray-100 {
	background-color: #edeff4;
}

.bg-gray-100:not([style*="background-"]) + .bg-gray-100:not([style*="background-"]) {
	padding-top: 0;
}

.bg-gray-700 {
	background-color: #2b2f31;
}

.bg-gray-700:not([style*="background-"]) + .bg-gray-700:not([style*="background-"]) {
	padding-top: 0;
}

.bg-primary {
	background: #ffb910;
}

.bg-primary + .bg-primary {
	padding-top: 0;
}

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

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .bg-fixed {
		background-attachment: fixed;
	}
}

.bg-overlay-1 > * {
	position: relative;
	z-index: 1;
}

.bg-overlay-1:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 0;
	pointer-events: none;
}

/** @section Utilities custom */
.height-fill {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.height-fill > * {
	flex-grow: 1;
	flex-shrink: 0;
}

.object-inline {
	white-space: nowrap;
}

.object-inline > * {
	display: inline-block;
	min-width: 20px;
	vertical-align: top;
	white-space: normal;
}

.object-inline > * + * {
	margin-left: 5px;
}

.oh {
	position: relative;
	overflow: hidden;
}

.text-decoration-lines {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.text-decoration-lines-content {
	position: relative;
	display: inline-block;
	min-width: 170px;
	font-size: 13px;
	text-transform: uppercase;
}

.text-decoration-lines-content::before, .text-decoration-lines-content::after {
	content: '';
	position: absolute;
	height: 1px;
	background: #d7d7d7;
	top: 50%;
	width: 100vw;
}

.text-decoration-lines-content::before {
	left: 0;
	transform: translate3d(-100%, 0, 0);
}

.text-decoration-lines-content::after {
	right: 0;
	transform: translate3d(100%, 0, 0);
}

* + .text-decoration-lines {
	margin-top: 30px;
}

p.rights {
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 0.05em;
}

p.rights a {
	color: inherit;
}

p.rights a:hover {
	color: #ffb910;
}

@media (min-width: 992px) {
	* + .rights {
		margin-top: 0;
	}
}

[style*='z-index: 1000;'] {
	z-index: 1101 !important;
}

.text-block > * {
	margin-left: .125em;
	margin-right: .125em;
}

.privacy-link {
	display: inline-block;
}

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

/** @group Components */
/** @section Typography */
body {
	font-size: 14px;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
}

h1, h2, h3, h4, h5, h6, [class^='heading-'] {
	margin-bottom: 0;
	font-weight: 400;
	font-family: "Righteous", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, [class^='heading-'] a {
	color: inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, [class^='heading-'] a:hover {
	color: #ffb910;
}

h1,
.heading-1 {
	font-size: 32px;
}

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

h2,
.heading-2 {
	font-size: 28px;
	letter-spacing: 0.025em;
}

@media (min-width: 1200px) {
	h2,
	.heading-2 {
		font-size: 48px;
		line-height: 1.25;
	}
}

h3,
.heading-3 {
	font-size: 24px;
}

@media (min-width: 1200px) {
	h3,
	.heading-3 {
		font-size: 36px;
		line-height: 1.33333;
	}
}

h4,
.heading-4 {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

@media (min-width: 1200px) {
	h4,
	.heading-4 {
		font-size: 20px;
		line-height: 1;
	}
}

h5,
.heading-5 {
	font-size: 18px;
	line-height: 1.44444;
}

h6,
.heading-6 {
	font-size: 16px;
	line-height: 1.5;
}

small,
.small {
	display: block;
	font-size: 12px;
	line-height: 1.5;
}

mark,
.mark {
	padding: 3px 5px;
	color: #ffffff;
	background: #ffb910;
}

.big {
	line-height: 1.5;
}

@media (min-width: 768px) {
	.big {
		font-size: 20px;
	}
}

.lead {
	font-size: 24px;
	line-height: 34px;
	font-weight: 300;
}

code {
	padding: 3px 5px;
	border-radius: 0.2rem;
	font-size: 90%;
	color: #111111;
	background: #edeff4;
}

p [data-toggle='tooltip'] {
	padding-left: .25em;
	padding-right: .25em;
	color: #ffb910;
}

p [style*='max-width'] {
	display: inline-block;
}

::selection {
	background: #ffb910;
	color: #ffffff;
}

::-moz-selection {
	background: #ffb910;
	color: #ffffff;
}

.heading-custom {
	line-height: 1.2em;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.heading-custom {
		line-height: 1.416666666em;
		letter-spacing: 0.1em;
	}
}

@media (min-width: 768px) {
	.container-fluid-md {
		padding-left: 0;
		padding-right: 0;
		max-width: none;
	}
}

@media (min-width: 768px) {
	.no-gutters-md {
		margin-left: 0;
		margin-right: 0;
	}
	.no-gutters-md > [class*="col-"] {
		padding-right: 0;
		padding-left: 0;
	}
}

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

.paragraph-decorative {
	font-family: "Lato", "Times New Roman", Times, serif;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.lh-1-25 {
	line-height: 1.25;
}

.contact-info {
	font-weight: 700;
	letter-spacing: 0.025em;
}

address {
	margin-top: 12px;
	display: inline-block;
}

.custom-terms > * {
	display: inline-block;
}

br {
	line-height: 0;
}

/** @section Brand */
.brand {
	display: inline-block;
}

.brand .brand-logo-light {
	display: none;
}

.brand .brand-logo-dark {
	display: block;
}

a {
	transition: all 0.3s ease-in-out;
}

a, a:focus, a:active, a:hover {
	text-decoration: none;
}

a, a:focus, a:active {
	color: #ffb910;
}

a:hover {
	color: #038cb9;
}

a[href*='tel'], a[href*='mailto'] {
	white-space: nowrap;
}

.link-hover {
	color: #038cb9;
}

.link-press {
	color: #039fd3;
}

.link-classic {
	color: #ffffff;
	text-transform: lowercase;
	letter-spacing: 0.025em;
}

.link-classic:hover, .link-classic:focus {
	color: #ffb910;
}

.link-footer-phone {
	font-family: "Lato", "Times New Roman", Times, serif;
	font-weight: 800;
	font-size: 20px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
}

.link-white {
	color: #ffffff;
}

.link-white:hover, .link-white:focus {
	color: #ffb910;
}

/** @section Blocks */
.block-center {
	margin-left: auto;
	margin-right: auto;
}

.block-xs {
	max-width: 300px;
}

.block-md {
	max-width: 600px;
}

.block-lg {
	max-width: 760px;
}

.block-xl {
	max-width: 820px;
}

@media (min-width: 992px) {
	.block-sm {
		max-width: 402px;
	}
}

@media (min-width: 1200px) {
	.block-sm {
		padding-top: 20px;
	}
}

/** @section Boxes */
.box-minimal {
	text-align: center;
}

.box-minimal .box-minimal-icon {
	font-size: 50px;
	line-height: 50px;
	color: #ffb910;
}

.box-minimal-divider {
	width: 36px;
	height: 4px;
	margin-left: auto;
	margin-right: auto;
	background: #ffb910;
}

.box-minimal-text {
	width: 100%;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

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

* + .box-minimal-title {
	margin-top: 10px;
}

* + .box-minimal-divider {
	margin-top: 20px;
}

* + .box-minimal-text {
	margin-top: 15px;
}

.context-dark .box-minimal p, .bg-gray-700 .box-minimal p, .bg-primary .box-minimal p, .parallax-container .box-minimal p {
	color: #9b9b9b;
}

.context-dark .box-counter, .bg-gray-700 .box-counter, .bg-primary .box-counter, .parallax-container .box-counter {
	color: #ffffff;
}

.box-counter {
	position: relative;
	text-align: center;
	color: #2b2f31;
}

.box-counter-title {
	display: inline-block;
	font-family: "Lato", "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-transform: lowercase;
}

.box-counter-main {
	font-family: "Righteous", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 45px;
	font-weight: 400;
	line-height: 1;
}

.box-counter-main .counter {
	color: #ffb910;
	font-size:50px;
}

.box-counter-main > * {
	display: inline;
	font: inherit;
}

.box-counter-main .small {
	font-size: 28px;
}

.box-counter-main .small_top {
	position: relative;
	top: .2em;
	vertical-align: top;
}

.box-counter-divider {
	font-size: 0;
	line-height: 0;
}

.box-counter-divider::after {
	content: '';
	display: inline-block;
	width: 80px;
	height: 2px;
	background: #ffb910;
}

.box-coutner-static {
	font-size: 45px;
	line-height: 1;
	font-family: "Righteous", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* + .box-counter-title {
	margin-top: 10px;
}

* + .box-counter-main {
	margin-top: 20px;
}

* + .box-counter-divider {
	margin-top: 10px;
}

@media (min-width: 1200px) {
	.box-counter-title {
		font-size: 20px;
	}
	.box-counter-main {
		font-size: 72px;
	}
	.box-counter-main .small {
		font-size: 36px;
	}
	.box-coutner-static {
		font-size: 72px;
	}
	* + .box-counter-main {
		margin-top: 30px;
	}
	* + .box-counter-divider {
		margin-top: 15px;
	}
	* + .box-counter-title {
		margin-top: 12px;
	}
}

.bg-primary .box-counter {
	color: #ffffff;
}

.bg-primary .box-counter-divider::after {
	background: #ffffff;
}

/*
 Box Icon
 */
.box-icon {
	position: relative;
	background: rgba(255, 185, 16, 0.5);
	padding: 20px 25px 22px 25px;
	text-align: left;
	text-transform: uppercase;
	display: block;
	color: #ffffff;
	overflow: hidden;
	font-family: "Righteous", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	letter-spacing: 0.075em;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.box-icon:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -9px;
	bottom: calc(100% - 9px);
	background: #ffffff;
	transform: translateY(-9px);
	transition: 0.35s all ease-in-out;
}

.box-icon:hover, .box-icon:active, .box-icon:focus {
	color: #2b2f31;
	background: #ffb910;
}

.box-icon:hover:after, .box-icon:active:after, .box-icon:focus:after {
	transform: translateY(0);
}

.box-icon-title {
	font-size: 22px;
	line-height: 1.4em;
}

@media (min-width: 768px) {
	.box-icon {
		max-width: none;
		text-align: left;
	}
}

@media (min-width: 1200px) {
	.box-icon {
		padding: 42px 50px 51px 38px;
	}
	.box-icon-title {
		font-size: 20px;
	}
}

/** @section Groups */
html .group {
	margin-bottom: -20px;
	margin-left: -15px;
}

html .group:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group > * {
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 15px;
}

html .group-sm {
	margin-bottom: -10px;
	margin-left: -10px;
}

html .group-sm:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-sm > * {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

html .group-xl {
	margin-bottom: -20px;
	margin-left: -30px;
}

html .group-xl:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-xl > * {
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 30px;
}

@media (min-width: 992px) {
	html .group-xl {
		margin-bottom: -20px;
		margin-left: -45px;
	}
	html .group-xl > * {
		margin-bottom: 20px;
		margin-left: 45px;
	}
}

html .group-custom {
	display: flex;
	flex-flow: wrap column;
	max-width: 100%;
	margin-bottom: -10px;
}

html .group-custom > * {
	flex-grow: 1;
	width: 100%;
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width: 576px) {
	html .group-custom {
		flex-flow: row nowrap;
		align-items: center;
	}
	html .group-custom > * {
		margin-right: 10px;
	}
	html .group-custom > *:last-child {
		margin-right: 0;
	}
}

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

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

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

* + .group-xl {
	margin-top: 20px;
}

/** @section Responsive units */
.unit {
	display: flex;
	flex: 0 1 100%;
	margin-bottom: -30px;
	margin-left: -20px;
}

.unit > * {
	margin-bottom: 30px;
	margin-left: 20px;
}

.unit:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.unit-body {
	flex: 0 1 auto;
}

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

.unit-spacing-xs {
	margin-bottom: -15px;
	margin-left: -7px;
}

.unit-spacing-xs > * {
	margin-bottom: 15px;
	margin-left: 7px;
}

.unit-spacing-md {
	margin-bottom: -15px;
	margin-left: -25px;
}

.unit-spacing-md > * {
	margin-bottom: 15px;
	margin-left: 25px;
}

/** @section Lists */
.list > li + li {
	margin-top: 10px;
}

.list-xs > li + li {
	margin-top: 5px;
}

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

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

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

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

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

.list-inline > li {
	display: inline-block;
}

.list-inline-md {
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -10px;
	margin-right: -10px;
}

.list-inline-md > * {
	margin-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width: 992px) {
	.list-inline-md {
		margin-left: -9px;
		margin-right: -9px;
	}
	.list-inline-md > * {
		padding-left: 9px;
		padding-right: 9px;
	}
}

.list-inline-lg {
	margin-left: -7px;
	margin-right: -7px;
}

.list-inline-lg > * {
	padding-left: 7px;
	padding-right: 7px;
}

.list-terms dt + dd {
	margin-top: 5px;
}

.list-terms dd + dt {
	margin-top: 25px;
}

* + .list-terms {
	margin-top: 25px;
}

.index-list {
	counter-reset: li;
}

.index-list > li .list-index-counter:before {
	content: counter(li, decimal-leading-zero);
	counter-increment: li;
}

.list-marked {
	text-align: left;
}

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

.list-marked > li::before {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 1px;
	min-width: 25px;
	content: '\f105';
	font: 400 14px/24px 'FontAwesome';
	color: #b7b7b7;
}

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

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

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

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

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

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

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

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

/*
 List links
 */
.list-links {
	font-family: "Righteous", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	letter-spacing: 0.075em;
}

.list-links li {
	font-size: 16px;
	line-height: 1.8em;
	text-transform: uppercase;
	display: block;
}

.list-links li a:hover, .list-links li a:focus, .list-links li a:active {
	color: #ffffff;
}

.list-links li:last-of-type span {
	display: none;
}

.list-links span {
	color: #ffb910;
	padding-left: 6px;
	display: none;
}

@media (min-width: 576px) {
	.list-links span {
		display: inline-block;
	}
	.list-links li {
		display: inline-block;
	}
}

@media (min-width: 992px) {
	.list-links li {
		font-size: 20px;
	}
}

/** @section Images */
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-responsive {
	width: 100%;
}

/** @section Icons */
.icon {
	display: inline-block;
	font-size: 18px;
	line-height: 1;
}

.icon::before {
	position: relative;
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-transform: none;
}

.icon-default {
	color: #2b2f31;
}

.icon-primary {
	color: #ffb910;
}

.icon-circle {
	border-radius: 50%;
}

.icon-xs {
	font-size: 14px;
}

.icon-sm {
	font-size: 16px;
}

.icon-lg {
	font-size: 30px;
}

.icon-xl {
	font-size: 50px;
}

@media (min-width: 1200px) {
	.icon-xl {
		font-size: 72px;
	}
}

/** @section Tables custom */
.table-custom {
	width: 100%;
	min-width: 510px;
	max-width: 100%;
	text-align: left;
	background: #ffffff;
	border-collapse: collapse;
}

.table-custom th,
.table-custom td {
	color: #2b2f31;
	background: #ffffff;
}

.table-custom th {
	padding: 35px 24px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	background: #d7d7d7;
}

@media (max-width: 991.98px) {
	.table-custom th {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.table-custom td {
	padding: 17px 24px;
}

.table-custom tbody tr:first-child td {
	border-top: 0;
}

.table-custom tr td {
	border-bottom: 1px solid #cccccc;
}

.table-custom tfoot td {
	font-weight: 700;
}

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

@media (min-width: 768px) {
	* + .table-custom-responsive {
		margin-top: 40px;
	}
}

.table-custom.table-custom-primary thead th {
	color: #ffffff;
	background: #ffb910;
	border: 0;
}

.table-custom.table-custom-primary tbody tr:hover td {
	background: #d7d7d7;
}

.table-custom.table-custom-bordered tr td:first-child {
	border-left: 0;
}

.table-custom.table-custom-bordered tr td:last-child {
	border-right: 0;
}

.table-custom.table-custom-bordered td {
	border: 1px solid #cccccc;
}

.table-custom.table-custom-bordered tbody > tr:first-of-type > td {
	border-top: 0;
}

.table-custom.table-custom-striped {
	border-bottom: 1px solid #cccccc;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(odd) td {
	background: transparent;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(even) td {
	background: #d7d7d7;
}

.table-custom.table-custom-striped tbody td {
	border: 0;
}

.table-custom.table-custom-striped tfoot td:not(:first-child) {
	border-left: 0;
}

@media (max-width: 991.98px) {
	.table-custom-responsive {
		display: block;
		width: 100%;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-custom-responsive.table-bordered {
		border: 0;
	}
}

/** @section Dividers */
hr {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #d7d7d7;
}

.divider {
	font-size: 0;
	line-height: 0;
	display: block;
}

.divider::after {
	content: '';
	display: inline-block;
	width: 28px;
	height: 2px;
	background-color: #ffb910;
}

.context-dark .divider:after, .bg-gray-700 .divider:after, .bg-primary .divider:after, .parallax-container .divider:after {
	background-color: #ffffff;
}

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

@media (min-width: 768px) {
	* + .divider {
		margin-top: 28px;
	}
}

/** @section Buttons */
.button {
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 13px 20px;
	font-size: 14px;
	line-height: 1.25;
	border: 2px solid;
	font-family: "Righteous", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
	letter-spacing: 0.025em;
	text-transform: lowercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	user-select: none;
	transition: .2s all ease-in-out;
}

.button.button-icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
}

.button.button-icon .icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: inherit;
	font-size: 1.55em;
	line-height: 1em;
}

.button.button-icon-left .icon {
	padding-right: 11px;
}

.button.button-icon-right {
	flex-direction: row-reverse;
}

.button.button-icon-right .icon {
	padding-left: 11px;
}

.button.button-icon.button-link .icon {
	top: 5px;
	font-size: 1em;
}

.button.button-icon.button-xs .icon {
	top: .05em;
	font-size: 1.2em;
	padding-right: 8px;
}

.button.button-icon.button-xs .button-icon-right {
	padding-left: 8px;
}

@media (min-width: 992px) {
	.button {
		font-size: 20px;
	}
}

.button-block {
	display: block;
	width: 100%;
}

.button-default, .button-default:focus {
	color: #cccccc;
	background-color: #2b2f31;
	border-color: #2b2f31;
}

.button-default:hover, .button-default:active, .button-default.active {
	color: #ffffff;
	background-color: #ffb910;
	border-color: #ffb910;
}

.button-default.button-ujarak::before {
	background: #ffb910;
}

.button-gray-100, .button-gray-100:focus {
	color: #151515;
	background-color: #edeff4;
	border-color: #edeff4;
}

.button-gray-100:hover, .button-gray-100:active, .button-gray-100.active {
	color: #151515;
	background-color: #dde1ea;
	border-color: #dde1ea;
}

.button-gray-100.button-ujarak::before {
	background: #dde1ea;
}

.button-primary, .button-primary:focus {
	color: #ffffff;
	background-color: #ffb910;
	border-color: #ffb910;
}

.button-primary:hover, .button-primary:active, .button-primary.active {
	color: #2b2f31;
	background-color: #ffb910;
	border-color: #ffb910;
}

.button-primary.button-ujarak::before {
	background: #ffb910;
}

.button-default-outline, .button-default-outline:focus {
	color: #cccccc;
	background-color: transparent;
	border-color: #2b2f31;
}

.button-default-outline:hover, .button-default-outline:active, .button-default-outline.active {
	color: #ffffff;
	background-color: #ffb910;
	border-color: #ffb910;
}

.button-default-outline.button-ujarak::before {
	background: #ffb910;
}

.button-border-hover {
	border: none;
}

.button-border-hover:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: calc(100% - 5px);
	background: #ffffff;
	transform: translateY(-5px);
	transition: 0.33s all ease-in-out;
}

.button-border-hover:hover:after {
	transform: translateY(0);
}

.button-ghost {
	border: 0;
	background-color: transparent;
}

.button-ghost:hover {
	color: #ffffff;
	background: #ffb910;
}

.button-facebook, .button-facebook:focus {
	color: #ffffff;
	background-color: #4d70a8;
	border-color: #4d70a8;
}

.button-facebook:hover, .button-facebook:active, .button-facebook.active {
	color: #ffffff;
	background-color: #456497;
	border-color: #456497;
}

.button-facebook.button-ujarak::before {
	background: #456497;
}

.button-twitter, .button-twitter:focus {
	color: #ffffff;
	background-color: #02bcf3;
	border-color: #02bcf3;
}

.button-twitter:hover, .button-twitter:active, .button-twitter.active {
	color: #ffffff;
	background-color: #02a8da;
	border-color: #02a8da;
}

.button-twitter.button-ujarak::before {
	background: #02a8da;
}

.button-google, .button-google:focus {
	color: #ffffff;
	background-color: #e2411e;
	border-color: #e2411e;
}

.button-google:hover, .button-google:active, .button-google.active {
	color: #ffffff;
	background-color: #cc3a1a;
	border-color: #cc3a1a;
}

.button-google.button-ujarak::before {
	background: #cc3a1a;
}

.button-shadow {
	box-shadow: 0 9px 21px 0 rgba(204, 204, 204, 0.15);
}

.button-shadow:hover {
	box-shadow: 0 9px 10px 0 rgba(204, 204, 204, 0.15);
}

.button-shadow:focus, .button-shadow:active {
	box-shadow: none;
}

.button-ujarak {
	position: relative;
	z-index: 0;
	transition: background .4s, border-color .4s, color .4s;
}

.button-ujarak::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffb910;
	z-index: -1;
	opacity: 0;
	transform: scale3d(0.7, 1, 1);
	transition: transform 0.42s, opacity 0.42s;
	border-radius: inherit;
}

.button-ujarak, .button-ujarak::before {
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button-ujarak:hover {
	transition: background .4s .4s, border-color .4s 0s, color .2s 0s;
}

.button-ujarak:hover::before {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.button-xs {
	padding: 8px 17px;
}

.button-sm {
	padding: 5px 25px;
	font-size: 12px;
	line-height: 1.5;
}

.button-lg {
	padding: 12px 50px;
	font-size: 14px;
	line-height: 1.5;
}

.button-xl {
	padding: 16px 50px;
	font-size: 16px;
	line-height: 28px;
}

@media (min-width: 992px) {
	.button-xl {
		padding: 20px 80px;
	}
}

.button-circle {
	border-radius: 30px;
}

.button-round-1 {
	border-radius: 5px;
}

.button-round-2 {
	border-radius: 10px;
}

.btn-primary {
	border-radius: 3px;
	font-family: "Righteous", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
	letter-spacing: .05em;
	text-transform: uppercase;
	transition: .33s;
}

.btn-primary, .btn-primary:active, .btn-primary:focus {
	color: #ffffff;
	background: #ffb910;
	border-color: #ffb910;
}

.btn-primary:hover {
	color: #ffffff;
	background: #000000;
	border-color: #000000;
}

.button-border-left {
	position: relative;
	border-color: transparent;
	background: transparent;
	color: #ffffff;
	padding: 0px 15px 0px;
	overflow: visible;
}

.button-border-left:hover, .button-border-left:active, .button-border-left:focus {
	color: #2b2f31;
}

.button-border-left:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: -3px;
	right: calc(100% - 3px);
	background: #ffffff;
}

.button-black {
	color: #ffffff;
	background: #000000;
}

.button-black:hover, .button-black:active {
	color: #ffb910;
}

@media (min-width: 992px) {
	.button-big {
		padding: 20px 34px;
	}
}

.form-button-big {
	width: 100%;
	text-align: center;
}

* + .form-button-big {
	margin-top: 28px;
}

/** @section Forms */
.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: #ffb910;
}

.form-wrap + * {
	margin-top: 20px;
}

.form-input {
	display: block;
	width: 100%;
	min-height: 50px;
	padding: 11px 30px;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	color: #b7b7b7;
	background-color: transparent;
	background-image: none;
	border-radius: 0;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
	border: 1px solid #f5f5f5;
}

.form-input:focus {
	outline: 0;
}

.context-dark .form-label, .bg-gray-700 .form-label, .bg-primary .form-label, .parallax-container .form-label, .context-dark .form-input, .bg-gray-700 .form-input, .bg-primary .form-input, .parallax-container .form-input {
	color: #ffffff;
}

.context-dark .form-input, .bg-gray-700 .form-input, .bg-primary .form-input, .parallax-container .form-input {
	border-color: rgba(255, 255, 255, 0.52);
}

textarea.form-input {
	height: 203px;
	min-height: 50px;
	max-height: 345px;
	resize: vertical;
}

.recaptcha div {
	display: block;
	transform-origin: 0 0;
}

.recaptcha iframe {
	display: block;
}

.form-label,
.form-label-outside {
	margin-bottom: 0;
	color: #b7b7b7;
	font-weight: 400;
}

.form-label {
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	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: 11;
	margin-top: 2px;
	font-size: 9px;
	font-weight: 400;
	line-height: 12px;
	letter-spacing: 0;
	color: #f5543f;
	transition: .3s;
}

.form-validation-left .form-validation {
	right: auto;
	left: 8px;
}

#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;
	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: #2b2f31;
	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: #ffb910;
	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;
	justify-content: center;
	align-items: stretch;
	text-align: center;
	margin-bottom: -10px;
	margin-left: -10px;
}

.rd-form-inline:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.rd-form-inline > * {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

.rd-form-inline > * {
	margin-top: 0;
}

.rd-form-inline .form-wrap {
	flex-grow: 1;
	min-width: 270px;
}

.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 {
	min-height: 58px;
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 16px;
}

.form-lg .form-button {
	min-height: 60px;
}

.form-lg .form-label {
	top: 30px;
}

.bg-primary .form-validation {
	color: #000000;
}

.bg-primary .form-wrap.has-error .form-input {
	border-color: #000000;
}

/** @section Posts */
/** @section Quotes */
.quote-primary-mark {
	position: relative;
	top: 6px;
	display: block;
	width: 37px;
	height: 27px;
	fill: #ffb910;
	flex-shrink: 0;
}

.quote-primary-body {
	position: relative;
	padding: 25px 0;
	border-top: 1px solid #d7d7d7;
}

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

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

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

.quote-primary-text {
	padding-top: 20px;
}

.quote-primary-cite {
	font-weight: 700;
}

.quote-primary-footer {
	padding-left: 5px;
}

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

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

@media (min-width: 576px) {
	.quote-primary-body {
		display: flex;
		padding: 32px 20px 40px 30px;
	}
	.quote-primary-text {
		padding-top: 0;
		padding-left: 20px;
	}
	.quote-primary-footer {
		padding-left: 30px;
	}
}

@media (min-width: 768px) {
	.quote-primary-body {
		padding-right: 40px;
	}
}

/** @section Thumbnails */
.figure-light figcaption {
	padding-top: 10px;
	color: #b7b7b7;
}

/*
 Thumbnail Simple
 */
.thumbnail-simple {
	position: relative;
	text-align: center;
	font-size: 0;
	line-height: 0;
	color: #ffffff;
	overflow: hidden;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.thumbnail-simple > * {
	z-index: 1;
}

.thumbnail-simple:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: calc(100% - 20px);
	background: #ffffff;
	transform: translateY(-20px);
	pointer-events: none;
	transition: 0.35s all ease-in-out;
	z-index: 1;
}

.thumbnail-simple:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: transparent linear-gradient(to bottom, rgba(38, 199, 252, 0.6), rgba(24, 24, 24, 0.6)) repeat scroll 0% 0%;
	pointer-events: none;
	z-index: 0;
	opacity: 1;
	transition: 0.35s all ease-in;
}

.thumbnail-simple-img {
	display: block;
}

.thumbnail-simple-img img {
	width: 100%;
	object-fit: cover;
	transition: 0.35s all linear;
}

.thumbnail-simple-title {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.33s all linear;
	padding: 30px;
	text-transform: none;
	line-height: 1.25em;
}

.thumbnail-simple-title a:hover, .thumbnail-simple-title a:active, .thumbnail-simple-title a:focus {
	color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
	.thumbnail-simple {
		max-width: none;
	}
}

@media (min-width: 1200px) {
	.desktop .thumbnail-simple-title {
		opacity: 0;
	}
	.desktop .thumbnail-simple:before {
		transform: translateY(-20px);
	}
	.desktop .thumbnail-simple:after {
		opacity: 0;
	}
	.desktop .thumbnail-simple:hover img {
		transform: scale(1.2);
	}
	.desktop .thumbnail-simple:hover:before {
		transform: translateY(0);
	}
	.desktop .thumbnail-simple:hover:after {
		opacity: 1;
	}
	.desktop .thumbnail-simple:hover .thumbnail-simple-title {
		opacity: 1;
	}
}

/*
 Thumbnail Classic
 */
.thumbnail-classic {
	position: relative;
	min-height: 366px;
	padding: 40px 25px 40px;
	display: flex;
	overflow: hidden;
	transition: 0.35s all linear;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

.thumbnail-classic > * {
	z-index: 0;
}

.thumbnail-classic:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: calc(100% - 14px);
	background: #ffffff;
	transition: inherit;
	transform: translateY(-100%);
}

.thumbnail-classic:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: transparent linear-gradient(to bottom, rgba(38, 199, 252, 0.6), rgba(24, 24, 24, 0.6)) repeat scroll 0% 0%;
	z-index: -1;
	transition: inherit;
}

.thumbnail-classic-img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	object-fit: cover;
	object-position: center;
	transition: inherit;
}

.thumbnail-classic-caption {
	position: relative;
	min-height: 100%;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	transition: inherit;
	width: 100%;
}

.thumbnail-classic-quote-top, .thumbnail-classic-quote-bottom {
	font-size: 72px;
	line-height: 1em;
	font-family: "Lato", "Times New Roman", Times, serif;
	height: 35px;
}

.thumbnail-classic-quote-bottom {
	transform: rotateY(180deg);
}

.thumbnail-classic-name {
	font-weight: 700;
}

* + .thumbnail-classic-name {
	margin-top: 16px;
}

* .thumbnail-classic-quote-bottom {
	margin-top: 17px;
}

@media (min-width: 768px) {
	.thumbnail-classic {
		max-width: none;
	}
}

@media (min-width: 1200px) {
	.thumbnail-classic {
		padding: 65px 60px 35px;
	}
	.desktop .thumbnail-classic:after {
		opacity: 0;
	}
	.desktop .thumbnail-classic-caption {
		opacity: 0;
	}
	.desktop .thumbnail-classic:hover .thumbnail-classic-caption {
		opacity: 1;
	}
	.desktop .thumbnail-classic:hover .thumbnail-classic-img {
		transform: scale(1.1);
	}
	.desktop .thumbnail-classic:hover:before {
		transform: translateY(0);
	}
	.desktop .thumbnail-classic:hover:after {
		opacity: 1;
	}
}

/** @section Breadcrumbs */
.breadcrumbs-custom {
	position: relative;
	padding: 35px 0 40px;
	text-align: center;
	background-color: #cccccc;
	background-position: center;
}

.breadcrumbs-custom-path {
	margin-left: -15px;
	margin-right: -15px;
}

.breadcrumbs-custom-path > * {
	padding-left: 15px;
	padding-right: 15px;
}

.breadcrumbs-custom-path a {
	display: inline;
	vertical-align: middle;
}

.breadcrumbs-custom-path a, .breadcrumbs-custom-path a:active, .breadcrumbs-custom-path a:focus {
	color: #ffb910;
}

.breadcrumbs-custom-path li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.7;
}

.breadcrumbs-custom-path li::after {
	content: "";
	font-family: 'FontAwesome';
	position: absolute;
	top: 52%;
	right: -5px;
	display: inline-block;
	font-size: inherit;
	font-style: normal;
	color: rgba(255, 255, 255, 0.5);
	transform: translate3d(0, -50%, 0);
}

.breadcrumbs-custom-path li:last-child:after {
	display: none;
}

.breadcrumbs-custom-path a:hover,
.breadcrumbs-custom-path li.active {
	color: #ffffff;
}

.breadcrumbs-custom-path li.active {
	top: 2px;
}

* + .breadcrumbs-custom-path {
	margin-top: 14px;
}

@media (max-width: 991.98px) {
	.breadcrumbs-custom-title {
		font-size: 26px;
	}
}

@media (min-width: 576px) {
	.breadcrumbs-custom {
		margin-left: -30px;
		margin-right: -30px;
	}
	.breadcrumbs-custom > * {
		padding-left: 30px;
		padding-right: 30px;
	}
	* + .breadcrumbs-custom-path {
		margin-top: 18px;
	}
}

@media (min-width: 768px) {
	.breadcrumbs-custom {
		padding: 70px 0 80px;
	}
	.breadcrumbs-custom-path li {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.breadcrumbs-custom {
		padding: 80px 0 100px;
	}
}

@media (min-width: 1600px) {
	.breadcrumbs-custom {
		padding: 80px 0 100px;
	}
}

/** @section Pagination custom */
.pagination {
	font-size: 0;
	line-height: 0;
	margin-bottom: -10px;
	margin-left: -10px;
}

.pagination:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.pagination > * {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

.page-item {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-weight: 700;
}

.page-link {
	display: inline-block;
	min-width: 48px;
	padding: 10px 10px;
	border: 2px solid #d7d7d7;
	font-size: 14px;
	line-height: 1.71429;
	background-color: #ffffff;
	color: #9b9b9b;
	transition: all 0.3s ease-in-out;
}

.page-link:hover, .page-link:focus, .page-link:active {
	color: #ffffff;
	background-color: #ffb910;
	border-color: #ffb910;
}

.page-item.active > .page-link, .page-item.active > .page-link:hover, .page-item.active > .page-link:focus, .page-item.active > .page-link:active {
	color: #ffffff;
	background-color: #ffb910;
	border-color: #ffb910;
}

.page-item.disabled > .page-link, .page-item.disabled > .page-link:hover, .page-item.disabled > .page-link:focus, .page-item.disabled > .page-link:active {
	color: #b7b7b7;
	background-color: #d7d7d7;
	border-color: #d7d7d7;
}

.page-item-control .icon::before {
	font-family: 'FontAwesome';
	font-size: 11px;
	line-height: 24px;
}

.page-item-control:first-child .icon::before {
	content: '\f053';
	margin-left: -1px;
}

.page-item-control:last-child .icon::before {
	content: '\f054';
	margin-right: -1px;
}

/** @section 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 .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;
	}
}

/** @section Footers */
.footer-classic {
	padding: 75px 0 65px;
	background: #2b2f31;
}

.footer-classic .brand .brand-logo-dark {
	display: none;
}

.footer-classic .brand .brand-logo-light {
	display: block;
}

@media (min-width: 1200px) {
	.footer-classic {
		padding: 10px 0 30px;
	}
}

/*
 Headers
 */
.page-header {
	text-align: center;
	padding-top: 65px;
	padding-bottom: 65px;
}

@media (min-width: 1200px) {
	.page-header {
		padding-top: 98px;
		padding-bottom: 105px;
	}
}

/** @group Plugins */
/** @section Animate */
.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
	opacity: 1;
}

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

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

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

.ipad .not-animated,
.ios .not-animated {
	opacity: 1 !important;
}

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

.fadeIn {
	animation-name: fadeIn;
}

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

.fadeInUp {
	animation-name: fadeInUp;
}

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

.fadeInDown {
	animation-name: fadeInDown;
}

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

.fadeInLeft {
	animation-name: fadeInLeft;
}

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

.fadeInRight {
	animation-name: fadeInRight;
}

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

.fadeOut {
	animation-name: fadeOut;
}

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

.slideInDown {
	animation-name: slideInDown;
}

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

.slideInLeft {
	animation-name: slideInLeft;
}

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

.slideInRight {
	animation-name: slideInRight;
}

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

.slideOutDown {
	animation-name: slideOutDown;
}

/** @section 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 #ffb910;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	animation: cssload-spin .88s infinite linear;
}

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

/** @section ToTop */
.ui-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 100;
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 46px;
	color: #ffffff;
	background: #2b2f31;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	transition: .45s all ease-in-out;
	transform: translate3d(0, 100px, 0);
	border-radius: 50%;
	box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
}

.ui-to-top:hover {
	color: #ffffff;
	background: #111111;
	text-decoration: none;
}

.ui-to-top:focus {
	color: #ffffff;
}

.ui-to-top.active {
	transform: translate3d(0, 0, 0);
}

html.mobile .ui-to-top,
html.tablet .ui-to-top {
	display: none !important;
}

@media (min-width: 576px) {
	.ui-to-top {
		right: 40px;
		bottom: 40px;
	}
}

/** @section Google Map */
.google-map-markers {
	display: none;
}

.google-map-container {
	width: 100%;
}

.google-map {
	height: 370px;
	width: 100%;
}

@media (min-width: 1200px) {
	.google-map {
		height: 520px;
	}
}

/** @section Counter */
/** @section Owl Carousel */
.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;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.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);
	transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav,
.owl-carousel .owl-dots {
	-webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	user-select: none;
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
}

.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 {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .owl-nav {
	pointer-events: none;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border-radius: 3px;
	font-size: 35px;
	line-height: 1;
	cursor: pointer;
	pointer-events: auto;
	background: transparent;
	color: #151515;
}

.owl-carousel .owl-prev::before, .owl-carousel .owl-prev::after,
.owl-carousel .owl-next::before,
.owl-carousel .owl-next::after {
	display: block;
	font-family: "FontAwesome";
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
	text-decoration: none;
	color: #ffb910;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
	opacity: .5;
	cursor: default;
}

.owl-carousel .owl-prev {
	left: 10px;
}

.owl-carousel .owl-prev::before {
	content: '\f053';
}

.owl-carousel .owl-next {
	right: 10px;
}

.owl-carousel .owl-next::before {
	content: '\f054';
}

.owl-carousel .owl-dots {
	text-align: center;
}

.owl-carousel .owl-dot {
	display: inline-block;
	zoom: 1;
	margin: 0 5px;
}

.owl-carousel .owl-dot span {
	position: relative;
	width: 10px;
	height: 10px;
	background: #151515;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 5px;
}

.owl-carousel .owl-dot span:before {
	content: '';
	position: absolute;
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
}

.owl-carousel .owl-dot.active span, .owl-carousel .owl-dot:hover span {
	background: #ffb910;
}

.owl-carousel * + .owl-dots {
	margin-top: 30px;
}

.context-dark .owl-prev, .bg-gray-700 .owl-prev, .bg-primary .owl-prev, .parallax-container .owl-prev,
.context-dark .owl-next,
.bg-gray-700 .owl-next,
.bg-primary .owl-next,
.parallax-container .owl-next {
	color: rgba(255, 255, 255, 0.4);
}

.owl-carousel-1 * + .owl-nav {
	margin-top: 32px;
}

.owl-carousel-1 .owl-prev, .owl-carousel-1 .owl-next {
	margin: 0 2px;
}

/** @section 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;
}
