/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1,
.thank-you-table .holder h2 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?cgi3e8");
	src: url("../fonts/icomoon.eot?cgi3e8#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2?cgi3e8") format("woff2"), url("../fonts/icomoon.ttf?cgi3e8") format("truetype"), url("../fonts/icomoon.woff?cgi3e8") format("woff"), url("../fonts/icomoon.svg?cgi3e8#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-wallet:before {
	content: "\e903";
}

.icon-volume-up-solid:before {
	content: "\e902";
}

.icon-tick:before {
	content: "\e901";
}

.icon-map-marker:before {
	content: "\e900";
}

/*!
 * Font Awesome Pro 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */

.fa,
.fas,
.far,
.fal,
.fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-lg {
	font-size: 1.3333333333em;
	line-height: .75em;
	vertical-align: -.0667em;
}

.fa-xs {
	font-size: .75em;
}

.fa-sm {
	font-size: .875em;
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

.fa-border {
	border: solid .08em #eee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(-1, -1);
	-ms-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-500px:before {
	content: "\f26e";
}

.fa-accessible-icon:before {
	content: "\f368";
}

.fa-accusoft:before {
	content: "\f369";
}

.fa-address-book:before {
	content: "\f2b9";
}

.fa-address-card:before {
	content: "\f2bb";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-adn:before {
	content: "\f170";
}

.fa-adversal:before {
	content: "\f36a";
}

.fa-affiliatetheme:before {
	content: "\f36b";
}

.fa-alarm-clock:before {
	content: "\f34e";
}

.fa-algolia:before {
	content: "\f36c";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-amazon:before {
	content: "\f270";
}

.fa-amazon-pay:before {
	content: "\f42c";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}

.fa-amilia:before {
	content: "\f36d";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-android:before {
	content: "\f17b";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angrycreative:before {
	content: "\f36e";
}

.fa-angular:before {
	content: "\f420";
}

.fa-app-store:before {
	content: "\f36f";
}

.fa-app-store-ios:before {
	content: "\f370";
}

.fa-apper:before {
	content: "\f371";
}

.fa-apple:before {
	content: "\f179";
}

.fa-apple-pay:before {
	content: "\f415";
}

.fa-archive:before {
	content: "\f187";
}

.fa-arrow-alt-circle-down:before {
	content: "\f358";
}

.fa-arrow-alt-circle-left:before {
	content: "\f359";
}

.fa-arrow-alt-circle-right:before {
	content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
	content: "\f35b";
}

.fa-arrow-alt-down:before {
	content: "\f354";
}

.fa-arrow-alt-from-bottom:before {
	content: "\f346";
}

.fa-arrow-alt-from-left:before {
	content: "\f347";
}

.fa-arrow-alt-from-right:before {
	content: "\f348";
}

.fa-arrow-alt-from-top:before {
	content: "\f349";
}

.fa-arrow-alt-left:before {
	content: "\f355";
}

.fa-arrow-alt-right:before {
	content: "\f356";
}

.fa-arrow-alt-square-down:before {
	content: "\f350";
}

.fa-arrow-alt-square-left:before {
	content: "\f351";
}

.fa-arrow-alt-square-right:before {
	content: "\f352";
}

.fa-arrow-alt-square-up:before {
	content: "\f353";
}

.fa-arrow-alt-to-bottom:before {
	content: "\f34a";
}

.fa-arrow-alt-to-left:before {
	content: "\f34b";
}

.fa-arrow-alt-to-right:before {
	content: "\f34c";
}

.fa-arrow-alt-to-top:before {
	content: "\f34d";
}

.fa-arrow-alt-up:before {
	content: "\f357";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-arrow-from-bottom:before {
	content: "\f342";
}

.fa-arrow-from-left:before {
	content: "\f343";
}

.fa-arrow-from-right:before {
	content: "\f344";
}

.fa-arrow-from-top:before {
	content: "\f345";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-square-down:before {
	content: "\f339";
}

.fa-arrow-square-left:before {
	content: "\f33a";
}

.fa-arrow-square-right:before {
	content: "\f33b";
}

.fa-arrow-square-up:before {
	content: "\f33c";
}

.fa-arrow-to-bottom:before {
	content: "\f33d";
}

.fa-arrow-to-left:before {
	content: "\f33e";
}

.fa-arrow-to-right:before {
	content: "\f340";
}

.fa-arrow-to-top:before {
	content: "\f341";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrows:before {
	content: "\f047";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-arrows-alt-h:before {
	content: "\f337";
}

.fa-arrows-alt-v:before {
	content: "\f338";
}

.fa-arrows-h:before {
	content: "\f07e";
}

.fa-arrows-v:before {
	content: "\f07d";
}

.fa-assistive-listening-systems:before {
	content: "\f2a2";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-asymmetrik:before {
	content: "\f372";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-audible:before {
	content: "\f373";
}

.fa-audio-description:before {
	content: "\f29e";
}

.fa-autoprefixer:before {
	content: "\f41c";
}

.fa-avianex:before {
	content: "\f374";
}

.fa-aviato:before {
	content: "\f421";
}

.fa-aws:before {
	content: "\f375";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-badge:before {
	content: "\f335";
}

.fa-badge-check:before {
	content: "\f336";
}

.fa-balance-scale:before {
	content: "\f24e";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-bandcamp:before {
	content: "\f2d5";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-bars:before {
	content: "\f0c9";
}

.fa-baseball:before {
	content: "\f432";
}

.fa-baseball-ball:before {
	content: "\f433";
}

.fa-basketball-ball:before {
	content: "\f434";
}

.fa-basketball-hoop:before {
	content: "\f435";
}

.fa-bath:before {
	content: "\f2cd";
}

.fa-battery-bolt:before {
	content: "\f376";
}

.fa-battery-empty:before {
	content: "\f244";
}

.fa-battery-full:before {
	content: "\f240";
}

.fa-battery-half:before {
	content: "\f242";
}

.fa-battery-quarter:before {
	content: "\f243";
}

.fa-battery-slash:before {
	content: "\f377";
}

.fa-battery-three-quarters:before {
	content: "\f241";
}

.fa-bed:before {
	content: "\f236";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-bimobject:before {
	content: "\f378";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitcoin:before {
	content: "\f379";
}

.fa-bity:before {
	content: "\f37a";
}

.fa-black-tie:before {
	content: "\f27e";
}

.fa-blackberry:before {
	content: "\f37b";
}

.fa-blind:before {
	content: "\f29d";
}

.fa-blogger:before {
	content: "\f37c";
}

.fa-blogger-b:before {
	content: "\f37d";
}

.fa-bluetooth:before {
	content: "\f293";
}

.fa-bluetooth-b:before {
	content: "\f294";
}

.fa-bold:before {
	content: "\f032";
}

.fa-bolt:before {
	content: "\f0e7";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-book:before {
	content: "\f02d";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-bowling-ball:before {
	content: "\f436";
}

.fa-bowling-pins:before {
	content: "\f437";
}

.fa-boxing-glove:before {
	content: "\f438";
}

.fa-braille:before {
	content: "\f2a1";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-browser:before {
	content: "\f37e";
}

.fa-btc:before {
	content: "\f15a";
}

.fa-bug:before {
	content: "\f188";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-buromobelexperte:before {
	content: "\f37f";
}

.fa-bus:before {
	content: "\f207";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-calendar:before {
	content: "\f133";
}

.fa-calendar-alt:before {
	content: "\f073";
}

.fa-calendar-check:before {
	content: "\f274";
}

.fa-calendar-edit:before {
	content: "\f333";
}

.fa-calendar-exclamation:before {
	content: "\f334";
}

.fa-calendar-minus:before {
	content: "\f272";
}

.fa-calendar-plus:before {
	content: "\f271";
}

.fa-calendar-times:before {
	content: "\f273";
}

.fa-camera:before {
	content: "\f030";
}

.fa-camera-alt:before {
	content: "\f332";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-car:before {
	content: "\f1b9";
}

.fa-caret-circle-down:before {
	content: "\f32d";
}

.fa-caret-circle-left:before {
	content: "\f32e";
}

.fa-caret-circle-right:before {
	content: "\f330";
}

.fa-caret-circle-up:before {
	content: "\f331";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-caret-square-down:before {
	content: "\f150";
}

.fa-caret-square-left:before {
	content: "\f191";
}

.fa-caret-square-right:before {
	content: "\f152";
}

.fa-caret-square-up:before {
	content: "\f151";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

.fa-cart-plus:before {
	content: "\f217";
}

.fa-cc-amazon-pay:before {
	content: "\f42d";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-apple-pay:before {
	content: "\f416";
}

.fa-cc-diners-club:before {
	content: "\f24c";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-jcb:before {
	content: "\f24b";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-centercode:before {
	content: "\f380";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-chart-area:before {
	content: "\f1fe";
}

.fa-chart-bar:before {
	content: "\f080";
}

.fa-chart-line:before {
	content: "\f201";
}

.fa-chart-pie:before {
	content: "\f200";
}

.fa-check:before {
	content: "\f00c";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-chess:before {
	content: "\f439";
}

.fa-chess-bishop:before {
	content: "\f43a";
}

.fa-chess-bishop-alt:before {
	content: "\f43b";
}

.fa-chess-board:before {
	content: "\f43c";
}

.fa-chess-clock:before {
	content: "\f43d";
}

.fa-chess-clock-alt:before {
	content: "\f43e";
}

.fa-chess-king:before {
	content: "\f43f";
}

.fa-chess-king-alt:before {
	content: "\f440";
}

.fa-chess-knight:before {
	content: "\f441";
}

.fa-chess-knight-alt:before {
	content: "\f442";
}

.fa-chess-pawn:before {
	content: "\f443";
}

.fa-chess-pawn-alt:before {
	content: "\f444";
}

.fa-chess-queen:before {
	content: "\f445";
}

.fa-chess-queen-alt:before {
	content: "\f446";
}

.fa-chess-rook:before {
	content: "\f447";
}

.fa-chess-rook-alt:before {
	content: "\f448";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-double-down:before {
	content: "\f322";
}

.fa-chevron-double-left:before {
	content: "\f323";
}

.fa-chevron-double-right:before {
	content: "\f324";
}

.fa-chevron-double-up:before {
	content: "\f325";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-chevron-square-down:before {
	content: "\f329";
}

.fa-chevron-square-left:before {
	content: "\f32a";
}

.fa-chevron-square-right:before {
	content: "\f32b";
}

.fa-chevron-square-up:before {
	content: "\f32c";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-chrome:before {
	content: "\f268";
}

.fa-circle:before {
	content: "\f111";
}

.fa-circle-notch:before {
	content: "\f1ce";
}

.fa-clipboard:before {
	content: "\f328";
}

.fa-clock:before {
	content: "\f017";
}

.fa-clone:before {
	content: "\f24d";
}

.fa-closed-captioning:before {
	content: "\f20a";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-cloud-download:before {
	content: "\f0ed";
}

.fa-cloud-download-alt:before {
	content: "\f381";
}

.fa-cloud-upload:before {
	content: "\f0ee";
}

.fa-cloud-upload-alt:before {
	content: "\f382";
}

.fa-cloudscale:before {
	content: "\f383";
}

.fa-cloudsmith:before {
	content: "\f384";
}

.fa-cloudversify:before {
	content: "\f385";
}

.fa-club:before {
	content: "\f327";
}

.fa-code:before {
	content: "\f121";
}

.fa-code-branch:before {
	content: "\f126";
}

.fa-code-commit:before {
	content: "\f386";
}

.fa-code-merge:before {
	content: "\f387";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-codiepie:before {
	content: "\f284";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cog:before {
	content: "\f013";
}

.fa-cogs:before {
	content: "\f085";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-comment:before {
	content: "\f075";
}

.fa-comment-alt:before {
	content: "\f27a";
}

.fa-comments:before {
	content: "\f086";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-compress:before {
	content: "\f066";
}

.fa-compress-alt:before {
	content: "\f422";
}

.fa-compress-wide:before {
	content: "\f326";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-contao:before {
	content: "\f26d";
}

.fa-copy:before {
	content: "\f0c5";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-cpanel:before {
	content: "\f388";
}

.fa-creative-commons:before {
	content: "\f25e";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-credit-card-blank:before {
	content: "\f389";
}

.fa-credit-card-front:before {
	content: "\f38a";
}

.fa-cricket:before {
	content: "\f449";
}

.fa-crop:before {
	content: "\f125";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-css3-alt:before {
	content: "\f38b";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-curling:before {
	content: "\f44a";
}

.fa-cut:before {
	content: "\f0c4";
}

.fa-cuttlefish:before {
	content: "\f38c";
}

.fa-d-and-d:before {
	content: "\f38d";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-deaf:before {
	content: "\f2a4";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-deploydog:before {
	content: "\f38e";
}

.fa-deskpro:before {
	content: "\f38f";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-desktop-alt:before {
	content: "\f390";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-diamond:before {
	content: "\f219";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-digital-ocean:before {
	content: "\f391";
}

.fa-discord:before {
	content: "\f392";
}

.fa-discourse:before {
	content: "\f393";
}

.fa-dochub:before {
	content: "\f394";
}

.fa-docker:before {
	content: "\f395";
}

.fa-dollar-sign:before {
	content: "\f155";
}

.fa-dot-circle:before {
	content: "\f192";
}

.fa-download:before {
	content: "\f019";
}

.fa-draft2digital:before {
	content: "\f396";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-dribbble-square:before {
	content: "\f397";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-dumbbell:before {
	content: "\f44b";
}

.fa-dyalog:before {
	content: "\f399";
}

.fa-earlybirds:before {
	content: "\f39a";
}

.fa-edge:before {
	content: "\f282";
}

.fa-edit:before {
	content: "\f044";
}

.fa-eject:before {
	content: "\f052";
}

.fa-elementor:before {
	content: "\f430";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-h-alt:before {
	content: "\f39b";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-ellipsis-v-alt:before {
	content: "\f39c";
}

.fa-ember:before {
	content: "\f423";
}

.fa-empire:before {
	content: "\f1d1";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-envelope-open:before {
	content: "\f2b6";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-envira:before {
	content: "\f299";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-erlang:before {
	content: "\f39d";
}

.fa-ethereum:before {
	content: "\f42e";
}

.fa-etsy:before {
	content: "\f2d7";
}

.fa-euro-sign:before {
	content: "\f153";
}

.fa-exchange:before {
	content: "\f0ec";
}

.fa-exchange-alt:before {
	content: "\f362";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-exclamation-square:before {
	content: "\f321";
}

.fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-expand:before {
	content: "\f065";
}

.fa-expand-alt:before {
	content: "\f424";
}

.fa-expand-arrows:before {
	content: "\f31d";
}

.fa-expand-arrows-alt:before {
	content: "\f31e";
}

.fa-expand-wide:before {
	content: "\f320";
}

.fa-expeditedssl:before {
	content: "\f23e";
}

.fa-external-link:before {
	content: "\f08e";
}

.fa-external-link-alt:before {
	content: "\f35d";
}

.fa-external-link-square:before {
	content: "\f14c";
}

.fa-external-link-square-alt:before {
	content: "\f360";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-dropper:before {
	content: "\f1fb";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-facebook:before {
	content: "\f09a";
}

.fa-facebook-f:before {
	content: "\f39e";
}

.fa-facebook-messenger:before {
	content: "\f39f";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-female:before {
	content: "\f182";
}

.fa-field-hockey:before {
	content: "\f44c";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-alt:before {
	content: "\f15c";
}

.fa-file-archive:before {
	content: "\f1c6";
}

.fa-file-audio:before {
	content: "\f1c7";
}

.fa-file-check:before {
	content: "\f316";
}

.fa-file-code:before {
	content: "\f1c9";
}

.fa-file-edit:before {
	content: "\f31c";
}

.fa-file-excel:before {
	content: "\f1c3";
}

.fa-file-exclamation:before {
	content: "\f31a";
}

.fa-file-image:before {
	content: "\f1c5";
}

.fa-file-minus:before {
	content: "\f318";
}

.fa-file-pdf:before {
	content: "\f1c1";
}

.fa-file-plus:before {
	content: "\f319";
}

.fa-file-powerpoint:before {
	content: "\f1c4";
}

.fa-file-times:before {
	content: "\f317";
}

.fa-file-video:before {
	content: "\f1c8";
}

.fa-file-word:before {
	content: "\f1c2";
}

.fa-film:before {
	content: "\f008";
}

.fa-film-alt:before {
	content: "\f3a0";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-firefox:before {
	content: "\f269";
}

.fa-first-order:before {
	content: "\f2b0";
}

.fa-firstdraft:before {
	content: "\f3a1";
}

.fa-flag:before {
	content: "\f024";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-flipboard:before {
	content: "\f44d";
}

.fa-fly:before {
	content: "\f417";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-font:before {
	content: "\f031";
}

.fa-font-awesome:before {
	content: "\f2b4";
}

.fa-font-awesome-alt:before {
	content: "\f35c";
}

.fa-font-awesome-flag:before {
	content: "\f425";
}

.fa-fonticons:before {
	content: "\f280";
}

.fa-fonticons-fi:before {
	content: "\f3a2";
}

.fa-football-ball:before {
	content: "\f44e";
}

.fa-football-helmet:before {
	content: "\f44f";
}

.fa-fort-awesome:before {
	content: "\f286";
}

.fa-fort-awesome-alt:before {
	content: "\f3a3";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-free-code-camp:before {
	content: "\f2c5";
}

.fa-freebsd:before {
	content: "\f3a4";
}

.fa-frown:before {
	content: "\f119";
}

.fa-futbol:before {
	content: "\f1e3";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-gavel:before {
	content: "\f0e3";
}

.fa-gem:before {
	content: "\f3a5";
}

.fa-genderless:before {
	content: "\f22d";
}

.fa-get-pocket:before {
	content: "\f265";
}

.fa-gg:before {
	content: "\f260";
}

.fa-gg-circle:before {
	content: "\f261";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-github:before {
	content: "\f09b";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-gitkraken:before {
	content: "\f3a6";
}

.fa-gitlab:before {
	content: "\f296";
}

.fa-gitter:before {
	content: "\f426";
}

.fa-glass-martini:before {
	content: "\f000";
}

.fa-glide:before {
	content: "\f2a5";
}

.fa-glide-g:before {
	content: "\f2a6";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-gofore:before {
	content: "\f3a7";
}

.fa-golf-ball:before {
	content: "\f450";
}

.fa-golf-club:before {
	content: "\f451";
}

.fa-goodreads:before {
	content: "\f3a8";
}

.fa-goodreads-g:before {
	content: "\f3a9";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-google-drive:before {
	content: "\f3aa";
}

.fa-google-play:before {
	content: "\f3ab";
}

.fa-google-plus:before {
	content: "\f2b3";
}

.fa-google-plus-g:before {
	content: "\f0d5";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-graduation-cap:before {
	content: "\f19d";
}

.fa-gratipay:before {
	content: "\f184";
}

.fa-grav:before {
	content: "\f2d6";
}

.fa-gripfire:before {
	content: "\f3ac";
}

.fa-grunt:before {
	content: "\f3ad";
}

.fa-gulp:before {
	content: "\f3ae";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-h1:before {
	content: "\f313";
}

.fa-h2:before {
	content: "\f314";
}

.fa-h3:before {
	content: "\f315";
}

.fa-hacker-news:before {
	content: "\f1d4";
}

.fa-hacker-news-square:before {
	content: "\f3af";
}

.fa-hand-lizard:before {
	content: "\f258";
}

.fa-hand-paper:before {
	content: "\f256";
}

.fa-hand-peace:before {
	content: "\f25b";
}

.fa-hand-point-down:before {
	content: "\f0a7";
}

.fa-hand-point-left:before {
	content: "\f0a5";
}

.fa-hand-point-right:before {
	content: "\f0a4";
}

.fa-hand-point-up:before {
	content: "\f0a6";
}

.fa-hand-pointer:before {
	content: "\f25a";
}

.fa-hand-rock:before {
	content: "\f255";
}

.fa-hand-scissors:before {
	content: "\f257";
}

.fa-hand-spock:before {
	content: "\f259";
}

.fa-handshake:before {
	content: "\f2b5";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-hdd:before {
	content: "\f0a0";
}

.fa-heading:before {
	content: "\f1dc";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-heart:before {
	content: "\f004";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-hexagon:before {
	content: "\f312";
}

.fa-hips:before {
	content: "\f452";
}

.fa-hire-a-helper:before {
	content: "\f3b0";
}

.fa-history:before {
	content: "\f1da";
}

.fa-hockey-puck:before {
	content: "\f453";
}

.fa-hockey-sticks:before {
	content: "\f454";
}

.fa-home:before {
	content: "\f015";
}

.fa-hooli:before {
	content: "\f427";
}

.fa-hospital:before {
	content: "\f0f8";
}

.fa-hotjar:before {
	content: "\f3b1";
}

.fa-hourglass:before {
	content: "\f254";
}

.fa-hourglass-end:before {
	content: "\f253";
}

.fa-hourglass-half:before {
	content: "\f252";
}

.fa-hourglass-start:before {
	content: "\f251";
}

.fa-houzz:before {
	content: "\f27c";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-hubspot:before {
	content: "\f3b2";
}

.fa-i-cursor:before {
	content: "\f246";
}

.fa-id-badge:before {
	content: "\f2c1";
}

.fa-id-card:before {
	content: "\f2c2";
}

.fa-image:before {
	content: "\f03e";
}

.fa-images:before {
	content: "\f302";
}

.fa-imdb:before {
	content: "\f2d8";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-inbox-in:before {
	content: "\f310";
}

.fa-inbox-out:before {
	content: "\f311";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-industry:before {
	content: "\f275";
}

.fa-industry-alt:before {
	content: "\f3b3";
}

.fa-info:before {
	content: "\f129";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-info-square:before {
	content: "\f30f";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-internet-explorer:before {
	content: "\f26b";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-italic:before {
	content: "\f033";
}

.fa-itunes:before {
	content: "\f3b4";
}

.fa-itunes-note:before {
	content: "\f3b5";
}

.fa-jack-o-lantern:before {
	content: "\f30e";
}

.fa-jenkins:before {
	content: "\f3b6";
}

.fa-joget:before {
	content: "\f3b7";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-js:before {
	content: "\f3b8";
}

.fa-js-square:before {
	content: "\f3b9";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-key:before {
	content: "\f084";
}

.fa-keyboard:before {
	content: "\f11c";
}

.fa-keycdn:before {
	content: "\f3ba";
}

.fa-kickstarter:before {
	content: "\f3bb";
}

.fa-kickstarter-k:before {
	content: "\f3bc";
}

.fa-korvue:before {
	content: "\f42f";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-laravel:before {
	content: "\f3bd";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-lemon:before {
	content: "\f094";
}

.fa-less:before {
	content: "\f41d";
}

.fa-level-down:before {
	content: "\f149";
}

.fa-level-down-alt:before {
	content: "\f3be";
}

.fa-level-up:before {
	content: "\f148";
}

.fa-level-up-alt:before {
	content: "\f3bf";
}

.fa-life-ring:before {
	content: "\f1cd";
}

.fa-lightbulb:before {
	content: "\f0eb";
}

.fa-line:before {
	content: "\f3c0";
}

.fa-link:before {
	content: "\f0c1";
}

.fa-linkedin:before {
	content: "\f08c";
}

.fa-linkedin-in:before {
	content: "\f0e1";
}

.fa-linode:before {
	content: "\f2b8";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-lira-sign:before {
	content: "\f195";
}

.fa-list:before {
	content: "\f03a";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-lock:before {
	content: "\f023";
}

.fa-lock-alt:before {
	content: "\f30d";
}

.fa-lock-open:before {
	content: "\f3c1";
}

.fa-lock-open-alt:before {
	content: "\f3c2";
}

.fa-long-arrow-alt-down:before {
	content: "\f309";
}

.fa-long-arrow-alt-left:before {
	content: "\f30a";
}

.fa-long-arrow-alt-right:before {
	content: "\f30b";
}

.fa-long-arrow-alt-up:before {
	content: "\f30c";
}

.fa-long-arrow-down:before {
	content: "\f175";
}

.fa-long-arrow-left:before {
	content: "\f177";
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.fa-long-arrow-up:before {
	content: "\f176";
}

.fa-low-vision:before {
	content: "\f2a8";
}

.fa-luchador:before {
	content: "\f455";
}

.fa-lyft:before {
	content: "\f3c3";
}

.fa-magento:before {
	content: "\f3c4";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-male:before {
	content: "\f183";
}

.fa-map:before {
	content: "\f279";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-map-marker-alt:before {
	content: "\f3c5";
}

.fa-map-pin:before {
	content: "\f276";
}

.fa-map-signs:before {
	content: "\f277";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mars-double:before {
	content: "\f227";
}

.fa-mars-stroke:before {
	content: "\f229";
}

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-medapps:before {
	content: "\f3c6";
}

.fa-medium:before {
	content: "\f23a";
}

.fa-medium-m:before {
	content: "\f3c7";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-medrt:before {
	content: "\f3c8";
}

.fa-meetup:before {
	content: "\f2e0";
}

.fa-meh:before {
	content: "\f11a";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-microchip:before {
	content: "\f2db";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-alt:before {
	content: "\f3c9";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-microsoft:before {
	content: "\f3ca";
}

.fa-minus:before {
	content: "\f068";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-minus-hexagon:before {
	content: "\f307";
}

.fa-minus-octagon:before {
	content: "\f308";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-mix:before {
	content: "\f3cb";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-mizuni:before {
	content: "\f3cc";
}

.fa-mobile:before {
	content: "\f10b";
}

.fa-mobile-alt:before {
	content: "\f3cd";
}

.fa-mobile-android:before {
	content: "\f3ce";
}

.fa-mobile-android-alt:before {
	content: "\f3cf";
}

.fa-modx:before {
	content: "\f285";
}

.fa-monero:before {
	content: "\f3d0";
}

.fa-money-bill:before {
	content: "\f0d6";
}

.fa-money-bill-alt:before {
	content: "\f3d1";
}

.fa-moon:before {
	content: "\f186";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-mouse-pointer:before {
	content: "\f245";
}

.fa-music:before {
	content: "\f001";
}

.fa-napster:before {
	content: "\f3d2";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-newspaper:before {
	content: "\f1ea";
}

.fa-nintendo-switch:before {
	content: "\f418";
}

.fa-node:before {
	content: "\f419";
}

.fa-node-js:before {
	content: "\f3d3";
}

.fa-npm:before {
	content: "\f3d4";
}

.fa-ns8:before {
	content: "\f3d5";
}

.fa-nutritionix:before {
	content: "\f3d6";
}

.fa-object-group:before {
	content: "\f247";
}

.fa-object-ungroup:before {
	content: "\f248";
}

.fa-octagon:before {
	content: "\f306";
}

.fa-odnoklassniki:before {
	content: "\f263";
}

.fa-odnoklassniki-square:before {
	content: "\f264";
}

.fa-opencart:before {
	content: "\f23d";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-opera:before {
	content: "\f26a";
}

.fa-optin-monster:before {
	content: "\f23c";
}

.fa-osi:before {
	content: "\f41a";
}

.fa-outdent:before {
	content: "\f03b";
}

.fa-page4:before {
	content: "\f3d7";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-palfed:before {
	content: "\f3d8";
}

.fa-paper-plane:before {
	content: "\f1d8";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-paste:before {
	content: "\f0ea";
}

.fa-patreon:before {
	content: "\f3d9";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-pause-circle:before {
	content: "\f28b";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-pen:before {
	content: "\f304";
}

.fa-pen-alt:before {
	content: "\f305";
}

.fa-pen-square:before {
	content: "\f14b";
}

.fa-pencil:before {
	content: "\f040";
}

.fa-pencil-alt:before {
	content: "\f303";
}

.fa-pennant:before {
	content: "\f456";
}

.fa-percent:before {
	content: "\f295";
}

.fa-periscope:before {
	content: "\f3da";
}

.fa-phabricator:before {
	content: "\f3db";
}

.fa-phoenix-framework:before {
	content: "\f3dc";
}

.fa-phone:before {
	content: "\f095";
}

.fa-phone-slash:before {
	content: "\f3dd";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-phone-volume:before {
	content: "\f2a0";
}

.fa-php:before {
	content: "\f457";
}

.fa-pied-piper:before {
	content: "\f2ae";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-pied-piper-pp:before {
	content: "\f1a7";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-plane:before {
	content: "\f072";
}

.fa-plane-alt:before {
	content: "\f3de";
}

.fa-play:before {
	content: "\f04b";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-playstation:before {
	content: "\f3df";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-plus:before {
	content: "\f067";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-plus-hexagon:before {
	content: "\f300";
}

.fa-plus-octagon:before {
	content: "\f301";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-podcast:before {
	content: "\f2ce";
}

.fa-poo:before {
	content: "\f2fe";
}

.fa-portrait:before {
	content: "\f3e0";
}

.fa-pound-sign:before {
	content: "\f154";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-print:before {
	content: "\f02f";
}

.fa-product-hunt:before {
	content: "\f288";
}

.fa-pushed:before {
	content: "\f3e1";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-python:before {
	content: "\f3e2";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-question:before {
	content: "\f128";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-question-square:before {
	content: "\f2fd";
}

.fa-quidditch:before {
	content: "\f458";
}

.fa-quinscape:before {
	content: "\f459";
}

.fa-quora:before {
	content: "\f2c4";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-racquet:before {
	content: "\f45a";
}

.fa-random:before {
	content: "\f074";
}

.fa-ravelry:before {
	content: "\f2d9";
}

.fa-react:before {
	content: "\f41b";
}

.fa-rebel:before {
	content: "\f1d0";
}

.fa-rectangle-landscape:before {
	content: "\f2fa";
}

.fa-rectangle-portrait:before {
	content: "\f2fb";
}

.fa-rectangle-wide:before {
	content: "\f2fc";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-red-river:before {
	content: "\f3e3";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-alien:before {
	content: "\f281";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-redo:before {
	content: "\f01e";
}

.fa-redo-alt:before {
	content: "\f2f9";
}

.fa-registered:before {
	content: "\f25d";
}

.fa-rendact:before {
	content: "\f3e4";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-repeat:before {
	content: "\f363";
}

.fa-repeat-1:before {
	content: "\f365";
}

.fa-repeat-1-alt:before {
	content: "\f366";
}

.fa-repeat-alt:before {
	content: "\f364";
}

.fa-reply:before {
	content: "\f3e5";
}

.fa-reply-all:before {
	content: "\f122";
}

.fa-replyd:before {
	content: "\f3e6";
}

.fa-resolving:before {
	content: "\f3e7";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-retweet-alt:before {
	content: "\f361";
}

.fa-road:before {
	content: "\f018";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-rocketchat:before {
	content: "\f3e8";
}

.fa-rockrms:before {
	content: "\f3e9";
}

.fa-rss:before {
	content: "\f09e";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-ruble-sign:before {
	content: "\f158";
}

.fa-rupee-sign:before {
	content: "\f156";
}

.fa-safari:before {
	content: "\f267";
}

.fa-sass:before {
	content: "\f41e";
}

.fa-save:before {
	content: "\f0c7";
}

.fa-schlix:before {
	content: "\f3ea";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-scrubber:before {
	content: "\f2f8";
}

.fa-search:before {
	content: "\f002";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-searchengin:before {
	content: "\f3eb";
}

.fa-sellcast:before {
	content: "\f2da";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-server:before {
	content: "\f233";
}

.fa-servicestack:before {
	content: "\f3ec";
}

.fa-share:before {
	content: "\f064";
}

.fa-share-all:before {
	content: "\f367";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-shekel-sign:before {
	content: "\f20b";
}

.fa-shield:before {
	content: "\f132";
}

.fa-shield-alt:before {
	content: "\f3ed";
}

.fa-shield-check:before {
	content: "\f2f7";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-basket:before {
	content: "\f291";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-shower:before {
	content: "\f2cc";
}

.fa-shuttlecock:before {
	content: "\f45b";
}

.fa-sign-in:before {
	content: "\f090";
}

.fa-sign-in-alt:before {
	content: "\f2f6";
}

.fa-sign-language:before {
	content: "\f2a7";
}

.fa-sign-out:before {
	content: "\f08b";
}

.fa-sign-out-alt:before {
	content: "\f2f5";
}

.fa-signal:before {
	content: "\f012";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-sistrix:before {
	content: "\f3ee";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-slack:before {
	content: "\f198";
}

.fa-slack-hash:before {
	content: "\f3ef";
}

.fa-sliders-h:before {
	content: "\f1de";
}

.fa-sliders-h-square:before {
	content: "\f3f0";
}

.fa-sliders-v:before {
	content: "\f3f1";
}

.fa-sliders-v-square:before {
	content: "\f3f2";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-smile:before {
	content: "\f118";
}

.fa-snapchat:before {
	content: "\f2ab";
}

.fa-snapchat-ghost:before {
	content: "\f2ac";
}

.fa-snapchat-square:before {
	content: "\f2ad";
}

.fa-snowflake:before {
	content: "\f2dc";
}

.fa-sort:before {
	content: "\f0dc";
}

.fa-sort-alpha-down:before {
	content: "\f15d";
}

.fa-sort-alpha-up:before {
	content: "\f15e";
}

.fa-sort-amount-down:before {
	content: "\f160";
}

.fa-sort-amount-up:before {
	content: "\f161";
}

.fa-sort-down:before {
	content: "\f0dd";
}

.fa-sort-numeric-down:before {
	content: "\f162";
}

.fa-sort-numeric-up:before {
	content: "\f163";
}

.fa-sort-up:before {
	content: "\f0de";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-spade:before {
	content: "\f2f4";
}

.fa-speakap:before {
	content: "\f3f3";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-spinner-third:before {
	content: "\f3f4";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-square-full:before {
	content: "\f45c";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-exclamation:before {
	content: "\f2f3";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-staylinked:before {
	content: "\f3f5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-steam-symbol:before {
	content: "\f3f6";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-sticker-mule:before {
	content: "\f3f7";
}

.fa-sticky-note:before {
	content: "\f249";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-stop-circle:before {
	content: "\f28d";
}

.fa-stopwatch:before {
	content: "\f2f2";
}

.fa-strava:before {
	content: "\f428";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-stripe:before {
	content: "\f429";
}

.fa-stripe-s:before {
	content: "\f42a";
}

.fa-studiovinari:before {
	content: "\f3f8";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-subway:before {
	content: "\f239";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-sun:before {
	content: "\f185";
}

.fa-superpowers:before {
	content: "\f2dd";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-supple:before {
	content: "\f3f9";
}

.fa-sync:before {
	content: "\f021";
}

.fa-sync-alt:before {
	content: "\f2f1";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-table-tennis:before {
	content: "\f45d";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-tablet-alt:before {
	content: "\f3fa";
}

.fa-tablet-android:before {
	content: "\f3fb";
}

.fa-tablet-android-alt:before {
	content: "\f3fc";
}

.fa-tachometer:before {
	content: "\f0e4";
}

.fa-tachometer-alt:before {
	content: "\f3fd";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-taxi:before {
	content: "\f1ba";
}

.fa-telegram:before {
	content: "\f2c6";
}

.fa-telegram-plane:before {
	content: "\f3fe";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-tennis-ball:before {
	content: "\f45e";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-themeisle:before {
	content: "\f2b2";
}

.fa-thermometer-empty:before {
	content: "\f2cb";
}

.fa-thermometer-full:before {
	content: "\f2c7";
}

.fa-thermometer-half:before {
	content: "\f2c9";
}

.fa-thermometer-quarter:before {
	content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
	content: "\f2c8";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbtack:before {
	content: "\f08d";
}

.fa-ticket:before {
	content: "\f145";
}

.fa-ticket-alt:before {
	content: "\f3ff";
}

.fa-times:before {
	content: "\f00d";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-times-hexagon:before {
	content: "\f2ee";
}

.fa-times-octagon:before {
	content: "\f2f0";
}

.fa-times-square:before {
	content: "\f2d3";
}

.fa-tint:before {
	content: "\f043";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-trademark:before {
	content: "\f25c";
}

.fa-train:before {
	content: "\f238";
}

.fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-trash-alt:before {
	content: "\f2ed";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-tree-alt:before {
	content: "\f400";
}

.fa-trello:before {
	content: "\f181";
}

.fa-triangle:before {
	content: "\f2ec";
}

.fa-tripadvisor:before {
	content: "\f262";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-trophy-alt:before {
	content: "\f2eb";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-tv:before {
	content: "\f26c";
}

.fa-tv-retro:before {
	content: "\f401";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-typo3:before {
	content: "\f42b";
}

.fa-uber:before {
	content: "\f402";
}

.fa-uikit:before {
	content: "\f403";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-undo:before {
	content: "\f0e2";
}

.fa-undo-alt:before {
	content: "\f2ea";
}

.fa-uniregistry:before {
	content: "\f404";
}

.fa-universal-access:before {
	content: "\f29a";
}

.fa-university:before {
	content: "\f19c";
}

.fa-unlink:before {
	content: "\f127";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-untappd:before {
	content: "\f405";
}

.fa-upload:before {
	content: "\f093";
}

.fa-usb:before {
	content: "\f287";
}

.fa-usd-circle:before {
	content: "\f2e8";
}

.fa-usd-square:before {
	content: "\f2e9";
}

.fa-user:before {
	content: "\f007";
}

.fa-user-alt:before {
	content: "\f406";
}

.fa-user-circle:before {
	content: "\f2bd";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-user-times:before {
	content: "\f235";
}

.fa-users:before {
	content: "\f0c0";
}

.fa-ussunnah:before {
	content: "\f407";
}

.fa-utensil-fork:before {
	content: "\f2e3";
}

.fa-utensil-knife:before {
	content: "\f2e4";
}

.fa-utensil-spoon:before {
	content: "\f2e5";
}

.fa-utensils:before {
	content: "\f2e7";
}

.fa-utensils-alt:before {
	content: "\f2e6";
}

.fa-vaadin:before {
	content: "\f408";
}

.fa-venus:before {
	content: "\f221";
}

.fa-venus-double:before {
	content: "\f226";
}

.fa-venus-mars:before {
	content: "\f228";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-viadeo:before {
	content: "\f2a9";
}

.fa-viadeo-square:before {
	content: "\f2aa";
}

.fa-viber:before {
	content: "\f409";
}

.fa-video:before {
	content: "\f03d";
}

.fa-vimeo:before {
	content: "\f40a";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-vimeo-v:before {
	content: "\f27d";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-vk:before {
	content: "\f189";
}

.fa-vnv:before {
	content: "\f40b";
}

.fa-volleyball-ball:before {
	content: "\f45f";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-mute:before {
	content: "\f2e2";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-vuejs:before {
	content: "\f41f";
}

.fa-watch:before {
	content: "\f2e1";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-weixin:before {
	content: "\f1d7";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-whatsapp-square:before {
	content: "\f40c";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-whistle:before {
	content: "\f460";
}

.fa-whmcs:before {
	content: "\f40d";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-wikipedia-w:before {
	content: "\f266";
}

.fa-window:before {
	content: "\f40e";
}

.fa-window-alt:before {
	content: "\f40f";
}

.fa-window-close:before {
	content: "\f410";
}

.fa-window-maximize:before {
	content: "\f2d0";
}

.fa-window-minimize:before {
	content: "\f2d1";
}

.fa-window-restore:before {
	content: "\f2d2";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-won-sign:before {
	content: "\f159";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-wordpress-simple:before {
	content: "\f411";
}

.fa-wpbeginner:before {
	content: "\f297";
}

.fa-wpexplorer:before {
	content: "\f2de";
}

.fa-wpforms:before {
	content: "\f298";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-xbox:before {
	content: "\f412";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-y-combinator:before {
	content: "\f23b";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-yandex:before {
	content: "\f413";
}

.fa-yandex-international:before {
	content: "\f414";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-yen-sign:before {
	content: "\f157";
}

.fa-yoast:before {
	content: "\f2b1";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-youtube-square:before {
	content: "\f431";
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*!
 * Font Awesome Pro 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */

@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/webfonts_pro/fa-brands-400.eot");
	src: url("../fonts/webfonts_pro/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts_pro/fa-brands-400.woff2") format("woff2"), url("../fonts/webfonts_pro/fa-brands-400.woff") format("woff"), url("../fonts/webfonts_pro/fa-brands-400.ttf") format("truetype"), url("../fonts/webfonts_pro/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
	font-family: "Font Awesome 5 Brands";
}

/*!
 * Font Awesome Pro 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */

@font-face {
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/webfonts_pro/fa-light-300.eot");
	src: url("../fonts/webfonts_pro/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts_pro/fa-light-300.woff2") format("woff2"), url("../fonts/webfonts_pro/fa-light-300.woff") format("woff"), url("../fonts/webfonts_pro/fa-light-300.ttf") format("truetype"), url("../fonts/webfonts_pro/fa-light-300.svg#fontawesome") format("svg");
}

.fal {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
}

/*!
 * Font Awesome Pro 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */

@font-face {
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/webfonts_pro/fa-regular-400.eot");
	src: url("../fonts/webfonts_pro/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts_pro/fa-regular-400.woff2") format("woff2"), url("../fonts/webfonts_pro/fa-regular-400.woff") format("woff"), url("../fonts/webfonts_pro/fa-regular-400.ttf") format("truetype"), url("../fonts/webfonts_pro/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

/*!
 * Font Awesome Pro 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */

@font-face {
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 900;
	src: url("../fonts/webfonts_pro/fa-solid-900.eot");
	src: url("../fonts/webfonts_pro/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts_pro/fa-solid-900.woff2") format("woff2"), url("../fonts/webfonts_pro/fa-solid-900.woff") format("woff"), url("../fonts/webfonts_pro/fa-solid-900.ttf") format("truetype"), url("../fonts/webfonts_pro/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
}

/* custom select styles */

.jcf-select {
	display: block;
	position: relative;
	border: 1px solid #676767;
	margin: 0 0 12px;
	min-width: 110px;
	height: 65px;
	color: #faf6eb;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 28px;
	line-height: 65px;
	margin: 0 65px 0 20px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 65px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:before {
	content: "\f107";
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 30px;
}

.jcf-select.jcf-drop-active {
	color: #676767;
}

.jcf-select.jcf-drop-active .jcf-select-opener:before {
	content: "\f106";
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 100;
}

.fancybox-enabled body > .jcf-select-drop {
	z-index: 99994;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

body.fancybox-enabled > .jcf-select-drop {
	z-index: 99994;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;

	min-width: 300px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
	margin-bottom: 1px;
}

.jcf-list ul li:last-child {
	margin-bottom: 0;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	background: #faf6eb;
	height: 1%;
	text-overflow: ellipsis;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #d3ae5f;
	color: #fff;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

/* custom checkbox styles */

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	border: 1px solid #676767;
	margin: 0 17px 0 0;
	height: 60px;
	width: 60px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.jcf-checkbox span {
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	background: #d3ae5f;
	opacity: 0;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/* custom radio styles */

.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	border: 1px solid #676767;
	border-radius: 50%;
	height: 45px;
	width: 45px;
}

.jcf-radio span {
	position: absolute;
	top: 12px;
	left: 12px;
	right: 12px;
	bottom: 12px;
	background: #d3ae5f;
	border-radius: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	opacity: 0;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/* common custom form elements styles */

.jcf-disabled {
	background: none !important;
	border-color: #c7c7c7;
}

.jcf-disabled span {
	display: none !important;
}

/* range input */

.jcf-range {
	display: inline-block;
	min-width: 200px;
	width: 100%;
	margin-bottom: 10px;
}

.jcf-vertical {
	width: 30px;
}

.jcf-range .jcf-range-track {
	margin: 0 300px 0 0;
	position: relative;
	display: block;
	height: 10px;
}

.jcf-range .jcf-range-wrapper {
	position: relative;
	background: #f4f4f4;
	display: block;
	margin: 5px 0;
}

.jcf-range.jcf-vertical {
	min-width: 0;
	width: auto;
}

.jcf-range.jcf-vertical .jcf-range-wrapper {
	margin: 0;
	width: 10px;
	height: auto;
	padding: 62px 0 0;
}

.jcf-range.jcf-vertical .jcf-range-track {
	height: 118px;
	width: 10px;
}

.jcf-range.jcf-vertical .jcf-range-handle {
	left: 0;
	top: auto;
}

.jcf-range .jcf-range-display-wrapper {
	position: absolute;
	min-height: 10px;
	min-width: 10px;
	left: 10px;
	right: 10px;
}

.jcf-range .jcf-range-display {
	position: absolute;
	width: 10px;
	height: 8px;
}

.jcf-range .jcf-range-display.jcf-range-min {
	margin: 0 0 0 -10px;
	padding: 0 0 0 10px;
}

.jcf-range .jcf-range-display.jcf-range-max {
	margin: 0 -10px 0 0;
	padding: 0 10px 0 0;
}

.jcf-range.jcf-vertical .jcf-range-display-wrapper {
	left: auto;
	right: auto;
	top: 10px;
	bottom: 10px;
}

.jcf-range.jcf-vertical .jcf-range-display.jcf-range-min {
	margin: 0 0 -10px;
	padding: 0 0 10px;
}

.jcf-range.jcf-vertical .jcf-range-display.jcf-range-max {
	margin: -10px 0 0;
	padding: 10px 0 0;
}

.jcf-range .jcf-range-handle {
	position: absolute;
	background: #c7c7c7;
	width: 300px;
	height: 10px;
	z-index: 1;
	top: 0;
	left: 0;
}

.jcf-range.jcf-vertical .jcf-range-handle {
	width: 10px;
	height: 62px;
	margin: 0;
}

.jcf-range .jcf-range-mark {
	position: absolute;
	overflow: hidden;
	background: #000;
	width: 1px;
	height: 3px;
	top: -7px;
	margin: 0 0 0 9px;
}

.jcf-range.jcf-vertical .jcf-range-mark {
	margin: 0 0 9px;
	left: 14px;
	top: auto;
	width: 3px;
	height: 1px;
}

.jcf-range .jcf-active-handle {
	z-index: 2;
}

.jcf-range.jcf-disabled {
	background: none !important;
	opacity: .3;
}

.fancybox-enabled {
	overflow: hidden;
}

.fancybox-enabled body {
	overflow: visible;
	height: 100%;
}

.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

/* Make sure that the first one is on the top */

.fancybox-container ~ .fancybox-container {
	z-index: 99992;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .25s, visibility 0s linear .25s;
	transition: opacity .25s, visibility 0s linear .25s;
	box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .25s, visibility 0s;
	transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
	top: 0;
	left: 50%;
	margin-left: -79px;
}

.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30, 30, 30, .7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
	top: 0;
	right: 0;
}

.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translate3d(0, 0, 0);
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: visible;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
	background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
	background: #e5e3df;
}

.fancybox-slide--next {
	z-index: 99995;
}

.fancybox-slide > * {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff;
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.fancybox-error {
	margin: 0;
	padding: 40px;
	width: 100%;
	max-width: 380px;
	background: #fff;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
	position: absolute;
	top: 21px;
	right: 27px;
	width: 56px;
	height: 56px;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	outline: none;
	background: transparent;
	z-index: 10;
	text-decoration: none;
	cursor: pointer;
}

.fancybox-close-small:before,
.fancybox-close-small:after {
	content: "";
	pointer-events: none;
	position: absolute;
	width: 1px;
	height: 72px;
	background: #a6a2a2;
	left: 26px;
	top: 0;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.fancybox-close-small:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-close-small:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.fancybox-slide--iframe .fancybox-close-small {
	top: 0;
	right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
	background: transparent;
	font-size: 35px;
	color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
	color: #fff;
}

/* Caption */

.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0 30px;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	pointer-events: none;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .4);
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
	pointer-events: all;
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}

/* Buttons */

.fancybox-button {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: transparent;
	color: #ddd;
	border-radius: 0;
	cursor: pointer;
	vertical-align: top;
	outline: none;
}

.fancybox-button[disabled] {
	cursor: default;
	pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
	background: rgba(30, 30, 30, .6);
}

.fancybox-button:hover:not([disabled]) {
	color: #fff;
	background: rgba(0, 0, 0, .8);
}

.fancybox-button::before,
.fancybox-button::after {
	content: "";
	pointer-events: none;
	position: absolute;
	background-color: currentColor;
	color: currentColor;
	opacity: .9;
	box-sizing: border-box;
	display: inline-block;
}

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
	opacity: .3;
}

.fancybox-button--left::after,
.fancybox-button--right::after {
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
}

.fancybox-button--left::after {
	left: 20px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.fancybox-button--right::after {
	right: 20px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--left {
	border-bottom-left-radius: 5px;
}

.fancybox-button--right {
	border-bottom-right-radius: 5px;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px);
}

.fancybox-button--close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Navigation arrows */

.fancybox-arrow {
	position: absolute;
	top: 50%;
	margin: -50px 0 0 0;
	height: 100px;
	width: 54px;
	padding: 0;
	border: 0;
	outline: none;
	background: none;
	cursor: pointer;
	z-index: 99995;
	opacity: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: opacity .25s;
	transition: opacity .25s;
}

.fancybox-arrow::after {
	content: "";
	position: absolute;
	top: 28px;
	width: 44px;
	height: 44px;
	background-color: rgba(30, 30, 30, .8);
	background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 24px;
}

.fancybox-arrow--right {
	right: 0;
}

.fancybox-arrow--left {
	left: 0;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
	left: 0;
}

.fancybox-show-nav .fancybox-arrow {
	opacity: .6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
	opacity: .3;
}

/* Loading indicator */

.fancybox-loading {
	border: 6px solid rgba(100, 100, 100, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Fullscreen  */

.fancybox-button--fullscreen::before {
	width: 15px;
	height: 11px;
	left: calc(50% - 7px);
	top: calc(50% - 6px);
	border: 2px solid;
	background: none;
}

/* Slideshow button */

.fancybox-button--play::before,
.fancybox-button--pause::before {
	top: calc(50% - 6px);
	left: calc(50% - 4px);
	background: transparent;
}

.fancybox-button--play::before {
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px;
}

.fancybox-button--pause::before {
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px 0 2px;
}

/* Thumbs */

.fancybox-thumbs {
	display: none;
}

.fancybox-button--thumbs {
	display: none;
}

.tabset,
.accordion,
.login-nav,
.nav-slide > ul,
.nav-slide .drop-down ul,
.list,
.side-nav ul,
.social-networks,
.archives,
.archives ul,
.footer-nav,
.share,
.event-list .info,
.event-detail .detail-info,
.horizontal-gallery .frame .slide,
.faq-tabset,
.our-team-section .social-list,
.our-team-detail .social-list,
.our-team-detail .info-list,
.portfolio-nav,
.portfolio-wrap .info-list,
.gallery-nav,
.productSmall,
.productTable tr,
.category-list,
.category-list ul,
.productLarge,
.product-detail-slider .thumbnail,
.steps,
.contact-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.button,
.post.first-post .more,
input[type="submit"],
input[type="button"],
button:not([class^="fancybox"]):not(.search-button),
.portfolio-gallery .description,
.productSmall,
.productTable tr {
	letter-spacing: .1em;
}

.clearfix:after,
.tabset:after,
.tab-content .tab:after,
.col-1:after,
.col-2:after,
.col-3:after,
.productSmall li:after,
.productSmall td:after,
.productTable tr li:after,
.productTable tr td:after,
.col-4:after,
.col-5:after,
.col-6:after,
.col-7:after,
.col-8:after,
.col-9:after,
.col-10:after,
.col-11:after,
.col-12:after,
.pull-1:after,
.pull-2:after,
.pull-3:after,
.pull-4:after,
.pull-5:after,
.pull-6:after,
.pull-7:after,
.pull-8:after,
.pull-9:after,
.pull-10:after,
.pull-11:after,
.pull-12:after,
.push-1:after,
.push-2:after,
.push-3:after,
.push-4:after,
.push-5:after,
.push-6:after,
.push-7:after,
.push-8:after,
.push-9:after,
.push-10:after,
.push-11:after,
.push-12:after,
.container:after,
#main:after,
.portfolio-gallery .wrap-holder:after,
.post-list:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
	outline-color: #d3ae5f;
}

body {
	color: #676767;
	background: #fff;
	font: 20px/1.2 "forma-djr-text", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	margin-bottom: 1.4em;
}

.gm-style img {
	max-width: none;
}

.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 65px;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

h1,
.thank-you-table .holder h2,
.h1,
h2,
.h2,
h3,
blockquote cite,
.h3,
.comment-block .title,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 .5em;
	color: inherit;
}

.h1 {
	font-size: 50px;
	font-weight: 500;
	font-family: "all-round-gothic", sans-serif;
	line-height: 1.1;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 20px;
	color: #023491;
	text-align: center;
}



.h1.alt {
	padding-bottom: 0;
	margin: 0 0 .8em;
}

.h1:not(.alt):after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #d3ae5f;
	max-width: 750px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: width 1s ease-in-out;
	transition: width 1s ease-in-out;
}

.h1 .fa {
	color: #d3ae5f;
	font-size: 60px;
}
h1,
 .vendors {
	color: #023491;
	font-size: 55px;
	text-transform: uppercase;
	font-family: "all-round-gothic", sans-serif;
	font-weight: 500;
}

h1,
.thank-you-table .holder h2 {
	font-size: 50px;
}

h2,
.h2 {
	font-size: 35px;
	font-family: "forma-djr-micro", sans-serif;
	color: #023491;
}

h3,
blockquote cite,
.h3,
.comment-block .title {
	font-size: 30px;
	color: #023491;
}

h4,
.h4 {
	font-size: 25px;
	font-weight: 300;
	font-family: "forma-djr-micro", sans-serif;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 16px;
}

p {
	margin: 0 0 1em;
	font-family: "forma-djr-text", sans-serif;
	font-weight: 300;
	padding: 10px 0 10px;
	line-height: 1.5;
}

a {
	color: #5f88d4;
	text-decoration: none;
	font-weight: 300;
}

a:hover,
a:focus {
	color: #d3ae5f
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

blockquote {
	font-weight: 300;
	font-size: 24px;
	margin: 0 auto 2.4em;
	max-width: 1142px;
}

blockquote q {
	position: relative;
	padding: 0 67px;
	display: block;
}

blockquote q:before,
blockquote q:after {
	font-size: 121px;
	line-height: 1;
	position: absolute;
}

blockquote q:before {
	content: "\201C";
	top: -9px;
	left: 0;
}

blockquote q:after {
	content: "\201C";
	bottom: -71px;
	right: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	text-align: center;
	margin: 0;
	padding: 20px 0 0;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

form [class^="col-"],
fieldset [class^="col-"] {
	margin-bottom: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea,
.textbox {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #676767;
	padding: .4em 25px;
	width: 100%;
	display: block;
	margin-bottom: 30px;
	outline: none;
	background: none;
}

input[type="text"].error,
input[type="tel"].error,
input[type="email"].error,
input[type="search"].error,
input[type="password"].error,
textarea.error,
.textbox.error {
	border-color: #eb6565;
}

input[type="text"].error::-webkit-input-placeholder,
input[type="tel"].error::-webkit-input-placeholder,
input[type="email"].error::-webkit-input-placeholder,
input[type="search"].error::-webkit-input-placeholder,
input[type="password"].error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder,
.textbox.error::-webkit-input-placeholder {
	color: #eb6565;
}

input[type="text"].error::-moz-placeholder,
input[type="tel"].error::-moz-placeholder,
input[type="email"].error::-moz-placeholder,
input[type="search"].error::-moz-placeholder,
input[type="password"].error::-moz-placeholder,
textarea.error::-moz-placeholder,
.textbox.error::-moz-placeholder {
	opacity: 1;
	color: #eb6565;
}

input[type="text"].error:-moz-placeholder,
input[type="tel"].error:-moz-placeholder,
input[type="email"].error:-moz-placeholder,
input[type="search"].error:-moz-placeholder,
input[type="password"].error:-moz-placeholder,
textarea.error:-moz-placeholder,
.textbox.error:-moz-placeholder {
	color: #eb6565;
}

input[type="text"].error:-ms-input-placeholder,
input[type="tel"].error:-ms-input-placeholder,
input[type="email"].error:-ms-input-placeholder,
input[type="search"].error:-ms-input-placeholder,
input[type="password"].error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder,
.textbox.error:-ms-input-placeholder {
	color: #eb6565;
}

input[type="text"].error.placeholder,
input[type="tel"].error.placeholder,
input[type="email"].error.placeholder,
input[type="search"].error.placeholder,
input[type="password"].error.placeholder,
textarea.error.placeholder,
.textbox.error.placeholder {
	color: #eb6565;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus,
.textbox:focus {
	border-color: #d3ae5f;
}

input[type="text"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
.textbox:focus::-webkit-input-placeholder {
	color: #676767;
}

input[type="text"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="search"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
.textbox:focus::-moz-placeholder {
	opacity: 1;
	color: #676767;
}

input[type="text"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="search"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
.textbox:focus:-moz-placeholder {
	color: #676767;
}

input[type="text"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
.textbox:focus:-ms-input-placeholder {
	color: #676767;
}

input[type="text"]:focus.placeholder,
input[type="tel"]:focus.placeholder,
input[type="email"]:focus.placeholder,
input[type="search"]:focus.placeholder,
input[type="password"]:focus.placeholder,
textarea:focus.placeholder,
.textbox:focus.placeholder {
	color: #676767;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.textbox::-webkit-input-placeholder {
	color: #948668;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder,
.textbox::-moz-placeholder {
	opacity: 1;
	color:  #948668;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder,
.textbox:-moz-placeholder {
	color:  #948668;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.textbox:-ms-input-placeholder {
	color:  #948668
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder,
.textbox.placeholder {
	color:  #948668;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"] {
	height: 65px;
}

.form label,
.webform label {
	font-size: inherit;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form button,
.contact-form .jcf-select,
.comments-form input[type="text"],
.comments-form input[type="email"],
.comments-form input[type="password"],
.comments-form button,
.comments-form .jcf-select,
.booking-form input[type="text"],
.booking-form input[type="email"],
.booking-form input[type="password"],
.booking-form button,
.booking-form .jcf-select,
.register-form input[type="text"],
.register-form input[type="email"],
.register-form input[type="password"],
.register-form button,
.register-form .jcf-select,
.login-form input[type="text"],
.login-form input[type="email"],
.login-form input[type="password"],
.login-form button,
.login-form .jcf-select,
.edit-account-form input[type="text"],
.edit-account-form input[type="email"],
.edit-account-form input[type="password"],
.edit-account-form button,
.edit-account-form .jcf-select,
.large-inputs input[type="text"],
.large-inputs input[type="email"],
.large-inputs input[type="password"],
.large-inputs button,
.large-inputs .jcf-select {
	height: 96px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form textarea,
.comments-form input[type="text"],
.comments-form input[type="email"],
.comments-form input[type="password"],
.comments-form textarea,
.booking-form input[type="text"],
.booking-form input[type="email"],
.booking-form input[type="password"],
.booking-form textarea,
.register-form input[type="text"],
.register-form input[type="email"],
.register-form input[type="password"],
.register-form textarea,
.login-form input[type="text"],
.login-form input[type="email"],
.login-form input[type="password"],
.login-form textarea,
.edit-account-form input[type="text"],
.edit-account-form input[type="email"],
.edit-account-form input[type="password"],
.edit-account-form textarea,
.large-inputs input[type="text"],
.large-inputs input[type="email"],
.large-inputs input[type="password"],
.large-inputs textarea {
	padding: 10px 33px;
	font-size: 28px;
	background-color: #faf6eb;
}

.contact-form .jcf-select,
.comments-form .jcf-select,
.booking-form .jcf-select,
.register-form .jcf-select,
.login-form .jcf-select,
.edit-account-form .jcf-select,
.large-inputs .jcf-select {
	margin-bottom: 30px;
}

.contact-form .jcf-select .jcf-select-text,
.comments-form .jcf-select .jcf-select-text,
.booking-form .jcf-select .jcf-select-text,
.register-form .jcf-select .jcf-select-text,
.login-form .jcf-select .jcf-select-text,
.edit-account-form .jcf-select .jcf-select-text,
.large-inputs .jcf-select .jcf-select-text {
	line-height: 96px;
}

.contact-form textarea,
.comments-form textarea,
.booking-form textarea,
.register-form textarea,
.login-form textarea,
.edit-account-form textarea,
.large-inputs textarea {
	height: 236px;
	min-height: 236px;
	padding-top: 32px;
	background-color: #faf6eb;
}

.contact-form .button.button,
.contact-form .post.first-post .more,
.post.first-post .contact-form .more,
.comments-form .button.button,
.comments-form .post.first-post .more,
.post.first-post .comments-form .more,
.booking-form .button.button,
.booking-form .post.first-post .more,
.post.first-post .booking-form .more,
.register-form .button.button,
.register-form .post.first-post .more,
.post.first-post .register-form .more,
.login-form .button.button,
.login-form .post.first-post .more,
.post.first-post .login-form .more,
.edit-account-form .button.button,
.edit-account-form .post.first-post .more,
.post.first-post .edit-account-form .more,
.large-inputs .button.button,
.large-inputs .post.first-post .more,
.post.first-post .large-inputs .more {
	width: 100%;
}

.contact-form .button.button:hover:after,
.contact-form .post.first-post .more:hover:after,
.post.first-post .contact-form .more:hover:after,
.contact-form .button.button:focus:after,
.contact-form .post.first-post .more:focus:after,
.post.first-post .contact-form .more:focus:after,
.comments-form .button.button:hover:after,
.comments-form .post.first-post .more:hover:after,
.post.first-post .comments-form .more:hover:after,
.comments-form .button.button:focus:after,
.comments-form .post.first-post .more:focus:after,
.post.first-post .comments-form .more:focus:after,
.booking-form .button.button:hover:after,
.booking-form .post.first-post .more:hover:after,
.post.first-post .booking-form .more:hover:after,
.booking-form .button.button:focus:after,
.booking-form .post.first-post .more:focus:after,
.post.first-post .booking-form .more:focus:after,
.register-form .button.button:hover:after,
.register-form .post.first-post .more:hover:after,
.post.first-post .register-form .more:hover:after,
.register-form .button.button:focus:after,
.register-form .post.first-post .more:focus:after,
.post.first-post .register-form .more:focus:after,
.login-form .button.button:hover:after,
.login-form .post.first-post .more:hover:after,
.post.first-post .login-form .more:hover:after,
.login-form .button.button:focus:after,
.login-form .post.first-post .more:focus:after,
.post.first-post .login-form .more:focus:after,
.edit-account-form .button.button:hover:after,
.edit-account-form .post.first-post .more:hover:after,
.post.first-post .edit-account-form .more:hover:after,
.edit-account-form .button.button:focus:after,
.edit-account-form .post.first-post .more:focus:after,
.post.first-post .edit-account-form .more:focus:after,
.large-inputs .button.button:hover:after,
.large-inputs .post.first-post .more:hover:after,
.post.first-post .large-inputs .more:hover:after,
.large-inputs .button.button:focus:after,
.large-inputs .post.first-post .more:focus:after,
.post.first-post .large-inputs .more:focus:after {
	height: 100vw;
}

.subscribe-form {
	margin-bottom: 114px;
}

.subscribe-form.coming-form {
	margin: 0 0 20px;
}

.subscribe-form h1,
.subscribe-form .thank-you-table .holder h2,
.thank-you-table .holder .subscribe-form h2 {
	letter-spacing: .2em;
	text-transform: uppercase;
	margin-bottom: 54px;
	padding: 0;
}

.subscribe-form h1:after,
.subscribe-form .thank-you-table .holder h2:after,
.thank-you-table .holder .subscribe-form h2:after {
	display: none;
}

.subscribe-form input[type="text"],
.subscribe-form input[type="email"],
.subscribe-form input[type="password"] {
	height: 96px;
	display: block;
	font-family: "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.subscribe-form input[type="text"]::-webkit-input-placeholder,
.subscribe-form input[type="email"]::-webkit-input-placeholder,
.subscribe-form input[type="password"]::-webkit-input-placeholder {
	color: #fff;
}

.subscribe-form input[type="text"]::-moz-placeholder,
.subscribe-form input[type="email"]::-moz-placeholder,
.subscribe-form input[type="password"]::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.subscribe-form input[type="text"]:-moz-placeholder,
.subscribe-form input[type="email"]:-moz-placeholder,
.subscribe-form input[type="password"]:-moz-placeholder {
	color: #fff;
}

.subscribe-form input[type="text"]:-ms-input-placeholder,
.subscribe-form input[type="email"]:-ms-input-placeholder,
.subscribe-form input[type="password"]:-ms-input-placeholder {
	color: #fff;
}

.subscribe-form input[type="text"].placeholder,
.subscribe-form input[type="email"].placeholder,
.subscribe-form input[type="password"].placeholder {
	color: #fff;
}

.subscribe-form:not(.coming-form) input[type="text"],
.subscribe-form:not(.coming-form) input[type="email"],
.subscribe-form:not(.coming-form) input[type="password"] {
	border-color: #fff;
	color: #fff;
}

.subscribe-form:not(.coming-form) input[type="text"]:focus,
.subscribe-form:not(.coming-form) input[type="email"]:focus,
.subscribe-form:not(.coming-form) input[type="password"]:focus {
	border-color: #d3ae5f;
}

.subscribe-form.coming-form input[type="text"]::-webkit-input-placeholder,
.subscribe-form.coming-form input[type="email"]::-webkit-input-placeholder,
.subscribe-form.coming-form input[type="password"]::-webkit-input-placeholder {
	color: #676767;
}

.subscribe-form.coming-form input[type="text"]::-moz-placeholder,
.subscribe-form.coming-form input[type="email"]::-moz-placeholder,
.subscribe-form.coming-form input[type="password"]::-moz-placeholder {
	opacity: 1;
	color: #676767;
}

.subscribe-form.coming-form input[type="text"]:-moz-placeholder,
.subscribe-form.coming-form input[type="email"]:-moz-placeholder,
.subscribe-form.coming-form input[type="password"]:-moz-placeholder {
	color: #676767;
}

.subscribe-form.coming-form input[type="text"]:-ms-input-placeholder,
.subscribe-form.coming-form input[type="email"]:-ms-input-placeholder,
.subscribe-form.coming-form input[type="password"]:-ms-input-placeholder {
	color: #676767;
}

.subscribe-form.coming-form input[type="text"].placeholder,
.subscribe-form.coming-form input[type="email"].placeholder,
.subscribe-form.coming-form input[type="password"].placeholder {
	color: #676767;
}

.subscribe-form input[type="text"],
.subscribe-form input[type="email"],
.subscribe-form input[type="password"],
.subscribe-form textarea {
	padding: 20px 40px;
	font-size: 28px;
}

.subscribe-form .button.button,
.subscribe-form .post.first-post .more,
.post.first-post .subscribe-form .more {
	letter-spacing: .1em;
	font-size: 28px;
	width: 100%;
	min-height: 96px;
	z-index: 0;
	text-transform: none;
}

.subscribe-form .side-form {
	text-align: center;
	padding-top: 34px;
}

.subscribe-form .side-form input[type="text"],
.subscribe-form .side-form input[type="email"],
.subscribe-form .side-form input[type="password"] {
	height: 96px;
	padding: 20px 40px;
	font-size: 28px;
	text-align: center;
}

.subscribe-form .side-form .button.button,
.subscribe-form .side-form .post.first-post .more,
.post.first-post .subscribe-form .side-form .more {
	margin-bottom: 15px;
}

.subscribe-form .comments-form input[type="text"],
.subscribe-form .comments-form input[type="email"],
.subscribe-form .comments-form input[type="password"] textarea {
	font-weight: 400;
}

.subscribe-form .comments-form textarea {
	padding: 23px 34px;
}

.subscribe-form .comments-form .button,
.subscribe-form .comments-form .post.first-post .more,
.post.first-post .subscribe-form .comments-form .more {
	width: 100%;
}

.side-form .button,
.side-form .post.first-post .more,
.post.first-post .side-form .more {
	width: 100%;
}

.captcha-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.captcha-holder label {
	width: 100%;
	font-size: 26px;
	line-height: 1;
	display: block;
	margin-bottom: 25px;
}

.captcha-holder .captchaimg {
	border: 1px solid #676767;
	margin-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	margin: 0 15px 0 0;
	padding: 0 30px;
}

.captcha-holder .captchaimg img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.captcha-holder .cat_textbox {
	margin: 0 0 0 15px;
}

.captcha-holder .captchaimg,
.captcha-holder .cat_textbox {
	width: calc(50% - 15px) !important;
}

.button,
.post.first-post .more,
input[type="submit"],
input[type="button"],
button:not([class^="fancybox"]):not(.search-button) {
	display: inline-block;
	vertical-align: top;
	background: #d3ae5f;
	color: #fff;
	border: 1px solid #d3ae5f;
	font-size: 28px;
	line-height: 1.1;
	padding: 17px 40px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: color .3s, border .3s;
	transition: color .3s, border .3s;
	font-size: 25px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Julius Sans One", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.button:hover,
.post.first-post .more:hover,
input:hover[type="submit"],
input:hover[type="button"],
button:hover:not([class^="fancybox"]):not(.search-button),
.button:focus,
.post.first-post .more:focus,
input:focus[type="submit"],
input:focus[type="button"],
button:focus:not([class^="fancybox"]):not(.search-button) {
	color: #fff;
	border-color: #d3ae5f;
	text-decoration: none;
	background: #022360;
	-webkit-transition: background-color 0s .2s, color .3s, border .3s;
	transition: background-color 0s .2s, color .3s, border .3s;
}

.button:hover:after,
.post.first-post .more:hover:after,
input[type="submit"]:hover:after,
input[type="button"]:hover:after,
button:not(.search-button):not([class^="fancybox"]):hover:after,
.button:focus:after,
.post.first-post .more:focus:after,
input[type="submit"]:focus:after,
input[type="button"]:focus:after,
button:not(.search-button):not([class^="fancybox"]):focus:after {
	height: 500%;
	opacity: 1;
}

.button:after,
.post.first-post .more:after,
input[type="submit"]:after,
input[type="button"]:after,
button:not(.search-button):not([class^="fancybox"]):after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
	background: #d3ae5f;
	top: 50%;
	left: 50%;
	height: 0;
	width: 100%;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	opacity: 0;
	-webkit-transition: height .3s, opacity .3s ease-in-out;
	transition: height .3s, opacity .3s ease-in-out;
}

.light.button,
.post.first-post .light.more,
input.light[type="submit"],
input.light[type="button"],
button.light:not([class^="fancybox"]):not(.search-button) {
	color: #fff;
	border-color: #fff;
}

.light.button:after,
.post.first-post .light.more:after,
input.light[type="submit"]:after,
input.light[type="button"]:after,
button.light:not(.search-button):not([class^="fancybox"]):after {
	background: #d3ae5f;
}

.light.button:hover,
.post.first-post .light.more:hover,
input.light:hover[type="submit"],
input.light:hover[type="button"],
button.light:hover:not([class^="fancybox"]):not(.search-button) {
	border-color: #d3ae5f;
}

.second.button,
.post.first-post .second.more,
input.second[type="submit"],
input.second[type="button"],
button.second:not([class^="fancybox"]):not(.search-button) {
	color: #d3ae5f;
	background: #fff;
	border: 1.5px solid #d3ae5f;
}

.second.button:after,
.post.first-post .second.more:after,
input.second[type="submit"]:after,
input.second[type="button"]:after,
button.second:not(.search-button):not([class^="fancybox"]):after {
	background: #d3ae5f;
}

.second.button:hover,
.post.first-post .second.more:hover,
input.second:hover[type="submit"],
input.second:hover[type="button"],
button.second:hover:not([class^="fancybox"]):not(.search-button) {
	border-color: #d3ae5f;
	color: #fff;
}

.back-to-top {
	position: fixed;
	right: -100px;
	bottom: 20px;
	width: 60px;
	height: 60px;
	background: #d3ae5f;
	border: 1px solid #d3ae5f;
	-webkit-transition: right .3s, color .3s, background .3s, -webkit-transform .3s;
	transition: right .3s, color .3s, background .3s, -webkit-transform .3s;
	transition: right .3s, transform .3s, color .3s, background .3s;
	transition: right .3s, transform .3s, color .3s, background .3s, -webkit-transform .3s;
	z-index: 55;
	color: #fff;
}

.back-to-top:hover,
.back-to-top:focus {
	color: #d3ae5f;
	background: #fff;
}

.back-to-top:hover:before,
.back-to-top:focus:before {
	border-color: #d3ae5f;
}

.back-to-top:before {
	content: "";
	width: 30px;
	height: 30px;
	border: solid #fff;
	border-width: 1px 1px 0 0;
	position: absolute;
	margin-left: -15px;
	margin-top: -5px;
	-webkit-transition: border .3s;
	transition: border .3s;
}

.back-to-top:before {
	top: 50%;
	left: 50%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header-not-top .back-to-top {
	-webkit-transition: opacity .2s, color .2s, right .5s, background .3s, -webkit-transform .5s;
	transition: opacity .2s, color .2s, right .5s, background .3s, -webkit-transform .5s;
	transition: opacity .2s, color .2s, right .5s, transform .5s, background .3s;
	transition: opacity .2s, color .2s, right .5s, transform .5s, background .3s, -webkit-transform .5s;
	right: 20px;
}

.back-to-top i {
	font-size: 46px;
	padding: 0 15px;
	line-height: 60px;
}

.fadeInUp {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	opacity: 0;
}

.fadeInUp.animate_start {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

/* tabset required styles for hidden tabs */

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.tabset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 0 -10px;
}

.tabset li {
	margin: 0;
	-ms-flex-preferred-size: 151px;
	flex-basis: 151px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 10px;
}

.tabset li.active a,
.tabset li:hover a {
	border-color: #d3ae5f;
}

.tabset li:first-child a {
	border-width: 1px 1px 0;
}

.tabset a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #676767;
	border: solid #676767;
	border-width: 1px 1px 0 1px;
	text-decoration: none;
	text-align: center;
	padding: 17px 5px;
	outline: none;
	position: relative;
}

.tab-content {
	border: 1px solid #d3ae5f;
	overflow: hidden;
	padding: 23px 30px;
	margin-bottom: 41px;
	position: relative;
}

.tab-content p:last-child {
	margin: 0;
}

.tab-content.transition {
	-webkit-transition: height .5s ease;
	transition: height .5s ease;
}

.tab-content .tab {
	-webkit-transform: translatex(-130%);
	-ms-transform: translatex(-130%);
	transform: translatex(-130%);
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
}

.tab-content .tab.active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.tab {
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
}

.tab.active {
	opacity: 1;
}

.accordion {
	margin-bottom: 41px;
}

.accordion li {
	padding: 0;
	border: solid #676767;
	border-width: 1px 1px 0;
}

.accordion li:last-child {
	border-width: 1px;
}

.accordion li:before,
.accordion li:after {
	display: none;
}

.accordion li.active + li {
	border-top-color: #d3ae5f;
}

.accordion li.active,
.accordion li.active .slide {
	border-color: #d3ae5f;
}

.accordion li.active .opener {
	font-weight: 400;
}

.accordion li.active .opener:after {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.accordion li.active .opener:before {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.accordion .opener {
	position: relative;
	display: block;
	margin: 0;
	padding: 17px 78px;
	color: #676767;
	text-decoration: none;
	-webkit-transition: colopr .2s;
	transition: colopr .2s;
}

.accordion .opener:before,
.accordion .opener:after {
	background: #676767;
	content: "";
	height: 4px;
	left: 32px;
	position: absolute;
	width: 16px;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	top: 50%;
	margin-top: -2px;
	border-radius: 3px;
}

.accordion .opener:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion .opener:after {
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordion .slide {
	padding: 23px 32px;
	border-top: 1px solid #676767;
}

.accordion .slide p {
	margin: 0 0 5px;
}

.pagination.system_pagination,
.pagination {
	font-size: 23px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagination.system_pagination ul,
.pagination ul {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pagination.system_pagination li,
.pagination li {
	margin: 5px;
	min-width: auto;
}

.pagination.system_pagination li .dots,
.pagination li .dots {
	border: none;
}

.pagination.system_pagination .prev,
.pagination.system_pagination .next,
.pagination .prev,
.pagination .next {
	font-size: 23px;
	line-height: 1;
}

.pagination.system_pagination .prev,
.pagination .prev {
	margin-right: 35px;
}

.pagination.system_pagination .next,
.pagination .next {
	margin-left: 35px;
}

.pagination.system_pagination a,
.pagination a {
	color: #676767;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	border: none;
	padding: 0;
}

.pagination.system_pagination a:hover,
.pagination a:hover {
	text-decoration: underline;
	color: #676767;
}

.pagination.system_pagination .active a,
.pagination .active a {
	color: #d3ae5f;
	background-color: transparent;
	border: none;
}

.pagination.system_pagination svg,
.pagination svg {
	display: none;
}

.row-holder,
.productSmall,
.productTable tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-left: -15px;
	margin-right: -15px;
}

.col-1 {
	width: 8.3333333333%;
	padding-left: 15px;
	padding-right: 15px;
}

.col-2 {
	width: 16.6666666667%;
	padding-left: 15px;
	padding-right: 15px;
}

.col-3,
.productSmall li,
.productSmall td,
.productTable tr li,
.productTable tr td {
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
}

.col-4 {
	width: 33.3333333333%;
	padding-left: 15px;
	padding-right: 15px;
}

.col-5 {
	width: 41.6666666667%;
	padding-left: 15px;
	padding-right: 15px;
}

.col-6 {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}

.col-7 {
	width: 58.3333333333%;
	padding-left: 15px;
	padding-right: 15px;
}

.col-8 {
	width: 66.6666666667%;
	padding-left: 15px;
	padding-right: 15px;
}

.col-9 {
	width: 75%;
	padding-left: 15px;
	padding-right: 15px;
}

.col-10 {
	width: 83.3333333333%;
	padding-left: 15px;
	padding-right: 15px;
}

.col-11 {
	width: 91.6666666667%;
	padding-left: 15px;
	padding-right: 15px;
}

.col-12 {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.pull-1 {
	right: 8.3333333333%;
	position: relative;
}

.pull-2 {
	right: 16.6666666667%;
	position: relative;
}

.pull-3 {
	right: 25%;
	position: relative;
}

.pull-4 {
	right: 33.3333333333%;
	position: relative;
}

.pull-5 {
	right: 41.6666666667%;
	position: relative;
}

.pull-6 {
	right: 50%;
	position: relative;
}

.pull-7 {
	right: 58.3333333333%;
	position: relative;
}

.pull-8 {
	right: 66.6666666667%;
	position: relative;
}

.pull-9 {
	right: 75%;
	position: relative;
}

.pull-10 {
	right: 83.3333333333%;
	position: relative;
}

.pull-11 {
	right: 91.6666666667%;
	position: relative;
}

.pull-12 {
	right: 100%;
	position: relative;
}

.push-1 {
	left: 8.3333333333%;
	position: relative;
}

.push-2 {
	left: 16.6666666667%;
	position: relative;
}

.push-3 {
	left: 25%;
	position: relative;
}

.push-4 {
	left: 33.3333333333%;
	position: relative;
}

.push-5 {
	left: 41.6666666667%;
	position: relative;
}

.push-6 {
	left: 50%;
	position: relative;
}

.push-7 {
	left: 58.3333333333%;
	position: relative;
}

.push-8 {
	left: 66.6666666667%;
	position: relative;
}

.push-9 {
	left: 75%;
	position: relative;
}

.push-10 {
	left: 83.3333333333%;
	position: relative;
}

.push-11 {
	left: 91.6666666667%;
	position: relative;
}

.push-12 {
	left: 100%;
	position: relative;
}

[id="header"] {
	color: #d3ae5f;
	min-height: 88px;
	z-index: 160;
}

.home-page [id="header"] {
	margin-bottom: 0;
}

[id="header"] .row-holder,
[id="header"] .productSmall,
[id="header"] .productTable tr,
.productTable [id="header"] tr {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

[id="header"] .container {
	position: static;
}

[id="header"] .side-hold {
	white-space: nowrap;
}

.login-nav {
	font-size: 0;
	line-height: 0;
	color: #676767;
	margin-bottom: 14px;
	max-height: 100px;
	overflow: hidden;
	-webkit-transition: max-height .25s ease-in-out;
	transition: max-height .25s ease-in-out;
}

.header-not-top .login-nav {
	max-height: 0;
}

.login-nav li {
	font-size: 12px;
	line-height: 1.2;
	display: inline-block;
	vertical-align: top;
	padding: 0 5px 5px 0;
}

.login-nav li:not(:first-child):before {
	content: "/";
	display: inline-block;
	vertical-align: top;
	padding-right: 5px;
}

.login-nav li a {
	color: inherit;
	text-decoration: none;
}

.login-nav li a:hover {
	text-decoration: underline;
}

.builder-active .header-frame {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.builder-active .header-frame:after {
	content: "";
	width: 0;
	height: 103px;
	-webkit-transition: height .3s ease-in-out;
	transition: height .3s ease-in-out;
}

.header-frame {
	border-bottom: 1px solid #d3ae5f;
	-webkit-transition: padding .2s linear;
	transition: padding .2s linear;
	background: #022360;
	padding: 12px 0 12px;
	position: relative;
	z-index: 180;
	-webkit-transition: padding .25s ease-in-out, -webkit-transform .25s ease-in-out;
	transition: padding .25s ease-in-out, -webkit-transform .25s ease-in-out;
	transition: transform .25s ease-in-out, padding .25s ease-in-out;
	transition: transform .25s ease-in-out, padding .25s ease-in-out, -webkit-transform .25s ease-in-out;
	will-change: transform;
}

.header-not-top .header-frame {
	padding: 5px 0;
	position: fixed;
	top: 0;
	width: 100%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.header-not-top .header-frame:after {
	height: 0;
}

.header-frame .container {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.header-frame .container:after {
	display: none;
}

.header-frame #catCartSummary {
	display: inline-block;
	vertical-align: top;
	position: relative;
	height: 25px;
	font-size: 11px;
	line-height: 26px;
	text-decoration: none;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
	white-space: nowrap;
	margin: 0 10px 0 5px;
}

.header-frame #catCartSummary i {
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
	font-size: 16px;
	line-height: 26px;
}

.header-frame #catCartSummary span {
	position: absolute;
	bottom: 12px;
	right: -4px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #d3ae5f;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-frame #catCartSummary:hover i {
	color: #5f88d4;
}

.header-frame a:hover {
	color: #5f88d4;
	text-decoration: none;
}

.side {
	text-align: right;
	color: #676767;
	width: 200px;
	padding: 0 15px 14px;
}

.side a {
	color: inherit;
}

.side a:hover {
	color: #5f88d4;
}

.logo {
	padding: 0 14px;
	width: 200px;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.header-not-top .logo {
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7);
}

.logo img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.header-search {
	font-size: 17px;
	line-height: 1;
	padding: 2px 2px 0 10px;
	display: inline-block;
	vertical-align: top;
}

.header-search .search-opener {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 25px;
	height: 26px;
	font-size: 18px;
	line-height: 26px;
}

.header-search .search-opener:before,
.header-search .search-opener:after {
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro";
	position: absolute;
	font-weight: 900;
	top: 0;
	left: 2px;
	overflow: hidden;
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear, -webkit-transform .2s linear;
}

.header-search .search-opener:before {
	content: "\f002";
	padding: 0 0 0 1px;
}

.search-active .header-search .search-opener:before {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.header-search .search-opener:after {
	content: "\f00d";
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.header-search.search-active .search-opener:before {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.header-search.search-active .search-opener:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.header-search-form {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: calc(100% - 1px);
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .2s linear .9s;
	transition: max-height .2s linear .9s;
	z-index: 10;
}

.search-active .header-search-form {
	max-height: 100%;
	-webkit-transition: max-height .2s linear;
	transition: max-height .2s linear;
}

.header-search-form .container {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 27px;
	padding-bottom: 27px;
	background: #fff;
}

.header-search-form .row {
	width: 0;
	overflow: hidden;
	position: relative;
	-webkit-transition: width .9s cubic-bezier(.68, -.55, .27, 1.55);
	transition: width .9s cubic-bezier(.68, -.55, .27, 1.55);
	border: 1px solid #d3ae5f;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fff;
}

.search-active .header-search-form .row {
	width: 100%;
}

.header-search-form .row .close {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #d3ae5f;
	width: 15px;
	font-size: 20px;
	height: 30px;
	line-height: 30px;
}

.header-search-form .row .close:before {
	display: none;
}

.header-search-form .row .close:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.header-search-form input[type="search"],
.header-search-form input[type="text"] {
	height: 32px;
	color: #d3ae5f;
	padding: 5px 29px;
	background: #fff;
	display: block;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	outline: none;
	width: 100%;
	font-size: 18px;
	padding-right: 105px;
	border: none;
	margin-bottom: 0;
}

.header-search-form input[type="search"]::-webkit-input-placeholder,
.header-search-form input[type="text"]::-webkit-input-placeholder {
	color: #d3ae5f;
}

.header-search-form input[type="search"]::-moz-placeholder,
.header-search-form input[type="text"]::-moz-placeholder {
	opacity: 1;
	color: #d3ae5f;
}

.header-search-form input[type="search"]:-moz-placeholder,
.header-search-form input[type="text"]:-moz-placeholder {
	color: #d3ae5f;
}

.header-search-form input[type="search"]:-ms-input-placeholder,
.header-search-form input[type="text"]:-ms-input-placeholder {
	color: #d3ae5f;
}

.header-search-form input[type="search"].placeholder,
.header-search-form input[type="text"].placeholder {
	color: #d3ae5f;
}

.header-search-form .search-button {
	right: 30px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	box-shadow: none;
	border: none;
	background: none;
	color: #d3ae5f;
	outline: none;
}

.header-search-form .search-button:hover .icon {
	text-shadow: 1px 3px 4px rgba(0, 0, 0, .5);
	-webkit-transform: translatez(5px);
	-ms-transform: translatez(5px);
	transform: translatez(5px);
}

.header-search-form .search-button .icon {
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

#nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.nav-slide {
	max-width: 1054px;
	padding: 0 15px;
	width: 100%;
	margin: 0 auto;
	font-weight: 500;
	font-family: "all-round-gothic", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: .1em;
}

.nav-slide ul {
	overflow: visible;
}

.nav-slide > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin: 0 -10px;
	text-align: center;
}

.nav-slide > ul > li {
	font-size: 20px;
	line-height: 1.3;
	position: relative;
	margin: 0 10px;
	padding: 0;
}

.nav-slide > ul > li:last-child {
	margin-right: 0;
}

.nav-slide > ul > li:before {
	display: none;
}

.nav-slide > ul > li.hover {
	color: #7aacfc;
}

.nav-slide > ul > li:nth-last-child(-n+2) .drop-down .drop-down {
	right: 100%;
	left: auto;
	-webkit-transform: translateX(-25px);
	-ms-transform: translateX(-25px);
	transform: translateX(-25px);
}

.nav-slide > ul > li:nth-last-child(-n+2) .drop-down .has-drop-down-a:before {
	content: "\f0d9";
	right: auto;
	left: 20px;
}

.nav-slide > ul > li > a {
	text-transform: uppercase;
}

.nav-slide > ul li.hover,
.nav-slide > ul li.selected {
	color:  #7aacfc;
}

.nav-slide > ul li.hover > .drop-down {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition: opacity .2s linear, -webkit-transform .3s linear;
	transition: opacity .2s linear, -webkit-transform .3s linear;
	transition: opacity .2s linear, transform .3s linear;
	transition: opacity .2s linear, transform .3s linear, -webkit-transform .3s linear;
}

.nav-slide > ul li.hover > .drop-down li.hover .drop-down {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.nav-slide > ul a {
	text-decoration: none;
	color: inherit;
	position: relative;
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
}

.nav-slide .drop-down {
	position: absolute;
	top: 100%;
	left: 50%;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility .2s linear, opacity .2s linear, -webkit-transform .3s linear;
	transition: visibility .2s linear, opacity .2s linear, -webkit-transform .3s linear;
	transition: visibility .2s linear, opacity .2s linear, transform .3s linear;
	transition: visibility .2s linear, opacity .2s linear, transform .3s linear, -webkit-transform .3s linear;
	-webkit-transform: translate(-50%, 25px);
	-ms-transform: translate(-50%, 25px);
	transform: translate(-50%, 25px);
	font-size: 14px;
	font-family: "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: none;
	letter-spacing: 0;
}

.nav-slide .drop-down .drop-down {
	left: 100%;
	top: 0;
	padding: 0 5px;
	-webkit-transform: translateX(25px);
	-ms-transform: translateX(25px);
	transform: translateX(25px);
}

.nav-slide .drop-down .drop-down .drop-down {
	display: none !important;
}

.nav-slide .drop-down .drop-down .has-drop-down-a:before {
	display: none;
}

.nav-slide .drop-down .drop-down ul {
	padding: 0;
}

.nav-slide .drop-down ul {
	width: 160px;
	padding: 6px 0;
	position: relative;
}

.nav-slide .drop-down li {
	display: block;
	position: relative;
	margin-bottom: 1px;
}

.nav-slide .drop-down li.hover,
.nav-slide .drop-down li.selected {
	color: #7aacfc;
}

.nav-slide .drop-down li.hover > a,
.nav-slide .drop-down li.selected > a {
	background: #d3ae5f;
	color: #fff;
}

.nav-slide .drop-down li:before {
	display: none;
}

.nav-slide .drop-down .has-drop-down-a:before {
	content: "\f0da";
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	font-weight: 900;
}

.nav-slide .drop-down a {
	padding: 0;
	background: none;
	color: inherit;
	display: block;
	position: relative;
	padding: 10px 25px;
	color: #ffffff;
	background: #5f88d4;
}

.nav-opener {
	position: relative;
	display: none;
	width: 30px;
	height: 25px;
}

.nav-opener:hover span,
.nav-opener:hover span:before,
.nav-opener:hover span:after {
	background: #d3ae5f;
}

.nav-opener span,
.nav-opener span:before,
.nav-opener span:after {
	display: block;
	width: 100%;
	height: 5px;
	background: #d3ae5f;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 4px;
}

.nav-opener span {
	position: relative;
	margin: 10px 0 0;
}

.nav-opener span:before,
.nav-opener span:after {
	position: absolute;
	content: "";
}

.nav-opener span:before {
	top: -10px;
}

.nav-opener span:after {
	top: 10px;
}

.nav-active .nav-opener span:before {
	-webkit-transform: translate(0px, 10px) rotate(-90deg);
	-ms-transform: translate(0px, 10px) rotate(-90deg);
	transform: translate(0px, 10px) rotate(-90deg);
}

.nav-active .nav-opener span:after {
	-webkit-transform: translate(0px, -10px) rotate(-90deg);
	-ms-transform: translate(0px, -10px) rotate(-90deg);
	transform: translate(0px, -10px) rotate(-90deg);
}

.nav-active .nav-opener span {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-opener.close {
	position: absolute;
	top: 10px;
	right: 10px;
}

body {
	font-weight: 300;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.container {
	position: relative;
	max-width: 1560px;
	margin: 0 auto;
	padding: 0 15px;
}

.container.alt-width {
	max-width: 1300px;
}

body:not(.home-page):not(.landing):not(.coming) #main {
	padding: 90px 0;
}

.section {
	padding: 90px 0;
}
.contact-section {
	padding: 90px 0;
	background-color: #ffffff ;
}

.heading {
	text-align: center;
	overflow: hidden;
}

.heading.animateBlockHolder h1:after,
.heading.animateBlockHolder .thank-you-table .holder h2:after,
.thank-you-table .holder .heading.animateBlockHolder h2:after {
	width: 0;
}

.heading.animateBlockHolder.animate_start h1:after,
.heading.animateBlockHolder.animate_start .thank-you-table .holder h2:after,
.thank-you-table .holder .heading.animateBlockHolder.animate_start h2:after {
	width: 100%;
}

.heading .text {
	max-width: 920px;
	margin: 0 auto;
	padding-bottom: 140px;
}

.portfolio-gallery .wrap-holder {
	margin: 0 -15px;
}

.portfolio-gallery .block {
	float: left;
	padding: 0 15px 30px;
	-webkit-perspective: 600px;
	perspective: 600px;
	width: 25%;
	outline: none;
}

.portfolio-gallery .block.large {
	width: 50%;
}

.portfolio-gallery .block img {
	margin: 0;
}

.portfolio-gallery .animate_start .hold {
	-webkit-animation: avia_msonry_show .8s 1 cubic-bezier(.175, .885, .32, 1.075);
	animation: avia_msonry_show .8s 1 cubic-bezier(.175, .885, .32, 1.075);
	-webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
	transform: translateZ(0px) translateY(0px) rotateX(0deg);
	opacity: 1;
}

.portfolio-gallery .hold {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	opacity: 0;
}

.portfolio-gallery .hold:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.portfolio-gallery .hold:hover .description {
	opacity: 1;
	-webkit-transform: scale(1) translateY(-50%);
	-ms-transform: scale(1) translateY(-50%);
	transform: scale(1) translateY(-50%);
}

.portfolio-gallery .img-block {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.portfolio-gallery .description {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	background: rgba(211, 174, 95, .8);
	color: #fff;
	font-family: "Julius Sans One", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding: 26px 10px;
	-webkit-transform: scale(0) translateY(-50%);
	-ms-transform: scale(0) translateY(-50%);
	transform: scale(0) translateY(-50%);
	opacity: 0;
	font-size: 30px;
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.portfolio-gallery img {
	display: inline-block;
	vertical-align: top;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.bg-block {
	background: #fffaf0;
}

.popup-holder {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.list li {
	position: relative;
	padding: 0 0 44px 100px;
}

.list li:before {
	content: "\f00c";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	left: 35px;
	top: 12px;
}

.comment-section {
	margin-bottom: 101px;
	width: 100%;
}

.comment-block {
	padding-bottom: 13px;
}

.comment-block .panel-info {
	border-bottom: 1px solid #676767;
	padding-bottom: 19px;
	margin-bottom: 24px;
	max-width: 490px;
}

.comment-block .h3,
.comment-block .title {
	display: block;
	margin-bottom: 12px;
}

.comment-block .date {
	letter-spacing: .1em;
}

.comment-block p {
	margin-bottom: 20px;
}

.search-wrap {
	max-width: 1010px;
	margin: 0 auto;
}

.search-result {
	padding-bottom: 12px;
}

.search-result h3,
.search-result blockquote cite,
blockquote .search-result cite {
	letter-spacing: .1em;
}

.search-result h3 a,
.search-result blockquote cite a,
blockquote .search-result cite a {
	color: inherit;
}

.system-message,
.system-error-message {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

.system-message .item a,
.system-error-message .item a {
	margin: 22px 0 0 10px;
	display: inline-block;
	color: #d3ae5f;
}

.system-message .item a:hover,
.system-error-message .item a:hover {
	color: #b48a32;
}

div.form div.item,
div.webform div.item {
	padding: 0;
}

[id="sidebar"] h2 {
	margin-bottom: 20px;
}

[id="sidebar"] h3,
[id="sidebar"] blockquote cite,
blockquote [id="sidebar"] cite {
	text-transform: uppercase;
}

[id="sidebar"] h4 {
	letter-spacing: .11em;
}

[id="sidebar"] img {
	margin: 0;
}

.side-block {
	margin-bottom: 50px;
	margin: 0 auto 40px;
}

.side-nav ul {
	font-size: 35px;
	line-height: 1.2;
	font-weight: normal;
	color: #676767;
}

.side-nav ul li:not(:last-child) {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #676767;
}

.side-nav a {
	color: inherit;
	text-decoration: none;
}

.side-nav .selected a,
.side-nav a:hover {
	color: #d3ae5f;
}

.border-block {
	text-align: center;
	padding: 40px 48px;
	border: 1px solid #676767;
}

.social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 30px;
	line-height: 1;
	padding: 12px 0 18px;
}

.social-networks li {
	margin: 0 12px 10px;
}

.social-networks [class^="fa-"] {
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro";
}

.social-networks a {
	color: inherit;
	text-decoration: none;
}

.social-networks a:hover {
	color: #b48a32;
}

.about-blog h3,
.about-blog blockquote cite,
blockquote .about-blog cite {
	margin-bottom: 40px;
}

.about-blog img {
	margin-bottom: 15px;
}

.about-blog p {
	margin: 0;
}

.archives {
	font-size: 25px;
	line-height: 1.2;
}

.archives > li {
	margin-bottom: 35px;
}

.archives .opener-archive {
	font-weight: 400;
	display: block;
	position: relative;
	text-decoration: none;
}

.archives .opener-archive:after {
	content: "\f106";
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro";
	font-weight: 900;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}

.archives .active .opener-archive:after {
	content: "\f107";
}

.archives ul {
	padding: 20px 0 0;
}

.archives ul li {
	padding: 18px 0;
}

.archives ul li:last-child {
	padding-bottom: 0;
}

.archives a {
	color: inherit;
}

.archives a:hover {
	color: #b48a32;
}

[id="footer"] {
	background:  #022360 
	;
	color: #fff;
	padding: 63px 0 46px;
	text-align: center;
	font-family: "forma-djr-text", sans-serif;
	font-weight: 400;
}

[id="footer"] .container {
	max-width: 1040px;
}

[id="footer"] .copy {
	letter-spacing: .2em;
	font-size: 18px;
}

.footer-nav {
	letter-spacing: .2em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 18px;
	color: #fff;
	font-family: "forma-djr-text", sans-serif;
	font-weight: 400;
	margin: 0 -200px 20px;
}

.footer-nav li {
	margin: 0 10px 10px;
}

.footer-nav a {
	text-decoration: none;
}

.footer-nav a {
	color: inherit;
	text-decoration: none;
}

.footer-nav a:hover {
	color: #d3ae5f;
}

.visual {
	min-height: calc(100vh - 99px);
	background-size: cover;
	text-align: center;
	letter-spacing: .6em;
	padding: 78px 0;
	background-position: 50% 50%;
}

.visual .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.visual .container:after {
	content: "";
	display: block;
	width: 1px;
	min-height: calc(100vh - 156px);
}

.visual .text {
	font-size: 60px;
	font-family: "Julius Sans One", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #d3ae5f;
	text-transform: uppercase;
}

.visual .typing-block {
	overflow: hidden;
	margin-bottom: 196px;
}

.visual .typing-block span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.visual .typing-block span.animate_start {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.visual .typing-block p {
	margin: 0;
}

.visual .button,
.visual .post.first-post .more,
.post.first-post .visual .more {
	letter-spacing: .1em;
	z-index: 1;
	padding-left: 27px;
	padding-right: 27px;
}

.visual-slider {
	position: relative;
}

.visual-slider .slideset {
	position: relative;
	overflow: hidden;
}

.visual-slider .slide {
	text-align: center;
	background-size: cover;
	
}

.visual-slider .slide .container {
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background-size: cover;
	max-width: 100%;
	
}

.visual-slider .slide .container:after {
	content: "";
	display: block;
	width: 0;
	min-height: calc(100vh - 163px);
}

.visual-slider .slide .holder {
	max-width: 1560px;
	position: relative;
	z-index: 1;
}

.visual-slider .overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000000;
	opacity: 0.5;
}

.visual-slider .container {
	max-width: 1020px;
}

.visual-slider h1,
.visual-slider .thank-you-table .holder h2,
.thank-you-table .holder .visual-slider h2 {
	letter-spacing: .1em;
	color: #ffffff;
	margin-bottom: 50px;
	text-transform: uppercase;
	font: 300 78px/1.26 "all-round-gothic", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.visual-slider h2,
.visual-slider .thank-you-table .holder h2,
.thank-you-table .holder .visual-slider h2 {
	letter-spacing: .1em;
	color: #ffffff;
	margin-bottom: 50px;
	text-transform: uppercase;
	font: 300 78px/1.26 "all-round-gothic", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.visual-slider h1 span,
.visual-slider .thank-you-table .holder h2 span,
.thank-you-table .holder .visual-slider h2 span {
	display: block;
}

.visual-slider .text {
	padding-bottom: 50px;
	color: #ffffff;
}

.visual-slider .bx-pager {
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	z-index: 60;
	text-align: center;
	line-height: 0;
}

.visual-slider .bx-pager-item {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
}

.visual-slider .bx-pager-item a {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #d2cfca;
	text-decoration: none;
}

.visual-slider .bx-pager-item a.active {
	background: #d3ae5f;
}

.visual-slider .bx-pager-item.active a {
	background: #d3ae5f;
}

.visual-slider .button,
.visual-slider .post.first-post .more,
.post.first-post .visual-slider .more {
	letter-spacing: .1em;
	z-index: 2;
	padding-left: 35px;
	padding-right: 35px;
	text-transform: none;
}

.text-section {
	text-align: center;
	
}

.text-section .container {
	max-width: 1010px;
}

.text-section p {
	margin: 0;
	line-height: 1.5;
	
}

.about-section .container {
	text-align: center;
	max-width: 1270px;
}

.about-section .text {
	margin-bottom: 90px;
}

.label {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-weight: 300;
	padding: 5px 18px;
}

.product-carousel .productList {
	margin: 0;
}

.product-carousel .productList.animate_start li {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.product-carousel .productList li {
	padding: 10px 0 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	opacity: 0;
}

.product-carousel .bx-controls {
	padding: 50px 0 0;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.product-carousel .bx-controls .bx-pager-item {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}

.product-carousel .bx-controls a {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #eeedeb;
	display: block;
}

.product-carousel .bx-controls a.active {
	background: #d3ae5f;
}

.blog-section {
	text-align: center;
	font-size: 26px;
}

.blog-section .post .img-block {
	margin: 0 0 60px;
}

.blog-section .post .date {
	font-size: 36px;
	line-height: 1.06;
	display: block;
	margin-bottom: 24px;
	text-transform: uppercase;
	font-weight: 400;
}

.blog-section .post .text {
	padding-bottom: 44px;
}

.blog-section .post .text p {
	margin-bottom: 1em;
}

.blog-section .post .button,
.blog-section .post.first-post .more {
	padding-left: 40px;
	padding-right: 40px;
}

.blog-section .post img {
	display: inline-block;
	vertical-align: top;
}

.info-holder {
	text-align: center;
}

.info-holder .block {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.info-holder .block.animate_start {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1.8s;
	animation-duration: 1.8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.info-holder .holder {
	max-width: 360px;
	margin: 0 auto;
}

.info-holder .img-block {
	display: block;
	margin-bottom: 52px;
	text-align: center;
}

.info-holder .img-block img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.info-holder .img-block i {
	font-size: 135px;
	color: #d3ae5f;
}

.info-holder .text {
	text-align: center;
	font-size: 18px;
}

.info-holder h2 {
	letter-spacing: .1em;
	font-family: "Julius Sans One", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #d3ae5f;
	margin-bottom: 27px;
	font-weight: 300;
	font-size: 30px;
}

.info-holder h2 a {
	color: inherit;
	text-decoration: none;
}

.info-holder h2 a:hover {
	color: #d3ae5f;
}

.info-section .row-holder,
.info-section .productSmall,
.info-section .productTable tr,
.productTable .info-section tr {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.info-section .text {
	opacity: 0;
	-webkit-transform: translateY(200px);
	-ms-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
	transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
	transition: transform 1s ease-in-out, opacity 1s ease-in-out;
	transition: transform 1s ease-in-out, opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
	padding-bottom: 78px;
}

.info-section .text.animate_start {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.image-gallery {
	-webkit-transform: translateX(75px);
	-ms-transform: translateX(75px);
	transform: translateX(75px);
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out .3s, -webkit-transform 1s ease-in-out .3s;
	transition: opacity 1s ease-in-out .3s, -webkit-transform 1s ease-in-out .3s;
	transition: transform 1s ease-in-out .3s, opacity 1s ease-in-out .3s;
	transition: transform 1s ease-in-out .3s, opacity 1s ease-in-out .3s, -webkit-transform 1s ease-in-out .3s;
}

.image-gallery.animate_start {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.image-gallery .slide img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.image-gallery .bx-controls {
	padding: 50px 0 0;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.image-gallery .bx-controls .bx-pager-item {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}

.image-gallery .bx-controls a {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #eeedeb;
	display: block;
}

.image-gallery .bx-controls a.active {
	background: #d3ae5f;
}

.event-wrap [class^="col"] {
	margin-bottom: 20px;
}

.event-wrap .img-block {
	margin-bottom: 31px;
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 0;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
	text-align: center;
}

.event-wrap .img-block.animate_start {
	-webkit-animation-name: fadeInDownSmall;
	animation-name: fadeInDownSmall;
}

.event-wrap .img-block img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.event-wrap .date {
	font-size: 36px;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: center;
	display: block;
	font-weight: 400;
}

.event-wrap p {
	margin: 0;
}

.information-section {
	padding-bottom: 34px;
}

.information-section .heading {
	padding-bottom: 100px;
}

.information-section .center {
	max-width: 890px;
	margin: 0 auto;
}

.information-section .row-holder,
.information-section .productSmall,
.information-section .productTable tr,
.productTable .information-section tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.information-section [class^="col-"] {
	text-align: center;
}

.information-section .block {
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transition: opacity .9s linear;
	transition: opacity .9s linear;
	margin-bottom: 56px;
}

.information-section .block.animate_start {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.information-section .block img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.information-section .button,
.information-section .post.first-post .more,
.post.first-post .information-section .more {
	width: 100%;
	z-index: 1;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: none;
}

.information-section p {
	margin-bottom: 23px;
}

.post-list {
	margin: 0 -15px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.post-list .post {
	width: 50%;
	padding: 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.post-list .btn-row {
	width: 100%;
	clear: both;
}

#catblogoutput {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.post {
	overflow: hidden;
	-webkit-transition: opacity .3s cubic-bezier(.1, .3, .2, 1), -webkit-transform .72s;
	transition: opacity .3s cubic-bezier(.1, .3, .2, 1), -webkit-transform .72s;
	transition: opacity .3s cubic-bezier(.1, .3, .2, 1), transform .72s;
	transition: opacity .3s cubic-bezier(.1, .3, .2, 1), transform .72s, -webkit-transform .72s;
	opacity: 0;
	-webkit-transform: translateY(450px) rotateX(24deg);
	transform: translateY(450px) rotateX(24deg);
	margin-bottom: 64px;
}

.post.animate_start {
	-webkit-transform: translateY(0) translateZ(0) rotateX(0);
	transform: translateY(0) translateZ(0) rotateX(0);
	opacity: 1;
}

.post:nth-last-child(1) .holder {
	border-bottom-width: 0;
}

.post.first-post .holder {
	border-bottom-width: 1px;
}

.post .holder {
	padding-bottom: 70px;
	border-bottom: 1px solid #a0a0a0;
}

.post h3,
.post blockquote cite,
blockquote .post cite {
	line-height: 1.06;
	margin: 0 0 8px;
}

.post h3 a,
.post blockquote cite a,
blockquote .post cite a {
	color: inherit;
}

.post h3 a:hover,
.post blockquote cite a:hover,
blockquote .post cite a:hover {
	color: #b48a32;
}

.post .img-block {
	margin-bottom: 24px;
}

.post .img-block img {
	margin: 0;
	display: inline-block;
	vertical-align: top;
}

.post .date {
	font-size: 23px;
	font-weight: 400;
	display: block;
	margin-bottom: 29px;
	text-transform: uppercase;
}

.post .text {
	line-height: 1.3;
}

.post .text p {
	margin-bottom: 22px;
}

.post .info-frame {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.post .counters {
	font-size: 0;
	line-height: 0;
}

.post .counters span {
	display: inline-block;
	vertical-align: middle;
	font-size: 26px;
	line-height: 1.15;
	margin-right: 10px;
	font-weight: 400;
	white-space: nowrap;
	min-width: 70px;
	position: relative;
	padding-left: 40px;
}

.post .counters span:before {
	font-size: 30px;
	position: absolute;
	top: 0;
	left: 0;
	margin-right: 10px;
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro";
}

.post .counters .comments-counter:before {
	content: "\f086";
	top: -3px;
}

.post .counters .likes-counter:before {
	content: "\f08a";
}

.post .more {
	letter-spacing: .1em;
	color: inherit;
	font-size: 25px;
}

.post .more:hover {
	color: #b48a32;
}

.post.first-post h3,
.post.first-post blockquote cite,
blockquote .post.first-post cite {
	text-align: center;
	margin-bottom: 14px;
}

.post.first-post .date {
	text-align: center;
}

.post.first-post .img-block {
	margin-bottom: 40px;
	text-align: center;
}

.post.first-post .text {
	padding-bottom: 25px;
}

.post.first-post .info-frame {
	display: block;
	text-align: center;
}

.post.first-post .counters {
	display: none;
}

.post-wrap .post {
	border-bottom: 1px solid #676767;
	padding-bottom: 45px;
	margin-bottom: 71px;
}

.post-wrap .post:last-of-type {
	border: none;
}

.post-wrap .post h3,
.post-wrap .post blockquote cite,
blockquote .post-wrap .post cite {
	margin-bottom: 28px;
}

.post-wrap .text {
	padding-bottom: 44px;
}

.post-wrap .date {
	font-size: 25px;
	margin-bottom: 22px;
}

.post-wrap .info-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 49px;
}

.post-wrap .comments-info {
	display: block;
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
	text-decoration: underline;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
}

.share {
	font-size: 0;
	line-height: 0;
	margin: 4px -10px 0;
}

.share li {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	padding: 0 10px;
	font-size: 28px;
	margin-bottom: 5px;
}

.share .fa {
	font-size: 30px;
}

.share a {
	color: inherit;
	text-decoration: none;
}

.share a:hover {
	color: #d3ae5f;
}

.post-detail {
	margin-bottom: 146px;
}

.post-detail .heading-block {
	margin-bottom: 24px;
	text-align: center;
}

.post-detail .heading-block h3,
.post-detail .heading-block blockquote cite,
blockquote .post-detail .heading-block cite {
	margin-bottom: 9px;
}

.post-detail .heading-block .date {
	font-size: 25px;
	font-weight: 400;
}

.post-detail .img-block {
	text-align: center;
}

.post-detail blockquote {
	max-width: 884px;
}

.post-detail img {
	margin-bottom: 43px;
	display: inline-block;
	vertical-align: top;
}

.post-detail .share {
	padding-top: 10px;
	margin-top: 0;
}

.event-list {
	display: block;
}

.event-list .eventsListHolder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.event-list [class^="col-"] {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.event-list .block {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.event-list .img-block {
	z-index: -1;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.event-list .holder {
	width: 100%;
	display: block;
	color: #fff;
	padding: 35px;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
}

.event-list .holder:hover {
	background: rgba(255, 255, 255, .6);
	color: #000;
}

.event-list .holder:hover .event-date,
.event-list .holder:hover .event-detail .detail-date,
.event-detail .event-list .holder:hover .detail-date {
	border-color: #000;
}

.event-list .hold {
	max-width: 521px;
	margin: 0 auto;
}

.event-list .info {
	font-size: 1.3541666667vw;
}

.event-list .info li {
	margin-bottom: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.event-list .fa,
.event-list .fab,
.event-list .fal,
.event-list .far,
.event-list .fas,
.event-list .icon {
	font-size: 1.3020833333vw;
	display: inline-block;
	margin-right: 10px;
	min-width: 24px;
}

.event-list .fa-map-marker,
.event-list .icon-wallet {
	font-size: 1.5625vw;
}

.event-list h2 {
	font-size: 2.0833333333vw;
	line-height: 1;
	margin-bottom: 20px;
}

.event-list img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.event-list .load-more-holder {
	width: 100%;
	padding: 61px 0;
}

.event-date,
.event-detail .detail-date {
	-webkit-transition: border .3s ease-in-out;
	transition: border .3s ease-in-out;
	border: 1px solid #fff;
	padding: 19px 10px 24px;
	margin: 0 0 24px;
	text-align: center;
	font-size: 43px;
	display: inline-block;
	vertical-align: top;
	text-transform: capitalize;
	font-weight: 400;
	width: 8.3vw;
	max-width: 160px;
	line-height: 1;
	font-size: 2.2395833333vw;
}

.event-date span,
.event-detail .detail-date span {
	display: block;
}

.event-date .day,
.event-detail .detail-date .day {
	font-size: 4.7395833333vw;
	line-height: .95;
}

.event-date .month,
.event-detail .detail-date .month {
	font-size: 3.1770833333vw;
	margin-bottom: 13px;
}

.event-detail {
	padding-bottom: 70px;
}

.event-detail > [class^="col-"] {
	margin-bottom: 0;
}

.event-detail header {
	max-width: 550px;
	padding-bottom: 21px;
}

.event-detail .img-block {
	position: relative;
}

.event-detail .detail-date {
	position: absolute;
	top: 39px;
	left: 100px;
	color: #fff;
	width: 160px;
	font-size: 43px;
}

.event-detail .detail-info {
	font-size: 26px;
	padding: 0 2px;
}

.event-detail .detail-info li {
	margin-bottom: 12px;
}

.event-detail .fa,
.event-detail .fab,
.event-detail .fal,
.event-detail .far,
.event-detail .fas,
.event-detail .icon {
	font-size: 26px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 23px;
	min-width: 24px;
}

.event-detail .fa-clock {
	margin-bottom: 5px;
}

.event-detail .btn-row {
	text-align: right;
}

.event-detail h2 {
	line-height: .95;
	margin-bottom: 16px;
}

.event-detail p {
	margin-bottom: 1.7em;
}

.booking {
	width: 810px;
	padding: 60px 131px;
}

.booking h2 {
	margin-bottom: 48px;
}

.booking .jcf-select {
	height: 96px;
	margin-bottom: 30px;
}

.booking .jcf-select .jcf-select-text {
	font-size: 28px;
	line-height: 96px;
	margin-left: 33px;
}

.booking .button.button,
.booking .post.first-post .more,
.post.first-post .booking .more {
	width: auto;
	display: inline-block;
	vertical-align: top;
}

.map-holder {
	width: 100%;
	height: 450px;
	position: relative;
}

.map-holder:last-child {
	margin-bottom: -90px;
}

.map-holder .google-map-holder {
	position: absolute;
	left: 50%;
	width: 100vw !important;
	height: 100% !important;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
	bottom: 0;
	max-width: none;
	margin: 0;
}

.map-holder img {
	width: 100%;
}

.horizontal-gallery .frame {
	width: 100%;
	overflow: hidden;
	margin: 0 0 52px;
}

.horizontal-gallery .frame .slide {
	width: 9999px;
}

.horizontal-gallery .frame .slide li {
	float: left;
	padding-right: 30px;
}

.horizontal-gallery .scrollbar {
	height: 10px;
	width: 100%;
	background: #eeedeb;
}

.horizontal-gallery .handle {
	width: 25%;
	background: #676767;
	height: 100%;
	cursor: pointer;
}

.horizontal-gallery img {
	margin: 0;
	display: inline-block;
	vertical-align: top;
}

.carousel-gallery .mask {
	width: 100%;
	overflow: hidden;
	margin-bottom: 26px;
}

.carousel-gallery .slide {
	text-align: center;
}

.carousel-gallery .thumbnail {
	position: relative;
}

.carousel-gallery ul {
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.carousel-gallery li {
	margin: 0;
	display: inline-block;
	vertical-align: top;
	width: 20%;
	text-align: center;
}

.carousel-gallery li > a {
	border: 2px solid transparent;
	display: block;
}

.carousel-gallery li > a:hover {
	border-color: #d3ae5f;
}

.carousel-gallery li.active > a {
	border-color: #d3ae5f;
}

.carousel-gallery .btn-prev,
.carousel-gallery .btn-next {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	z-index: 1;
	border-color: #676767;
	border-style: solid;
}

.carousel-gallery .btn-prev {
	right: 100%;
	border-width: 0 0 1px 1px;
}

.carousel-gallery .btn-next {
	left: 100%;
	border-width: 1px 1px  0 0;
}

.carousel-gallery img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.full-width-gallery .bx-wrapper {
	max-width: 100% !important;
}

.full-width-gallery .mask {
	position: relative;
}

.full-width-gallery .slideset {
	list-style: none;
	font-size: 0;
	line-height: 0;
}

.full-width-gallery .slide {
	display: inline-block;
	vertical-align: top;
}

.full-width-gallery .slide:before {
	display: none;
}

.full-width-gallery .slide img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.full-width-gallery .bx-prev,
.full-width-gallery .bx-next {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	z-index: 1;
	border-color: #676767;
	border-style: solid;
	font-size: 0;
	line-height: 0;
}

.full-width-gallery .bx-prev {
	right: 100%;
	border-width: 0 0 1px 1px;
}

.full-width-gallery .bx-next {
	left: 100%;
	border-width: 1px 1px  0 0;
}

.faq-section .intro-text {
	max-width: 1270px;
	margin: 0 auto;
	padding-bottom: 26px;
}

.faq-tabset {
	font-size: 30px;
	font-weight: 200;
}

.faq-tabset li {
	margin: 0 0 5px;
}

.faq-tabset a {
	color: inherit;
}

.faq-tabset .active a {
	color: #b48a32;
}

.faq-content h2 {
	margin-bottom: 20px;
}

.our-team-section [class^="col-"] {
	margin-bottom: 91px;
}

.our-team-section .img-block {
	position: relative;
	overflow: hidden;
	margin: 0 0 42px;
}

.our-team-section .img-block:hover .social-list {
	top: 50%;
}

.our-team-section .img-block img {
	display: block;
	width: 100%;
	margin: 0;
}

.our-team-section .social-list {
	position: absolute;
	left: 0;
	width: 100%;
	top: -100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: rgba(255, 255, 255, .7);
	padding: 24px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 30px;
	-webkit-transition: top .3s ease-in-out;
	transition: top .3s ease-in-out;
}

.our-team-section .social-list li {
	padding: 5px 12px;
	color: #000;
}

.our-team-section .social-list a {
	color: inherit;
}

.our-team-section .social-list a:hover {
	color: #d3ae5f;
}

.our-team-section .h3,
.our-team-section .comment-block .title,
.comment-block .our-team-section .title {
	margin-bottom: 10px;
}

.our-team-section .button,
.our-team-section .post.first-post .more,
.post.first-post .our-team-section .more {
	text-transform: none;
}

.our-team-section .heading,
.our-team-detail .heading {
	padding-bottom: 25px;
	border-bottom: 1px solid #676767;
	margin-bottom: 25px;
}

.our-team-section .position,
.our-team-detail .position {
	letter-spacing: .1em;
	display: block;
}

.our-team-detail {
	margin: 0 0 123px;
}

.our-team-detail .img-block {
	margin: 0 0 23px;
	text-align: center;
}

.our-team-detail .img-block img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.our-team-detail .social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 30px;
}

.our-team-detail .social-list li {
	padding: 5px 12px;
}

.our-team-detail .social-list a {
	color: inherit;
}

.our-team-detail .social-list a:hover {
	color: #d3ae5f;
}

.our-team-detail .heading {
	text-align: left;
}

.our-team-detail .h3,
.our-team-detail .comment-block .title,
.comment-block .our-team-detail .title {
	margin-bottom: 20px;
}

.our-team-detail p + .list {
	padding-top: 12px;
}

.our-team-detail .info-list li {
	position: relative;
	padding: 10px 0 10px 100px;
	margin-bottom: 12px;
}

.our-team-detail .info-list .fa,
.our-team-detail .info-list .fas,
.our-team-detail .info-list .fab,
.our-team-detail .info-list .far {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 39px;
	font-size: 38px;
	line-height: 1;
}

.our-team-detail .info-list a {
	color: inherit;
	text-decoration: none;
}

.portfolio-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -16px 81px;
}

.portfolio-nav li {
	font-size: 20px;
	padding: 0 16px 10px;
}

.portfolio-nav .active a,
.portfolio-nav a:hover {
	border-color: #d3ae5f;
	color: #d3ae5f;
}

.portfolio-nav a {
	display: block;
	border: 1px solid #cdcdcd;
	padding: 7px 17px;
	color: inherit;
	text-decoration: none;
}

.portfolio-wrap {
	overflow: hidden;
	margin-left: -15px;
	margin-right: -15px;
}

.portfolio-wrap .block {
	width: 33.33%;
	padding: 0 15px 30px;
	float: left;
	overflow: hidden;
}

.portfolio-wrap .block:hover .info-list {
	top: 50%;
}

.portfolio-wrap .img-block {
	position: relative;
	margin: 0 0 16px;
}

.portfolio-wrap .img-block img {
	margin: 0;
}

.portfolio-wrap .info-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 38px 20px;
	background: rgba(255, 255, 255, .7);
	font-size: 35px;
	top: -100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: top .3s ease-in-out;
	transition: top .3s ease-in-out;
}

.portfolio-wrap .info-list li {
	padding: 0 14px;
}

.portfolio-wrap .info-list a {
	color: #000;
}

.portfolio-wrap .info-list a:hover {
	color: #d3ae5f;
}

.portfolio-wrap h2 {
	text-align: center;
	font-family: "all-round-gothic", sans-serif;
	text-transform: uppercase;
}

.portfolio-wrap h2 a {
		color: #d3ae5f;
	text-decoration: none;
}

.portfolio-wrap h2 a:hover {
	color: #5f88d4
}

.portfolio-detail {
	margin-bottom: 142px;
}

.portfolio-detail .list {
	margin-bottom: 44px;
}

.portfolio-gallery .slide {
	text-align: center;
}

.portfolio-gallery .bx-controls-direction {
	padding: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.portfolio-gallery .bx-controls-direction a {
	display: block;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
}

.portfolio-gallery .bx-prev,
.portfolio-gallery .bx-next {
	color: inherit;
}

.portfolio-gallery .bx-prev:before,
.portfolio-gallery .bx-next:before {

	font-family: "Font Awesome 5 Free", "Font Awesome 5 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro";

	font-size: 40px;
	line-height: 1;
	color: #d3ae5f;
	
}

.portfolio-gallery .bx-next:before {
	content: "\f105";
}

.portfolio-gallery .bx-prev:before {
	content: "\f104";
}

.portfolio-gallery img {
	margin: 0;
}

.portfolio-paging {
	letter-spacing: .1em;
	font-size: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "Julius Sans One", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin-top: 60px;
	margin-bottom: 60px;
}

.portfolio-paging a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	color: #d3ae5f;
}

.portfolio-paging .prev,
.portfolio-paging .next {
	position: relative;
	font-weight: 300;
}

.portfolio-paging .prev:hover,
.portfolio-paging .next:hover {
	color: #d3ae5f;
}

.portfolio-paging .prev:hover .arrow,
.portfolio-paging .next:hover .arrow {
	border-color: #d3ae5f;
}

.portfolio-paging .prev {
	padding: 20px 0 20px 67px;
	margin-right: 70px;
}

.portfolio-paging .next {
	padding: 20px 67px 20px 0;
	margin-left: 70px;
}

.portfolio-paging .arrow {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	border-color: #676767;
	border-style: solid;
}

.portfolio-paging .arrow.left {
	left: 0;
	border-width: 0 0 1px 1px;
}

.portfolio-paging .arrow.right {
	right: 0;
	border-width: 1px 1px  0 0;
}

.gallery-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -44px 81px;
}

.gallery-nav li {
	font-size: 27px;
	padding: 0 44px 20px;
}

.gallery-nav .active a,
.gallery-nav a:hover {
	border-color: #d3ae5f;
	color: #d3ae5f;
}

.gallery-nav a {
	color: inherit;
	text-decoration: none;
}

.sort-gallery-wrap {
	overflow: hidden;
}

.sort-gallery-wrap .container {
	max-width: none;
	margin-left: -15px;
	margin-right: -15px;
}

.sort-gallery-wrap .block {
	float: left;
	overflow: hidden;
	width: 20%;
	padding: 0 15px 30px;
}

.sort-gallery-wrap .block:hover .text,
.sort-gallery-wrap .block:focus .text {
	top: 50%;
}

.sort-gallery-wrap .img-block {
	position: relative;
	margin-bottom: 17px;
}

.sort-gallery-wrap .img-block img {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.sort-gallery-wrap .text {
	letter-spacing: .1em;
	position: absolute;
	left: 0;
	top: -100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	transform: translateY(-50%);
	background: rgba(211, 174, 95, .8);
	padding: 25px 10px;
	font-size: 30px;
	text-align: center;
	color: #fff;
	font-family: "Julius Sans One", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	-webkit-transition: top .3s ease-in-out;
	transition: top .3s ease-in-out;
	text-decoration: none;
}

.sort-gallery-wrap h2 {
	font-size: 26px;
	font-weight: 300;
	text-align: center;
}

.sort-gallery-wrap h2 a {
	color: inherit;
	text-decoration: none;
}

.sort-gallery-wrap h2 a:hover {
	color: #d3ae5f;
}

.sort-gallery-wrap img {
	margin: 0;
}

.sort-gallery-detail {
	padding: 20px 0 57px;
}

.sort-gallery-detail [class^="col-"] {
	margin-bottom: 30px;
}

.sort-gallery-detail img {
	margin: 0;
	display: inline-block;
	vertical-align: top;
}

.filter-holder {
	margin: 0 auto 100px;
}

.filter-holder .title {
	margin: 0 0 43px;
}

.filter-holder .form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.filter-holder .form .select-holder,
.filter-holder .form .input-holder {
	width: 235px;
	-ms-flex-preferred-size: 235px;
	flex-basis: 235px;
	margin: 0 30px 0 0;
}

.filter-holder .form .jcf-select,
.filter-holder .form input[type="text"],
.filter-holder .form select {
	margin: 0;
	height: 65px;
	min-width: 130px;
}

.filter-holder .form input[type="text"],
.filter-holder .form input[type="search"] {
	padding-left: 10px;
	padding-right: 10px;
}

.filter-holder .jcf-select .jcf-select-opener {
	width: 30px;
}

.filter-holder .jcf-select .jcf-select-opener:before {
	font-size: 20px;
}

.filter-holder .jcf-select .jcf-select-text {
	margin: 0 35px 0 10px;
}

.filter-holder .btn-holder {
	width: 220px;
}

.filter-holder .button,
.filter-holder .post.first-post .more,
.post.first-post .filter-holder .more,
.filter-holder button.button,
.filter-holder .post.first-post button.more,
.post.first-post .filter-holder button.more {
	padding: 15px 20px;
	width: 100%;
}

.productTable {
	display: block;
	width: 100%;
}

.productTable tbody {
	display: block;
}

.productSmall li,
.productSmall td,
.productTable tr li,
.productTable tr td {
	padding-bottom: 87px;
}

.two-column .productSmall li,
.two-column
  .productSmall td,
.two-column
  .productTable tr li,
.two-column
  .productTable tr td {
	width: 33.33%;
}

.productSmall td,
.productTable tr td {
	padding-bottom: 0;
}

.productSmall .holder,
.productTable tr .holder {
	max-width: 360px;
	margin: 0 auto;
}

.productSmall .img-block,
.productTable tr .img-block {
	position: relative;
	margin: 0 0 31px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.productSmall .img-block img,
.productTable tr .img-block img {
	margin: 0;
	display: inline-block;
	vertical-align: top;
}

.productSmall .label,
.productTable tr .label {
	position: absolute;
	top: -10px;
	right: 0;
	background: #bbc89a;
	text-transform: uppercase;
}

.productSmall .button,
.productSmall .post.first-post .more,
.post.first-post .productSmall .more,
.productTable tr .button,
.productTable tr .post.first-post .more,
.post.first-post .productTable tr .more {
	position: absolute;
	bottom: 35px;
	right: 35px;
	left: 35px;
	z-index: 0;
	padding-left: 20px;
	padding-right: 20px;
}

.productSmall .button:before,
.productSmall .post.first-post .more:before,
.post.first-post .productSmall .more:before,
.productTable tr .button:before,
.productTable tr .post.first-post .more:before,
.post.first-post .productTable tr .more:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: -1;
}

.productSmall .price,
.productTable tr .price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 36px;
	font-weight: 400;
}

.productSmall h3,
.productSmall blockquote cite,
blockquote .productSmall cite,
.productTable tr h3,
.productTable tr blockquote cite,
blockquote .productTable tr cite {
	font-size: 26px;
	margin-bottom: 13px;
	text-align: center;
	font-weight: 300;
}

.productSmall img,
.productTable tr img {
	display: inline-block;
	vertical-align: top;
}

.related .productTable tr td {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.related .productTable tr .hold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
}

.related .productTable tr .img-block {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.related .productTable tr .button,
.related .productTable tr .post.first-post .more,
.post.first-post .related .productTable tr .more {
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
}

.related .productTable tr .text {
	display: none;
}

.related .productTable tr h3,
.related .productTable tr blockquote cite,
blockquote .related .productTable tr cite,
.related .productTable tr .h3,
.related .productTable tr .comment-block .title,
.comment-block .related .productTable tr .title {
	font-size: 26px;
	margin-bottom: 13px;
	text-align: center;
	font-weight: 300;
}

.category-list {
	letter-spacing: .1em;
	font-size: 30px;
}

.category-list > li {
	padding: 0 0 19px;
}

.category-list .selected {
	padding-bottom: 10px;
}

.category-list .selected > a {
	color: #d3ae5f;
}

.category-list .selected ul {
	display: block;
}

.category-list ul {
	font-size: 23px;
	padding: 24px 0 0 48px;
	display: none;
}

.category-list ul li {
	padding: 0 0 14px;
}

.category-list a {
	color: inherit;
	text-decoration: none;
}

.category-list a:hover {
	color: #d3ae5f;
}

.blog-full-width .productSmall {
	text-align: left;
}

.blog-full-width .productSmall li {
	width: 100%;
	padding-bottom: 50px;
}

.blog-full-width .productSmall .h3,
.blog-full-width .productSmall .comment-block .title,
.comment-block .blog-full-width .productSmall .title {
	font-weight: 300;
	margin-bottom: 20px;
}

.blog-full-width .productSmall .price {
	letter-spacing: .1em;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: 40px;
	margin-bottom: 18px;
}

.blog-full-width .productSmall .button,
.blog-full-width .productSmall .post.first-post .more,
.post.first-post .blog-full-width .productSmall .more {
	position: relative;
	bottom: auto;
	left: auto;
	right: auto;
	top: auto;
}

.blog-full-width .img-block {
	width: 54.4%;
	float: left;
	margin: 0 30px 0 0;
	text-align: center;
}

.blog-full-width .img-block img {
	margin: 0;
}

.blog-full-width .text-block {
	overflow: hidden;
}

.blog-full-width .text {
	padding-bottom: 55px;
}

.blog-full-width .text p {
	margin-bottom: 30px;
}

.old-price {
	color: #ef6060;
	text-decoration: line-through;
	margin-right: 15px;
}

.old-price + span {
	color: #69ba28;
}

.productLarge .stock {
	font-size: 30px;
	margin-bottom: 35px;
	display: block;
}

.productLarge .h3,
.productLarge .comment-block .title,
.comment-block .productLarge .title {
	letter-spacing: .1em;
	font-weight: 300;
	margin-bottom: 20px;
}

.productLarge .price {
	letter-spacing: .1em;
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 17px;
}

.productLarge .wrap {
	padding-bottom: 60px;
}

.productLarge .catProdAttributeTitle {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 42px;
}

.productLarge .catProductAttributeGroup {
	width: 50%;
	float: left;
	padding: 0 10px 20px 0;
}

.productLarge .catProductAttributeGroup:last-child {
	width: 100%;
}

.productLarge .catProductAttributeGroup:last-child .catProdAttributeItem {
	margin-bottom: 0;
}

.productLarge .catProductAttributeGroup:last-child .catProductAttributeGroup {
	padding-bottom: 0;
}

.productLarge .catProductAttributeGroup:last-child .jcf-select {
	margin: 0 0 10px;
}

.productLarge .catProdAttributeItem {
	letter-spacing: .03em;
	margin-bottom: 31px;
	font-weight: 400;
}

.productLarge .catProdAttributeItem .jcf-checkbox {
	margin-right: 13px;
}

.productLarge .catProdAttributeItem .jcf-radio {
	margin-right: 17px;
}

.productLarge .catProdAttributeItem .jcf-select {
	max-width: 620px;
}

.productLarge .productTextInput {
	width: 100px;
}

.productLarge .productAttributes {
	overflow: hidden;
}

.productLarge .btn-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.productLarge .btn-row .button,
.productLarge .btn-row .post.first-post .more,
.post.first-post .productLarge .btn-row .more,
.productLarge .btn-row input[type="submit"] {
	margin: 0 10px 20px;
}

.comment-block {
	margin-bottom: 20px;
}

.comment-block .title {
	display: block;
}

.comment-block .date {
	display: block;
}

.product-detail {
	margin-bottom: 56px;
}

.product-detail-slider {
	text-align: center;
}

.product-detail-slider .mask {
	margin-bottom: 30px;
}

.product-detail-slider img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.product-form-section {
	margin-bottom: 144px;
}

.steps-holder {
	margin-bottom: 46px;
	padding-bottom: 81px;
	border-bottom: 1px solid #676767;
}

.steps {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -30px;
}

.steps li {
	width: 33.33%;
	padding: 0 30px;
}

.steps .holder a {
	text-decoration: none;
	color: inherit;
}

.steps .active .holder {
	color: #d3ae5f;
}

.steps .title {
	display: block;
}

.steps .fa,
.steps .fab,
.steps .fal,
.steps .far,
.steps .fas {
	display: block;
	font-size: 44px;
	line-height: 1;
	margin-bottom: 14px;
	width: 93px;
	text-align: center;
	min-height: 49px;
}

.steps .fa-file-alt {
	font-size: 46px;
}

.steps .title {
	text-transform: uppercase;
}

.steps .text {
	font-size: 40px;
	font-weight: 400;
}

.shopping-table {
	width: 100%;
	margin: 0 0 83px;
	border-bottom: 1px solid #676767;
}

.shopping-table th {
	font-weight: 300;
	padding: 0 25px 11px;
	font-size: 23px;
	text-align: left;
}

.shopping-table th:first-child {
	text-align: left;
	padding-left: 0;
}

.shopping-table th:last-child {
	text-align: right;
	padding-right: 0;
	width: 30px;
}

.shopping-table tr:first-child {
	padding-left: 0;
}

.shopping-table tr:last-child td {
	padding-bottom: 90px;
}

.shopping-table td {
	padding: 33px 25px 25px;
	vertical-align: middle;
}

.shopping-table td:first-child {
	border: none;
	padding-left: 0;
}

.shopping-table td:last-child {
	padding-right: 5px;
	padding-left: 5px;
	width: 30px;
}

.shopping-table input[type="text"],
.shopping-table input[type="number"] {
	width: 100px;
	margin: 0;
	line-height: 1;
	height: 45px;
	padding-left: 10px;
	padding-right: 10px;
}

.shopping-table img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.shopping-table a {
	color: inherit;
}

.shopping-table .link-remove {
	color: inherit;
}

.shopping-table .link-remove:hover {
	color: #d3ae5f;
}

.shopping-hold .wrap {
	max-width: 620px;
	padding-bottom: 53px;
}

.shopping-hold h2 {
	letter-spacing: 0;
	text-transform: none;
	margin: 0 0 62px;
}

.shopping-hold .button-holder {
	margin: 0 -10px;
}

.shopping-hold .button-holder .button,
.shopping-hold .button-holder .post.first-post .more,
.post.first-post .shopping-hold .button-holder .more {
	margin: 0 12px 10px;
	padding-left: 63px;
	padding-right: 63px;
}

.shopping-hold .check-holder {
	padding: 26px 0 11px;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shopping-hold .jcf-select {
	margin-bottom: 30px;
}

.shipping-form {
	max-width: 620px;
}

.shipping-form label {
	letter-spacing: .02em;
	display: block;
	margin: 0 0 21px;
}

.shipping-form .jcf-select {
	margin: 0 0 30px;
}

.summary-table {
	width: 100%;
	vertical-align: middle;
	margin: 0 0 55px;
}

.summary-table tr:first-child td {
	padding-top: 0;
}

.summary-table td {
	padding: 30px 0;
	
}

.summary-table td:first-child {
	padding-left: 0;
	width: 131px;
}

.summary-table td:last-child {
	font-weight: 400;
}

.summary-table tfoot td,
.summary-table tfoot tr:first-child td {
	font-weight: 400;
	color: #d3ae5f;
	padding-top: 54px;
	font-size: 36px;
}

.summary-table .form-hold {
	padding-bottom: 19px;
}

.summary-table .form-code-area {
	margin: -9px 0 -8px;
}

.summary-table .form-code-area input[type=text],
.summary-table .form-code-area input#DiscountCode,
.summary-table .form-code-area input#GiftVoucher {
	width: 230px;
	margin: 0 20px 0 0;
}

.checkout-form .note-block {
	font-size: 28px;
	font-weight: 400;
	text-align: center;
	padding: 15px 0 50px;
}

.checkout-form .note-block a {
	color: inherit;
	text-decoration: underline;
}

.checkout-form .note-block a:hover {
	text-decoration: none;
}

.checkout-form .note-block p {
	margin: 0;
}

.checkout-form textarea {
	height: 275px;
	min-height: 275px;
}

.checkout-form .summary-table {
	width: 100%;
	margin-bottom: 20px;
}

.checkout-form .summary-table tfoot td {
	padding-bottom: 0;
}

.checkout-form .shopping-table {
	margin-bottom: 44px;
	border: none;
}

.checkout-form .shopping-table th {
	text-align: center;
	padding-top: 0;
	padding-bottom: 35px;
}

.checkout-form .shopping-table th:first-child {
	text-align: left;
}

.checkout-form .shopping-table th:last-child {
	text-align: right;
}

.checkout-form .shopping-table tbody td {
	text-align: center;
	padding-top: 0;
	padding-bottom: 19px;
}

.checkout-form .shopping-table tbody td:first-child {
	padding-right: 10px;
	text-align: left;
}

.checkout-form .shopping-table tbody td:last-child {
	text-align: right;
	font-weight: 400;
}

.checkout-form .summary-table {
	margin-bottom: 62px;
}

.checkout-form .summary-table td {
	padding: 0 0 20px;
}

.checkout-form .radio-holder {
	margin-bottom: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.checkout-form .radio-holder .jcf-radio {
	margin-right: 10px;
}

.checkout-form label ~ .jcf-radio {
	margin-left: 32px;
}

.system-page h2 {
	margin-bottom: 64px;
}

.system-page h3,
.system-page blockquote cite,
blockquote .system-page cite {
	margin-bottom: 56px;
}

.system-page .holder {
	max-width: 750px;
	margin: 0 auto;
}

.system-page .shopping-table {
	table-layout: fixed;
	background: none;
	margin: 0 0 61px;
	border: none;
}

.system-page .shopping-table .text {
	padding: 0;
	max-width: none;
}

.system-page .shopping-table tr:last-child td {
	padding-bottom: 20px;
}

.system-page .shopping-table th {
	padding: 0 0 44px;
	border: none;
	text-align: center;
	background: none;
}

.system-page .shopping-table th:first-child {
	text-align: left;
	width: auto;
}

.system-page .shopping-table th:last-child {
	text-align: right;
	width: auto;
}

.system-page .shopping-table td {
	padding: 0 0 28px;
	text-align: center;
	background: none;
}

.system-page .shopping-table td:first-child {
	width: auto;
	text-align: left;
}

.system-page .shopping-table td:last-child {
	text-align: right;
	width: auto;
}

.system-page .summary-table td {
	padding: 0 0 18px;
}

.invoice-text {
	font-size: 36px;
	line-height: 1.06;
	font-weight: 300;
	margin: 0 0 40px;
	text-align: center;
}

.invoice-text strong {
	font-weight: 400;
}

.register-form,
.login-form {
	max-width: 1010px;
	margin: 0 auto;
}

.register-form [class="col-"],
.login-form [class="col-"] {
	margin-bottom: 0;
}

.register-form fieldset,
.login-form fieldset {
	padding-bottom: 19px;
}

.register-form .jcf-select,
.login-form .jcf-select {
	margin-bottom: 30px;
}

.register-form .check-holder,
.login-form .check-holder {
	padding: 0 0 51px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.register-form .lost-text,
.login-form .lost-text {
	padding: 25px 0;
}

.register-form .lost-text p,
.login-form .lost-text p {
	margin: 0;
}

.register-form .lost-text a,
.login-form .lost-text a {
	display: inline-block;
	vertical-align: top;
	margin: 0 30px;
	color: inherit;
}

.login-popup {
	width: 100%;
	max-width: 1270px;
	padding: 81px;
}

.login-demo {
	background: #fff;
	max-width: 1270px;
	margin: 0 auto;
	padding: 81px 40px 65px;
}

.login-demo .button,
.login-demo .post.first-post .more,
.post.first-post .login-demo .more {
	z-index: 1;
}

.login-demo:after {
	content: "";
	background: #e5e5e5;
	position: absolute;
	top: -9999px;
	left: -9999px;
	right: -9999px;
	bottom: -9999px;
	z-index: -1;
}

.account-holder {
	max-width: 1010px;
}

.account-holder h2 {
	margin-bottom: 13px;
}

.account-holder h3,
.account-holder blockquote cite,
blockquote .account-holder cite {
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 36px;
}

.account-holder section {
	padding-top: 26px;
}

.account-table {
	margin: 0 0 45px;
	width: 100%;
}

.account-table th {
	text-align: left;
	vertical-align: top;
	font-size: 23px;
	padding: 0 10px 11px;
	font-weight: 300;
}

.account-table th:first-child {
	padding-left: 0;
}

.account-table tbody {
	font-weight: 400;
}

.account-table td {
	text-align: left;
	vertical-align: top;
	padding: 10px;
}

.account-table td:first-child {
	padding-left: 0;
}

#js-messages {
	font-weight: 400;
	margin-top: -37px;
	padding: 0 11px 20px 0;
}

.side-nav.account-nav {
	max-width: none;
}

.side-nav.account-nav ul li {
	border: none;
	padding: 0;
	margin-bottom: 38px;
	font-weight: 300;
}

.side-nav.account-nav ul li.selected {
	font-weight: 400;
}

.edit-account-form {
	max-width: 1010px;
}

.edit-account-form fieldset {
	padding-bottom: 19px;
}

.edit-account-form .check-holder {
	padding: 0 0 51px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact-wrap {
	padding: 0 0 51px;
}

.contact-wrap [class="col-"] {
	margin: 0;
}

.contact-wrap img {
	margin: 0 0 20px;
}

.contact-list {
	font-size: 30px;
	font-weight: 300;
}

.contact-list li {
	position: relative;
	padding: 0 0 0 66px;
	margin: 0 0 52px;
}

.contact-list .fa,
.contact-list .fab,
.contact-list .fal,
.contact-list .far,
.contact-list .fas,
.contact-list .icon {
	line-height: 1;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.contact-list .icon-map-marker {
	font-size: 30px;
	color: #d3ae5f;
}

.contact-list  .fa-mobile-alt {
	font-size: 30px;
	color: #d3ae5f;
}

.contact-list .fa-envelope {
	font-size: 30px;
	color: #d3ae5f;
}



.contact-list a {
	color: #d3ae5f;
}

.contact-form h1,
.contact-form .thank-you-table .holder h2,
.thank-you-table .holder .contact-form h2 {
	text-align: center;
	margin-bottom: 78px;
}

.thank-you-table h1,
.thank-you-table .holder h2 {
	margin-bottom: 30px;
}

.thank-you-table .form-holder {
	max-width: 555px;
	margin: 0 auto;
}

.thank-you-table .holder {
	max-width: 750px;
	margin: 0 auto;
	text-align: left;
}

.thank-you-table .holder h2 {
	text-transform: none;
}

.thank-you-table .thanks-text {
	text-align: center;
}

.thank-you-table .thanks-text h2 {
	margin-bottom: 61px;
}

.thank-you-table .thanks-text h3,
.thank-you-table .thanks-text blockquote cite,
blockquote .thank-you-table .thanks-text cite {
	margin-bottom: 23px;
}

.thank-you-table .thanks-text p {
	margin-bottom: 80px;
}

.thank-you-table .invoice-text {
	margin: 35px 0;
}

.summary-table.thank-you-table {
	max-width: 750px;
	margin: 0 auto;
}

.summary-table.thank-you-table table {
	width: 100%;
}

.summary-table.thank-you-table a[href^=mailto] {
	color: #676767;
}

.summary-table.thank-you-table a[href^=mailto]:hover {
	color: #d3ae5f;
}

.summary-table.thank-you-table td {
	padding-top: 0;
	padding-bottom: 20px;
	position: relative;
	padding-right: 0;
	padding-left: 350px;
}

.summary-table.thank-you-table td#title {
	display: none;
}

.summary-table.thank-you-table td:first-child {
	padding-right: 0;
}

.summary-table.thank-you-table td td {
	padding-left: 0;
}

.summary-table.thank-you-table br {
	display: none;
}

.summary-table.thank-you-table strong {
	text-align: left;
	font-weight: normal;
	float: left;
	width: 250px;
	margin-left: -250px;
}

.summary-table.thank-you-table .text {
	margin-left: -250px;
	clear: both;
	text-align: left;
	font-weight: 300;
	padding-top: 13px;
}

.wrap-404 {
	text-align: center;
	font-size: 36px;
	max-width: 1010px;
	margin: 0 auto;
}

.wrap-404 .text {
	padding-bottom: 18px;
}

.wrap-404 h2 {
	margin-bottom: 54px;
}

.title-404,
.h1.title-404 {
	font-size: 150px;
	line-height: 1;
	font-weight: 400;
	padding-bottom: 37px;
	margin-bottom: 80px;
}

.title-404 .icon-ellipse,
.h1.title-404 .icon-ellipse {
	display: inline-block;
	height: 108px;
	width: 108px;
	border: 2px solid #d3ae5f;
	border-radius: 50%;
	margin: 0 21px 0 9px;
}

.coming {
	text-align: center;
	font-size: 26px;
}

.coming #main {
	background-size: cover;
	background-attachment: fixed;
	background-position: 50% 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}

.coming #main:after {
	content: "";
	min-height: 100vh;
}

.coming .container {
	max-width: 1040px;
}

.coming .logo {
	text-align: center;
	width: auto;
	margin: 30px 0 10vh;
}

.coming .h1 {
	font-size: 78px;
	line-height: .94;
	text-transform: uppercase;
}

.coming .text {
	padding-bottom: 14px;
}

.timer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 560px;
	margin: 0 auto 68px;
	font-weight: 300;
	text-align: center;
}

.timer .column {
	width: 25%;
	padding: 0 10px;
}

.timer span {
	letter-spacing: .1em;
	font-family: "Julius Sans One", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	font-size: 78px;
	line-height: 80px;
	text-transform: uppercase;
}

.timer p {
	margin: 0;
}

@media all and (min-width: 800px) {
	.fancybox-button--thumbs {
		display: inline-block;
	}

	.fancybox-button--thumbs span {
		font-size: 23px;
	}

	.fancybox-button--thumbs::before {
		width: 3px;
		height: 3px;
		top: calc(50% - 2px);
		left: calc(50% - 2px);
		box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
	}

	.fancybox-thumbs {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		width: 220px;
		margin: 0;
		padding: 5px 5px 0 0;
		background: #fff;
		word-break: normal;
		-webkit-tap-highlight-color: transparent;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		box-sizing: border-box;
		z-index: 99995;
	}

	.fancybox-show-thumbs .fancybox-thumbs {
		display: block;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 220px;
	}

	.fancybox-thumbs > ul {
		list-style: none;
		position: absolute;
		position: relative;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
		overflow-y: auto;
		font-size: 0;
	}

	.fancybox-thumbs > ul > li {
		float: left;
		overflow: hidden;
		max-width: 50%;
		padding: 0;
		margin: 0;
		width: 105px;
		height: 75px;
		position: relative;
		cursor: pointer;
		outline: none;
		border: 5px solid transparent;
		border-top-width: 0;
		border-right-width: 0;
		-webkit-tap-highlight-color: transparent;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		box-sizing: border-box;
	}

	li.fancybox-thumbs-loading {
		background: rgba(0, 0, 0, .1);
	}

	.fancybox-thumbs > ul > li > img {
		position: absolute;
		top: 0;
		left: 0;
		min-width: 100%;
		min-height: 100%;
		max-width: none;
		max-height: none;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.fancybox-thumbs > ul > li:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		border-radius: 2px;
		border: 4px solid #4ea7f9;
		z-index: 99991;
		opacity: 0;
		-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
		transition: all .2s cubic-bezier(.25, .46, .45, .94);
	}

	.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
		opacity: 1;
	}
}

@media (min-width: 1025px) {
	body:not(.landing) .sticky-header .header-frame {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	body:not(.landing) .unsticky-header .header-frame {
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@media (min-width: 1301px) {
	.event-detail .detail-date {
		font-size: 43px;
	}

	.event-detail .detail-date .day {
		font-size: 91px;
	}

	.event-detail .detail-date .month {
		font-size: 61px;
	}
}

@media (min-width: 1921px) {
	.event-list .info {
		font-size: 26px;
	}

	.event-list .fa,
	.event-list .fab,
	.event-list .fal,
	.event-list .far,
	.event-list .fas,
	.event-list .icon {
		font-size: 25px;
	}

	.event-list .fa-map-marker,
	.event-list .icon-wallet {
		font-size: 30px;
	}

	.event-list h2 {
		font-size: 40px;
	}

	.event-date,
	.event-detail .detail-date {
		font-size: 43px;
	}

	.event-date .day,
	.event-detail .detail-date .day {
		font-size: 91px;
	}

	.event-date .month,
	.event-detail .detail-date .month {
		font-size: 61px;
	}
}

@media (max-width: 1919px) {
	.sort-gallery-wrap .text {
		font-size: 25px;
	}
}

@media (max-width: 1799px) {
	.carousel-gallery .btn-prev {
		right: auto;
		left: 15px;
	}

	.carousel-gallery .btn-next {
		left: auto;
		right: 15px;
	}

	.full-width-gallery .bx-prev {
		right: auto;
		left: 15px;
	}

	.full-width-gallery .bx-next {
		left: auto;
		right: 15px;
	}

	.portfolio-paging .arrow.left {
		right: auto;
		left: 15px;
	}

	.portfolio-paging .arrow.right {
		left: auto;
		right: 15px;
	}
}

@media (max-width: 1299px) {
	.subscribe-form .side-form .button.button,
	.subscribe-form .side-form .post.first-post .more,
	.post.first-post .subscribe-form .side-form .more {
		padding-left: 10px;
		padding-right: 10px;
	}

	.side {
		width: auto;
	}

	.logo {
		width: 20%;
	}

	.header-search {
		font-size: 20px;
		padding-top: 0;
	}

	.header-search .search-opener {
		height: 21px;
	}

	#nav {
		padding: 0 10px;
	}

	.nav-slide {
		padding: 0;
	}

	.nav-slide > ul {
		margin: 0;
	}

	.nav-slide > ul > li {
		margin: 0 5px;
		font-size: 18px;
	}

	.list li {
		padding: 0 0 20px 50px;
	}

	.list li:before {
		left: 10px;
		top: 5px;
	}

	.comment-section {
		margin-bottom: 50px;
	}

	.side-nav ul {
		font-size: 30px;
	}

	.border-block {
		padding: 40px 30px;
	}

	.social-networks li {
		margin: 0 7px 5px;
	}

	.visual-slider h1,
	.visual-slider .thank-you-table .holder h2,
	.thank-you-table .holder .visual-slider h2 {
		font-size: 60px;
		margin-bottom: 30px;
	}

	.blog-section .post .date {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.info-holder .img-block {
		margin-bottom: 30px;
	}

	.info-holder h2 {
		margin-bottom: 20px;
	}

	.event-wrap .date {
		font-size: 30px;
	}

	.information-section .heading {
		padding-bottom: 60px;
	}

	.information-section .button,
	.information-section .post.first-post .more,
	.post.first-post .information-section .more {
		font-size: 24px;
	}

	.post .counters span {
		font-size: 22px;
		padding-left: 30px;
		min-width: 0;
	}

	.post .counters span:before {
		font-size: 26px;
	}

	.post .counters .comments-counter:before {
		top: 0;
	}

	.post .more {
		font-size: 23px;
	}

	.post .button,
	.post.first-post .more {
		padding: 20px;
	}

	.post-wrap .post {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}

	.post-wrap .text {
		padding-bottom: 10px;
	}

	.post-wrap .info-row {
		margin-bottom: 30px;
	}

	.post-detail {
		margin-bottom: 100px;
	}

	.event-list .holder {
		padding: 20px;
	}

	.event-list .info {
		font-size: 18px;
	}

	.event-list .info li {
		margin-bottom: 10px;
	}

	.event-list .fa,
	.event-list .fab,
	.event-list .fal,
	.event-list .far,
	.event-list .fas,
	.event-list .icon {
		font-size: 20px;
		margin-right: 15px;
	}

	.event-list .fa-map-marker,
	.event-list .icon-wallet {
		font-size: 20px;
	}

	.event-list h2 {
		font-size: 27px;
	}

	.event-date,
	.event-detail .detail-date {
		margin-bottom: 10px;
		font-size: 22px;
	}

	.event-date .day,
	.event-detail .detail-date .day {
		font-size: 48px;
	}

	.event-date .month,
	.event-detail .detail-date .month {
		font-size: 32px;
	}

	.event-detail .detail-date {
		left: 40px;
		width: 120px;
	}

	.event-detail .detail-info {
		font-size: 22px;
	}

	.event-detail .detail-info li {
		margin-bottom: 5px;
	}

	.event-detail .fa,
	.event-detail .fab,
	.event-detail .fal,
	.event-detail .far,
	.event-detail .fas,
	.event-detail .icon {
		font-size: 20px;
		margin-right: 15px;
	}

	.carousel-gallery .btn-prev,
	.carousel-gallery .btn-next {
		width: 40px;
		height: 40px;
	}

	.full-width-gallery .bx-prev,
	.full-width-gallery .bx-next {
		width: 40px;
		height: 40px;
	}

	.our-team-detail {
		margin-bottom: 90px;
	}

	.our-team-detail .info-list li {
		padding-left: 50px;
	}

	.our-team-detail .info-list .fa,
	.our-team-detail .info-list .fas,
	.our-team-detail .info-list .fab,
	.our-team-detail .info-list .far {
		left: 6px;
	}

	.portfolio-nav {
		margin-bottom: 50px;
	}

	.portfolio-wrap {
		margin: 0 -10px;
	}

	.portfolio-wrap .block {
		padding: 0 10px;
	}

	.portfolio-wrap h2 {
		font-size: 30px;
	}

	.portfolio-detail {
		margin-bottom: 100px;
	}

	.portfolio-paging .arrow {
		width: 40px;
		height: 40px;
	}

	.gallery-nav {
		margin-bottom: 50px;
	}

	.sort-gallery-wrap .container {
		margin: 0 -10px;
	}

	.sort-gallery-wrap .block {
		width: 25%;
		padding: 0 10px 20px;
	}

	.sort-gallery-wrap .text {
		padding: 15px 10px;
	}

	.sort-gallery-wrap h2 {
		font-size: 22px;
	}

	.two-column .productSmall li,
	.two-column
	.productSmall td,
	.two-column
	.productTable tr li,
	.two-column
	.productTable tr td {
		width: 50%;
	}

	.productSmall .button,
	.productSmall .post.first-post .more,
	.post.first-post .productSmall .more,
	.productTable tr .button,
	.productTable tr .post.first-post .more,
	.post.first-post .productTable tr .more {
		font-size: 24px;
		left: 20px;
		right: 20px;
	}

	.blog-full-width .text {
		padding-bottom: 0;
	}

	.productLarge .wrap {
		padding-bottom: 30px;
	}

	.productLarge .catProdAttributeItem .jcf-checkbox {
		margin-right: 8px;
	}

	.productLarge .catProdAttributeItem .jcf-radio {
		margin-right: 8px;
	}

	.productLarge .btn-row {
		display: block;
	}

	.product-detail {
		margin-bottom: 0;
	}

	.product-detail + .comment-section {
		padding-bottom: 0;
	}

	.product-form-section {
		margin-bottom: 100px;
	}

	.steps-holder {
		padding-bottom: 50px;
	}

	.steps .fa,
	.steps .fab,
	.steps .fal,
	.steps .far,
	.steps .fas {
		font-size: 50px;
		margin-bottom: 5px;
	}

	.steps .text {
		font-size: 30px;
	}

	.shopping-table {
		margin-bottom: 50px;
	}

	.shopping-table th {
		padding: 0 15px 12px;
	}

	.shopping-table tr:last-child td {
		padding-bottom: 50px;
	}

	.shopping-hold .wrap {
		padding-bottom: 30px;
	}

	.shopping-hold h2 {
		margin-bottom: 30px;
	}

	.shopping-hold .check-holder {
		padding: 0;
	}

	.summary-table td {
		padding: 20px 0;
	}

	.checkout-form .shopping-table tbody td {
		padding-left: 5px;
		padding-right: 5px;
	}

	.register-form .check-holder,
	.login-form .check-holder {
		padding-bottom: 20px;
	}

	.edit-account-form .check-holder {
		padding-bottom: 20px;
	}

	.contact-list li {
		margin-bottom: 40px;
		font-size: 32px;
		padding-left: 50px;
	}

	.contact-form h1,
	.contact-form .thank-you-table .holder h2,
	.thank-you-table .holder .contact-form h2 {
		margin-bottom: 50px;
	}

	.thank-you-table .thanks-text h2 {
		margin-bottom: 45px;
	}

	.thank-you-table .thanks-text h3,
	.thank-you-table .thanks-text blockquote cite,
	blockquote .thank-you-table .thanks-text cite {
		margin-bottom: 20px;
	}

	.thank-you-table .thanks-text p {
		margin-bottom: 40px;
	}

	.coming .h1 {
		font-size: 60px;
		margin-bottom: 40px;
	}

	.coming .text p {
		margin-bottom: 20px;
	}

	.timer {
		margin-bottom: 40px;
	}

	.timer span {
		font-size: 60px;
		line-height: 62px;
	}
}

@media (max-width: 1023px) {
	.jcf-select {
		height: 45px;
	}

	.jcf-select .jcf-select-text {
		line-height: 45px;
		font-size: 22px;
		margin-right: 45px;
	}

	.jcf-select .jcf-select-opener {
		width: 45px;
	}

	.jcf-checkbox {
		width: 40px;
		height: 40px;
	}

	.jcf-checkbox span {
		top: 10px;
		left: 10px;
		bottom: 10px;
		right: 10px;
	}

	.jcf-radio {
		height: 35px;
		width: 35px;
	}

	.jcf-radio span {
		top: 8px;
		right: 8px;
		left: 8px;
		bottom: 8px;
	}

	.jcf-range .jcf-range-track {
		margin-right: 200px;
	}

	.jcf-range .jcf-range-handle {
		width: 200px;
	}

	.fancybox-close-small {
		height: 40px;
		width: 40px;
	}

	.fancybox-close-small:before,
	.fancybox-close-small:after {
		height: 43px;
		left: 20px;
	}

	body {
		font-size: 22px;
	}

	img {
		margin-bottom: 30px;
	}

	.video {
		margin-bottom: 40px;
	}

	h1,
	.thank-you-table .holder h2,
	.h1,
	h2,
	.h2,
	h3,
	blockquote cite,
	.h3,
	.comment-block .title,
	h4,
	.h4,
	h5,
	.h5,
	h6,
	.h6,
	.h {
		margin-bottom: .5em;
	}

	.h1 {
		font-size: 40px;
		margin-bottom: 60px;
		padding-bottom: 40px;
	}

	.h1 .fa {
		font-size: 40px;
	}

	h1,
	.thank-you-table .holder h2 {
		font-size: 35px;
	}

	h2,
	.h2 {
		font-size: 30px;
	}

	h3,
	blockquote cite,
	.h3,
	.comment-block .title {
		font-size: 28px;
	}

	h4,
	.h4 {
		font-size: 20px;
	}

	p {
		margin-bottom: 1em;
	}

	blockquote {
		margin-bottom: 30px;
		font-size: 20px;
	}

	blockquote q {
		padding: 0 40px;
	}

	blockquote q:before,
	blockquote q:after {
		font-size: 90px;
	}

	blockquote q:after {
		bottom: -50px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea,
	.textbox {
		margin-bottom: 20px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"] {
		height: 45px;
	}

	.contact-form input[type="text"],
	.contact-form input[type="email"],
	.contact-form input[type="password"],
	.contact-form button,
	.contact-form .jcf-select,
	.comments-form input[type="text"],
	.comments-form input[type="email"],
	.comments-form input[type="password"],
	.comments-form button,
	.comments-form .jcf-select,
	.booking-form input[type="text"],
	.booking-form input[type="email"],
	.booking-form input[type="password"],
	.booking-form button,
	.booking-form .jcf-select,
	.register-form input[type="text"],
	.register-form input[type="email"],
	.register-form input[type="password"],
	.register-form button,
	.register-form .jcf-select,
	.login-form input[type="text"],
	.login-form input[type="email"],
	.login-form input[type="password"],
	.login-form button,
	.login-form .jcf-select,
	.edit-account-form input[type="text"],
	.edit-account-form input[type="email"],
	.edit-account-form input[type="password"],
	.edit-account-form button,
	.edit-account-form .jcf-select,
	.large-inputs input[type="text"],
	.large-inputs input[type="email"],
	.large-inputs input[type="password"],
	.large-inputs button,
	.large-inputs .jcf-select {
		height: 60px;
	}

	.contact-form .jcf-select,
	.comments-form .jcf-select,
	.booking-form .jcf-select,
	.register-form .jcf-select,
	.login-form .jcf-select,
	.edit-account-form .jcf-select,
	.large-inputs .jcf-select {
		margin-bottom: 20px;
	}

	.contact-form .jcf-select .jcf-select-text,
	.comments-form .jcf-select .jcf-select-text,
	.booking-form .jcf-select .jcf-select-text,
	.register-form .jcf-select .jcf-select-text,
	.login-form .jcf-select .jcf-select-text,
	.edit-account-form .jcf-select .jcf-select-text,
	.large-inputs .jcf-select .jcf-select-text {
		line-height: 60px;
	}

	.subscribe-form {
		margin-bottom: 70px;
	}

	.subscribe-form h1,
	.subscribe-form .thank-you-table .holder h2,
	.thank-you-table .holder .subscribe-form h2 {
		margin-bottom: 30px;
	}

	.subscribe-form input[type="text"],
	.subscribe-form input[type="email"],
	.subscribe-form input[type="password"] {
		height: 60px;
	}

	.subscribe-form input[type="text"],
	.subscribe-form input[type="email"],
	.subscribe-form input[type="password"],
	.subscribe-form textarea {
		padding: 10px 20px;
		font-size: 20px;
	}

	.subscribe-form .button.button,
	.subscribe-form .post.first-post .more,
	.post.first-post .subscribe-form .more {
		min-height: 60px;
		font-size: 20px;
	}

	.subscribe-form .side-form input[type="text"],
	.subscribe-form .side-form input[type="email"],
	.subscribe-form .side-form input[type="password"] {
		padding: 10px 20px;
		font-size: 20px;
		height: 60px;
	}

	.button,
	.post.first-post .more,
	input[type="submit"],
	input[type="button"],
	button:not([class^="fancybox"]):not(.search-button) {
		font-size: 26px;
		padding: 12px 30px;
		min-width: 0;
	}

	.back-to-top {
		bottom: 10px;
	}

	.header-not-top .back-to-top {
		right: 10px;
	}

	.tabset {
		margin: 0 -5px;
		font-size: 20px;
	}

	.tabset a {
		padding: 10px 5px;
	}

	.tab-content {
		margin-bottom: 20px;
		padding: 20px;
	}

	.accordion {
		margin-bottom: 20px;
	}

	.accordion .slide {
		padding: 20px;
	}

	.row-holder,
	.productSmall,
	.productTable tr {
		margin-left: -7px;
		margin-right: -7px;
	}

	.col-1 {
		padding-left: 7px;
		padding-right: 7px;
	}

	.col-2 {
		padding-left: 7px;
		padding-right: 7px;
	}

	.col-3,
	.productSmall li,
	.productSmall td,
	.productTable tr li,
	.productTable tr td {
		padding-left: 7px;
		padding-right: 7px;
	}

	.col-4 {
		padding-left: 7px;
		padding-right: 7px;
	}

	.col-5 {
		padding-left: 7px;
		padding-right: 7px;
	}

	.col-6 {
		padding-left: 7px;
		padding-right: 7px;
	}

	.col-7 {
		padding-left: 7px;
		padding-right: 7px;
	}

	.col-8 {
		padding-left: 7px;
		padding-right: 7px;
	}

	.col-9 {
		padding-left: 7px;
		padding-right: 7px;
	}

	.col-10 {
		padding-left: 7px;
		padding-right: 7px;
	}

	.col-11 {
		padding-left: 7px;
		padding-right: 7px;
	}

	.col-12 {
		padding-left: 7px;
		padding-right: 7px;
	}

	body.nav-active {
		overflow: hidden;
	}

	.login-nav {
		max-height: none;
	}

	.header-not-top .login-nav {
		max-height: none;
	}

	.header-frame {
		padding: 5px 0;
		will-change: auto;
	}

	.header-not-top .header-frame {
		padding: 5px 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		position: relative;
	}

	.header-not-top .logo {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.header-search-form .container {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.nav-slide {
		width: 250px;
		position: fixed;
		top: 0;
		right: -260px;
		height: 100%;
		overflow: auto;
		-webkit-transition: right .3s ease-in-out;
		transition: right .3s ease-in-out;
		border-left: 1px solid #676767;
		background: #fff;
		z-index: 2000;
		padding-top: 0;
	}

	.nav-active .nav-slide {
		right: 0;
	}

	.nav-slide > ul {
		text-align: center;
		padding: 40px 0 0;
		margin: 0;
		display: block;
	}

	.nav-slide > ul > li {
		display: block;
		font-size: 18px;
		margin: 0 0 15px;
	}

	.nav-slide > ul > li:nth-last-child(-n+2) .drop-down .has-drop-down-a:before {
		content: "\f0d7";
		right: 20px;
		left: auto;
	}

	.nav-slide > ul li.hover > .drop-down {
		display: block;
	}

	.nav-slide .drop-down {
		position: static;
		visibility: visible;
		opacity: 1;
		display: none;
		text-align: center;
		padding: 0;
		-webkit-transform: translate(0, 0) !important;
		-ms-transform: translate(0, 0) !important;
		transform: translate(0, 0) !important;
	}

	.nav-slide .drop-down .drop-down {
		padding: 5px 0 0 0;
		margin: 0;
	}

	.nav-slide .drop-down ul {
		padding: 0;
		width: 100%;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		background: none;
		box-shadow: none;
		font-size: 18px;
	}

	.nav-slide .drop-down li {
		padding: 0 10px;
		margin-bottom: 5px;
	}

	.nav-slide .drop-down li.hover > a,
	.nav-slide .drop-down li.selected > a {
		background: none;
		color: #d3ae5f;
	}

	.nav-slide .drop-down .has-drop-down-a:before {
		content: "\f0d7";
	}

	.nav-slide .drop-down a {
		padding: 0 20px;
		display: block;
		background: none;
	}

	.nav-opener {
		display: block;
		float: right;
		margin: 0 0 0 10px;
	}

	#wrapper {
		-webkit-transition: margin .3s ease-in-out;
		transition: margin .3s ease-in-out;
	}

	.nav-active #wrapper {
		-webkit-transition: margin .3s ease-in-out;
		transition: margin .3s ease-in-out;
		margin: 0 250px 0 -250px;
	}

	body:not(.home-page):not(.landing):not(.coming) #main {
		padding: 60px 0;
	}

	.section {
		padding: 60px 0;
	}

	.portfolio-gallery .wrap-holder {
		margin: 0 -10px;
	}

	.portfolio-gallery .block {
		padding: 0 10px  20px;
	}

	.portfolio-gallery .description {
		font-size: 20px;
	}

	.comment-section {
		margin-bottom: 30px;
	}

	.comment-block {
		padding-bottom: 20px;
	}

	.system-message .item a,
	.system-error-message .item a {
		margin-top: 12px;
	}

	.side-block {
		margin-bottom: 30px;
	}

	.side-nav ul {
		font-size: 28px;
	}

	.border-block {
		padding: 20px 10px;
	}

	.border-block .button.button,
	.border-block .post.first-post .more,
	.post.first-post .border-block .more {
		padding-left: 10px;
		padding-right: 10px;
	}

	.social-networks {
		font-size: 25px;
		padding: 0;
	}

	.about-blog h3,
	.about-blog blockquote cite,
	blockquote .about-blog cite {
		margin-bottom: 20px;
	}

	.archives ul li {
		padding: 10px 0;
	}

	[id="footer"] {
		padding: 40px 0;
	}

	.footer-nav {
		margin: 0 -10px 100px;
	}

	.footer-nav li {
		margin: 0 10px 10px;
	}

	.visual .text {
		font-size: 50px;
	}

	.visual .typing-block {
		margin-bottom: 100px;
	}

	.visual-slider h1,
	.visual-slider .thank-you-table .holder h2,
	.thank-you-table .holder .visual-slider h2 {
		font-size: 55px;
	}

	.about-section .text {
		margin-bottom: 60px;
	}

	.product-carousel .bx-controls {
		padding-top: 30px;
	}

	.blog-section {
		font-size: 20px;
	}

	.blog-section .post .img-block {
		margin-bottom: 30px;
	}

	.blog-section .post .date {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.blog-section .post .text {
		padding-bottom: 20px;
	}

	.blog-section .post .button,
	.blog-section .post.first-post .more {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 22px;
	}

	.info-holder .img-block {
		margin-bottom: 20px;
	}

	.info-holder .img-block i {
		font-size: 100px;
	}

	.info-holder h2 {
		margin-bottom: 20px;
	}

	.info-section .text {
		padding-bottom: 0;
	}

	.image-gallery .bx-controls {
		padding-top: 30px;
	}

	.event-wrap .img-block {
		margin-bottom: 20px;
	}

	.event-wrap .date {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.information-section .heading {
		padding-bottom: 40px;
	}

	.information-section .block {
		margin-bottom: 30px;
	}

	.information-section .button,
	.information-section .post.first-post .more,
	.post.first-post .information-section .more {
		font-size: 20px;
	}

	.post {
		margin-bottom: 40px;
	}

	.post .holder {
		padding-bottom: 40px;
	}

	.post .counters {
		margin-bottom: 10px;
	}

	.post-wrap .post h3,
	.post-wrap .post blockquote cite,
	blockquote .post-wrap .post cite {
		margin-bottom: 20px;
	}

	.post-wrap .post [class^="col-"] {
		width: 100%;
		margin: 0;
	}

	.post-wrap .date {
		margin-bottom: 10px;
	}

	.post-wrap .info-row {
		margin-bottom: 20px;
	}

	.post-wrap .comments-info {
		font-size: 20px;
	}

	.share li {
		font-size: 22px;
	}

	.share .fa {
		font-size: 25px;
	}

	.post-detail {
		margin-bottom: 50px;
	}

	.post-detail img {
		margin-bottom: 20px;
	}

	.event-list .text {
		overflow: hidden;
	}

	.event-list .load-more-holder {
		padding: 30px 0;
	}

	.event-date,
	.event-detail .detail-date {
		float: left;
		margin-right: 20px;
		width: 90px;
	}

	.event-detail {
		padding-bottom: 60px;
	}

	.event-detail > [class^="col-"] {
		width: auto;
	}

	.event-detail {
		font-size: 26px;
	}

	.event-detail .detail-date {
		font-size: 22px;
		width: 90px;
		top: 20px;
		left: 20px;
	}

	.event-detail .detail-date .day {
		font-size: 48px;
	}

	.event-detail .detail-date .month {
		font-size: 32px;
		margin-bottom: 5px;
	}

	.event-detail .detail-info {
		font-size: 18px;
	}

	.event-detail .fa,
	.event-detail .fab,
	.event-detail .fal,
	.event-detail .far,
	.event-detail .fas,
	.event-detail .icon {
		margin-right: 10px;
	}

	.booking {
		width: 700px;
		padding: 60px 100px;
	}

	.booking .jcf-select {
		height: 60px;
	}

	.booking .jcf-select .jcf-select-text {
		line-height: 60px;
	}

	.map-holder {
		height: 350px;
	}

	.map-holder:last-child {
		margin-bottom: -60px;
	}

	.horizontal-gallery .frame {
		margin-bottom: 30px;
	}

	.horizontal-gallery .frame .slide li {
		max-width: 300px;
		padding-right: 15px;
	}

	.carousel-gallery .btn-prev,
	.carousel-gallery .btn-next {
		width: 30px;
		height: 30px;
	}

	.full-width-gallery .slide {
		width: 20%;
	}

	.full-width-gallery .bx-prev,
	.full-width-gallery .bx-next {
		width: 30px;
		height: 30px;
	}

	.faq-tabset {
		font-size: 30px;
	}

	.faq-tabset li {
		margin-bottom: 20px;
	}

	.our-team-section [class^="col-"] {
		width: 50%;
		margin-bottom: 45px;
	}

	.our-team-section .img-block {
		margin-bottom: 30px;
	}

	.our-team-section .social-list li {
		padding: 0 7px;
	}

	.our-team-detail .social-list li {
		padding: 0 7px;
	}

	.our-team-detail .info-list .fa,
	.our-team-detail .info-list .fas,
	.our-team-detail .info-list .fab,
	.our-team-detail .info-list .far {
		font-size: 30px;
	}

	.portfolio-nav {
		margin-bottom: 30px;
	}

	.portfolio-nav li {
		padding: 0 8px 10px;
		font-size: 18px;
	}

	.portfolio-wrap .block {
		width: 50%;
	}

	.portfolio-detail {
		margin-bottom: 50px;
	}

	.portfolio-detail .list {
		margin-bottom: 20px;
	}

	.portfolio-paging {
		margin-bottom: 30px;
		font-size: 25px;
	}

	.portfolio-paging .prev {
		padding-left: 50px;
		margin-right: 30px;
	}

	.portfolio-paging .next {
		padding-right: 50px;
		margin-left: 30px;
	}

	.portfolio-paging .arrow {
		width: 30px;
		height: 30px;
	}

	.gallery-nav {
		margin: 0 -20px 30px;
	}

	.gallery-nav li {
		padding: 0 20px 10px;
		font-size: 22px;
	}

	.sort-gallery-wrap .block {
		width: 33.33%;
	}

	.filter-holder {
		margin-bottom: 50px;
	}

	.filter-holder .title {
		margin-bottom: 30px;
	}

	.filter-holder .form .select-holder,
	.filter-holder .form .input-holder {
		margin-right: 14px;
		width: 140px;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.filter-holder .form .jcf-select,
	.filter-holder .form input[type="text"],
	.filter-holder .form select {
		height: 50px;
		font-size: 20px;
	}

	.filter-holder .jcf-select .jcf-select-text {
		font-size: 20px;
		line-height: 50px;
	}

	.filter-holder .button,
	.filter-holder .post.first-post .more,
	.post.first-post .filter-holder .more,
	.filter-holder button.button,
	.filter-holder .post.first-post button.more,
	.post.first-post .filter-holder button.more {
		padding: 13px 20px;
		font-size: 20px;
	}

	.productSmall li,
	.productSmall td,
	.productTable tr li,
	.productTable tr td {
		width: 33.33%;
		padding-bottom: 50px;
	}

	.productSmall td,
	.productTable tr td {
		width: 50%;
	}

	.productSmall .img-block,
	.productTable tr .img-block {
		margin-bottom: 20px;
	}

	.productSmall .img-block img,
	.productTable tr .img-block img {
		width: 100%;
	}

	.productSmall .button,
	.productSmall .post.first-post .more,
	.post.first-post .productSmall .more,
	.productTable tr .button,
	.productTable tr .post.first-post .more,
	.post.first-post .productTable tr .more {
		left: 10px;
		right: 10px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 20px;
	}

	.productSmall .price,
	.productTable tr .price {
		font-size: 30px;
	}

	.category-list {
		font-size: 20px;
	}

	.category-list ul {
		font-size: 18px;
		padding: 10px 0 0 30px;
	}

	.category-list ul li {
		padding-bottom: 10px;
	}

	.blog-full-width .productSmall .price {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.blog-full-width .img-block {
		margin-right: 15px;
	}

	.productLarge .stock {
		margin-bottom: 20px;
	}

	.productLarge .price {
		margin-bottom: 10px;
		font-size: 30px;
	}

	.productLarge .wrap {
		padding-bottom: 10px;
	}

	.productLarge .catProdAttributeTitle {
		margin-bottom: 20px;
	}

	.productLarge .catProductAttributeGroup {
		width: 100%;
	}

	.productLarge .catProdAttributeItem {
		margin-bottom: 20px;
	}

	.product-detail-slider .mask {
		margin-bottom: 20px;
	}

	.product-form-section {
		margin-bottom: 80px;
	}

	.steps .text {
		font-size: 25px;
	}

	.shopping-table {
		margin-bottom: 30px;
		font-size: 20px;
		line-height: 1.2;
	}

	.shopping-table td {
		padding: 15px;
	}

	.shopping-hold .wrap {
		padding-bottom: 20px;
		max-width: none;
	}

	.shopping-hold h2 {
		margin-bottom: 10px;
	}

	.shopping-hold .button-holder .button,
	.shopping-hold .button-holder .post.first-post .more,
	.post.first-post .shopping-hold .button-holder .more {
		padding-left: 30px;
		padding-right: 30px;
	}

	.shopping-hold .jcf-select {
		margin-bottom: 20px;
	}

	.shipping-form {
		max-width: none;
	}

	.shipping-form label {
		margin-bottom: 10px;
	}

	.shipping-form .jcf-select {
		margin-bottom: 20px;
	}

	.summary-table {
		margin-bottom: 30px;
		font-size: 20px;
	}

	.summary-table td {
		padding: 5px 10px;
	}

	.summary-table td:last-child {
		font-size: 20px;
		line-height: 22px;
	}

	.summary-table tfoot td,
	.summary-table tfoot tr:first-child td {
		padding-top: 20px;
		font-size: 26px;
	}

	.summary-table .form-hold {
		padding: 0 0 5px;
	}

	.summary-table .form-code-area {
		margin: 0;
	}

	.summary-table .form-code-area input[type=text],
	.summary-table .form-code-area input#DiscountCode,
	.summary-table .form-code-area input#GiftVoucher {
		width: 110px;
	}

	.checkout-form .note-block {
		font-size: 22px;
		padding-bottom: 25px;
	}

	.checkout-form textarea {
		height: 200px;
		min-height: 200px;
	}

	.checkout-form .shopping-table {
		margin-bottom: 30px;
	}

	.checkout-form .shopping-table tbody td:first-child {
		padding-left: 0;
	}

	.checkout-form .summary-table {
		margin-bottom: 30px;
	}

	.system-page h2 {
		margin-bottom: 40px;
	}

	.system-page h3,
	.system-page blockquote cite,
	blockquote .system-page cite {
		margin-bottom: 40px;
	}

	.system-page .shopping-table {
		margin-bottom: 30px;
	}

	.invoice-text {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.register-form .jcf-select,
	.login-form .jcf-select {
		margin-bottom: 20px;
	}

	.register-form .lost-text a,
	.login-form .lost-text a {
		margin: 0 10px;
	}

	.login-popup {
		padding: 81px 40px;
	}

	.login-demo {
		padding: 40px;
	}

	.account-holder h3,
	.account-holder blockquote cite,
	blockquote .account-holder cite {
		margin-bottom: 20px;
	}

	.account-table {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.account-table th {
		padding: 10px;
		font-size: 20px;
	}

	.account-table td {
		padding: 10px;
	}

	#js-messages {
		margin-top: -20px;
	}

	.side-nav.account-nav ul li {
		margin-bottom: 20px;
	}

	.contact-wrap {
		padding-bottom: 30px;
	}

	.contact-list li {
		padding-left: 40px;
		margin-bottom: 30px;
		font-size: 28px;
	}

	.contact-list .icon-map-marker {
		font-size: 34px;
	}

	.thank-you-table .invoice-text {
		margin: 10px 0;
	}

	.wrap-404 {
		font-size: 26px;
	}

	.wrap-404 h2 {
		margin-bottom: 30px;
	}

	.title-404,
	.h1.title-404 {
		font-size: 100px;
		padding-bottom: 20px;
		margin-bottom: 40px;
	}

	.title-404 .icon-ellipse,
	.h1.title-404 .icon-ellipse {
		height: 76px;
		width: 76px;
		margin: 0 15px 0 3px;
	}
}

@media all and (max-width: 800px) {
	.fancybox-infobar {
		left: 0;
		margin-left: 0;
	}

	.fancybox-button--left,
	.fancybox-button--right {
		display: none !important;
	}

	.fancybox-caption {
		padding: 20px 0;
		margin: 0;
	}
}

@media (max-width: 767px) {
	.jcf-range .jcf-range-track {
		margin-right: 100px;
	}

	.jcf-range .jcf-range-handle {
		width: 100px;
	}

	body {
		font-size: 20px;
	}

	img {
		margin-bottom: 20px;
	}

	.h1 {
		font-size: 35px;
		margin-bottom: 45px;
		padding-bottom: 5px;
	}

	.contact-form input[type="text"],
	.contact-form input[type="email"],
	.contact-form input[type="password"],
	.contact-form button,
	.contact-form .jcf-select,
	.comments-form input[type="text"],
	.comments-form input[type="email"],
	.comments-form input[type="password"],
	.comments-form button,
	.comments-form .jcf-select,
	.booking-form input[type="text"],
	.booking-form input[type="email"],
	.booking-form input[type="password"],
	.booking-form button,
	.booking-form .jcf-select,
	.register-form input[type="text"],
	.register-form input[type="email"],
	.register-form input[type="password"],
	.register-form button,
	.register-form .jcf-select,
	.login-form input[type="text"],
	.login-form input[type="email"],
	.login-form input[type="password"],
	.login-form button,
	.login-form .jcf-select,
	.edit-account-form input[type="text"],
	.edit-account-form input[type="email"],
	.edit-account-form input[type="password"],
	.edit-account-form button,
	.edit-account-form .jcf-select,
	.large-inputs input[type="text"],
	.large-inputs input[type="email"],
	.large-inputs input[type="password"],
	.large-inputs button,
	.large-inputs .jcf-select {
		height: 50px;
	}

	.contact-form input[type="text"],
	.contact-form input[type="email"],
	.contact-form input[type="password"],
	.contact-form textarea,
	.comments-form input[type="text"],
	.comments-form input[type="email"],
	.comments-form input[type="password"],
	.comments-form textarea,
	.booking-form input[type="text"],
	.booking-form input[type="email"],
	.booking-form input[type="password"],
	.booking-form textarea,
	.register-form input[type="text"],
	.register-form input[type="email"],
	.register-form input[type="password"],
	.register-form textarea,
	.login-form input[type="text"],
	.login-form input[type="email"],
	.login-form input[type="password"],
	.login-form textarea,
	.edit-account-form input[type="text"],
	.edit-account-form input[type="email"],
	.edit-account-form input[type="password"],
	.edit-account-form textarea,
	.large-inputs input[type="text"],
	.large-inputs input[type="email"],
	.large-inputs input[type="password"],
	.large-inputs textarea {
		font-size: 20px;
		padding: 5px 15px;
	}

	.contact-form .jcf-select .jcf-select-text,
	.comments-form .jcf-select .jcf-select-text,
	.booking-form .jcf-select .jcf-select-text,
	.register-form .jcf-select .jcf-select-text,
	.login-form .jcf-select .jcf-select-text,
	.edit-account-form .jcf-select .jcf-select-text,
	.large-inputs .jcf-select .jcf-select-text {
		line-height: 50px;
	}

	.contact-form textarea,
	.comments-form textarea,
	.booking-form textarea,
	.register-form textarea,
	.login-form textarea,
	.edit-account-form textarea,
	.large-inputs textarea {
		padding-top: 10px;
		height: 150px;
		min-height: 150px;
	}

	.subscribe-form {
		margin-bottom: 30px;
	}

	.subscribe-form .comments-form {
		margin-bottom: 20px;
	}

	.captcha-holder {
		margin-bottom: 20px;
	}

	.captcha-holder label {
		font-size: 22px;
	}

	.captcha-holder .captchaimg {
		margin-right: 10px;
		padding: 0 5px;
	}

	.captcha-holder .cat_textbox {
		margin-left: 10px;
	}

	.captcha-holder .captchaimg,
	.captcha-holder .cat_textbox {
		width: calc(50% - 10px) !important;
	}

	.button,
	.post.first-post .more,
	input[type="submit"],
	input[type="button"],
	button:not([class^="fancybox"]):not(.search-button) {
		font-size: 22px;
	}

	.back-to-top {
		width: 40px;
		height: 40px;
	}

	.back-to-top:before {
		width: 15px;
		height: 15px;
		margin-left: -6px;
		margin-top: -2px;
	}

	.back-to-top i {
		padding: 0 13px;
		line-height: 40px;
		font-size: 20px;
	}

	.tabset li {
		margin: 0 5px;
	}

	.tabset a {
		font-size: 16px;
	}

	.tab-content {
		margin-bottom: 10px;
	}

	.accordion .opener {
		padding: 10px 35px;
		font-size: 18px;
	}

	.accordion .opener:before,
	.accordion .opener:after {
		left: 10px;
	}

	.row-holder,
	.productSmall,
	.productTable tr {
		margin-left: -5px;
		margin-right: -5px;
	}

	.col-1 {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 20px;
		width: 100%;
	}

	.col-2 {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 20px;
		width: 100%;
	}

	.col-3,
	.productSmall li,
	.productSmall td,
	.productTable tr li,
	.productTable tr td {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 20px;
		width: 100%;
	}

	.col-4 {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 20px;
		width: 100%;
	}

	.col-5 {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 20px;
		width: 100%;
	}

	.col-6 {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 20px;
		width: 100%;
	}

	.col-7 {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 20px;
		width: 100%;
	}

	.col-8 {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 20px;
		width: 100%;
	}

	.col-9 {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 20px;
		width: 100%;
	}

	.col-10 {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 20px;
		width: 100%;
	}

	.col-11 {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 20px;
		width: 100%;
	}

	.col-12 {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 20px;
		width: 100%;
	}

	[id="header"] .row-holder,
	[id="header"] .productSmall,
	[id="header"] .productTable tr,
	.productTable [id="header"] tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.logo {
		width: 50%;
	}

	body:not(.home-page):not(.landing):not(.coming) #main {
		padding: 45px 0;
	}

	.section {
		padding: 45px 0;
	}

	.portfolio-gallery .wrap-holder {
		margin: 0 -5px;
	}

	.portfolio-gallery .block {
		width: 50%;
		padding: 0 5px 28px;
		padding-bottom: 3.815vw;
	}

	.portfolio-gallery .description {
		font-size: 18px;
	}

	.list li {
		padding-left: 30px;
	}

	.list li:before {
		left: 0;
	}

	.comment-section {
		margin-bottom: 0;
	}

	.comment-block {
		padding-bottom: 20px;
	}

	[id="sidebar"] {
		margin: 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.side-block {
		margin-bottom: 20px;
	}

	.archives > li {
		margin-bottom: 20px;
	}

	[id="footer"] {
		padding: 30px 0 20px;
	}

	.footer-nav {
		margin-bottom: 40px;
	}

	.visual .text {
		font-size: 40px;
	}

	.visual .typing-block {
		margin-bottom: 30px;
	}

	.visual-slider .slide .container:after {
		min-height: calc(100vh - 140px);
	}

	.visual-slider h1,
	.visual-slider .thank-you-table .holder h2,
	.thank-you-table .holder .visual-slider h2 {
		font-size: 55px;
	}

	.visual-slider .text {
		padding-bottom: 20px;
	}

	.visual-slider .bx-pager {
		bottom: 10px;
	}

	.about-section .text {
		margin-bottom: 45px;
	}

	.blog-section .post .img-block {
		margin-bottom: 20px;
	}

	.blog-section .post .text {
		padding-bottom: 0;
	}

	.event-wrap [class^="col"] {
		width: 50%;
	}

	.information-section [class^="col-"] {
		margin: 0;
		width: 50%;
	}

	.post-list {
		margin-bottom: 30px;
	}

	.post .date {
		margin-bottom: 10px;
	}

	.post.first-post .img-block {
		margin-bottom: 20px;
	}

	.post.first-post .text {
		padding-bottom: 10px;
	}

	.post-wrap .post {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.load-more {
		margin-bottom: 30px;
	}

	.event-list [class^="col-"] {
		display: block;
	}

	.event-list .block {
		display: block;
	}

	.event-list .img-block {
		position: static;
		display: block;
		height: 50vw;
		width: 100%;
	}

	.event-list .holder {
		position: static;
		color: #000;
		display: block;
		padding: 10px 0 0;
	}

	.event-list .load-more-holder {
		padding: 0;
	}

	.event-date,
	.event-detail .detail-date {
		border-color: #000;
	}

	.event-detail {
		padding-bottom: 45px;
	}

	.event-detail .detail-date {
		border-color: #fff;
	}

	.event-detail .btn-row {
		text-align: center;
	}

	.booking {
		width: 280px;
		padding: 50px 20px;
	}

	.booking .jcf-select {
		height: 50px;
		margin-bottom: 20px;
	}

	.booking .jcf-select .jcf-select-text {
		margin-left: 10px;
		line-height: 50px;
		font-size: 20px;
	}

	.map-holder {
		height: 250px;
	}

	.map-holder:last-child {
		margin-bottom: -45px;
	}

	.horizontal-gallery .frame .slide li {
		max-width: 200px;
	}

	.faq-tabset li {
		margin-bottom: 15px;
	}

	.our-team-section [class^="col-"] {
		width: 100%;
	}

	.our-team-section .heading,
	.our-team-detail .heading {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.our-team-detail {
		margin-bottom: 50px;
	}

	.our-team-detail .img-block {
		margin-bottom: 10px;
	}

	.our-team-detail .info-list li {
		padding-left: 30px;
	}

	.our-team-detail .info-list .fa,
	.our-team-detail .info-list .fas,
	.our-team-detail .info-list .fab,
	.our-team-detail .info-list .far {
		font-size: 20px;
		left: 0;
	}

	.portfolio-wrap h2 {
		font-size: 20px;
	}

	.portfolio-detail {
		margin-bottom: 20px;
	}

	.portfolio-paging {
		font-size: 20px;
	}

	.portfolio-paging .prev {
		margin-right: 20px;
		padding-left: 35px;
	}

	.portfolio-paging .next {
		margin-left: 20px;
		padding-right: 35px;
	}

	.gallery-nav {
		margin: 0 -10px 20px;
	}

	.gallery-nav li {
		padding: 0 10px 10px;
	}

	.sort-gallery-wrap .block {
		width: 50%;
	}

	.sort-gallery-wrap .img-block {
		margin-bottom: 5px;
	}

	.sort-gallery-wrap .text {
		font-size: 18px;
		padding: 5px;
	}

	.sort-gallery-wrap h2 {
		font-size: 18px;
	}

	.sort-gallery-detail {
		padding: 0 0 20px;
	}

	.sort-gallery-detail [class^="col-"] {
		width: 50%;
		margin-bottom: 10px;
	}

	.filter-holder .title {
		margin-bottom: 10px;
	}

	.filter-holder .form form {
		display: block;
	}

	.filter-holder .form .select-holder,
	.filter-holder .form .input-holder {
		width: auto;
		margin: 0 0 10px;
	}

	.filter-holder .btn-holder {
		width: 100%;
	}

	.productSmall li,
	.productSmall td,
	.productTable tr li,
	.productTable tr td {
		width: 50%;
		padding-bottom: 20px;
	}

	.productSmall .button,
	.productSmall .post.first-post .more,
	.post.first-post .productSmall .more,
	.productTable tr .button,
	.productTable tr .post.first-post .more,
	.post.first-post .productTable tr .more {
		bottom: 10px;
	}

	.blog-full-width .productSmall li {
		padding-bottom: 20px;
	}

	.blog-full-width .productSmall .h3,
	.blog-full-width .productSmall .comment-block .title,
	.comment-block .blog-full-width .productSmall .title {
		margin-bottom: 10px;
	}

	.productLarge .stock {
		font-size: 24px;
	}

	.productLarge .price {
		font-size: 25px;
	}

	.product-form-section {
		margin-bottom: 40px;
	}

	.steps-holder {
		padding-bottom: 20px;
	}

	.steps {
		margin: 0 -10px;
	}

	.steps li {
		padding: 0 10px;
	}

	.steps .fa,
	.steps .fab,
	.steps .fal,
	.steps .far,
	.steps .fas {
		width: auto;
		min-height: 0;
		margin: 0;
	}

	.steps .text {
		display: none;
	}

	.shopping-table thead {
		display: none;
	}

	.shopping-table tbody {
		display: block;
		width: 100%;
	}

	.shopping-table tr {
		display: block;
		width: 100%;
	}

	.shopping-table tr:last-child td {
		padding-bottom: 20px;
	}

	.shopping-table td {
		padding: 0 10px 10px;
		display: block;
		text-align: left;
		padding-left: 108px;
		border: none;
	}

	.shopping-table td:before {
		content: attr(data-title);
		float: left;
		width: 108px;
		margin-left: -108px;
		position: relative;
		white-space: normal;
		text-align: left;
	}

	.shopping-table td:first-child {
		white-space: nowrap;
		padding-left: 108px;
	}

	.shopping-table td:last-child {
		padding-left: 108px;
	}

	.shopping-table input[type="text"],
	.shopping-table input[type="number"] {
		height: 40px;
		width: 50px;
	}

	.summary-table {
		margin-bottom: 20px;
	}

	.summary-table td {
		padding: 10px 5px;
	}

	.summary-table td:first-child {
		width: auto;
	}

	.summary-table td:last-child {
		font-size: 16px;
		line-height: 18px;
	}

	.summary-table .form-code-area input[type=text],
	.summary-table .form-code-area input#DiscountCode,
	.summary-table .form-code-area input#GiftVoucher {
		width: 80px;
		margin-right: 0;
	}

	.checkout-form [class^="col-"] {
		margin-bottom: 0;
	}

	.checkout-form .note-block {
		padding-bottom: 20px;
	}

	.checkout-form .shopping-table {
		margin-bottom: 20px;
	}

	.checkout-form .shopping-table tbody td {
		padding-left: 108px;
		text-align: left;
	}

	.checkout-form .shopping-table tbody td:first-child {
		padding-left: 108px;
	}

	.checkout-form label ~ .jcf-radio {
		margin-left: 10px;
	}

	.system-page h2 {
		margin-bottom: 20px;
	}

	.system-page h3,
	.system-page blockquote cite,
	blockquote .system-page cite {
		margin-bottom: 20px;
	}

	.system-page .shopping-table {
		margin-bottom: 20px;
	}

	.system-page .shopping-table th {
		text-align: left;
	}

	.system-page .shopping-table th:last-child {
		text-align: left;
	}

	.system-page .shopping-table td {
		text-align: right;
		padding-left: 108px;
		padding-bottom: 15px;
	}

	.system-page .shopping-table td:first-child {
		text-align: right;
	}

	.invoice-text {
		font-size: 25px;
	}

	.register-form fieldset,
	.login-form fieldset {
		padding-bottom: 10px;
	}

	.login-popup {
		padding: 60px 20px 30px;
	}

	.login-demo {
		padding: 20px;
	}

	.account-table {
		display: block;
	}

	.account-table thead {
		display: none;
	}

	.account-table tbody,
	.account-table tr {
		display: block;
	}

	.account-table tbody {
		padding-left: 118px;
	}

	.account-table td {
		display: block;
		padding: 5px 10px;
		padding-left: 118px;
		margin-left: -118px;
	}

	.account-table td:before {
		content: attr(data-title);
		display: inline-block;
		width: 118px;
		margin-left: -118px;
		position: relative;
		white-space: normal;
		text-align: left;
	}

	.account-table td:first-child {
		padding-left: 118px;
	}

	.side-nav.account-nav ul li {
		margin-bottom: 15px;
	}

	.edit-account-form fieldset {
		padding-bottom: 10px;
	}

	.contact-wrap {
		padding-bottom: 0;
	}

	.contact-list .icon-map-marker {
		font-size: 28px;
	}

	.contact-form h1,
	.contact-form .thank-you-table .holder h2,
	.thank-you-table .holder .contact-form h2 {
		margin-bottom: 20px;
	}

	.thank-you-table h1,
	.thank-you-table .holder h2 {
		margin-bottom: 20px;
	}

	.thank-you-table .holder h2 {
		margin-bottom: 10px;
	}

	.thank-you-table .thanks-text p {
		margin-bottom: 20px;
	}

	.summary-table.thank-you-table {
		display: block;
	}

	.summary-table.thank-you-table tbody,
	.summary-table.thank-you-table tr,
	.summary-table.thank-you-table td {
		display: block;
	}

	.summary-table.thank-you-table td {
		padding: 0 0 11px;
		font-size: 18px;
	}

	.summary-table.thank-you-table td:first-child {
		padding: 0 0 11px;
	}

	.summary-table.thank-you-table td:last-child {
		text-align: left;
	}

	.summary-table.thank-you-table strong {
		float: none;
		margin: 0;
		display: block;
		width: auto;
	}

	.summary-table.thank-you-table .text {
		margin-left: 0;
		padding-top: 0;
	}

	.coming {
		font-size: 20px;
	}

	.coming .logo {
		margin: 20px 0;
	}

	.coming .h1 {
		font-size: 45px;
	}

	.coming .text {
		padding: 0;
	}

	.timer {
		width: 280px;
		font-size: 18px;
		margin-bottom: 20px;
	}

	.timer .column {
		padding: 0;
	}

	.timer span {
		font-size: 40px;
	}
}

@media (max-width: 479px) {
	.event-wrap [class^="col"] {
		width: 100%;
	}

	.information-section [class^="col-"] {
		width: 100%;
	}

	.post-list .post {
		width: 100%;
	}

	.post:nth-last-child(2) .holder {
		border-bottom-width: 1px;
	}

	.sort-gallery-wrap .block {
		padding-bottom: 10px;
	}

	.productSmall li,
	.productSmall td,
	.productTable tr li,
	.productTable tr td {
		width: 100%;
	}

	.two-column .productSmall li,
	.two-column
	.productSmall td,
	.two-column
	.productTable tr li,
	.two-column
	.productTable tr td {
		width: 100%;
	}

	.productSmall td,
	.productTable tr td {
		width: 100%;
	}

	.blog-full-width .img-block {
		margin: 0 0 20px;
		float: none;
		width: 100%;
	}
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-webkit-keyframes avia_msonry_show {
	0% {
		-webkit-transform: translateZ(300px) translateY(200px) rotateX(-70deg);
		opacity: .1;
	}

	100% {
		-webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
		opacity: 1;
	}
}

@keyframes avia_msonry_show {
	0% {
		-webkit-transform: translateZ(300px) translateY(200px) rotateX(-70deg);
		transform: translateZ(300px) translateY(200px) rotateX(-70deg);
		opacity: .1;
	}

	100% {
		-webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
		transform: translateZ(0px) translateY(0px) rotateX(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDownSmall {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes fadeInDownSmall {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

