
@charset "UTF-8";
/**
* Template Style
*
* [Table of contents]
*   1 Bootstrap Framework
*     1.1  Normalize
*     1.2  Scaffolding
*     1.3  Type
*     1.4  Code
*     1.5  Tables
*     1.6  Forms
*     1.7  Buttons
*     1.8  Grids
*     1.9  Component animations
*     1.10 Dropdowns
*     1.11 Button Groups
*     1.12 Input Groups
*     1.13 Navs
*     1.14 Navbar
*     1.15 Breadcrumbs
*     1.16 Pagination
*     1.17 Pager
*     1.18 Labels
*     1.19 Badges
*     1.20 Jumbotron
*     1.21 Thumbnails
*     1.22 Alerts
*     1.23 Progress bars
*     1.24 Media
*     1.25 List Group
*     1.26 Panels
*     1.27 Responsive Embed
*     1.28 Wells
*     1.29 Close
*     1.30 Glyphicons
*     1.31 Modals
*     1.32 Tooltip
*     1.33 Popovers
*     1.34 Carousel
*     1.35 Utilities
*     1.36 Responsive Utilities
*
*   2 Bootstrap Toolkit Styles
*     2.1  Reset
*     2.2  Flex Grid System
*     2.3  Responsive Text System
*     2.4  Responsive Pulls System
*     2.5  Responsive Visibility System
*     2.6  Type Addons
*     2.7  Alerts Addons
*     2.8  Text Styling
*     2.9  Icons
*     2.10 Font Awesome
*     2.11 Material Design Icons
*     2.12 Thumbnail Addons
*     2.13 Form Addons
*     2.14 Responsive Units
*     2.15 Sections
*     2.16 Scaffolding Addons
*     2.17 Offsets
*
*   3 Plugins
*     3.1  Animate
*     3.2  Isotope
*     3.3  Owl Carousel
*     3.4  RD Navbar
*     3.5  RD Parallax
*     3.6  RD Google Maps
*     3.7  Swiper
*     3.8  UI-to-top
*     3.9  Responsive tabs
*     3.10 Photoswipe

*/
/*
 * Bootstrap Framework
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	.navbar {
		display: none;
	}
	.btn > .caret,
	.dropup > .btn > .caret {
		border-top-color: #000 !important;
	}
	.label {
		border: 1px solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table td,
	.table th {
		background-color: #fff !important;
	}
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.71429;
	color: #4b4b4b;
	background-color: #fff;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a:link, a:visited {
	color: #315f7d;
	text-decoration: none;
	font-weight: 600;
}

a:hover, a:focus {
	color: #4b7a05;
	text-decoration: none;
	font-weight: 600;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 6px;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.71429;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 24px;
	margin-bottom: 24px;
	border: 0;
	border-top: 1px solid #e8e8e8;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

[role="button"] {
	cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 700;
	line-height: 1.1;
	color: #151515;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #f7f7f7;
}

h1, .h1,
h2, .h2,
h3, .h3 {
	margin-top: 24px;
	margin-bottom: 12px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
	font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
	margin-top: 12px;
	margin-bottom: 12px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
	font-size: 75%;
}

h1, .h1 {
	font-size: 66px;
}

h2, .h2 {
	font-size: 48px;
}

h3, .h3 {
	font-size: 36px;
}

h4, .h4 {
	font-size: 24px;
}

h5, .h5 {
	font-size: 18px;
}

h6, .h6 {
	font-size: 16px;
}

p {
	margin: 0 0 12px;
}

.lead {
	margin-bottom: 24px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.lead {
		font-size: 21px;
	}}

small,
.small {
	font-size: 85%;
}

mark,
.mark {
	background-color: #fcf8e3;
	padding: .2em;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase, .initialism {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-muted {
	color: #f7f7f7;
}

.text-primary {
	color: #c0a184;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #c0a184;
}

.text-success {
	color: #3c763d;
}
	
a.text-success:hover,
a.text-success:focus {
	color: #2b542c;
}

.text-info {
	color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
	color: #245269;
}

.text-warning {
	color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
	color: #66512c;
}

.text-danger {
	color: #d9534f;
}

a.text-danger:hover,
a.text-danger:focus {
	color: #c9302c;
}

.bg-primary {
	color: #fff;
}

.bg-primary {
	background-color: #c0a184;
}

a.bg-primary:hover,
a.bg-primary:focus {
	background-color: #af8762;
}

.bg-success {
	background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
	background-color: #c1e2b3;
}

.bg-info {
	background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
	background-color: #afd9ee;
}

.bg-warning {
	background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
	background-color: #f7ecb5;
}

.bg-danger {
	background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
	background-color: #e4b9b9;
}

.page-header {
	padding-bottom: 11px;
	margin: 48px 0 24px;
	border-bottom: 1px solid #ededed;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 12px;
}

ul ul,
ul ol,
ol ul,
ol ol {
	margin-bottom: 0;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}

.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

dl {
	margin-top: 0;
	margin-bottom: 24px;
}

dt,
dd {
	line-height: 1.71429;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
	content: " ";
	display: table;
}

.dl-horizontal dd:after {
	clear: both;
}

@media (min-width: 768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.dl-horizontal dd {
		margin-left: 180px;
	}}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #f7f7f7;
}

.initialism {
	font-size: 90%;
}

blockquote {
	padding: 12px 24px;
	margin: 0 0 24px;
	font-size: 17.5px;
	border-left: 5px solid #ededed;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.71429;
	color: #f7f7f7;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #ededed;
	border-left: 0;
	text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
	content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}

address {
	margin-bottom: 24px;
	font-style: normal;
	line-height: 1.71429;
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 0;
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	box-shadow: none;
}

pre {
	display: block;
	padding: 11.5px;
	margin: 0 0 12px;
	font-size: 13px;
	line-height: 1.71429;
	word-break: break-all;
	word-wrap: break-word;
	color: #474c58;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 0;
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

table {
	background-color: #fff;
}

caption {
	padding-top: 17px 24px 18px;
	padding-bottom: 17px 24px 18px;
	color: #f7f7f7;
	text-align: left;
}

th {
	text-align: left;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 24px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
	padding: 17px 24px 18px;
	line-height: 1.71429;
	vertical-align: top;
	border-top: 1px solid #d9d9d9;
}

.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #d9d9d9;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}

.table > tbody + tbody {
	border-top: 2px solid #d9d9d9;
}

.table .table {
	background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
	padding: 5px;
}

.table-bordered {
	border: 1px solid #d9d9d9;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
	border: 1px solid #d9d9d9;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f7f7f7;
}

.table-hover > tbody > tr:hover {
	background-color: #c0a184;
}

table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
	background-color: #c0a184;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
	background-color: #b79473;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
	background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
	background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
	background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}

.table-responsive {
	overflow-x: auto;
	min-height: 0.01%;
}

@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 18px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #d9d9d9;
	}
	.table-responsive > .table {
		margin-bottom: 0;
	}
	.table-responsive > .table > thead > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > tfoot > tr > td {
		white-space: nowrap;
	}
	.table-responsive > .table-bordered {
		border: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0;
	}
	.table-responsive > .table-bordered > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td {
		border-bottom: 0;
	}}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 24px;
	font-size: 21px;
	line-height: inherit;
	color: #474c58;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

input[type="file"] {
	display: block;
}

input[type="range"] {
	display: block;
	width: 100%;
}

select[multiple],
select[size] {
	height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

output {
	display: block;
	padding-top: 13px;
	font-size: 14px;
	line-height: 1.71429;
	color: #4b4b4b;
}

.form-control {
	display: block;
	width: 100%;
	height: 50px;
	padding: 12px 42px;
	font-size: 14px;
	line-height: 1.71429;
	color: #4b4b4b;
	background-color: #f5f5f5;
	background-image: none;
	border: 1px solid #f7f7f7;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
	border-color: #f7f7f7;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(247, 247, 247, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(247, 247, 247, 0.6);
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #999;
}

.form-control::-webkit-input-placeholder {
	color: #999;
}

.form-control::-ms-expand {
	border: 0;
	background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #ededed;
	opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed;
}

textarea.form-control {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type="date"].form-control,
	input[type="time"].form-control,
	input[type="datetime-local"].form-control,
	input[type="month"].form-control {
		line-height: 50px;
	}
	input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
	.input-group-sm > input[type="date"].input-group-addon,
	.input-group-sm > .input-group-btn > input[type="date"].btn,
	.input-group-sm input[type="date"],
	input[type="time"].input-sm,
	.input-group-sm > input[type="time"].form-control,
	.input-group-sm > input[type="time"].input-group-addon,
	.input-group-sm > .input-group-btn > input[type="time"].btn,
	.input-group-sm
	input[type="time"],
	input[type="datetime-local"].input-sm,
	.input-group-sm > input[type="datetime-local"].form-control,
	.input-group-sm > input[type="datetime-local"].input-group-addon,
	.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
	.input-group-sm
	input[type="datetime-local"],
	input[type="month"].input-sm,
	.input-group-sm > input[type="month"].form-control,
	.input-group-sm > input[type="month"].input-group-addon,
	.input-group-sm > .input-group-btn > input[type="month"].btn,
	.input-group-sm
	input[type="month"] {
		line-height: 32px;
	}
	input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
	.input-group-lg > input[type="date"].input-group-addon,
	.input-group-lg > .input-group-btn > input[type="date"].btn,
	.input-group-lg input[type="date"],
	input[type="time"].input-lg,
	.input-group-lg > input[type="time"].form-control,
	.input-group-lg > input[type="time"].input-group-addon,
	.input-group-lg > .input-group-btn > input[type="time"].btn,
	.input-group-lg
	input[type="time"],
	input[type="datetime-local"].input-lg,
	.input-group-lg > input[type="datetime-local"].form-control,
	.input-group-lg > input[type="datetime-local"].input-group-addon,
	.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
	.input-group-lg
	input[type="datetime-local"],
	input[type="month"].input-lg,
	.input-group-lg > input[type="month"].form-control,
	.input-group-lg > input[type="month"].input-group-addon,
	.input-group-lg > .input-group-btn > input[type="month"].btn,
	.input-group-lg
	input[type="month"] {
		line-height: 61px;
	}}

.form-group {
	margin-bottom: 15px;
}

.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.radio label,
.checkbox label {
	min-height: 24px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
	margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
	cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
	cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
	cursor: not-allowed;
}

.form-control-static {
	padding-top: 13px;
	padding-bottom: 13px;
	margin-bottom: 0;
	min-height: 38px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
	padding-left: 0;
	padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
	height: 32px;
	padding: 6px 28px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
	height: 32px;
	line-height: 32px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
	height: auto;
}

.form-group-sm .form-control {
	height: 32px;
	padding: 6px 28px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.form-group-sm select.form-control {
	height: 32px;
	line-height: 32px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
	height: auto;
}

.form-group-sm .form-control-static {
	height: 32px;
	min-height: 36px;
	padding: 7px 28px;
	font-size: 12px;
	line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
	height: 61px;
	padding: 15px 40px;
	font-size: 18px;
	line-height: 1.5625;
	border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
	height: 61px;
	line-height: 61px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
	height: auto;
}

.form-group-lg .form-control {
	height: 61px;
	padding: 15px 40px;
	font-size: 18px;
	line-height: 1.5625;
	border-radius: 6px;
}

.form-group-lg select.form-control {
	height: 61px;
	line-height: 61px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
	height: auto;
}

.form-group-lg .form-control-static {
	height: 61px;
	min-height: 42px;
	padding: 16px 40px;
	font-size: 18px;
	line-height: 1.5625;
}

.has-feedback {
	position: relative;
}

.has-feedback .form-control {
	padding-right: 62.5px;
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
	width: 61px;
	height: 61px;
	line-height: 61px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
	width: 32px;
	height: 32px;
	line-height: 32px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
	color: #3c763d;
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8;
}

.has-success .form-control-feedback {
	color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
	color: #8a6d3b;
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
	color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
	color: #d9534f;
}

.has-error .form-control {
	border-color: #d9534f;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
	border-color: #c9302c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
}

.has-error .input-group-addon {
	color: #d9534f;
	border-color: #d9534f;
	background-color: #f2dede;
}

.has-error .form-control-feedback {
	color: #d9534f;
}

.has-feedback label ~ .form-control-feedback {
	top: 29px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #8b8b8b;
}

@media (min-width: 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .form-control-static {
		display: inline-block;
	}
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn,
	.form-inline .input-group .form-control {
		width: auto;
	}
	.form-inline .input-group > .form-control {
		width: 100%;
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio label,
	.form-inline .checkbox label {
		padding-left: 0;
	}
	.form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 13px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 37px;
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
	content: " ";
	display: table;
}

.form-horizontal .form-group:after {
	clear: both;
}

@media (min-width: 768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 13px;
	}}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px;
}

@media (min-width: 768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 16px;
		font-size: 18px;
	}}

@media (min-width: 768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 7px;
		font-size: 12px;
	}}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 900;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 12px 42px;
	font-size: 14px;
	line-height: 1.71429;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
	color: #fff;
	text-decoration: none;
}

.btn:active, .btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-default {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.btn-default:focus, .btn-default.focus {
	color: #fff;
	background-color: black;
	border-color: black;
}

.btn-default:hover {
	color: #fff;
	background-color: black;
	border-color: black;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
	color: #fff;
	background-color: black;
	border-color: black;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
	color: #fff;
	background-color: black;
	border-color: black;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
	background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
	background-color: #000;
	border-color: #000;
}

.btn-default .badge {
	color: #000;
	background-color: #fff;
}

.btn-primary {
	color: #fff;
	background-color: #4b7a05;
	border-color: #4b7a05;
}

.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #4b7a05;
	border-color: #4b7a05;
}

.btn-primary:hover {
	color: #fff;
	background-color: #4b7a05;
	border-color: #4b7a05;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #4b7a05;
	border-color: #4b7a05;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
	color: #fff;
	background-color: #9d7550;
	border-color: #826143;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
	background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
	background-color: #c0a184;
	border-color: #c0a184;
}

.btn-primary .badge {
	color: #4b7a05;
	background-color: #fff;
}

.btn-success {
	color: #fff;
	background-color: #5db8af;
	border-color: #5db8af;
}

.btn-success:focus, .btn-success.focus {
	color: #fff;
	background-color: #459d94;
	border-color: #2e6862;
}

.btn-success:hover {
	color: #fff;
	background-color: #459d94;
	border-color: #42968e;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #459d94;
	border-color: #42968e;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
	color: #fff;
	background-color: #3a847d;
	border-color: #2e6862;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
	background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
	background-color: #5db8af;
	border-color: #5db8af;
}

.btn-success .badge {
	color: #5db8af;
	background-color: #fff;
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #5bc0de;
}

.btn-info:focus, .btn-info.focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1f7e9a;
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #2aabd2;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #31b0d5;
	border-color: #2aabd2;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1f7e9a;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
	background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
	background-color: #5bc0de;
	border-color: #5bc0de;
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}

.btn-warning:focus, .btn-warning.focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #b06d0f;
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #eb9316;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ec971f;
	border-color: #eb9316;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
	color: #fff;
	background-color: #d58512;
	border-color: #b06d0f;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
	background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff;
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d9534f;
}

.btn-danger:focus, .btn-danger.focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #8b211e;
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #c12e2a;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #c9302c;
	border-color: #c12e2a;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #8b211e;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
	background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
	background-color: #d9534f;
	border-color: #d9534f;
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}

.btn-link {
	color: #c0a184;
	font-weight: normal;
	border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
	color: #c0a184;
	text-decoration: none;
	background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
	color: #f7f7f7;
	text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
	padding: 15px 40px;
	font-size: 18px;
	line-height: 1.5625;
	border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
	padding: 6px 28px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
	padding: 4.8px 16.8px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block + .btn-block {
	margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container:before, .container:after {
	content: " ";
	display: table;
}

.container:after {
	clear: both;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
	content: " ";
	display: table;
}

.container-fluid:after {
	clear: both;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row:before, .row:after {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}

.col-xs-1 {
	width: 8.33333%;
}

.col-xs-2 {
	width: 16.66667%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-4 {
	width: 33.33333%;
}

.col-xs-5 {
	width: 41.66667%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-7 {
	width: 58.33333%;
}

.col-xs-8 {
	width: 66.66667%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-10 {
	width: 83.33333%;
}

.col-xs-11 {
	width: 91.66667%;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-pull-1 {
	right: 8.33333%;
}

.col-xs-pull-2 {
	right: 16.66667%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-4 {
	right: 33.33333%;
}

.col-xs-pull-5 {
	right: 41.66667%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-7 {
	right: 58.33333%;
}

.col-xs-pull-8 {
	right: 66.66667%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-10 {
	right: 83.33333%;
}

.col-xs-pull-11 {
	right: 91.66667%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-push-1 {
	left: 8.33333%;
}

.col-xs-push-2 {
	left: 16.66667%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-4 {
	left: 33.33333%;
}

.col-xs-push-5 {
	left: 41.66667%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-7 {
	left: 58.33333%;
}

.col-xs-push-8 {
	left: 66.66667%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-10 {
	left: 83.33333%;
}

.col-xs-push-11 {
	left: 91.66667%;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

.col-xs-offset-1 {
	margin-left: 8.33333%;
}

.col-xs-offset-2 {
	margin-left: 16.66667%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-4 {
	margin-left: 33.33333%;
}

.col-xs-offset-5 {
	margin-left: 41.66667%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-7 {
	margin-left: 58.33333%;
}

.col-xs-offset-8 {
	margin-left: 66.66667%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-10 {
	margin-left: 83.33333%;
}

.col-xs-offset-11 {
	margin-left: 91.66667%;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

@media (min-width: 768px) {
	.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 {
		float: left;
	}
	.col-sm-1 {
		width: 8.33333%;
	}
	.col-sm-2 {
		width: 16.66667%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-4 {
		width: 33.33333%;
	}
	.col-sm-5 {
		width: 41.66667%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-7 {
		width: 58.33333%;
	}
	.col-sm-8 {
		width: 66.66667%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-10 {
		width: 83.33333%;
	}
	.col-sm-11 {
		width: 91.66667%;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-pull-1 {
		right: 8.33333%;
	}
	.col-sm-pull-2 {
		right: 16.66667%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-4 {
		right: 33.33333%;
	}
	.col-sm-pull-5 {
		right: 41.66667%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-7 {
		right: 58.33333%;
	}
	.col-sm-pull-8 {
		right: 66.66667%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-10 {
		right: 83.33333%;
	}
	.col-sm-pull-11 {
		right: 91.66667%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-push-1 {
		left: 8.33333%;
	}
	.col-sm-push-2 {
		left: 16.66667%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-4 {
		left: 33.33333%;
	}
	.col-sm-push-5 {
		left: 41.66667%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-7 {
		left: 58.33333%;
	}
	.col-sm-push-8 {
		left: 66.66667%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-10 {
		left: 83.33333%;
	}
	.col-sm-push-11 {
		left: 91.66667%;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66667%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66667%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66667%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66667%;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}}

@media (min-width: 992px) {
	.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 {
		float: left;
	}
	.col-md-1 {
		width: 8.33333%;
	}
	.col-md-2 {
		width: 16.66667%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-4 {
		width: 33.33333%;
	}
	.col-md-5 {
		width: 41.66667%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-7 {
		width: 58.33333%;
	}
	.col-md-8 {
		width: 66.66667%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-10 {
		width: 83.33333%;
	}
	.col-md-11 {
		width: 91.66667%;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-pull-1 {
		right: 8.33333%;
	}
	.col-md-pull-2 {
		right: 16.66667%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-4 {
		right: 33.33333%;
	}
	.col-md-pull-5 {
		right: 41.66667%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-7 {
		right: 58.33333%;
	}
	.col-md-pull-8 {
		right: 66.66667%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-10 {
		right: 83.33333%;
	}
	.col-md-pull-11 {
		right: 91.66667%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-push-1 {
		left: 8.33333%;
	}
	.col-md-push-2 {
		left: 16.66667%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-4 {
		left: 33.33333%;
	}
	.col-md-push-5 {
		left: 41.66667%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-7 {
		left: 58.33333%;
	}
	.col-md-push-8 {
		left: 66.66667%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-10 {
		left: 83.33333%;
	}
	.col-md-push-11 {
		left: 91.66667%;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333%;
	}
	.col-md-offset-2 {
		margin-left: 16.66667%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333%;
	}
	.col-md-offset-5 {
		margin-left: 41.66667%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333%;
	}
	.col-md-offset-8 {
		margin-left: 66.66667%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333%;
	}
	.col-md-offset-11 {
		margin-left: 91.66667%;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}}

@media (min-width: 1200px) {
	.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 {
		float: left;
	}
	.col-lg-1 {
		width: 8.33333%;
	}
	.col-lg-2 {
		width: 16.66667%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-4 {
		width: 33.33333%;
	}
	.col-lg-5 {
		width: 41.66667%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-7 {
		width: 58.33333%;
	}
	.col-lg-8 {
		width: 66.66667%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-10 {
		width: 83.33333%;
	}
	.col-lg-11 {
		width: 91.66667%;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-pull-1 {
		right: 8.33333%;
	}
	.col-lg-pull-2 {
		right: 16.66667%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-4 {
		right: 33.33333%;
	}
	.col-lg-pull-5 {
		right: 41.66667%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-7 {
		right: 58.33333%;
	}
	.col-lg-pull-8 {
		right: 66.66667%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-10 {
		right: 83.33333%;
	}
	.col-lg-pull-11 {
		right: 91.66667%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-push-1 {
		left: 8.33333%;
	}
	.col-lg-push-2 {
		left: 16.66667%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-4 {
		left: 33.33333%;
	}
	.col-lg-push-5 {
		left: 41.66667%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-7 {
		left: 58.33333%;
	}
	.col-lg-push-8 {
		left: 66.66667%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-10 {
		left: 83.33333%;
	}
	.col-lg-push-11 {
		left: 91.66667%;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66667%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66667%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66667%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66667%;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

tr.collapse.in {
	display: table-row;
}

tbody.collapse.in {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.nav:before, .nav:after {
	content: " ";
	display: table;
}

.nav:after {
	clear: both;
}

.nav > li {
	position: relative;
	display: block;
}

.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #ededed;
}

.nav > li.disabled > a {
	color: #f7f7f7;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
	color: #f7f7f7;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: #ededed;
	border-color: #c0a184;
}

.nav .nav-divider {
	height: 1px;
	margin: 11px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.nav > li > a > img {
	max-width: none;
}

.nav-tabs {
	border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}

.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.71429;
	border: 1px solid transparent;
	border-radius: 0 0 0 0;
}

.nav-tabs > li > a:hover {
	border-color: #ededed #ededed #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #4b4b4b;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}

.nav-pills > li {
	float: left;
}

.nav-pills > li > a {
	border-radius: 0;
}

.nav-pills > li + li {
	margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #c0a184;
}

.nav-stacked > li {
	float: none;
}

.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
	width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
	float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

@media (min-width: 768px) {
	.nav-justified > li, .nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
	.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
		margin-bottom: 0;
	}}

.nav-tabs-justified, .nav-tabs.nav-justified {
	border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 0;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
	border: 1px solid #ddd;
}

@media (min-width: 768px) {
	.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 0 0 0 0;
	}
	.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
	.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
	.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
		border-bottom-color: #fff;
	}}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 24px;
	line-height: 1.71429;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.thumbnail .caption {
	padding: 9px;
	color: #4b4b4b;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #c0a184;
}

.panel {
	margin-bottom: 24px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
	color: inherit;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
	margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: -1;
	border-top-left-radius: -1;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: -1;
	border-bottom-left-radius: -1;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
	margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
	padding-left: 15px;
	padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
	border-top-right-radius: -1;
	border-top-left-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
	border-top-left-radius: -1;
	border-top-right-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
	border-top-left-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
	border-top-right-radius: -1;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
	border-bottom-right-radius: -1;
	border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
	border-bottom-left-radius: -1;
	border-bottom-right-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: -1;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
	border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
	border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
	border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
	border-bottom: 0;
}

.panel > .table-responsive {
	border: 0;
	margin-bottom: 0;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.modal-open {
	overflow: hidden;
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}

.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
	content: " ";
	display: table;
}

.modal-header:after {
	clear: both;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.71429;
}

.modal-body {
	position: relative;
	padding: 15px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
	content: " ";
	display: table;
}

.modal-footer:after {
	clear: both;
}

.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
	.modal-sm {
		width: 300px;
	}}

@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carousel-inner > .item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-inner > .item {
		-webkit-transition: -webkit-transform 0.6s ease-in-out;
		-moz-transition: -moz-transform 0.6s ease-in-out;
		-o-transition: -o-transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		-moz-perspective: 1000px;
		perspective: 1000px;
	}
	.carousel-inner > .item.next, .carousel-inner > .item.active.right {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0;
	}
	.carousel-inner > .item.prev, .carousel-inner > .item.active.left {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0;
	}
	.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}

.carousel-inner > .active {
	left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner > .next {
	left: 100%;
}

.carousel-inner > .prev {
	left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}

.carousel-inner > .active.left {
	left: -100%;
}

.carousel-inner > .active.right {
	left: 100%;
}

.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	background-color: transparent;
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: serif;
}

.carousel-control .icon-prev:before {
	content: '\2039';
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: transparent;
}

.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff;
}

.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
	text-shadow: none;
}

@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px;
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px;
	}
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -10px;
	}
	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px;
	}
	.carousel-indicators {
		bottom: 20px;
	}}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
}

.affix {
	position: fixed;
}

@-ms-viewport {
	width: device-width;
}

/*
 * Bootstrap Toolkit
 */
a:focus,
button:focus {
	outline: none !important;
}

button::-moz-focus-inner {
	border: 0;
}

:focus {
	outline: none;
}

input,
button,
select,
textarea {
	outline: none;
}

p {
	margin: 0;
}

dl {
	margin-bottom: 0;
}

dt {
	font-weight: 400;
}

address {
	margin-top: 0;
	margin-bottom: 0;
}

html p a:hover {
	text-decoration: none;
}

form {
	margin-bottom: 0;
}

.shell,
.shell-wide,
.shell-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.shell,
.shell-wide {
	min-width: 300px;
	max-width: 480px;
}

@media (min-width: 768px) {
	.shell,
	.shell-wide {
		max-width: 750px;
	}}

@media (min-width: 992px) {
	.shell,
	.shell-wide {
		max-width: 970px;
	}}

@media (min-width: 1200px) {
	.shell,
	.shell-wide {
		max-width: 1200px;
	}}

@media (min-width: 1800px) {
	.shell-wide {
		max-width: 1800px;
	}}

.shell.shell-fluid {
	max-width: 100%;
}

.shell-condensed {
	padding-left: 0;
	padding-right: 0;
}

.range {
	margin-left: -15px;
	margin-right: -15px;
}

.range > .range {
	margin-left: 0;
	margin-right: 0;
}

.range-spacer {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

[class*="cell-"] {
	padding-left: 15px;
	padding-right: 15px;
}

.range.spacing-20 {
	margin-left: -5px;
	margin-right: -5px;
}

.range.spacing-20 [class*='cell'] {
	padding-left: 10px;
	padding-right: 10px;
}

html.lt-ie-10 * + .range,
* + .range {
	margin-top: 50px;
}

html.lt-ie-10 * + [class*='cell-'],
* + [class*='cell-'],
html.lt-ie-10 * + .range-sm,
* + .range-sm {
	margin-top: 30px;
}

html.lt-ie-10 * + .range-lg,
* + .range-lg {
	margin-top: 66px;
}

html.lt-ie-10 .range-condensed,
.range-condensed {
	margin-left: 0;
	margin-right: 0;
}

html.lt-ie-10 .range-condensed > [class*='cell'],
.range-condensed > [class*='cell'] {
	padding-left: 0;
	padding-right: 0;
}

html.lt-ie-10 .range-condensed > * + [class*='cell'],
.range-condensed > * + [class*='cell'] {
	margin-top: 0;
}

html.lt-ie-10 .range-narrow,
.range-narrow {
	margin-left: -5px;
	margin-right: -5px;
}

html.lt-ie-10 .range-narrow > [class*='cell'],
.range-narrow > [class*='cell'] {
	padding-left: 5px;
	padding-right: 5px;
}

html.lt-ie-10 .range-narrow > * + [class*='cell'],
.range-narrow > * + [class*='cell'] {
	padding-left: 5px;
	padding-right: 5px;
}

.range {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.range > .range {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

.range-vertical {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.range > [class*='cell'] {
	-ms-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

@media (min-width: 480px) {
	* + [class*='cell-xs-'] {
		margin-top: 0;
	}
	.range-xs-center {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.range-xs-left {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.range-xs-right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.range-xs-justify {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.range-xs-around {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.range-xs-top {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.range-xs {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.range-xs-reverse {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.range-xs-middle {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.range-xs-bottom {
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.cell-xs-top {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	.cell-xs-middle {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}
	.cell-xs-bottom {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	.range > .cell-xs-preffix-0 {
		margin-left: 0%;
	}
	.range > .cell-xs-1 {
		-webkit-flex-basis: 8.33333%;
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%;
		max-width: 8.33333%;
	}
	.range > .cell-xs-preffix-1 {
		margin-left: 8.33333%;
	}
	.range > .cell-xs-push-1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.range > .cell-xs-2 {
		-webkit-flex-basis: 16.66667%;
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%;
		max-width: 16.66667%;
	}
	.range > .cell-xs-preffix-2 {
		margin-left: 16.66667%;
	}
	.range > .cell-xs-push-2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	.range > .cell-xs-3 {
		-webkit-flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.range > .cell-xs-preffix-3 {
		margin-left: 25%;
	}
	.range > .cell-xs-push-3 {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	.range > .cell-xs-4 {
		-webkit-flex-basis: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
		max-width: 33.33333%;
	}
	.range > .cell-xs-preffix-4 {
		margin-left: 33.33333%;
	}
	.range > .cell-xs-push-4 {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}
	.range > .cell-xs-5 {
		-webkit-flex-basis: 41.66667%;
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%;
		max-width: 41.66667%;
	}
	.range > .cell-xs-preffix-5 {
		margin-left: 41.66667%;
	}
	.range > .cell-xs-push-5 {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}
	.range > .cell-xs-6 {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.range > .cell-xs-preffix-6 {
		margin-left: 50%;
	}
	.range > .cell-xs-push-6 {
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}
	.range > .cell-xs-7 {
		-webkit-flex-basis: 58.33333%;
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%;
		max-width: 58.33333%;
	}
	.range > .cell-xs-preffix-7 {
		margin-left: 58.33333%;
	}
	.range > .cell-xs-push-7 {
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7;
	}
	.range > .cell-xs-8 {
		-webkit-flex-basis: 66.66667%;
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%;
		max-width: 66.66667%;
	}
	.range > .cell-xs-preffix-8 {
		margin-left: 66.66667%;
	}
	.range > .cell-xs-push-8 {
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8;
	}
	.range > .cell-xs-9 {
		-webkit-flex-basis: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.range > .cell-xs-preffix-9 {
		margin-left: 75%;
	}
	.range > .cell-xs-push-9 {
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9;
	}
	.range > .cell-xs-10 {
		-webkit-flex-basis: 83.33333%;
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%;
		max-width: 83.33333%;
	}
	.range > .cell-xs-preffix-10 {
		margin-left: 83.33333%;
	}
	.range > .cell-xs-push-10 {
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10;
	}
	.range > .cell-xs-11 {
		-webkit-flex-basis: 91.66667%;
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%;
		max-width: 91.66667%;
	}
	.range > .cell-xs-preffix-11 {
		margin-left: 91.66667%;
	}
	.range > .cell-xs-push-11 {
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11;
	}
	.range > .cell-xs-12 {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.range > .cell-xs-preffix-12 {
		margin-left: 100%;
	}
	.range > .cell-xs-push-12 {
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12;
	}
	.range > .cell-xs-1-5 {
		-webkit-flex-basis: 20%;
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
		max-width: 20%;
	}}

@media (min-width: 768px) {
	* + [class*='cell-sm-'] {
		margin-top: 0;
	}
	.range-sm-center {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.range-sm-left {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.range-sm-right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.range-sm-justify {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.range-sm-around {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.range-sm-top {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.range-sm {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.range-sm-reverse {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.range-sm-middle {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.range-sm-bottom {
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.cell-sm-top {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	.cell-sm-middle {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}
	.cell-sm-bottom {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	.range > .cell-sm-preffix-0 {
		margin-left: 0%;
	}
	.range > .cell-sm-1 {
		-webkit-flex-basis: 8.33333%;
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%;
		max-width: 8.33333%;
	}
	.range > .cell-sm-preffix-1 {
		margin-left: 8.33333%;
	}
	.range > .cell-sm-push-1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.range > .cell-sm-2 {
		-webkit-flex-basis: 16.66667%;
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%;
		max-width: 16.66667%;
	}
	.range > .cell-sm-preffix-2 {
		margin-left: 16.66667%;
	}
	.range > .cell-sm-push-2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	.range > .cell-sm-3 {
		-webkit-flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.range > .cell-sm-preffix-3 {
		margin-left: 25%;
	}
	.range > .cell-sm-push-3 {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	.range > .cell-sm-4 {
		-webkit-flex-basis: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
		max-width: 33.33333%;
	}
	.range > .cell-sm-preffix-4 {
		margin-left: 33.33333%;
	}
	.range > .cell-sm-push-4 {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}
	.range > .cell-sm-5 {
		-webkit-flex-basis: 41.66667%;
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%;
		max-width: 41.66667%;
	}
	.range > .cell-sm-preffix-5 {
		margin-left: 41.66667%;
	}
	.range > .cell-sm-push-5 {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}
	.range > .cell-sm-6 {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.range > .cell-sm-preffix-6 {
		margin-left: 50%;
	}
	.range > .cell-sm-push-6 {
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}
	.range > .cell-sm-7 {
		-webkit-flex-basis: 58.33333%;
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%;
		max-width: 58.33333%;
	}
	.range > .cell-sm-preffix-7 {
		margin-left: 58.33333%;
	}
	.range > .cell-sm-push-7 {
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7;
	}
	.range > .cell-sm-8 {
		-webkit-flex-basis: 66.66667%;
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%;
		max-width: 66.66667%;
	}
	.range > .cell-sm-preffix-8 {
		margin-left: 66.66667%;
	}
	.range > .cell-sm-push-8 {
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8;
	}
	.range > .cell-sm-9 {
		-webkit-flex-basis: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.range > .cell-sm-preffix-9 {
		margin-left: 75%;
	}
	.range > .cell-sm-push-9 {
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9;
	}
	.range > .cell-sm-10 {
		-webkit-flex-basis: 83.33333%;
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%;
		max-width: 83.33333%;
	}
	.range > .cell-sm-preffix-10 {
		margin-left: 83.33333%;
	}
	.range > .cell-sm-push-10 {
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10;
	}
	.range > .cell-sm-11 {
		-webkit-flex-basis: 91.66667%;
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%;
		max-width: 91.66667%;
	}
	.range > .cell-sm-preffix-11 {
		margin-left: 91.66667%;
	}
	.range > .cell-sm-push-11 {
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11;
	}
	.range > .cell-sm-12 {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.range > .cell-sm-preffix-12 {
		margin-left: 100%;
	}
	.range > .cell-sm-push-12 {
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12;
	}
	.range > .cell-sm-1-5 {
		-webkit-flex-basis: 20%;
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
		max-width: 20%;
	}}

@media (min-width: 992px) {
	* + [class*='cell-md-'] {
		margin-top: 0;
	}
	.range-md-center {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.range-md-left {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.range-md-right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.range-md-justify {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.range-md-around {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.range-md-top {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.range-md {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.range-md-reverse {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.range-md-middle {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.range-md-bottom {
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.cell-md-top {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	.cell-md-middle {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}
	.cell-md-bottom {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	.range > .cell-md-preffix-0 {
		margin-left: 0%;
	}
	.range > .cell-md-1 {
		-webkit-flex-basis: 8.33333%;
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%;
		max-width: 8.33333%;
	}
	.range > .cell-md-preffix-1 {
		margin-left: 8.33333%;
	}
	.range > .cell-md-push-1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.range > .cell-md-2 {
		-webkit-flex-basis: 16.66667%;
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%;
		max-width: 16.66667%;
	}
	.range > .cell-md-preffix-2 {
		margin-left: 16.66667%;
	}
	.range > .cell-md-push-2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	.range > .cell-md-3 {
		-webkit-flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.range > .cell-md-preffix-3 {
		margin-left: 25%;
	}
	.range > .cell-md-push-3 {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	.range > .cell-md-4 {
		-webkit-flex-basis: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
		max-width: 33.33333%;
	}
	.range > .cell-md-preffix-4 {
		margin-left: 33.33333%;
	}
	.range > .cell-md-push-4 {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}
	.range > .cell-md-5 {
		-webkit-flex-basis: 41.66667%;
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%;
		max-width: 41.66667%;
	}
	.range > .cell-md-preffix-5 {
		margin-left: 41.66667%;
	}
	.range > .cell-md-push-5 {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}
	.range > .cell-md-6 {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.range > .cell-md-preffix-6 {
		margin-left: 50%;
	}
	.range > .cell-md-push-6 {
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}
	.range > .cell-md-7 {
		-webkit-flex-basis: 58.33333%;
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%;
		max-width: 58.33333%;
	}
	.range > .cell-md-preffix-7 {
		margin-left: 58.33333%;
	}
	.range > .cell-md-push-7 {
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7;
	}
	.range > .cell-md-8 {
		-webkit-flex-basis: 66.66667%;
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%;
		max-width: 66.66667%;
	}
	.range > .cell-md-preffix-8 {
		margin-left: 66.66667%;
	}
	.range > .cell-md-push-8 {
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8;
	}
	.range > .cell-md-9 {
		-webkit-flex-basis: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.range > .cell-md-preffix-9 {
		margin-left: 75%;
	}
	.range > .cell-md-push-9 {
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9;
	}
	.range > .cell-md-10 {
		-webkit-flex-basis: 83.33333%;
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%;
		max-width: 83.33333%;
	}
	.range > .cell-md-preffix-10 {
		margin-left: 83.33333%;
	}
	.range > .cell-md-push-10 {
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10;
	}
	.range > .cell-md-11 {
		-webkit-flex-basis: 91.66667%;
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%;
		max-width: 91.66667%;
	}
	.range > .cell-md-preffix-11 {
		margin-left: 91.66667%;
	}
	.range > .cell-md-push-11 {
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11;
	}
	.range > .cell-md-12 {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.range > .cell-md-preffix-12 {
		margin-left: 100%;
	}
	.range > .cell-md-push-12 {
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12;
	}
	.range > .cell-md-1-5 {
		-webkit-flex-basis: 20%;
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
		max-width: 20%;
	}}

@media (min-width: 1200px) {
	* + [class*='cell-lg-'] {
		margin-top: 0;
	}
	.range-lg-center {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.range-lg-left {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.range-lg-right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.range-lg-justify {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.range-lg-around {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.range-lg-top {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.range-lg {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.range-lg-reverse {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.range-lg-middle {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.range-lg-bottom {
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.cell-lg-top {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	.cell-lg-middle {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}
	.cell-lg-bottom {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	.range > .cell-lg-preffix-0 {
		margin-left: 0%;
	}
	.range > .cell-lg-1 {
		-webkit-flex-basis: 8.33333%;
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%;
		max-width: 8.33333%;
	}
	.range > .cell-lg-preffix-1 {
		margin-left: 8.33333%;
	}
	.range > .cell-lg-push-1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.range > .cell-lg-2 {
		-webkit-flex-basis: 16.66667%;
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%;
		max-width: 16.66667%;
	}
	.range > .cell-lg-preffix-2 {
		margin-left: 16.66667%;
	}
	.range > .cell-lg-push-2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	.range > .cell-lg-3 {
		-webkit-flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.range > .cell-lg-preffix-3 {
		margin-left: 25%;
	}
	.range > .cell-lg-push-3 {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	.range > .cell-lg-4 {
		-webkit-flex-basis: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
		max-width: 33.33333%;
	}
	.range > .cell-lg-preffix-4 {
		margin-left: 33.33333%;
	}
	.range > .cell-lg-push-4 {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}
	.range > .cell-lg-5 {
		-webkit-flex-basis: 41.66667%;
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%;
		max-width: 41.66667%;
	}
	.range > .cell-lg-preffix-5 {
		margin-left: 41.66667%;
	}
	.range > .cell-lg-push-5 {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}
	.range > .cell-lg-6 {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.range > .cell-lg-preffix-6 {
		margin-left: 50%;
	}
	.range > .cell-lg-push-6 {
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}
	.range > .cell-lg-7 {
		-webkit-flex-basis: 58.33333%;
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%;
		max-width: 58.33333%;
	}
	.range > .cell-lg-preffix-7 {
		margin-left: 58.33333%;
	}
	.range > .cell-lg-push-7 {
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7;
	}
	.range > .cell-lg-8 {
		-webkit-flex-basis: 66.66667%;
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%;
		max-width: 66.66667%;
	}
	.range > .cell-lg-preffix-8 {
		margin-left: 66.66667%;
	}
	.range > .cell-lg-push-8 {
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8;
	}
	.range > .cell-lg-9 {
		-webkit-flex-basis: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.range > .cell-lg-preffix-9 {
		margin-left: 75%;
	}
	.range > .cell-lg-push-9 {
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9;
	}
	.range > .cell-lg-10 {
		-webkit-flex-basis: 83.33333%;
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%;
		max-width: 83.33333%;
	}
	.range > .cell-lg-preffix-10 {
		margin-left: 83.33333%;
	}
	.range > .cell-lg-push-10 {
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10;
	}
	.range > .cell-lg-11 {
		-webkit-flex-basis: 91.66667%;
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%;
		max-width: 91.66667%;
	}
	.range > .cell-lg-preffix-11 {
		margin-left: 91.66667%;
	}
	.range > .cell-lg-push-11 {
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11;
	}
	.range > .cell-lg-12 {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.range > .cell-lg-preffix-12 {
		margin-left: 100%;
	}
	.range > .cell-lg-push-12 {
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12;
	}
	.range > .cell-lg-1-5 {
		-webkit-flex-basis: 20%;
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
		max-width: 20%;
	}}

@media (min-width: 1800px) {
	* + [class*='cell-xl-'] {
		margin-top: 0;
	}
	.range-xl-center {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.range-xl-left {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.range-xl-right {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.range-xl-justify {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.range-xl-around {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.range-xl-top {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.range-xl {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.range-xl-reverse {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.range-xl-middle {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.range-xl-bottom {
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.cell-xl-top {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	.cell-xl-middle {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}
	.cell-xl-bottom {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	.range > .cell-xl-preffix-0 {
		margin-left: 0%;
	}
	.range > .cell-xl-1 {
		-webkit-flex-basis: 8.33333%;
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%;
		max-width: 8.33333%;
	}
	.range > .cell-xl-preffix-1 {
		margin-left: 8.33333%;
	}
	.range > .cell-xl-push-1 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.range > .cell-xl-2 {
		-webkit-flex-basis: 16.66667%;
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%;
		max-width: 16.66667%;
	}
	.range > .cell-xl-preffix-2 {
		margin-left: 16.66667%;
	}
	.range > .cell-xl-push-2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	.range > .cell-xl-3 {
		-webkit-flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.range > .cell-xl-preffix-3 {
		margin-left: 25%;
	}
	.range > .cell-xl-push-3 {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	.range > .cell-xl-4 {
		-webkit-flex-basis: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
		max-width: 33.33333%;
	}
	.range > .cell-xl-preffix-4 {
		margin-left: 33.33333%;
	}
	.range > .cell-xl-push-4 {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}
	.range > .cell-xl-5 {
		-webkit-flex-basis: 41.66667%;
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%;
		max-width: 41.66667%;
	}
	.range > .cell-xl-preffix-5 {
		margin-left: 41.66667%;
	}
	.range > .cell-xl-push-5 {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}
	.range > .cell-xl-6 {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.range > .cell-xl-preffix-6 {
		margin-left: 50%;
	}
	.range > .cell-xl-push-6 {
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}
	.range > .cell-xl-7 {
		-webkit-flex-basis: 58.33333%;
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%;
		max-width: 58.33333%;
	}
	.range > .cell-xl-preffix-7 {
		margin-left: 58.33333%;
	}
	.range > .cell-xl-push-7 {
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7;
	}
	.range > .cell-xl-8 {
		-webkit-flex-basis: 66.66667%;
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%;
		max-width: 66.66667%;
	}
	.range > .cell-xl-preffix-8 {
		margin-left: 66.66667%;
	}
	.range > .cell-xl-push-8 {
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8;
	}
	.range > .cell-xl-9 {
		-webkit-flex-basis: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.range > .cell-xl-preffix-9 {
		margin-left: 75%;
	}
	.range > .cell-xl-push-9 {
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9;
	}
	.range > .cell-xl-10 {
		-webkit-flex-basis: 83.33333%;
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%;
		max-width: 83.33333%;
	}
	.range > .cell-xl-preffix-10 {
		margin-left: 83.33333%;
	}
	.range > .cell-xl-push-10 {
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10;
	}
	.range > .cell-xl-11 {
		-webkit-flex-basis: 91.66667%;
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%;
		max-width: 91.66667%;
	}
	.range > .cell-xl-preffix-11 {
		margin-left: 91.66667%;
	}
	.range > .cell-xl-push-11 {
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11;
	}
	.range > .cell-xl-12 {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.range > .cell-xl-preffix-12 {
		margin-left: 100%;
	}
	.range > .cell-xl-push-12 {
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12;
	}
	.range > .cell-xl-1-5 {
		-webkit-flex-basis: 20%;
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
		max-width: 20%;
	}}

html.lt-ie-10 .range > .cell-xs-1 {
	margin-left: auto;
	margin-right: auto;
	max-width: 8.33333%;
}

html.lt-ie-10 .range > .cell-xs-2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 16.66667%;
}

html.lt-ie-10 .range > .cell-xs-3 {
	margin-left: auto;
	margin-right: auto;
	max-width: 25%;
}

html.lt-ie-10 .range > .cell-xs-4 {
	margin-left: auto;
	margin-right: auto;
	max-width: 33.33333%;
}

html.lt-ie-10 .range > .cell-xs-5 {
	margin-left: auto;
	margin-right: auto;
	max-width: 41.66667%;
}

html.lt-ie-10 .range > .cell-xs-6 {
	margin-left: auto;
	margin-right: auto;
	max-width: 50%;
}

html.lt-ie-10 .range > .cell-xs-7 {
	margin-left: auto;
	margin-right: auto;
	max-width: 58.33333%;
}

html.lt-ie-10 .range > .cell-xs-8 {
	margin-left: auto;
	margin-right: auto;
	max-width: 66.66667%;
}

html.lt-ie-10 .range > .cell-xs-9 {
	margin-left: auto;
	margin-right: auto;
	max-width: 75%;
}

html.lt-ie-10 .range > .cell-xs-10 {
	margin-left: auto;
	margin-right: auto;
	max-width: 83.33333%;
}

html.lt-ie-10 .range > .cell-xs-11 {
	margin-left: auto;
	margin-right: auto;
	max-width: 91.66667%;
}

html.lt-ie-10 .range > .cell-xs-12 {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

html.lt-ie-10 .range > .cell-sm-1 {
	margin-left: auto;
	margin-right: auto;
	max-width: 8.33333%;
}

html.lt-ie-10 .range > .cell-sm-2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 16.66667%;
}

html.lt-ie-10 .range > .cell-sm-3 {
	margin-left: auto;
	margin-right: auto;
	max-width: 25%;
}

html.lt-ie-10 .range > .cell-sm-4 {
	margin-left: auto;
	margin-right: auto;
	max-width: 33.33333%;
}

html.lt-ie-10 .range > .cell-sm-5 {
	margin-left: auto;
	margin-right: auto;
	max-width: 41.66667%;
}

html.lt-ie-10 .range > .cell-sm-6 {
	margin-left: auto;
	margin-right: auto;
	max-width: 50%;
}

html.lt-ie-10 .range > .cell-sm-7 {
	margin-left: auto;
	margin-right: auto;
	max-width: 58.33333%;
}

html.lt-ie-10 .range > .cell-sm-8 {
	margin-left: auto;
	margin-right: auto;
	max-width: 66.66667%;
}

html.lt-ie-10 .range > .cell-sm-9 {
	margin-left: auto;
	margin-right: auto;
	max-width: 75%;
}

html.lt-ie-10 .range > .cell-sm-10 {
	margin-left: auto;
	margin-right: auto;
	max-width: 83.33333%;
}

html.lt-ie-10 .range > .cell-sm-11 {
	margin-left: auto;
	margin-right: auto;
	max-width: 91.66667%;
}

html.lt-ie-10 .range > .cell-sm-12 {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

html.lt-ie-10 .range > .cell-md-1 {
	margin-left: auto;
	margin-right: auto;
	max-width: 8.33333%;
}

html.lt-ie-10 .range > .cell-md-2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 16.66667%;
}

html.lt-ie-10 .range > .cell-md-3 {
	margin-left: auto;
	margin-right: auto;
	max-width: 25%;
}

html.lt-ie-10 .range > .cell-md-4 {
	margin-left: auto;
	margin-right: auto;
	max-width: 33.33333%;
}

html.lt-ie-10 .range > .cell-md-5 {
	margin-left: auto;
	margin-right: auto;
	max-width: 41.66667%;
}

html.lt-ie-10 .range > .cell-md-6 {
	margin-left: auto;
	margin-right: auto;
	max-width: 50%;
}

html.lt-ie-10 .range > .cell-md-7 {
	margin-left: auto;
	margin-right: auto;
	max-width: 58.33333%;
}

html.lt-ie-10 .range > .cell-md-8 {
	margin-left: auto;
	margin-right: auto;
	max-width: 66.66667%;
}

html.lt-ie-10 .range > .cell-md-9 {
	margin-left: auto;
	margin-right: auto;
	max-width: 75%;
}

html.lt-ie-10 .range > .cell-md-10 {
	margin-left: auto;
	margin-right: auto;
	max-width: 83.33333%;
}

html.lt-ie-10 .range > .cell-md-11 {
	margin-left: auto;
	margin-right: auto;
	max-width: 91.66667%;
}

html.lt-ie-10 .range > .cell-md-12 {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

html.lt-ie-10 .range > .cell-lg-1 {
	margin-left: auto;
	margin-right: auto;
	max-width: 8.33333%;
}

html.lt-ie-10 .range > .cell-lg-2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 16.66667%;
}

html.lt-ie-10 .range > .cell-lg-3 {
	margin-left: auto;
	margin-right: auto;
	max-width: 25%;
}

html.lt-ie-10 .range > .cell-lg-4 {
	margin-left: auto;
	margin-right: auto;
	max-width: 33.33333%;
}

html.lt-ie-10 .range > .cell-lg-5 {
	margin-left: auto;
	margin-right: auto;
	max-width: 41.66667%;
}

html.lt-ie-10 .range > .cell-lg-6 {
	margin-left: auto;
	margin-right: auto;
	max-width: 50%;
}

html.lt-ie-10 .range > .cell-lg-7 {
	margin-left: auto;
	margin-right: auto;
	max-width: 58.33333%;
}

html.lt-ie-10 .range > .cell-lg-8 {
	margin-left: auto;
	margin-right: auto;
	max-width: 66.66667%;
}

html.lt-ie-10 .range > .cell-lg-9 {
	margin-left: auto;
	margin-right: auto;
	max-width: 75%;
}

html.lt-ie-10 .range > .cell-lg-10 {
	margin-left: auto;
	margin-right: auto;
	max-width: 83.33333%;
}

html.lt-ie-10 .range > .cell-lg-11 {
	margin-left: auto;
	margin-right: auto;
	max-width: 91.66667%;
}

html.lt-ie-10 .range > .cell-lg-12 {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

html.lt-ie-10 .range > [class*="cell-xs-preffix-"],
html.lt-ie-10 .range > [class*="cell-sm-preffix-"],
html.lt-ie-10 .range > [class*="cell-md-preffix-"],
html.lt-ie-10 .range > [class*="cell-lg-preffix-"] {
	margin-left: auto;
}

@media (min-width: 480px) {
	.text-xs-left {
		text-align: left;
	}
	.text-xs-center {
		text-align: center;
	}
	.text-xs-right {
		text-align: right;
	}
	.text-xs-justify {
		text-align: justify;
	}
	.text-xs-nowrap {
		white-space: nowrap;
	}
	.text-xs-normal {
		white-space: normal;
	}}

@media (min-width: 768px) {
	.text-sm-left {
		text-align: left;
	}
	.text-sm-center {
		text-align: center;
	}
	.text-sm-right {
		text-align: right;
	}
	.text-sm-justify {
		text-align: justify;
	}
	.text-sm-nowrap {
		white-space: nowrap;
	}
	.text-sm-normal {
		white-space: normal;
	}}

@media (min-width: 992px) {
	.text-md-left {
		text-align: left;
	}
	.text-md-center {
		text-align: center;
	}
	.text-md-right {
		text-align: right;
	}
	.text-md-justify {
		text-align: justify;
	}
	.text-md-nowrap {
		white-space: nowrap;
	}
	.text-md-normal {
		white-space: normal;
	}}

@media (min-width: 1200px) {
	.text-lg-left {
		text-align: left;
	}
	.text-lg-center {
		text-align: center;
	}
	.text-lg-right {
		text-align: right;
	}
	.text-lg-justify {
		text-align: justify;
	}
	.text-lg-nowrap {
		white-space: nowrap;
	}
	.text-lg-normal {
		white-space: normal;
	}}

@media (min-width: 1800px) {
	.text-xl-left {
		text-align: left;
	}
	.text-xl-center {
		text-align: center;
	}
	.text-xl-right {
		text-align: right;
	}
	.text-xl-justify {
		text-align: justify;
	}
	.text-xl-nowrap {
		white-space: nowrap;
	}
	.text-xl-normal {
		white-space: normal;
	}}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-middle {
	vertical-align: middle;
}

@media (min-width: 480px) {
	html:not(.lt-ie10) .text-xs-left {
		text-align: left;
	}
	html:not(.lt-ie10) .text-xs-center {
		text-align: center;
	}
	html:not(.lt-ie10) .text-xs-right {
		text-align: right;
	}
	html:not(.lt-ie10) .text-xs-justify {
		text-align: justify;
	}}

@media (min-width: 768px) {
	html:not(.lt-ie10) .text-sm-left {
		text-align: left;
	}
	html:not(.lt-ie10) .text-sm-center {
		text-align: center;
	}
	html:not(.lt-ie10) .text-sm-right {
		text-align: right;
	}
	html:not(.lt-ie10) .text-sm-justify {
		text-align: justify;
	}}

@media (min-width: 992px) {
	html:not(.lt-ie10) .text-md-left {
		text-align: left;
	}
	html:not(.lt-ie10) .text-md-center {
		text-align: center;
	}
	html:not(.lt-ie10) .text-md-right {
		text-align: right;
	}
	html:not(.lt-ie10) .text-md-justify {
		text-align: justify;
	}}

@media (min-width: 1200px) {
	html:not(.lt-ie10) .text-lg-left {
		text-align: left;
	}
	html:not(.lt-ie10) .text-lg-center {
		text-align: center;
	}
	html:not(.lt-ie10) .text-lg-right {
		text-align: right;
	}
	html:not(.lt-ie10) .text-lg-justify {
		text-align: justify;
	}}

@media (min-width: 480px) {
	.pull-xs-left {
		float: left;
	}
	.pull-xs-base {
		float: none;
	}
	.pull-xs-right {
		float: right;
	}}

@media (min-width: 768px) {
	.pull-sm-left {
		float: left;
	}
	.pull-sm-base {
		float: none;
	}
	.pull-sm-right {
		float: right;
	}}

@media (min-width: 992px) {
	.pull-md-left {
		float: left;
	}
	.pull-md-base {
		float: none;
	}
	.pull-md-right {
		float: right;
	}}

@media (min-width: 1200px) {
	.pull-lg-left {
		float: left;
	}
	.pull-lg-base {
		float: none;
	}
	.pull-lg-right {
		float: right;
	}}

@media (min-width: 1800px) {
	.pull-xl-left {
		float: left;
	}
	.pull-xl-base {
		float: none;
	}
	.pull-xl-right {
		float: right;
	}}

.veil {
	display: none !important;
}

@media (min-width: 480px) {
	.reveal-xs-block {
		display: block !important;
	}
	.reveal-xs-inline-block {
		display: inline-block !important;
	}
	.reveal-xs-inline {
		display: inline !important;
	}
	.reveal-xs-flex {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	.veil-xs {
		display: none !important;
	}}

@media (min-width: 768px) {
	.reveal-sm-block {
		display: block !important;
	}
	.reveal-sm-inline-block {
		display: inline-block !important;
	}
	.reveal-sm-inline {
		display: inline !important;
	}
	.reveal-sm-flex {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	.veil-sm {
		display: none !important;
	}}

@media (min-width: 992px) {
	.reveal-md-block {
		display: block !important;
	}
	.reveal-md-inline-block {
		display: inline-block !important;
	}
	.reveal-md-inline {
		display: inline !important;
	}
	.reveal-md-flex {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	.veil-md {
		display: none !important;
	}}

@media (min-width: 1200px) {
	.reveal-lg-block {
		display: block !important;
	}
	.reveal-lg-inline-block {
		display: inline-block !important;
	}
	.reveal-lg-inline {
		display: inline !important;
	}
	.reveal-lg-flex {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	.veil-lg {
		display: none !important;
	}}

@media (min-width: 1800px) {
	.reveal-xl-block {
		display: block !important;
	}
	.reveal-xl-inline-block {
		display: inline-block !important;
	}
	.reveal-xl-inline {
		display: inline !important;
	}
	.reveal-xl-flex {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;
	}
	.veil-xl {
		display: none !important;
	}}

body {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: .05em;
}

.page {
	position: relative;
	overflow: hidden;
	min-height: 100vh !important;
	background-color: #fff;
}

a {
	display: inline-block;
	text-decoration: none;
	transition: 0.33s all ease-in;
}

a, a:active, a:focus {
	color: #c0a184;
}

a:hover, a:focus {
	color: #32cd32;
	text-decoration: none;
}

a[href*='callto'], a[href*='mailto'] {
	white-space: nowrap;
}

hr {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #e8e8e8;
}

hr.gray {
	border-top: 1px solid #434d52;
}

.brand-sm img {
	width: 100%;
	max-width: 153px;
	height: auto;
}

.page {
	overflow: hidden;
}

.page-header {
	padding: 0;
	margin: 0;
	border-bottom: none;
}

.font-default {
	font-family: "Lato", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
	margin-bottom: 0;
	font-family: inherit;
	font-weight: 700;
	letter-spacing: 0;
	color: #151515;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
	display: inline;
	font: inherit;
	letter-spacing: inherit;
}

h1 a, h1 a:active, h1 a:focus, h2 a, h2 a:active, h2 a:focus, h3 a, h3 a:active, h3 a:focus, h4 a, h4 a:active, h4 a:focus, h5 a, h5 a:active, h5 a:focus, h6 a, h6 a:active, h6 a:focus, .h1 a, .h1 a:active, .h1 a:focus, .h2 a, .h2 a:active, .h2 a:focus, .h3 a, .h3 a:active, .h3 a:focus, .h4 a, .h4 a:active, .h4 a:focus, .h5 a, .h5 a:active, .h5 a:focus, .h6 a, .h6 a:active, .h6 a:focus {
	color: inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
	color: #c0a184;
}

h1.mark, h2.mark, h3.mark, h4.mark, h5.mark, h6.mark, .h1.mark, .h2.mark, .h3.mark, .h4.mark, .h5.mark, .h6.mark {
	display: inline-block;
}

h1 .icon, h2 .icon, h3 .icon, h4 .icon, h5 .icon, h6 .icon, .h1 .icon, .h2 .icon, .h3 .icon, .h4 .icon, .h5 .icon, .h6 .icon {
	font-size: .95em;
}

h1 > *, h2 > *, h3 > *, h4 > *, h5 > *, h6 > *, .h1 > *, .h2 > *, .h3 > *, .h4 > *, .h5 > *, .h6 > * {
	display: inline-block;
}

h1, .h1 {
	font-size: 36px;
	line-height: 1.2;
}

@media (min-width: 768px) {
	h1, .h1 {
		font-size: 56px;
		line-height: 1.06061;
	}}

@media (min-width: 1200px) {
	h1, .h1 {
		font-size: 66px;
	}}

h2, .h2 {
	font-size: 28px;
	line-height: 1.3;
}

@media (min-width: 768px) {
	h2, .h2 {
		font-size: 40px;
		line-height: 1;
	}}

@media (min-width: 1200px) {
	h2, .h2 {
		font-size: 48px;
	}}

h3, .h3 {
	font-size: 24px;
	line-height: 1.45;
}

@media (min-width: 768px) {
	h3, .h3 {
		font-size: 22px;
	}}

@media (min-width: 1200px) {
	h3, .h3 {
		font-size: 36px;
		line-height: 1.19444;
	}}

h4, .h4 {
	font-size: 20px;
	line-height: 1.35;
	letter-spacing: .075em;
}

@media (min-width: 768px) {
	h4, .h4 {
		font-size: 24px;
		line-height: 1.16667;
	}}

h5, .h5 {
	font-size: 18px;
	line-height: 1.66667;
	letter-spacing: .075em;
	font-weight: 700;
}

h6, .h6 {
	font-size: 16px;
	line-height: 1.25;
	font-weight: 700;
}

.h7 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 13px;
	font-weight: 900;
	color: #151515;
}

.h3-alternate {
	font-family: inherit;
	font-weight: 700;
	letter-spacing: 0;
	color: #151515;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.45;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.h3-alternate {
		font-size: 22px;
	}}

@media (min-width: 1200px) {
	.h3-alternate {
		font-size: 36px;
		line-height: 1.19444;
	}}

.h4-alternate {
	color: #151515;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

@media (min-width: 768px) {
	.h4-alternate {
		font-size: 22px;
	}}

@media (min-width: 1200px) {
	.h4-alternate {
		font-size: 24px;
	}}

.header-lighter {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-transform: none;
}

code {
	padding: 5px 7px;
	font-size: 75%;
	color: #c0a184;
	background-color: #fff;
}

mark,
.mark {
	line-height: 1.04;
	padding: .15em .4em .1em;
	color: #fff;
	background: #c0a184;
}

.mark-spacing-1 {
	padding: .4em .5em .4em;
}

.mark-spacing-2 {
	padding: .2em .6em .14em;
}

.mark-alternate {
	text-transform: uppercase;
	background: #fca15f;
}

@media (min-width: 480px) {
	.big {
		font-size: 18px;
		line-height: 28px;
	}}

small,
.small {
	font-size: 12px;
	line-height: 18px;
}

.large {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

@media (min-width: 768px) {
	.large {
		font-size: 18px;
	}}

code {
	padding: 5px 7px;
	font-size: 75%;
	color: #d9534f;
	background-color: #ededed;
	border-radius: 2px;
}

[data-toggle='tooltip'] {
	display: inline-block;
	color: #b7b7b7;
}

.tooltip {
	font-size: 14px;
	z-index: 1;
}

.tooltip.top .tooltip-arrow {
	bottom: 1px;
}

.page .text-primary {
	color: #c0a184;
}

.page .text-dark {
	color: #474c58;
}

.page .text-gray {
	color: #4b4b4b;
}

.page .text-gray-darker {
	color: #151515;
}

.page .text-white {
	color: #fff;
}

.page .text-porcelain {
	color: #eaeced;
}

.page .text-blue-marguerite {
	color: #8673c7;
}

.page .text-success {
	color: #5db8af;
}

.page .text-jaffa {
	color: #f47e4b;
}

.page .text-secondary-5 {
	color: #ced5da;
}

.page .text-gray-6 {
	color: #a9b8c1;
}

@media (min-width: 992px) {
	.team-member-wrap {
		padding-left: 70px;
	}}

.team-member-position {
	position: relative;
}

.team-member-position span {
	display: inline-block;
	padding: 3px 12px;
	background-color: #c0a184;
	color: #fff;
}

@media (min-width: 480px) {
	.team-member-position:before {
		position: absolute;
		top: 0;
		left: -15px;
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 15px 15px 15px 0;
		border-color: transparent #c0a184 transparent transparent;
		vertical-align: middle;
	}}

.img-responsive {
	display: inline-block;
}

.img-wrap-mod-2 img {
	width: 100%;
	max-width: auto;
}

.img-wrap-mod-2 .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	transition: 250ms;
}

.img-wrap-mod-2:hover .icon {
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}

.subtitle-variant-1 {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.subtitle-variant-2 {
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

* + .subtitle-variant-2 {
	margin-top: 8px;
}

.subtitle-variant-3 {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .075em;
}

@media (min-width: 768px) {
	.subtitle-variant-3 {
		font-size: 18px;
	}}

@media (min-width: 768px) {
	.list-collumn-2 {
		columns: 2;
		column-gap: 30px;
	}}

.main-layout-section-box {
	perspective: 1300px;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.main-layout-section-box img {
		vertical-align: middle;
		max-width: 430px;
		height: auto;
		max-height: 330px;
		width: auto;
	}}

.main-layout-section-box-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.main-layout-section-box-inner h1 {
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 900;
	margin-top: 0;
}

.main-layout-section-box-inner h1 + * {
	margin-top: 25px;
}

.main-layout-section-box-inner * + .btn {
	margin-top: 15px;
}

.list-inline-doted-divider {
	margin-left: -15px;
	margin-right: -15px;
	letter-spacing: 0;
	font-size: 0;
}

.list-inline-doted-divider > li {
	position: relative;
	display: inline-block;
	padding: 10px 15px;
	font-size: 20px;
	color: #151515;
}

.list-inline-doted-divider > li + li:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -3px;
	content: "";
	display: inline-block;
	border-radius: 50%;
	background-color: #c0a184;
	width: 6px;
	height: 6px;
}

@media (min-width: 768px) {
	.list-inline-doted-divider {
		margin-left: -15px;
		margin-right: -15px;
	}
	.list-inline-doted-divider > li {
		padding: 10px 15px;
		font-size: 26px;
	}}

@media (min-width: 1200px) {
	.list-inline-doted-divider {
		margin-left: -23px;
		margin-right: -23px;
	}
	.list-inline-doted-divider > li {
		padding: 10px 23px;
		font-size: 30px;
	}}

.divider-scroll {
	display: inline-block;
	height: 85px;
	width: 1px;
	background-image: radial-gradient(circle, #dcdcdc, #f1f1f1);
}

.link-waypoint {
	text-transform: uppercase;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: 600;
	letter-spacing: 0.12em;
	color: #4b4b4b;
}

.link-waypoint:after {
	display: block;
	content: '\f236';
	font: 400 20px/1 "Material Design Icons";
}

.image-group {
	position: relative;
}

.image-group-inner {
	position: absolute;
	top: 70px;
	right: 50%;
}

@media (min-width: 1200px) {
	.image-group {
		padding-right: 80px;
	}
	.image-group-inner {
		right: 90%;
	}}

.img-layout img {
	width: 100%;
	height: auto;
	transition: 450ms ease-in-out;
}

.img-layout:hover img {
	box-shadow: 0 9px 27px rgba(0, 0, 0, 0.58);
}

.box-cta-main h1 {
	font-weight: 900;
}

.snackbars {
	width: auto;
	max-width: 280px;
	padding: 9px 16px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	text-align: left;
	background-color: #151515;
	border-radius: 0;
	box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.09);
}

.snackbars .icon-xxs {
	font-size: 20px;
}

.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: 480px) {
	.snackbars {
		max-width: 380px;
		padding: 14px 17px;
	}}

.text-italic {
	font-style: italic;
}

.text-normal {
	font-style: normal;
}

.text-underline {
	text-decoration: underline;
}

.text-strike {
	text-decoration: line-through;
}

.text-thin {
	font-weight: 100;
}

.text-light {
	font-weight: 300;
}

.text-regular {
	font-weight: 400;
}

.text-medium {
	font-weight: 500;
}

.text-sbold {
	font-weight: 600;
}

.text-bold, strong {
	font-weight: 700;
}

.text-ubold {
	font-weight: 900;
}

.text-spacing-0 {
	letter-spacing: 0;
}

.text-spacing-40 {
	letter-spacing: 0.04em;
}

.text-spacing-120 {
	letter-spacing: 0.12em;
}

/* FontAwesome @font-face only â€” needed for rd-navbar dropdown arrows (\f107, \f105).
   The 2700 lines of .fa-* icon class definitions were removed (unused). */
@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


/**
 * Title:  Bigmug Line Flaticon Pack
 * Author: Catalin Fertu
 * Source: http://www.flaticon.com/packs/bigmug-line
 * License:  CC BY 3.0 (http://creativecommons.org/licenses/by/3.0/)
 */
@font-face {
	font-family: "fl-bigmug-line";
	src: url("../fonts/fl-bigmug-line.eot");
	src: url("../fonts/fl-bigmug-line.eot#iefix") format("embedded-opentype"), url("../fonts/fl-bigmug-line.woff") format("woff"), url("../fonts/fl-bigmug-line.ttf") format("truetype"), url("../fonts/fl-bigmug-line.svg") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.fl-bigmug-line-ico,
[class^="fl-bigmug-line-"]:before, [class*=" fl-bigmug-line-"]:before,
[class^="fl-bigmug-line-"]:after, [class*=" fl-bigmug-line-"]:after {
	font-family: 'fl-bigmug-line';
	font-size: inherit;
	font-weight: 400;
	font-style: normal;
}

.fl-bigmug-line-circular220:before {
	content: "\e019";
}

.fl-bigmug-line-clipboard68:before {
	content: "\e01d";
}

.fl-bigmug-line-copy23:before {
	content: "\e027";
}

.fl-bigmug-line-cube29:before {
	content: "\e02c";
}

.fl-bigmug-line-download136:before {
	content: "\e035";
}

.fl-bigmug-line-equalizer26:before {
	content: "\e03f";
}

.fl-bigmug-line-hot67:before {
	content: "\e054";
}

.fl-bigmug-line-ink12:before {
	content: "\e056";
}

.fl-bigmug-line-label25:before {
	content: "\e057";
}

.fl-bigmug-line-note35:before {
	content: "\e07b";
}

.fl-bigmug-line-paintbrush9:before {
	content: "\e081";
}

.fl-bigmug-line-pin42:before {
	content: "\e087";
}

.fl-bigmug-line-planetary2:before {
	content: "\e088";
}

.fl-bigmug-line-rain30:before {
	content: "\e08d";
}

.fl-bigmug-line-recycling10:before {
	content: "\e08f";
}

.fl-bigmug-line-sand14:before {
	content: "\e09a";
}

.fl-bigmug-line-shopping198:before {
	content: "\e09f";
}

.fl-bigmug-line-sort48:before {
	content: "\e0a5";
}

.fl-bigmug-line-two311:before {
	content: "\e0bd";
}

.fl-bigmug-line-two317:before {
	content: "\e0bf";
}

.fl-bigmug-line-weekly15:before {
	content: "\e0d6";
}

.fl-bigmug-line-wrench66:before {
	content: "\e0da";
}

.btn {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	transition: 0.33s all ease-in;
	border-radius: 6px;
	border: 2px solid;
	text-transform: uppercase;
	letter-spacing: .2em;
	white-space: normal;
	max-width: 100%;
}

.btn:active, .btn.active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.group-xl .btn {
	min-width: 180px;
}

.page .btn-default, .page .btn-default:active, .page .btn-default:focus {
	color: #151515;
	background: #f7f7f7;
	border-color: #f7f7f7;
}

.page .btn-default:hover {
	color: #fff;
	background: #151515;
	border-color: #151515;
}

.page .btn-primary, .page .btn-primary:active, .page .btn-primary:focus {
	color: #fff;
	background: #4b7a05;
	border-color: #4b7a05;
}

.page .btn-primary:hover {
	color: #fff;
	background: #5db8af;
	border-color: #5db8af;
}

.page .btn-success, .page .btn-success:active, .page .btn-success:focus {
	color: #fff;
	background: #5db8af;
	border-color: #5db8af;
}

.page .btn-success:hover {
	color: #fff;
	background: #c0a184;
	border-color: #c0a184;
}

.btn-primary-alternate, .btn-primary-alternate:active, .btn-primary-alternate:focus {
	color: #fff;
	background: #c0a184;
	border-color: #c0a184;
}

.btn-primary-alternate:hover {
	color: #fff;
	background: #f0ad4e;
	border-color: #f0ad4e;
}

.btn-tan-hide, .btn-tan-hide:active, .btn-tan-hide:focus {
	color: #fff;
	background: #fca15f;
	border-color: #fca15f;
}

.btn-tan-hide:hover {
	color: #fff;
	background: #c0a184;
	border-color: #c0a184;
}

.btn-gray-5, .btn-gray-5:active, .btn-gray-5:focus {
	color: #fff;
	background: #536071;
	border-color: #536071;
}

.btn-gray-5:hover {
	color: #fff;
	background: #c0a184;
	border-color: #c0a184;
}

.btn-silver-outline, .btn-silver-outline:active, .btn-silver-outline:focus {
	color: #151515;
	background: transparent;
	border-color: #e8e8e8;
}

.btn-silver-outline:hover {
	color: #151515;
	background: #e8e8e8;
	border-color: #e8e8e8;
}

.btn-white-outline, .btn-white-outline:active, .btn-white-outline:focus {
	color: #fff;
	background: transparent;
	border-color: #fff;
}

.btn-black-outline, .btn-black-outline:active, .btn-black-outline:focus {
	color: black;
	background: transparent;
	border-color: Black;
}

.btn-white-outline:hover {
	color: #fff;
	background: #67828d;
	border-color: #67828d;
}

.btn-primary-outline, .btn-primary-outline:active, .btn-primary-outline:focus {
	color: #c0a184;
	background: transparent;
	border-color: #c0a184;
}

.btn-primary-outline:hover {
	color: #fff;
	background: #8673c7;
	border-color: #8673c7;
}

.btn-facebook, .btn-facebook:active, .btn-facebook:focus {
	color: #fff;
	background: #547abb;
	border-color: #547abb;
}

.btn-facebook:hover {
	color: #fff;
	background: #3d5f9a;
	border-color: #3d5f9a;
}

.btn-twitter, .btn-twitter:active, .btn-twitter:focus {
	color: #fff;
	background: #44c0f3;
	border-color: #44c0f3;
}

.btn-twitter:hover {
	color: #fff;
	background: #0faef0;
	border-color: #0faef0;
}

.btn-google, .btn-google:active, .btn-google:focus {
	color: #fff;
	background: #dd4b39;
	border-color: #dd4b39;
}

.btn-google:hover {
	color: #fff;
	background: #bd3221;
	border-color: #bd3221;
}

.btn-xs, .btn-group-xs > .btn {
	font-size: 10px;
	padding: 4.8px 16.8px;
}

.btn-sm, .btn-group-sm > .btn {
	font-size: 12px;
	padding: 6px 28px;
}

.group-xl .btn-sm, .group-xl .btn-group-sm > .btn {
	min-width: 140px;
}

.btn-lg, .btn-group-lg > .btn {
	font-size: 13px;
	padding: 15px 40px;
}

.group-xl .btn-lg, .group-xl .btn-group-lg > .btn {
	min-width: 230px;
}

.btn-xl {
	font-size: 16px;
	padding: 20px 50px;
}

.group-xl .btn-xl {
	min-width: 270px;
}

.btn-circle {
	border-radius: 35px;
}

.btn-round {
	border-radius: 10px;
}

.btn-square {
	border-radius: 0;
}

.btn-shadow {
	border-width: 0;
	-webkit-box-shadow: 0px 9px 21px 0px rgba(21, 21, 21, 0.15);
	box-shadow: 0px 9px 21px 0px rgba(21, 21, 21, 0.15);
}

.btn.btn-effect-anis {
	position: relative;
	overflow: hidden;
	z-index: 0;
	border: 0;
}

.btn.btn-effect-anis:before, .btn.btn-effect-anis:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	transition: .33s all ease;
	z-index: -1;
	background: #c0a184;
}

.btn.btn-effect-anis:before {
	left: -20px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.btn.btn-effect-anis:after {
	right: -20px;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.btn.btn-effect-anis:hover:before {
	-webkit-animation: criss-cross-left 0.8s both;
	animation: criss-cross-left 0.8s both;
}

.btn.btn-effect-anis:hover:after {
	-webkit-animation: criss-cross-right 0.8s both;
	animation: criss-cross-right 0.8s both;
}

.btn.btn-effect-anis.btn-block:hover:hover:before {
	-webkit-animation: criss-cross-left-wide 1.1s both;
	animation: criss-cross-left-wide 1.1s both;
}

.btn.btn-effect-anis.btn-block:hover:hover:after {
	-webkit-animation: criss-cross-right-wide 1.1s both;
	animation: criss-cross-right-wide 1.1s both;
}

.btn.btn-effect-anis.btn-primary:hover {
	background: #c0a184;
}

.btn.btn-effect-anis.btn-primary:before, .btn.btn-effect-anis.btn-primary:after {
	background: #5db8af;
}

.btn.btn-effect-anis.btn-primary-alternate:hover {
	background: #c0a184;
}

.btn.btn-effect-anis.btn-primary-alternate:before, .btn.btn-effect-anis.btn-primary-alternate:after {
	background: #f47e4b;
}

.btn.btn-effect-anis.btn-tan-hide:hover {
	background: #fca15f;
}

.btn.btn-effect-anis.btn-blue-marguerite:hover {
	background: #5db8af;
}

.btn.btn-effect-anis.btn-blue-marguerite-1 {
	border: 1px solid #c0a184;
}

.btn.btn-effect-anis.btn-blue-marguerite-1:focus, .btn.btn-effect-anis.btn-blue-marguerite-1:active {
	background: #c0a184;
}

.btn.btn-effect-anis.btn-blue-marguerite-alternate:hover {
	background: #8673c7;
}

.btn.btn-effect-anis.btn-blue-marguerite-alternate:before, .btn.btn-effect-anis.btn-blue-marguerite-alternate:after {
	background: #fca15f;
}

.btn.btn-effect-anis.btn-trout-inverse {
	transition-delay: 0s;
}

.btn.btn-effect-anis.btn-trout-inverse:hover {
	transition-delay: .25s;
	background: #50525e;
}

.btn.btn-effect-anis.btn-trout-inverse:before, .btn.btn-effect-anis.btn-trout-inverse:after {
	background: #fff;
}

@-webkit-keyframes criss-cross-left {
	0% {
		left: -20px;
	}
	50% {
		left: 50%;
		width: 20px;
		height: 20px;
	}
	100% {
		left: 50%;
		width: 390px;
		height: 390px;
	}
}

@keyframes criss-cross-left {
	0% {
		left: -20px;
	}
	50% {
		left: 50%;
		width: 20px;
		height: 20px;
	}
	100% {
		left: 50%;
		width: 390px;
		height: 390px;
	}
}

@-webkit-keyframes criss-cross-right {
	0% {
		right: -20px;
	}
	50% {
		right: 50%;
		width: 20px;
		height: 20px;
	}
	100% {
		right: 50%;
		width: 390px;
		height: 390px;
	}
}

@keyframes criss-cross-right {
	0% {
		right: -20px;
	}
	50% {
		right: 50%;
		width: 20px;
		height: 20px;
	}
	100% {
		right: 50%;
		width: 390px;
		height: 390px;
	}
}

@-webkit-keyframes criss-cross-left-wide {
	0% {
		left: -20px;
	}
	50% {
		left: 50%;
		width: 20px;
		height: 20px;
	}
	100% {
		left: 50%;
		width: 520px;
		height: 520px;
	}
}

@keyframes criss-cross-left-wide {
	0% {
		left: -20px;
	}
	50% {
		left: 50%;
		width: 20px;
		height: 20px;
	}
	100% {
		left: 50%;
		width: 520px;
		height: 520px;
	}
}

@-webkit-keyframes criss-cross-right-wide {
	0% {
		right: -20px;
	}
	50% {
		right: 50%;
		width: 20px;
		height: 20px;
	}
	100% {
		right: 50%;
		width: 520px;
		height: 520px;
	}
}

@keyframes criss-cross-right-wide {
	0% {
		right: -20px;
	}
	50% {
		right: 50%;
		width: 20px;
		height: 20px;
	}
	100% {
		right: 50%;
		width: 520px;
		height: 520px;
	}
}

.btn.btn-effect-ujarak {
	position: relative;
	z-index: 0;
	transition: background 0.4s, border-color 0.4s, color 0.4s;
	border-radius: 0;
}

.btn.btn-effect-ujarak::before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background: #c0a184;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	transition: transform 0.4s, opacity 0.4s;
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.btn.btn-effect-ujarak, .btn.btn-effect-ujarak:before {
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.btn.btn-effect-ujarak:hover {
	background-color: transparent;
	border-color: #4b7a05;
}

.btn.btn-effect-ujarak:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.btn.btn-effect-ujarak.btn-primary::before, .btn.btn-effect-ujarak.btn-primary-outline::before, .btn.btn-effect-ujarak.btn-white-outline::before {
	background: #4b7a05;
}

.btn.btn-effect-ujarak.btn-primary:hover, .btn.btn-effect-ujarak.btn-primary-outline:hover, .btn.btn-effect-ujarak.btn-white-outline:hover {
	border-color: #4b7a05;
}

.btn.btn-effect-ujarak.btn-success::before {
	background: #4b7a05;
}

.btn.btn-effect-ujarak.btn-success:hover {
	border-color: #4b7a05;
}

.btn.btn-aqil {
	color: #fff;
	position: relative;
	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.btn.btn-aqil:before, .btn.btn-aqil:after,
.btn.btn-aqil span:before,
.btn.btn-aqil span:after {
	content: '';
	background: rgba(103, 130, 141, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	z-index: -1;
}

.btn.btn-aqil span:before,
.btn.btn-aqil span:after {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.btn.btn-aqil--mod-1:before, .btn.btn-aqil--mod-1:after,
.btn.btn-aqil--mod-1 span:before,
.btn.btn-aqil--mod-1 span:after {
	width: 100%;
	height: 0;
}

.btn.btn-aqil--mod-1:after,
.btn.btn-aqil--mod-1 span:before {
	top: auto;
	bottom: 0;
}

.btn.btn-aqil--mod-1:hover {
	background-color: transparent;
	border-color: #67828d;
}

.btn.btn-aqil--mod-1:hover span:before,
.btn.btn-aqil--mod-1:hover span:after, .btn.btn-aqil--mod-1:hover:before, .btn.btn-aqil--mod-1:hover:after {
	height: 100%;
}

.btn.btn-aqil--mod-2:before, .btn.btn-aqil--mod-2:after,
.btn.btn-aqil--mod-2 span:before,
.btn.btn-aqil--mod-2 span:after {
	width: 0;
	height: 100%;
}

.btn.btn-aqil--mod-2:after,
.btn.btn-aqil--mod-2 span:before {
	left: auto;
	right: 0;
}

.btn.btn-aqil--mod-2:hover:before, .btn.btn-aqil--mod-2:hover:after,
.btn.btn-aqil--mod-2:hover span:before,
.btn.btn-aqil--mod-2:hover span:after {
	width: 100%;
}

.page .btn.btn-icon {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	vertical-align: middle;
}

.page .btn.btn-icon .icon {
	position: relative;
	top: 1px;
	display: inline-block;
	vertical-align: middle;
	color: inherit;
	font-size: 1.5em;
	line-height: 0;
}

.page .btn.btn-icon-left {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.page .btn.btn-icon-left .icon {
	padding-right: 11px;
}

.page .btn.btn-icon-right {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.page .btn.btn-icon-right .icon {
	padding-left: 11px;
}

label {
	margin-bottom: 0;
}

.form-label,
.form-label-outside,
.form-control {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
}

@media (min-width: 768px) {
	.form-label,
	.form-label-outside,
	.form-control {
		font-size: 14px;
	}}

input:-webkit-autofill ~ label,
input:-webkit-autofill ~ .form-validation {
	color: #000 !important;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .input-sm:focus, .input-group-sm > .form-control:focus,
.input-group-sm > .input-group-addon:focus,
.input-group-sm > .input-group-btn > .btn:focus,
.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-lg:focus,
.input-group-lg > .form-control:focus,
.input-group-lg > .input-group-addon:focus,
.input-group-lg > .input-group-btn > .btn:focus,
.form-control,
.form-control:focus {
	box-shadow: none;
}

textarea.form-control {
	height: 135px;
	min-height: 50px;
	max-height: 229.5px;
	resize: vertical;
}

.form-control {
	min-height: 50px;
	height: auto;
	padding: 15.2px 19px;
	border-radius: 0;
	-webkit-appearance: none;
	line-height: 19.6px;
	background: #f5f5f5;
	border: 0;
}

.form-control:focus {
	outline: 0;
}

.form-group {
	position: relative;
	margin-bottom: 0;
}

.form-group + .form-group {
	margin-top: 20px;
}

.form-group + .btn {
	margin-top: 35px;
}

.form-label {
	position: absolute;
	top: 25px;
	left: 19px;
	font-size: 14px;
	color: #999;
	line-height: 1.2;
	pointer-events: none;
	letter-spacing: .05em;
	z-index: 9;
	transition: .3s;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	will-change: transform;
}

.form-label.focus {
	opacity: 0;
}

.form-label.auto-fill {
	color: #4b4b4b;
}

.form-label-outside {
	margin-bottom: 9px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0;
}

@media (min-width: 768px) {
	.form-label-outside {
		position: static;
	}
	.form-label-outside, .form-label-outside.focus, .form-label-outside.auto-fill {
		-webkit-transform: none;
		transform: none;
	}}

.form-validation {
	position: absolute;
	right: 6px;
	top: 4px;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0;
	font-weight: 400;
	color: rgba(217, 83, 79, 0.9);
	transition: .3s;
}

.form-wrap-validation-left .form-validation {
	right: inherit;
	left: 6px;
}

.form-label-outside ~ .form-validation {
	top: 35px;
	right: 4px;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
	color: #d9534f;
}

.has-error .form-control:not(.form-control-impressed), .has-error .form-control:not(.form-control-impressed):focus {
	border-color: rgba(217, 83, 79, 0.6);
	box-shadow: none;
}

.has-error .form-control-impressed, .has-error .form-control-impressed:focus {
	box-shadow: inset 0 0 0 1px rgba(217, 83, 79, 0.6);
}

.has-error .input-group-addon {
	color: #fff;
	border-color: rgba(217, 83, 79, 0.6);
	background-color: #f2dede;
}

.has-error .input-group-btn > .btn {
	border-color: rgba(217, 83, 79, 0.6);
	background: #f2dede;
}

.has-error .form-validation {
	color: #d9534f;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
	color: #3c763d;
}

.has-success .form-control:not(.form-control-impressed), .has-success .form-control:not(.form-control-impressed):focus {
	border-color: #dff0d8;
	box-shadow: none;
}

.has-success .form-control-impressed, .has-success .form-control-impressed:focus {
	box-shadow: inset 0 0 0 1px #dff0d8;
}

.has-success .input-group-addon {
	color: #fff;
	border-color: #dff0d8;
	background-color: #dff0d8;
}

.has-success .input-group-btn > .btn {
	border-color: #dff0d8;
	background: #dff0d8;
}

.has-success .form-validation {
	color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
	color: #8a6d3b;
}

.has-warning .form-control:not(.form-control-impressed), .has-warning .form-control:not(.form-control-impressed):focus {
	border-color: #fcf8e3;
	box-shadow: none;
}

.has-warning .form-control-impressed, .has-warning .form-control-impressed:focus {
	box-shadow: inset 0 0 0 1px #fcf8e3;
}

.has-warning .input-group-addon {
	color: #fff;
	border-color: #fcf8e3;
	background-color: #fcf8e3;
}

.has-warning .input-group-btn > .btn {
	border-color: #fcf8e3;
	background: #fcf8e3;
}

.has-warning .form-validation {
	color: #8a6d3b;
}

.has-info .help-block,
.has-info .control-label,
.has-info .radio,
.has-info .checkbox,
.has-info .radio-inline,
.has-info .checkbox-inline,
.has-info.radio label,
.has-info.checkbox label,
.has-info.radio-inline label,
.has-info.checkbox-inline label {
	color: #31708f;
}

.has-info .form-control:not(.form-control-impressed), .has-info .form-control:not(.form-control-impressed):focus {
	border-color: #d9edf7;
	box-shadow: none;
}

.has-info .form-control-impressed, .has-info .form-control-impressed:focus {
	box-shadow: inset 0 0 0 1px #d9edf7;
}

.has-info .input-group-addon {
	color: #fff;
	border-color: #d9edf7;
	background-color: #d9edf7;
}

.has-info .input-group-btn > .btn {
	border-color: #d9edf7;
	background: #d9edf7;
}

.has-info .form-validation {
	color: #31708f;
}

#form-output-global {
	position: fixed;
	bottom: 30px;
	left: 15px;
	visibility: hidden;
	-webkit-transform: translateX(-500px);
	transform: translateX(-500px);
	transition: .3s all ease;
	z-index: 9999999;
}

#form-output-global.active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
}

@media (min-width: 480px) {
	#form-output-global {
		left: 30px;
	}}

.form-output {
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 2px;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

.form-output.active {
	opacity: 1;
	visibility: visible;
}

.form-output.error {
	color: #d9534f;
}

.form-output.success {
	color: #5db8af;
}

.checkbox {
	cursor: pointer;
}

.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;
	width: 18px;
	height: 18px;
	margin-left: -20px;
	margin-top: 2px;
	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: #ededed;
	border: 1px solid #f7f7f7;
	border-radius: 1px;
	background: #f5f5f5;
}

.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: .15s;
}

.radio .radio-custom:focus,
.radio-inline .radio-custom:focus,
.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus {
	outline: none;
}

.radio, .radio-inline,
.checkbox, .checkbox-inline {
	color: #4b4b4b;
}

.radio-custom:checked + .radio-custom-dummy:after,
.checkbox-custom:checked + .checkbox-custom-dummy:after {
	opacity: 1;
}

.radio,
.radio-inline {
	padding-left: 30px;
}

.radio .radio-custom,
.radio .radio-custom-dummy,
.radio-inline .radio-custom,
.radio-inline .radio-custom-dummy {
	height: 20px;
	width: 20px;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
	margin-top: 5px;
	margin-left: -30px;
	border: 2px solid #151515;
	border-radius: 50%;
	background-color: transparent;
}

.radio .radio-custom-dummy:after,
.radio-inline .radio-custom-dummy:after {
	content: '';
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background: #151515;
	border-radius: 50%;
	opacity: 0;
	transition: .15s;
}

.checkbox,
.checkbox-inline {
	padding-left: 30px;
}

.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
	pointer-events: none;
	border-radius: 0;
	border: 2px solid #ccc;
	margin-left: 0;
	left: 0;
	background: #fff;
}

.checkbox .checkbox-custom-dummy:after,
.checkbox-inline .checkbox-custom-dummy:after {
	content: '\f00c';
	font-family: "FontAwesome";
	font-size: 12px;
	line-height: 12px;
	position: absolute;
	top: 1px;
	left: 1px;
	color: #151515;
}

.rd-mailform [class*='group'] .select2-container--bootstrap .select2-selection {
	min-width: 220px;
}

.rd-mailform .btn {
	padding-top: 10px;
	padding-bottom: 10px;
}

.page .form-inline {
	text-align: center;
}

.page .form-inline > * + * {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.page .form-inline {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
	}
	.page .form-inline > * + * {
		margin-top: 0;
		margin-left: 30px;
	}
	.page .form-inline .form-group {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.page .form-inline .form-control {
		width: 100%;
	}
	.page .form-inline button {
		display: inline-block;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}}

.form-centered {
	text-align: center;
}

.form-centered label,
.form-centered .form-control {
	text-align: center;
}

.form-centered .form-label {
	right: 19px;
}

.form-centered textarea.form-control {
	text-align: left;
}

.form-label-centered .form-label-outside {
	display: block;
	text-align: center;
}

.form-bordered .form-control {
	padding-top: 13.2px;
	padding-bottom: 13.2px;
	border: 2px solid #ededed;
	background-color: transparent;
}

.form-bordered .form-label {
	top: 24px;
}

.form-style-classic .form-label-outside {
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: none;
	color: #151515;
}

.recaptcha {
	transform: scale(0.9);
	transform-origin: 0 0;
}

.recaptcha div div {
	line-height: 0;
}

.form-recaptcha .form-group-recaptcha {
	width: auto;
	max-width: 304px;
}

.form-recaptcha .recaptcha ~ .form-validation {
	top: auto;
	right: auto;
	bottom: -12px;
	left: 3px;
}

.form-wide textarea.form-control {
	min-height: 198px;
	max-height: 260px;
}

.form-btn-group > * {
	flex-grow: 1;
}

.form-button {
	display: flex;
	align-items: stretch;
	max-height: 70px;
}

.form-register-wrap {
	background-color: #fff;
	padding: 20px 15px;
}

@media (min-width: 992px) {
	.form-register-wrap {
		padding: 30px;
	}}

@media (min-width: 1200px) {
	.form-register-wrap {
		padding: 40px;
	}}

.tabs-custom {
	text-align: left;
}

.tabs-custom .nav-tabs {
	font-size: 0;
	line-height: 0;
	word-spacing: 0;
	border: 0;
}

.tabs-custom .nav-tabs:before, .tabs-custom .nav-tabs:after {
	display: none;
}

.tabs-custom .nav-tabs li {
	float: none;
	border: 0;
	cursor: default;
	transition: .33s all ease;
}

.tabs-custom .nav-tabs li.active {
	cursor: default;
}

.tabs-custom .nav-tabs a {
	margin: 0;
	cursor: pointer;
}

.page .tabs-custom.tabs-centered .nav-tabs,
.page .tabs-custom.tabs-centered .tab-content {
	text-align: center;
}

.page .tabs-custom.tabs-centered .tab-content {
	padding-left: 0;
	padding-right: 0;
}

.tabs-corporate .nav-tabs li {
	margin: -1px;
}

.tabs-corporate .nav-tabs li a {
	padding: 7px 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	color: #4b4b4b;
	background: transparent;
	border-bottom: 1px solid #e5e7e9;
	text-align: center;
	vertical-align: middle;
}

.tabs-corporate .nav-tabs li a:first-child {
	border-top: 1px solid #e5e7e9;
}

.tabs-corporate .nav-tabs li a:hover,
.tabs-corporate .nav-tabs li.active a {
	color: #fff;
	background: #c0a184;
	border-color: #c0a184;
}

.tabs-line .nav-tabs li {
	margin: -2px -1px;
}

.tabs-line .nav-tabs li a {
	padding: 7px 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .05em;
	color: #4b4b4b;
	background: transparent;
	border-bottom: 2px solid #5db8af;
	text-align: center;
	vertical-align: middle;
}

.tabs-line .nav-tabs li a:first-child {
	border-top: 1px solid #5db8af;
}

.tabs-line .nav-tabs li a:hover,
.tabs-line .nav-tabs li.active a {
	color: #fff;
	background: #5db8af;
	border-color: #5db8af;
}

.tabs-line.tabs-line-tan-hide .nav-tabs li a {
	border-bottom: 2px solid #fca15f;
}

.tabs-line.tabs-line-tan-hide .nav-tabs li a:first-child {
	border-top: 1px solid #fca15f;
}

.tabs-line.tabs-line-tan-hide .nav-tabs li a:hover,
.tabs-line.tabs-line-tan-hide .nav-tabs li.active a {
	background: #fca15f;
	border-color: #fca15f;
}

.tabs-complex .nav-tabs li a {
	display: block;
	padding: 0;
}

.tabs-complex .nav-tabs li a, .tabs-complex .nav-tabs li a:active, .tabs-complex .nav-tabs li a:focus, .tabs-complex .nav-tabs li a:hover {
	border: 0;
}

.tabs-complex .nav-tabs li a:hover .quote-classic-preview,
.tabs-complex .nav-tabs li.active a .quote-classic-preview {
	background: #c0a184;
}

.tabs-complex .nav-tabs li a:hover .quote-classic-preview-body,
.tabs-complex .nav-tabs li.active a .quote-classic-preview-body {
	border-top-color: transparent;
	border-bottom-color: #c0a184;
}

.tabs-complex .nav-tabs li a:hover .quote-classic-preview cite,
.tabs-complex .nav-tabs li a:hover .quote-classic-preview .caption,
.tabs-complex .nav-tabs li.active a .quote-classic-preview cite,
.tabs-complex .nav-tabs li.active a .quote-classic-preview .caption {
	color: #fff;
}

.tabs-complex .nav-tabs li {
	margin-bottom: 0;
}

.tabs-complex .nav-tabs li + li {
	margin-top: -1px;
}

@media (max-width: 767px) {
	.tabs-custom .nav-tabs {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}}

@media (min-width: 768px) {
	.tabs-horizontal.tabs-corporate .nav-tabs li {
		display: inline-block;
		will-change: transform;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	.tabs-horizontal.tabs-corporate .nav-tabs li a {
		display: block;
		position: relative;
		z-index: 1;
		min-width: 130px;
		letter-spacing: .075em;
		padding: 12px 20px 12px;
		border: 2px solid #e5e7e9;
	}
	.tabs-horizontal.tabs-corporate .nav-tabs li a, .tabs-horizontal.tabs-corporate .nav-tabs li a::before {
		transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	}
	.tabs-horizontal.tabs-corporate .nav-tabs li a::before {
		content: '';
		position: absolute;
		top: -1px;
		left: -1px;
		width: calc(100% + 2px);
		height: calc(100% + 2px);
		background: #fff;
		z-index: -1;
		opacity: 0;
		-webkit-transform: scale3d(0.7, 1, 1);
		transform: scale3d(0.7, 1, 1);
		transition: transform 0.4s, opacity 0.4s;
		transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
		background: #c0a184;
	}
	.tabs-horizontal.tabs-corporate .nav-tabs li.active a,
	.tabs-horizontal.tabs-corporate .nav-tabs li a:hover {
		color: #fff;
		border-color: #c0a184;
		background-color: transparent;
	}
	.tabs-horizontal.tabs-corporate .nav-tabs li.active a::before,
	.tabs-horizontal.tabs-corporate .nav-tabs li a:hover::before {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	}
	.tabs-horizontal.tabs-line .nav-tabs li {
		display: inline-block;
		will-change: transform;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	.tabs-horizontal.tabs-line .nav-tabs li a {
		display: block;
		padding: 0 0 7px 0;
		position: relative;
		z-index: 1;
		border: 0;
	}
	.tabs-horizontal.tabs-line .nav-tabs li a:before {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		height: 2px;
		max-width: 100%;
		width: 0;
		background: #5db8af;
		transition: .33s width ease;
	}
	.tabs-horizontal.tabs-line .nav-tabs li a:hover {
		color: #151515;
		background-color: transparent;
	}
	.tabs-horizontal.tabs-line .nav-tabs li.active a {
		color: #151515;
		background-color: transparent;
	}
	.tabs-horizontal.tabs-line .nav-tabs li.active a:before {
		width: 100%;
	}
	.tabs-horizontal.tabs-line.tabs-line-tan-hide .nav-tabs li a {
		border: 0;
	}
	.tabs-horizontal.tabs-line.tabs-line-tan-hide .nav-tabs li a:before {
		background: #fca15f;
	}
	.tabs-vertical {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.tabs-vertical .nav-tabs {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		max-width: 50%;
	}
	.tabs-vertical .nav-tabs li {
		border: 0;
		width: 100%;
		text-align: left;
	}
	.tabs-vertical .nav-tabs li a {
		font-size: 14px;
	}
	.tabs-vertical .nav-tabs li.active a,
	.tabs-vertical .nav-tabs a:hover {
		box-shadow: 0 9px 21px 0 rgba(30, 30, 30, 0.13);
	}
	.tabs-vertical .tab-content {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.tabs-vertical.tabs-corporate .nav-tabs li {
		margin: 0;
	}
	.tabs-vertical.tabs-corporate .nav-tabs li a {
		position: relative;
		padding: 14px 30px;
		border: 0;
		overflow: hidden;
		text-align: left;
	}
	.tabs-vertical.tabs-corporate .nav-tabs > li + li {
		margin-top: 2px;
	}}

@media (min-width: 992px) {
	.tabs-vertical.tabs-wide .tab-content {
		padding-right: 50px;
	}}

@media (min-width: 1200px) {
	.tabs-vertical.tabs-wide .tab-content {
		padding-right: 100px;
	}}

[data-content-to] {
	display: none;
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

[data-content-to].show {
	display: block;
	opacity: 1;
}

.tabs-modern .nav-tabs li {
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
}

.tabs-modern .nav-tabs li a {
	padding: 10px 15px;
	color: #151515;
	border-color: #e8e8e8;
}

.tabs-modern .nav-tabs li.active a, .tabs-modern .nav-tabs li:hover a {
	color: #151515;
	background-color: #fff;
}

.tabs-modern .tab-content p {
	color: #151515;
}

@media (min-width: 768px) {
	.tabs-modern .nav-tabs li {
		text-align: left;
	}
	.tabs-modern .nav-tabs li a {
		padding: 20px 25px;
		border-left-color: transparent;
	}
	.tabs-modern .nav-tabs li.active a, .tabs-modern .nav-tabs li:hover a {
		border-right-color: transparent;
		border-left-color: #e8e8e8;
		box-shadow: none;
	}}

@media (min-width: 1200px) {
	.tabs-modern .nav-tabs li a {
		font-size: 16px;
		padding: 43px 37px;
	}}

.tabs-classic .nav-tabs > li {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.tabs-classic .nav-tabs > li + li {
	margin-left: 46px;
}

.tabs-classic .nav-tabs > li a {
	position: relative;
	color: #4b4b4b;
	border: 0;
	padding: 15px 0;
}

.tabs-classic .nav-tabs > li a:before {
	position: absolute;
	top: 100%;
	left: 0;
	right: 100%;
	content: "";
	border-bottom: 4px solid #c0a184;
	transition: 0.33s all ease-in;
}

.tabs-classic .nav-tabs > li.active a,
.tabs-classic .nav-tabs > li a:hover {
	color: #151515;
	border: 0;
	background-color: transparent;
}

.tabs-classic .nav-tabs > li.active a:before,
.tabs-classic .nav-tabs > li a:hover:before {
	right: 0;
}

.tabs-modern-variant-1 .nav-tabs li {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	padding: 7px;
	text-align: center;
}

.tabs-modern-variant-1 .nav-tabs li a {
	color: #4b4b4b;
	background: transparent;
	border: 0;
	padding: 0;
	letter-spacing: 0.1em;
}

.tabs-modern-variant-1 .nav-tabs li.active a,
.tabs-modern-variant-1 .nav-tabs li a:hover {
	color: #c0a184;
	border: 0;
}

@media (min-width: 992px) {
	.tabs-modern-variant-1 .nav-tabs li {
		display: inline-block;
	}
	.tabs-modern-variant-1 .nav-tabs li + li {
		margin-left: 50px;
	}}

.tabs-product-shop.tabs-vertical .nav-tabs li {
	float: none;
}

.tabs-product-shop.tabs-vertical .nav-tabs li a {
	font-size: 16px;
	font-weight: 700;
	color: #151515;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

.tabs-product-shop.tabs-vertical .nav-tabs li.active a, .tabs-product-shop.tabs-vertical .nav-tabs li:hover a {
	color: #fff;
	background-color: #354955;
}

@media (min-width: 768px) {
	.tabs-product-shop.tabs-vertical .nav-tabs li {
		float: left;
	}
	.tabs-product-shop.tabs-vertical .nav-tabs li a {
		position: relative;
		padding-right: 45px;
	}
	.tabs-product-shop.tabs-vertical .nav-tabs li a:before {
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		content: "\f238";
		display: inline-block;
		font: 400 25px "Material Design Icons";
		color: #c0a184;
		opacity: 0;
	}
	.tabs-product-shop.tabs-vertical .nav-tabs li.active a:before, .tabs-product-shop.tabs-vertical .nav-tabs li:hover a:before {
		opacity: 1;
	}}

@media (min-width: 992px) {
	.tabs-product-shop.tabs-vertical .nav-tabs li a {
		padding: 23px 45px 23px 27px;
	}}

.height-fill {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.height-fill > *:first-child {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.height-fill > * {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.oh {
	overflow: hidden;
}

.block-top-level {
	position: relative;
	z-index: 10;
}

.page .complex-text {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	margin-top: -10px;
	margin-left: -10px;
}

.page .complex-text > * {
	margin-top: 10px;
	margin-left: 10px;
}

.page .complex-text mark,
.page .complex-text .mark {
	background: #fca15f;
	text-transform: uppercase;
}

.page .complex-text-main {
	position: relative;
	top: 2px;
	line-height: .85;
}

.page .complex-text * + h4.header-lighter,
.page .complex-text * + .h4.header-lighter {
	margin-top: 0;
}

.page .complex-text-aside > * + * {
	margin-top: 0;
}

.page .complex-text-aside .mark + * {
	line-height: .9;
}

.page .complex-text h1,
.page .complex-text .h1 {
	font-size: 56px;
}

.page .complex-text h2,
.page .complex-text .h2 {
	font-size: 24px;
	line-height: .8;
}

.page .complex-text h4,
.page .complex-text .h4 {
	font-size: 16px;
	line-height: 1.1;
}

@media (min-width: 768px) {
	.page .complex-text h1,
	.page .complex-text .h1 {
		font-size: 72px;
	}
	.page .complex-text h2,
	.page .complex-text .h2 {
		font-size: 30px;
	}
	.page .complex-text h4,
	.page .complex-text .h4 {
		font-size: 18px;
	}}

@media (min-width: 992px) {
	.page .complex-text h1,
	.page .complex-text .h1 {
		font-size: 70px;
	}
	.page .complex-text h2,
	.page .complex-text .h2 {
		font-size: 48px;
	}
	.page .complex-text h4,
	.page .complex-text .h4 {
		font-size: 24px;
	}
	.page .complex-text.complex-text-mod {
		max-width: 540px;
	}}

@media (min-width: 1200px) {
	.page .complex-text.complex-text-divider > * + *:before {
		content: "|";
		display: inline-block;
		color: #e8e8e8;
		padding-left: 25px;
		padding-right: 20px;
	}}

@media (min-width: 768px) and (max-width: 1199px) {
	.page .complex-text.complex-text-mod h1,
	.page .complex-text.complex-text-mod .h1 {
		font-size: 66px;
	}
	.page .complex-text.complex-text-mod h2,
	.page .complex-text.complex-text-mod .h2 {
		font-size: 30px;
	}
	.page .complex-text.complex-text-mod h4,
	.page .complex-text.complex-text-mod .h4 {
		font-size: 20px;
	}}

@media (max-width: 479px) {
	.complex-text-xs-centered {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}}

.header-modular > * {
	padding: 0 .15em;
}

.block-centered {
	margin-left: auto;
	margin-right: auto;
}

.object-inline {
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
}

.object-inline > * {
	display: inline-block;
	line-height: 1.1;
}

.object-inline > * + * {
	margin-top: 0;
	margin-left: 10px;
}

.object-inline .icon {
	vertical-align: top;
}

.object-inline .icon-circle {
	top: 0;
}

[class*='text-width'] {
	width: 100%;
}

.text-width-smaller {
	max-width: 470px;
}

.text-width-small {
	max-width: 570px;
}

.text-width-medium {
	max-width: 715px;
}

.text-center [class*='text-width'] {
	margin-left: auto;
	margin-right: auto;
}

.text-right [class*='text-width'] {
	margin-right: 0;
	margin-left: auto;
}

.text-decoration-lines {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.text-decoration-lines-content {
	position: relative;
	display: inline-block;
	min-width: 170px;
	font-size: 12px;
	text-transform: uppercase;
}

.text-decoration-lines-content:before, .text-decoration-lines-content:after {
	content: '';
	position: absolute;
	height: 1px;
	background: #f5f5f5;
	top: 50%;
	width: 100vw;
}

.text-decoration-lines-content:before {
	left: 0;
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
}

.text-decoration-lines-content:after {
	right: 0;
	-webkit-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
}

* + .text-decoration-lines {
	margin-top: 25px;
}

.section-decoration-wrap {
	position: relative;
	overflow: hidden;
}

.section-decoration-image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	overflow: hidden;
}

.section-decoration-image img {
	width: 100%;
	height: auto;
}

.ie-10 .section-decoration-image,
.ie-11 .section-decoration-image {
	top: 1px;
	bottom: 1px;
}

.section-decoration-content {
	position: relative;
	z-index: 1;
	background: inherit;
}

.section-decoration-content:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1;
	width: 200vw;
	background: #f7f7f7;
}

@media (max-width: 991px) {
	.section-decoration-wrap {
		padding-top: 55vw;
	}
	.section-decoration-image {
		height: 55vw;
	}
	.section-decoration-content .section-lg {
		padding-top: 0;
	}
	.section-decoration-content:before {
		left: 50%;
		top: -14.5vw;
		transform: translateX(-50%) rotate(0deg);
	}}

@media (min-width: 992px) {
	.section-decoration-image {
		position: absolute;
		z-index: 1;
		left: 0;
		top: 0;
		bottom: 0;
		transform-origin: 100% 0;
		overflow: hidden;
		width: 49vw;
	}
	.section-decoration-image img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: auto;
		min-width: 100%;
		max-width: none;
		height: auto;
		min-height: 100%;
	}
	.section-decoration-content {
		position: relative;
		z-index: 10;
	}
	.section-decoration-content:before {
		left: -100px;
		transform: skew(13.4deg);
	}}

@media (min-width: 1200px) {
	.section-decoration-content {
		padding-left: 100px;
	}
	.section-decoration-content:before {
		left: -70px;
	}}

.col-decoration-skew {
	position: relative;
	padding: 50px 10px;
	margin: 0 -15px;
	text-align: center;
}

.col-decoration-skew:before {
	content: '';
	position: absolute;
	top: 0;
	width: 100vw;
	bottom: 0;
	left: 0;
	background: #4ac099;
}

.col-decoration-skew > * {
	position: relative;
	z-index: 1;
}

@media (max-width: 1199px) {
	.col-decoration-skew h2 {
		font-size: 45px;
	}}

@media (min-width: 768px) {
	.col-decoration-skew:before {
		bottom: -100px;
		width: 200vw;
		left: 55%;
		transform: translateX(-50%) rotate(-2deg);
	}}

@media (min-width: 992px) {
	.col-decoration-skew {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0;
		text-align: left;
	}
	.col-decoration-skew h2 {
		line-height: 1.1;
	}
	.col-decoration-skew:before {
		left: -15px;
		bottom: 0;
		transform: skew(-8deg);
	}}

@media (min-width: 1200px) {
	.col-decoration-skew:before {
		left: 32px;
	}}

@media (min-width: 992px) {
	.displacement-1 {
		position: relative;
		top: 4px;
	}}

.divider-light {
	height: 1px;
	width: 100%;
	background: #ededed;
}

.divider-primary {
	border-top: 3px solid #c0a184;
}

.divider-gray-6 {
	border-top: 1px solid #a9b8c1;
}

.divider-xs {
	max-width: 50px;
	margin-left: auto;
	margin-right: auto;
}

* + .divider-light {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.page .divider-light + * {
		margin-top: 45px;
	}}

.banner {
	max-width: 370px;
	width: 100%;
}

.banner img {
	height: auto;
	width: 100%;
}

.border-wrap {
	display: flex;
	flex-wrap: wrap;
	transform: translateY(-30px);
	margin-bottom: -30px;
}

.border-wrap > * {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.border-wrap {
		transform: translateY(-60px);
		margin-bottom: -60px;
		margin-left: -35px;
		margin-right: -35px;
	}
	.border-wrap > * {
		margin-top: 60px;
		padding-left: 35px;
		padding-right: 35px;
	}
	.border-wrap > * > * {
		position: relative;
	}
	.border-wrap > * > *:after {
		position: absolute;
		bottom: -30px;
		left: 0;
		right: 0;
		content: '';
		border-bottom: 1px solid #e8e8e8;
		pointer-events: none;
	}
	.border-wrap > *:nth-child(n + 3) > *:after {
		border-bottom: 0;
	}
	.border-wrap > *:nth-child(even) > *:before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: -35px;
		content: '';
		border-left: 1px solid #e8e8e8;
		pointer-events: none;
	}
	.border-wrap > *:nth-child(1) > *:after {
		right: -15px;
	}
	.border-wrap > *:nth-child(2) > *:after {
		left: -15px;
	}
	.border-wrap > *:nth-child(2) > *:before {
		bottom: -15%;
	}
	.border-wrap > *:nth-child(4) > *:before {
		top: -15%;
	}}

@media (min-width: 1200px) {
	.border-wrap {
		transform: translateY(-84px);
		margin-bottom: -84px;
	}
	.border-wrap > * {
		margin-top: 84px;
	}
	.border-wrap > * > *:after {
		bottom: -42px;
	}}

.row-no-gutter {
	margin-left: 0;
	margin-right: 0;
}

.row-no-gutter > [class*='col'] {
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 1199px) {
	.row-gutter-custom {
		margin-left: -8px;
		margin-right: -8px;
	}
	.row-gutter-custom > [class*='col'] {
		padding-left: 8px;
		padding-right: 8px;
	}}

.page .shell-custom-width {
	max-width: 1715px;
}

@media (max-width: 479px) {
	.container [class*='col'] {
		padding-left: 8px;
		padding-right: 8px;
	}}

.grid-element {
	padding: 12px 8px;
	font-weight: 400;
	letter-spacing: 0;
}

@media (max-width: 1199px) {
	.grid-element p {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}}

@media (min-width: 768px) {
	.container-fullwidth .grid-element {
		padding: 15px 10px;
	}}

@media (min-width: 992px) {
	.container-fullwidth .grid-element {
		padding: 25px 15px;
	}}

@media (min-width: 1200px) {
	.container-fullwidth .grid-element {
		padding: 30px 15px 30px 30px;
	}}

@media (min-width: 1400px) {
	.container-fullwidth .grid-element {
		padding: 40px 70px;
	}}

.grid-system-bordered .grid-system-row {
	border-bottom: 1px solid #f7f7f7;
}

.grid-system-bordered .grid-system-row:last-child {
	border-bottom: 0;
}

.grid-system-bordered .grid-element {
	padding-top: 15px;
	padding-bottom: 15px;
}

@media (min-width: 768px) {
	.grid-system-bordered .grid-element {
		padding-top: 25px;
		padding-bottom: 25px;
	}}

@media (min-width: 1200px) {
	.grid-system-bordered .grid-element {
		padding-top: 45px;
		padding-bottom: 45px;
	}}

.grid-system-outline .grid-system-row {
	border: 1px solid #f7f7f7;
	border-width: 1px 1px 0 1px;
}

.grid-system-outline .grid-system-row:last-child {
	border-bottom-width: 1px;
}

.grid-system-outline [class*='col']:not(:last-child) {
	margin-right: -1px;
}

.grid-system-outline [class*='col']:not(:last-child) .grid-element {
	border-right: 1px solid #f7f7f7;
}

.grid-system-outline [class*='col']:not(:first-child) .grid-element {
	border-left: 1px solid #f7f7f7;
}

* + .grid-system-row {
	margin-top: 45px;
}

.grid-system-row + .grid-system-row {
	margin-top: 0;
}

.range-custom-bordered [class*='cell'] {
	border-style: solid;
	border-color: #e8e8e8;
	border-width: 0;
}

.range-custom-bordered [class*='cell']:nth-child(n + 2) {
	border-width: 1px 0 0 0;
}

.range-custom-bordered .grid-element {
	position: relative;
}

.range-custom-bordered .grid-element:after {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	border-top: 1px solid #e8e8e8;
	width: 90%;
	opacity: 0;
}

@media (min-width: 480px) {
	.range-custom-bordered .cell-xs-6:nth-child(odd) {
		border-width: 0 1px 1px 0;
	}
	.range-custom-bordered .cell-xs-6:nth-child(even) {
		border-width: 0 0 1px 0;
	}}

@media (min-width: 768px) {
	.range-custom-bordered .grid-element:nth-child(n + 2) {
		border-width: 0;
	}
	.range-custom-bordered .grid-element:nth-child(n + 3):after {
		opacity: 1;
	}
	.range-custom-bordered .grid-element:nth-child(even) {
		border-left: 1px solid #e8e8e8;
	}
	.range-custom-bordered .cell-sm-3:first-child {
		border-width: 0 1px 0 0;
	}
	.range-custom-bordered .cell-sm-3:nth-child(n + 2) {
		border-width: 0 1px 0 0;
	}
	.range-custom-bordered .cell-sm-3:last-of-type {
		border-width: 0;
	}
	.range-custom-bordered .cell-sm-4:nth-child(n) {
		border-width: 0;
	}
	.range-custom-bordered .cell-sm-4:nth-child(n + 2) {
		border-width: 0 0 0 1px;
	}}

@media (min-width: 992px) {
	.range-custom-bordered .grid-element:nth-child(n + 2) {
		border-width: 0;
	}
	.range-custom-bordered .grid-element:nth-child(n + 2):after {
		opacity: 0;
	}
	.range-custom-bordered .grid-element:nth-child(n + 4):after {
		opacity: 1;
	}
	.range-custom-bordered .grid-element:nth-child(2), .range-custom-bordered .grid-element:nth-child(3), .range-custom-bordered .grid-element:nth-child(5), .range-custom-bordered .grid-element:nth-child(6) {
		border-left: 1px solid #e8e8e8;
	}}

.range-custom-bordered-small .cell-bordered {
	position: relative;
	z-index: 1;
}

.range-custom-bordered-small .cell-bordered:after {
	content: '';
	position: absolute;
	top: -15px;
	right: 7px;
	left: 7px;
	bottom: 0;
	z-index: -1;
	border-style: solid;
	border-color: #e8e8e8;
	border-width: 0;
	pointer-events: none;
}

.range-custom-bordered-small [class*='cell'] {
	margin-top: 0;
}

.range-custom-bordered-small [class*='cell'].cell-bordered:nth-child(n + 2):after {
	border-width: 1px 0 0 0;
}

@media (min-width: 480px) {
	.range-custom-bordered-small .cell-bordered:after {
		top: 0;
		left: 0;
		right: 0;
	}
	.range-custom-bordered-small .cell-bordered.cell-xs-6:nth-child(odd):after {
		border-width: 0 1px 1px 0;
	}
	.range-custom-bordered-small .cell-bordered.cell-xs-6:nth-child(even):after {
		border-width: 0 0 1px 0;
	}}

@media (min-width: 768px) {
	.range-custom-bordered-small .cell-bordered:after {
		height: 107px;
		top: 50%;
		bottom: auto;
		transform: translateY(-50%);
	}
	.range-custom-bordered-small .cell-bordered.cell-sm-3:first-child:after {
		border-width: 0 1px 0 1px;
	}
	.range-custom-bordered-small .cell-bordered.cell-sm-3:nth-child(n + 2):after {
		border-width: 0 1px 0 0;
	}
	.range-custom-bordered-small .cell-bordered.cell-sm-4:nth-child(n):after {
		border-width: 0;
	}
	.range-custom-bordered-small .cell-bordered.cell-sm-4:nth-child(n + 2):after {
		border-width: 0 0 0 1px;
	}}

@media (min-width: 1800px) {
	.range-custom-bordered-mod {
		padding-right: 40px;
	}}

.range-custom-bordered-mod-2 {
	margin: 0 -15px;
}

.range-custom-bordered-modern [class*='cell-'] + [class*='cell-'] .box-minimal {
	border-top: 1px solid #e8e8e8;
}

@media (min-width: 768px) {
	.range-custom-bordered-modern [class*='cell-']:nth-child(2) .box-minimal {
		border-top: 0;
	}
	.range-custom-bordered-modern [class*='cell-'] .box-minimal {
		margin-top: -15px;
		padding-left: 15px;
	}
	.range-custom-bordered-modern [class*='cell-']:nth-child(even) {
		border-left: 1px solid #e8e8e8;
	}}

@media (min-width: 992px) {
	.range-custom-bordered-modern {
		margin-left: -30px;
		margin-right: -30px;
	}
	.range-custom-bordered-modern [class*='cell-'] .box-minimal {
		padding-bottom: 25px;
	}
	.range-custom-bordered-modern .cell-md-4 {
		border-left: 1px solid #e8e8e8;
	}
	.range-custom-bordered-modern .cell-md-4:nth-child(3) .box-minimal {
		border-top: 0;
	}
	.range-custom-bordered-modern .cell-md-4:nth-child(1), .range-custom-bordered-modern .cell-md-4:nth-child(4) {
		border-left: 0;
	}}

.row.flickr {
	display: inline-block;
	margin-left: -5px;
	margin-right: -5px;
	width: 100%;
	max-width: 315px;
}

.row.flickr [class*='col'] {
	padding-left: 5px;
	padding-right: 5px;
}

* + .row.flickr {
	margin-top: 14px;
}

.text-block * {
	display: inline;
}

.text-block *:not(:last-child) {
	margin-right: .25em;
}

* + .text-block {
	margin-top: 18px;
}

@media (min-width: 768px) {
	* + .text-block {
		margin-top: 35px;
	}}

.box-minimal {
	text-align: center;
}

@media (min-width: 480px) {
	.box-minimal[class*='unit-'] {
		text-align: left;
	}}

.box-minimal .unit-left .box-minimal-icon {
	padding-top: 4px;
}

.box-minimal-icon {
	font-size: 40px;
	line-height: 50px;
	color: #434345;
}

.box-minimal-title {
	font-family: inherit;
	font-weight: 700;
	letter-spacing: 0;
	color: #151515;
	font-size: 20px;
	line-height: 1.35;
	letter-spacing: .075em;
	font-weight: 700;
}

@media (min-width: 768px) {
	.box-minimal-title {
		font-size: 24px;
		line-height: 1.16667;
	}}

.box-minimal-title.big {
	font-size: 18px;
}

.box-minimal-divider {
	width: 36px;
	height: 4px;
	margin-left: auto;
	margin-right: auto;
	background: #4b7a05;
}

.box-minimal-text {
	width: 100%;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

.box-minimal-modern {
	padding-top: 20px;
	padding-bottom: 20px;
}

@media (min-width: 768px) {
	.box-minimal-modern {
		padding-right: 15px;
		min-height: 183px;
	}}

@media (min-width: 1200px) {
	.box-minimal-modern {
		padding-top: 40px;
		padding-bottom: 40px;
	}}

.box-minimal-modern .box-minimal-icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 42px;
	will-change: transform;
}

.box-minimal-modern .box-minimal-icon:before, .box-minimal-modern .box-minimal-icon:after {
	content: "";
	display: inline-block;
	height: 0;
	width: 3px;
	background-color: #5db8af;
	transition: 350ms ease;
}

.box-minimal-modern .box-minimal-title a {
	color: #151515;
}

.box-minimal-modern .box-minimal-title a:hover {
	color: #5db8af;
}

.box-minimal-modern:hover .box-minimal-icon:before, .box-minimal-modern:hover .box-minimal-icon:after {
	height: 15px;
	margin-top: 8px;
	margin-bottom: 8px;
}

h5.box-minimal-title {
	font-size: 18px;
	font-weight: 900;
}

h5.box-minimal-title + .box-minimal-text {
	margin-top: 9px;
}

* + .box-minimal-title {
	margin-top: 10px;
}

* + .box-minimal-divider {
	margin-top: 10px;
}

* + .box-minimal-text {
	margin-top: 15px;
}

.counter-k:after {
	content: 'k';
}

.counter-plus:after {
	content: '+';
}

.counter-percent:after {
	content: '%';
	padding-left: 5px;
	font-family: inherit;
	font-weight: inherit;
	font-size: 24.25px;
	vertical-align: top;
}

.box-profile-text * + p {
	margin-top: 14px;
}

@media (min-width: 992px) {
	.box-profile-text * + p {
		margin-top: 19px;
	}}

.box-inset {
	padding: 30px;
	background: #f7f7f7;
	text-align: left;
}

@media (min-width: 768px) {
	.box-inset {
		padding: 60px 40px;
	}}

.box-triangle-body * + .range {
	margin-top: 15px;
}

.box-cta-control .btn {
	padding: 18px;
}

.box-icon-image img {
	width: 100%;
	height: auto;
	transition: 0.33s all ease-in;
	opacity: 1;
	transform: scale(1);
}

.box-icon-image img:hover {
	opacity: .9;
	transform: scale(1.05);
}

.box-icon-body a:hover {
	text-decoration: underline;
}

.box-line {
	position: relative;
	background: #f7f7f7;
	padding: 30px 20px 40px;
}

.box-line:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	background: #c0a184;
}

.box-line__mod-1 {
	overflow: hidden;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}

.box-line__mod-1:after {
	content: '';
	position: absolute;
	top: -20px;
	right: -30px;
	width: 90px;
	height: 50px;
	background-color: #fff;
	transform: rotate(40deg);
}

.box-line-success:before {
	background: #5db8af;
}

.box-line + * {
	margin-top: 35px;
}

.box-line + .box-line {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.box-line {
		padding: 40px;
	}
	.box-line + * {
		margin-top: 45px;
	}}

.box-form {
	position: relative;
	z-index: 10;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.11);
	background: #fff;
	padding: 30px 20px 45px;
}

.box-form .select2-container--bootstrap .select2-selection {
	background: #f7f7f7;
}

.box-form .btn {
	min-height: 50px;
}

.box-form-1 {
	margin-top: -30px;
}

@media (min-width: 768px) {
	.box-form-2 {
		padding: 50px;
	}}

@media (min-width: 1200px) {
	.box-form-1 {
		padding: 44px 100px 50px 74px;
	}}

.page .box-text h1, .page .box-text h2, .page .box-text h3, .page .box-text h4, .page .box-text h5, .page .box-text h6, .page .box-text .h1, .page .box-text .h2, .page .box-text .h3, .page .box-text .h4, .page .box-text .h5, .page .box-text .h6 {
	color: #d5d7e1;
}

.page .box-text > * + * {
	margin-top: 0;
}

.page .box-text .btn {
	min-width: 220px;
}

@media (min-width: 1200px) {
	.page .box-text h1,
	.page .box-text .h1 {
		font-size: 97px;
	}
	.page .box-text .h3,
	.page .box-text h3 {
		font-size: 36px;
	}}

.box-wrap {
	position: relative;
}

.box-wrap-content {
	padding: 30px 0;
	pointer-events: none;
	border-bottom: 1px solid #e8e8e8;
	text-align: center;
}

.box-wrap-content-interactive {
	pointer-events: auto;
}

@media (max-width: 767px) {
	.box-wrap .shell {
		max-width: 100%;
	}}

@media (min-width: 480px) {
	.box-wrap {
		border-bottom: 0;
	}
	.box-wrap .box-wrap-map {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		background: #f7f7f7;
	}
	.box-wrap .box-wrap-map .rd-google-map {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		width: 100%;
		height: 100%;
	}
	.box-wrap .box-wrap-content {
		position: relative;
		z-index: 2;
		padding: 72px 0;
		border: 0;
	}
	.box-wrap-content {
		text-align: right;
	}
	.box-wrap-content-interactive {
		display: inline-block;
	}}

.box-contacts address {
	max-width: 145px;
}

.box-contacts h4 {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.box-contacts * + h4,
.box-contacts * + .h4 {
	margin-top: 30px;
}

.box-contacts h4 + *,
.box-contacts .h4 + * {
	margin-top: 7px;
}

.box-tabs {
	padding: 50px 20px;
	text-align: center;
	background: #fff;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.11);
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.box-tabs .tabs-custom {
	max-width: 540px;
	margin-left: auto;
	margin-right: auto;
}

.box-tabs .tabs-custom .nav-tabs,
.box-tabs .tabs-custom .tab-content {
	text-align: center;
}

@media (min-width: 768px) {
	.box-tabs {
		padding: 70px 50px;
	}}

@media (min-width: 1800px) {
	.box-tabs {
		margin: -40px -30px;
	}}

.box-spacer {
	padding: 40px 20px;
	color: #151515;
}

.box-spacer .tabs-custom {
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1200px) {
	.box-spacer {
		padding: 100px 50px 50px;
	}}

.box-spacer-md {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px;
	background: #fff;
}

.box-spacer-md .box-spacer-title {
	font-family: inherit;
	font-weight: 700;
	letter-spacing: 0;
	color: #151515;
	font-size: 56px;
	line-height: 1;
	color: #5db8af;
}

@media (min-width: 768px) {
	.box-spacer-md {
		padding: 50px 65px;
	}
	.box-spacer-md .box-spacer-title {
		font-size: 56px;
	}}

@media (min-width: 1200px) {
	.box-spacer-md .box-spacer-title {
		font-size: 95px;
	}}

.box-item {
	max-width: 290px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.box-item-icon {
	font-size: 40px;
	color: #c0a184;
}

* + .box-item-title {
	margin-top: 14px;
}

* + .box-item-text {
	margin-top: 11px;
}

@media (min-width: 768px) {
	.box-item {
		padding: 0 0 10px;
	}}

@media (max-width: 767px) {
	.box-promo {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.box-promo-1 {
		max-width: 380px;
		margin-left: auto;
		margin-right: auto;
	}}

@media (min-width: 768px) {
	.box-promo {
		max-width: 220px;
		margin-left: auto;
		margin-right: auto;
	}}

@media (min-width: 768px) {
	.box-promo-1 {
		max-width: 240px;
	}
	.box-promo-1 .box-promo-header {
		text-align: right;
	}}

@media (min-width: 992px) {
	.box-promo-1 {
		max-width: 200px;
	}}

@media (min-width: 1200px) {
	.box-promo-1 {
		max-width: 290px;
	}}

.box-bordered {
	position: relative;
	margin-top: 38px;
	text-align: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 5px solid #f7f7f7;
	border-top: 0;
}

.box-bordered, .box-bordered-icon {
	background: #fff;
}

.box-bordered h3 {
	font-size: 30px;
}

.box-bordered h3 span + span {
	margin-left: .25em;
}

.box-bordered:before, .box-bordered:after {
	content: '';
	position: absolute;
	top: 0;
	border-top: 5px solid #f7f7f7;
}

.box-bordered:before {
	left: 0;
	right: calc(50% + 40px);
}

.box-bordered:after {
	left: calc(50% + 40px);
	right: 0;
}

.box-bordered * + p {
	margin-top: 10px;
}

.box-bordered-icon {
	position: absolute;
	top: -38px;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%);
	width: 87px;
	height: 87px;
	border-radius: 100%;
	line-height: 80px;
	color: #c0a184;
	font-size: 40px;
	border: 5px solid #f7f7f7;
}

.box-bordered-icon:before {
	position: relative;
	display: block;
	transition: .6s all ease;
}

.box-bordered-body {
	padding: 75px 20px 40px;
	max-width: 100%;
}

@media (min-width: 768px) {
	.box-bordered-body {
		padding: 60px 35px 40px;
	}}

@media (min-width: 992px) {
	.desktop .box-bordered {
		position: relative;
		transform: scale(1);
		-webkit-filter: blur(0);
		transition: .44s all ease;
		cursor: default;
	}
	.desktop .box-bordered:before, .desktop .box-bordered:after {
		transition: .3s all ease;
	}
	.desktop .box-bordered:hover {
		transform: scale(1.03);
	}}

@media (min-width: 1200px) {
	.box-bordered {
		margin: 0 10px;
	}
	.box-bordered-body {
		padding: 80px 65px 50px;
	}}

.box-contact-info {
	background-color: #f5f5f5;
	width: 100%;
}

.box-contact-item {
	padding: 40px 0;
}

.box-contact-item .unit-body {
	padding-top: 7px;
}

.box-contact-item > *:first-of-type {
	padding-left: 30px;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	color: #151515;
}

.box-contact-item + .box-contact-item {
	border-top: 1px solid #dddddd;
}

.box-bordered-variant-2 {
	position: relative;
	padding: 25px 15px;
	background-color: #fff;
	perspective: 1000px;
	overflow: hidden;
}

.box-bordered-variant-2 .box-minimal-divider {
	margin-top: 17px;
	margin-bottom: 20px;
	transition: 0.33s all ease-in;
}

.box-bordered-variant-2 .box-minimal-icon {
	transition: 0.33s all ease-in;
}

.box-bordered-variant-2:before {
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: 15px;
	right: 15px;
	content: "";
	display: inline-block;
	border: 1px solid #5db8af;
	transition: 0.33s all ease-in;
	transform: translate3d(0, 0, 150px);
	pointer-events: none;
}

@media (min-width: 768px) {
	.box-bordered-variant-2 {
		padding: 45px 50px;
	}
	.box-bordered-variant-2:hover:before {
		transform: translate3d(0, 0, 0);
	}
	.box-bordered-variant-2:hover .icon-primary {
		color: #5db8af;
	}
	.box-bordered-variant-2:hover .box-minimal-divider {
		width: 106px;
		background-color: #5db8af;
	}}

.pricing-carousel .owl-stage {
	padding: 20px 0;
}

.pricing-carousel-2 .owl-stage, .pricing-carousel-3 .owl-stage {
	padding: 20px 0;
}

@media (min-width: 992px) {
	.pricing-carousel .owl-stage {
		padding: 20px 30px;
	}
	.pricing-carousel .owl-stage > .owl-item:first-of-type > * {
		margin-right: -50px;
	}
	.pricing-carousel .owl-stage > .owl-item:last-of-type > * {
		margin-left: -50px;
	}
	.pricing-carousel .owl-stage, .pricing-carousel-3 .owl-stage {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.pricing-carousel-2 .owl-item + .owl-item {
		border-left: 1px solid #e8e8e8;
	}}

@media (min-width: 992px) {
	.owl-carousel[class*='pricing-'] .owl-controls {
		display: none;
	}}

.pricing-box-1 {
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px 15px;
	box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.2);
	background-color: #fff;
}

@media (min-width: 768px) {
	.pricing-box-1 {
		padding: 45px 25px 60px;
	}}

@media (min-width: 992px) {
	.pricing-box-1.active {
		position: relative;
		z-index: 2;
		padding: 75px 25px 85px;
	}}

.pricing-title {
	font-size: 24px;
	font-weight: 900;
	color: #151515;
}

.pricing-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	width: 133px;
	height: 133px;
	border: 6px solid #d1e1f7;
	background-color: #f8f9fb;
	border-radius: 50%;
}

* + .pricing-icon {
	margin-top: 20px;
}

.pricing-list li {
	padding: 2px;
}

.pricing-list li > *:first-of-type {
	color: #151515;
	font-weight: 700;
}

.pricing-list + .btn {
	margin-top: 30px;
}

.pricing-list-marked li {
	padding: 5px 2px;
	color: #151515;
}

.pricing-list-marked li:before {
	display: inline-block;
	min-width: 29px;
	padding-right: 10px;
	content: '\e005';
	font: 400 13px/24px "fl-flat-icons-set-2";
	color: #c0a184;
}

.pricing-list-marked__mod-1 li:nth-child(n + 2) {
	color: #4b4b4b;
}

.pricing-list-marked__mod-1 li:nth-child(n + 2):before {
	content: "\e007";
	color: #4b4b4b;
}

.pricing-list-marked__mod-2 li:nth-child(n + 4) {
	color: #4b4b4b;
}

.pricing-list-marked__mod-2 li:nth-child(n + 4):before {
	content: "\e007";
	color: #4b4b4b;
}

.price-wrap {
	font-size: 10px;
	letter-spacing: 0.1em;
	font-weight: 700;
	text-transform: uppercase;
}

.price-wrap .price {
	display: block;
	font-size: 36px;
	line-height: 1.1;
	font-weight: 700;
	color: #151515;
}

.price-wrap .price:before {
	content: "$";
}

.price-wrap + .btn {
	margin-top: 30px;
}

.pricing-label {
	position: relative;
	display: inline-block;
	padding: 2px 12px;
	background-color: #5db8af;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
}

@media (min-width: 480px) {
	.pricing-label:before {
		position: absolute;
		top: 0;
		right: -10px;
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 14px 0 14px 10px;
		border-color: transparent transparent transparent #5db8af;
		vertical-align: middle;
	}}

.pricing-title + .price-wrap {
	margin-top: 10px;
}

.pricing-box-3 .price-wrap span {
	display: inline-block;
	padding-left: 5px;
}

.pricing-box-3 .price-wrap span:after {
	content: 'mon';
	font-size: 16px;
	display: block;
}

.pricing-box-3 .price-wrap span,
.pricing-box-3 .price-wrap .price:before {
	font-size: 24px;
	line-height: 1;
	color: #151515;
	vertical-align: text-top;
}

@media (min-width: 1800px) {
	.box-bordered-variant-3-wrap [class*='cell-'] + [class*='cell-'] {
		position: relative;
	}
	.box-bordered-variant-3-wrap [class*='cell-'] + [class*='cell-']:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 100%;
		width: 45px;
		height: 1px;
		background-color: #e8e8e8;
		margin-right: -20px;
	}}

.box-bordered-variant-3 {
	padding: 25px 15px;
	border: 1px solid #e8e8e8;
}

@media (min-width: 992px) {
	.box-bordered-variant-3 {
		max-width: 330px;
		margin-left: auto;
		margin-right: auto;
		padding: 55px 25px 70px;
	}}

.feature-box {
	background-color: #fff;
	padding: 25px 20px;
	color: #151515;
}

.feature-box h5 {
	line-height: 1.2;
}

@media (min-width: 768px) {
	.feature-box {
		min-height: 235px;
		padding: 37px 40px 45px;
		transition: 450ms ease-in-out;
	}
	.feature-box .unit {
		min-height: 85px;
	}
	.feature-box:hover {
		box-shadow: 0 9px 13px rgba(0, 0, 0, 0.13);
		transform: translateY(-10px);
	}}

.coming-soon-feature-item {
	display: inline-block;
	padding: 2px 5px;
	position: relative;
	z-index: 1;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.025em;
	color: #fff;
	background-color: #5c8eb2;
}

.coming-soon-feature-item:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -5px;
	left: 25px;
	content: '';
	transform: skewX(-25deg);
	background-color: #5c8eb2;
	z-index: -1;
}

.context-dark, .bg-gray-dark, .bg-primary, .bg-secondary-3, .bg-blue-marguerite, .bg-secondary-6, .one-screen-page {
	color: #fff;
}

.context-dark h1, .bg-gray-dark h1, .bg-primary h1, .bg-secondary-3 h1, .bg-blue-marguerite h1, .bg-secondary-6 h1, .one-screen-page h1, .context-dark h2, .bg-gray-dark h2, .bg-primary h2, .bg-secondary-3 h2, .bg-blue-marguerite h2, .bg-secondary-6 h2, .one-screen-page h2, .context-dark h3, .bg-gray-dark h3, .bg-primary h3, .bg-secondary-3 h3, .bg-blue-marguerite h3, .bg-secondary-6 h3, .one-screen-page h3, .context-dark h4, .bg-gray-dark h4, .bg-primary h4, .bg-secondary-3 h4, .bg-blue-marguerite h4, .bg-secondary-6 h4, .one-screen-page h4, .context-dark h5, .bg-gray-dark h5, .bg-primary h5, .bg-secondary-3 h5, .bg-blue-marguerite h5, .bg-secondary-6 h5, .one-screen-page h5, .context-dark h6, .bg-gray-dark h6, .bg-primary h6, .bg-secondary-3 h6, .bg-blue-marguerite h6, .bg-secondary-6 h6, .one-screen-page h6, .context-dark .h1, .bg-gray-dark .h1, .bg-primary .h1, .bg-secondary-3 .h1, .bg-blue-marguerite .h1, .bg-secondary-6 .h1, .one-screen-page .h1, .context-dark .h2, .bg-gray-dark .h2, .bg-primary .h2, .bg-secondary-3 .h2, .bg-blue-marguerite .h2, .bg-secondary-6 .h2, .one-screen-page .h2, .context-dark .h3, .bg-gray-dark .h3, .bg-primary .h3, .bg-secondary-3 .h3, .bg-blue-marguerite .h3, .bg-secondary-6 .h3, .one-screen-page .h3, .context-dark .h4, .bg-gray-dark .h4, .bg-primary .h4, .bg-secondary-3 .h4, .bg-blue-marguerite .h4, .bg-secondary-6 .h4, .one-screen-page .h4, .context-dark .h5, .bg-gray-dark .h5, .bg-primary .h5, .bg-secondary-3 .h5, .bg-blue-marguerite .h5, .bg-secondary-6 .h5, .one-screen-page .h5, .context-dark .h6, .bg-gray-dark .h6, .bg-primary .h6, .bg-secondary-3 .h6, .bg-blue-marguerite .h6, .bg-secondary-6 .h6, .one-screen-page .h6, .context-dark .h3-alternate, .bg-gray-dark .h3-alternate, .bg-primary .h3-alternate, .bg-secondary-3 .h3-alternate, .bg-blue-marguerite .h3-alternate, .bg-secondary-6 .h3-alternate, .one-screen-page .h3-alternate, .context-dark .h4-alternate, .bg-gray-dark .h4-alternate, .bg-primary .h4-alternate, .bg-secondary-3 .h4-alternate, .bg-blue-marguerite .h4-alternate, .bg-secondary-6 .h4-alternate, .one-screen-page .h4-alternate {
	color: #fff;
}

.context-dark .rd-mailform .form-control, .bg-gray-dark .rd-mailform .form-control, .bg-primary .rd-mailform .form-control, .bg-secondary-3 .rd-mailform .form-control, .bg-blue-marguerite .rd-mailform .form-control, .bg-secondary-6 .rd-mailform .form-control, .one-screen-page .rd-mailform .form-control {
	background: rgba(255, 255, 255, 0.47);
}

.context-dark .rd-mailform .form-control, .bg-gray-dark .rd-mailform .form-control, .bg-primary .rd-mailform .form-control, .bg-secondary-3 .rd-mailform .form-control, .bg-blue-marguerite .rd-mailform .form-control, .bg-secondary-6 .rd-mailform .form-control, .one-screen-page .rd-mailform .form-control, .context-dark .rd-mailform .form-label, .bg-gray-dark .rd-mailform .form-label, .bg-primary .rd-mailform .form-label, .bg-secondary-3 .rd-mailform .form-label, .bg-blue-marguerite .rd-mailform .form-label, .bg-secondary-6 .rd-mailform .form-label, .one-screen-page .rd-mailform .form-label, .context-dark .rd-mailform .form-label-outside, .bg-gray-dark .rd-mailform .form-label-outside, .bg-primary .rd-mailform .form-label-outside, .bg-secondary-3 .rd-mailform .form-label-outside, .bg-blue-marguerite .rd-mailform .form-label-outside, .bg-secondary-6 .rd-mailform .form-label-outside, .one-screen-page .rd-mailform .form-label-outside, .context-dark .rd-mailform .form-validation, .bg-gray-dark .rd-mailform .form-validation, .bg-primary .rd-mailform .form-validation, .bg-secondary-3 .rd-mailform .form-validation, .bg-blue-marguerite .rd-mailform .form-validation, .bg-secondary-6 .rd-mailform .form-validation, .one-screen-page .rd-mailform .form-validation {
	color: #fff;
}

.context-dark .counter-box, .bg-gray-dark .counter-box, .bg-primary .counter-box, .bg-secondary-3 .counter-box, .bg-blue-marguerite .counter-box, .bg-secondary-6 .counter-box, .one-screen-page .counter-box, .context-dark .counter-box .counter-box-header, .bg-gray-dark .counter-box .counter-box-header, .bg-primary .counter-box .counter-box-header, .bg-secondary-3 .counter-box .counter-box-header, .bg-blue-marguerite .counter-box .counter-box-header, .bg-secondary-6 .counter-box .counter-box-header, .one-screen-page .counter-box .counter-box-header {
	color: #fff;
}

.context-dark .counter-box-bold .counter, .bg-gray-dark .counter-box-bold .counter, .bg-primary .counter-box-bold .counter, .bg-secondary-3 .counter-box-bold .counter, .bg-blue-marguerite .counter-box-bold .counter, .bg-secondary-6 .counter-box-bold .counter, .one-screen-page .counter-box-bold .counter, .context-dark .counter-box-bold .counter-box-header, .bg-gray-dark .counter-box-bold .counter-box-header, .bg-primary .counter-box-bold .counter-box-header, .bg-secondary-3 .counter-box-bold .counter-box-header, .bg-blue-marguerite .counter-box-bold .counter-box-header, .bg-secondary-6 .counter-box-bold .counter-box-header, .one-screen-page .counter-box-bold .counter-box-header {
	color: #fff;
}

.context-dark .counter-box-bold .counter, .bg-gray-dark .counter-box-bold .counter, .bg-primary .counter-box-bold .counter, .bg-secondary-3 .counter-box-bold .counter, .bg-blue-marguerite .counter-box-bold .counter, .bg-secondary-6 .counter-box-bold .counter, .one-screen-page .counter-box-bold .counter {
	color: #718195;
}

.context-dark .counter-box-minimal .counter, .bg-gray-dark .counter-box-minimal .counter, .bg-primary .counter-box-minimal .counter, .bg-secondary-3 .counter-box-minimal .counter, .bg-blue-marguerite .counter-box-minimal .counter, .bg-secondary-6 .counter-box-minimal .counter, .one-screen-page .counter-box-minimal .counter, .context-dark .counter-box-minimal .counter-box-title, .bg-gray-dark .counter-box-minimal .counter-box-title, .bg-primary .counter-box-minimal .counter-box-title, .bg-secondary-3 .counter-box-minimal .counter-box-title, .bg-blue-marguerite .counter-box-minimal .counter-box-title, .bg-secondary-6 .counter-box-minimal .counter-box-title, .one-screen-page .counter-box-minimal .counter-box-title {
	color: #fff;
}

.context-dark .quote-circle cite, .bg-gray-dark .quote-circle cite, .bg-primary .quote-circle cite, .bg-secondary-3 .quote-circle cite, .bg-blue-marguerite .quote-circle cite, .bg-secondary-6 .quote-circle cite, .one-screen-page .quote-circle cite, .context-dark .quote-circle .quote-text, .bg-gray-dark .quote-circle .quote-text, .bg-primary .quote-circle .quote-text, .bg-secondary-3 .quote-circle .quote-text, .bg-blue-marguerite .quote-circle .quote-text, .bg-secondary-6 .quote-circle .quote-text, .one-screen-page .quote-circle .quote-text, .context-dark .quote-circle .quote-boxed-meta, .bg-gray-dark .quote-circle .quote-boxed-meta, .bg-primary .quote-circle .quote-boxed-meta, .bg-secondary-3 .quote-circle .quote-boxed-meta, .bg-blue-marguerite .quote-circle .quote-boxed-meta, .bg-secondary-6 .quote-circle .quote-boxed-meta, .one-screen-page .quote-circle .quote-boxed-meta {
	color: #fff;
}

.context-dark .list-nav-marked > li, .bg-gray-dark .list-nav-marked > li, .bg-primary .list-nav-marked > li, .bg-secondary-3 .list-nav-marked > li, .bg-blue-marguerite .list-nav-marked > li, .bg-secondary-6 .list-nav-marked > li, .one-screen-page .list-nav-marked > li {
	color: #fff;
}

.context-dark .terms-list-inline dt:after, .bg-gray-dark .terms-list-inline dt:after, .bg-primary .terms-list-inline dt:after, .bg-secondary-3 .terms-list-inline dt:after, .bg-blue-marguerite .terms-list-inline dt:after, .bg-secondary-6 .terms-list-inline dt:after, .one-screen-page .terms-list-inline dt:after, .context-dark .terms-list-inline dd, .bg-gray-dark .terms-list-inline dd, .bg-primary .terms-list-inline dd, .bg-secondary-3 .terms-list-inline dd, .bg-blue-marguerite .terms-list-inline dd, .bg-secondary-6 .terms-list-inline dd, .one-screen-page .terms-list-inline dd {
	color: #90959e;
}

.context-dark .link, .bg-gray-dark .link, .bg-primary .link, .bg-secondary-3 .link, .bg-blue-marguerite .link, .bg-secondary-6 .link, .one-screen-page .link, .context-dark .link:active, .bg-gray-dark .link:active, .bg-primary .link:active, .bg-secondary-3 .link:active, .bg-blue-marguerite .link:active, .bg-secondary-6 .link:active, .one-screen-page .link:active, .context-dark .link:focus, .bg-gray-dark .link:focus, .bg-primary .link:focus, .bg-secondary-3 .link:focus, .bg-blue-marguerite .link:focus, .bg-secondary-6 .link:focus, .one-screen-page .link:focus {
	color: inherit;
}

.context-dark .link:hover, .bg-gray-dark .link:hover, .bg-primary .link:hover, .bg-secondary-3 .link:hover, .bg-blue-marguerite .link:hover, .bg-secondary-6 .link:hover, .one-screen-page .link:hover {
	color: #c0a184;
}

.context-dark .owl-carousel .owl-prev:hover, .bg-gray-dark .owl-carousel .owl-prev:hover, .bg-primary .owl-carousel .owl-prev:hover, .bg-secondary-3 .owl-carousel .owl-prev:hover, .bg-blue-marguerite .owl-carousel .owl-prev:hover, .bg-secondary-6 .owl-carousel .owl-prev:hover, .one-screen-page .owl-carousel .owl-prev:hover, .context-dark .owl-carousel .owl-next:hover, .bg-gray-dark .owl-carousel .owl-next:hover, .bg-primary .owl-carousel .owl-next:hover, .bg-secondary-3 .owl-carousel .owl-next:hover, .bg-blue-marguerite .owl-carousel .owl-next:hover, .bg-secondary-6 .owl-carousel .owl-next:hover, .one-screen-page .owl-carousel .owl-next:hover {
	opacity: .5;
}

.context-dark .owl-carousel .owl-prev, .bg-gray-dark .owl-carousel .owl-prev, .bg-primary .owl-carousel .owl-prev, .bg-secondary-3 .owl-carousel .owl-prev, .bg-blue-marguerite .owl-carousel .owl-prev, .bg-secondary-6 .owl-carousel .owl-prev, .one-screen-page .owl-carousel .owl-prev, .context-dark .owl-carousel .owl-prev:hover, .bg-gray-dark .owl-carousel .owl-prev:hover, .bg-primary .owl-carousel .owl-prev:hover, .bg-secondary-3 .owl-carousel .owl-prev:hover, .bg-blue-marguerite .owl-carousel .owl-prev:hover, .bg-secondary-6 .owl-carousel .owl-prev:hover, .one-screen-page .owl-carousel .owl-prev:hover {
	border-color: transparent transparent #fff #fff;
}

.context-dark .owl-carousel .owl-next, .bg-gray-dark .owl-carousel .owl-next, .bg-primary .owl-carousel .owl-next, .bg-secondary-3 .owl-carousel .owl-next, .bg-blue-marguerite .owl-carousel .owl-next, .bg-secondary-6 .owl-carousel .owl-next, .one-screen-page .owl-carousel .owl-next, .context-dark .owl-carousel .owl-next:hover, .bg-gray-dark .owl-carousel .owl-next:hover, .bg-primary .owl-carousel .owl-next:hover, .bg-secondary-3 .owl-carousel .owl-next:hover, .bg-blue-marguerite .owl-carousel .owl-next:hover, .bg-secondary-6 .owl-carousel .owl-next:hover, .one-screen-page .owl-carousel .owl-next:hover {
	border-color: #fff #fff transparent transparent;
}

.context-dark .owl-carousel .owl-dot, .bg-gray-dark .owl-carousel .owl-dot, .bg-primary .owl-carousel .owl-dot, .bg-secondary-3 .owl-carousel .owl-dot, .bg-blue-marguerite .owl-carousel .owl-dot, .bg-secondary-6 .owl-carousel .owl-dot, .one-screen-page .owl-carousel .owl-dot {
	background: #fff;
}

.context-dark .owl-carousel .owl-dot.active, .bg-gray-dark .owl-carousel .owl-dot.active, .bg-primary .owl-carousel .owl-dot.active, .bg-secondary-3 .owl-carousel .owl-dot.active, .bg-blue-marguerite .owl-carousel .owl-dot.active, .bg-secondary-6 .owl-carousel .owl-dot.active, .one-screen-page .owl-carousel .owl-dot.active {
	background: #c0a184;
}

.context-dark .rd-mailform .select2-container--bootstrap .select2-selection, .bg-gray-dark .rd-mailform .select2-container--bootstrap .select2-selection, .bg-primary .rd-mailform .select2-container--bootstrap .select2-selection, .bg-secondary-3 .rd-mailform .select2-container--bootstrap .select2-selection, .bg-blue-marguerite .rd-mailform .select2-container--bootstrap .select2-selection, .bg-secondary-6 .rd-mailform .select2-container--bootstrap .select2-selection, .one-screen-page .rd-mailform .select2-container--bootstrap .select2-selection {
	color: #151515;
	background: #fff;
}

.context-dark .rd-mailform .select2-container .select2-selection--single .select2-selection__rendered, .bg-gray-dark .rd-mailform .select2-container .select2-selection--single .select2-selection__rendered, .bg-primary .rd-mailform .select2-container .select2-selection--single .select2-selection__rendered, .bg-secondary-3 .rd-mailform .select2-container .select2-selection--single .select2-selection__rendered, .bg-blue-marguerite .rd-mailform .select2-container .select2-selection--single .select2-selection__rendered, .bg-secondary-6 .rd-mailform .select2-container .select2-selection--single .select2-selection__rendered, .one-screen-page .rd-mailform .select2-container .select2-selection--single .select2-selection__rendered {
	color: #151515;
}

.context-dark .terms-list-uppercase dd, .bg-gray-dark .terms-list-uppercase dd, .bg-primary .terms-list-uppercase dd, .bg-secondary-3 .terms-list-uppercase dd, .bg-blue-marguerite .terms-list-uppercase dd, .bg-secondary-6 .terms-list-uppercase dd, .one-screen-page .terms-list-uppercase dd {
	color: #fff;
}

.context-dark .range-custom-bordered-small .cell-bordered:after, .bg-gray-dark .range-custom-bordered-small .cell-bordered:after, .bg-primary .range-custom-bordered-small .cell-bordered:after, .bg-secondary-3 .range-custom-bordered-small .cell-bordered:after, .bg-blue-marguerite .range-custom-bordered-small .cell-bordered:after, .bg-secondary-6 .range-custom-bordered-small .cell-bordered:after, .one-screen-page .range-custom-bordered-small .cell-bordered:after {
	border-color: rgba(255, 255, 255, 0.22);
}

.context-light {
	color: #4b4b4b;
}

.context-light h1, .context-light h2, .context-light h3, .context-light h4, .context-light h5, .context-light h6, .context-light .h1, .context-light .h2, .context-light .h3, .context-light .h4, .context-light .h5, .context-light .h6 {
	color: #151515;
}

.bg-white {
	background-color: #fff;
}

.bg-white + .bg-white {
	padding-top: 0;
}

.bg-white .bg-decoration > svg {
	fill: #fff;
}

.bg-gray-dark {
	background-color: #474c58;
}

.bg-gray-dark + .bg-gray-dark {
	padding-top: 0;
}

.bg-gray-dark .bg-decoration > svg {
	fill: #474c58;
}

.bg-gray-dark:not(.bg-image) .rd-mailform .form-control {
	background: #5d6371;
}

.bg-primary {
	background-color: #c0a184;
}

.bg-primary + .bg-primary {
	padding-top: 0;
}

.bg-primary .bg-decoration > svg {
	fill: #c0a184;
}

.bg-primary .range-custom-bordered [class*='cell'] {
	border-color: #848e9c;
}

.bg-secondary-3 {
	background-color: #1f2746;
}

.bg-secondary-3 + .bg-secondary-3 {
	padding-top: 0;
}

.bg-secondary-3 .bg-decoration > svg {
	fill: #1f2746;
}

.bg-secondary-3 .range-custom-bordered [class*='cell'] {
	border-color: #848e9c;
}

.bg-secondary-3 .height-fill {
	border-color: rgba(255, 255, 255, 0.11);
}

.bg-gray-light {
	background-color: #f7f7f7;
}

.bg-gray-light + .bg-gray-light {
	padding-top: 0;
}

.bg-gray-light .bg-decoration > svg {
	fill: #f7f7f7;
}

.bg-gray-light .progress-variant-primary .progress {
	background: #fff;
}

.bg-gray-light .divider-light {
	background: #d5d5d5;
}

.bg-gray-light .thumbnail-variant-2,
.bg-gray-light hr {
	border-color: #d5d5d5;
}

.bg-gray-light .post-boxed {
	background: #fff;
}

.bg-gray-light .thumbnail-boxed {
	background: #fff;
}

.bg-gray-light .box-inset {
	background: #fff;
}

.bg-gray-light .box-line {
	background: #fff;
}

.bg-gray-light .box-cta {
	background: #fff;
}

.bg-gray-light .box-line {
	background: #fff;
}

.bg-gray-light .form-control {
	background: #fff;
}

.bg-gray-light .comment .form-control {
	border: 2px solid #e8e8e8;
}

.bg-gray-light .form-label {
	color: #151515;
	font-size: 18px;
}

.bg-gray-light .search-form-classic .rd-search-submit:before {
	color: #151515;
}

.bg-gray-light .search-form-classic .rd-search-submit:hover:before {
	color: #4b4b4b;
}

.bg-blue-marguerite {
	background-color: #8673c7;
}

.bg-blue-marguerite + .bg-blue-marguerite {
	padding-top: 0;
}

.bg-blue-marguerite .bg-decoration > svg {
	fill: #8673c7;
}

.bg-blue-marguerite.range-custom-bordered [class*='cell'],
.bg-blue-marguerite .range-custom-bordered [class*='cell'] {
	border-color: #9b8ad3;
}

.bg-secondary-6 {
	background-color: #233a58;
	background-color: #233a58;
}

.bg-secondary-6 + .bg-secondary-6 {
	padding-top: 0;
}

.bg-secondary-6 .bg-decoration > svg {
	fill: #233a58;
}

.bg-aside-left {
	position: relative;
	z-index: 0;
}

.bg-aside-left:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	background: inherit;
	width: 100vw;
}

.bg-image {
	background-size: cover;
	background-position: center 55%;
	background-repeat: no-repeat;
}

.bg-image form[data-form-type='subscribe'] .btn-primary, .bg-image form[data-form-type='subscribe'] .btn-primary:active, .bg-image form[data-form-type='subscribe'] .btn-primary:focus {
	color: #151515;
	background: #fff;
	border-color: #fff;
}

.bg-image form[data-form-type='subscribe'] .btn-primary:hover {
	color: #fff;
	background: #c0a184;
}
	
@media (min-width: 992px) {
	.desktop .bg-fixed {
		background-attachment: fixed;
	}}

.bg-decorated {
	position: relative;
	z-index: 10;
}

.bg-decoration {
	position: absolute;
	left: 0;
	right: 0;
	font-size: 0;
	line-height: 0;
}

.bg-decoration-top {
	top: 1px;
	transform: translateY(-100%);
}

.bg-decoration-bottom {
	bottom: 1px;
	transform: translateY(100%);
}

.bg-decoration svg {
	min-width: 1000px;
	width: 100%;
	fill: #fff;
}

.page-title {
	position: relative;
	z-index: 1;
	padding: 40px 15px;
	text-align: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-color: #1b181d;
	background-image: url(../images/bg-image-1.jpg);
}

@media (min-width: 768px) {
	.page-title {
		padding: 60px 15px;
	}}

@media (min-width: 992px) {
	.desktop .page-title {
		padding: 220px 15px 60px;
	}}

@media (min-width: 1200px) {
	.page-title {
		padding: 250px 15px 85px;
	}}

.pre-footer-default {
	padding: 50px 0;
	background: #fff;
}

.pre-footer-default h4 {
	font-weight: 700;
}

.bg-white + .pre-footer-default {
	border-top: 1px solid #e8e8e8;
}

.page-footer-default {
	position: relative;
	overflow: hidden;
	color: #90959e;
	background: #474c58;
	padding: 30px 0;
}

.page-footer-default a, .page-footer-default a:active, .page-footer-default a:focus {
	color: inherit;
}

.page-footer-default a:hover {
	color: #fff;
}

@media (max-width: 767px) {
	.pre-footer-default {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}}

@media (min-width: 992px) {
	.pre-footer-header {
		margin-top: 10px;
	}
	.page-footer-default {
		padding: 10px 0;
	}}

.pre-footer-minimal h4 + *,
.pre-footer-minimal .h4 + * {
	margin-top: 16px;
}

.pre-footer-minimal-inner {
	padding: 37px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.pre-footer-minimal,
	.page-footer-minimal {
		font-size: 13px;
	}
	.pre-footer-minimal [class*='list'] li,
	.page-footer-minimal [class*='list'] li {
		font-size: 12px;
	}}

.page-footer-minimal a, .page-footer-minimal a:active, .page-footer-minimal a:focus {
	color: inherit;
}

.page-footer-minimal a:hover {
	color: #fff;
}

.page-footer-corporate a, .page-footer-corporate a:active, .page-footer-corporate a:focus {
	color: inherit;
}

.page-footer-corporate a:hover {
	color: #fff;
}

.page-footer-corporate h3,
.page-footer-corporate .h3 {
	text-transform: none;
}

.one-screen-page header {
	padding: calc(1em + 3vh) 0 calc(1em + 1.5vh);
}

.one-screen-page footer {
	padding: calc(1em + 1.5vh) 0 calc(1em + 3vh);
}

.one-screen-page .rights a, .one-screen-page .rights a:active, .one-screen-page .rights a:focus {
	color: #fff;
}

.one-screen-page .rights a:hover {
	color: #d5d5d5;
}

.main-header-layout {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 34px 15px 10px;
	background-color: #f7f7f7;
}

.main-header-layout .rd-navbar-brand {
	position: relative;
	z-index: 2;
}

.main-header-layout:after {
	content: '';
	position: absolute;
	left: 50%;
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: translateX(-50%) scale(1, 0.5);
	-ms-transform: translateX(-50%) scale(1, 0.5);
	transform: translateX(-50%) scale(1, 0.5);
	bottom: -22px;
	height: 0;
	width: 350px;
	border-top: 310px solid #f7f7f7;
	border-left: 90px solid transparent;
	border-right: 90px solid transparent;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul li,
ol li {
	display: block;
}

dl {
	margin: 0;
}

dt {
	font-weight: inherit;
}

.list-0 {
	line-height: 1.25;
}

.list-0 > li + li {
	margin-top: 0;
}

.list > li + li {
	margin-top: 5px;
}

.list-xxs li {
	line-height: 1;
}

.list-xxs a {
	line-height: 1.2;
}

.list-xxs > li + li {
	margin-top: 6px;
}

.list-md > li + li {
	margin-top: 25px;
}

.list-xl > li + li {
	margin-top: 40px;
}

@media (min-width: 1200px) {
	.list-xl > li + li {
		margin-top: 90px;
	}}

.inline-list-xxs {
	position: relative;
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
	margin-bottom: -8px;
	margin-left: -3px;
	margin-right: -3px;
}

.inline-list-xxs > * {
	margin-top: 8px;
	padding-left: 3px;
	padding-right: 3px;
}

.inline-list-xxs > * {
	display: inline-block;
}

.inline-list-xs {
	position: relative;
	-webkit-transform: translateY(-18px);
	transform: translateY(-18px);
	margin-bottom: -18px;
	margin-left: -8px;
	margin-right: -8px;
}

.inline-list-xs > * {
	margin-top: 18px;
	padding-left: 8px;
	padding-right: 8px;
}

.inline-list-xs > * {
	display: inline-block;
}

.inline-list-sm {
	position: relative;
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
	margin-bottom: -8px;
	margin-left: -10px;
	margin-right: -10px;
}

.inline-list-sm > * {
	margin-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

.inline-list-sm > * {
	display: inline-block;
}

.inline-list-md {
	position: relative;
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
	margin-bottom: -8px;
	margin-left: -13px;
	margin-right: -13px;
}

.inline-list-md > * {
	margin-top: 8px;
	padding-left: 13px;
	padding-right: 13px;
}

.inline-list-md > * {
	display: inline-block;
}

.inline-list-lg {
	position: relative;
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
	margin-bottom: -8px;
	margin-left: -16px;
	margin-right: -16px;
}

.inline-list-lg > * {
	margin-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
}

.inline-list-lg > * {
	display: inline-block;
}

.terms-list {
	text-align: left;
}

.terms-list dt {
	font-family: inherit;
	font-weight: 700;
	letter-spacing: 0;
	color: #151515;
	font-size: 20px;
	line-height: 1.35;
	letter-spacing: .075em;
}

@media (min-width: 768px) {
	.terms-list dt {
		font-size: 24px;
		line-height: 1.16667;
	}}

.terms-list dt + dd {
	margin-top: 10px;
}

.terms-list dd + dt {
	margin-top: 30px;
}

@media (min-width: 1200px) {
	.terms-list dd + dt {
		margin-top: 50px;
	}}

.terms-list-inline {
	vertical-align: middle;
}

.terms-list-inline dt,
.terms-list-inline dd {
	display: inline-block;
	vertical-align: middle;
}

.terms-list-inline dt:after {
	content: ':';
}

.terms-list-uppercase {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.terms-list-uppercase dt,
.terms-list-uppercase dd {
	display: inline-block;
}

.terms-list-uppercase dt {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #90959e;
	min-width: 100px;
}

.terms-list-uppercase dd {
	color: #000;
}

@media (min-width: 768px) {
	.terms-list-uppercase dt {
		min-width: 160px;
	}}

* + .terms-list-uppercase {
	margin-top: 35px;
}

.terms-list-uppercase + .terms-list-uppercase {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.terms-list-uppercase dt {
		font-size: 18px;
	}
	.terms-list-uppercase-2 dt {
		font-size: 13px;
		font-weight: 700;
	}
	.terms-list-uppercase + .terms-list-uppercase {
		margin-top: 18px;
	}}

.index-list {
	counter-reset: li;
}

.index-list > li .list-index-counter:before {
	content: counter(li, decimal-leading-zero);
	counter-increment: li;
}

.marked-list > li {
	position: relative;
	padding-left: 25px;
	font: 400 14px/24px "Lato", Helvetica, Arial, sans-serif;
	color: #151515;
	text-align: left;
}

.marked-list > li:before {
	position: absolute;
	top: -1px;
	left: 0;
	content: '\f105';
	font: 400 16px/24px "FontAwesome";
	color: #b7b7b7;
}

.marked-list > li a, .marked-list > li a:active, .marked-list > li a:focus {
	color: inherit;
}

.marked-list > li a:hover {
	color: #c0a184;
}

.marked-list > li + li {
	margin-top: 10px;
}

.marked-list__marker-1 > li:before {
	color: #5db8af;
	content: '\e005';
	font: 400 13px/24px "fl-flat-icons-set-2";
}

.marked-list-gray-darker > li {
	color: #474c58;
}

.ordered-list {
	counter-reset: li;
}

.ordered-list li {
	position: relative;
	padding-left: 25px;
	font: 400 14px/24px "Lato", Helvetica, Arial, sans-serif;
	color: #151515;
}

.ordered-list li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 15px;
	content: counter(li, decimal) ".";
	counter-increment: li;
	color: #b7b7b7;
}

.ordered-list li + li {
	margin-top: 10px;
}

.list-bold > li {
	font: 700 16px "Lato", Helvetica, Arial, sans-serif;
	color: #2b2c2f;
}

.list-bold > li > a, .list-bold > li > a:active, .list-bold > li > a:focus {
	color: inherit;
}

.list-bold > li > a:hover {
	color: #c0a184;
}

.list-bold > li + li {
	margin-top: 15px;
}

@media (min-width: 768px) {
	.list-bold > li {
		font-size: 18px;
	}
	.list-bold > li + li {
		margin-top: 15px;
	}}

.list-nav {
	position: relative;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	margin-bottom: -5px;
	margin-left: -10px;
	margin-right: -10px;
}

.list-nav > * {
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

@media (max-width: 767px) {
	.list-nav {
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
	}}

.list-nav li {
	display: inline-block;
}

.list-nav a, .list-nav a:active, .list-nav a:focus {
	color: inherit;
}

.list-nav a:hover {
	color: #fff;
}

.list-nav li.active {
	pointer-events: none;
	color: #fff;
}

@media (min-width: 768px) {
	.list-nav {
		position: relative;
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
		margin-bottom: -5px;
		margin-left: -19px;
		margin-right: -19px;
	}
	.list-nav > * {
		margin-top: 5px;
		padding-left: 19px;
		padding-right: 19px;
	}}

.list-nav-marked {
	text-align: left;
}

.list-nav-marked > li {
	position: relative;
	padding-left: 15px;
	font-size: 14px;
	color: #4b4b4b;
}

.list-nav-marked > li:before {
	content: '\f105';
	font-family: "FontAwesome";
	position: absolute;
	top: 1px;
	left: 0;
	font-size: 16px;
	line-height: 20px;
	color: #c0a184;
	transition: .22s;
}

.list-nav-marked > li a, .list-nav-marked > li a:active, .list-nav-marked > li a:focus {
	color: inherit;
}

.list-nav-marked > li a:hover {
	color: #c0a184;
}

.list-nav-marked > li:hover:before {
	left: 5px;
}

.list-bars li {
	display: block;
}

.list-bars > li + li {
	margin-top: 25px;
}

.list-tags {
	position: relative;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	margin-bottom: -10px;
	margin-left: -4px;
	margin-right: -4px;
}

.list-tags > * {
	margin-top: 10px;
	padding-left: 4px;
	padding-right: 4px;
}

.list-tags > li {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
}

.list-tags a {
	display: inline-block;
	padding: 10px 12px;
	color: #4b4b4b;
	background: transparent;
	border: 1px solid #ededed;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.list-tags a:hover {
	background-color: #c0a184;
	color: #fff;
}

.icon {
	display: inline-block;
	text-align: center;
}

.icon:before {
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.page .icon-default {
	color: #4b4b4b;
}

.page .icon-success {
	color: #5db8af;
}

.page .icon-gray {
	color: #4b4b4b;
}

.page .icon-gray-darker {
	color: #151515;
}

.page .icon-primary {
	color: #4b7a05;
}

.page .icon-secondary {
	color: #ffd400;
}

.page .icon-white {
	color: #fff;
}

.page .icon-gray-6 {
	color: #a9b8c1;
}

.page .icon-mine-shaft {
	color: #434345;
}

.page .icon-mako {
	color: #5d6371;
}

.page .icon-mako.icon-circle {
	background-color: #5d6371;
	color: #fff;
}

.page a.icon-white:hover,
.page a.icon-gray:hover,
.page a.icon-gray-darker:hover,
.page a.icon-gray-6:hover,
.page a.icon-mako:hover,
.page a.icon-mine-shaft:hover {
	color: #5db8af;
}

.page a.icon-white.icon-effect-1:after,
.page a.icon-gray.icon-effect-1:after,
.page a.icon-gray-darker.icon-effect-1:after,
.page a.icon-gray-6.icon-effect-1:after,
.page a.icon-mako.icon-effect-1:after,
.page a.icon-mine-shaft.icon-effect-1:after {
	background: #fff;
}

.page a.icon-white.icon-effect-1:hover,
.page a.icon-gray.icon-effect-1:hover,
.page a.icon-gray-darker.icon-effect-1:hover,
.page a.icon-gray-6.icon-effect-1:hover,
.page a.icon-mako.icon-effect-1:hover,
.page a.icon-mine-shaft.icon-effect-1:hover {
	border-color: transparent;
}

.page a.icon-white.icon-circle:hover,
.page a.icon-gray.icon-circle:hover,
.page a.icon-gray-darker.icon-circle:hover,
.page a.icon-gray-6.icon-circle:hover,
.page a.icon-mako.icon-circle:hover,
.page a.icon-mine-shaft.icon-circle:hover {
	background-color: #5db8af;
	color: #fff;
}

.page .icon-primary-filled {
	color: #fff;
	background: #c0a184;
}

.page .icon-gray-filled {
	color: #fff;
	background: #4b4b4b;
}

.page .icon-gray-filled:hover {
	color: #fff;
	background: #c0a184;
}

.page .icon-gray-outline {
	color: #4b4b4b;
	background-color: transparent;
	border: 1px solid #4b4b4b;
}

.page .icon-gray-outline.icon-effect-1:after {
	background: #c0a184;
}

.page .icon-gray-outline.icon-effect-1:hover {
	border-color: #c0a184;
}

.page .icon-trout-outline {
	color: #50525e;
	background-color: transparent;
	border: 1px solid #50525e;
}

.page .icon-trout-outline:hover {
	color: #fff;
	background: #c0a184;
	border-color: #c0a184;
}

.page .icon-trout-outline.icon-effect-1:after {
	background: #c0a184;
}

.page .icon-trout-outline.icon-effect-1:hover {
	border-color: #c0a184;
}

.page .icon-effect-1 {
	position: relative;
	z-index: 1;
}

.page .icon-effect-1:after {
	content: '';
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: content-box;
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	transition: transform 0.2s, opacity 0.3s;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}

.page .icon-effect-1:hover {
	color: #fff;
	background-color: transparent;
}

.page .icon-effect-1:hover:after {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.icon-xxs {
	font-size: 12px;
}

.icon-xxs.icon-circle {
	height: 27px;
	width: 27px;
	line-height: 27px;
}

.icon-xs {
	font-size: 15px;
}

.icon-xs.icon-square {
	width: 37px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
}

.icon-xs.icon-circle {
	width: 27px;
	height: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
}

.icon-sm {
	font-size: 20px;
}

.icon-sm.icon-circle {
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon-md {
	font-size: 22px;
}

.icon-circle {
	border-radius: 100%;
}

.icon-circle.icon-effect-1:after {
	border-radius: 50%;
}

.icon-square.fa-facebook {
	background-color: #547abb;
}

.icon-square.fa-facebook.icon-effect-1:after {
	background: #547abb;
}

.icon-square.fa-facebook.icon-effect-1:hover {
	border-color: #547abb;
}

.icon-square.fa-facebook, .icon-square.fa-twitter, .icon-square.fa-pinterest, .icon-square.fa-instagram {
	color: #fff;
}

.fa-google-plus {
	position: relative;
	left: -1px;
}

.link {
	display: inline-block;
	color: #ffffff;
}

.link-inline {
	display: inline;
	padding: 0 .25em;
}

.link-inline, .link-inline:active, .link-inline:focus {
	color: inherit;
}

.link-inline:hover {
	color: #fca15f;
}

.link-sm {
	font-size: 16px;
	line-height: 1.2;
}

.link-md {
	font-size: 18px;
	line-height: 1.2;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.link-md {
		font-size: 16px;
	}}

.page .link-default, .page .link-default.active, .page .link-default:active, .page .link-default:focus {
	color: #c0a184;
}

.page .link-default.hover, .page .link-default:hover {
	color: #4ac099;
}

.page .link-primary, .page .link-primary:active, .page .link-primary:focus {
	color: #c0a184;
}

.page .link-primary:hover {
	color: #000;
}

.page .link-white, .page .link-white:active, .page .link-white:focus {
	color: #fff;
}

.page .link-white:hover {
	color: #c0a184;
}

.link-gray, .link-gray:active, .link-gray:focus {
	color: #4b4b4b;
}

.link-gray:hover {
	color: #c0a184;
}

.link-gray-darker, .link-gray-darker:active, .link-gray-darker:focus {
	color: #151515;
}

.link-gray-darker:hover {
	color: #c0a184;
}

.link-underline {
	text-decoration: underline;
}

.link-underline:hover {
	text-decoration: none;
}

html .page [class*='group-']:before, html .page [class*='group-']:after {
	content: '';
	display: table;
}

html .page .group {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
	margin-bottom: -15px;
	margin-left: -15px;
}

html .page .group > *, html .page .group > *:first-child {
	display: inline-block;
	margin-top: 15px;
	margin-left: 15px;
}

html .page .group-xs {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	margin-bottom: -5px;
	margin-left: -5px;
}

html .page .group-xs > *, html .page .group-xs > *:first-child {
	display: inline-block;
	margin-top: 5px;
	margin-left: 5px;
}

html .page .group-sm {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	margin-bottom: -10px;
	margin-left: -16px;
}

html .page .group-sm > *, html .page .group-sm > *:first-child {
	display: inline-block;
	margin-top: 10px;
	margin-left: 16px;
}

html .page .group-md {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	margin-bottom: -20px;
	margin-left: -20px;
}

html .page .group-md > *, html .page .group-md > *:first-child {
	display: inline-block;
	margin-top: 20px;
	margin-left: 20px;
}

html .page .group-lg {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
	margin-bottom: -15px;
	margin-left: -35px;
}

html .page .group-lg > *, html .page .group-lg > *:first-child {
	display: inline-block;
	margin-top: 15px;
	margin-left: 35px;
}

html .page .group-xl {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
	margin-bottom: -15px;
	margin-left: -15px;
}

html .page .group-xl > *, html .page .group-xl > *:first-child {
	display: inline-block;
	margin-top: 15px;
	margin-left: 15px;
}

@media (min-width: 992px) {
	html .page .group-xl {
		-webkit-transform: translateY(-25px);
		transform: translateY(-25px);
		margin-bottom: -25px;
		margin-left: -40px;
	}
	html .page .group-xl > *, html .page .group-xl > *:first-child {
		display: inline-block;
		margin-top: 25px;
		margin-left: 40px;
	}}

@media (min-width: 1200px) {
	html .page .group-xl {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
		margin-bottom: -30px;
		margin-left: -90px;
	}
	html .page .group-xl > *, html .page .group-xl > *:first-child {
		display: inline-block;
		margin-top: 30px;
		margin-left: 90px;
	}}

html .page .group-top > *, html .page .group-top > *:first-child {
	vertical-align: top;
}

html .page .group-middle > *, html .page .group-middle > *:first-child {
	vertical-align: middle;
}

html .page .group-bottom > *, html .page .group-bottom > *:first-child {
	vertical-align: bottom;
}

html .page .group-sm-justify .btn {
	min-width: 200px;
}

@media (min-width: 768px) {
	html .page .group-sm-justify {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	html .page .group-sm-justify > * {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	html .page .group-sm-justify .btn {
		min-width: 130px;
		padding-left: 20px;
		padding-right: 20px;
	}}

html .page .group-md-1 {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	margin-bottom: -10px;
	margin-left: -20px;
}

html .page .group-md-1 > *, html .page .group-md-1 > *:first-child {
	display: inline-block;
	margin-top: 10px;
	margin-left: 20px;
}

.spacing-negative-1 {
	transform: translate3d(0, 1px, 0);
	margin-bottom: 1px;
	pointer-events: none;
}

.spacing-negative-1 > * {
	margin-top: -1px;
	pointer-events: auto;
}

.spacing-negative-1 > *::before {
	content: '';
	display: table;
	width: 0;
}

.spacing-0 {
	transform: translate3d(0, 0, 0);
	margin-bottom: 0;
	pointer-events: none;
}

.spacing-0 > * {
	margin-top: 0;
	pointer-events: auto;
}

.spacing-0 > *::before {
	content: '';
	display: table;
	width: 0;
}

.spacing-10 {
	transform: translate3d(0, -10px, 0);
	margin-bottom: -10px;
	pointer-events: none;
}

.spacing-10 > * {
	margin-top: 10px;
	pointer-events: auto;
}

.spacing-10 > *::before {
	content: '';
	display: table;
	width: 0;
}

.spacing-20 {
	transform: translate3d(0, -20px, 0);
	margin-bottom: -20px;
	pointer-events: none;
}

.spacing-20 > * {
	margin-top: 20px;
	pointer-events: auto;
}

.spacing-20 > *::before {
	content: '';
	display: table;
	width: 0;
}

.spacing-30 {
	transform: translate3d(0, -30px, 0);
	margin-bottom: -30px;
	pointer-events: none;
}

.spacing-30 > * {
	margin-top: 30px;
	pointer-events: auto;
}

.spacing-30 > *::before {
	content: '';
	display: table;
	width: 0;
}

.spacing-50 {
	transform: translate3d(0, -50px, 0);
	margin-bottom: -50px;
	pointer-events: none;
}

.spacing-50 > * {
	margin-top: 50px;
	pointer-events: auto;
}

.spacing-50 > *::before {
	content: '';
	display: table;
	width: 0;
}

.spacing-55 {
	transform: translate3d(0, -55px, 0);
	margin-bottom: -55px;
	pointer-events: none;
}

.spacing-55 > * {
	margin-top: 55px;
	pointer-events: auto;
}

.spacing-55 > *::before {
	content: '';
	display: table;
	width: 0;
}

.spacing-70 {
	transform: translate3d(0, -50px, 0);
	margin-bottom: -50px;
	pointer-events: none;
}

.spacing-70 > * {
	margin-top: 50px;
	pointer-events: auto;
}

.spacing-70 > *::before {
	content: '';
	display: table;
	width: 0;
}

.spacing-90 {
	transform: translate3d(0, -50px, 0);
	margin-bottom: -50px;
	pointer-events: none;
}

.spacing-90 > * {
	margin-top: 50px;
	pointer-events: auto;
}

.spacing-90 > *::before {
	content: '';
	display: table;
	width: 0;
}

@media (min-width: 768px) {
	.spacing-70 {
		transform: translate3d(0, -70px, 0);
		margin-bottom: -70px;
	}
	.spacing-70 > * {
		margin-top: 70px;
	}
	.spacing-90 {
		transform: translate3d(0, -90px, 0);
		margin-bottom: -90px;
	}
	.spacing-90 > * {
		margin-top: 90px;
	}}

.inset-left-25 {
	padding-left: 25px;
}

@media (min-width: 992px) {
	.inset-sm-25 {
		padding: 0 25px;
	}}

.section-xxs {
	padding: 25px 0;
}

.section-xs {
	padding: 40px 0;
}

.section-md-top {
	padding-top: 50px;
}

.section-md-bottom {
	padding-bottom: 50px;
}

.section-sm,
.section-md,
.section-lg,
.section-xl {
	padding: 60px 0;
}

@media (max-width: 767px) {
	section:first-child.section-sm, section:first-child.section-md, section:first-child.section-lg, section:first-child.section-xl {
		padding-top: 40px;
	}}

@media (min-width: 768px) {
	section:first-child.section-sm {
		padding-top: 100px;
	}
	.section-md {
		padding: 70px 0;
	}
	.section-lg {
		padding: 80px 0;
	}
	.section-xl {
		padding: 95px 0;
	}}

@media (min-width: 992px) {
	.section-sm {
		padding: 60px 0;
	}
	.section-md {
		padding: 95px 0;
	}
	.section-md-alternate {
		padding-bottom: 60px;
	}
	.section-md-top {
		padding-top: 95px;
	}
	.section-md-bottom {
		padding-bottom: 95px;
	}
	.section-lg {
		padding: 100px 0;
	}
	.section-xl {
		padding: 130px 0;
	}}

@media (min-width: 1200px) and (min-height: 800px) {
	.section-lg {
		padding: 120px 0;
	}
	.section-xl {
		padding: 150px 0;
	}}

* + h1,
* + .h1 {
	margin-top: 15px;
}

* + h3,
* + .h3 {
	margin-top: 20px;
}

* + h4,
* + .h4 {
	margin-top: 40px;
}

* + h4.header-lighter,
* + .h4.header-lighter {
	margin-top: 22px;
}

* + p,
* + .p {
	margin-top: 20px;
}

* + hr {
	margin-top: 15px;
}

* + .h7 {
	margin-top: 20px;
}

* + .big {
	margin-top: 8px;
}

* + .large {
	margin-top: 10px;
}

* + .btn {
	margin-top: 22px;
}

* + .btn.btn-offset-medium {
	margin-top: 20px;
}

* + .btn.btn-offset-small {
	margin-top: 14px;
}

* + .mark-bigger {
	margin-top: 12px;
}

* + .marked-list,
* + .ordered-list {
	margin-top: 12px;
}

* + .quote-primary {
	margin-top: 40px;
}

* + .range {
	margin-top: 30px;
}

* + .form-inline {
	margin-top: 10px;
}

* + .figure-lighter {
	margin-top: 30px;
}

.text-decoration-lines + * {
	margin-top: 25px;
}

* + .group-xs {
	margin-top: 15px;
}

* + .group-sm {
	margin-top: 35px;
}

* + .group-xl {
	margin-top: 30px;
}

* + .privacy-link {
	margin-top: 30px;
}

* + .inline-list-sm {
	margin-top: 22px;
}

* + .inline-list-xs {
	margin-top: 20px;
}

* + .inline-list-lg {
	margin-top: 20px;
}

* + .list-md {
	margin-top: 35px;
}

* + .box-contact-info {
	margin-top: 40px;
}

* + .divider-scroll {
	margin-top: 15px;
}

* + .link-waypoint {
	margin-top: 15px;
}

p + p,
p + img,
p + .marked-list {
	margin-top: 24px;
}

p + h2 {
	margin-top: 10px;
}

p + .rd-mailform {
	margin-top: 18px;
}

p + .quote-primary,
.quote-primary + p {
	margin-top: 24px;
}

p + .range {
	margin-top: 40px;
}

p + .group-sm {
	margin-top: 15px;
}

img + h4,
img + .h4 {
	margin-top: 30px;
}

h4 + .checkbox-inline,
.h4 + .checkbox-inline {
	margin-top: 15px;
}

h4 + .marked-list {
	margin-top: 25px;
}

.checkbox + h4,
.checkbox + .h4 {
	margin-top: 30px;
}

.marked-list + .btn {
	margin-top: 30px;
}

.shell + .shell {
	margin-top: 45px;
}

.range + h2 {
	margin-top: 70px;
}

.big + .group-sm {
	margin-top: 40px;
}

html * + .offset-custom-1 {
	margin-top: 40px;
}

html * + .offset-custom-2 {
	margin-top: 10px;
}

html .range-30 {
	transform: translate3d(0, -30px, 0);
	margin-bottom: -30px;
	pointer-events: none;
}

html .range-30 > * {
	margin-top: 30px;
	pointer-events: auto;
}

html .range-30 > *::before {
	content: '';
	display: table;
	width: 0;
}

@media (min-width: 480px) {
	* + .btn {
		margin-top: 30px;
	}}

@media (min-width: 768px) {
	* + h4,
	* + .h4 {
		margin-top: 55px;
	}
	* + hr {
		margin-top: 25px;
	}
	* + .big {
		margin-top: 12px;
	}
	* + .btn {
		margin-top: 50px;
	}
	* + .range {
		margin-top: 50px;
	}
	* + .figure-lighter {
		margin-top: 40px;
	}
	* + .group-xl {
		margin-top: 50px;
	}
	* + .inline-list-lg {
		margin-top: 10px;
	}
	* + .h7 {
		margin-top: 10px;
	}
	* + .divider-scroll {
		margin-top: 20px;
	}
	* + .link-waypoint {
		margin-top: 20px;
	}
	.shell + .shell {
		margin-top: 70px;
	}
	.range + h2 {
		margin-top: 90px;
	}}

@media (min-width: 1200px) {
	* + .big {
		margin-top: 24px;
	}
	* + .divider-scroll {
		margin-top: 30px;
	}
	* + .link-waypoint {
		margin-top: 25px;
	}
	.shell + .shell {
		margin-top: 100px;
	}}

.object-wrap {
	position: relative;
	overflow: hidden;
}

@media (min-width: 992px) {
	.object-wrap-md-right > .object-wrap-body {
		right: 0;
	}
	.object-wrap-md-left > .object-wrap-body {
		left: 0;
	}}

@media (min-width: 992px) {
	.object-wrap-body {
		overflow: hidden;
		position: absolute;
		top: 0;
		bottom: 0;
		width: 100vw;
		min-width: 1px;
		max-width: none;
		height: 100%;
		min-height: 100%;
		max-height: none;
		margin: 0;
		background: inherit;
		z-index: 0;
	}
	.object-wrap-body + * {
		margin-top: 0;
	}
	.object-wrap-body.object-wrap-map {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	.object-wrap-body.object-wrap-map .rd-google-map {
		width: 100%;
		height: 100%;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}}

@media (min-width: 992px) {
	.sizing-1 {
		width: calc(50% - 970px / 2 - 50px + (970px / 12) * 6);
	}}

@media (min-width: 1200px) {
	.sizing-1 {
		width: calc(50% - 1200px / 2 + (1200px / 12) * 5);
	}}

@media (min-width: 1200px) {
	.sizing-1 {
		width: calc(50% - 1800px / 2 + (1800px / 12) * 5);
	}}

/*
 * Custom Plugins
 */
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	will-change: transform;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	font: 400 40px/80px 'FontAwesome';
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:before {
	content: '\f144';
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

/*
 * Owl Navigation
 */
.owl-prev,
.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	font-size: 0;
	line-height: 0;
	opacity: 1;
	width: 30px;
	height: 30px;
	border-style: solid;
	border-color: #c0a184;
	background-color: transparent;
	transition: .33s all ease;
	cursor: pointer;
}

.owl-prev {
	left: 0;
	border-width: 0 0 1px 1px;
}

.owl-prev:hover {
	border-color: transparent transparent #5db8af #5db8af;
}

.owl-next {
	right: 0;
	border-width: 1px 1px 0 0;
}

.owl-next:hover {
	border-color: #5db8af #5db8af transparent transparent;
}

/*
 * Owl Pagination
 */
.owl-dots {
	text-align: center;
	margin-top: 35px;
}

.owl-dot {
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	position: relative;
	margin-left: 10px;
	width: 14px;
	height: 14px;
	outline: none;
	cursor: pointer;
	transition: 0.3s ease;
	background: transparent;
	border: 2px solid;
}

.owl-dot:hover, .owl-dot.active {
	background: #c0a184;
	color: #c0a184;
}

.owl-dot.active {
	pointer-events: none;
}

.owl-style-1 .item {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.owl-style-1 .owl-next,
.owl-style-1 .owl-prev {
	display: none !important;
}

* + .owl-style-1 {
	margin-top: 45px;
}

@media (min-width: 992px) {
	.owl-style-1 .owl-dots {
		display: none !important;
	}
	.owl-style-1 .owl-next,
	.owl-style-1 .owl-prev {
		display: block !important;
	}
	* + .owl-style-1 {
		margin-top: 65px;
	}}

@media (min-width: 1200px) {
	.owl-style-1 {
		padding: 0 45px;
	}
	* + .owl-style-1 {
		margin-top: 95px;
	}}

[data-animation-in='fadeIn'][data-animation-out='fadeOut'] .owl-item.active .owl-content {
	opacity: 1;
	transition-delay: .3s;
}

[data-animation-in='fadeIn'][data-animation-out='fadeOut'] .owl-item .owl-content {
	opacity: 0;
	transition: .7s;
	transition-delay: 0s;
}

.owl-style-tiny .owl-dots {
	margin-top: 18px;
}

@media (max-width: 991px) {
	.owl-style-tiny .owl-prev,
	.owl-style-tiny .owl-next {
		display: none !important;
	}}

@media (min-width: 992px) {
	.owl-style-tiny .owl-carousel {
		padding: 0 30px;
	}
	.owl-style-tiny .owl-dots {
		display: none !important;
	}
	.owl-style-tiny .owl-prev {
		left: -10px;
	}
	.owl-style-tiny .owl-next {
		right: -10px;
	}}

@media (min-width: 1200px) {
	.owl-style-tiny .owl-prev {
		left: -5px;
	}
	.owl-style-tiny .owl-next {
		right: -5px;
	}
	.desktop .owl-style-tiny {
		width: calc(100% + 30px);
		max-width: none;
		margin: -30px -15px;
	}
	.desktop .owl-style-tiny .owl-carousel {
		padding: 0;
	}
	.desktop .owl-style-tiny .owl-stage-outer {
		padding: 45px;
		margin: 0 30px;
	}
	.desktop .owl-style-tiny .owl-stage {
		left: -56px;
	}
	.desktop .owl-style-tiny .owl-item .item {
		padding-right: 20px;
		margin-left: -20px;
	}
	.desktop .owl-style-tiny .owl-item.active .item {
		margin-left: 0;
		padding-left: 20px;
	}
	.desktop .owl-style-tiny .owl-item.active + .owl-item {
		margin-left: 20px;
	}
	.desktop .owl-style-tiny .owl-item.active + .owl-item.active {
		margin-left: -20px;
	}}

@media (min-width: 1800px) {
	.owl-style-tiny .owl-prev,
	.owl-style-tiny .owl-next {
		display: none !important;
	}
	.desktop .owl-style-tiny {
		width: calc(100% + 120px);
		margin: -30px -60px;
		padding: 0;
	}
	.desktop .owl-style-tiny .owl-stage {
		left: -45px;
	}
	.desktop .owl-style-tiny .owl-item .item {
		padding-right: 30px;
		margin-left: -15px;
	}
	.desktop .owl-style-tiny .owl-item.active .item {
		margin-left: 0;
		padding-left: 30px;
	}
	.desktop .owl-style-tiny .owl-item.active + .owl-item {
		margin-left: 45px;
	}
	.desktop .owl-style-tiny .owl-item.active + .owl-item.active {
		margin-left: -30px;
	}}

.owl-carousel-centered .owl-item {
	position: relative;
	z-index: 2;
	overflow: visible;
}

.owl-carousel-centered .owl-item img {
	width: 100%;
	height: auto;
}

.owl-carousel-centered .owl-prev,
.owl-carousel-centered .owl-next {
	width: auto;
	height: auto;
	border: 0;
	transform: none;
	top: auto;
	bottom: -47px;
	color: #b9bcce;
}

.owl-carousel-centered .owl-prev:before,
.owl-carousel-centered .owl-next:before {
	font-family: 'Material Icons';
	font-size: 20px;
}

.owl-carousel-centered .owl-prev:hover,
.owl-carousel-centered .owl-next:hover {
	color: #c0a184;
}

.owl-carousel-centered .owl-prev {
	left: calc(50% - 80px);
}

.owl-carousel-centered .owl-prev:before {
	content: '\e5c4';
}

.owl-carousel-centered .owl-next {
	right: calc(50% - 80px);
}

.owl-carousel-centered .owl-next:before {
	content: '\e5c8';
}

.owl-carousel-centered * + .owl-numbering {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.owl-carousel-centered .owl-stage-outer {
		padding: 50px 0;
		margin: -50px 0 -50px 0;
		width: calc(100% + 10px);
	}
	.owl-carousel-centered .owl-item img {
		position: relative;
		transform: scale(1);
		transition: .33s all ease;
		z-index: 10;
	}
	.owl-carousel-centered .owl-item.center {
		z-index: 3;
	}
	.owl-carousel-centered .owl-item.center img {
		transform: scale(1.16);
		box-shadow: -7px 9px 27px 0px rgba(107, 127, 142, 0.27);
	}
	.owl-carousel-centered .owl-prev,
	.owl-carousel-centered .owl-next {
		bottom: -26px;
	}
	.owl-carousel-centered * + .owl-numbering {
		margin-top: 48px;
	}}

@media (min-width: 1200px) {
	.owl-carousel-centered .owl-stage-outer {
		padding: 60px 0;
	}}

.owl-numbering {
	margin-top: 20px;
	font-size: 0;
	line-height: 0;
}

.owl-numbering > * {
	display: inline-block;
	min-width: 16px;
}

.owl-numbering .numbering-separator {
	min-width: 10px;
	margin: 0 -6px;
}

.numbering-separator:after {
	content: '\2216';
}

.owl-numbering-default {
	font: 400 24px "Lato", Helvetica, Arial, sans-serif;
	color: #474c58;
	letter-spacing: -.025em;
}

* + .owl-carousel-gallery {
	margin-top: 45px;
}

.owl-carousel-gallery .owl-prev,
.owl-carousel-gallery .owl-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 68px;
	width: 39px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	color: #474c58;
	z-index: 2;
	text-align: center;
	transition: .33s all ease;
	cursor: pointer;
	border: 0;
}

.owl-carousel-gallery .owl-prev:before,
.owl-carousel-gallery .owl-next:before {
	color: inherit;
	font-family: 'Material Icons';
	font-size: 20px;
	line-height: 1;
	transition: none;
}

.owl-carousel-gallery .owl-prev:hover,
.owl-carousel-gallery .owl-next:hover {
	width: 68px;
	color: #fff;
	background: #c0a184;
}

.owl-carousel-gallery .owl-prev:hover:active,
.owl-carousel-gallery .owl-next:hover:active {
	background: #4ac099;
}

.owl-carousel-gallery .owl-prev {
	left: 0;
}

.owl-carousel-gallery .owl-prev:before {
	content: '\e5c4';
}

.owl-carousel-gallery .owl-next {
	right: 0;
}

.owl-carousel-gallery .owl-next:before {
	content: '\e5c8';
}

@media (min-width: 1200px) {
	.owl-carousel-gallery__mod-1 {
		padding-left: 73px;
		padding-right: 73px;
	}
	.owl-carousel-gallery__mod-1 .owl-prev,
	.owl-carousel-gallery__mod-1 .owl-next {
		background: rgba(0, 0, 0, 0.27);
		color: #fff;
	}}

.owl-carousel-style-2 .owl-item {
	opacity: .37;
	transition: opacity .33s;
	will-change: opacity;
}

.owl-carousel-style-2 .owl-item.active {
	opacity: 1;
}

* + .owl-carousel-style-2 {
	margin-top: 40px;
}

/*
* @subsection   RD Navbar
*
* @description  Describes style declarations for RD Navbar extension
*
* @author       Evgeniy Gusarov
* @link         https://ua.linkedin.com/pub/evgeniy-gusarov/8a/a40/54a
*/
@-webkit-keyframes rd-navbar-slide-down {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes rd-navbar-slide-down {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes rd-navbar-slide-up {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@keyframes rd-navbar-slide-up {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

/*
* @subsection General Styles
*/
.rd-navbar-wrap, .rd-navbar-static.rd-navbar-transparent .rd-navbar-panel,
.rd-navbar-static.rd-navbar-transparent .rd-navbar-nav-wrap, .rd-navbar-fixed .rd-navbar-nav-wrap, .rd-navbar-fixed .rd-navbar-submenu, .rd-navbar-sidebar .rd-navbar-nav-wrap {
	transition: 0.32s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.rd-navbar, .rd-navbar.rd-navbar--is-clone {
	display: none;
}

.rd-navbar-fixed,
.rd-navbar-static,
.rd-navbar-fullwidth,
.rd-navbar-sidebar {
	display: block;
}

.rd-navbar--no-transition, .rd-navbar--no-transition * {
	transition: none !important;
}

.rd-navbar-wrap,
.rd-navbar,
.rd-navbar-brand,
.rd-navbar-slogan,
.rd-navbar-dropdown,
.rd-navbar-megamenu,
.rd-navbar-collapse-items,
.brand-name,
.rd-navbar-nav,
.rd-navbar-panel,
.rd-navbar-search-form-input,
.rd-navbar-search-form-submit,
.rd-navbar-search-toggle,
.rd-navbar-live-search-results,
.rd-navbar-search-form {
	transition: .3s all ease;
}

.rd-navbar-collapse-toggle {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #474c58;
	display: none;
}

.rd-navbar-collapse-toggle span {
	top: 50%;
	margin-top: -3px;
}

.rd-navbar-collapse-toggle span, .rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
	position: absolute;
	width: 6px;
	height: 6px;
	line-height: 6px;
	text-align: center;
	background: #474c58;
	left: 50%;
	margin-left: -3px;
	border-radius: 50%;
	transition: .3s all ease;
}

.rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
	content: '';
}

.rd-navbar-collapse-toggle span:before {
	bottom: 100%;
	margin-bottom: 3px;
}

.rd-navbar-collapse-toggle span:after {
	top: 100%;
	margin-top: 3px;
}

.rd-navbar-collapse-toggle.active span {
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
}

.rd-navbar-collapse-toggle.active span:before {
	-webkit-transform: translateY(18px);
	transform: translateY(18px);
}

.rd-navbar-collapse-toggle.active span:after {
	-webkit-transform: translateY(-18px);
	transform: translateY(-18px);
}

/*
* Navbar components
*/
.rd-navbar {
	background: #fff;
}

.rd-navbar-toggle {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #000;
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: none;
}

.rd-navbar-toggle span {
	position: relative;
	display: block;
	margin: auto;
	transition: .3s all ease;
}

.rd-navbar-toggle span:after, .rd-navbar-toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
	transition: .3s all ease;
}

.rd-navbar-toggle span:after {
	top: 8px;
}

.rd-navbar-toggle span:after, .rd-navbar-toggle span:before, .rd-navbar-toggle span {
	width: 24px;
	height: 4px;
	background-color: #000;
	backface-visibility: hidden;
	border-radius: 2px;
}

.rd-navbar-toggle span {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.rd-navbar-toggle span:before, .rd-navbar-toggle span:after {
	-webkit-transform-origin: 1.71429px center;
	-moz-transform-origin: 1.71429px center;
	-ms-transform-origin: 1.71429px center;
	transform-origin: 1.71429px center;
	-webkit-transform-origin: 1.71429px center;
	-moz-transform-origin: 1.71429px center;
	-ms-transform-origin: 1.71429px center;
	transform-origin: 1.71429px center;
}

.rd-navbar-toggle.active span {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.rd-navbar-toggle.active span:before, .rd-navbar-toggle.active span:after {
	top: 0;
	width: 15px;
}

.rd-navbar-toggle.active span:before {
	-webkit-transform: rotate3d(0, 0, 1, -40deg);
	transform: rotate3d(0, 0, 1, -40deg);
}

.rd-navbar-toggle.active span:after {
	-webkit-transform: rotate3d(0, 0, 1, 40deg);
	transform: rotate3d(0, 0, 1, 40deg);
}

.rd-navbar .rd-search .form-input {
	padding-right: 50px;
}

.rd-navbar .rd-search .form-label {
	left: 10px;
}

.rd-navbar .rd-search .form-input,
.rd-navbar .rd-search .form-label {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

.rd-navbar-static .rd-navbar-search {
	position: absolute;
	top: 0;
	left: 100%;
	bottom: 0;
	right: 0;
	z-index: 9;
	display: flex;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: .3s ease-in;
}

.rd-navbar-static .rd-navbar-search.active {
	left: 0;
	opacity: 1;
	visibility: visible;
}

.rd-navbar-static .rd-navbar-search .rd-navbar-search-inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}

.rd-navbar-static .rd-navbar-search .rd-navbar-search-inner:before {
	background: #698a95;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	transform-origin: bottom left;
	transform: skew(-30deg, 0deg);
}

.rd-navbar-static .rd-navbar-search .rd-search {
	padding-left: 55px;
	flex-grow: 1;
}

.rd-navbar-static .rd-navbar-search .form-input {
	font-size: 22px;
	padding-right: 60px;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-results-live {
	display: none;
}

.rd-navbar-search .rd-search {
	position: relative;
}

.rd-navbar-search .rd-search .form-input {
	width: 100%;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 48px;
	background-color: #698a95;
	border: 0;
}

.rd-navbar-search .rd-search .form-input::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.rd-navbar-search .rd-search .form-input:-ms-input-placeholder {
	color: #fff;
}

.rd-navbar-search .rd-search .form-input::-webkit-input-placeholder {
	color: #fff;
}

.rd-navbar-search .rd-search__submit {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	z-index: 10;
	width: 36px;
	height: 22px;
	line-height: 22px;
	color: #fff;
}

.rd-navbar-search .rd-search__submit:hover {
	color: #c0a184;
}

.rd-navbar-search .rd-search__submit::before {
	content: '\e09c';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: inherit;
	height: inherit;
	font: 400 22px 'fl-bigmug-line';
	line-height: inherit;
	text-align: center;
	color: inherit;
}

.rd-navbar .rd-navbar-search__toggle {
	position: relative;
	display: block;
	overflow: hidden;
	color: #fff;
	width: 26px;
	height: 26px;
	transition: .33s all ease;
}

.rd-navbar .rd-navbar-search__toggle::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: inline-block;
	padding: 2px;
	font-family: 'fl-bigmug-line';
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	will-change: transform;
}

.rd-navbar .rd-navbar-search__toggle::before {
	margin-right: -2px;
	content: '\e09c';
	font-size: 22px;
}

.desktop .rd-navbar .rd-navbar-search__toggle:hover {
	color: #c0a184;
}

.result-item * + p {
	margin-top: 5px;
}

.rd-navbar-nav-wrap__shop {
	white-space: nowrap;
}

.rd-navbar-nav-wrap__shop .icon {
	font-size: 18px;
}

.rd-navbar-nav-wrap__shop .icon:before {
	padding-right: 5px;
	font-size: 22px;
}

.rd-navbar button.rd-search__submit,
.rd-navbar button.rd-navbar-search__toggle {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
}

.rd-navbar button.rd-search__submit::-moz-focus-inner,
.rd-navbar button.rd-navbar-search__toggle::-moz-focus-inner {
	border: none;
	padding: 0;
}

.rd-navbar-static .rd-navbar-items-list {
	display: flex;
	align-items: center;
}

.rd-navbar-items-list > li {
	color: #fff;
	line-height: 1;
	padding: 0 10px;
}

.rd-navbar-items-list > li + li {
	position: relative;
}

.rd-navbar-items-list > li + li:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	border-left: 1px solid;
	content: "";
	opacity: .2;
}

@media (min-width: 1200px) {
	.rd-navbar-items-list > li {
		padding: 0 15px;
	}}

/*
* @subsection   Hybrid  Styles
*/
.rd-navbar.rd-navbar-fixed + .rd-navbar.rd-navbar--is-clone,
.rd-navbar.rd-navbar-sidebar + .rd-navbar.rd-navbar--is-clone {
	display: none;
}

.rd-navbar-wrap {
	position: relative;
}

.rd-navbar-sidebar-linked .rd-navbar-wrap,
.rd-navbar-fullwidth-linked .rd-navbar-wrap,
.rd-navbar-static-linked .rd-navbar-wrap {
	z-index: 1072;
}

.rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-megamenu,
.rd-navbar-sidebar .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-megamenu {
	opacity: 0;
	visibility: hidden;
}

.rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu.focus,
.rd-navbar-static .rd-navbar-nav .rd-navbar-submenu.focus,
.rd-navbar-sidebar .rd-navbar-nav .rd-navbar-submenu.focus {
	opacity: 1;
	visibility: visible;
}

.rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-megamenu,
.rd-navbar-sidebar .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-megamenu {
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	pointer-events: none;
}

.rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu.opened > .rd-navbar-megamenu, .rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu.focus > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu.focus > .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu.opened > .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu.focus > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu.focus > .rd-navbar-megamenu,
.rd-navbar-sidebar .rd-navbar-nav > .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-nav > .rd-navbar-submenu.opened > .rd-navbar-megamenu,
.rd-navbar-sidebar .rd-navbar-nav > .rd-navbar-submenu.focus > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-nav > .rd-navbar-submenu.focus > .rd-navbar-megamenu {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	pointer-events: auto;
}

.rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-submenu > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-submenu > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-submenu > .rd-navbar-dropdown {
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}

.rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-submenu.focus > .rd-navbar-dropdown, .rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-submenu.focus > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-submenu.focus > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-submenu.opened > .rd-navbar-dropdown {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-submenu.focus > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-submenu.focus > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-submenu.focus > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-nav > .rd-navbar-submenu .rd-navbar-submenu.opened > .rd-navbar-dropdown {
	display: block;
}

.rd-navbar-fullwidth .rd-navbar-nav > li,
.rd-navbar-static .rd-navbar-nav > li,
.rd-navbar-sidebar .rd-navbar-nav > li {
	display: inline-block;
	padding: 0 5px;
}

.rd-navbar-fullwidth .rd-navbar-nav > li > a,
.rd-navbar-static .rd-navbar-nav > li > a,
.rd-navbar-sidebar .rd-navbar-nav > li > a {
	font: 700 13px/18px "Lato", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0.1em;
}

.rd-navbar-fullwidth .rd-navbar-nav > li > a, .rd-navbar-fullwidth .rd-navbar-nav > li > a:active, .rd-navbar-fullwidth .rd-navbar-nav > li > a:focus,
.rd-navbar-static .rd-navbar-nav > li > a,
.rd-navbar-static .rd-navbar-nav > li > a:active,
.rd-navbar-static .rd-navbar-nav > li > a:focus,
.rd-navbar-sidebar .rd-navbar-nav > li > a,
.rd-navbar-sidebar .rd-navbar-nav > li > a:active,
.rd-navbar-sidebar .rd-navbar-nav > li > a:focus {
	color: #474c58;
}

.rd-navbar-fullwidth .rd-navbar-nav > li > a:hover,
.rd-navbar-static .rd-navbar-nav > li > a:hover,
.rd-navbar-sidebar .rd-navbar-nav > li > a:hover {
	color: #c0a184;
}

.rd-navbar-fullwidth .rd-navbar-nav > li.focus > a,
.rd-navbar-fullwidth .rd-navbar-nav > li.opened > a,
.rd-navbar-fullwidth .rd-navbar-nav > li.active > a,
.rd-navbar-static .rd-navbar-nav > li.focus > a,
.rd-navbar-static .rd-navbar-nav > li.opened > a,
.rd-navbar-static .rd-navbar-nav > li.active > a,
.rd-navbar-sidebar .rd-navbar-nav > li.focus > a,
.rd-navbar-sidebar .rd-navbar-nav > li.opened > a,
.rd-navbar-sidebar .rd-navbar-nav > li.active > a {
	color: #c0a184;
}

.rd-navbar-fullwidth .rd-navbar-nav li.focus > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav li.focus > .rd-navbar-megamenu,
.rd-navbar-fullwidth .rd-navbar-nav li.opened > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav li.opened > .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav li.opened > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav li.opened > .rd-navbar-megamenu,
.rd-navbar-sidebar .rd-navbar-nav li.focus > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-nav li.focus > .rd-navbar-megamenu,
.rd-navbar-sidebar .rd-navbar-nav li.opened > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-nav li.opened > .rd-navbar-megamenu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.rd-navbar-fullwidth .rd-navbar-nav .rd-navbar--has-dropdown,
.rd-navbar-static .rd-navbar-nav .rd-navbar--has-dropdown,
.rd-navbar-sidebar .rd-navbar-nav .rd-navbar--has-dropdown {
	position: relative;
}

.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-nav > li > .rd-navbar-dropdown {
	position: absolute;
	left: 0;
	z-index: 5;
	display: block;
	text-align: left;
}

.rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-megamenu,
.rd-navbar-sidebar .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-nav .rd-navbar-submenu > .rd-navbar-megamenu {
	font-size: 14px;
	box-shadow: -1px 4px 5px 0px rgba(68, 73, 83, 0.12);
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li > a,
.rd-navbar-fullwidth .rd-megamenu-list > li > a,
.rd-navbar-static .rd-navbar-dropdown > li > a,
.rd-navbar-static .rd-megamenu-list > li > a,
.rd-navbar-sidebar .rd-navbar-dropdown > li > a,
.rd-navbar-sidebar .rd-megamenu-list > li > a {
	position: relative;
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 14px;
	font: 400 14px/24px "Lato", Helvetica, Arial, sans-serif;
	letter-spacing: .06em;
	transition: .33s all ease;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li > a, .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:active, .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:focus,
.rd-navbar-fullwidth .rd-megamenu-list > li > a,
.rd-navbar-fullwidth .rd-megamenu-list > li > a:active,
.rd-navbar-fullwidth .rd-megamenu-list > li > a:focus,
.rd-navbar-static .rd-navbar-dropdown > li > a,
.rd-navbar-static .rd-navbar-dropdown > li > a:active,
.rd-navbar-static .rd-navbar-dropdown > li > a:focus,
.rd-navbar-static .rd-megamenu-list > li > a,
.rd-navbar-static .rd-megamenu-list > li > a:active,
.rd-navbar-static .rd-megamenu-list > li > a:focus,
.rd-navbar-sidebar .rd-navbar-dropdown > li > a,
.rd-navbar-sidebar .rd-navbar-dropdown > li > a:active,
.rd-navbar-sidebar .rd-navbar-dropdown > li > a:focus,
.rd-navbar-sidebar .rd-megamenu-list > li > a,
.rd-navbar-sidebar .rd-megamenu-list > li > a:active,
.rd-navbar-sidebar .rd-megamenu-list > li > a:focus {
	color: #2b2c2f;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li > a:hover,
.rd-navbar-fullwidth .rd-megamenu-list > li > a:hover,
.rd-navbar-static .rd-navbar-dropdown > li > a:hover,
.rd-navbar-static .rd-megamenu-list > li > a:hover,
.rd-navbar-sidebar .rd-navbar-dropdown > li > a:hover,
.rd-navbar-sidebar .rd-megamenu-list > li > a:hover {
	color: #c0a184;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li > a, .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:before,
.rd-navbar-fullwidth .rd-megamenu-list > li > a,
.rd-navbar-fullwidth .rd-megamenu-list > li > a:before,
.rd-navbar-static .rd-navbar-dropdown > li > a,
.rd-navbar-static .rd-navbar-dropdown > li > a:before,
.rd-navbar-static .rd-megamenu-list > li > a,
.rd-navbar-static .rd-megamenu-list > li > a:before,
.rd-navbar-sidebar .rd-navbar-dropdown > li > a,
.rd-navbar-sidebar .rd-navbar-dropdown > li > a:before,
.rd-navbar-sidebar .rd-megamenu-list > li > a,
.rd-navbar-sidebar .rd-megamenu-list > li > a:before {
	transition: .33s all ease;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li > a:before,
.rd-navbar-fullwidth .rd-megamenu-list > li > a:before,
.rd-navbar-static .rd-navbar-dropdown > li > a:before,
.rd-navbar-static .rd-megamenu-list > li > a:before,
.rd-navbar-sidebar .rd-navbar-dropdown > li > a:before,
.rd-navbar-sidebar .rd-megamenu-list > li > a:before {
	position: absolute;
	top: 0;
	left: -6px;
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 16px;
	line-height: inherit;
	color: #c0a184;
	opacity: 0;
	visibility: hidden;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li > a:hover,
.rd-navbar-fullwidth .rd-megamenu-list > li > a:hover,
.rd-navbar-static .rd-navbar-dropdown > li > a:hover,
.rd-navbar-static .rd-megamenu-list > li > a:hover,
.rd-navbar-sidebar .rd-navbar-dropdown > li > a:hover,
.rd-navbar-sidebar .rd-megamenu-list > li > a:hover {
	padding-left: 14px;
	padding-right: 0;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li > a:hover:before,
.rd-navbar-fullwidth .rd-megamenu-list > li > a:hover:before,
.rd-navbar-static .rd-navbar-dropdown > li > a:hover:before,
.rd-navbar-static .rd-megamenu-list > li > a:hover:before,
.rd-navbar-sidebar .rd-navbar-dropdown > li > a:hover:before,
.rd-navbar-sidebar .rd-megamenu-list > li > a:hover:before {
	left: 0;
	opacity: 1;
	visibility: visible;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li > a, .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:focus, .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:active,
.rd-navbar-fullwidth .rd-megamenu-list > li > a,
.rd-navbar-fullwidth .rd-megamenu-list > li > a:focus,
.rd-navbar-fullwidth .rd-megamenu-list > li > a:active,
.rd-navbar-static .rd-navbar-dropdown > li > a,
.rd-navbar-static .rd-navbar-dropdown > li > a:focus,
.rd-navbar-static .rd-navbar-dropdown > li > a:active,
.rd-navbar-static .rd-megamenu-list > li > a,
.rd-navbar-static .rd-megamenu-list > li > a:focus,
.rd-navbar-static .rd-megamenu-list > li > a:active,
.rd-navbar-sidebar .rd-navbar-dropdown > li > a,
.rd-navbar-sidebar .rd-navbar-dropdown > li > a:focus,
.rd-navbar-sidebar .rd-navbar-dropdown > li > a:active,
.rd-navbar-sidebar .rd-megamenu-list > li > a,
.rd-navbar-sidebar .rd-megamenu-list > li > a:focus,
.rd-navbar-sidebar .rd-megamenu-list > li > a:active {
	color: #151515;
	background: transparent;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li > a:hover,
.rd-navbar-fullwidth .rd-megamenu-list > li > a:hover,
.rd-navbar-static .rd-navbar-dropdown > li > a:hover,
.rd-navbar-static .rd-megamenu-list > li > a:hover,
.rd-navbar-sidebar .rd-navbar-dropdown > li > a:hover,
.rd-navbar-sidebar .rd-megamenu-list > li > a:hover {
	color: #c0a184;
	background: transparent;
}

.rd-navbar-fullwidth .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-dropdown {
	width: 192px;
	margin-left: -32px;
	background: #fff;
}

@media (min-width: 1200px) {
	.rd-navbar-fullwidth .rd-navbar-dropdown,
	.rd-navbar-static .rd-navbar-dropdown,
	.rd-navbar-sidebar .rd-navbar-dropdown {
		width: 240px;
	}}

.rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar-dropdown {
	position: absolute;
	left: 100%;
	margin-left: 45px;
	top: -25px;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li,
.rd-navbar-static .rd-navbar-dropdown > li,
.rd-navbar-sidebar .rd-navbar-dropdown > li {
	padding: 13px 30px;
	border-bottom: 1px solid #e8e8e8;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li > a,
.rd-navbar-static .rd-navbar-dropdown > li > a,
.rd-navbar-sidebar .rd-navbar-dropdown > li > a {
	display: block;
	width: 100%;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li > a, .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:focus, .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:active,
.rd-navbar-static .rd-navbar-dropdown > li > a,
.rd-navbar-static .rd-navbar-dropdown > li > a:focus,
.rd-navbar-static .rd-navbar-dropdown > li > a:active,
.rd-navbar-sidebar .rd-navbar-dropdown > li > a,
.rd-navbar-sidebar .rd-navbar-dropdown > li > a:focus,
.rd-navbar-sidebar .rd-navbar-dropdown > li > a:active {
	color: #151515;
	background: transparent;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li > a:hover,
.rd-navbar-static .rd-navbar-dropdown > li > a:hover,
.rd-navbar-sidebar .rd-navbar-dropdown > li > a:hover {
	color: #c0a184;
	background: transparent;
}

.rd-navbar-fullwidth .rd-navbar-dropdown > li.focus > a,
.rd-navbar-fullwidth .rd-navbar-dropdown > li.opened > a,
.rd-navbar-static .rd-navbar-dropdown > li.focus > a,
.rd-navbar-static .rd-navbar-dropdown > li.opened > a,
.rd-navbar-sidebar .rd-navbar-dropdown > li.focus > a,
.rd-navbar-sidebar .rd-navbar-dropdown > li.opened > a {
	color: #c0a184;
	background: transparent;
}

.rd-navbar-fullwidth .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-megamenu,
.rd-navbar-sidebar .rd-navbar-megamenu {
	position: absolute;
	right: 15px;
	left: 15px;
	z-index: 1000;
	display: table;
	width: calc(100% - 30px);
	table-layout: fixed;
	max-width: 1170px;
	margin-top: 28px;
	text-align: left;
	background: #fff;
}

.rd-navbar-fullwidth .rd-navbar-megamenu > li,
.rd-navbar-static .rd-navbar-megamenu > li,
.rd-navbar-sidebar .rd-navbar-megamenu > li {
	position: relative;
	display: table-cell;
	padding: 28px 20px 30px 35px;
}

.rd-navbar-fullwidth .rd-navbar-megamenu > li:first-child,
.rd-navbar-static .rd-navbar-megamenu > li:first-child,
.rd-navbar-sidebar .rd-navbar-megamenu > li:first-child {
	width: 29%;
}

.rd-navbar-fullwidth .rd-navbar-megamenu .rd-megamenu-list li + li,
.rd-navbar-static .rd-navbar-megamenu .rd-megamenu-list li + li,
.rd-navbar-sidebar .rd-navbar-megamenu .rd-megamenu-list li + li {
	margin-top: 17px;
}

.rd-navbar-fullwidth .rd-navbar-megamenu * + .rd-megamenu-header,
.rd-navbar-static .rd-navbar-megamenu * + .rd-megamenu-header,
.rd-navbar-sidebar .rd-navbar-megamenu * + .rd-megamenu-header {
	margin-top: 40px;
}

.rd-navbar-fullwidth .rd-navbar-megamenu * + .rd-megamenu-list,
.rd-navbar-static .rd-navbar-megamenu * + .rd-megamenu-list,
.rd-navbar-sidebar .rd-navbar-megamenu * + .rd-megamenu-list {
	margin-top: 22px;
}

.rd-navbar-fullwidth .rd-megamenu-header,
.rd-navbar-static .rd-megamenu-header,
.rd-navbar-sidebar .rd-megamenu-header {
	position: relative;
	font: 700 13px/26px "Lato", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 900;
	color: #c0a184;
	padding-bottom: 9px;
}

.rd-navbar-fullwidth .rd-megamenu-header:after,
.rd-navbar-static .rd-megamenu-header:after,
.rd-navbar-sidebar .rd-megamenu-header:after {
	content: '';
	position: absolute;
	left: 0;
	right: 40px;
	bottom: 0;
	border-top: 1px solid #e5e7e9;
}

.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-submenu-toggle,
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle,
.rd-navbar-sidebar .rd-navbar-nav > li > .rd-navbar-submenu-toggle {
	display: inline-block;
	width: 17px;
	text-align: center;
	cursor: pointer;
}

.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle::after,
.rd-navbar-sidebar .rd-navbar-nav > li > .rd-navbar-submenu-toggle::after {
	content: '\f107';
	position: relative;
	display: inline-block;
	font: 400 14px "FontAwesome";
	text-align: center;
	transition: 0.4s all ease;
	z-index: 2;
	color: #474c58;
	will-change: transform;
	-webkit-filter: blur(0);
}

.rd-navbar-fullwidth .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle::after,
.rd-navbar-fullwidth .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle::after,
.rd-navbar-fullwidth .rd-navbar-nav > li > a:hover + .rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav > li > a:hover + .rd-navbar-submenu-toggle::after,
.rd-navbar-sidebar .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle::after,
.rd-navbar-sidebar .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle::after,
.rd-navbar-sidebar .rd-navbar-nav > li > a:hover + .rd-navbar-submenu-toggle::after {
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.rd-navbar-fullwidth .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle::after,
.rd-navbar-fullwidth .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle::after,
.rd-navbar-fullwidth .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle::after,
.rd-navbar-fullwidth .rd-navbar-nav > li > a:hover + .rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav > li > a:hover + .rd-navbar-submenu-toggle::after,
.rd-navbar-sidebar .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle::after,
.rd-navbar-sidebar .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle::after,
.rd-navbar-sidebar .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle::after,
.rd-navbar-sidebar .rd-navbar-nav > li > a:hover + .rd-navbar-submenu-toggle::after {
	color: #c0a184;
}

.rd-navbar-static-linked .rd-navbar-absolute-linked .rd-navbar-wrap,
.rd-navbar-sidebar-linked .rd-navbar-absolute-linked .rd-navbar-wrap {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;
}

.rd-navbar-dark .rd-navbar-nav-wrap__shop .link-primary {
	color: #fff;
}

.rd-navbar-dark .rd-navbar-nav-wrap__shop .link-primary.icon:before {
	color: #c0a184;
}

.rd-navbar-dark .rd-navbar-nav-wrap__shop .link-primary:hover {
	color: #c0a184;
}

/*
* Static Layout
*/
.rd-navbar-static {
	display: block;
	z-index: 1000;
	background-color: #fff;
	border-bottom: 1px solid #f7f7f7;
}

.rd-navbar-static .rd-navbar-inner {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1200px;
	padding: 20px 15px;
	margin-left: auto;
	margin-right: auto;
	transition: height .3s;
}

.rd-navbar-static .rd-navbar-top-panel {
	padding: 10px 0;
	width: 100%;
	background: #474c58;
}

.rd-navbar-static .rd-navbar-top-panel-content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}

.rd-navbar-static .rd-navbar-top-panel-content .icon-gray,
.rd-navbar-static .rd-navbar-top-panel-content .icon-gray-outline {
	color: #b7b7b7;
}

.rd-navbar-static .rd-navbar-top-panel-content .icon-gray-outline {
	border-color: #b7b7b7;
}

.rd-navbar-static .rd-navbar-top-panel-content .icon-gray-outline:hover {
	color: #fff;
}

.rd-navbar-static .rd-navbar-top-panel-content-inner > * {
	display: inline-block;
	vertical-align: middle;
}

.rd-navbar-static .rd-navbar-top-panel-content-inner > * + * {
	position: relative;
	padding-left: 45px;
}

.rd-navbar-static .rd-navbar-top-panel-content-inner > * + *:before {
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	border-left: 1px solid;
	content: "";
	display: inline-block;
}

.rd-navbar-static .rd-navbar-top-panel .contact-info {
	font-size: 15px;
	color: #fff;
}

.rd-navbar-static .rd-navbar-top-panel .object-inline {
	position: relative;
	top: -2px;
}

.rd-navbar-static .rd-navbar-panel {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 0;
	line-height: 0;
}

.rd-navbar-static .rd-navbar-brand {
	max-width: 153px;
	height: auto;
}

.rd-navbar-static .rd-navbar-brand img {
	width: 100%;
	height: auto;
}

.rd-navbar-static .rd-navbar-nav-wrap {
	width: 100%;
	padding-left: 40px;
	text-align: right;
}

.rd-navbar-static .rd-navbar-nav {
	font-size: 0;
	line-height: 0;
}

.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown {
	margin-top: 25px;
}

.rd-navbar-static .rd-navbar-nav > li + li {
	margin-left: 27px;
}

@media (max-width: 1199px) {
	.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle {
		position: relative;
		top: 1px;
		font-size: 12px;
	}}

@media (min-width: 1200px) {
	.rd-navbar-static .rd-navbar-nav > li + li {
		margin-left: 22px;
	}}

.rd-navbar-static.rd-navbar--is-clone {
	display: block;
	transform: translateY(-101%);
	z-index: 100;
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
	transform: translateY(0);
}

.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-static.rd-navbar--is-clone {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1);
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-top-panel, .rd-navbar-static.rd-navbar--is-clone .rd-navbar-top-panel {
	display: none;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-brand img, .rd-navbar-static.rd-navbar--is-clone .rd-navbar-brand img {
	height: 36px;
	width: auto;
}

.rd-navbar-static.rd-navbar-default .rd-navbar-inner {
	height: 104px;
}

@media (min-width: 1200px) {
	.rd-navbar-static.rd-navbar-default .rd-navbar-inner {
		height: 126px;
	}
	.rd-navbar-static.rd-navbar-default .rd-navbar-nav > li > .rd-navbar-dropdown,
	.rd-navbar-static.rd-navbar-default .rd-navbar-nav > li > .rd-navbar-megamenu {
		margin-top: 55px;
	}}

.rd-navbar-static.rd-navbar-default .rd-navbar-nav > li > .rd-navbar-dropdown,
.rd-navbar-static.rd-navbar-default .rd-navbar-nav > li > .rd-navbar-megamenu {
	margin-top: 40px;
}

.rd-navbar-static.rd-navbar-default.rd-navbar--is-stuck .rd-navbar-inner {
	height: 74px;
}

.rd-navbar-static.rd-navbar-default.rd-navbar--is-stuck .rd-navbar-nav > li .rd-navbar-dropdown,
.rd-navbar-static.rd-navbar-default.rd-navbar--is-stuck .rd-navbar-nav > li .rd-navbar-megamenu {
	margin-top: 29px;
}

.rd-navbar-static.rd-navbar-transparent {
	background-color: transparent;
	border: 0;
	transition: none;
}

.rd-navbar-static.rd-navbar-transparent .rd-navbar-inner {
	margin-top: 29px;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 0 15px;
}

.rd-navbar-static.rd-navbar-transparent .rd-navbar-megamenu {
	left: -215px;
	right: 0;
	width: calc(100% + 215px);
}

.rd-navbar-static.rd-navbar-transparent .rd-navbar-nav > li > a {
	position: relative;
	padding: 6px 0;
}

.rd-navbar-static.rd-navbar-transparent .rd-navbar-nav > li > a, .rd-navbar-static.rd-navbar-transparent .rd-navbar-nav > li > a:active, .rd-navbar-static.rd-navbar-transparent .rd-navbar-nav > li > a:focus {
	color: #fff;
}

.rd-navbar-static.rd-navbar-transparent .rd-navbar-nav > li > a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	max-width: 100%;
	border-top: 3px solid;
	transition: width .33s ease;
}

.rd-navbar-static.rd-navbar-transparent .rd-navbar-nav > li > a:hover {
	color: #fff;
}

.rd-navbar-static.rd-navbar-transparent .rd-navbar-nav > li.active > a:after,
.rd-navbar-static.rd-navbar-transparent .rd-navbar-nav > li.focus > a:after,
.rd-navbar-static.rd-navbar-transparent .rd-navbar-nav > li > a:hover:after {
	width: 100%;
}

.rd-navbar-static.rd-navbar-transparent .rd-navbar-nav > li.rd-navbar-submenu > a:after {
	max-width: 100%;
}

.rd-navbar-static.rd-navbar-transparent .rd-navbar-nav > li.rd-navbar-submenu.active > a:after,
.rd-navbar-static.rd-navbar-transparent .rd-navbar-nav > li.rd-navbar-submenu:focus > a:after,
.rd-navbar-static.rd-navbar-transparent .rd-navbar-nav > li.rd-navbar-submenu > a:hover:after {
	width: 100%;
}

.rd-navbar-static.rd-navbar-transparent .rd-navbar-nav > li > .rd-navbar-dropdown,
.rd-navbar-static.rd-navbar-transparent .rd-navbar-nav > li > .rd-navbar-megamenu {
	margin-top: 40px;
}

.rd-navbar-static.rd-navbar-transparent .rd-navbar-nav > li > .rd-navbar-submenu-toggle:after {
	color: #fff;
}

.rd-navbar-static.rd-navbar-transparent .rd-navbar-panel,
.rd-navbar-static.rd-navbar-transparent .rd-navbar-nav-wrap {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	height: 95px;
}

.rd-navbar-static.rd-navbar-transparent .rd-navbar-nav-wrap {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	justify-content: flex-start;
}

.rd-navbar-static.rd-navbar-transparent .rd-navbar-panel {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.rd-navbar-static.rd-navbar-transparent .rd-navbar-panel:after,
.rd-navbar-static.rd-navbar-transparent .rd-navbar-nav-wrap-bg:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
	transform-origin: bottom left;
	transform: skew(-30deg, 0deg);
}

.rd-navbar-static.rd-navbar-transparent .rd-navbar-panel {
	min-width: 205px;
	max-width: 215px;
	background: #fff;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.rd-navbar-static.rd-navbar-transparent .rd-navbar-panel:after {
	right: 0;
	background: #fff;
}

.rd-navbar-static.rd-navbar-transparent .rd-navbar-nav-wrap-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
}

.rd-navbar-static.rd-navbar-transparent .rd-navbar-nav-wrap-bg:after {
	left: 0;
}

.rd-navbar-static.rd-navbar-transparent .rd-navbar-nav-wrap {
	padding: 20px 15px;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.rd-navbar-static.rd-navbar-transparent .rd-navbar-nav-wrap-bg:after {
	background: rgba(0, 0, 0, 0.5);
}

.rd-navbar-static.rd-navbar-transparent * + .rd-navbar-nav-wrap {
	margin-left: 10px;
}

@media (max-width: 1199px) {
	.rd-navbar-static.rd-navbar-transparent .rd-navbar-nav-wrap {
		padding: 20px 8px;
	}
	.rd-navbar-static.rd-navbar-transparent .rd-navbar-nav > li > a {
		font-size: 12px;
	}
	.rd-navbar-static.rd-navbar-transparent .rd-navbar-nav > li + li {
		margin-left: 8px;
	}
	.rd-navbar-static.rd-navbar-transparent .rd-navbar-items-list > li {
		padding: 0 7px;
	}
	.rd-navbar-static.rd-navbar-transparent .rd-navbar-nav-wrap__shop .icon:before {
		font-size: 20px;
	}
	.rd-navbar-static.rd-navbar-transparent .rd-navbar .rd-navbar-search__toggle::before {
		font-size: 20px;
	}}

.rd-navbar-static.rd-navbar-transparent.rd-navbar--is-clone {
	display: none;
}

.rd-navbar-static.rd-navbar-transparent.rd-navbar--is-stuck {
	background: #fff;
}

.rd-navbar-static.rd-navbar-transparent.rd-navbar--is-stuck .rd-navbar-panel,
.rd-navbar-static.rd-navbar-transparent.rd-navbar--is-stuck .rd-navbar-nav-wrap {
	height: 74px;
}

.rd-navbar-static.rd-navbar-transparent.rd-navbar--is-stuck .rd-navbar-inner {
	margin-top: 0;
}

.rd-navbar-static.rd-navbar-transparent.rd-navbar--is-stuck .rd-navbar-nav-wrap-bg {
	overflow: visible;
}

.rd-navbar-static.rd-navbar-transparent.rd-navbar--is-stuck .rd-navbar-nav-wrap-bg:after {
	width: 100vw;
	background: rgba(0, 0, 0, 0.88);
}

.rd-navbar-static.rd-navbar-transparent.rd-navbar--is-stuck .rd-navbar-nav > li .rd-navbar-dropdown,
.rd-navbar-static.rd-navbar-transparent.rd-navbar--is-stuck .rd-navbar-nav > li .rd-navbar-megamenu {
	margin-top: 22px;
}

/*
* Fullwidth Layout
*/
.rd-navbar-fullwidth {
	position: relative;
	z-index: 10;
	display: block;
	background-color: transparent;
	border-bottom: 1px solid transparent;
}

.rd-navbar-fullwidth .rd-navbar-inner {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 80px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 15px;
}

.rd-navbar-fullwidth .rd-navbar-panel {
	position: relative;
	z-index: 1;
	width: 200px;
	background: #fff;
	text-align: center;
}

.rd-navbar-fullwidth .rd-navbar-panel > * {
	position: relative;
	z-index: 5;
}

.rd-navbar-fullwidth .rd-navbar-panel:after {
	content: '';
	position: absolute;
	left: 50%;
	transform-origin: 50% 100%;
	-webkit-transform: translateX(-50%) scale(1, 0.5);
	transform: translateX(-50%) scale(1, 0.5);
	bottom: -32px;
	z-index: 2;
	height: 0;
	width: 350px;
	border-top: 310px solid #fff;
	border-left: 90px solid transparent;
	border-right: 90px solid transparent;
}

@media (min-width: 1200px) {
	.rd-navbar-fullwidth .rd-navbar-panel:after {
		bottom: -40px;
	}}

.rd-navbar-fullwidth .rd-navbar-brand img {
	max-width: 173px;
	height: auto;
}

.rd-navbar-fullwidth .rd-navbar-nav-wrap,
.rd-navbar-fullwidth .rd-navbar-top-panel {
	width: calc(50%  - 100px);
}

.rd-navbar-fullwidth .rd-navbar-top-panel {
	padding-left: 10px;
}

.rd-navbar-fullwidth .rd-navbar-top-panel .btn {
	border-width: 2px;
}

.rd-navbar-fullwidth .rd-navbar-nav-wrap {
	position: static;
	padding-right: 10px;
}

.rd-navbar-fullwidth .rd-navbar-nav > li .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav > li .rd-navbar-megamenu {
	margin-top: 29px;
}

.rd-navbar-fullwidth .rd-navbar-top-panel-content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.rd-navbar-fullwidth .rd-navbar-top-panel-content > * + * {
	margin-top: 0;
	margin-left: 30px;
}

@media (min-width: 1200px) {
	.rd-navbar-fullwidth .rd-navbar-top-panel-content > * + * {
		margin-left: 50px;
	}}

.rd-navbar-fullwidth .rd-navbar-nav {
	text-align: left;
}

.rd-navbar-fullwidth .rd-navbar-nav > li > a, .rd-navbar-fullwidth .rd-navbar-nav > li > a:active, .rd-navbar-fullwidth .rd-navbar-nav > li > a:focus {
	color: #474c58;
}

.rd-navbar-fullwidth .rd-navbar-nav > li > a:hover {
	color: #c0a184;
}

.rd-navbar-fullwidth .rd-navbar-nav > li.active a {
	color: #c0a184;
}

.rd-navbar-fullwidth .rd-navbar-nav > li > .rd-navbar-dropdown {
	margin-top: 25px;
}

.rd-navbar-fullwidth .rd-navbar-nav > li + li {
	margin-left: 10px;
}

@media (min-width: 1200px) {
	.rd-navbar-fullwidth .rd-navbar-nav > li + li {
		margin-left: 18px;
	}}

.rd-navbar-fullwidth.rd-navbar--is-clone {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transition: .33s all ease;
	-webkit-transform: translateY(-101%);
	transform: translateY(-101%);
	will-change: transform;
	display: block;
	background: #fff;
}

.rd-navbar-fullwidth.rd-navbar--is-clone.rd-navbar--is-stuck {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.rd-navbar-fullwidth.rd-navbar--is-clone, .rd-navbar-fullwidth.rd-navbar--is-stuck {
	background: #fff;
	border-bottom-color: #f7f7f7;
	z-index: 1000;
}

.rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-inner, .rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-inner {
	height: 74px;
}

.rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-panel:after, .rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-panel:after {
	display: none;
}

.rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-brand img, .rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-brand img {
	width: auto;
	max-height: 38px;
}

.rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-nav > li .rd-navbar-dropdown, .rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-nav > li .rd-navbar-dropdown {
	border-top: 0;
}

.rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-nav > li .rd-navbar-dropdown,
.rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-nav > li .rd-navbar-megamenu, .rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-nav > li .rd-navbar-dropdown,
.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-nav > li .rd-navbar-megamenu {
	margin-top: 26px;
	border-top: 0;
}

/*
* Fixed Layout
*/
.rd-navbar-fixed {
	display: block;
}

.rd-navbar-fixed .rd-navbar-brand {
	position: fixed;
	display: block;
	text-align: left;
	top: 13px;
	left: 56px;
	white-space: nowrap;
	overflow: hidden;
	z-index: 17;
}

.rd-navbar-fixed .rd-navbar-brand img {
	height: 28px;
	width: auto;
}

.rd-navbar-fixed .rd-navbar-panel {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	padding: 4px;
	height: 56px;
	z-index: 1000;
}

.rd-navbar-fixed .rd-navbar-panel:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border-bottom: 1px solid;
}

.rd-navbar-fixed .rd-navbar-toggle {
	display: inline-block;
}

.rd-navbar-fixed .rd-navbar-nav-wrap-inner {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.rd-navbar-fixed .rd-navbar-nav-wrap-inner > * {
	flex-grow: 1;
	padding-left: 5px;
	padding-right: 3px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap-inner .rd-navbar-items-list li:first-of-type {
	display: none;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	position: fixed;
	z-index: 100;
	top: -56px;
	left: 0;
	width: 270px;
	padding: 112px 0 56px;
	bottom: -56px;
	border-right: 1px solid;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateX(-110%);
	transform: translateX(-110%);
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-nav-inner {
	padding-top: 10px;
	padding-bottom: 30px;
}

.rd-navbar-fixed .rd-navbar-nav {
	display: block;
	height: auto;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
}

.rd-navbar-fixed .rd-navbar-nav > li > a {
	font: 700 14px/24px "Lato", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.rd-navbar-fixed .rd-navbar-nav li > a {
	display: block;
	padding: 11px 56px 11px 16px;
}

.rd-navbar-fixed .rd-navbar-nav > li + li {
	margin-top: 4px;
}

.rd-navbar-fixed .rd-navbar-submenu {
	position: relative;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown .rd-navbar-submenu-toggle:after {
	height: 34px;
	line-height: 34px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown > li > a {
	padding-left: 30px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li > a,
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li > a {
	padding-left: 46px;
}

.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-megamenu {
	display: block;
}

.rd-navbar-fixed .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-megamenu {
	display: none;
}

.rd-navbar-fixed .rd-navbar-nav-footer {
	padding: 0 15px;
}

.rd-navbar-fixed .rd-megamenu-list > li > a,
.rd-navbar-fixed .rd-navbar-dropdown > li > a {
	padding: 11px 56px 10px 16px;
	font: 400 14px/18px "Lato", Helvetica, Arial, sans-serif;
}

.rd-navbar-fixed .rd-megamenu-list > li + li,
.rd-navbar-fixed .rd-navbar-dropdown > li + li {
	margin-top: 3px;
}

.rd-navbar-fixed .rd-megamenu-list > li > a {
	padding-left: 30px;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-header {
	font: 400 14px/18px "Lato", Helvetica, Arial, sans-serif;
	padding-left: 20px;
	padding-right: 20px;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-header:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #f7f7f7;
	margin-top: 9px;
}

.rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-list {
	margin-top: 10px;
}

.rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-header {
	margin-top: 30px;
}

.rd-navbar-fixed .rd-navbar-megamenu > li + li {
	margin-top: 15px;
}

.rd-navbar-fixed .rd-navbar-nav li .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-nav li .rd-navbar-megamenu {
	transition: opacity 0.3s, height 0.4s ease;
	opacity: 0;
	height: 0;
	overflow: hidden;
}

.rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-dropdown {
	padding: 4px 0;
}

.rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-megamenu {
	padding-top: 15px;
	padding-bottom: 15px;
}

.rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-megamenu {
	opacity: 1;
	height: auto;
}

.rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
	cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle::after {
	content: '\f107';
	position: absolute;
	top: 22px;
	right: 0;
	margin-top: -22px;
	width: 65px;
	height: 46px;
	font: 400 14px "FontAwesome";
	line-height: 46px;
	text-align: center;
	transition: 0.4s all ease;
	z-index: 2;
	cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-collapse,
.rd-navbar-fixed .rd-navbar-search-toggle {
	position: fixed;
	top: 4px;
	z-index: 1000;
	background-color: transparent;
	border: none;
}

.rd-navbar-fixed.active .rd-navbar-nav {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.rd-navbar-fixed.rd-navbar-transparent .rd-navbar-nav-wrap {
	flex-direction: column-reverse;
	justify-content: flex-end;
	padding-top: 120px;
}

.rd-navbar-fixed.rd-navbar-transparent .rd-navbar-nav-wrap__shop .icon {
	color: #c0a184;
}

.rd-navbar-fixed.rd-navbar-transparent .rd-navbar-nav-wrap__shop .icon:hover {
	color: #474c58;
}

.rd-navbar-fixed .rd-navbar-panel {
	color: #000;
}

.rd-navbar-fixed .rd-navbar-panel:before {
	box-shadow: none;
	border-bottom-color: #f7f7f7;
	background: #fff;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	color: #fff;
	background: #fff;
	border-color: #f7f7f7;
}

.rd-navbar-fixed .rd-navbar-nav {
	padding: 15px 0;
}

.rd-navbar-fixed .rd-navbar-nav li > a {
	color: #000;
}

.rd-navbar-fixed .rd-navbar-nav li:hover > a, .rd-navbar-fixed .rd-navbar-nav li.focus > a, .rd-navbar-fixed .rd-navbar-nav li.active > a, .rd-navbar-fixed .rd-navbar-nav li.opened > a {
	color: #fff;
	background: #c0a184;
}

.rd-navbar-fixed .rd-navbar-nav li:hover > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-navbar-nav li.focus > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-navbar-nav li.active > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle {
	color: #fff;
}

.rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle {
	color: #fff;
}

.rd-navbar-fixed .rd-megamenu-list > li > a,
.rd-navbar-fixed .rd-navbar-dropdown > li > a {
	color: #4b4b4b;
}

.rd-navbar-fixed .rd-megamenu-list:hover > a, .rd-navbar-fixed .rd-megamenu-list.focus > a, .rd-navbar-fixed .rd-megamenu-list.active > a, .rd-navbar-fixed .rd-megamenu-list.opened > a,
.rd-navbar-fixed .rd-navbar-dropdown:hover > a,
.rd-navbar-fixed .rd-navbar-dropdown.focus > a,
.rd-navbar-fixed .rd-navbar-dropdown.active > a,
.rd-navbar-fixed .rd-navbar-dropdown.opened > a {
	color: #fff;
	background: #c0a184;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-header {
	color: #000;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-header a, .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-header a:active, .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-header a:focus {
	color: #000;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-header a:hover {
	color: #c0a184;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
	color: #000;
}

.rd-navbar-fixed .rd-navbar-top-panel {
	pointer-events: none;
	z-index: 1001;
	top: 0;
	right: 0;
	width: 100%;
}

.rd-navbar-fixed .rd-navbar-top-panel .rd-navbar-top-panel-toggle {
	z-index: 1000;
}

.rd-navbar-fixed .rd-navbar-top-panel, .rd-navbar-fixed .rd-navbar-top-panel .rd-navbar-top-panel-toggle {
	position: fixed;
	display: block;
	height: 48px;
}

.rd-navbar-fixed .rd-navbar-top-panel * {
	pointer-events: auto;
}

.rd-navbar-fixed .rd-navbar-top-panel .rd-navbar-top-panel-content .icon-gray,
.rd-navbar-fixed .rd-navbar-top-panel .rd-navbar-top-panel-content .icon-gray-outline {
	color: #b7b7b7;
}

.rd-navbar-fixed .rd-navbar-top-panel .rd-navbar-top-panel-content .icon-gray-outline {
	border-color: #b7b7b7;
}

.rd-navbar-fixed .rd-navbar-top-panel .rd-navbar-top-panel-content .icon-gray-outline:hover {
	color: #fff;
}

.rd-navbar-fixed .rd-navbar-top-panel.active .rd-navbar-top-panel-content {
	visibility: visible;
	opacity: 1;
}

.rd-navbar-fixed .rd-navbar-top-panel-toggle {
	top: 4px;
	right: 4px;
	width: 48px;
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #000;
}

.rd-navbar-fixed .rd-navbar-top-panel-toggle span {
	top: 50%;
	margin-top: -3px;
}

.rd-navbar-fixed .rd-navbar-top-panel-toggle span, .rd-navbar-fixed .rd-navbar-top-panel-toggle span:before, .rd-navbar-fixed .rd-navbar-top-panel-toggle span:after {
	position: absolute;
	width: 6px;
	height: 6px;
	line-height: 6px;
	text-align: center;
	background: #000;
	left: 50%;
	margin-left: -3px;
	border-radius: 50%;
	transition: .3s all ease;
}

.rd-navbar-fixed .rd-navbar-top-panel-toggle span:before, .rd-navbar-fixed .rd-navbar-top-panel-toggle span:after {
	content: '';
}

.rd-navbar-fixed .rd-navbar-top-panel-toggle span:before {
	bottom: 100%;
	margin-bottom: 3px;
}

.rd-navbar-fixed .rd-navbar-top-panel-toggle span:after {
	top: 100%;
	margin-top: 3px;
}

.rd-navbar-fixed .rd-navbar-top-panel-toggle.active span {
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
}

.rd-navbar-fixed .rd-navbar-top-panel-toggle.active span:before {
	-webkit-transform: translateY(18px);
	transform: translateY(18px);
}

.rd-navbar-fixed .rd-navbar-top-panel-toggle.active span:after {
	-webkit-transform: translateY(-18px);
	transform: translateY(-18px);
}

.rd-navbar-fixed .rd-navbar-top-panel-content {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	width: auto;
	padding: 25px 40px;
	margin: 0 -1px;
	pointer-events: auto;
	opacity: 0;
	visibility: hidden;
	transition: .23s all ease-out;
	background: #474c58;
	text-align: left;
}

.rd-navbar-fixed .rd-navbar-top-panel-content > * + * {
	margin-top: 10px;
}

.rd-navbar-fixed.rd-navbar-top-panel-light .rd-navbar-top-panel-content {
	background: #fff;
	border: 1px solid #f7f7f7;
}

.rd-navbar-fixed.rd-navbar-dark .rd-navbar-toggle {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #fff;
	background-color: transparent;
	border: none;
}

.rd-navbar-fixed.rd-navbar-dark .rd-navbar-toggle span {
	position: relative;
	display: block;
	margin: auto;
	transition: .3s all ease;
}

.rd-navbar-fixed.rd-navbar-dark .rd-navbar-toggle span:after, .rd-navbar-fixed.rd-navbar-dark .rd-navbar-toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
	transition: .3s all ease;
}

.rd-navbar-fixed.rd-navbar-dark .rd-navbar-toggle span:after {
	top: 8px;
}

.rd-navbar-fixed.rd-navbar-dark .rd-navbar-toggle span:after, .rd-navbar-fixed.rd-navbar-dark .rd-navbar-toggle span:before, .rd-navbar-fixed.rd-navbar-dark .rd-navbar-toggle span {
	width: 24px;
	height: 4px;
	background-color: #fff;
	backface-visibility: hidden;
	border-radius: 2px;
}

.rd-navbar-fixed.rd-navbar-dark .rd-navbar-toggle span {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.rd-navbar-fixed.rd-navbar-dark .rd-navbar-toggle span:before, .rd-navbar-fixed.rd-navbar-dark .rd-navbar-toggle span:after {
	-webkit-transform-origin: 1.71429px center;
	-moz-transform-origin: 1.71429px center;
	-ms-transform-origin: 1.71429px center;
	transform-origin: 1.71429px center;
	-webkit-transform-origin: 1.71429px center;
	-moz-transform-origin: 1.71429px center;
	-ms-transform-origin: 1.71429px center;
	transform-origin: 1.71429px center;
}

.rd-navbar-fixed.rd-navbar-dark .rd-navbar-toggle.active span {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.rd-navbar-fixed.rd-navbar-dark .rd-navbar-toggle.active span:before, .rd-navbar-fixed.rd-navbar-dark .rd-navbar-toggle.active span:after {
	top: 0;
	width: 15px;
}

.rd-navbar-fixed.rd-navbar-dark .rd-navbar-toggle.active span:before {
	-webkit-transform: rotate3d(0, 0, 1, -40deg);
	transform: rotate3d(0, 0, 1, -40deg);
}

.rd-navbar-fixed.rd-navbar-dark .rd-navbar-toggle.active span:after {
	-webkit-transform: rotate3d(0, 0, 1, 40deg);
	transform: rotate3d(0, 0, 1, 40deg);
}

.rd-navbar-fixed.rd-navbar-dark .rd-navbar-panel {
	color: #000;
	-webkit-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
}

.rd-navbar-fixed.rd-navbar-dark .rd-navbar-panel:before {
	border-bottom: 1px solid #474c58;
	background: #474c58;
}

.rd-navbar-fixed.rd-navbar-dark .rd-navbar-nav li .rd-navbar-submenu-toggle:after {
	color: #fff;
}

.rd-navbar-fixed.rd-navbar-dark .rd-navbar-nav-wrap {
	background: #474c58;
	border-right: 0;
}

.rd-navbar-fixed.rd-navbar-dark .rd-navbar-nav > li > a {
	color: #fff;
}

.rd-navbar-fixed.rd-navbar-dark .rd-megamenu-header {
	color: #f2f2f2;
}

.rd-navbar-fixed.rd-navbar-dark .rd-megamenu-header a, .rd-navbar-fixed.rd-navbar-dark .rd-megamenu-header a:active, .rd-navbar-fixed.rd-navbar-dark .rd-megamenu-header a:focus {
	color: #f2f2f2;
}

.rd-navbar-fixed.rd-navbar-dark .rd-megamenu-header:after {
	background: rgba(255, 255, 255, 0.15);
}

.rd-navbar-fixed.rd-navbar-dark .rd-megamenu-list > li > a,
.rd-navbar-fixed.rd-navbar-dark .rd-navbar-dropdown > li > a {
	color: rgba(255, 255, 255, 0.7);
}

.rd-navbar-fixed.rd-navbar-dark .rd-navbar-top-panel-toggle span, .rd-navbar-fixed.rd-navbar-dark .rd-navbar-top-panel-toggle span:before, .rd-navbar-fixed.rd-navbar-dark .rd-navbar-top-panel-toggle span:after {
	background: #fff;
}

.rd-navbar-fixed.rd-navbar-dark .rd-navbar-top-panel-content {
	border: 1px solid #424752;
}

html.rd-navbar-fixed-linked .page {
	padding-top: 56px;
}

/*
* Sidebar Layout
*/
.rd-navbar-sidebar {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;
	background: rgba(0, 0, 0, 0.43);
}

.rd-navbar-sidebar * + .group-sm {
	margin-top: 0;
}

.rd-navbar-sidebar .rd-navbar-inner {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1200px;
	padding: 24px 15px;
	height: 85px;
	margin-left: auto;
	margin-right: auto;
	transition: height .3s;
}

.rd-navbar-sidebar .rd-navbar-toggle {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.rd-navbar-sidebar .rd-navbar-toggle span {
	position: relative;
	display: block;
	margin: auto;
	transition: .3s all ease;
}

.rd-navbar-sidebar .rd-navbar-toggle span:after, .rd-navbar-sidebar .rd-navbar-toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -10px;
	transition: .3s all ease;
}

.rd-navbar-sidebar .rd-navbar-toggle span:after {
	top: 10px;
}

.rd-navbar-sidebar .rd-navbar-toggle span:after, .rd-navbar-sidebar .rd-navbar-toggle span:before, .rd-navbar-sidebar .rd-navbar-toggle span {
	width: 28px;
	height: 5px;
	background-color: #fff;
	backface-visibility: hidden;
	border-radius: 2px;
}

.rd-navbar-sidebar .rd-navbar-toggle span:before, .rd-navbar-sidebar .rd-navbar-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;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.rd-navbar-sidebar .rd-navbar-toggle.active span {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: background .3s 0s ease;
	background: transparent;
}

.rd-navbar-sidebar .rd-navbar-toggle.active span:before, .rd-navbar-sidebar .rd-navbar-toggle.active span:after {
	top: 0;
	-webkit-transition-delay: 0s, 0.3s;
	transition-delay: 0s, 0.3s;
}

.rd-navbar-sidebar .rd-navbar-toggle.active span:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.rd-navbar-sidebar .rd-navbar-toggle.active span:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.rd-navbar-sidebar .rd-navbar-toggle span:after, .rd-navbar-sidebar .rd-navbar-toggle span:before, .rd-navbar-sidebar .rd-navbar-toggle span {
	height: 3px;
}

.rd-navbar-sidebar .rd-navbar-nav-wrap {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 90px;
	opacity: 0;
	overflow: visible;
	background: #fff;
	text-align: center;
	border-bottom: 3px solid #5db8af;
	pointer-events: none;
}

.rd-navbar-sidebar .rd-navbar-nav-wrap.active {
	opacity: 1;
	top: 85px;
	pointer-events: auto;
}

.rd-navbar-sidebar .rd-navbar-megamenu {
	left: 0;
	right: 0;
	width: 100%;
}

.rd-navbar-sidebar .rd-navbar-nav {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 50px 40px;
	border-style: solid;
	border-color: #f2f2f2;
	border-width: 0 1px 0 1px;
	overflow: visible;
}

.rd-navbar-sidebar .rd-navbar-nav > li > .rd-navbar-dropdown {
	margin-top: 49px;
	border-style: solid;
	border-color: #f2f2f2;
	border-width: 0 1px 1px 1px;
}

.rd-navbar-sidebar .rd-navbar-nav > li {
	padding-left: 32px;
	padding-right: 32px;
}

.rd-navbar-sidebar .rd-navbar-megamenu {
	right: 0;
	margin-top: 12px;
	border: 1px solid #f2f2f2;
	border-top: 0;
	border-bottom: 3px solid #5db8af;
}

.rd-navbar-sidebar .rd-navbar-megamenu > li {
	padding-bottom: 35px;
}

.rd-navbar-sidebar .btn-sm, .rd-navbar-sidebar .btn-group-sm > .btn {
	font-size: 13px;
}

.rd-navbar-sidebar.rd-navbar--is-stuck {
	background: #474c58;
}

.rd-navbar-sidebar.rd-navbar--is-stuck .rd-navbar-inner {
	height: 74px;
}

.rd-navbar-sidebar.rd-navbar--is-stuck .rd-navbar-nav-wrap {
	top: 84px;
}

.rd-navbar-sidebar.rd-navbar--is-stuck .rd-navbar-nav-wrap.active {
	top: 74px;
}

/*
* @subsection   Page boxed layout style redeclaration
**/
html.boxed .rd-navbar--is-clone {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

/*
*
* Material Parallax
* --------------------------------------------------
*/
.parallax-container {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.material-parallax {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.material-parallax img {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	transform: translate3d(0, 0, 0);
	transform: translateX(-50%);
}

/*
* @subsection   RD Google Map
* @description  Describes style declarations for RD Google Map extension
* @version      1.0.0
*/
* @license      MIT license - http://opensource.org/licenses/MIT
* @version      1.0.0
*/
.ui-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 38px;
	color: #fff;
	background: #c0a184;
	border-radius: 50px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	z-index: 20;
	transition: .3s all ease;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}

.ui-to-top, .ui-to-top:active, .ui-to-top:focus {
	color: #fff;
	background: #c0a184;
}

.ui-to-top:hover {
	color: #fff;
	background: #5db8af;
}

.ui-to-top:focus {
	outline: 0;
}

.ui-to-top.active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.mobile .ui-to-top,
.tablet .ui-to-top {
	display: none !important;
}

@media (min-width: 480px) {
	.ui-to-top {
		right: 40px;
		bottom: 40px;
	}}

.progress-bar-horizontal > svg {
	height: 10px;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.progress-bar-radial > svg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 5px;
	overflow: hidden;
}

.progress-bar-default .progress-bar__stroke {
	stroke: #4b4b4b;
}

.progress-bar-default .progress-bar__trail {
	stroke: rgba(75, 75, 75, 0.05);
}

.progress-bar-primary .progress-bar__stroke {
	stroke: #c0a184;
}

.progress-bar-primary .progress-bar__trail {
	stroke: #f5f5f5;
}

.progress-bar-radial-default-wrap .progress-bar-radial svg,
.progress-bar-radial-default-wrap .progress-bar-radial .progress-bar__body {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
}

.progress-bar-radial-default-wrap .progress-bar-radial svg {
	height: auto;
}

.progress-variant-primary .progress {
	background: #f7f7f7;
}

.progress-variant-primary .progressbar {
	background: #c0a184;
}

.progress-variant-secondary-1 .progress {
	background: #ededed;
}

.progress-variant-secondary-1 .progress-bar {
	background: #f8333c;
}

.progress-variant-secondary-2 .progress {
	background: #ededed;
}

.progress-variant-secondary-2 .progress-bar {
	background: #45a4ff;
}

.progress-variant-secondary-3 .progress {
	background: #ededed;
}

.progress-variant-secondary-3 .progress-bar {
	background: #fde74c;
}

.progress-variant-secondary-4 .progress {
	background: #ededed;
}

.progress-variant-secondary-4 .progress-bar {
	background: #58c4a7;
}

.recaptcha iframe {
	border-radius: 3px;
}

@media (max-width: 350px) {
	.recaptcha iframe {
		max-width: 100%;
		transform: scale(0.77);
		-webkit-transform: scale(0.77);
		transform-origin: -5px;
		-webkit-transform-origin: -5px;
	}}

.recaptcha div div {
	display: inline-block;
}

.has-error .recaptcha iframe {
	border: 1px solid #f2dede;
}

.page-loader {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	float: left;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	z-index: 9999999;
	background: #fff;
	transition: .3s all ease;
}

.page-loader.loaded {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

.page-loader.ending {
	display: none;
}

.page-loader > * {
	position: relative;
	top: -20px;
}

[data-x-mode] .page-loader {
	display: none;
}

.page-loader-image {
	display: block;
	text-align: center;
}

.page-loader-body {
	margin-top: 35px;
	text-align: center;
}

.cssload-jumping {
	position: relative;
	display: block;
	width: 300px;
}

.cssload-jumping,
.cssload-jumping * {
	box-sizing: border-box;
}

.cssload-jumping span {
	display: inline-block;
	height: 11px;
	width: 11px;
	margin: 0 13px;
	background: #c0a184;
	border-radius: 487px;
	background-clip: padding-box;
}

.cssload-jumping span:nth-child(1) {
	animation: scale 1.15s 0.12s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.cssload-jumping span:nth-child(2) {
	animation: scale 1.15s 0.23s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.cssload-jumping span:nth-child(3) {
	animation: scale 1.15s 0.35s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.cssload-jumping span:nth-child(4) {
	animation: scale 1.15s 0.46s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.cssload-jumping span:nth-child(5) {
	animation: scale 1.15s 0.58s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

@-webkit-keyframes scale {
	0% {
		-o-transform: scale(0);
	}
	25% {
		-o-transform: scale(0.9, 0.9);
		background: #a47a54;
	}
	50% {
		-o-transform: scale(1, 1);
		margin: 0 5px;
		background: #826143;
	}
	100% {
		-o-transform: scale(0);
	}
}

@keyframes scale {
	0% {
		-o-transform: scale(0);
	}
	25% {
		-o-transform: scale(0.9, 0.9);
		background: #a47a54;
	}
	50% {
		-o-transform: scale(1, 1);
		margin: 0 5px;
		background: #826143;
	}
	100% {
		-o-transform: scale(0);
	}
}