﻿@charset "UTF-8";
/*==========================================================
                        NORMALIZE
==========================================================*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button,
input[type='button'] {
	background: none;
	border: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	outline: none;
	outline-offset: 0;
	overflow: visible;
	cursor: pointer;
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input[type='button']::-moz-focus-inner {
	border: none;
	padding: 0;
}

input[type='text'],
input[type='time'],
input[type='url'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='color'],
input[type='datetime'],
input[type='datetime-local'],
input[type='range'],
input[type='search'],
input[type='tel'],
input[type='date'],
input[type='password'],
input[type='number'] {
	outline: none;
	background-color: transparent;
	border: none;
	-webkit-appearance: none;
	border-radius: 0;
	vertical-align: baseline;
	box-shadow: none;
}

*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/*==================  GOOGLE MAP  ======================*/
.google-map-markers {
	display: none;
}

.google-map-container {
	width: 100%;
}

.map {
	position: absolute;
	right: 0;
	top: 0;
}

@media (max-width: 1199px) {
	.map {
		position: static;
	}
}

.map .google-map {
	height: 440px;
	width: 100%;
	color: #000;
}

.map .google-map img {
	max-width: none !important;
}

@media (max-width: 767px) {
	.map .google-map {
		height: 250px;
	}
}

@media (max-width: 479px) {
	.map .google-map {
		height: 200px;
	}
}

/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
	width: device-width;
}

html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	order: -1;
}

.order-last {
	order: 13;
}

.order-0 {
	order: 0;
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.order-3 {
	order: 3;
}

.order-4 {
	order: 4;
}

.order-5 {
	order: 5;
}

.order-6 {
	order: 6;
}

.order-7 {
	order: 7;
}

.order-8 {
	order: 8;
}

.order-9 {
	order: 9;
}

.order-10 {
	order: 10;
}

.order-11 {
	order: 11;
}

.order-12 {
	order: 12;
}

.offset-1 {
	margin-left: 8.33333%;
}

.offset-2 {
	margin-left: 16.66667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333%;
}

.offset-5 {
	margin-left: 41.66667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333%;
}

.offset-8 {
	margin-left: 66.66667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333%;
}

.offset-11 {
	margin-left: 91.66667%;
}

@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		order: -1;
	}
	.order-sm-last {
		order: 13;
	}
	.order-sm-0 {
		order: 0;
	}
	.order-sm-1 {
		order: 1;
	}
	.order-sm-2 {
		order: 2;
	}
	.order-sm-3 {
		order: 3;
	}
	.order-sm-4 {
		order: 4;
	}
	.order-sm-5 {
		order: 5;
	}
	.order-sm-6 {
		order: 6;
	}
	.order-sm-7 {
		order: 7;
	}
	.order-sm-8 {
		order: 8;
	}
	.order-sm-9 {
		order: 9;
	}
	.order-sm-10 {
		order: 10;
	}
	.order-sm-11 {
		order: 11;
	}
	.order-sm-12 {
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.33333%;
	}
	.offset-sm-2 {
		margin-left: 16.66667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.33333%;
	}
	.offset-sm-5 {
		margin-left: 41.66667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.33333%;
	}
	.offset-sm-8 {
		margin-left: 66.66667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.33333%;
	}
	.offset-sm-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		order: -1;
	}
	.order-md-last {
		order: 13;
	}
	.order-md-0 {
		order: 0;
	}
	.order-md-1 {
		order: 1;
	}
	.order-md-2 {
		order: 2;
	}
	.order-md-3 {
		order: 3;
	}
	.order-md-4 {
		order: 4;
	}
	.order-md-5 {
		order: 5;
	}
	.order-md-6 {
		order: 6;
	}
	.order-md-7 {
		order: 7;
	}
	.order-md-8 {
		order: 8;
	}
	.order-md-9 {
		order: 9;
	}
	.order-md-10 {
		order: 10;
	}
	.order-md-11 {
		order: 11;
	}
	.order-md-12 {
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.33333%;
	}
	.offset-md-2 {
		margin-left: 16.66667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.33333%;
	}
	.offset-md-5 {
		margin-left: 41.66667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.33333%;
	}
	.offset-md-8 {
		margin-left: 66.66667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.33333%;
	}
	.offset-md-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		order: -1;
	}
	.order-lg-last {
		order: 13;
	}
	.order-lg-0 {
		order: 0;
	}
	.order-lg-1 {
		order: 1;
	}
	.order-lg-2 {
		order: 2;
	}
	.order-lg-3 {
		order: 3;
	}
	.order-lg-4 {
		order: 4;
	}
	.order-lg-5 {
		order: 5;
	}
	.order-lg-6 {
		order: 6;
	}
	.order-lg-7 {
		order: 7;
	}
	.order-lg-8 {
		order: 8;
	}
	.order-lg-9 {
		order: 9;
	}
	.order-lg-10 {
		order: 10;
	}
	.order-lg-11 {
		order: 11;
	}
	.order-lg-12 {
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.33333%;
	}
	.offset-lg-2 {
		margin-left: 16.66667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.33333%;
	}
	.offset-lg-5 {
		margin-left: 41.66667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.33333%;
	}
	.offset-lg-8 {
		margin-left: 66.66667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.33333%;
	}
	.offset-lg-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		order: -1;
	}
	.order-xl-last {
		order: 13;
	}
	.order-xl-0 {
		order: 0;
	}
	.order-xl-1 {
		order: 1;
	}
	.order-xl-2 {
		order: 2;
	}
	.order-xl-3 {
		order: 3;
	}
	.order-xl-4 {
		order: 4;
	}
	.order-xl-5 {
		order: 5;
	}
	.order-xl-6 {
		order: 6;
	}
	.order-xl-7 {
		order: 7;
	}
	.order-xl-8 {
		order: 8;
	}
	.order-xl-9 {
		order: 9;
	}
	.order-xl-10 {
		order: 10;
	}
	.order-xl-11 {
		order: 11;
	}
	.order-xl-12 {
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.33333%;
	}
	.offset-xl-2 {
		margin-left: 16.66667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.33333%;
	}
	.offset-xl-5 {
		margin-left: 41.66667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.33333%;
	}
	.offset-xl-8 {
		margin-left: 66.66667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.33333%;
	}
	.offset-xl-11 {
		margin-left: 91.66667%;
	}
}

.container-fluid-no-gutter {
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 1199px) {
	.row {
		margin-bottom: -60px;
	}
	.row:empty {
		margin-bottom: 0;
	}
	.row > * {
		margin-bottom: 60px;
	}
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: flex !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: flex !important;
	}
	.d-md-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !important;
	}
	.d-print-table {
		display: table !important;
	}
	.d-print-table-row {
		display: table-row !important;
	}
	.d-print-table-cell {
		display: table-cell !important;
	}
	.d-print-flex {
		display: flex !important;
	}
	.d-print-inline-flex {
		display: inline-flex !important;
	}
}

.flex-row {
	flex-direction: row !important;
}

.flex-column {
	flex-direction: column !important;
}

.flex-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.flex-fill {
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	flex-grow: 0 !important;
}

.flex-grow-1 {
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	flex-shrink: 1 !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-around {
	justify-content: space-around !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.align-items-center {
	align-items: center !important;
}

.align-items-baseline {
	align-items: baseline !important;
}

.align-items-stretch {
	align-items: stretch !important;
}

.align-content-start {
	align-content: flex-start !important;
}

.align-content-end {
	align-content: flex-end !important;
}

.align-content-center {
	align-content: center !important;
}

.align-content-between {
	align-content: space-between !important;
}

.align-content-around {
	align-content: space-around !important;
}

.align-content-stretch {
	align-content: stretch !important;
}

.align-self-auto {
	align-self: auto !important;
}

.align-self-start {
	align-self: flex-start !important;
}

.align-self-end {
	align-self: flex-end !important;
}

.align-self-center {
	align-self: center !important;
}

.align-self-baseline {
	align-self: baseline !important;
}

.align-self-stretch {
	align-self: stretch !important;
}

@media (min-width: 576px) {
	.flex-sm-row {
		flex-direction: row !important;
	}
	.flex-sm-column {
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.flex-sm-fill {
		flex: 1 1 auto !important;
	}
	.flex-sm-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-sm-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-sm-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-sm-shrink-1 {
		flex-shrink: 1 !important;
	}
	.justify-content-sm-start {
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		justify-content: center !important;
	}
	.justify-content-sm-between {
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		justify-content: space-around !important;
	}
	.align-items-sm-start {
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		align-items: center !important;
	}
	.align-items-sm-baseline {
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		align-items: stretch !important;
	}
	.align-content-sm-start {
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		align-content: center !important;
	}
	.align-content-sm-between {
		align-content: space-between !important;
	}
	.align-content-sm-around {
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		align-self: auto !important;
	}
	.align-self-sm-start {
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		align-self: center !important;
	}
	.align-self-sm-baseline {
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		align-self: stretch !important;
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		flex-direction: row !important;
	}
	.flex-md-column {
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.flex-md-fill {
		flex: 1 1 auto !important;
	}
	.flex-md-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-md-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-md-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-md-shrink-1 {
		flex-shrink: 1 !important;
	}
	.justify-content-md-start {
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		justify-content: center !important;
	}
	.justify-content-md-between {
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		justify-content: space-around !important;
	}
	.align-items-md-start {
		align-items: flex-start !important;
	}
	.align-items-md-end {
		align-items: flex-end !important;
	}
	.align-items-md-center {
		align-items: center !important;
	}
	.align-items-md-baseline {
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		align-items: stretch !important;
	}
	.align-content-md-start {
		align-content: flex-start !important;
	}
	.align-content-md-end {
		align-content: flex-end !important;
	}
	.align-content-md-center {
		align-content: center !important;
	}
	.align-content-md-between {
		align-content: space-between !important;
	}
	.align-content-md-around {
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		align-content: stretch !important;
	}
	.align-self-md-auto {
		align-self: auto !important;
	}
	.align-self-md-start {
		align-self: flex-start !important;
	}
	.align-self-md-end {
		align-self: flex-end !important;
	}
	.align-self-md-center {
		align-self: center !important;
	}
	.align-self-md-baseline {
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		align-self: stretch !important;
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		flex-direction: row !important;
	}
	.flex-lg-column {
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.flex-lg-fill {
		flex: 1 1 auto !important;
	}
	.flex-lg-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-lg-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-lg-shrink-1 {
		flex-shrink: 1 !important;
	}
	.justify-content-lg-start {
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		justify-content: center !important;
	}
	.justify-content-lg-between {
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		justify-content: space-around !important;
	}
	.align-items-lg-start {
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		align-items: center !important;
	}
	.align-items-lg-baseline {
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		align-items: stretch !important;
	}
	.align-content-lg-start {
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		align-content: center !important;
	}
	.align-content-lg-between {
		align-content: space-between !important;
	}
	.align-content-lg-around {
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		align-self: auto !important;
	}
	.align-self-lg-start {
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		align-self: center !important;
	}
	.align-self-lg-baseline {
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		align-self: stretch !important;
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		flex-direction: row !important;
	}
	.flex-xl-column {
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.flex-xl-fill {
		flex: 1 1 auto !important;
	}
	.flex-xl-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-xl-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-xl-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-xl-shrink-1 {
		flex-shrink: 1 !important;
	}
	.justify-content-xl-start {
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		justify-content: center !important;
	}
	.justify-content-xl-between {
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		justify-content: space-around !important;
	}
	.align-items-xl-start {
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		align-items: center !important;
	}
	.align-items-xl-baseline {
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		align-items: stretch !important;
	}
	.align-content-xl-start {
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		align-content: center !important;
	}
	.align-content-xl-between {
		align-content: space-between !important;
	}
	.align-content-xl-around {
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		align-self: auto !important;
	}
	.align-self-xl-start {
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		align-self: center !important;
	}
	.align-self-xl-baseline {
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		align-self: stretch !important;
	}
}

/*
* Snackbars
*/
.snackbars {
	padding: 9px 16px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	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: 768px) {
	.snackbars {
		max-width: 540px;
		padding: 12px 15px;
		font-size: 15px;
	}
}

/*========================================================
                      Contact Form
=========================================================*/
/* MF
========================================================*/
.mailform {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.mailform fieldset {
	border: none;
}

.mailform * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form-wrap {
	position: relative;
}

.form-wrap.has-error .form-input {
	border-color: #f00;
}

.form-wrap.has-focus .form-input {
	border-color: #f00;
}

.rd-mailform .row > [class*='col-'] {
	margin-bottom: 30px;
}

.rd-mailform .form-input {
	display: block;
	width: 100%;
	margin: 0;
	-webkit-appearance: none;
	outline: none;
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	padding: 15px 19px;
	line-height: 20px;
	color: #888;
	background: #fff;
	border: 1px solid #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.rd-mailform .form-input:-moz-placeholder {
	color: #888;
	opacity: 1;
}

.rd-mailform .form-input::-webkit-input-placeholder {
	color: #888;
	opacity: 1;
}

.rd-mailform .form-input::-moz-placeholder {
	color: #888;
	opacity: 1;
}

.rd-mailform .form-input:-ms-input-placeholder {
	color: #888;
	opacity: 1;
}

.rd-mailform textarea.form-input {
	resize: vertical;
	overflow: auto;
	height: 300px;
}

.rd-mailform label.form-label {
	position: absolute;
	width: 100%;
	margin: 0;
	-webkit-appearance: none;
	outline: none;
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	padding: 15px 19px;
	line-height: 20px;
	color: #888;
	top: 26px;
	left: 0;
	right: 0;
	pointer-events: none;
	text-align: left;
	z-index: 9;
	transition: .25s;
	will-change: transform;
	transform: translateY(-50%);
}

.rd-mailform label.form-label.focus {
	opacity: 0;
}

.rd-mailform label.form-label.auto-fill {
	color: #888;
}

[data-x-mode='true'] .form-label {
	pointer-events: auto;
}

#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: 768px) {
	#form-output-global {
		left: 30px;
	}
}

@-ms-keyframes fout {
	0% {
		transform: scale(1) translateX(0);
	}
	100% {
		transform: scale(0) translateX(0);
	}
}

@-o-keyframes fout {
	0% {
		transform: scale(1) translateX(0);
	}
	100% {
		transform: scale(0) translateX(0);
	}
}

@-webkit-keyframes fout {
	0% {
		transform: scale(1) translateX(0);
	}
	100% {
		transform: scale(0) translateX(0);
	}
}

@-moz-keyframes fout {
	0% {
		transform: scale(1) translateX(0);
	}
	100% {
		transform: scale(0) translateX(0);
	}
}

@keyframes fout {
	0% {
		transform: scale(1) translateX(0);
	}
	100% {
		transform: scale(0) translateX(0);
	}
}

/* Mail Form PlaceHolder
========================================================*/
.mfPlaceHolder {
	font: inherit;
	cursor: text;
	position: absolute;
	left: 0;
	top: 0;
	padding: 15px 19px;
	line-height: 20px;
	color: #888;
	opacity: 1;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

*:-webkit-autofill ~ .mfPlaceHolder {
	opacity: .0;
}

.mfPlaceHolder.state-1 {
	opacity: .0;
}

*:-webkit-autofill ~ .mfPlaceHolder {
	display: none;
}

.mfInput.filled .mfPlaceHolder.state-1 {
	display: none;
}

/*
* MF Validation
*/
.form-validation {
	position: absolute;
	right: 8px;
	top: 0;
	z-index: 11;
	margin-top: 2px;
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	letter-spacing: 0;
	color: #f00;
	transition: .3s;
}

.form-validation-left .form-validation {
	top: 100%;
	right: auto;
	left: 0;
}

/* MF Controls
========================================================*/
.mfControls {
	margin-top: 30px !important;
	word-spacing: 10px;
	text-align: left;
}

@media (max-width: 1399px) {
	.mfControls {
		text-align: center;
	}
}

.mfControls > * {
	word-spacing: normal;
	margin-bottom: 5px;
	font-family: "Raleway", sans-serif;
}

/* Mail Form Submit
========================================================*/
.mfInfo,
.mfProgress {
	position: fixed;
	left: 15px;
	bottom: 15px;
	padding: 17px;
	height: 54px;
	color: #fff;
	background: #111;
	border-radius: 5px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.11), 3px 4px 5px 0 rgba(0, 0, 0, 0.11);
	line-height: 20px;
	font-size: 13px;
	transition: .3s all ease;
	opacity: 0;
	visibility: hidden;
	-moz-transform: translateY(83px);
	-ms-transform: translateY(83px);
	-o-transform: translateY(83px);
	-webkit-transform: translateY(83px);
	transform: translateY(83px);
	z-index: 999;
	font-weight: 400;
}

.mfInfo .loader,
.mfProgress .loader {
	display: inline-block;
	position: relative;
	margin-right: 16px;
}

.mfInfo .loader, .mfInfo .loader:before, .mfInfo .loader:after,
.mfProgress .loader,
.mfProgress .loader:before,
.mfProgress .loader:after {
	width: 20px;
	height: 20px;
	line-height: 20px;
}

.mfInfo .loader:before, .mfInfo .loader:after,
.mfProgress .loader:before,
.mfProgress .loader:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}

.mfInfo .loader:before,
.mfProgress .loader:before {
	-webkit-animation: mfLoader 1.1s infinite linear;
	-moz-animation: mfLoader 1.1s infinite linear;
	-ms-animation: mfLoader 1.1s infinite linear;
	-o-animation: mfLoader 1.1s infinite linear;
	animation: mfLoader 1.1s infinite linear;
	border: 2px solid #fff;
	border-top-color: transparent;
	border-radius: 50%;
	opacity: 1;
	visibility: visible;
	transition: .3s all ease;
}

.mfInfo .loader:after,
.mfProgress .loader:after {
	opacity: 0;
	visibility: hidden;
	font-weight: 400;
	font-family: "FontAwesome";
	font-size: 20px;
	transition: .6s all ease;
	-moz-transform: rotate(-90deg) scale(0);
	-ms-transform: rotate(-90deg) scale(0);
	-o-transform: rotate(-90deg) scale(0);
	-webkit-transform: rotate(-90deg) scale(0);
	transform: rotate(-90deg) scale(0);
}

.mfInfo.fail,
.mfProgress.fail {
	background: #F34234;
}

.mfInfo.fail .loader:after,
.mfProgress.fail .loader:after {
	content: '\f00d';
}

.mfInfo.success,
.mfProgress.success {
	background: #2E7D32;
}

.mfInfo.success .loader:after,
.mfProgress.success .loader:after {
	content: '\f00c';
}

.mfInfo.fail .loader:before, .mfInfo.success .loader:before,
.mfProgress.fail .loader:before,
.mfProgress.success .loader:before {
	opacity: 0;
	visibility: hidden;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}

.mfInfo.fail .loader:after, .mfInfo.success .loader:after,
.mfProgress.fail .loader:after,
.mfProgress.success .loader:after {
	opacity: 1;
	visibility: visible;
	-moz-transform: rotate(0deg) scale(1);
	-ms-transform: rotate(0deg) scale(1);
	-o-transform: rotate(0deg) scale(1);
	-webkit-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
}

.mfInfo.fail, .mfInfo.success, .mfInfo.sending,
.mfProgress.fail,
.mfProgress.success,
.mfProgress.sending {
	opacity: 1;
	visibility: visible;
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

@media (min-width: 768px) {
	.mfInfo,
	.mfProgress {
		bottom: 24px;
		left: 50%;
		-moz-transform: translate(-50%, 83px);
		-ms-transform: translate(-50%, 83px);
		-o-transform: translate(-50%, 83px);
		-webkit-transform: translate(-50%, 83px);
		transform: translate(-50%, 83px);
	}
	.mfInfo.fail, .mfInfo.success, .mfInfo.sending,
	.mfProgress.fail,
	.mfProgress.success,
	.mfProgress.sending {
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@-ms-keyframes mfLoader {
	0% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes mfLoader {
	0% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes mfLoader {
	0% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes mfLoader {
	0% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes mfLoader {
	0% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*========================================================
                      Main Styles
=========================================================*/
body {
	color: #888;
	font: 300 16px/1.6875 "Raleway", sans-serif;
	-webkit-text-size-adjust: none;
	background: #67acbc;
}

img {
	max-width: 100%;
	height: auto;
}

/*================     Typography     ===================*/
h1, h2, h3, h4, h5, h6, .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
	text-transform: uppercase;
	color: #333;
	font-weight: 800;
}

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: #67acbc;
}

h1, .heading-1 {
	font-size: 50px;
	line-height: 1;
	font-weight: 900;
}

h2, .heading-2 {
	font-size: 40px;
	line-height: 1.25;
}

@media (max-width: 1199px) {
	h2, .heading-2 {
		font-size: 35px;
	}
}

@media (max-width: 479px) {
	h2, .heading-2 {
		font-size: 28px;
	}
}

h3, .heading-3 {
	font-size: 30px;
	line-height: 1.433333;
}

@media (max-width: 1199px) {
	h3, .heading-3 {
		font-size: 25px;
	}
}

h4, .heading-4 {
	font-size: 25px;
	line-height: 1.25;
}

h5, .heading-5 {
	font-size: 20px;
	line-height: 1.25;
}

h6, .heading-6 {
	font-size: 16px;
	text-transform: none;
	font-weight: 500;
}

p a:hover, .marked-list a:hover, .list a:hover {
	color: #333333;
}

p .fa, .marked-list .fa, .list .fa {
	text-decoration: none;
}

small, .small {
	font-size: .8em;
	line-height: 1.25;
}

.big {
	font-size: 1.5em;
}

time {
	display: block;
}

a {
	font: inherit;
	color: inherit;
	text-decoration: none;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

a:focus {
	outline: none;
}

a:active {
	background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
	color: inherit;
	text-decoration: none;
}

a[href^="tel:"]:hover,
a[href^="callto:"]:hover {
	color: #67acbc;
}

a[href^="mailto:"] {
	color: inherit;
}

a[href^="mailto:"]:hover {
	color: #67acbc;
}

.fa {
	line-height: inherit;
}

[class*='fa-']:before {
	font-weight: 400;
	font-family: "FontAwesome";
}

.page {
	overflow: hidden;
	min-height: 500px;
}

.lt-ie9 .page {
	min-width: 1200px;
}

/*=======================================================
                       Main Layout
=========================================================*/
/*==================    Offsets      ======================*/
* + p {
	margin-top: 20px;
}

* + img {
	margin-top: 27px;
}

* + .btn {
	margin-top: 22px;
}

* + .inline-list {
	margin-top: 48px;
}

* + .list {
	margin-top: 20px;
}

* + .mailform {
	margin-top: 27px;
}

* + .terms-list {
	margin-top: 20px;
}

* + .resp-tabs {
	margin-top: 20px;
}

* + .row {
	margin-top: 19px;
}

p + p {
	margin-top: 27px;
}

img + p {
	margin-top: 22px;
}

h6 + p {
	margin-top: 14px;
}

@media (max-width: 991px) {
	.box + .box {
		margin-top: 60px;
	}
}

.offset-0 {
	margin-top: 0 !important;
}

.offset-1 {
	margin-top: 8px;
}

.offset-3 {
	margin-top: 10px;
}

/*==================    Postfix      ======================*/
/*==================    Preffix      ======================*/
/*==================    Insets      ======================*/
.inset {
	padding-right: 0;
	padding-left: 30px;
}

@media (max-width: 991px) {
	.inset {
		padding-right: 0px;
		padding-left: 0px;
	}
}

.inset-1 {
	padding-left: 56px;
}

@media (max-width: 1199px) {
	.inset-1 {
		padding-left: 51px;
	}
}

@media (max-width: 991px) {
	.inset-1 {
		padding-left: 15px;
	}
}

.inset-2 {
	padding-right: 45px;
}

@media (max-width: 1199px) {
	.inset-2 {
		padding-right: 30px;
	}
}

@media (max-width: 991px) {
	.inset-2 {
		padding-right: 15px;
	}
}

.inset-3 {
	padding-top: 90px;
}

.inset-4 {
	padding-left: 45px;
}

@media (max-width: 1199px) {
	.inset-4 {
		padding-left: 30px;
	}
}

@media (max-width: 991px) {
	.inset-4 {
		padding-left: 15px;
	}
}

.inset-5 {
	padding-right: 56px;
}

@media (max-width: 1199px) {
	.inset-5 {
		padding-right: 51px;
	}
}

@media (max-width: 991px) {
	.inset-5 {
		padding-right: 15px;
	}
}

.inset-6 {
	padding-left: 56px;
}

@media (max-width: 1199px) {
	.inset-6 {
		padding-left: 0;
		padding-right: 0;
	}
}

/*==================      Well     ======================*/
.well {
	padding: 55px 0 115px;
}

.well-2 {
	padding: 93px 0 101px;
}

.well-2--inset-1 {
	padding-bottom: 95px;
}

.well-3 {
	padding: 130px 0;
}

.well-4 {
	padding-top: 90px;
}

@media (max-width: 991px) {
	.well-sm-bottom {
		padding-bottom: 90px;
	}
}

/*=======================================================
                        Helpers
=========================================================*/
/*================    Basic Helpers    ==================*/
.round {
	border-radius: 50%;
}

.full {
	position: relative;
	width: 100%;
	z-index: 1;
}

/*==================    Text Styling      ======================*/
.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.strike {
	text-decoration: line-through;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

.lowercase {
	text-transform: lowercase;
}

.thin {
	font-weight: 100;
}

.light {
	font-weight: 300;
}

.normal {
	font-weight: 400;
}

.medium {
	font-weight: 500;
}

.sbold {
	font-weight: 600;
}

strong, .bold {
	font-weight: 700;
}

.ubold {
	font-weight: 900;
}

/*==================     Text Align    ======================*/
.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

@media (max-width: 1199px) {
	.text-md-center {
		text-align: center;
	}
	.text-md-right {
		text-align: right;
	}
	.text-md-left {
		text-align: left;
	}
}

@media (max-width: 991px) {
	.text-sm-center {
		text-align: center;
	}
	.text-sm-right {
		text-align: right;
	}
	.text-sm-left {
		text-align: left;
	}
}

@media (max-width: 767px) {
	.text-xs-center {
		text-align: center;
	}
	.text-xs-right {
		text-align: right;
	}
	.text-xs-left {
		text-align: left;
	}
}

@media (max-width: 479px) {
	.text-xxs-center {
		text-align: center;
	}
	.text-xxs-right {
		text-align: right;
	}
	.text-xxs-left {
		text-align: left;
	}
}

/*================      Floating      =================*/
.pull-left {
	float: left;
}

.pull-none {
	float: none;
}

.pull-right {
	float: right;
}

@media (max-width: 1199px) {
	.pull-md-none {
		float: none;
	}
	.pull-md-right {
		float: right;
	}
	.pull-md-left {
		float: left;
	}
}

@media (max-width: 991px) {
	.pull-sm-none {
		float: none;
	}
	.pull-sm-right {
		float: right;
	}
	.pull-sm-left {
		float: left;
	}
}

@media (max-width: 767px) {
	.pull-xs-none {
		float: none;
	}
	.pull-xs-right {
		float: right;
	}
	.pull-xs-left {
		float: left;
	}
}

/*================       Colors       ==================*/
.text-default {
	color: #fff;
}

.text-contrast {
	color: #000;
}

.text-primary {
    color: #67acbc;
    color: #c4a672;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
	background: #67acbc;
}

.bg-contrast {
	background: #000;
}

.bg-default {
	background: #fff;
}

.bg-primary-variant-1 {
	background: rgba(103, 172, 188, 0.8);
	color: #FFFFFF;
}

.bg-primary-variant-1 h1, .bg-primary-variant-1 h2, .bg-primary-variant-1 h3, .bg-primary-variant-1 h4, .bg-primary-variant-1 h5, .bg-primary-variant-1 h6, .bg-primary-variant-1 .heading-1, .bg-primary-variant-1 .heading-2, .bg-primary-variant-1 .heading-3, .bg-primary-variant-1 .heading-4, .bg-primary-variant-1 .heading-5, .bg-primary-variant-1 .heading-6 {
	color: #FFFFFF;
}

.bg-contrast-variant-1 {
	background: #333333;
	color: #FFFFFF;
}

.bg-contrast-variant-2 {
	background: rgba(51, 51, 51, 0.8);
	color: #FFFFFF;
}

.bg-contrast-variant-2 h1, .bg-contrast-variant-2 h2, .bg-contrast-variant-2 h3, .bg-contrast-variant-2 h4, .bg-contrast-variant-2 h5, .bg-contrast-variant-2 h6, .bg-contrast-variant-2 .heading-1, .bg-contrast-variant-2 .heading-2, .bg-contrast-variant-2 .heading-3, .bg-contrast-variant-2 .heading-4, .bg-contrast-variant-2 .heading-5, .bg-contrast-variant-2 .heading-6 {
	color: #FFFFFF;
}

.bg-contrast-variant-2__before {
	position: relative;
}

.bg-contrast-variant-2__before:before {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	width: 5000px;
	height: 100%;
	background: rgba(51, 51, 51, 0.8);
}

@media (max-width: 991px) {
	.bg-contrast-variant-2__before:before {
		display: none;
	}
}

.bg-contrast-variant-2__after {
	position: relative;
}

.bg-contrast-variant-2__after:after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	width: 5000px;
	height: 100%;
	background: rgba(51, 51, 51, 0.8);
}

@media (max-width: 991px) {
	.bg-contrast-variant-2__after:after {
		display: none;
	}
}

.bg-fixed {
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

@media (max-width: 1199px) {
	.bg-fixed {
		background-attachment: scroll;
	}
}

.bg-fixed__mod {
	position: relative;
}

.bg-fixed__mod * {
	position: relative;
	z-index: 2;
}

.bg-fixed__mod:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(51, 51, 51, 0.8);
	z-index: 1;
}

.bg-img-1 {
	background-image: url("../images/parallax1.jpg");
}

.bg-img-2 {
	background-image: url("../images/parallax2.jpg");
}

.bg-img-3 {
	background-image: url("../images/parallax3.jpg");
}

.bg-img-4 {
	background-image: url("../images/parallax4.jpg");
}

.bg-img-5 {
	background-image: url("../images/parallax5.jpg");
}

.bg-img-6 {
	background-image: url("../images/parallax6.jpg");
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
	display: inline-block;
}

.brand_name {
	overflow: hidden;
	display: inline-block;
	color: #67acbc;
}

.brand_slogan {
	display: inline-block;
	font-size: 20px;
	line-height: 29px;
	text-transform: uppercase;
	vertical-align: bottom;
}

.brand_slogan span {
	color: #333;
}

.brand_name + .brand_slogan {
	margin-top: 0;
}

/*==================    Images     ======================*/
.image-wrap-1 img {
	margin-top: 7px;
}

.image-wrap-2:before, .image-wrap-2:after {
	display: table;
	content: "";
	line-height: 0;
}

.image-wrap-2:after {
	clear: both;
}

.image-wrap-2 img {
	float: right;
	max-width: none;
}

@media (max-width: 1299px) {
	.image-wrap-2 img {
		max-width: 100%;
	}
}

.image-wrap-3 {
	position: relative;
}

.image-wrap-3 img {
	position: absolute;
	top: 0;
	right: 100%;
	margin-right: -56px;
	height: 100%;
	max-width: none;
}

@media (max-width: 1199px) {
	.image-wrap-3 img {
		margin-right: -51px;
	}
}

@media (max-width: 991px) {
	.image-wrap-3 img {
		position: static;
		margin-right: 0;
		max-width: 100%;
		height: auto;
	}
}

.image-wrap-3-mod {
	position: relative;
}

.image-wrap-3-mod img {
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: -56px;
	height: 100%;
	max-width: none;
}

@media (max-width: 1199px) {
	.image-wrap-3-mod img {
		margin-left: -51px;
	}
}

@media (max-width: 991px) {
	.image-wrap-3-mod img {
		position: static;
		margin-left: 0;
		max-width: 100%;
		height: auto;
	}
}

.image-wrap-4 {
	position: relative;
}

.image-wrap-4 img.img-left {
	position: absolute;
	right: 45px;
	top: 0;
	max-width: none;
	z-index: 0;
}

@media (max-width: 1499px) {
	.image-wrap-4 img.img-left {
		display: none;
	}
}

/*==================     Icons     ======================*/
.icon {
	display: inline-block;
}

.icon.fa-facebook,
.icon.fa-twitter,
.icon.fa-google-plus,
.icon.fa-skype,
.icon.fa-instagram {
	font-size: 18px;
	line-height: 18px;
}

.icon.fa-facebook:hover,
.icon.fa-twitter:hover,
.icon.fa-google-plus:hover,
.icon.fa-skype:hover,
.icon.fa-instagram:hover {
	color: #333333;
}

/*==================    Buttons    ======================*/
.btn {
	display: inline-block;
	background: transparent;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}

.btn .insider {
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.btn .insider:after {
	content: "";
	background-color: #fff;
	width: 100%;
	height: 20px;
	position: absolute;
	left: -100%;
	top: 50%;
	margin-top: -10px;
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.btn:hover .insider:after {
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	left: 100%;
}

.btn-md {
	font-weight: 800;
	font-size: 13px;
	line-height: 20px;
	padding: 15px 30px;
}

.btn-primary {
	color: #FFFFFF;
	background: #67acbc;
}

.btn-primary:hover {
	color: #67acbc;
	background: rgba(103, 172, 188, 0.22);
}

.btn-primary:active {
	-webkit-box-shadow: 1px 1px 5px #67acbc;
	-moz-box-shadow: 1px 1px 5px #67acbc;
	box-shadow: 1px 1px 5px #67acbc;
}

/*==================      Box      ======================*/
.box .box__middle {
	vertical-align: middle;
}

.box .box__bottom {
	vertical-align: bottom;
}

.box .box_left img, .box .box_right img {
	max-width: none;
}

.box_left, .box_right, .box_body {
	padding: 0;
	display: table-cell;
	vertical-align: top;
}

.box .box_left {
	padding-right: 30px;
}

.box .box_right {
	padding-left: 30px;
}

@media (max-width: 479px) {
	.box-xxs-clear .box_left img, .box-xxs-clear .box_right img {
		max-width: 100%;
	}
	.box-xxs-clear .box_left,
	.box-xxs-clear .box_right,
	.box-xxs-clear .box_body {
		padding: 0;
		display: block;
		vertical-align: top;
	}
	.box-xxs-clear .box_left {
		padding-bottom: 30px;
	}
	.box-xxs-clear .box_right {
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	.box-xs-clear .box_left img, .box-xs-clear .box_right img {
		max-width: 100%;
	}
	.box-xs-clear .box_left,
	.box-xs-clear .box_right,
	.box-xs-clear .box_body {
		padding: 0;
		display: block;
		vertical-align: top;
	}
	.box-xs-clear .box_left {
		padding-bottom: 30px;
	}
	.box-xs-clear .box_right {
		padding-top: 30px;
	}
}

@media (max-width: 991px) {
	.box-sm-clear .box_left img, .box-sm-clear .box_right img {
		max-width: 100%;
	}
	.box-sm-clear .box_left,
	.box-sm-clear .box_right,
	.box-sm-clear .box_body {
		padding: 0;
		display: block;
		vertical-align: top;
	}
	.box-sm-clear .box_left {
		padding-bottom: 30px;
	}
	.box-sm-clear .box_right {
		padding-top: 30px;
	}
}

@media (max-width: 1199px) {
	.box-md-clear .box_left img, .box-md-clear .box_right img {
		max-width: 100%;
	}
	.box-md-clear .box_left,
	.box-md-clear .box_right,
	.box-md-clear .box_body {
		padding: 0;
		display: block;
		vertical-align: top;
	}
	.box-md-clear .box_left {
		padding-bottom: 30px;
	}
	.box-md-clear .box_right {
		padding-top: 30px;
	}
}

.box-lg_left img, .box-lg_right img {
	max-width: none;
}

.box-lg_left, .box-lg_right, .box-lg_body {
	display: table-cell;
}

.box-lg_body {
	vertical-align: middle;
	padding: 40px 40px;
}

@media (max-width: 479px) {
	.box-lg_body {
		padding: 40px 15px;
	}
}

@media (max-width: 991px) {
	.box-lg .box-lg_left img, .box-lg .box-lg_right img {
		max-width: 100%;
		width: 100%;
	}
	.box-lg .box-lg_left,
	.box-lg .box-lg_right,
	.box-lg .box-lg_body {
		display: block;
		vertical-align: top;
	}
}

/*==================   Index List  ======================*/
.index-list {
	counter-reset: li;
}

.index-list > li:first-child > .index-list__counter {
	padding-left: 66px;
}

.index-list > li > .index-list__counter {
	padding-left: 106px;
	padding-top: 80px;
	position: relative;
}

.index-list > li > .index-list__counter:before {
	content: counter(li, decimal);
	counter-increment: li;
	position: absolute;
	left: -5px;
	bottom: 0;
	font: 400 150px/130px "Montserrat", sans-serif;
	color: #67acbc;
	opacity: 0.15;
}

.index-list li.col-md-1:nth-child(12n + 13),
.index-list li.col-md-2:nth-child(6n + 7),
.index-list li.col-md-3:nth-child(4n + 5),
.index-list li.col-md-4:nth-child(3n + 4),
.index-list li.col-md-6:nth-child(2n + 3) {
	clear: left;
}

/*==================  Inline List  ======================*/
.inline-list li {
	display: inline-block;
}

.inline-list li + li {
	margin-left: 14px;
}

/*==================  List  ======================*/
.list li {
	font-weight: 500;
	color: #67acbc;
}

.list li + li {
	margin-top: 10px;
}

/*==================  Terms List  ======================*/
.terms-list dt + dd {
	margin-top: 13px;
}

.terms-list dd + dt {
	margin-top: 35px;
}

.terms-list + * {
	margin-top: 27px;
}

/*==================  Contact-info   ======================*/
.contact-info {
	display: inline-block;
}

.contact-info p + dl {
	margin-top: 15px;
}

.contact-info dl {
	text-align: left;
	min-width: 290px;
}

.contact-info dl:before, .contact-info dl:after {
	display: table;
	content: "";
	line-height: 0;
}

.contact-info dl:after {
	clear: both;
}

@media (max-width: 991px) {
	.contact-info dl {
		min-width: 100%;
	}
}

.contact-info dl dt {
	float: left;
}

.contact-info dl dd {
	float: right;
}

.contact-info dl.email dt, .contact-info dl.email dd {
	float: none;
	display: inline-block;
}

.contact-info dl.email dt a[href^="mailto:"], .contact-info dl.email dd a[href^="mailto:"] {
	text-decoration: underline;
}

/*==================  Post   ======================*/
.post {
	overflow: hidden;
	position: relative;
}

.post:before {
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(51, 51, 51, 0.8);
	z-index: 1;
	position: absolute;
}

.post img {
	width: 100%;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.post_cnt {
	color: #fff;
	position: absolute;
	z-index: 2;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 22%;
	right: 16%;
}

.post_cnt h1, .post_cnt h2, .post_cnt h3, .post_cnt h4, .post_cnt h5, .post_cnt h6, .post_cnt .heading-1, .post_cnt .heading-2, .post_cnt .heading-3, .post_cnt .heading-4, .post_cnt .heading-5, .post_cnt .heading-6 {
	color: #fff;
}

@media (max-width: 1799px) {
	.post_cnt {
		left: 10%;
		right: 10%;
	}
}

@media (max-width: 1499px) {
	.post_cnt {
		text-align: center;
		left: 15px;
		right: 15px;
	}
	.post_cnt h2 {
		font-size: 30px;
	}
}

@media (max-width: 991px) {
	.post_cnt h2 {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.post_cnt h2 {
		font-size: 35px;
	}
}

@media (max-width: 479px) {
	.post_cnt h2 {
		font-size: 30px;
	}
}

.post:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

/*==================  Quote   ======================*/
.quote {
	position: relative;
	padding-left: 39px;
}

.quote:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\f10d';
	font: 400 18px/32px "FontAwesome";
	color: #67acbc;
}

.quote q, .quote cite {
	display: block;
}

.quote q + cite {
	margin-top: 15px;
}

/*==================  Banner   ======================*/
.banner {
	min-height: 390px;
	padding: 30px 0;
	width: 100%;
	position: relative;
}

.banner_cnt {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 40px;
	padding-right: 30px;
}

@media (max-width: 1199px) {
	.banner_cnt {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.banner__mod {
	min-height: 440px;
}

.banner__mod-2 .banner_cnt {
	padding-right: 0;
	padding-left: 36px;
	top: 52%;
}

@media (max-width: 991px) {
	.banner__mod-2 .banner_cnt {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media (max-width: 479px) {
	.banner__mod-2 .banner_cnt {
		position: static;
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		padding-right: 10px;
		padding-left: 10px;
	}
}

.banner__mod-3 .banner_cnt {
	top: 45%;
}

.banner__mod-4 .banner_cnt {
	padding-right: 40px;
	padding-left: 0;
	top: 49%;
}

@media (max-width: 991px) {
	.banner__mod-4 .banner_cnt {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media (max-width: 479px) {
	.banner__mod-4 .banner_cnt {
		position: static;
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		padding-right: 10px;
		padding-left: 10px;
	}
}

/*=======================================================
                     Script Modules
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
	display: inline-block;
}

.sf-menu:before, .sf-menu:after {
	display: table;
	content: "";
	line-height: 0;
}

.sf-menu:after {
	clear: both;
}

.sf-menu > li {
	position: relative;
	float: left;
}

.sf-menu > li + li {
	margin-left: 32px;
}

.sf-menu a {
	display: block;
}

.sf-menu > li > a {
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	color: #67acbc;
	text-transform: uppercase;
}

.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
	color: #333333;
}

.sf-menu > li.active > a {
	color: #333333;
}

.sf-menu ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -10px;
	width: 150px;
	margin-top: 15px;
	padding: 20px 0;
	background: #333;
	z-index: 3;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.sf-menu ul > li > a {
	color: #FFF;
	font-size: 15px;
	line-height: 30px;
	font-weight: 500;
	padding: 0 15px;
}

.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
	color: #FFF;
	background: #67acbc;
}

.sf-menu ul ul {
	position: absolute;
	top: 23%;
	left: 102%;
	width: 150px;
	margin-top: 0;
	z-index: 4;
	padding: 20px 0;
	background: #333;
}

.sf-menu > li > .sf-with-ul {
	position: relative;
}

.sf-menu > li > .sf-with-ul:before {
	position: absolute;
	left: 50%;
	top: 65%;
	margin-left: -6px;
	content: "";
	font: 400 12px/12px "FontAwesome";
}

@media (max-width: 991px) {
	.sf-menu {
		display: none;
	}
}

/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 9999999;
	text-align: left;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.rd-mobilemenu.active {
	right: 0;
}

.rd-mobilemenu_ul {
	position: fixed;
	top: -56px;
	left: 0;
	bottom: -56px;
	width: 240px;
	padding: 132px 0 76px;
	color: #666;
	background: #FFF;
	font-size: 14px;
	line-height: 20px;
	overflow: auto;
	-webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	-moz-transform: translateX(-240px);
	-ms-transform: translateX(-240px);
	-o-transform: translateX(-240px);
	-webkit-transform: translateX(-240px);
	transform: translateX(-240px);
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	-moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	-o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	-webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.rd-mobilemenu_ul li.active > a {
	background: #f5f5f5;
	color: #2d2d2d;
}

.rd-mobilemenu_ul a {
	display: block;
	padding: 14px 25px 16px;
}

.rd-mobilemenu_ul a:hover {
	background: #67acbc;
	color: #FFF;
}

.rd-mobilemenu_ul a .rd-submenu-toggle {
	position: absolute;
	top: 50%;
	right: 11px;
	margin-top: -17.5px;
	width: 32px;
	height: 32px;
	font: 400 10px "FontAwesome";
	line-height: 32px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	z-index: 1;
	background: rgba(0, 0, 0, 0.1);
}

.rd-mobilemenu_ul a .rd-submenu-toggle:after {
	content: '\f078';
}

.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
	background: #FFF;
	color: #666;
}

.rd-mobilemenu_ul a.rd-with-ul {
	position: relative;
}

.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.rd-mobilemenu_ul ul a {
	padding-left: 40px;
}

.rd-mobilemenu_ul ul ul a {
	padding-left: 60px;
}

.rd-mobilemenu_ul:after {
	content: '';
	display: block;
	height: 20px;
}

.rd-mobilepanel {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 56px;
	background: #FFF;
	color: #000;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	z-index: 99999991;
}

.rd-mobilepanel_title {
	position: fixed;
	top: 4px;
	left: 56px;
	right: 56px;
	color: #000;
	font-size: 24px;
	line-height: 48px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rd-mobilepanel_toggle {
	position: fixed;
	top: 4px;
	left: 8px;
	width: 48px;
	height: 48px;
}

.rd-mobilepanel_toggle span {
	position: relative;
	display: block;
	margin: auto;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after {
	top: 8px;
}

.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
	width: 24px;
	height: 4px;
	background-color: #000;
	backface-visibility: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
	-webkit-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0s;
	transition-delay: 0.3s, 0s;
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform;
}

.rd-mobilepanel_toggle.active span {
	transition: background .3s 0s ease;
	background: transparent;
}

.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
	top: 0;
	-webkit-transition-delay: 0s, 0.3s;
	transition-delay: 0s, 0.3s;
}

.rd-mobilepanel_toggle.active span:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.rd-mobilepanel_toggle.active span:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media (max-width: 991px) {
	body {
		padding-top: 56px;
	}
	.rd-mobilemenu, .rd-mobilepanel {
		display: block;
	}
}

@media (max-width: 359px) {
	.rd-mobilepanel_title {
		font-size: 18px;
	}
}

/*==================  Stuck menu  ======================*/
.stuck_container > .container {
	display: flex;
	justify-content: space-between;
}

.isStuck {
	background: #fff;
	z-index: 999;
	border-bottom: 4px solid #67acbc;
}

@media only screen and (max-width: 991px) {
	.isStuck {
		display: none !important;
	}
}

/*==================     ToTop     ======================*/
.ui-to-top {
	width: 50px;
	height: 50px;
	font-size: 24px;
	line-height: 46px;
	color: #fff;
	background: #67acbc;
	border-radius: 50%;
	-webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
	position: fixed;
	right: 40px;
	bottom: 40px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	z-index: 20;
	transition: .45s all ease-in-out;
	transform: translate3d(0, 100px, 0);
}

.ui-to-top:hover {
	color: #fff;
	background: #333333;
	text-decoration: none;
}

.ui-to-top.active {
	transform: translate3d(0, 0, 0);
}

.mobile .ui-to-top,
.tablet .ui-to-top {
	display: none !important;
}

/*==================  RD Parallax    ======================*/
.parallax-content {
	position: relative;
	z-index: 1;
}

.parallax-container {
	position: relative;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
}

.material-parallax {
	position: absolute;
	top: 0;
	left: -1px;
	right: -1px;
	bottom: 0;
	z-index: 0;
	background-position: center center;
}

.ipad .parallax-container,
.iphone .parallax-container {
	background-attachment: scroll !important;
}

.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--mod:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(51, 51, 51, 0.8);
	z-index: 1;
}

/*=================       Tabs     ======================*/
.resp-tabs-list li {
	cursor: pointer;
	display: inline-block;
	color: #67acbc;
	font-weight: 500;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.resp-tabs-list li + li {
	margin-left: 26px;
}

@media (max-width: 991px) {
	.resp-tabs-list li + li {
		margin-left: 10px;
	}
}

.resp-tabs-list li:hover {
	color: #333333;
}

.resp-tabs-list li.resp-tab-active {
	color: #333333;
}

* + .resp-tabs-container {
	margin-top: 32px;
}

.resp-accordion {
	display: none;
}

.resp-tab-content {
	display: none;
}

.resp-tab-content-active {
	display: block;
}

@media (max-width: 767px) {
	.resp-accordion {
		display: block;
		background: #67acbc;
		color: #FFFFFF;
		text-align: center;
		cursor: pointer;
		font-size: 20px;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	.resp-accordion:hover {
		background: #4995a7;
	}
	.resp-accordion.resp-tab-active {
		background: #4995a7;
	}
	.resp-tabs-list {
		display: none;
	}
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
	background: #FFFFFF;
	padding: 15px 0;
}

header .nav {
	padding: 15px 0;
	line-height: 1;
}

@media (max-width: 991px) {
	header {
		text-align: center;
	}
	header .brand, header .nav {
		float: none;
	}
}

header.subpage-mod {
	border-bottom: 4px solid #67acbc;
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
	display: block;
	background: #FFFFFF;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
	background: #67acbc;
	color: #FFFFFF;
	position: relative;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer .heading-1, footer .heading-2, footer .heading-3, footer .heading-4, footer .heading-5, footer .heading-6 {
	color: #FFFFFF;
}

footer a:hover {
	color: #333333;
}

footer .footer-info {
	padding-top: 120px;
	padding-bottom: 91px;
}

footer .footer-info a[href^="tel:"] {
	font-size: 40px;
	font-family: "Montserrat", sans-serif;
	line-height: 50px;
}

footer .footer-info a[href^="tel:"]:hover {
	color: #333333;
}

footer .footer-info address {
	font-size: 30px;
	line-height: 1.433333;
	font-weight: 400;
	text-transform: uppercase;
}

footer .footer-info * + address {
	margin-top: 8px;
}

footer .footer-info__inset-2 {
	padding-top: 100px;
}

footer .copyright {
	font-size: 14px;
	margin-top: 29px;
}
/*# sourceMappingURL=style.css.map */
