/*! 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 {
	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?vrifib");
	src: url("../fonts/icomoon.eot?vrifib#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?vrifib") format("truetype"), url("../fonts/icomoon.woff?vrifib") format("woff"), url("../fonts/icomoon.svg?vrifib#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
.address-list li:before,
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	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-offers:before {
	content: "\e931";
}

.icon-staff:before {
	content: "\e932";
}

.icon-steak:before {
	content: "\e933";
}

.icon-beer:before {
	content: "\e934";
}

.icon-burger:before {
	content: "\e935";
}

.icon-catering:before {
	content: "\e936";
}

.icon-consistency:before {
	content: "\e937";
}

.icon-map:before {
	content: "\e930";
}

.icon-login-icon:before {
	content: "\e92e";
}

.icon-times-circle:before {
	content: "\e92d";
}

.icon-check:before {
	content: "\e929";
}

.icon-angle-double-right:before {
	content: "\e925";
}

.icon-angle-double-left:before {
	content: "\e926";
}

.icon-envelope:before {
	content: "\e927";
}

.icon-phone:before {
	content: "\e928";
}

.icon-angle-down:before {
	content: "\e923";
}

.icon-calendar:before {
	content: "\e922";
}

.icon-map-marker:before {
	content: "\e921";
}

.icon-google-plus:before {
	content: "\e920";
}

.icon-commenting:before {
	content: "\e91f";
}

.icon-clock-o:before {
	content: "\e91c";
}

.icon-user:before {
	content: "\e91d";
}

.icon-angle-right:before {
	content: "\e915";
}

.icon-angle-left:before {
	content: "\e916";
}

.icon-close:before {
	content: "\e917";
}

.icon-remove:before {
	content: "\e917";
}

.icon-times:before {
	content: "\e917";
}

.icon-check2:before {
	content: "\e914";
}

.icon-back-to-top:before {
	content: "\e92f";
}

.icon-shop-cart02:before {
	content: "\e92a";
}

.icon-pay:before {
	content: "\e92b";
}

.icon-icon-text:before {
	content: "\e92c";
}

.icon-plus:before {
	content: "\e924";
}

.icon-triangle-top:before {
	content: "\e91e";
}

.icon-shop-cart:before {
	content: "\e91b";
}

.icon-reserved:before {
	content: "\e91a";
}

.icon-date:before {
	content: "\e919";
}

.icon-search-01:before {
	content: "\e918";
}

.icon-facebook-no-square:before {
	content: "\e913";
}

.icon-close2:before {
	content: "\e912";
}

.icon-arrow-left:before {
	content: "\e900";
}

.icon-arrow-right:before {
	content: "\e901";
}

.icon-clock:before {
	content: "\e902";
}

.icon-dessert:before {
	content: "\e903";
}

.icon-drinks:before {
	content: "\e904";
}

.icon-facebook:before {
	content: "\e905";
}

.icon-fish:before {
	content: "\e906";
}

.icon-instagram:before {
	content: "\e907";
}

.icon-knife-and-fork:before {
	content: "\e908";
}

.icon-linkedin:before {
	content: "\e909";
}

.icon-location:before {
	content: "\e90a";
}

.icon-meat:before {
	content: "\e90b";
}

.icon-pinterest:before {
	content: "\e90c";
}

.icon-search:before {
	content: "\e90d";
}

.icon-starters:before {
	content: "\e90e";
}

.icon-twitter:before {
	content: "\e90f";
}

.icon-user2:before {
	content: "\e910";
}

.icon-vegetarian:before {
	content: "\e911";
}

/*! jQuery UI - v1.11.4 - 2015-11-30
* http://jqueryui.com
* Includes: core.css, autocomplete.css, datepicker.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
	display: none;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-clearfix {
	min-height: 0;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}

.ui-state-disabled {
	cursor: default !important;
}

.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next {
	right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}

.ui-datepicker td {
	border: 0;
	padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

.ui-datepicker.ui-datepicker-multi {
	width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

.ui-datepicker-rtl {
	direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}

.ui-menu .ui-menu {
	position: absolute;
}

.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0;
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

.ui-menu-icons {
	position: relative;
}

.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}

.ui-widget-content {
	border: 1px solid #ddd;
	background: #fff;
	color: #666;
}

.ui-widget-content a {
	color: #666;
}

.ui-widget-header {
	border: 1px solid #ddd;
	background: #e9e9e9;
	color: #666;
	font-weight: bold;
}

.ui-widget-header a {
	color: #666;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #999;
	border-radius: 3px;
	text-align: center;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #454545;
	text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #ccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #cfc37b;
	background: #cfc37b;
	font-weight: normal;
	color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #fff;
	text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #d6cc8e;
	color: #777620;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35);
}

.ui-icon {
	width: 16px;
	height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("../images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
	background-image: url("../images/ui-icons_444444_256x240.png");
}

.ui-state-default .ui-icon {
	background-image: url("../images/ui-icons_777777_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("../images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon {
	background-image: url("../images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon {
	background-image: url("../images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("../images/ui-icons_cc0000_256x240.png");
}

.ui-icon-blank {
	background-position: 16px 16px;
}

.ui-icon-carat-1-n {
	background-position: 0 0;
}

.ui-icon-carat-1-ne {
	background-position: -16px 0;
}

.ui-icon-carat-1-e {
	background-position: -32px 0;
}

.ui-icon-carat-1-se {
	background-position: -48px 0;
}

.ui-icon-carat-1-s {
	background-position: -64px 0;
}

.ui-icon-carat-1-sw {
	background-position: -80px 0;
}

.ui-icon-carat-1-w {
	background-position: -96px 0;
}

.ui-icon-carat-1-nw {
	background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
	background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
	background-position: -144px 0;
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
	background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
	background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
	background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.ui-icon-extlink {
	background-position: -32px -80px;
}

.ui-icon-newwin {
	background-position: -48px -80px;
}

.ui-icon-refresh {
	background-position: -64px -80px;
}

.ui-icon-shuffle {
	background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.ui-icon-folder-open {
	background-position: -16px -96px;
}

.ui-icon-document {
	background-position: -32px -96px;
}

.ui-icon-document-b {
	background-position: -48px -96px;
}

.ui-icon-note {
	background-position: -64px -96px;
}

.ui-icon-mail-closed {
	background-position: -80px -96px;
}

.ui-icon-mail-open {
	background-position: -96px -96px;
}

.ui-icon-suitcase {
	background-position: -112px -96px;
}

.ui-icon-comment {
	background-position: -128px -96px;
}

.ui-icon-person {
	background-position: -144px -96px;
}

.ui-icon-print {
	background-position: -160px -96px;
}

.ui-icon-trash {
	background-position: -176px -96px;
}

.ui-icon-locked {
	background-position: -192px -96px;
}

.ui-icon-unlocked {
	background-position: -208px -96px;
}

.ui-icon-bookmark {
	background-position: -224px -96px;
}

.ui-icon-tag {
	background-position: -240px -96px;
}

.ui-icon-home {
	background-position: 0 -112px;
}

.ui-icon-flag {
	background-position: -16px -112px;
}

.ui-icon-calendar {
	background-position: -32px -112px;
}

.ui-icon-cart {
	background-position: -48px -112px;
}

.ui-icon-pencil {
	background-position: -64px -112px;
}

.ui-icon-clock {
	background-position: -80px -112px;
}

.ui-icon-disk {
	background-position: -96px -112px;
}

.ui-icon-calculator {
	background-position: -112px -112px;
}

.ui-icon-zoomin {
	background-position: -128px -112px;
}

.ui-icon-zoomout {
	background-position: -144px -112px;
}

.ui-icon-search {
	background-position: -160px -112px;
}

.ui-icon-wrench {
	background-position: -176px -112px;
}

.ui-icon-gear {
	background-position: -192px -112px;
}

.ui-icon-heart {
	background-position: -208px -112px;
}

.ui-icon-star {
	background-position: -224px -112px;
}

.ui-icon-link {
	background-position: -240px -112px;
}

.ui-icon-cancel {
	background-position: 0 -128px;
}

.ui-icon-plus {
	background-position: -16px -128px;
}

.ui-icon-plusthick {
	background-position: -32px -128px;
}

.ui-icon-minus {
	background-position: -48px -128px;
}

.ui-icon-minusthick {
	background-position: -64px -128px;
}

.ui-icon-close {
	background-position: -80px -128px;
}

.ui-icon-closethick {
	background-position: -96px -128px;
}

.ui-icon-key {
	background-position: -112px -128px;
}

.ui-icon-lightbulb {
	background-position: -128px -128px;
}

.ui-icon-scissors {
	background-position: -144px -128px;
}

.ui-icon-clipboard {
	background-position: -160px -128px;
}

.ui-icon-copy {
	background-position: -176px -128px;
}

.ui-icon-contact {
	background-position: -192px -128px;
}

.ui-icon-image {
	background-position: -208px -128px;
}

.ui-icon-video {
	background-position: -224px -128px;
}

.ui-icon-script {
	background-position: -240px -128px;
}

.ui-icon-alert {
	background-position: 0 -144px;
}

.ui-icon-info {
	background-position: -16px -144px;
}

.ui-icon-notice {
	background-position: -32px -144px;
}

.ui-icon-help {
	background-position: -48px -144px;
}

.ui-icon-check {
	background-position: -64px -144px;
}

.ui-icon-bullet {
	background-position: -80px -144px;
}

.ui-icon-radio-on {
	background-position: -96px -144px;
}

.ui-icon-radio-off {
	background-position: -112px -144px;
}

.ui-icon-pin-w {
	background-position: -128px -144px;
}

.ui-icon-pin-s {
	background-position: -144px -144px;
}

.ui-icon-play {
	background-position: 0 -160px;
}

.ui-icon-pause {
	background-position: -16px -160px;
}

.ui-icon-seek-next {
	background-position: -32px -160px;
}

.ui-icon-seek-prev {
	background-position: -48px -160px;
}

.ui-icon-seek-end {
	background-position: -64px -160px;
}

.ui-icon-seek-start {
	background-position: -80px -160px;
}

.ui-icon-seek-first {
	background-position: -80px -160px;
}

.ui-icon-stop {
	background-position: -96px -160px;
}

.ui-icon-eject {
	background-position: -112px -160px;
}

.ui-icon-volume-off {
	background-position: -128px -160px;
}

.ui-icon-volume-on {
	background-position: -144px -160px;
}

.ui-icon-power {
	background-position: 0 -176px;
}

.ui-icon-signal-diag {
	background-position: -16px -176px;
}

.ui-icon-signal {
	background-position: -32px -176px;
}

.ui-icon-battery-0 {
	background-position: -48px -176px;
}

.ui-icon-battery-1 {
	background-position: -64px -176px;
}

.ui-icon-battery-2 {
	background-position: -80px -176px;
}

.ui-icon-battery-3 {
	background-position: -96px -176px;
}

.ui-icon-circle-plus {
	background-position: 0 -192px;
}

.ui-icon-circle-minus {
	background-position: -16px -192px;
}

.ui-icon-circle-close {
	background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.ui-icon-circle-check {
	background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
	background: #aaa;
	opacity: .3;
	filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
	margin: 0 0 0 0;
	padding: 5px;
	background: #666;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #ebebeb;
	background: #ebebeb;
	margin: 0 0 12px;
	min-width: 116px;
	height: 44px;
	border-radius: 3px;
	color: #999;
	width: 100%;
}

.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;
	line-height: 44px;
	margin: 0 35px 0 18px;
	text-align: left;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 35px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:before {
	content: "\e923";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 5px;
	font-family: "icomoon";
	font-size: 19px;
	color: #cfc37b;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 70;
}

.fancybox-lock body > .jcf-select-drop {
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.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;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #ebebeb;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list .jcf-list-content ul,
.jcf-list .jcf-list-content ul:not([class]) {
	padding: 0;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 18px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.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;
}

/* custom checkbox styles */

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #ebebeb;
	margin: 0 10px 0 0;
	height: 30px;
	width: 30px;
	position: relative;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #cfc37b;
	font-size: 20px;
	line-height: 1;
}

.jcf-checkbox span:before {
	content: "\e929";
	font-family: "icomoon";
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

/* custom radio styles */

.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #ebebeb;
	border-radius: 50%;
	margin: 0 10px 0 0;
	height: 30px;
	width: 30px;
}

.jcf-radio span {
	position: absolute;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	background: #fff;
	border-radius: 100%;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	background: #cfc37b;
}

/* 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: 8px;
}

.jcf-range .jcf-range-wrapper {
	position: relative;
	background: #ebebeb;
	display: block;
	margin: 5px 0;
}

.jcf-range.jcf-vertical {
	min-width: 0;
	width: auto;
}

.jcf-range.jcf-vertical .jcf-range-wrapper {
	margin: 0;
	width: 8px;
	height: auto;
	padding: 62px 0 0;
}

.jcf-range.jcf-vertical .jcf-range-track {
	height: 118px;
	width: 8px;
}

.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: #cfc37b;
	width: 300px;
	height: 8px;
	z-index: 1;
	top: 0;
	left: 0;
}

.jcf-range.jcf-vertical .jcf-range-handle {
	width: 8px;
	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;
}

/* common custom form elements styles */

.jcf-disabled.jcf-radio span {
	background: #dfdcdc;
}

.jcf-disabled span:before {
	color: #dfdcdc;
}

/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT 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-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-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-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-arrows-alt-h:before {
	content: "\f337";
}

.fa-arrows-alt-v:before {
	content: "\f338";
}

.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-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-ball:before {
	content: "\f433";
}

.fa-basketball-ball:before {
	content: "\f434";
}

.fa-bath:before {
	content: "\f2cd";
}

.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-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-braille:before {
	content: "\f2a1";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.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-minus:before {
	content: "\f272";
}

.fa-calendar-plus:before {
	content: "\f271";
}

.fa-calendar-times:before {
	content: "\f273";
}

.fa-camera:before {
	content: "\f030";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-car:before {
	content: "\f1b9";
}

.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-board:before {
	content: "\f43c";
}

.fa-chess-king:before {
	content: "\f43f";
}

.fa-chess-knight:before {
	content: "\f441";
}

.fa-chess-pawn:before {
	content: "\f443";
}

.fa-chess-queen:before {
	content: "\f445";
}

.fa-chess-rook:before {
	content: "\f447";
}

.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-down:before {
	content: "\f078";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.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-alt:before {
	content: "\f381";
}

.fa-cloud-upload-alt:before {
	content: "\f382";
}

.fa-cloudscale:before {
	content: "\f383";
}

.fa-cloudsmith:before {
	content: "\f384";
}

.fa-cloudversify:before {
	content: "\f385";
}

.fa-code:before {
	content: "\f121";
}

.fa-code-branch:before {
	content: "\f126";
}

.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-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-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-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-deviantart:before {
	content: "\f1bd";
}

.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-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-v:before {
	content: "\f142";
}

.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-alt:before {
	content: "\f362";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-expand:before {
	content: "\f065";
}

.fa-expand-arrows-alt:before {
	content: "\f31e";
}

.fa-expeditedssl:before {
	content: "\f23e";
}

.fa-external-link-alt:before {
	content: "\f35d";
}

.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-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-code:before {
	content: "\f1c9";
}

.fa-file-excel:before {
	content: "\f1c3";
}

.fa-file-image:before {
	content: "\f1c5";
}

.fa-file-pdf:before {
	content: "\f1c1";
}

.fa-file-powerpoint:before {
	content: "\f1c4";
}

.fa-file-video:before {
	content: "\f1c8";
}

.fa-file-word:before {
	content: "\f1c2";
}

.fa-film:before {
	content: "\f008";
}

.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-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-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-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-hips:before {
	content: "\f452";
}

.fa-hire-a-helper:before {
	content: "\f3b0";
}

.fa-history:before {
	content: "\f1da";
}

.fa-hockey-puck:before {
	content: "\f453";
}

.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-indent:before {
	content: "\f03c";
}

.fa-industry:before {
	content: "\f275";
}

.fa-info:before {
	content: "\f129";
}

.fa-info-circle:before {
	content: "\f05a";
}

.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-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-alt:before {
	content: "\f3be";
}

.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-open:before {
	content: "\f3c1";
}

.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-low-vision:before {
	content: "\f2a8";
}

.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-slash:before {
	content: "\f131";
}

.fa-microsoft:before {
	content: "\f3ca";
}

.fa-minus:before {
	content: "\f068";
}

.fa-minus-circle:before {
	content: "\f056";
}

.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-modx:before {
	content: "\f285";
}

.fa-monero:before {
	content: "\f3d0";
}

.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-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-square:before {
	content: "\f14b";
}

.fa-pencil-alt:before {
	content: "\f303";
}

.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-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-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-square:before {
	content: "\f0fe";
}

.fa-podcast:before {
	content: "\f2ce";
}

.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-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-random:before {
	content: "\f074";
}

.fa-ravelry:before {
	content: "\f2d9";
}

.fa-react:before {
	content: "\f41b";
}

.fa-rebel:before {
	content: "\f1d0";
}

.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-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-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-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-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-alt:before {
	content: "\f3ed";
}

.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-sign-in-alt:before {
	content: "\f2f6";
}

.fa-sign-language:before {
	content: "\f2a7";
}

.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-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-speakap:before {
	content: "\f3f3";
}

.fa-spinner:before {
	content: "\f110";
}

.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-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-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-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-alt:before {
	content: "\f3ff";
}

.fa-times:before {
	content: "\f00d";
}

.fa-times-circle:before {
	content: "\f057";
}

.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-trello:before {
	content: "\f181";
}

.fa-tripadvisor:before {
	content: "\f262";
}

.fa-trophy:before {
	content: "\f091";
}

.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-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-user:before {
	content: "\f007";
}

.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-spoon:before {
	content: "\f2e5";
}

.fa-utensils:before {
	content: "\f2e7";
}

.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-off:before {
	content: "\f026";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-vuejs:before {
	content: "\f41f";
}

.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-whmcs:before {
	content: "\f40d";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-wikipedia-w:before {
	content: "\f266";
}

.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 Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/webfonts_free/fa-brands-400.eot");
	src: url("../fonts/webfonts_free/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts_free/fa-brands-400.woff2") format("woff2"), url("../fonts/webfonts_free/fa-brands-400.woff") format("woff"), url("../fonts/webfonts_free/fa-brands-400.ttf") format("truetype"), url("../fonts/webfonts_free/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
	font-family: "Font Awesome 5 Brands";
}

/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/webfonts_free/fa-regular-400.eot");
	src: url("../fonts/webfonts_free/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts_free/fa-regular-400.woff2") format("woff2"), url("../fonts/webfonts_free/fa-regular-400.woff") format("woff"), url("../fonts/webfonts_free/fa-regular-400.ttf") format("truetype"), url("../fonts/webfonts_free/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	src: url("../fonts/webfonts_free/fa-solid-900.eot");
	src: url("../fonts/webfonts_free/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts_free/fa-solid-900.woff2") format("woff2"), url("../fonts/webfonts_free/fa-solid-900.woff") format("woff"), url("../fonts/webfonts_free/fa-solid-900.ttf") format("truetype"), url("../fonts/webfonts_free/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	color: #444;
	text-shadow: none;
	background: #fff;
	padding: 0 !important;
}

вели́к .fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
	position: absolute;
	top: 12px;
	right: 7px;
}

.fancybox-type-image .fancybox-close {
	position: fixed;
	top: 50px;
	right: 30px;
}

.fancybox-type-image .fancybox-close:before {
	color: #fff;
	font-size: 16px;
}

.fancybox-close:before {
	content: "\e912";
	font-family: "icomoon";
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
	position: absolute;
	top: 6px;
	left: 10px;
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear, -webkit-transform .2s linear;
	color: #cfc37b;
	font-size: 13px;
}

.fancybox-close:hover:before {
	-webkit-transform: rotate(1500deg);
	-ms-transform: rotate(1500deg);
	transform: rotate(1500deg);
	-webkit-transition: -webkit-transform 5s linear;
	transition: -webkit-transform 5s linear;
	transition: transform 5s linear;
	transition: transform 5s linear, -webkit-transform 5s linear;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 8040;
	color: #fff;
}

.fancybox-nav span:hover {
	color: #cfc37b;
}

.fancybox-nav span:before {
	font-family: "icomoon";
	font-size: 70px;
	line-height: 1;
	display: block;
}

.fancybox-prev span {
	left: 72px;
}

.fancybox-prev span:before {
	content: "\e916";
}

.fancybox-next span {
	right: 72px;
}

.fancybox-next span:before {
	content: "\e915";
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0, 0, 0, .7);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

ul:not([class]),
.slider .slides-paging,
.tabset,
.accordion,
.social-networks,
.add-nav ul,
.archives,
.tag-cloud,
.BlogTagCloud,
[id="nav"] > ul,
[id="nav"] .drop-down ul,
.menu-tabset,
.menu-list,
.post-info,
.event-list img + .info,
.event-list ul,
.events-detail .info-list,
.horizontal-gallery .frame .slidee,
.masonry-gallery ul,
.webapp-section .info-list,
.list-wrap .productSmall,
.productTable,
.product-container .productSmall,
.productLarge,
.steps,
.checkout-form .check-list,
.checkout-form .radio-list,
.card-list,
.address-list,
.account-list,
.elements-tabset,
.check-list.inline,
.radio-list.inline,
.switcher-list,
.nav-webapp,
.sizes-list,
.anchor-nav,
.breadcrumbs,
.slider-navigation,
.slider-navigation .slide {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.col-1:after,
.col-2:after,
.col-3:after,
.list-wrap .productSmall li:after,
.list-wrap .productSmall td:after,
.productTable li:after,
.productTable td:after,
.col-4:after,
.col-5:after,
.col-6:after,
.product-container .productSmall li:after,
.col-7:after,
.col-8:after,
.col-9:after,
.col-10:after,
.col-11:after,
.col-12:after,
.tabset:after,
.container:after,
.img-area:after,
.login-nav:after,
.blog-wrap .info-panel:after,
.blog-wrap .block:after,
.elements-holder:after,
.nav-webapp: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;
}

body {
	color: #222;
	background: #fff;
	font: 16px/1.5 "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

img {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 2em;
}

ul:not([class]) {
	padding-left: 26px;
	padding-bottom: 1.8em;
}

ul:not([class]) li:before {
	content: "\e914";
	font-family: "icomoon";
	color: #cfc37b;
	position: absolute;
	top: 0;
	left: -26px;
}

li {
	position: relative;
	margin-bottom: 9px;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.system-message,
.system-error-message {
	text-align: center;
	background: none;
	border: none;
	color: inherit;
	margin: 0;
	padding: 0;
}

.system-message a,
.system-message a:link,
.system-error-message a,
.system-error-message a:link {
	color: #cfc37b;
}

.system-message a:hover,
.system-message a:link:hover,
.system-error-message a:hover,
.system-error-message a:link:hover {
	color: #222;
}

.form label,
.webform label {
	font-size: inherit;
	padding-bottom: 5px;
}

div.form div.item,
div.webform div.item {
	padding: 0 0 10px;
}

div.form div.item .button,
div.form div.item a,
div.webform div.item .button,
div.webform div.item a {
	display: inline-block;
	vertical-align: middle;
}

div.form div.item .cat_textbox_small,
div.form div.item .cat_listbox_small,
div.webform div.item .cat_textbox_small,
div.webform div.item .cat_listbox_small {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

h1,
.h1,
h2,
.h2,
.add-nav a,
h3,
.system-page .shopping-table tfoot td,
.system-page .summary-table tfoot td,
.h3,
.accordion .opener,
.list-wrap .productSmall .title,
.productTable .title,
.product-container .productSmall .title,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h,
.sub-h1,
.sub-h2 {
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 .5em;
	color: inherit;
}

[id="footer"] h1,
[id="footer"] .h1,
[id="footer"]
  h2,
[id="footer"] .h2,
[id="footer"] .add-nav a,
.add-nav [id="footer"] a,
[id="footer"] h3,
[id="footer"] .system-page .shopping-table tfoot td,
.system-page .shopping-table tfoot [id="footer"] td,
[id="footer"] .system-page .summary-table tfoot td,
.system-page .summary-table tfoot [id="footer"] td,
[id="footer"] .h3,
[id="footer"] .accordion .opener,
.accordion [id="footer"] .opener,
[id="footer"] .list-wrap .productSmall .title,
.list-wrap .productSmall [id="footer"] .title,
[id="footer"] .productTable .title,
.productTable [id="footer"] .title,
[id="footer"] .product-container .productSmall .title,
.product-container .productSmall [id="footer"] .title,
[id="footer"]
  h4,
[id="footer"] .h4,
[id="footer"]
  h5,
[id="footer"] .h5,
[id="footer"]
  h6,
[id="footer"] .h6,
[id="footer"]
  .h,
[id="footer"]
  .sub-h1,
[id="footer"]
  .sub-h2 {
	color: #cfc37b;
	margin: 0 0 .62em;
}

h2,
.h2,
.add-nav a,
h3,
.system-page .shopping-table tfoot td,
.system-page .summary-table tfoot td,
.h3,
.accordion .opener,
.list-wrap .productSmall .title,
.productTable .title,
.product-container .productSmall .title,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-weight: 700;
}

.sub-h1 {
	font-size: 72px;
	line-height: 1;
	font-weight: 300;
}

.sub-h2 {
	font-size: 55px;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
}

h1,
.h1 {
	font-size: 45px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: .35em;
	line-height: 1;
}

h2,
.h2,
.add-nav a {
	font-size: 30px;
	line-height: 1.3;
}

h3,
.system-page .shopping-table tfoot td,
.system-page .summary-table tfoot td,
.h3,
.accordion .opener,
.list-wrap .productSmall .title,
.productTable .title,
.product-container .productSmall .title {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 20px;
}

h5,
.h5 {
	font-size: 18px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #cfc37b;
	-webkit-transition: color .3s;
	transition: color .3s;
	text-decoration: none;
	cursor: pointer;
}

a:hover,
a:focus {
	color: #222;
}

blockquote {
	padding-left: 49px;
	position: relative;
	margin: 0 0 1.4em;
	font-style: italic;
	font-size: calc(16px - 2px);
}

blockquote:before {
	content: "\e908";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 5px;
	font-family: "icomoon";
	color: #cfc37b;
	font-size: 27px;
	font-style: normal;
}

blockquote q {
	position: relative;
	display: block;
	padding-left: 16px;
}

blockquote q:before {
	content: "";
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: -1px;
	width: 1px;
	background: #cfc37b;
}

blockquote q:after {
	display: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

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 #ebebeb;
	padding: .4em .7em;
	background: #ebebeb;
	color: #222;
	display: block;
	width: 100%;
	outline: none;
	padding: 5px 20px;
	border-radius: 3px;
	margin-bottom: 30px;
}

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: #ebebeb;
}

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: #222;
}

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: #222;
}

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: #222;
}

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: #222;
}

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: #222;
}

input[type="text"].error,
input[type="tel"].error,
input[type="email"].error,
input[type="search"].error,
input[type="password"].error,
textarea.error,
.textbox.error {
	color: #d87878;
	border-color: #d87878;
}

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: #d87878;
}

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: #d87878;
}

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: #d87878;
}

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: #d87878;
}

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: #d87878;
}

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: #999;
}

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: #999;
}

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: #999;
}

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: #999;
}

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: #999;
}

.req {
	color: #cfc37b;
	display: block;
	font-size: 18px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
.captchaimg,
.textbox {
	height: 44px;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
	height: 112px;
	min-height: 112px;
	padding-top: 10px;
	border-radius: 4px;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.header-search {
	margin-left: 50px;
}

.header-search.search-active .search-opener:before {
	content: "\e912";
}

.header-search.search-active .form-holder {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	opacity: 1;
}

.header-search.search-active button {
	background: none;
	padding: 2px;
	-webkit-animation: none;
	animation: none;
}

.header-search.search-active button:before {
	display: none;
}

.header-search form {
	position: relative;
}

.header-search .form-holder {
	position: absolute;
	top: 100%;
	right: 0;
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transition: opacity .2s linear, -webkit-transform .2s linear;
	transition: opacity .2s linear, -webkit-transform .2s linear;
	transition: transform .2s linear, opacity .2s linear;
	transition: transform .2s linear, opacity .2s linear, -webkit-transform .2s linear;
	-webkit-transform-origin: 100%   0;
	-ms-transform-origin: 100%   0;
	transform-origin: 100%   0;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	opacity: 0;
	padding-top: 5px;
	width: 360px;
}

.header-search .search-opener {
	text-decoration: none;
	height: 18px;
	width: 18px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #e0d9cb;
}

.header-search .search-opener:hover {
	color: #cfc37b;
}

.header-search .search-opener:before {
	content: "\e90d";
	font-family: "icomoon";
	display: inline-block;
	vertical-align: top;
}

.header-search input[type="search"] {
	background: rgba(0, 0, 0, .4);
	padding: 4px 40px 4px 27px;
	width: 100%;
	height: 44px;
	border-radius: 3px;
	border: none;
	color: #e0d9cb;
	outline: none;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}

.header-search input[type="search"]::-webkit-input-placeholder {
	color: inherit;
}

.header-search input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: inherit;
}

.header-search input[type="search"]:-moz-placeholder {
	color: inherit;
}

.header-search input[type="search"]:-ms-input-placeholder {
	color: inherit;
}

.header-search input[type="search"].placeholder {
	color: inherit;
}

.header-search button {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	background: none;
	border: none;
	color: #e0d9cb;
	outline: none;
	padding: 0;
	font-size: 17px;
}

.header-search button:hover {
	color: #cfc37b;
}

.subscribe-form {
	padding: 7px 0 0;
}

.subscribe-form input[type="email"],
.subscribe-form input[type="text"] {
	background: #151515;
	color: #736f66;
	border-radius: 2px;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	border: none;
	outline: none;
	height: 44px;
	padding: 5px 20px;
}

.subscribe-form button {
	display: block;
	width: 100%;
	max-width: 230px;
	margin-bottom: 10px;
	font-size: 16px;
	border-radius: 2px;
	padding-top: 9px;
	padding-bottom: 9px;
}

.search-form {
	position: relative;
	margin-bottom: 16px;
}

.search-form input[type="search"] {
	margin-bottom: 0;
}

.search-form button {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
	padding: 2px;
	background: none !important;
	border: none !important;
	-webkit-animation: none !important;
	animation: none !important;
}

.search-form button:before {
	display: none;
}

.reservation-form {
	color: #666;
	padding: 0 0 32px;
}

.reservation-form [class^="col-"]:not(.col-12) {
	margin: 0;
}

.reservation-form .col-12 {
	width: 100%;
}

.reservation-form label {
	display: inline-block;
	vertical-align: top;
	color: #666;
	margin-bottom: 4px;
}

.reservation-form input[type="text"],
.reservation-form input[type="tel"],
.reservation-form input[type="email"],
.reservation-form input[type="search"],
.reservation-form input[type="password"] {
	background: #ebebeb;
	height: 44px;
	margin-bottom: 21px;
}

.reservation-form textarea {
	background: #ebebeb;
	display: block;
	width: 100%;
	border: none;
	height: 112px;
	min-height: 112px;
	border-radius: 3px;
	margin-bottom: 30px;
	outline: none;
	border-radius: 5px;
}

.reservation-form .input-holder {
	position: relative;
	margin-bottom: 30px;
}

.reservation-form .input-holder:after {
	font-family: "icomoon";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 21px;
	color: #cfc37b;
}

.reservation-form .input-holder input[type="text"],
.reservation-form .input-holder input[type="tel"],
.reservation-form .input-holder input[type="email"],
.reservation-form .input-holder input[type="search"],
.reservation-form .input-holder input[type="password"],
.reservation-form .input-holder textarea {
	margin: 0;
	padding-right: 45px;
}

.reservation-form .input-holder input[type="text"]::-webkit-input-placeholder,
.reservation-form .input-holder input[type="tel"]::-webkit-input-placeholder,
.reservation-form .input-holder input[type="email"]::-webkit-input-placeholder,
.reservation-form .input-holder input[type="search"]::-webkit-input-placeholder,
.reservation-form .input-holder input[type="password"]::-webkit-input-placeholder,
.reservation-form .input-holder textarea::-webkit-input-placeholder {
	color: #ebebeb;
}

.reservation-form .input-holder input[type="text"]::-moz-placeholder,
.reservation-form .input-holder input[type="tel"]::-moz-placeholder,
.reservation-form .input-holder input[type="email"]::-moz-placeholder,
.reservation-form .input-holder input[type="search"]::-moz-placeholder,
.reservation-form .input-holder input[type="password"]::-moz-placeholder,
.reservation-form .input-holder textarea::-moz-placeholder {
	opacity: 1;
	color: #ebebeb;
}

.reservation-form .input-holder input[type="text"]:-moz-placeholder,
.reservation-form .input-holder input[type="tel"]:-moz-placeholder,
.reservation-form .input-holder input[type="email"]:-moz-placeholder,
.reservation-form .input-holder input[type="search"]:-moz-placeholder,
.reservation-form .input-holder input[type="password"]:-moz-placeholder,
.reservation-form .input-holder textarea:-moz-placeholder {
	color: #ebebeb;
}

.reservation-form .input-holder input[type="text"]:-ms-input-placeholder,
.reservation-form .input-holder input[type="tel"]:-ms-input-placeholder,
.reservation-form .input-holder input[type="email"]:-ms-input-placeholder,
.reservation-form .input-holder input[type="search"]:-ms-input-placeholder,
.reservation-form .input-holder input[type="password"]:-ms-input-placeholder,
.reservation-form .input-holder textarea:-ms-input-placeholder {
	color: #ebebeb;
}

.reservation-form .input-holder input[type="text"].placeholder,
.reservation-form .input-holder input[type="tel"].placeholder,
.reservation-form .input-holder input[type="email"].placeholder,
.reservation-form .input-holder input[type="search"].placeholder,
.reservation-form .input-holder input[type="password"].placeholder,
.reservation-form .input-holder textarea.placeholder {
	color: #ebebeb;
}

.reservation-form .date:after {
	content: "\e919";
}

.reservation-form .person:after {
	content: "\e910";
}

.reservation-form .holder {
	max-width: 660px;
	margin: 0 auto;
	line-height: 1.69;
}

.reservation-form button {
	margin-bottom: 22px;
	padding-left: 34px;
	padding-right: 34px;
	border-radius: 3px;
}

.comments-form .custom-holder {
	text-align: right;
}

.comments-form h2 {
	margin-bottom: 20px;
}

.comments-form textarea {
	padding: 10px 20px;
}

.comments-form input[type="submit"] {
	min-width: 153px;
}

.captcha-holder {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.captcha-holder .captchaimg {
	margin: 0 30px 10px 0;
	background: #ebebeb;
	border-radius: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.captcha-holder .captchaimg img {
	border-radius: 3px;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	max-height: 100%;
}

.captcha-holder input[type="text"] {
	width: 50%;
}

.booking-form {
	padding: 47px 54px;
	overflow: hidden;
	width: 480px;
}

.booking-form [class^="col-"] {
	margin-bottom: 30px;
}

.booking-form .req {
	margin-bottom: 26px;
}

.booking-form .info-select,
.booking-form .jcf-select-info-select {
	width: 116px;
	margin-bottom: 30px;
}

.booking-form h3,
.booking-form .system-page .shopping-table tfoot td,
.system-page .shopping-table tfoot .booking-form td,
.booking-form .system-page .summary-table tfoot td,
.system-page .summary-table tfoot .booking-form td {
	margin-bottom: 0;
}

.contact-form h2 {
	margin-bottom: 28px;
}

.contact-form .captcha-holder {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contact-form .captcha-holder .captchaimg {
	width: calc(50% - 15px);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 15px;
}

.contact-form .captcha-holder input[type="text"] {
	width: calc(50% - 15px) !important;
	margin-left: 15px;
}

.register-form {
	max-width: 420px;
	margin: 0 auto;
}

.register-form fieldset + fieldset {
	padding-top: 30px;
}

.register-form .jcf-select,
.register-form .input-box {
	margin-bottom: 30px;
}

.register-form .captcha-holder {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.register-form .captcha-holder label {
	display: block;
	width: 100%;
	margin-bottom: 24px;
	font-size: 18px;
}

.register-form .captcha-holder .captchaimg {
	width: calc(50% - 15px);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 15px;
}

.register-form .captcha-holder input[type="text"] {
	width: calc(50% - 15px) !important;
	margin-left: 15px;
}

.login-form {
	text-align: center;
	margin-bottom: 23px;
}

.login-form .icon-login-icon {
	font-size: 81px;
	line-height: 1;
	color: #cfc37b;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 23px;
}

.login-form .info {
	text-align: left;
	font-size: 14px;
}

.login-form .info p {
	margin: 0 0 10px;
}

.login-form .title-block {
	font-size: 18px;
	padding-bottom: 10px;
}

.login-form .title-block h3,
.login-form .title-block .system-page .shopping-table tfoot td,
.system-page .shopping-table tfoot .login-form .title-block td,
.login-form .title-block .system-page .summary-table tfoot td,
.system-page .summary-table tfoot .login-form .title-block td {
	margin-bottom: 3px;
}

.row-holder,
.menu-list,
.list-wrap .productSmall,
.productTable,
.product-container .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;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	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,
.list-wrap .productSmall li,
.list-wrap .productSmall td,
.productTable li,
.productTable 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,
.product-container .productSmall li,
.productTable tr td {
	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;
}

.button,
input[type="submit"],
input[type="button"],
button {
	display: inline-block;
	vertical-align: top;
	background: none;
	border: 1px solid #cfc37b;
	color: #cfc37b;
	background: none;
	border: 2px solid #cfc37b;
	font-size: 18px;
	line-height: 1.1;
	padding: 11px 28px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s;
	outline: none;
	font-weight: 600;
}

.button:hover,
input:hover[type="submit"],
input:hover[type="button"],
button:hover,
.button:focus,
input:focus[type="submit"],
input:focus[type="button"],
button:focus {
	background: #cfc37b;
	border-color: #cfc37b;
	color: #fff;
	-webkit-transition: background-color .1s .3s, color .1s .3s;
	transition: background-color .1s .3s, color .1s .3s;
	-webkit-animation: anim-moema-1 .3s forwards;
	animation: anim-moema-1 .3s forwards;
}

.button:hover:before,
input[type="submit"]:hover:before,
input[type="button"]:hover:before,
button:hover:before,
.button:focus:before,
input[type="submit"]:focus:before,
input[type="button"]:focus:before,
button:focus:before {
	-webkit-animation: anim-moema-2 .3s .3s forwards;
	animation: anim-moema-2 .3s .3s forwards;
	background: inherit;
	opacity: .4;
}

.button:before,
input[type="submit"]:before,
input[type="button"]:before,
button:before {
	content: "";
	position: absolute;
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
	background: inherit;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(.8, .5, 1);
	transform: scale3d(.8, .5, 1);
	pointer-events: none;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

a.button,
button {
	position: relative;
	z-index: 0;
}

.back-to-top {
	position: fixed;
	bottom: 50px;
	right: -55px;
	font-size: 52px;
	line-height: 1;
	color: #cfc37b;
	-webkit-transition: right .3s,-webkit-transform .3s;
	transition: right .3s,-webkit-transform .3s;
	transition: right .3s,transform .3s;
	transition: right .3s,transform .3s,-webkit-transform .3s;
	opacity: .5;
	z-index: 168;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.scroll .back-to-top {
	-webkit-transition: opacity .2s, color .2s,right .5s, -webkit-transform .5s;
	transition: opacity .2s, color .2s,right .5s, -webkit-transform .5s;
	transition: opacity .2s, color .2s,right .5s, transform .5s;
	transition: opacity .2s, color .2s,right .5s, transform .5s, -webkit-transform .5s;
	right: 20px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.back-to-top:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	color: #cfc37b;
}

.slider {
	color: #fff;
}

.slider .slide {
	position: absolute;
	padding: 175px 0 70px;
	background-size: cover;
	background-position: 50% 50%;
}

.slider .slide img {
	display: inline-block;
	vertical-align: top;
}

.slider .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;
	z-index: 2;
	text-align: center;
}

.slider .container:after {
	min-height: 535px;
}

.slider .bx-pager {
	position: absolute;
	bottom: 43px;
	width: 100%;
	left: 0;
	font-size: 0;
	line-height: 0;
	text-align: center;
	z-index: 60;
}

.slider .bx-pager-item {
	display: inline-block;
	vertical-align: top;
	margin: 0 7px;
}

.slider .bx-pager-link {
	display: block;
	height: 14px;
	width: 14px;
	border: 2px solid #cfc37b;
	border-radius: 50%;
	-webkit-transition: background .2s;
	transition: background .2s;
}

.slider .bx-pager-link.active {
	background: #cfc37b;
}

.carousel {
	position: relative;
}

.carousel .mask {
	padding: 0 80px;
}

.carousel .btn-next,
.carousel .btn-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	height: 84px;
	overflow: hidden;
	text-decoration: none;
}

.carousel .btn-next:before,
.carousel .btn-prev:before {
	position: absolute;
	font-family: "icomoon";
	color: #fff;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 25px;
}

.carousel .btn-next:after,
.carousel .btn-prev:after {
	content: "";
	position: absolute;
	top: 0;
	height: 82px;
	width: 82px;
	border-radius: 50%;
	background: rgba(207, 195, 123, .5);
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
}

.carousel .btn-next:hover:after,
.carousel .btn-prev:hover:after {
	background: rgba(207, 195, 123, .75);
}

.carousel .btn-prev {
	left: 1px;
}

.carousel .btn-prev:before {
	content: "\e900";
}

.carousel .btn-prev:after {
	left: 0;
}

.carousel .btn-next {
	right: 1px;
}

.carousel .btn-next:before {
	content: "\e901";
}

.carousel .btn-next:after {
	right: 0;
}

/* 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;
	font-weight: 600;
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 18px;
}

.tabset li {
	margin: 0;
	-ms-flex-preferred-size: 33.33%;
	flex-basis: 33.33%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tabset li.active a,
.tabset li:hover a {
	background: #cfc37b;
}

.tabset li:first-child a {
	border-width: 2px 2px 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: #222;
	border: solid #cfc37b;
	border-width: 2px 2px 0 0;
	text-decoration: none;
	text-align: center;
	padding: 6px 5px;
	-webkit-transition: background .2s;
	transition: background .2s;
	outline: none;
	position: relative;
	-webkit-transition: background .5s;
	transition: background .5s;
}

.tab-content {
	border: 2px solid #cfc37b;
	overflow: hidden;
	padding: 28px 35px 34px;
	margin-bottom: 34px;
	position: relative;
}

.tab-content p:last-child {
	margin: 0;
}

.animate_start {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animate_start.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

.zoomIn {
	opacity: 0;
}

.animate_start.zoomInStable {
	-webkit-animation-name: zoomInStable;
	animation-name: zoomInStable;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}

.animate_afl {
	opacity: 0;
}

.animate_afl.animate_start {
	-webkit-animation-name: afl;
	animation-name: afl;
	opacity: 1;
}

.accordion li {
	padding: 16px 0 15px;
	border: solid #ebebeb;
	border-width: 0 0 2px;
	margin: 0;
}

.accordion li:first-child {
	border-width: 2px 0;
}

.accordion li.active .opener:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.accordion .opener {
	position: relative;
	display: block;
	margin: 0;
	padding-right: 30px;
}

.accordion .opener {
	color: inherit;
}

.accordion .opener:hover {
	color: #cfc37b;
}

.accordion .opener:after {
	content: "\e923";
	position: absolute;
	top: 50%;
	right: 0;
	color: #cfc37b;
	font-family: "icomoon";
	font-weight: normal;
	font-size: 28px;
	line-height: 1;
	-webkit-transition: -webkit-transform .3s linear;
	transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear;
	margin-top: -14px;
}

.accordion .slide {
	padding: 9px 0 5px;
}

.accordion .slide p {
	margin: 0;
}

.comment-section {
	padding-bottom: 29px;
}

.comment-section .comment-block {
	border-bottom: 2px solid #ebebeb;
	margin-bottom: 18px;
}

.comment-section .panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding-bottom: 7px;
}

.comment-section .title {
	font-size: 18px;
	display: block;
	margin-right: 30px;
}

.comment-section .date {
	color: #cfc37b;
	display: block;
	font-size: 15px;
	position: relative;
	padding-left: 22px;
	font-weight: 500;
}

.comment-section .date:before {
	content: "\e91c";
	position: absolute;
	top: 3px;
	left: 0;
	font: normal 18px/1 "icomoon";
}

.comment-section h2 {
	margin-bottom: 30px;
}

.pagination.system_pagination,
.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 600;
	font-size: 18px;
	bottom: -45px;
}

.pagination.system_pagination li::before,
.pagination li::before {
	display: none;
}

.pagination.system_pagination li,
.pagination li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 25px;
	padding: 0;
}

.pagination.system_pagination li .dots,
.pagination li .dots {
	border: none;
	padding: 0;
}

.pagination.system_pagination ul,
.pagination ul {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagination.system_pagination .active a,
.pagination .active a {
	color: #cfc37b;
	background: transparent;
}

.pagination.system_pagination a,
.pagination a {
	margin: 0 5px 0 4px;
	border: none;
	font-size: 18px;
	line-height: 1;
	padding: 0;
}

.pagination.system_pagination a,
.pagination a {
	color: inherit;
}

.pagination.system_pagination a:hover,
.pagination a:hover {
	color: #cfc37b;
}

.pagination.system_pagination svg,
.pagination svg {
	display: none;
}

#wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
}

#wrapper:after {
	content: "";
	position: fixed;
	background-color: #fff;
	background-image: url(../images/load.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	-webkit-transition: opacity .2s, visibility .2s, top 0s .2s, left 0s .2s;
	transition: opacity .2s, visibility .2s, top 0s .2s, left 0s .2s;
}

.loaded #wrapper:after {
	opacity: 0;
	visibility: hidden;
	top: -9999px;
	left: -99999px;
}

.container {
	position: relative;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}

#main {
	padding-bottom: 37px;
}

.bg-holder {
	overflow: hidden;
	position: relative;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover !important;
}

.bg-holder img {
	height: auto;
	position: absolute;
	width: auto;
}

.bg-holder.fallback-class {
	background-size: cover;
	background-position: 50% 50%;
}

.bg-holder.fallback-class img {
	display: none;
}

.visual {
	position: relative;
	margin-bottom: 50px;
	border-bottom: 1px solid #cfc37b;
	background-size: cover;
	background-position: 50% 50%;
	text-align: center;
	white-space: nowrap;
}

.visual .holder {
	white-space: normal;
}

.visual img {
	margin: 0;
}

.visual:before {
	content: "";
	min-height: 350px;
	width: 1px;
	display: inline-block;
	vertical-align: middle;
}

.visual:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 1;
}

.visual .logo {
	position: relative;
	z-index: 2;
	display: inline-block;
	vertical-align: middle;
}

.scroll .visual .logo {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.demo-version .visual .logo {
	max-width: 300px;
}

.section {
	padding: 94px 0 59px;
}

.section:last-child {
	margin-bottom: -37px;
}

.bg-section {
	position: relative;
}

.bg-section:after {
	content: "";
	position: absolute;
	top: 0;
	left: -9999px;
	right: -9999px;
	bottom: 0;
	background-color: #ebebeb;
	background-image: url(../images/bg-01.png);
	z-index: -1;
}

.head-block {
	text-align: center;
	line-height: 1.69;
	max-width: 750px;
	margin: 0 auto 48px;
}

.head-block h1 {
	margin-bottom: 37px;
}

.social-networks {
	font-size: 0;
	line-height: 0;
}

.social-networks li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 0 0;
}

.social-networks a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	color: #cfc37b;
	white-space: nowrap;
}

.social-networks a:hover {
	color: inherit;
}

.social-networks a:before {
	font-size: 14px;
	line-height: 1;
	display: block;
	text-indent: 0;
}

.social-networks .icon-twitter:before {
	font-size: 13px;
}

.img-area img {
	margin-bottom: 30px;
}

.map-holder {
	position: relative;
	height: 418px;
}

.map-holder:last-of-type {
	margin-bottom: -37px;
}

.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;
	background-size: cover;
	background-position: 50% 50%;
}

.map-holder .map-block {
	margin: 0;
}

.faq-area h2 {
	margin-bottom: 28px;
}

.search-result {
	padding-bottom: 8px;
}

.search-result:last-of-type {
	margin-bottom: 30px;
}

.not-found-holder {
	text-align: center;
}

.not-found-holder .head-block {
	max-width: none;
	margin-bottom: 65px;
}

.not-found-holder .img {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 74px;
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.email-holder {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.email-holder h2 {
	margin-bottom: 46px;
}

.icon-404 {
	fill: #cfc37b;
}

svg.icon {
	max-width: 100%;
	height: auto;
}

.icon-404 {
	margin-bottom: 67px;
}

.add-nav ul {
	padding: 0;
}

.add-nav ul li:before {
	display: none;
}

.add-nav ul li:not(:last-child) {
	border-bottom: 2px solid #ebebeb;
}

.add-nav .selected a,
.add-nav a:hover {
	color: #cfc37b;
}

.add-nav a {
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 8px;
	color: inherit;
	text-decoration: none;
}

.side-block {
	padding-bottom: 20px;
	overflow: hidden;
}

.side-block h2 {
	margin-bottom: 18px;
}

.side-block .image-block {
	text-align: center;
	padding: 20px 15px 15px;
}

.side-block .image-block h3,
.side-block .image-block .system-page .shopping-table tfoot td,
.system-page .shopping-table tfoot .side-block .image-block td,
.side-block .image-block .system-page .summary-table tfoot td,
.system-page .summary-table tfoot .side-block .image-block td {
	margin-bottom: 20px;
	line-height: 1.25;
}

.side-block .image-block h4 {
	margin-bottom: 20px;
}

.side-block .image-block a {
	color: inherit;
}

.side-block .image-block a:hover {
	color: #cfc37b;
}

.side-block img {
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	margin: 0;
}

.side-block a:hover > img {
	opacity: .85;
}

.decor {
	color: #cfc37b;
	position: relative;
	display: block;
	margin: 0 0 14px;
	font-size: 27px;
	line-height: 1;
}

.decor:before,
.decor:after {
	content: "";
	position: absolute;
	top: 50%;
	height: 1px;
	background: #cfc37b;
	width: 37%;
}

.decor:before {
	left: 50%;
	margin-left: 31px;
}

.decor:after {
	right: 50%;
	margin-right: 31px;
}

.video-holder {
	font-size: 18px;
	line-height: 1.33;
}

.video-holder .row-holder,
.video-holder .menu-list,
.video-holder .list-wrap .productSmall,
.list-wrap .video-holder .productSmall,
.video-holder .productTable,
.video-holder .product-container .productSmall,
.product-container .video-holder .productSmall,
.video-holder .productTable tr,
.productTable .video-holder tr {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.video-holder .info-block {
	padding-bottom: 16px;
	margin-bottom: 14px;
}

.video-holder .info-block:not(:last-child) {
	border-bottom: 2px solid #ebebeb;
}

.video-holder img {
	margin: 0;
}

.video-holder a {
	text-decoration: none;
}

.video-holder a {
	color: inherit;
}

.video-holder a:hover {
	color: #cfc37b;
}

.video-holder p {
	margin: 0;
}

.archives .opener-archive {
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right: 16px;
}

.archives .opener-archive:after {
	content: "\e91e";
	position: absolute;
	top: 10px;
	right: 3px;
	font-family: "icomoon";
	font-size: 8px;
	line-height: 1;
	-webkit-transition: -webkit-transform .3s linear;
	transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear;
	-webkit-transform: rotate(540deg);
	-ms-transform: rotate(540deg);
	transform: rotate(540deg);
}

.archives ul {
	padding: 0;
}

.archives .active .opener-archive:after {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.archives li:before {
	display: none;
}

.archives li.selected {
	color: #cfc37b;
}

.archives li a {
	color: inherit;
}

.archives li a:hover {
	color: #cfc37b;
}

.archives li a span {
	color: #222;
}

.archives li ul {
	padding: 9px 0 0;
}

.archives li li {
	font-size: 16px;
	margin-bottom: 5px;
	list-style: none;
}

.archives li li:last-child {
	margin-bottom: 0;
}

.blogpostcategories {
	font-size: 18px;
}

.blogpostcategories ul {
	margin: 0;
	padding: 0;
}

.blogpostcategories li {
	margin: 0 0 9px;
}

.blogpostcategories li:before {
	display: none;
}

.blogpostcategories a {
	color: inherit;
}

.blogpostcategories a:hover {
	color: #cfc37b;
}

.blogpostcategories span {
	color: #cfc37b;
}

.tag-cloud,
.BlogTagCloud {
	font-size: 0;
	line-height: 0;
	padding-bottom: 8px;
}

.tag-cloud li,
.BlogTagCloud li {
	display: inline-block;
	vertical-align: top;
}

.tag-cloud a,
.BlogTagCloud a {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 1.11;
	color: #cfc37b;
	margin: 0 11px 10px 0;
	border-radius: 2px;
	font-weight: 600;
	background: #ebebeb;
	padding: 12px 19px;
	-webkit-transition: color .2s linear, background .2s linear;
	transition: color .2s linear, background .2s linear;
}

.tag-cloud a:hover,
.BlogTagCloud a:hover {
	background: #cfc37b;
	color: #fff;
}

[id="header"] {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 29px 0 0;
	z-index: 65;
	color: #e0d9cb;
	-webkit-transition: padding .3s linear .2s;
	transition: padding .3s linear .2s;
	background-size: cover;
	background-position: 50% 0;
	z-index: 80;
}

[id="header"]:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 0;
	z-index: 1;
	-webkit-transition: height .3s ease-in-out .3s;
	transition: height .3s ease-in-out .3s;
	background: #000;
	opacity: .8;
}

.scroll [id="header"] {
	padding: 5px 0;
}

.scroll [id="header"]:before {
	height: 100%;
}

[id="header"] .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

[id="header"] .container:after {
	display: none;
}

[id="header"] a {
	color: #e0d9cb;
}

.logo {
	-webkit-transition: -webkit-transform .3s linear .2s;
	transition: -webkit-transform .3s linear .2s;
	transition: transform .3s linear .2s;
	transition: transform .3s linear .2s, -webkit-transform .3s linear .2s;
	position: relative;
	z-index: 1;
	max-width: 30%;
}

.scroll .logo {
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7);
}

.logo img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.demo-version .logo img {
	max-height: 100px;
}

.menu-bar {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	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;
	z-index: 2;
}

.menu-bar .shopping-cart {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 20px;
	padding: 0 13px 0 25px;
}

.menu-bar .shopping-cart:hover {
	color: #cfc37b;
}

.menu-bar .counter {
	position: absolute;
	top: -2px;
	right: 0;
	background: #cfc37b;
	border: 1px solid #cfc37b;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	text-align: center;
}

[id="nav"] {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: right;
}

[id="nav"] > ul {
	font-size: 0;
	line-height: 0;
	padding: 0;
}

[id="nav"] > ul > li {
	font-size: 18px;
	line-height: 20px;
	position: relative;
	padding: 11px 15px;
	margin: 0 9px 0 8px;
	display: inline-block;
	vertical-align: top;
}

[id="nav"] > ul > li.hover {
	color: #fff;
}

[id="nav"] > ul > li:nth-last-child(-n+2) .drop-down {
	left: auto;
	right: 0;
	text-align: right;
}

[id="nav"] > ul > li:nth-last-child(-n+2) .drop-down .drop-down {
	right: 100%;
	left: auto;
}

[id="nav"] > ul > li:nth-last-child(-n+2) .drop-down .has-drop-down-a:before {
	content: "\e900";
	right: auto;
	left: 0;
}

[id="nav"] > ul > li:nth-last-child(-n+2) .drop-down a {
	padding: 0 0 0 20px;
}

[id="nav"] > ul > li > a {
	padding-bottom: 10px;
}

[id="nav"] > ul > li > a:after {
	content: "";
	position: absolute;
	height: 4px;
	bottom: 0;
	left: 0;
	right: 0;
	background: #cfc37b;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear, -webkit-transform .2s linear;
}

[id="nav"] > ul li:before {
	content: "";
}

[id="nav"] > ul li.hover,
[id="nav"] > ul li.selected {
	color: #cfc37b;
}

[id="nav"] > ul li.hover > a:after,
[id="nav"] > ul li.selected > a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

[id="nav"] > ul li.hover > .drop-down {
	opacity: 1;
	visibility: visible;
}

[id="nav"] > ul li.hover > .drop-down > ul {
	-webkit-transform: rotatex(0deg);
	-ms-transform: rotatex(0deg);
	transform: rotatex(0deg);
}

[id="nav"] > ul a {
	text-decoration: none;
	color: inherit;
	position: relative;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

[id="nav"] .exclusives {
	color: #fff;
}

[id="nav"] .exclusives:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear, -webkit-transform .2s linear;
	background: #cfc37b;
}

[id="nav"] .exclusives.hover:before {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

[id="nav"] .exclusives.selected:before {
	display: none;
}

[id="nav"] .drop-down {
	font-size: 16px;
	position: absolute;
	top: 100%;
	left: 0;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility .2s linear .2s, opacity .2s linear .2s, padding .3s linear .3s;
	transition: visibility .2s linear .2s, opacity .2s linear .2s, padding .3s linear .3s;
	padding: 10px 15px;
	z-index: 1;
}

.scroll [id="nav"] .drop-down .drop-down {
	padding-top: 0;
}

[id="nav"] .drop-down .drop-down {
	left: 100%;
	top: 0;
	padding: 0 5px;
	margin-top: -10px;
}

[id="nav"] .drop-down .drop-down .drop-down {
	display: none !important;
}

[id="nav"] .drop-down .drop-down .has-drop-down-a:before {
	display: none;
}

[id="nav"] .drop-down ul {
	width: 177px;
	padding: 11px 0 1px;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transition: -webkit-transform .2s linear .2s;
	transition: -webkit-transform .2s linear .2s;
	transition: transform .2s linear .2s;
	transition: transform .2s linear .2s, -webkit-transform .2s linear .2s;
	-webkit-transform-origin: 100%  0;
	-ms-transform-origin: 100%  0;
	transform-origin: 100%  0;
	position: relative;
}

[id="nav"] .drop-down ul:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: .5;
	z-index: -1;
}

[id="nav"] .drop-down li {
	display: block;
	color: #fff;
	padding: 0 14px;
	margin-bottom: 15px;
}

[id="nav"] .drop-down li.hover,
[id="nav"] .drop-down li.selected {
	color: #cfc37b;
}

[id="nav"] .drop-down .has-drop-down-a:before {
	content: "\e901";
	font-family: "icomoon";
	font-size: 10px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
}

[id="nav"] .drop-down a {
	padding: 0;
	background: none;
	color: inherit;
	display: block;
	position: relative;
	padding-right: 20px;
}

.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: #fff;
}

.nav-opener span,
.nav-opener span:before,
.nav-opener span:after {
	display: block;
	width: 100%;
	height: 5px;
	background: #cfc37b;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.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);
}

.login-nav {
	position: relative;
	text-align: right;
	max-width: 1170px;
	margin: 0 auto -2px;
	padding: 0 15px;
	color: #fff;
	font: 600 0/0 "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
	z-index: 2;
	-webkit-transition: margin .2s linear, visibility .2s linear, opacity .2s linear;
	transition: margin .2s linear, visibility .2s linear, opacity .2s linear;
}

.scroll .login-nav {
	margin-top: -16px;
	opacity: 0;
	visibility: hidden;
}

.login-nav ul {
	margin: 0;
	padding: 0;
}

.login-nav ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 1;
	padding: 0;
	margin: 0;
}

.login-nav ul li:before {
	content: "/";
	font-family: inherit;
	position: static;
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
	color: inherit;
}

.login-nav ul li:first-child:before {
	display: none;
}

.login-nav a {
	color: inherit;
}

.login-nav a:hover {
	color: #cfc37b;
}

[id="footer"] {
	position: relative;
	background: #212121;
	color: #fff;
	padding: 70px 0 20px;
}

[id="footer"] [class^="col-"] {
	margin-bottom: 10px;
}

[id="footer"] .address {
	position: relative;
	padding-left: 50px;
	font-style: normal;
}

[id="footer"] .address:before {
	content: "\e90a";
	position: absolute;
	left: 0;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "icomoon";
	color: #cfc37b;
	font-size: 27px;
	line-height: 1;
}

[id="footer"] .address span {
	display: block;
}

[id="footer"] .social-networks li {
	margin: 0 17px 0 1px;
}

[id="footer"] .social-networks a {
	color: #cfc37b;
}

[id="footer"] .social-networks a:hover {
	color: #fff;
}

[id="footer"] .social-networks a:before {
	font-size: 25px;
	line-height: 1.7;
}

[id="footer"] .social-networks .icon-instagram:before {
	font-size: 27px;
}

.copy {
	text-align: center;
}

.visual-slider:before {
	display: none;
}

.visual-slider.visual {
	margin: 0;
}

.visual-slider .bg-holder {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: -webkit-transform 10s;
	transition: -webkit-transform 10s;
	transition: transform 10s;
	transition: transform 10s, -webkit-transform 10s;
}

.visual-slider .bg-holder:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 1;
}

.visual-slider .bg-holder img {
	display: none;
}

.visual-slider .holder {
	text-transform: uppercase;
}

.visual-slider .holder:after {
	width: 0;
	height: 768px;
}

.visual-slider .sub-h1,
.visual-slider .sub-h2,
.visual-slider .button {
	position: relative;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
}

.visual-slider .sub-h1 {
	-webkit-transition: opacity .4s .6s, -webkit-transform .4s .6s;
	transition: opacity .4s .6s, -webkit-transform .4s .6s;
	transition: transform .4s .6s, opacity .4s .6s;
	transition: transform .4s .6s, opacity .4s .6s, -webkit-transform .4s .6s;
}

.visual-slider .sub-h2 {
	margin: 0 0 3px;
	-webkit-transition: opacity .4s .2s, -webkit-transform .4s .2s;
	transition: opacity .4s .2s, -webkit-transform .4s .2s;
	transition: transform .4s .2s, opacity .4s .2s;
	transition: transform .4s .2s, opacity .4s .2s, -webkit-transform .4s .2s;
}

.visual-slider .button {
	-webkit-transition: opacity .4s 1s, -webkit-transform .4s 1s;
	transition: opacity .4s 1s, -webkit-transform .4s 1s;
	transition: transform .4s 1s, opacity .4s 1s;
	transition: transform .4s 1s, opacity .4s 1s, -webkit-transform .4s 1s;
}

.visual-slider .slide.active .sub-h1,
.visual-slider .slide.active .sub-h2,
.visual-slider .slide.active .button {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.visual-slider .slide.active .bg-holder {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.visual-slider .overlay {
	position: absolute;
	pointer-events: none;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #222;
	opacity: .2;
}

.menu-section .container {
	max-width: 1443px;
}

.menu-section .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}

.menu-section .block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	background: #fff;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
}

.menu-section .ico-holder {
	width: 114px;
	height: 114px;
	border-radius: 50%;
	background: #cfc37b;
	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;
	margin: -57px auto 0;
	position: relative;
	z-index: 1;
}

.menu-section .ico-holder img {
	display: block;
	max-width: 82px;
	max-height: 80px;
	margin: 0;
}

.menu-section .ico-holder .icon,
.menu-section .ico-holder .fa,
.menu-section .ico-holder i {
	color: #fff;
}

.menu-section .ico-holder .icon.icon-offers,
.menu-section .ico-holder .fa.icon-offers,
.menu-section .ico-holder i.icon-offers {
	font-size: 69px;
}

.menu-section .ico-holder .icon.icon-beer,
.menu-section .ico-holder .fa.icon-beer,
.menu-section .ico-holder i.icon-beer {
	font-size: 76px;
}

.menu-section .ico-holder .icon {
	font-size: 80px;
}

.menu-section .ico-holder .fa,
.menu-section .ico-holder i {
	font-size: 61px;
}

.menu-section .text-holder {
	padding: 12px 25px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.menu-section .text-holder p {
	margin-bottom: 23px;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex: 0 1 auto;
	max-width: 100%;
}

.menu-section .holder {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.menu-section .button {
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
}

.menu-section h2 {
	margin-bottom: 13px;
	line-height: 1.2;
	width: 100%;
}

.menu-section img {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.blog-wrap [class^="col-"] {
	margin-bottom: 20px;
}

.blog-wrap .info-panel {
	border-top: 1px solid #cfc37b;
	padding: 4px 0 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.blog-wrap .info-panel .date {
	float: left;
	position: relative;
	padding: 0 42px 5px 27px;
	color: #cfc37b;
}

.blog-wrap .info-panel .date:before {
	content: "\e902";
	position: absolute;
	left: 2px;
	top: 0;
	font-size: 15px;
	font-family: "icomoon";
}

.blog-wrap .block {
	margin: 0 0 15px;
}

.blog-wrap .img-block {
	float: left;
	margin: 0 16px 0 0;
}

.blog-wrap .text {
	overflow: hidden;
}

.blog-wrap .social-networks {
	padding-bottom: 5px;
}

.blog-wrap h3,
.blog-wrap .system-page .shopping-table tfoot td,
.system-page .shopping-table tfoot .blog-wrap td,
.blog-wrap .system-page .summary-table tfoot td,
.system-page .summary-table tfoot .blog-wrap td {
	line-height: 1.29;
}

.blog-wrap img {
	margin: 0 0 16px;
}

.blog-wrap h2 {
	margin-bottom: 11px;
}

.blog-wrap h2 a,
.blog-wrap h3 a,
.blog-wrap .system-page .shopping-table tfoot td a,
.system-page .shopping-table tfoot .blog-wrap td a,
.blog-wrap .system-page .summary-table tfoot td a,
.system-page .summary-table tfoot .blog-wrap td a {
	color: inherit;
}

.blog-wrap h2 a:hover,
.blog-wrap h3 a:hover,
.blog-wrap .system-page .shopping-table tfoot td a:hover,
.system-page .shopping-table tfoot .blog-wrap td a:hover,
.blog-wrap .system-page .summary-table tfoot td a:hover,
.system-page .summary-table tfoot .blog-wrap td a:hover {
	color: #cfc37b;
}

.blog-wrap p {
	margin-bottom: 23px;
}

.slider-section .container {
	max-width: 1330px;
}

.img-slider {
	position: relative;
	margin-bottom: 23px;
}

.img-slider .slide {
	display: inline-block;
}

.img-slider .slide:nth-child(odd) a:after {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.img-slider .img-holder a {
	position: relative;
	display: block;
	border: 10px solid #cfc37b;
	text-decoration: none;
}

.img-slider .img-holder a:after {
	content: "\e918";
	font-family: "icomoon";
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	background: rgba(0, 0, 0, .7);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear, -webkit-transform .2s linear;
	font-size: 53px;
	line-height: 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;
	color: #fff;
	font-weight: normal;
}

.img-slider .img-holder a:hover:after {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.img-slider img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.home-slider.visual {
	margin: 0;
}

.home-slider.visual:before {
	display: none;
}

.home-slider .text {
	padding-bottom: 65px;
}

.home-slider .slide {
	width: 100%;
}

.home-slider .slide:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
}

.home-slider h1,
.home-slider h2 {
	margin: 0 0 5px;
	text-transform: uppercase;
	overflow: hidden;
	position: relative;
}

.home-slider h1 span,
.home-slider h2 span {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.home-slider h1 span {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform  .4s ease-out .2s;
	transition: -webkit-transform  .4s ease-out .2s;
	transition: transform  .4s ease-out .2s;
	transition: transform  .4s ease-out .2s, -webkit-transform  .4s ease-out .2s;
}

.home-slider h2 span {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform  .6s ease-out  .3s;
	transition: -webkit-transform  .6s ease-out  .3s;
	transition: transform  .6s ease-out  .3s;
	transition: transform  .6s ease-out  .3s, -webkit-transform  .6s ease-out  .3s;
	font-weight: 900;
}

.home-slider .btn-holder {
	overflow: hidden;
}

.home-slider .button {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform  .8s ease-out  1s;
	transition: -webkit-transform  .8s ease-out  1s;
	transition: transform  .8s ease-out  1s;
	transition: transform  .8s ease-out  1s, -webkit-transform  .8s ease-out  1s;
	border-radius: 3px;
}

.home-slider .slide.active h1 span,
.home-slider .slide.active h2 span,
.home-slider .slide.active .button {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.home-slider .overlay {
	position: absolute;
	pointer-events: none;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #222;
	opacity: .2;
}

.info-wrap {
	padding-bottom: 30px;
}

.info-wrap .info-block {
	text-align: center;
	padding-bottom: 30px;
}

.info-wrap .img-block {
	text-align: center;
	margin-bottom: 17px;
}

.info-wrap .icon,
.info-wrap .fa,
.info-wrap i {
	font-size: 83px;
	color: #cfc37b;
}

.info-wrap h2 {
	margin-bottom: 10px;
}

.info-wrap h2 a {
	color: inherit;
}

.info-wrap h2 a:hover {
	color: #cfc37b;
}

.info-wrap img {
	margin: 0;
}

.info-wrap p {
	margin-bottom: .3em;
}

.info-container {
	text-align: center;
}

.info-container .row-holder,
.info-container .menu-list,
.info-container .list-wrap .productSmall,
.list-wrap .info-container .productSmall,
.info-container .productTable,
.info-container .product-container .productSmall,
.product-container .info-container .productSmall,
.info-container .productTable tr,
.productTable .info-container tr {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.info-container .info-block {
	margin-bottom: 10px;
}

.info-container .info-block:hover .img-block a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.info-container .img-block {
	position: relative;
	max-width: 320px;
	margin: 0 auto 16px;
}

.info-container .img-block a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, .7);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

.info-container .price {
	position: absolute;
	right: 14px;
	top: 0;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	color: #fff;
	background: #cfc37b;
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
	z-index: 1;
}

.info-container .price:after {
	content: "";
	position: absolute;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	border-radius: 50%;
	border: 3px solid #fff;
}

.info-container img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	border-radius: 50%;
	overflow: hidden;
}

.info-container h2 {
	margin: 0;
}

.info-container h2 a {
	color: inherit;
}

.info-container h2 a:hover {
	color: #cfc37b;
}

.testimonials-section {
	color: #fff;
	text-align: center;
	z-index: 0;
	min-height: 479px;
}

.testimonials-section .head-block {
	margin-bottom: 80px;
}

.testimonials-section:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	z-index: -1;
}

.testimonials-section .container {
	max-width: 1330px;
}

.testimonials-section .decor {
	margin-bottom: 10px;
}

.testimonials-section blockquote {
	padding: 0;
	position: relative;
	overflow: hidden;
	font-style: normal;
	margin: 0;
	max-width: 750px;
	margin: 0 auto;
}

.testimonials-section blockquote q {
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	display: block;
}

.testimonials-section blockquote:before,
.testimonials-section blockquote q:before {
	display: none;
}

.testimonials-section .decor:before,
.testimonials-section .decor:after {
	width: 118px;
}

.testimonials-slider {
	margin-bottom: 25px;
}

.testimonials-slider:before {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 50%;
	top: auto;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	height: 1px;
	background: #cfc37b;
	width: 360px;
}

.reservation-section {
	background-position: 50% 0;
	background-size: cover;
}

.event-home {
	border-bottom: 1px solid #eae5c6;
}

.event-home .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.event-home .img-holder {
	margin-right: 13px;
}

.event-home .description {
	max-width: 50%;
}

.event-home .description .name {
	border-bottom: 1px solid #eae5c6;
	display: block;
	margin-bottom: 15px;
}

.event-home time:before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "icomoon";
}

.event-home .date {
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	margin-right: 25px;
}

.event-home .date strong {
	font-size: 40px;
	font-weight: 800;
	display: block;
}

.event-home .time {
	display: inline-block;
	vertical-align: top;
	font-style: normal;
	position: relative;
	text-align: left;
	padding: 0 0 0 25px;
}

.event-home .time:before {
	content: "\e91c";
	font-size: 19px;
}

.event-home .address {
	display: inline-block;
	vertical-align: top;
	font-style: normal;
	position: relative;
	text-align: left;
	padding: 0 0 0 25px;
}

.event-home .address:before {
	content: "\e921";
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 1px;
	font-family: "icomoon";
}

.event-home .time,
.event-home .address {
	color: #cfc37b;
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 20px;
}

.menu-tabset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	text-align: center;
	font-size: 22px;
	padding: 56px 0 37px;
	margin: 0 -10px 50px;
}

.menu-tabset:first-child {
	margin-top: -50px;
}

.menu-tabset li {
	padding: 0 10px;
	width: 16.67%;
}

.menu-tabset li.active {
	color: #222;
}

.menu-tabset li.active i {
	color: inherit;
}

.menu-tabset li span {
	display: block;
	text-transform: uppercase;
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
}

.menu-tabset li a {
	color: inherit;
	display: inline-block;
	vertical-align: top;
}

.menu-tabset li a:hover i {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.menu-tabset i {
	font-size: 50px;
	line-height: 50px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 11px;
	color: #cfc37b;
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear, -webkit-transform .2s linear;
}

.menu-tabset .icon-fish {
	font-size: 36px;
}

.menu-wrap {
	position: relative;
}

.menu-list {
	font-size: 18px;
	line-height: 1.33;
}

.menu-list li {
	margin-bottom: 49px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}

.menu-list .holder {
	position: relative;
	padding-bottom: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.menu-list .holder:hover {
	cursor: default;
}

.menu-list .holder:hover:after {
	width: 100%;
	background: #cfc37b;
}

.menu-list .holder:hover h2,
.menu-list .holder:hover .price {
	color: #cfc37b;
}

.menu-list .holder:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	background: #ebebeb;
	width: 68px;
	-webkit-transition: width .3s linear;
	transition: width .3s linear;
}

.menu-list h2 {
	font-size: 25px;
	margin-bottom: 5px;
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	width: 100%;
}

.menu-list p {
	margin-bottom: 8px;
}

.menu-list .text {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: 100%;
}

.menu-list .price {
	display: block;
	font-size: 22px;
	line-height: 1.36;
	font-weight: 600;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.menu-holder {
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition: visibility .7s ease, -webkit-transform .7s ease;
	transition: visibility .7s ease, -webkit-transform .7s ease;
	transition: transform .7s ease, visibility .7s ease;
	transition: transform .7s ease, visibility .7s ease, -webkit-transform .7s ease;
}

.menu-holder.active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.menu-holder.tab-hidden {
	display: block !important;
	position: absolute !important;
	top: 0;
	left: 0;
	visibility: hidden !important;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.menu-listing {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.menu-listing .block {
	margin-bottom: 30px;
}

.menu-listing .block:nth-child(odd) .info {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.menu-listing .block img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.menu-listing .wrap {
	position: relative;
	overflow: hidden;
	max-width: 263px;
}

.menu-listing .wrap:hover .info {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.menu-listing .wrap:hover .info-holder:before,
.menu-listing .wrap:hover .info-holder:after {
	width: 100%;
	height: 100%;
}

.menu-listing .wrap:hover .info-holder:before {
	border-top-color: #cfc37b;
	border-right-color: #cfc37b;
	-webkit-transition: width .25s ease-out, height .25s ease-out .25s;
	transition: width .25s ease-out, height .25s ease-out .25s;
}

.menu-listing .wrap:hover .info-holder:after {
	border-bottom-color: #cfc37b;
	border-left-color: #cfc37b;
	-webkit-transition: border-color 0s ease-out .5s, width .25s ease-out .5s, height .25s ease-out .75s;
	transition: border-color 0s ease-out .5s, width .25s ease-out .5s, height .25s ease-out .75s;
}

.menu-listing .info {
	position: absolute;
	padding: 20px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	font-size: 12px;
	text-align: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform .3s linear;
	transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear;
}

.menu-listing .info-holder {
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	padding: 10px;
	width: 100%;
	position: relative;
}

.menu-listing .info-holder::before,
.menu-listing .info-holder::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	width: 0;
	height: 0;
	z-index: -1;
}

.menu-listing .info-holder:before {
	top: 0;
	left: 0;
}

.menu-listing .info-holder:after {
	bottom: 0;
	right: 0;
}

.menu-listing .title {
	font-size: 25px;
	line-height: 1.08;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-weight: 400;
}

.menu-listing p {
	text-transform: uppercase;
}

.menu-listing .price {
	color: #cfc37b;
	display: block;
	font-size: 20px;
	margin-bottom: 13px;
}

.detail-wrap .top-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 5px;
}

.detail-wrap .price {
	display: block;
	color: #cfc37b;
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
}

.detail-wrap h3,
.detail-wrap .system-page .shopping-table tfoot td,
.system-page .shopping-table tfoot .detail-wrap td,
.detail-wrap .system-page .summary-table tfoot td,
.system-page .summary-table tfoot .detail-wrap td {
	font-size: 25px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 400;
}

.detail-wrap p {
	margin-bottom: 1.4em;
}

.detail-wrap ul {
	padding-bottom: 1.2em;
}

.detail-wrap .category-panel {
	font-size: 12px;
	padding: 10px 0;
	border: 2px solid #ebebeb;
	border-width: 2px 0;
	color: #cfc37b;
	text-transform: uppercase;
}

.detail-wrap .category-panel .title {
	font-weight: 400;
	color: #222;
	text-transform: none;
}

.detail-wrap .category-panel a {
	text-transform: uppercase;
}

.reservation-list {
	margin: 0 0 50px;
}

.reservation-list .block {
	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;
	position: relative;
	width: 20%;
	text-align: center;
	padding: 24px 15px;
}

.reservation-list .block a {
	display: block;
}

.reservation-list .block:hover a:after,
.reservation-list .block.selected a:after {
	background: #cfc37b;
}

.reservation-list .block:hover .number,
.reservation-list .block.selected .number {
	color: #000;
}

.reservation-list .block a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .5;
	z-index: 1;
}

.reservation-list .block.reserved a {
	pointer-events: none;
	cursor: default;
}

.reservation-list .block.reserved a:after {
	background: #000;
	opacity: .7;
}

.reservation-list .block.reserved .lock {
	visibility: visible;
}

.reservation-list .block.reserved .number {
	color: #000;
}

.reservation-list .number {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 20px;
	color: #666;
	z-index: 2;
}

.reservation-list .lock {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #cfc37b;
	z-index: 2;
	visibility: hidden;
}

.reservation-list .lock:before {
	content: "\e91a";
	display: block;
	font-family: "icomoon";
	font-size: 27px;
	line-height: 1;
}

.reservation-list img {
	margin: 0;
}

.post {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}

.post:hover .img-block:after {
	background: rgba(0, 0, 0, .7);
}

.post:hover .img-block + .text-block .description {
	max-height: 300px;
}

.post .img-block {
	position: relative;
}

.post .img-block:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}

.post .img-block + .text-block {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	padding: 0 47px 47px;
}

.post .img-block + .text-block .description {
	max-height: 0;
}

.post .text-block {
	z-index: 1;
	font-size: 20px;
	line-height: 1.4;
}

.post .description {
	position: relative;
	overflow: hidden;
	-webkit-transition: max-height .5s;
	transition: max-height .5s;
}

.post h2 {
	margin: 0 0 21px;
}

.post h2 a {
	color: inherit;
}

.post h2 a:hover {
	color: #cfc37b;
}

.post img {
	margin: 0;
}

.post-info {
	font: 500 0/0 "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
}

.post-info li {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 1.11;
	color: #cfc37b;
	position: relative;
	padding: 0 24px 0 27px;
	margin: 0;
}

.post-info li:before {
	position: absolute;
	top: -2px;
	left: 2px;
	font-family: "icomoon";
	font-size: 20px;
	line-height: 1;
}

.post-info li .dots {
	border: none;
}

.post-info .autor:before {
	content: "\e91d";
}

.post-info .date:before {
	content: "\e922";
	font-size: 17px;
	top: 0;
}

.post-blocks {
	position: relative;
	background-repeat: repeat-y;
	font-size: 0;
	line-height: 0;
	margin-bottom: 50px;
}

.post-blocks + .loadHolder {
	padding-top: 20px;
}

.post-blocks:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .7);
}

.post-blocks .block {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 1.33;
	position: relative;
	width: 33.33%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	overflow: hidden;
	max-height: 375px;
}

.post-blocks .block:before {
	content: "";
	position: absolute;
	height: 3px;
	bottom: -2px;
	left: -9999px;
	right: -9999px;
	background: #cfc37b;
	z-index: 2;
}

.post-blocks .block:first-child:after,
.post-blocks .block:nth-last-child(-n+4):after {
	content: "";
	position: absolute;
	width: 2px;
	top: 0;
	right: -1px;
	bottom: -9999px;
	background: #cfc37b;
	z-index: 3;
}

.post-blocks .block:hover .img-block,
.post-blocks .block:hover .comment-link {
	opacity: 1;
}

.post-blocks .img-block {
	position: relative;
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.post-blocks .img-block:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .5);
}

.post-blocks .img-block img {
	margin: 0;
	width: 100%;
}

.post-blocks .text-block {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	padding: 13px 27px 50px;
	z-index: 2;
	color: #fff;
}

.post-blocks .time-info {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
	color: #cfc37b;
	text-transform: uppercase;
}

.post-blocks .time-info span {
	display: block;
	margin-bottom: 3px;
	letter-spacing: .05em;
}

.post-blocks .date {
	font-size: 58px;
	line-height: 1;
}

.post-blocks .comment-link {
	position: absolute;
	bottom: 25px;
	right: 33px;
	padding-left: 29px;
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.post-blocks .comment-link {
	color: inherit;
}

.post-blocks .comment-link:hover {
	color: #cfc37b;
}

.post-blocks .comment-link:before {
	content: "\e91f";
	position: absolute;
	left: 0;
	top: 0;
	font-family: "icomoon";
	line-height: 1;
	font-size: 21px;
}

.post-blocks h2 {
	color: #fff;
	position: relative;
	min-height: 67px;
	margin: 0;
	font-weight: 600;
	letter-spacing: .01em;
}

.post-blocks h2 a {
	color: inherit;
}

.post-blocks h2 a:hover {
	color: #cfc37b;
}

.post-detail {
	margin-bottom: 35px;
}

.post-detail h2 {
	margin-bottom: 22px;
}

.post-detail .post-info {
	margin-bottom: 10px;
}

.post-detail .info-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 5px 0;
}

.post-detail .info-bar .title {
	font-size: 15px;
}

.post-detail .social-networks li:last-child {
	margin: 0;
}

.post-detail .social-networks a:before {
	font-size: 20px;
	padding: 0 2px;
}

.post-detail p {
	margin-bottom: 1.3em;
}

.post-slider:hover .btn-prev,
.post-slider:hover .btn-next {
	opacity: 1;
}

.post-slider .mask {
	padding: 0;
}

.post-slider .btn-prev,
.post-slider .btn-next {
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.post-slider .btn-next:before {
	padding-left: 15px;
}

.post-slider .btn-next:after {
	right: auto;
	left: 0;
}

.post-slider .btn-prev:before {
	padding-right: 15px;
}

.post-slider .btn-prev:after {
	left: auto;
	right: 0;
}

.post-slider a:hover img {
	opacity: .85;
}

.post-slider img {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 15px;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.post-slider h2 {
	margin-bottom: 28px;
}

.post-slider h2 a {
	color: inherit;
}

.post-slider h2 a:hover {
	color: #cfc37b;
}

.event-list {
	display: block;
	overflow: hidden;
}

.event-list .info-block {
	float: left;
	margin-bottom: 30px;
}

.event-list .img-block {
	position: relative;
	color: #cfc37b;
	margin-bottom: 29px;
}

.event-list .img-block:hover .info {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.event-list .img-block a {
	position: relative;
	display: block;
	color: #cfc37b;
}

.event-list .img-block img {
	margin: 0;
	display: inline-block;
	vertical-align: top;
}

.event-list img + .info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	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;
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear, -webkit-transform .2s linear;
	text-align: center;
}

.event-list img + .info:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .5);
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear, -webkit-transform .2s linear;
}

.event-list img + .info span {
	display: block;
}

.event-list ul {
	padding: 0;
}

.event-list ul li {
	margin-bottom: 11px;
}

.event-list .info {
	font-size: 20px;
	line-height: 1.3;
}

.event-list time {
	display: inline-block;
	vertical-align: top;
	padding-left: 30px;
}

.event-list time:before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "icomoon";
}

.event-list .date {
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: left;
}

.event-list .date:before {
	content: "\e922";
	padding: 1px 5px 0 6px;
	font-size: 16px;
}

.event-list .time {
	display: block;
	position: relative;
}

.event-list .time:before {
	content: "\e91c";
	padding: 0 5px 0 6px;
	font-size: 21px;
}

.event-list .address {
	display: inline-block;
	vertical-align: top;
	font-style: normal;
	position: relative;
	text-align: left;
	padding: 0 0 0 25px;
}

.event-list .address:before {
	content: "\e921";
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 1px;
	font-family: "icomoon";
}

.event-list h2 {
	text-align: center;
	margin: 0;
}

.event-list h2 a {
	color: inherit;
}

.event-list h2 a:hover {
	color: #cfc37b;
}

.events-detail {
	padding: 0 0 22px;
}

.events-detail .info-list {
	font-size: 0;
	line-height: 0;
	margin-bottom: 11px;
}

.events-detail .info-list li {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 18px;
	color: #cfc37b;
	position: relative;
	margin: 0 9px 0 0;
	padding: 0 11px 5px 0;
}

.events-detail .info-list li:not(:last-child):after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 13px;
	background: #ebebeb;
}

.events-detail .info-list i {
	display: inline-block;
	vertical-align: top;
	padding: 0 3px 0 1px;
	font-size: 19px;
	line-height: 18px;
}

.events-detail .info-list .icon-calendar {
	font-size: 18px;
}

.events-detail p {
	margin-bottom: 1.35em;
}

.address-block {
	position: absolute;
	bottom: 30px;
	right: 0;
	background: #cfc37b;
	font-size: 18px;
	line-height: 1.44;
	padding-left: 50px;
	color: #fff;
	padding: 16px 20px 16px 60px;
	width: 256px;
	border-radius: 3px;
	box-shadow: 1px 1px 7px rgba(0, 0, 0, .35);
}

.address-block address {
	font-style: normal;
}

.address-block .icon {
	position: absolute;
	top: 50%;
	left: 21px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 23px;
}

.address-block span {
	display: block;
}

.gallery-wrap {
	margin: 0 0 30px;
}

.horizontal-gallery .frame {
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px;
}

.horizontal-gallery .frame .slidee {
	width: 9999px;
}

.horizontal-gallery .frame .slidee li {
	float: left;
	padding-right: 30px;
}

.horizontal-gallery .frame .slidee li:last-child {
	padding-right: 0;
}

.horizontal-gallery .scrollbar {
	height: 8px;
	width: 100%;
	background: #ebebeb;
}

.horizontal-gallery .handle {
	width: 25%;
	background: #cfc37b;
	height: 100%;
	cursor: pointer;
}

.horizontal-gallery img {
	margin: 0;
	display: inline-block;
	vertical-align: top;
}

.horizontal-gallery a {
	position: relative;
	display: block;
}

.horizontal-gallery a:hover:before,
.horizontal-gallery a:hover:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.horizontal-gallery a:hover:before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.horizontal-gallery a:hover:after {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.horizontal-gallery a:before,
.horizontal-gallery a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	background: rgba(0, 0, 0, .35);
}

.horizontal-gallery a:before {
	-webkit-transition: all .2s linear .3s;
	transition: all .2s linear .3s;
}

.horizontal-gallery a:after {
	-webkit-transition: all .2s linear .6s;
	transition: all .2s linear .6s;
}

.carousel-gallery .mask {
	width: 100%;
	overflow: hidden;
	margin-bottom: 2px;
}

.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 {
	position: relative;
	display: block;
}

.carousel-gallery li > a:hover:before,
.carousel-gallery li > a:hover:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.carousel-gallery li > a:hover:before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.carousel-gallery li > a:hover:after {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.carousel-gallery li > a:before,
.carousel-gallery li > a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	background: rgba(0, 0, 0, .35);
}

.carousel-gallery li > a:before {
	-webkit-transition: all .2s linear .3s;
	transition: all .2s linear .3s;
}

.carousel-gallery li > a:after {
	-webkit-transition: all .2s linear .6s;
	transition: all .2s linear .6s;
}

.carousel-gallery li > a:hover .icon-plus {
	-webkit-transform: rotate(0) scale(1);
	-ms-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}

.carousel-gallery .icon-plus {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	z-index: 1;
	font-size: 19px;
	line-height: 1;
	width: 19px;
	height: 19px;
	margin-top: -9px;
	margin-left: -9px;
	-webkit-transform: rotate(360deg) scale(0);
	-ms-transform: rotate(360deg) scale(0);
	transform: rotate(360deg) scale(0);
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear, -webkit-transform .2s linear;
}

.carousel-gallery .btn-prev,
.carousel-gallery .btn-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
	line-height: 1;
	color: #fff;
	font-family: "icomoon";
	z-index: 1;
	font-weight: bold;
}

.carousel-gallery .btn-prev {
	left: 25px;
}

.carousel-gallery .btn-prev:before {
	content: "\e900";
}

.carousel-gallery .btn-next {
	right: 25px;
}

.carousel-gallery .btn-next:before {
	content: "\e901";
}

.carousel-gallery img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.masonry-gallery {
	margin: 0 -15px;
}

.masonry-gallery ul {
	padding: 0;
	overflow: hidden;
}

.masonry-gallery a {
	position: relative;
	display: block;
}

.masonry-gallery a:hover:before,
.masonry-gallery a:hover:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.masonry-gallery a:hover:before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.masonry-gallery a:hover:after {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.masonry-gallery a:before,
.masonry-gallery a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	background: rgba(0, 0, 0, .35);
}

.masonry-gallery a:before {
	-webkit-transition: all .2s linear .3s;
	transition: all .2s linear .3s;
}

.masonry-gallery a:after {
	-webkit-transition: all .2s linear .6s;
	transition: all .2s linear .6s;
}

.masonry-gallery .img-block {
	width: 33.33%;
	float: left;
	padding: 0 15px 30px;
	margin: 0;
}

.masonry-gallery .img-block img {
	margin: 0;
}

.masonry-gallery .img-block:before {
	display: none;
}

.full-width-gallery .bx-wrapper {
	max-width: 100% !important;
}

.full-width-gallery ul {
	list-style: none;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

.full-width-gallery li {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
	width: 14.28%;
}

.full-width-gallery li:before {
	display: none;
}

.full-width-gallery li img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.full-width-gallery a {
	position: relative;
	display: block;
}

.full-width-gallery a:hover:before,
.full-width-gallery a:hover:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.full-width-gallery a:hover:before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.full-width-gallery a:hover:after {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.full-width-gallery a:before,
.full-width-gallery a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	background: rgba(0, 0, 0, .35);
}

.full-width-gallery a:before {
	-webkit-transition: all .2s linear .3s;
	transition: all .2s linear .3s;
}

.full-width-gallery a:after {
	-webkit-transition: all .2s linear .6s;
	transition: all .2s linear .6s;
}

.webapp-wrap {
	text-align: center;
}

.webapp-wrap .info-block {
	margin-bottom: 42px;
}

.webapp-wrap .img-block {
	text-align: center;
	margin: 0 0 20px;
}

.webapp-wrap .img-block:hover {
	-webkit-animation-name: webAppAnimate;
	animation-name: webAppAnimate;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.webapp-wrap .img-block a {
	border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}

.webapp-wrap .img-block img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.webapp-wrap .h3,
.webapp-wrap .accordion .opener,
.accordion .webapp-wrap .opener,
.webapp-wrap .list-wrap .productSmall .title,
.list-wrap .productSmall .webapp-wrap .title,
.webapp-wrap .productTable .title,
.productTable .webapp-wrap .title,
.webapp-wrap .product-container .productSmall .title,
.product-container .productSmall .webapp-wrap .title {
	text-transform: none;
	margin-bottom: 0;
}

.webapp-wrap .h3 a,
.webapp-wrap .accordion .opener a,
.accordion .webapp-wrap .opener a,
.webapp-wrap .list-wrap .productSmall .title a,
.list-wrap .productSmall .webapp-wrap .title a,
.webapp-wrap .productTable .title a,
.productTable .webapp-wrap .title a,
.webapp-wrap .product-container .productSmall .title a,
.product-container .productSmall .webapp-wrap .title a {
	color: inherit;
}

.webapp-wrap .h3 a:hover,
.webapp-wrap .accordion .opener a:hover,
.accordion .webapp-wrap .opener a:hover,
.webapp-wrap .list-wrap .productSmall .title a:hover,
.list-wrap .productSmall .webapp-wrap .title a:hover,
.webapp-wrap .productTable .title a:hover,
.productTable .webapp-wrap .title a:hover,
.webapp-wrap .product-container .productSmall .title a:hover,
.product-container .productSmall .webapp-wrap .title a:hover {
	color: #cfc37b;
}

.webapp-wrap .position {
	font-size: 14px;
	text-transform: uppercase;
	color: #cfc37b;
}

.webapp-section .content-holder {
	padding-bottom: 49px;
}

.webapp-section .person-info {
	text-align: center;
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
}

.webapp-section .info-list {
	font-size: 18px;
	margin: 0 0 22px;
	color: #cfc37b;
}

.webapp-section .info-list .name {
	text-transform: uppercase;
}

.webapp-section .info-list li {
	margin-bottom: 3px;
}

.webapp-section .info-list a {
	color: inherit;
}

.webapp-section .info-list a:hover {
	color: #222;
}

.webapp-section .info-list span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 25px;
}

.webapp-section .info-list .icon {
	position: absolute;
	left: 6px;
	top: 4px;
	line-height: 1;
}

.webapp-section .info-list .icon-phone {
	left: 4px;
	top: 8px;
	font-size: 16px;
}

.webapp-section .info-list .icon-envelope {
	top: 6px;
	left: 3px;
	font-size: 15px;
}

.webapp-section .social-networks li {
	margin-right: 12px;
}

.webapp-section .social-networks a:before {
	font-size: 20px;
}

.webapp-section h2 {
	margin-bottom: 10px;
}

.webapp-section p {
	margin-bottom: 1.8em;
}

.webapp-section img {
	margin-bottom: 15px;
}

.webapp-paging {
	overflow: hidden;
}

.webapp-paging .icon {
	font-size: 47px;
	line-height: .7;
}

.webapp-paging .title {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 600;
	display: block;
}

.webapp-paging .position {
	display: block;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #222;
}

.webapp-paging .next,
.webapp-paging .prev {
	max-width: 50%;
	position: relative;
}

.webapp-paging .next .icon,
.webapp-paging .prev .icon {
	position: absolute;
	top: 0;
}

.webapp-paging .prev {
	float: left;
	padding-left: 40px;
}

.webapp-paging .prev .icon {
	left: 0;
}

.webapp-paging .next {
	float: right;
	text-align: right;
	padding-right: 40px;
}

.webapp-paging .next .icon {
	right: 0;
}

.webapp-paging .text {
	overflow: hidden;
	padding: 0 1px;
}

.webapp-paging a {
	color: #cfc37b;
}

.webapp-paging a:hover {
	color: inherit;
}

.item-block {
	margin-bottom: 30px;
}

.item-block .holder {
	position: relative;
	display: block;
	overflow: hidden;
	color: #222;
}

.item-block .holder:hover .title-block {
	opacity: 0;
}

.item-block .holder:hover .hover-text {
	opacity: 1;
}

.item-block .holder:hover .hover-text .category,
.item-block .holder:hover .hover-text .price {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.item-block .img-block img {
	margin: 0;
}

.item-block .title-block {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, .9);
	padding: 14px 10px;
	font-size: 16px;
	text-align: center;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.item-block .title-block span {
	display: block;
	color: #cfc37b;
	font-weight: 600;
}

.item-block .h3,
.item-block .accordion .opener,
.accordion .item-block .opener,
.item-block .list-wrap .productSmall .title,
.list-wrap .productSmall .item-block .title,
.item-block .productTable .title,
.productTable .item-block .title,
.item-block .product-container .productSmall .title,
.product-container .productSmall .item-block .title {
	margin-bottom: 3px;
}

.item-block .hover-text {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(255, 255, 255, .9);
	text-align: center;
	padding: 20px;
	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;
	opacity: 0;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.item-block .hover-text span {
	-webkit-transition: -webkit-transform .2s .3s;
	transition: -webkit-transform .2s .3s;
	transition: transform .2s .3s;
	transition: transform .2s .3s, -webkit-transform .2s .3s;
	position: relative;
	display: block;
	color: #cfc37b;
	font-weight: 600;
}

.item-block .hover-text .category {
	-webkit-transform: translateX(-150%);
	-ms-transform: translateX(-150%);
	transform: translateX(-150%);
	margin-bottom: 7px;
}

.item-block .hover-text .price {
	-webkit-transform: translateX(150%);
	-ms-transform: translateX(150%);
	transform: translateX(150%);
	font-size: 20px;
}

.item-block .hover-text p {
	margin-bottom: 10px;
}

.item-detail {
	width: 740px;
	padding: 55px 55px 40px;
}

.item-detail .head-panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #cfc37b;
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 1.2;
}

.item-detail .head-panel .h3,
.item-detail .head-panel .accordion .opener,
.accordion .item-detail .head-panel .opener,
.item-detail .head-panel .list-wrap .productSmall .title,
.list-wrap .productSmall .item-detail .head-panel .title,
.item-detail .head-panel .productTable .title,
.productTable .item-detail .head-panel .title,
.item-detail .head-panel .product-container .productSmall .title,
.product-container .productSmall .item-detail .head-panel .title {
	line-height: 1.2;
	margin: 0;
}

.item-detail .price {
	display: block;
}

.item-detail img {
	margin-bottom: 30px;
}

.item-detail p {
	margin-bottom: 1.6em;
}

.item-detail ul,
.item-detail ul:not([class]) {
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 18px;
	padding-bottom: 0;
}

.item-detail ul li,
.item-detail ul:not([class]) li {
	margin-bottom: 13px;
}

.filter-section {
	padding-bottom: 36px;
}

.filter-section h2 {
	margin-bottom: 27px;
}

.filter-section .filter-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.filter-section input[type="text"],
.filter-section input[type="search"],
.filter-section select,
.filter-section .jcf-select {
	width: 100%;
	margin: 0;
}

.filter-section input[type="submit"],
.filter-section button {
	margin-left: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 10px;
	min-width: 128px;
}

.productSmall .label,
.productLarge .label,
.productTable .label {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	padding: 0 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	pointer-events: none;
}

.productSmall .new .label,
.productLarge .new .label,
.productTable .new .label {
	background: #f69914;
}

.productSmall .hit .label,
.productLarge .hit .label,
.productTable .hit .label {
	background: #479e49;
}

.productSmall .sale .label,
.productLarge .sale .label,
.productTable .sale .label {
	background: #c5592a;
}

.list-wrap .productSmall li,
.list-wrap .productSmall td,
.productTable li,
.productTable td {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px;
	border-radius: 3px;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
}

.list-wrap .productSmall li:hover,
.list-wrap .productSmall td:hover,
.productTable li:hover,
.productTable td:hover {
	background: #fff;
	box-shadow: 1px 3px 7px rgba(0, 0, 0, .08);
}

.list-wrap .productSmall li:hover .button,
.list-wrap .productSmall td:hover .button,
.productTable li:hover .button,
.productTable td:hover .button {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.list-wrap .productSmall li:hover .price,
.list-wrap .productSmall td:hover .price,
.productTable li:hover .price,
.productTable td:hover .price {
	opacity: 0;
}

.list-wrap .productSmall .holder,
.productTable .holder {
	position: relative;
	padding: 24px 0 30px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	width: 100%;
}

.list-wrap .productSmall .holder.sale .old,
.productTable .holder.sale .old {
	visibility: visible;
}

.list-wrap .productSmall .img-block,
.productTable .img-block {
	position: relative;
	width: 210px;
	height: 210px;
	margin: 0 auto 22px;
}

.list-wrap .productSmall .img-block > a,
.productTable .img-block > a {
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #cfc37b;
	display: block;
	width: 100%;
	height: 100%;
}

.list-wrap .productSmall .img-block img,
.productTable .img-block img {
	border-radius: 50%;
	margin: 0;
}

.list-wrap .productSmall .info,
.productTable .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: 100%;
	overflow: hidden;
}

.list-wrap .productSmall .title,
.productTable .title {
	text-align: center;
	margin-bottom: 8px;
	max-width: 100%;
	overflow: hidden;
}

.list-wrap .productSmall .title a,
.productTable .title a {
	color: inherit;
}

.list-wrap .productSmall .title a:hover,
.productTable .title a:hover {
	color: #cfc37b;
}

.list-wrap .productSmall .label,
.productTable .label {
	position: absolute;
	top: 0;
	right: 0;
}

.list-wrap .productSmall .price,
.productTable .price {
	font-size: 27px;
	line-height: 1.1;
	color: #cfc37b;
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: center;
	font-weight: 600;
	text-align: center;
	width: 100%;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

.list-wrap .productSmall .price span,
.productTable .price span {
	display: block;
}

.list-wrap .productSmall .price .old,
.productTable .price .old {
	text-decoration: line-through;
	color: #999;
	font-weight: 400;
	font-size: 22px;
	visibility: hidden;
	margin-bottom: 8px;
}

.list-wrap .productSmall .button,
.productTable .button {
	position: absolute;
	bottom: 25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 0;
	visibility: hidden;
	z-index: -2;
	-webkit-transition: opacity .3s ease-in, visibility .3s, background .25s, color .25s;
	transition: opacity .3s ease-in, visibility .3s, background .25s, color .25s;
	-webkit-animation: none;
	animation: none;
}

.product-container .productSmall {
	margin-bottom: 35px;
}

.product-container .productSmall li {
	margin: 0 0 30px;
}

.product-container .productSmall .holder {
	position: relative;
	color: #fff;
}

.product-container .productSmall .img-block {
	position: relative;
}

.product-container .productSmall .img-block a {
	display: block;
	position: relative;
}

.product-container .productSmall .img-block a:hover,
.product-container .productSmall .img-block a:active {
	color: inherit;
}

.product-container .productSmall .img-block a:hover:before,
.product-container .productSmall .img-block a:active:before {
	opacity: 1;
}

.product-container .productSmall .img-block a:before,
.product-container .productSmall .img-block a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.product-container .productSmall .img-block a:before {
	background: -webkit-linear-gradient(top, rgba(207, 195, 123, .8) 0%, rgba(41, 39, 25, .8) 100%);
	background: linear-gradient(to bottom, rgba(207, 195, 123, .8) 0%, rgba(41, 39, 25, .8) 100%);
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.product-container .productSmall .img-block a:after {
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
}

.product-container .productSmall .img-block img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	width: 100%;
}

.product-container .productSmall .info {
	padding: 50px 20px 20px;
	z-index: 1;
	position: relative;
}

.product-container .productSmall .img-block + .info {
	padding: 0;
	position: static;
	pointer-events: none;
}

.product-container .productSmall .img-block + .info .title {
	position: absolute;
	bottom: 33px;
	left: 37px;
	width: 50%;
	color: inherit;
	margin: 0;
}

.product-container .productSmall .img-block + .info .title a {
	color: inherit;
}

.product-container .productSmall .img-block + .info .title a:hover {
	color: #cfc37b;
}

.product-container .productSmall .img-block + .info .price {
	position: absolute;
	right: 34px;
	bottom: -11px;
	border-radius: 50%;
	width: 130px;
	height: 130px;
	background: #cfc37b;
	border: 1px solid #cfc37b;
	color: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.product-container .productSmall .label {
	top: 10px;
	right: 10px;
}

.product-container .productSmall .title {
	color: #222;
}

.product-container .productSmall .price {
	font-size: 27px;
	overflow: hidden;
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
	color: #222;
}

.product-container .productSmall .price span {
	display: block;
	width: 100%;
}

.product-container .productSmall .price .old {
	text-decoration: line-through;
	color: #999;
	font-weight: 400;
	font-size: 16px;
}

.product-container .productSmall .button {
	display: none;
}

.list-wrap {
	position: relative;
	padding: 70px 0;
}

.list-wrap:last-child {
	margin-bottom: -37px;
}

.list-wrap:after {
	content: "";
	position: absolute;
	left: -9999px;
	right: -9999px;
	top: 0;
	bottom: 0;
	background-color: #ebebeb;
	background-image: url(../images/bg-02.png);
	z-index: -1;
}

.productLarge {
	margin-bottom: 33px;
}

.productLarge > li {
	margin: 0;
}

.product-detail .label {
	top: 10px;
	right: 10px;
	z-index: 55;
}

.product-detail .h3,
.product-detail .accordion .opener,
.accordion .product-detail .opener,
.product-detail .list-wrap .productSmall .title,
.list-wrap .productSmall .product-detail .title,
.product-detail .productTable .title,
.productTable .product-detail .title,
.product-detail .product-container .productSmall .title,
.product-container .productSmall .product-detail .title {
	margin-bottom: 21px;
}

.product-detail .price {
	font-size: 27px;
	line-height: 30px;
	color: #cfc37b;
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
	margin-bottom: 21px;
}

.product-detail .price span {
	display: inline-block;
	vertical-align: middle;
}

.product-detail .price .old {
	text-decoration: line-through;
	color: #999;
	font-weight: 400;
	margin-right: 28px;
	font-size: 22px;
	line-height: 30px;
}

.product-gallery {
	margin: 0 0 20px;
	text-align: center;
	position: relative;
}

.product-gallery .thumbnails {
	overflow: hidden;
	padding: 0 22px;
	position: relative;
}

.product-gallery .thumbnails .bx-wrapper {
	margin: 0 auto;
}

.product-gallery .slide img {
	margin: 0;
	display: inline-block;
	vertical-align: top;
}

.product-gallery .img-holder {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}

.product-gallery .btn-next,
.product-gallery .btn-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: 600;
	font-size: 18px;
}

.product-gallery .btn-next:before,
.product-gallery .btn-prev:before {
	font-family: "icomoon" !important;
	color: #cfc37b;
}

.product-gallery .btn-prev {
	left: 0;
}

.product-gallery .btn-prev:before {
	content: "\e900";
}

.product-gallery .btn-next {
	right: 0;
}

.product-gallery .btn-next:before {
	content: "\e901";
}

.product-option-form fieldset {
	margin-bottom: 11px;
}

.product-option-form .input-row {
	margin: 0 -15px;
	overflow: hidden;
}

.product-option-form .input-row .col,
.product-option-form .input-row .catProductAttributeGroup {
	padding: 0 15px;
	width: 50%;
	float: left;
}

.product-option-form .input-row .col.number,
.product-option-form .input-row .catProductAttributeGroup.number {
	max-width: 98px;
	text-align: center;
}

.product-option-form .number input[type="text"] {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

.product-option-form .input-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
}

.product-option-form .jcf-radio,
.product-option-form .jcf-checkbox {
	margin-right: 16px;
}

.product-option-form .jcf-select {
	width: 262px;
}

.product-option-form .productAttributes {
	overflow: hidden;
	width: 100%;
}

.product-option-form .catProdAttributeTitle {
	padding-bottom: 5px;
}

.product-option-form .catProdAttributeItem {
	margin-bottom: 10px;
}

.productTable {
	display: block;
	margin: 0;
}

.productTable tbody {
	display: block;
}

.productTable tr {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.productTable tr td .holder {
	padding-top: 7px;
}

.productTable tr td:hover {
	background: #ebebeb;
}

.productTable tr td .price .old {
	margin-bottom: 0;
}

.steps-holder {
	position: relative;
	padding: 10px 0 50px;
	margin-bottom: 40px;
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
}

.steps-holder:after {
	content: "";
	background: #ebebeb;
	position: absolute;
	top: -9999px;
	left: -9999px;
	right: -9999px;
	bottom: 0;
	z-index: -1;
}

.steps {
	font-size: 0;
	line-height: 0;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.steps li {
	font-size: 24px;
	line-height: 1;
	width: 33.33%;
	-ms-flex-preferred-size: 33.33%;
	flex-basis: 33.33%;
	padding: 0 10px;
}

.steps li.active .text {
	color: #cfc37b;
}

.steps .icon-holder {
	position: relative;
	margin-bottom: 20px;
}

.steps .icon {
	font-size: 67px;
	line-height: 1;
	color: #cfc37b;
	display: inline-block;
	vertical-align: top;
	font-weight: normal;
}

.steps .text {
	display: block;
	font-weight: 700;
	color: #222;
}

.active .steps .text {
	color: #cfc37b;
}

.steps .decor-line {
	position: absolute;
	height: 1px;
	background: #cfc37b;
	width: 60.1%;
	left: 100%;
	-webkit-transform: translateX(-43%);
	-ms-transform: translateX(-43%);
	transform: translateX(-43%);
	top: 50%;
}

.steps .decor-line + .decor-line {
	left: auto;
	right: 100%;
	-webkit-transform: translateX(43%);
	-ms-transform: translateX(43%);
	transform: translateX(43%);
}

.steps .decor-line:before,
.steps .decor-line:after {
	content: "";
	position: absolute;
	height: 5px;
	width: 5px;
	background: #cfc37b;
	border-radius: 50%;
	top: -2px;
}

.steps .decor-line:before {
	left: 0;
}

.steps .decor-line:after {
	right: 0;
}

.shopping-table {
	width: 100%;
	font-size: 18px;
	margin: 0 0 43px;
	border: 2px solid #ebebeb;
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
}

.shopping-table th {
	font-size: 20px;
	padding: 13px 20px;
	border-bottom: 2px solid #ebebeb;
}

.shopping-table th:first-child {
	text-align: left;
}

.shopping-table td {
	padding: 18px 20px 22px;
	vertical-align: middle;
	text-align: center;
}

.shopping-table td:first-child {
	border: none;
	width: 46.9%;
	text-align: left;
}

.shopping-table input[type="text"],
.shopping-table input[type="number"] {
	width: 81px;
	border: none;
	padding: 5px 10px;
	background: #ebebeb;
	margin: 0;
	line-height: 1;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.shopping-table input[type="text"]::-webkit-input-placeholder,
.shopping-table input[type="number"]::-webkit-input-placeholder {
	color: inherit;
}

.shopping-table input[type="text"]::-moz-placeholder,
.shopping-table input[type="number"]::-moz-placeholder {
	opacity: 1;
	color: inherit;
}

.shopping-table input[type="text"]:-moz-placeholder,
.shopping-table input[type="number"]:-moz-placeholder {
	color: inherit;
}

.shopping-table input[type="text"]:-ms-input-placeholder,
.shopping-table input[type="number"]:-ms-input-placeholder {
	color: inherit;
}

.shopping-table input[type="text"].placeholder,
.shopping-table input[type="number"].placeholder {
	color: inherit;
}

.shopping-table .product-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
}

.shopping-table .image-block {
	margin: 3px 15px 0 0;
}

.shopping-table .image-block img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.shopping-table .text {
	font-size: 16px;
	max-width: 50%;
	font-weight: 700;
}

.shopping-table .link-remove {
	font-size: 38px;
	color: #cfc37b;
}

.shopping-table .link-remove:hover {
	color: #222;
}

.shopping-table a {
	color: inherit;
}

.shopping-table a:hover {
	color: #cfc37b;
}

.shopping-hold h2 {
	font-weight: 700;
	margin: 0 0 22px;
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
}

.shipping-form label,
.shipping-form #shippingCountrySpan,
.shipping-form #shippingSpan,
.shipping-form #shippingStateSpan {
	display: block;
	margin: 0 0 9px;
}

.shipping-form .jcf-select {
	margin: 0 0 25px;
	text-transform: uppercase;
}

.summary-table {
	width: 100%;
	font-size: 18px;
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
	vertical-align: middle;
	margin: 0 0 11px;
}

.summary-table td {
	padding: 0 0 17px;
	text-align: left;
}

.summary-table td:last-child {
	text-align: right;
}

.summary-table tfoot td {
	font-size: 24px;
	font-weight: 700;
}

.summary-table .form-hold .button {
	width: 120px;
}

.summary-table .form-code-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: -11px;
}

.summary-table .form-code-area input[type=text],
.summary-table .form-code-area input#DiscountCode,
.summary-table .form-code-area input#GiftVoucher {
	width: 140px;
	height: 44px;
	margin: 0 20px 0 0;
}

.checkout-form .wrap {
	padding-bottom: 15px;
}

.checkout-form h2 {
	margin-bottom: 30px;
}

.checkout-form .jcf-select {
	margin-bottom: 30px;
}

.checkout-form .btn-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.checkout-form .btn-row .button + .button {
	margin-left: 30px;
}

.checkout-form .note-block {
	text-align: center;
	padding: 0 0 29px;
	font-size: 18px;
	line-height: 1.5;
}

.checkout-form .note-block p {
	margin: 0 0 10px;
}

.checkout-form label {
	display: block;
	margin: 0 0 9px;
}

.checkout-form textarea {
	height: 88px;
	min-height: 88px;
}

.checkout-form .check-list {
	margin: 0 0 20px;
}

.checkout-form .check-list label {
	display: inline-block;
	margin: 0;
}

.checkout-form .radio-list {
	margin: 0 0 30px;
}

.checkout-form .radio-list li {
	display: inline-block;
	margin: 0 30px 0 0;
}

.checkout-form .radio-list label {
	display: inline-block;
	margin: 0;
}

.checkout-form .img-wrap img {
	margin: 0 0 20px;
}

.checkout-form .summary-table {
	width: 100%;
	margin-bottom: 20px;
}

.checkout-form .summary-table tfoot td {
	padding-bottom: 0;
}

.checkout-form .shopping-table td {
	padding: 21px;
	text-align: center;
}

.checkout-form .shopping-table td:first-child {
	padding-right: 10px;
}

.checkout-form .shopping-table .product-holder {
	line-height: 1.25;
}

.checkout-form .shopping-table .image-block {
	margin: 0;
	max-width: 50%;
	display: inline-block;
	vertical-align: middle;
}

.checkout-form .shopping-table .text {
	width: 50%;
	padding-left: 16px;
	display: inline-block;
	vertical-align: top;
}

.system-page .shopping-table {
	background: none;
	margin: 0 0 28px;
}

.system-page .shopping-table th {
	padding: 0 0 28px;
	border: none;
	text-align: center;
	background: none;
}

.system-page .shopping-table th:first-child {
	text-align: left;
}

.system-page .shopping-table th:last-child {
	text-align: right;
}

.system-page .shopping-table td {
	padding: 0 0 28px;
	text-align: center;
	background: none;
}

.system-page .shopping-table td:last-child {
	text-align: right;
}

.card-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -8px 30px;
}

.card-list li {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	padding: 0 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 64px;
	margin: 0;
}

.card-list .holder {
	background: #ebebeb;
	text-align: center;
	padding: 10px;
	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;
	width: 100%;
	border-radius: 3px;
}

.card-list img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.system-page .holder {
	max-width: 751px;
	margin: 0 auto;
}

.system-page .holder .h3,
.system-page .holder .accordion .opener,
.accordion .system-page .holder .opener,
.system-page .holder .list-wrap .productSmall .title,
.list-wrap .productSmall .system-page .holder .title,
.system-page .holder .productTable .title,
.productTable .system-page .holder .title,
.system-page .holder .product-container .productSmall .title,
.product-container .productSmall .system-page .holder .title {
	margin-bottom: 24px;
}

.system-page .shopping-table,
.system-page .summary-table {
	background: none;
	margin: 0 0 18px;
}

.system-page .shopping-table th,
.system-page .shopping-table td,
.system-page .summary-table th,
.system-page .summary-table td {
	padding: 0 0 17px;
	border: none;
	text-align: center;
	background: none;
	font-weight: 400;
}

.system-page .shopping-table th:first-child,
.system-page .shopping-table td:first-child,
.system-page .summary-table th:first-child,
.system-page .summary-table td:first-child {
	text-align: left;
}

.system-page .shopping-table th:last-child,
.system-page .shopping-table td:last-child,
.system-page .summary-table th:last-child,
.system-page .summary-table td:last-child {
	text-align: right;
}

.system-page .shopping-table th a,
.system-page .shopping-table td a,
.system-page .summary-table th a,
.system-page .summary-table td a {
	color: inherit;
}

.system-page .shopping-table th a:hover,
.system-page .shopping-table td a:hover,
.system-page .summary-table th a:hover,
.system-page .summary-table td a:hover {
	color: #cfc37b;
}

.system-page .shopping-table td,
.system-page .summary-table td {
	padding: 0 0 17px;
	text-align: center;
	background: none;
}

.system-page .shopping-table td:last-child,
.system-page .summary-table td:last-child {
	text-align: right;
}

.system-page h1 {
	margin-bottom: 26px;
}

.address-list {
	font-size: 15px;
	line-height: 1.6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}

.address-list li {
	position: relative;
	padding: 0 10px 0 24px;
	-ms-flex-preferred-size: 33.3%;
	flex-basis: 33.3%;
}

.address-list li:last-child {
	padding-right: 0;
}

.address-list li:before {
	position: absolute;
	left: 0;
	top: 0;
	margin-right: 10px;
	font-size: 22px;
	color: #cfc37b;
	padding: 0 1px;
}

.address-list .address:before {
	content: "\e921";
}

.address-list .phone {
	padding-left: 32px;
}

.address-list .phone:before {
	content: "\e928";
	font-size: 26px;
}

.address-list .email {
	padding-left: 37px;
}

.address-list .email:before {
	content: "\e927";
	font-size: 25px;
}

.address-list .holder {
	overflow: hidden;
}

.address-list .icon-phone {
	font-size: 26px;
}

.address-list .icon-envelope {
	font-size: 25px;
}

.address-list address {
	font-style: normal;
}

.address-list span {
	display: block;
}

.address-list a {
	color: inherit;
}

.address-list a:hover {
	color: #cfc37b;
}

.contact-map iframe {
	width: 100%;
}

.thank-you-block {
	max-width: 750px;
	margin: 0 auto;
}

.thank-you-block .head-block {
	font-size: 18px;
	margin-bottom: 42px;
}

.thank-you-block h2 {
	margin-bottom: 8px;
}

.thank-you-block h3,
.thank-you-block .system-page .shopping-table tfoot td,
.system-page .shopping-table tfoot .thank-you-block td,
.thank-you-block .system-page .summary-table tfoot td,
.system-page .summary-table tfoot .thank-you-block td {
	margin-bottom: 18px;
}

.summary-table.thank-you-table table {
	width: 100%;
}

.summary-table.thank-you-table td {
	position: relative;
	padding-right: 0;
	padding-left: 180px;
}

.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 {
	font-weight: 400;
	text-align: left;
	float: left;
	width: 180px;
	margin-left: -180px;
}

.login-demo {
	position: relative;
}

.login-demo:before {
	content: "";
	position: absolute;
	left: -9999px;
	top: -9999px;
	bottom: -9999px;
	right: -9999px;
	background: rgba(0, 0, 0, .65);
}

.login-demo .login-popup {
	z-index: 1;
	position: relative;
}

.login-popup {
	z-index: 1;
	position: relative;
}

.login-block {
	width: 480px;
	padding: 54px 55px 46px;
	margin: 0 auto;
	background: #fff;
	position: relative;
}

.login-block .info {
	font-size: 14px;
}

.login-block .info p {
	margin-bottom: 5px;
}

.account-section {
	font-size: 18px;
}

.account-section h1 {
	margin-bottom: .62em;
}

.account-section h2 {
	margin-bottom: 32px;
}

.account-section .h3,
.account-section .accordion .opener,
.accordion .account-section .opener,
.account-section .list-wrap .productSmall .title,
.list-wrap .productSmall .account-section .title,
.account-section .productTable .title,
.productTable .account-section .title,
.account-section .product-container .productSmall .title,
.product-container .productSmall .account-section .title {
	margin-bottom: 16px;
}

.account-section p {
	margin-bottom: 35px;
}

.account-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 18px;
	max-width: 422px;
	margin: 0 auto 35px;
	border-bottom: 4px solid #ebebeb;
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
}

.account-list li {
	position: relative;
	margin: 0;
	text-align: center;
	padding: 0 3px 6px;
}

.account-list li:first-child {
	text-align: left;
	padding: 0 0 6px;
}

.account-list li:last-child {
	text-align: right;
	padding: 0 0 6px;
}

.account-list .selected a:after,
.account-list a:hover:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.account-list a {
	display: inline-block;
	vertical-align: top;
}

.account-list a {
	color: inherit;
}

.account-list a:hover {
	color: #cfc37b;
}

.account-list a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 4px;
	background: #cfc37b;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear, -webkit-transform .2s linear;
}

.account-table {
	width: 100%;
	font-size: 18px;
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
	border: 2px solid #ebebeb;
	margin: 0 0 42px;
}

.account-table th {
	border-bottom: 2px solid #ebebeb;
	text-align: left;
	font-size: 20px;
	vertical-align: top;
	padding: 14px 25px 13px;
}

.account-table td {
	text-align: left;
	vertical-align: top;
	padding: 35px 25px 39px;
}

.account-table td[data-title="Order #"] {
	font-size: 24px;
	line-height: 1.12;
	font-weight: 700;
}

.account-table a {
	color: inherit;
}

.account-table a:hover {
	color: #cfc37b;
}

#js-messages {
	padding: 0 25px;
	font-size: 18px;
	font-weight: 500;
	margin-top: -9px;
}

.invoice {
	color: #222;
}

.invoice .border {
	border: none;
}

.invoice .border tr:first-child {
	border: 1px solid #222;
	font-size: 14px;
}

.invoice .border tr:last-child {
	border-bottom: 1px solid #222;
}

.invoice .border td {
	border: none;
	padding: 17px 10px 15px;
}

.invoice .border span {
	color: #222;
}

.invoice .productitemcell {
	margin: 24px 0 0;
}

.invoice .productitemcell:first-child {
	margin-top: 0;
}

.invoice .textb {
	width: 30%;
	margin: 0 0 0 auto;
}

.invoice .textb tr:first-child td {
	padding: 0 0 15px;
}

.invoice .textb tr:first-child td br {
	display: none;
}

.invoice .textb tr:first-child td hr {
	height: 1px;
	border: none;
	background: #222;
	display: none;
}

.invoice .textb td {
	text-align: left;
	padding: 5px 0 0;
}

.invoice .textb td:first-child {
	width: 60% !important;
}

.invoice .textb td:last-child {
	text-align: right;
}

table.case-details td {
	vertical-align: top;
}

table.case-details td.var {
	text-align: left;
	width: 150px;
}

#js-messages {
	padding: 0 40px;
}

.coming-soon {
	text-align: center;
	max-width: 960px;
	margin: 0 auto;
	padding: 81px 0;
}

.coming-soon .icon {
	fill: #cfc37b;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 75px;
}

.coming-soon .title {
	font-size: 80px;
	margin-bottom: 35px;
}

.coming-soon .title span {
	color: #cfc37b;
}

.elements-tabset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 18px;
	margin: 0 0 44px;
	border-bottom: 4px solid #ebebeb;
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
	max-width: 1042px;
}

.elements-tabset li {
	position: relative;
	margin: 0;
	text-align: center;
	padding: 0 3px 6px;
}

.elements-tabset li:first-child {
	text-align: left;
	padding: 0 0 6px;
}

.elements-tabset li:last-child {
	text-align: right;
	padding: 0 0 6px;
}

.elements-tabset .active a,
.elements-tabset a:hover {
	color: #cfc37b;
}

.elements-tabset .active a:after,
.elements-tabset a:hover:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.elements-tabset a {
	display: inline-block;
	vertical-align: top;
}

.elements-tabset a {
	color: inherit;
}

.elements-tabset a:hover {
	color: #cfc37b;
}

.elements-tabset a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 4px;
	background: #cfc37b;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear, -webkit-transform .2s linear;
}

.elements-holder .bg-block {
	padding: 20px 0 0;
	position: relative;
	z-index: 0;
}

.elements-holder .bg-block:after {
	content: "";
	position: absolute;
	left: -9999px;
	top: 0;
	bottom: 0;
	right: -9999px;
	z-index: -1;
}

.elements-holder .side-navigation,
.elements-holder .add-nav {
	max-width: 327px;
}

.elements-holder .pagination {
	text-align: left;
}

.elements-holder .nav-web {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.elements-holder .nav-web li {
	margin-right: 30px;
}

.elements-holder .webapp-paging {
	max-width: 260px;
}

.elements-holder .label {
	margin-right: 16px;
	margin-bottom: 10px;
}

.elements-holder a {
	cursor: pointer;
}

.elements-holder h1 {
	margin-bottom: 25px;
}

.elements-section {
	padding-bottom: 42px;
}

.elements-section .accordion,
.elements-section .tab-holder,
.elements-section .filter-section {
	max-width: 750px;
}

.elements-section .filter-section {
	padding-bottom: 0;
}

.code-open-close .heading p {
	margin-bottom: 31px;
}

.code-open-close .opener {
	text-transform: none;
	background: -webkit-linear-gradient(top, #d2d2d2 0%, #bebebe 100%);
	background: linear-gradient(to bottom, #d2d2d2 0%, #bebebe 100%);
	display: inline-block;
	vertical-align: middle;
	padding: 6px 11px;
	border-radius: 3px;
	font-weight: normal;
	font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 14px;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
	color: #fff;
	margin: 0 0 0 13px;
}

.code-open-close .opener:hover {
	background: -webkit-linear-gradient(top, #bebebe 0%, #d2d2d2 100%);
	background: linear-gradient(to bottom, #bebebe 0%, #d2d2d2 100%);
}

.code-open-close .opener:before {
	content: "\f121";
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro";
	padding-right: 5px;
	font-weight: 900;
}

.code-open-close .slide {
	position: relative;
	margin-bottom: 35px;
}

.code-open-close .slide:hover .copy-text {
	opacity: 1;
}

.code-open-close pre {
	margin: 0;
}

.code-open-close .code-block {
	background: #f9f9f9;
	padding: 20px;
	max-height: 300px;
	overflow: auto;
	position: relative;
}

.code-open-close .copy-text {
	position: absolute;
	top: 2px;
	right: 18px;
	font-size: 20px;
	z-index: 1;
	opacity: 0;
}

.code-open-close .copy-text:before {
	content: "\f0c5";
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro";
	cursor: pointer;
}

.code-open-close p {
	margin: 0;
}

.code-open-close h2 {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 25px;
}

.buttons-section .button {
	margin: 0 20px 10px 0;
}

.inputs-section .input-wrap {
	max-width: 263px;
}

.inputs-section .search-form {
	width: 100%;
	max-width: 360px;
}

.check-list.inline li,
.radio-list.inline li {
	display: inline-block;
	vertical-align: top;
	margin: 0 25px 30px 0;
	white-space: nowrap;
}

.check-list.inline li .jcf-checkbox,
.check-list.inline li .jcf-radio,
.radio-list.inline li .jcf-checkbox,
.radio-list.inline li .jcf-radio {
	display: inline-block;
	vertical-align: top;
	float: none;
}

.check-list.inline li label,
.radio-list.inline li label {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
}

.switcher-list {
	margin: 0 -20px;
}

.switcher-list li {
	min-width: 80px;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 20px;
}

.switcher {
	margin-bottom: 30px;
}

.switcher .jcf-checkbox {
	margin: 0;
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 56px;
	height: 30px;
	border-radius: 15px;
	background: #ebebeb;
	-webkit-transition: background .2s linear, border .2s linear;
	transition: background .2s linear, border .2s linear;
}

.switcher .jcf-checkbox span {
	position: relative;
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #fff;
	left: 2px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	text-align: center;
	line-height: 26px;
}

.switcher .jcf-checkbox span:before {
	visibility: hidden;
}

.switcher .jcf-checkbox.jcf-checked,
.switcher.alt .jcf-checkbox.jcf-checked {
	background: #cfc37b;
}

.switcher .jcf-checkbox.jcf-checked span,
.switcher.alt .jcf-checkbox.jcf-checked span {
	left: calc(56px - 29px);
}

.switcher .jcf-checkbox.jcf-checked span:before,
.switcher.alt .jcf-checkbox.jcf-checked span:before {
	visibility: visible;
}

.switcher.large .jcf-checkbox {
	width: 80px;
	height: 42px;
	border-radius: 20px;
}

.switcher.large .jcf-checkbox.jcf-checked span {
	left: calc(80px - 39px);
}

.switcher.large .jcf-checkbox span {
	height: 36px;
	width: 36px;
	line-height: 36px;
}

.nav-webapp {
	text-align: left;
	text-transform: uppercase;
	margin: 0 -10px 10px;
}

.nav-webapp li {
	float: left;
	padding: 0;
	margin: 0 10px 10px;
}

.nav-webapp a {
	display: block;
}

.sizes-list li {
	margin-bottom: 21px;
}

.sizes-list li:last-child {
	margin-bottom: 0;
}

.sizes-list dl {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.sizes-list dt {
	width: 53px;
	float: none;
	margin: 0;
	line-height: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-weight: normal;
}

.sizes-list dd {
	float: none;
	overflow: visible;
	margin: 0;
	font-weight: normal;
}

.sizes-list h1,
.sizes-list h2,
.sizes-list h3,
.sizes-list .system-page .shopping-table tfoot td,
.system-page .shopping-table tfoot .sizes-list td,
.sizes-list .system-page .summary-table tfoot td,
.system-page .summary-table tfoot .sizes-list td,
.sizes-list h4 {
	line-height: 1;
	margin: 0;
}

.sizes-list p:last-child {
	margin-bottom: 0;
}

.anchor-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -11px;
}

.anchor-nav li {
	padding: 0 11px 11px;
	font-size: 18px;
}

.breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.breadcrumbs li {
	position: relative;
	font-size: 18px;
}

.breadcrumbs li:first-child:before {
	display: none;
}

.breadcrumbs li:last-child:before {
	color: inherit;
}

.breadcrumbs li:before {
	content: "\f105";
	display: inline-block;
	vertical-align: middle;
	padding: 0 13px 0 10px;
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Solid", "Font Awesome 5 Brands", "Font Awesome 5 Pro";
	color: #cfc37b;
}

.slider-navigation {
	margin: 0;
	padding: 0;
	font-size: 18px;
}

.slider-navigation li {
	position: relative;
}

.slider-navigation li:before {
	display: none;
}

.slider-navigation .slide {
	padding: 8px 0 0 12px;
	font-size: 16px;
}

.slider-navigation .slide li {
	padding: 0 0 5px;
	margin: 0;
}

.slider-navigation .selected > a {
	color: #cfc37b;
}

.slider-navigation > .selected > a:after {
	content: "";
	height: 0;
	width: 0;
	border-bottom: 5px solid #cfc37b;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: none;
}

.slider-navigation a {
	color: inherit;
}

.slider-navigation a:hover {
	color: #cfc37b;
}

.slider-navigation .opener {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right: 14px;
}

.slider-navigation .opener:after {
	content: "";
	height: 0;
	width: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #cfc37b;
	position: absolute;
	right: 0;
	top: 13px;
}

.text-slider {
	text-align: center;
	max-width: 500px;
	margin: 0 auto 20px;
}

.text-slider .bx-pager {
	font-size: 0;
	line-height: 0;
	padding-top: 8px;
}

.text-slider .bx-pager-item {
	display: inline-block;
	vertical-align: top;
	padding: 0 7px;
}

.text-slider .bx-pager-item a {
	display: block;
	height: 14px;
	width: 14px;
	border-radius: 100%;
	border: 2px solid #cfc37b;
}

.text-slider .bx-pager-item a.active,
.text-slider .bx-pager-item a:hover {
	background: #cfc37b;
}

.table-holder {
	overflow: auto;
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
}

.table-holder table {
	border: 2px solid #ebebeb;
	text-align: left;
	font-size: 18px;
	line-height: 1.33;
	width: 100%;
	min-width: 500px;
}

.table-holder table thead th {
	padding: 13px 26px;
	font-size: 20px;
	border-bottom: 2px solid #ebebeb;
}

.table-holder table tbody tr:first-child td {
	padding-top: 39px;
}

.table-holder table tbody tr:last-child td {
	padding-bottom: 42px;
}

.table-holder table tbody td {
	padding: 9px 26px;
	vertical-align: top;
}

.table-holder table tbody td:first-child {
	color: #cfc37b;
	font-weight: 700;
}

.progress {
	margin: 0 0 25px;
	font-size: 18px;
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
}

.progress .info {
	position: relative;
	padding: 0 50px 8px 0;
}

.progress .percentages {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 22px;
	line-height: 24px;
	font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
}

.progress p {
	margin: 0;
}

.progress .progress-bar {
	background: #ebebeb;
	height: 13px;
	position: relative;
	overflow: hidden;
}

.progress .progress-bar.animate .progress-line {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.progress .progress-line {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: #cfc37b;
	-webkit-transition: -webkit-transform 1s linear;
	transition: -webkit-transform 1s linear;
	transition: transform 1s linear;
	transition: transform 1s linear, -webkit-transform 1s linear;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.progress.color .progress-line {
	background: #333;
}

.label {
	color: #fff;
	background: #cfc37b;
	display: inline-block;
	vertical-align: top;
	padding: 9px 22px;
	font-weight: 600;
	font-size: 18px;
}

.label.secondary {
	background: #ebebeb;
	color: #222;
}

.label.success {
	background: #46acd3;
}

.label.alert {
	background: #d87878;
}

.label.warning {
	background: #ffa366;
}

.callout {
	margin: 0 0 20px;
	padding: 27px 35px;
	position: relative;
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
	border: 2px solid #cfc37b;
}

.callout > a {
	font-size: 18px;
}

.callout h3,
.callout .system-page .shopping-table tfoot td,
.system-page .shopping-table tfoot .callout td,
.callout .system-page .summary-table tfoot td,
.system-page .summary-table tfoot .callout td {
	padding-right: 30px;
}

.callout.secondary {
	border-color: #ebebeb;
}

.callout.success {
	border-color: #46acd3;
}

.callout.warning {
	border-color: #ffa366;
}

.callout.alert {
	border-color: #d87878;
}

.callout .close {
	position: absolute;
	top: 1px;
	right: 7px;
}

.callout p {
	margin-bottom: 1.2em;
}

iframe {
	width: 100%;
}

figure,
#main figure {
	display: inline-block;
	margin: 0 0 20px;
	position: relative;
}

figure img,
#main figure img {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

figure figcaption,
#main figure figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, .9);
	padding: 14px 10px;
	font-size: 16px;
	text-align: center;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

figure figcaption span,
#main figure figcaption span {
	display: block;
	color: #cfc37b;
	font-weight: 600;
}

figure .h3,
figure .accordion .opener,
.accordion figure .opener,
figure .list-wrap .productSmall .title,
.list-wrap .productSmall figure .title,
figure .productTable .title,
.productTable figure .title,
figure .product-container .productSmall .title,
.product-container .productSmall figure .title,
#main figure .h3,
#main figure .accordion .opener,
.accordion #main figure .opener,
#main figure .list-wrap .productSmall .title,
.list-wrap .productSmall #main figure .title,
#main figure .productTable .title,
.productTable #main figure .title,
#main figure .product-container .productSmall .title,
.product-container .productSmall #main figure .title {
	text-transform: none;
	margin-bottom: 0;
}

figure .h3 a,
figure .accordion .opener a,
.accordion figure .opener a,
figure .list-wrap .productSmall .title a,
.list-wrap .productSmall figure .title a,
figure .productTable .title a,
.productTable figure .title a,
figure .product-container .productSmall .title a,
.product-container .productSmall figure .title a,
#main figure .h3 a,
#main figure .accordion .opener a,
.accordion #main figure .opener a,
#main figure .list-wrap .productSmall .title a,
.list-wrap .productSmall #main figure .title a,
#main figure .productTable .title a,
.productTable #main figure .title a,
#main figure .product-container .productSmall .title a,
.product-container .productSmall #main figure .title a {
	color: inherit;
}

figure .h3 a:hover,
figure .accordion .opener a:hover,
.accordion figure .opener a:hover,
figure .list-wrap .productSmall .title a:hover,
.list-wrap .productSmall figure .title a:hover,
figure .productTable .title a:hover,
.productTable figure .title a:hover,
figure .product-container .productSmall .title a:hover,
.product-container .productSmall figure .title a:hover,
#main figure .h3 a:hover,
#main figure .accordion .opener a:hover,
.accordion #main figure .opener a:hover,
#main figure .list-wrap .productSmall .title a:hover,
.list-wrap .productSmall #main figure .title a:hover,
#main figure .productTable .title a:hover,
.productTable #main figure .title a:hover,
#main figure .product-container .productSmall .title a:hover,
.product-container .productSmall #main figure .title a:hover {
	color: #cfc37b;
}

figure .position,
#main figure .position {
	font-size: 14px;
	text-transform: uppercase;
	color: #cfc37b;
}

.no-click-link {
	pointer-events: none;
}

@media (min-width: 1025px) {
	.scroll [id="nav"] .drop-down {
		padding-top: 25px;
	}
}

@media (max-width: 1199px) {
	.fancybox-prev span {
		left: 0;
	}

	.fancybox-next span {
		right: 0;
	}

	.comments-form input[type="submit"] {
		min-width: 0;
	}

	.bg-holder {
		background-attachment: scroll;
	}

	[id="header"] {
		padding: 20px 0 0;
	}

	[id="nav"] > ul > li {
		padding: 8px 10px;
		margin: 0 5px;
	}

	[id="nav"] .drop-down {
		padding: 10px;
	}

	.menu-section .text-holder {
		padding: 0 10px 10px;
	}

	.shopping-table th {
		padding: 11px 15px 12px;
	}

	.checkout-form h2 {
		margin-bottom: 25px;
	}

	.checkout-form .btn-row .button + .button {
		margin-left: 15px;
	}

	.checkout-form .shopping-table td {
		padding: 30px 20px;
	}

	.checkout-form .shopping-table td:first-child {
		padding-left: 15px;
	}

	.checkout-form .shopping-table .text {
		padding-left: 10px;
	}

	.address-list {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media (max-width: 1023px) {
	.jcf-range .jcf-range-track {
		margin-right: 200px;
	}

	.jcf-range .jcf-range-handle {
		width: 200px;
	}

	img {
		margin-bottom: 1em;
	}

	h1,
	.h1,
	h2,
	.h2,
	.add-nav a,
	h3,
	.system-page .shopping-table tfoot td,
	.system-page .summary-table tfoot td,
	.h3,
	.accordion .opener,
	.list-wrap .productSmall .title,
	.productTable .title,
	.product-container .productSmall .title,
	h4,
	.h4,
	h5,
	.h5,
	h6,
	.h6,
	.h,
	.sub-h1,
	.sub-h2 {
		margin-bottom: .3em;
	}

	.sub-h1 {
		font-size: 57px;
	}

	.sub-h2 {
		font-size: 40px;
	}

	h1,
	.h1 {
		font-size: 35px;
	}

	h2,
	.h2,
	.add-nav a {
		font-size: 25px;
	}

	h3,
	.system-page .shopping-table tfoot td,
	.system-page .summary-table tfoot td,
	.h3,
	.accordion .opener,
	.list-wrap .productSmall .title,
	.productTable .title,
	.product-container .productSmall .title {
		font-size: 20px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea,
	.textbox {
		margin-bottom: 20px;
	}

	.req {
		font-size: 16px;
	}

	.header-search {
		margin-left: 20px;
	}

	.header-search .form-holder {
		padding-top: 5px;
		width: 100%;
		padding: 5px 10px 0;
	}

	.reservation-form {
		padding: 0;
	}

	.comments-form .custom-holder [class^="col-"] {
		width: 100%;
		margin-bottom: 10px;
	}

	.comments-form .custom-holder .captchaimg {
		width: 50%;
		text-align: center;
	}

	.comments-form .custom-holder .captcha-holder {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.comments-form .custom-holder .captcha-holder input[type="text"] {
		width: 50% !important;
	}

	.captcha-holder .captchaimg {
		margin-right: 10px;
	}

	.booking-form {
		width: 500px;
		padding: 30px;
	}

	.booking-form .req {
		margin-bottom: 10px;
	}

	.contact-form h2 {
		margin-bottom: 20px;
	}

	.register-form .jcf-select,
	.register-form .input-box {
		margin-bottom: 20px;
	}

	.register-form .captcha-holder label {
		margin-bottom: 20px;
	}

	.row-holder,
	.menu-list,
	.list-wrap .productSmall,
	.productTable,
	.product-container .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,
	.list-wrap .productSmall li,
	.list-wrap .productSmall td,
	.productTable li,
	.productTable 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,
	.product-container .productSmall li,
	.productTable tr td {
		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;
	}

	.slider .slide {
		padding: 120px 0 50px;
	}

	.slider .container:after {
		min-height: 500px;
	}

	.carousel .btn-next:before,
	.carousel .btn-prev:before {
		font-size: 20px;
	}

	.tab-content {
		margin-bottom: 30px;
		padding: 20px;
	}

	.comment-section h2 {
		margin-bottom: 20px;
	}

	#main {
		padding-bottom: 30px;
	}

	.visual {
		margin-bottom: 30px;
		min-height: 300px;
	}

	.section {
		padding: 50px 0 30px;
	}

	.section:last-child {
		margin-bottom: -30px;
	}

	.head-block {
		margin-bottom: 30px;
	}

	.head-block h1 {
		margin-bottom: 20px;
	}

	.img-area img {
		margin-bottom: 14px;
	}

	.map-holder {
		height: 300px;
	}

	.map-holder:last-of-type {
		margin-bottom: -30px;
	}

	.faq-area h2 {
		margin-bottom: 0;
	}

	.not-found-holder .head-block {
		margin-bottom: 30px;
	}

	.not-found-holder .img {
		margin-bottom: 30px;
	}

	.email-holder h2 {
		margin-bottom: 20px;
	}

	.side-block {
		margin: 0;
	}

	.side-block h2 {
		margin-bottom: 10px;
	}

	.video-holder .info-block {
		padding: 0;
	}

	.video-holder .row-holder,
	.video-holder .menu-list,
	.video-holder .list-wrap .productSmall,
	.list-wrap .video-holder .productSmall,
	.video-holder .productTable,
	.video-holder .product-container .productSmall,
	.product-container .video-holder .productSmall,
	.video-holder .productTable tr,
	.productTable .video-holder tr {
		display: block;
	}

	.video-holder [class^="col-"] {
		width: auto;
		margin-bottom: 10px;
	}

	.archives li ul {
		padding: 10px 0 0;
	}

	[id="header"] {
		padding: 10px 0 25px;
		position: absolute;
	}

	[id="header"]:before {
		height: 100%;
		opacity: .5;
	}

	.scroll [id="header"] {
		padding: 10px 0 25px;
	}

	[id="header"] .container {
		position: static;
	}

	.scroll .logo {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.menu-bar {
		position: static;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.menu-bar .shopping-cart {
		padding-left: 10px;
	}

	[id="nav"] {
		position: absolute;
		top: 100%;
		left: 100%;
		width: 100%;
		text-align: center;
		-webkit-transition: left .2s linear, visibility .2s linear;
		transition: left .2s linear, visibility .2s linear;
		visibility: hidden;
		z-index: 10;
	}

	.nav-active [id="nav"] {
		left: 0;
		visibility: visible;
	}

	[id="nav"] > ul {
		background: rgba(0, 0, 0, .5);
		padding: 10px 0;
		position: relative;
	}

	[id="nav"] > ul > li {
		display: block;
		padding: 0;
		margin: 0 0 10px;
	}

	[id="nav"] > ul > li:nth-last-child(-n+2) .drop-down {
		text-align: center;
	}

	[id="nav"] > ul > li:nth-last-child(-n+2) .drop-down .has-drop-down-a:before {
		content: "\e901";
		right: 0;
		left: auto;
	}

	[id="nav"] > ul > li:nth-last-child(-n+2) .drop-down a {
		padding: 0 20px;
	}

	[id="nav"] > ul > li > a {
		padding-bottom: 4px;
	}

	[id="nav"] > ul > li > a.has-drop-down-a {
		padding-right: 20px;
		padding-left: 20px;
	}

	[id="nav"] > ul > li > a.has-drop-down-a:before {
		content: "\e901";
		font-family: "icomoon";
		font-size: 10px;
		position: absolute;
		top: 4px;
		right: 0;
	}

	[id="nav"] > ul > li > a:after {
		height: 3px;
		right: auto;
		width: 100%;
		display: none;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	[id="nav"] > ul li.hover > a:after,
	[id="nav"] > ul li.selected > a:after {
		display: block;
	}

	[id="nav"] > ul li.hover > .drop-down {
		display: block;
	}

	[id="nav"] .exclusives:before {
		display: none;
	}

	[id="nav"] .drop-down {
		position: static;
		visibility: visible;
		opacity: 1;
		display: none;
		text-align: center;
		padding: 15px 0 0;
	}

	[id="nav"] .drop-down .drop-down {
		padding: 10px 0 5px;
		margin: 0;
	}

	[id="nav"] .drop-down ul {
		padding: 0;
		width: 100%;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}

	[id="nav"] .drop-down ul:after {
		display: none;
	}

	[id="nav"] .drop-down li {
		margin-bottom: 5px;
	}

	[id="nav"] .drop-down a {
		padding: 0 20px;
		display: inline-block;
		vertical-align: top;
	}

	.nav-opener {
		display: block;
		float: right;
		margin: 0 0 0 20px;
	}

	.login-nav {
		margin: 0;
	}

	.scroll .login-nav {
		margin-top: 0;
		opacity: 1;
		visibility: visible;
	}

	[id="footer"] .address {
		padding-left: 30px;
	}

	[id="footer"] .address:before {
		font-size: 20px;
	}

	[id="footer"] .social-networks li {
		margin-right: 10px;
	}

	[id="footer"] .social-networks a:before {
		font-size: 20px;
	}

	[id="footer"] .social-networks .icon-instagram:before {
		font-size: 22px;
	}

	.visual-slider .slide.active .bg-holder {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.menu-section .row-holder,
	.menu-section .menu-list,
	.menu-section .list-wrap .productSmall,
	.list-wrap .menu-section .productSmall,
	.menu-section .productTable,
	.menu-section .product-container .productSmall,
	.product-container .menu-section .productSmall,
	.menu-section .productTable tr,
	.productTable .menu-section tr {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.menu-section .box {
		max-width: 340px;
		width: auto;
	}

	.menu-section .text-holder {
		padding: 0 10px 15px;
	}

	.blog-wrap .info-panel .date {
		padding-right: 20px;
	}

	.home-slider .text {
		padding-bottom: 20px;
	}

	.testimonials-section .head-block {
		margin-bottom: 50px;
	}

	.event-home .date {
		font-size: 20px;
		margin-right: 15px;
	}

	.event-home .date strong {
		font-size: 35px;
	}

	.event-home .time:before {
		font-size: 15px;
	}

	.event-home .time,
	.event-home .address {
		font-size: 14px;
	}

	.event-home h3,
	.event-home .system-page .shopping-table tfoot td,
	.system-page .shopping-table tfoot .event-home td,
	.event-home .system-page .summary-table tfoot td,
	.system-page .summary-table tfoot .event-home td {
		font-size: 17px;
	}

	.menu-tabset:first-child {
		margin-top: -30px;
	}

	.menu-tabset {
		font-size: 18px;
	}

	.menu-tabset i {
		font-size: 40px;
		line-height: 40px;
	}

	.menu-tabset .icon-fish {
		font-size: 26px;
	}

	.menu-list li {
		width: 33.33%;
		margin-bottom: 30px;
	}

	.menu-list .holder {
		padding-bottom: 10px;
	}

	.menu-list h2 {
		font-size: 25px;
	}

	.menu-listing .block {
		width: auto;
		max-width: 33.33%;
		margin-bottom: 15px;
	}

	.reservation-list .block {
		width: 25%;
	}

	.post .img-block + .text-block {
		padding: 0 20px 20px;
	}

	.post h2 {
		margin-bottom: 10px;
	}

	.post-info li {
		font-size: 16px;
	}

	.post-blocks .block {
		font-size: 16px;
	}

	.post-blocks .text-block {
		padding: 10px 15px 40px;
	}

	.post-blocks .date {
		font-size: 40px;
	}

	.post-blocks .comment-link {
		bottom: 10px;
		padding-left: 23px;
	}

	.post-blocks .comment-link:before {
		font-size: 18px;
	}

	.post-detail {
		margin-bottom: 20px;
	}

	.post-slider img {
		margin-bottom: 5px;
	}

	.post-slider h2 {
		margin-bottom: 20px;
	}

	.event-list .info-block {
		margin-bottom: 20px;
	}

	.event-list .img-block {
		margin-bottom: 20px;
	}

	.event-list .info {
		font-size: 16px;
	}

	.events-detail .info-list {
		margin-bottom: 10px;
	}

	.events-detail .info-list li {
		padding-right: 5px;
		margin-right: 5px;
	}

	.horizontal-gallery .frame .slidee li {
		max-width: 300px;
		padding-right: 15px;
	}

	.horizontal-gallery .frame .slidee li:last-child {
		padding-right: 0;
	}

	.masonry-gallery {
		margin: 0 -7px;
	}

	.masonry-gallery .img-block {
		padding: 0 7px 15px;
	}

	.full-width-gallery li {
		width: 20%;
	}

	.webapp-section .content-holder {
		padding-bottom: 20px;
	}

	.webapp-section .info-list {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.webapp-section .info-list span {
		padding: 0 0 0 20px;
	}

	.webapp-section .info-list .icon {
		margin-right: 5px;
		top: 2px;
		font-size: 14px;
	}

	.webapp-section .info-list .icon-phone {
		top: 4px;
		font-size: 14px;
	}

	.webapp-section .info-list .icon-envelope {
		top: 3px;
		font-size: 14px;
	}

	.webapp-section p {
		margin-bottom: 1em;
	}

	.webapp-paging .position {
		font-size: 12px;
	}

	.item-detail {
		width: 640px;
	}

	.item-detail .head-panel {
		font-size: 20px;
	}

	.item-detail p {
		margin-bottom: 1em;
	}

	.item-detail ul,
	.item-detail ul:not([class]) {
		font-size: 16px;
	}

	.item-detail ul li,
	.item-detail ul:not([class]) li {
		margin-bottom: 10px;
	}

	.filter-section {
		padding-bottom: 30px;
	}

	.filter-section h2 {
		margin-bottom: 20px;
	}

	.filter-section input[type="text"],
	.filter-section input[type="search"],
	.filter-section select,
	.filter-section .jcf-select {
		height: 40px;
	}

	.filter-section .jcf-select .jcf-select-text {
		line-height: 40px;
	}

	.list-wrap .productSmall li,
	.list-wrap .productSmall td,
	.productTable li,
	.productTable td {
		margin-bottom: 10px;
	}

	.list-wrap .productSmall .holder,
	.productTable .holder {
		padding: 10px 0 20px;
	}

	.list-wrap .productSmall .img-block,
	.productTable .img-block {
		width: 170px;
		height: 170px;
		margin-bottom: 10px;
	}

	.list-wrap .productSmall .price,
	.productTable .price {
		font-size: 22px;
	}

	.list-wrap .productSmall .price .old,
	.productTable .price .old {
		font-size: 18px;
		line-height: 1.2;
	}

	.list-wrap .productSmall .button,
	.productTable .button {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 16px;
		bottom: 10px;
	}

	.product-container .productSmall .info {
		padding-top: 35px;
	}

	.product-container .productSmall .img-block + .info .title {
		left: 20px;
	}

	.product-container .productSmall .img-block + .info .price {
		width: 100px;
		height: 100px;
		right: 20px;
		font-size: 20px;
	}

	.list-wrap:last-child {
		margin-bottom: -30px;
	}

	.list-wrap {
		padding: 40px 0;
	}

	.productLarge {
		margin-bottom: 20px;
	}

	.product-option-form .jcf-select {
		width: 100%;
	}

	.productTable {
		margin: 0;
	}

	.productTable tr td .img-block {
		width: 140px;
		height: 140px;
	}

	.steps-holder {
		padding-bottom: 30px;
	}

	.steps li {
		font-size: 18px;
	}

	.steps .icon {
		font-size: 50px;
	}

	.shopping-table {
		margin-bottom: 30px;
		line-height: 1.2;
	}

	.shopping-table td {
		padding: 15px;
	}

	.shopping-table .image-block {
		margin-right: 20px;
	}

	.shopping-table .text {
		font-size: 20px;
	}

	.summary-table {
		margin-bottom: 30px;
	}

	.summary-table td {
		padding: 5px 10px;
	}

	.summary-table td:last-child {
		font-size: 18px;
		line-height: 20px;
	}

	.summary-table .form-hold .button {
		display: block;
		margin-left: auto;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.summary-table .form-code-area {
		display: block;
		margin-top: 0;
	}

	.summary-table .form-code-area input[type=text],
	.summary-table .form-code-area input#DiscountCode,
	.summary-table .form-code-area input#GiftVoucher {
		width: 120px;
		margin: 0 0 5px auto;
		height: 34px;
	}

	.checkout-form h2 {
		margin-bottom: 12px;
	}

	.checkout-form .jcf-select {
		margin-bottom: 20px;
	}

	.checkout-form .btn-row .button {
		margin-bottom: 5px;
	}

	.checkout-form .btn-row .button + .button {
		margin-left: 5px;
	}

	.checkout-form .note-block {
		padding-bottom: 20px;
	}

	.checkout-form .radio-list {
		margin-bottom: 20px;
	}

	.checkout-form .shopping-table td:first-child {
		width: 40%;
	}

	.checkout-form .shopping-table .product-holder {
		display: block;
	}

	.checkout-form .shopping-table .image-block {
		width: auto;
		max-width: none;
		margin-bottom: 10px;
	}

	.checkout-form .shopping-table .text {
		width: 100%;
		max-width: none;
		padding: 0;
	}

	.card-list {
		margin: 0 -5px 20px;
	}

	.card-list li {
		height: auto;
		padding: 0 5px;
	}

	.address-list {
		margin-bottom: 0;
	}

	.address-list li {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}

	.thank-you-block .head-block {
		margin-bottom: 30px;
	}

	.account-section h1 {
		margin-bottom: 20px;
	}

	.account-section h2 {
		margin-bottom: 20px;
	}

	.account-section p {
		margin-bottom: 20px;
	}

	.account-list {
		font-size: 16px;
	}

	.account-table {
		font-size: 15px;
		margin-bottom: 15px;
	}

	.account-table th {
		padding: 10px;
		font-size: 16px;
	}

	.account-table td {
		padding: 10px;
	}

	#js-messages {
		padding-left: 10px;
	}

	.invoice {
		font-size: 15px;
	}

	.invoice .border td {
		padding: 10px;
	}

	.invoice .productitemcell {
		margin-top: 10px;
	}

	.invoice .textb {
		width: 40%;
	}

	#js-messages {
		padding: 0 20px;
	}

	.coming-soon {
		padding: 30px 0;
	}

	.coming-soon .icon {
		margin-bottom: 40px;
	}

	.coming-soon .title {
		font-size: 50px;
		margin-bottom: 20px;
	}

	.elements-tabset {
		font-size: 16px;
	}

	.switcher {
		margin-bottom: 20px;
	}

	.table-holder table thead th {
		padding: 5px 10px;
	}

	.table-holder table tbody tr:first-child td {
		padding-top: 20px;
	}

	.table-holder table tbody tr:last-child td {
		padding-bottom: 20px;
	}

	.table-holder table tbody td {
		padding: 5px 10px;
	}
}

@media (max-width: 767px) {
	.jcf-select {
		height: 34px;
		font-size: 14px;
	}

	.jcf-select .jcf-select-text {
		line-height: 34px;
		margin-left: 10px;
	}

	.jcf-range .jcf-range-track {
		margin-right: 100px;
	}

	.jcf-range .jcf-range-handle {
		width: 100px;
	}

	.fancybox-close {
		top: 0;
		right: 0;
	}

	.image-wrap.row-holder [class^="col-"],
	.image-wrap.menu-list [class^="col-"],
	.list-wrap .image-wrap.productSmall [class^="col-"],
	.image-wrap.productTable [class^="col-"],
	.product-container .image-wrap.productSmall [class^="col-"],
	.productTable tr.image-wrap [class^="col-"] {
		width: 50%;
		text-align: center;
	}

	.sub-h1 {
		font-size: 40px;
	}

	.sub-h2 {
		font-size: 22px;
	}

	h1,
	.h1 {
		font-size: 30px;
	}

	h2,
	.h2,
	.add-nav a {
		font-size: 22px;
	}

	blockquote {
		padding-left: 30px;
	}

	blockquote:before {
		font-size: 20px;
		left: 0;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea,
	.textbox {
		margin-bottom: 10px;
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea,
	.textbox {
		height: 33px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	.captchaimg,
	.textbox {
		height: 34px;
	}

	.reservation-form [class^="col-"]:not(.col-12) {
		width: 100%;
	}

	.reservation-form label {
		display: none;
	}

	.reservation-form input[type="text"],
	.reservation-form input[type="tel"],
	.reservation-form input[type="email"],
	.reservation-form input[type="search"],
	.reservation-form input[type="password"] {
		height: 35px;
		margin-bottom: 10px;
	}

	.reservation-form textarea {
		margin-bottom: 20px;
	}

	.reservation-form .input-holder {
		margin-bottom: 10px;
	}

	.reservation-form .input-holder:after {
		right: 10px;
	}

	.reservation-form .input-holder input[type="text"]::-webkit-input-placeholder,
	.reservation-form .input-holder input[type="tel"]::-webkit-input-placeholder,
	.reservation-form .input-holder input[type="email"]::-webkit-input-placeholder,
	.reservation-form .input-holder input[type="search"]::-webkit-input-placeholder,
	.reservation-form .input-holder input[type="password"]::-webkit-input-placeholder,
	.reservation-form .input-holder textarea::-webkit-input-placeholder {
		color: #999;
	}

	.reservation-form .input-holder input[type="text"]::-moz-placeholder,
	.reservation-form .input-holder input[type="tel"]::-moz-placeholder,
	.reservation-form .input-holder input[type="email"]::-moz-placeholder,
	.reservation-form .input-holder input[type="search"]::-moz-placeholder,
	.reservation-form .input-holder input[type="password"]::-moz-placeholder,
	.reservation-form .input-holder textarea::-moz-placeholder {
		color: #999;
	}

	.reservation-form .input-holder input[type="text"]:-moz-placeholder,
	.reservation-form .input-holder input[type="tel"]:-moz-placeholder,
	.reservation-form .input-holder input[type="email"]:-moz-placeholder,
	.reservation-form .input-holder input[type="search"]:-moz-placeholder,
	.reservation-form .input-holder input[type="password"]:-moz-placeholder,
	.reservation-form .input-holder textarea:-moz-placeholder {
		color: #999;
	}

	.reservation-form .input-holder input[type="text"]:-ms-input-placeholder,
	.reservation-form .input-holder input[type="tel"]:-ms-input-placeholder,
	.reservation-form .input-holder input[type="email"]:-ms-input-placeholder,
	.reservation-form .input-holder input[type="search"]:-ms-input-placeholder,
	.reservation-form .input-holder input[type="password"]:-ms-input-placeholder,
	.reservation-form .input-holder textarea:-ms-input-placeholder {
		color: #999;
	}

	.reservation-form .input-holder input[type="text"].placeholder,
	.reservation-form .input-holder input[type="tel"].placeholder,
	.reservation-form .input-holder input[type="email"].placeholder,
	.reservation-form .input-holder input[type="search"].placeholder,
	.reservation-form .input-holder input[type="password"].placeholder,
	.reservation-form .input-holder textarea.placeholder {
		color: #999;
	}

	.comments-form [class^="col-"] {
		width: 100%;
		margin-bottom: 0;
	}

	.comments-form textarea {
		padding: 10px;
	}

	.captcha-holder .captchaimg {
		margin-bottom: 0;
	}

	.captcha-holder .captchaimg img {
		max-height: 34px;
	}

	.booking-form {
		width: 270px;
		padding: 10px;
	}

	.booking-form [class^="col-"] {
		width: 100%;
		margin-bottom: 15px;
	}

	.contact-form h2 {
		margin-bottom: 10px;
	}

	.contact-form .captcha-holder .captchaimg {
		width: calc(50% - 10px);
		margin-right: 10px;
	}

	.contact-form .captcha-holder input[type="text"] {
		width: calc(50% - 10px) !important;
		margin-left: 10px;
	}

	.register-form fieldset + fieldset {
		padding-top: 20px;
	}

	.register-form .jcf-select,
	.register-form .input-box {
		margin-bottom: 10px;
	}

	.register-form .captcha-holder label {
		margin-bottom: 10px;
	}

	.register-form .captcha-holder .captchaimg {
		width: calc(50% - 10px);
		margin-right: 10px;
	}

	.register-form .captcha-holder input[type="text"] {
		width: calc(50% - 10px) !important;
		margin-left: 10px;
	}

	.login-form .title-block {
		font-size: 14px;
	}

	.row-holder,
	.menu-list,
	.list-wrap .productSmall,
	.productTable,
	.product-container .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,
	.list-wrap .productSmall li,
	.list-wrap .productSmall td,
	.productTable li,
	.productTable 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,
	.product-container .productSmall li,
	.productTable tr td {
		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%;
	}

	.button,
	input[type="submit"],
	input[type="button"],
	button {
		font-size: 16px;
	}

	.back-to-top {
		bottom: 5px;
		font-size: 30px;
	}

	.scroll .back-to-top {
		right: 10px;
	}

	.carousel .mask {
		padding: 0 30px;
	}

	.carousel .btn-next,
	.carousel .btn-prev {
		width: 30px;
		height: 50px;
	}

	.carousel .btn-next:after,
	.carousel .btn-prev:after {
		height: 50px;
		width: 50px;
	}

	.carousel .btn-prev {
		left: -10px;
	}

	.carousel .btn-next {
		right: -10px;
	}

	.tabset a {
		font-size: 14px;
	}

	.tab-content {
		margin-bottom: 20px;
	}

	.accordion li {
		padding: 10px 0;
	}

	.comment-section {
		margin: 0;
	}

	.comment-section .comment-block {
		margin-bottom: 10px;
	}

	.comment-section .panel {
		display: block;
	}

	.comment-section h2 {
		margin-bottom: 10px;
	}

	body {
		font-size: 14px;
	}

	#main {
		padding-bottom: 20px;
	}

	.section:last-child {
		margin-bottom: -20px;
	}

	.img-area img {
		margin-bottom: 10px;
	}

	.map-holder:last-of-type {
		margin-bottom: -20px;
	}

	.not-found-holder .head-block {
		margin-bottom: 20px;
	}

	.not-found-holder .img {
		margin-bottom: 20px;
	}

	.email-holder {
		display: block;
	}

	.icon-404 {
		margin-bottom: 30px;
	}

	[id="sidebar"] {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.side-block {
		padding-bottom: 10px;
	}

	.archives .opener-archive {
		font-size: 16px;
	}

	.archives .opener-archive:after {
		top: 9px;
	}

	.blogpostcategories {
		font-size: 16px;
	}

	.tag-cloud a,
	.BlogTagCloud a {
		font-size: 16px;
	}

	[id="footer"] {
		padding: 30px 0 10px;
	}

	.blog-wrap .img-block {
		float: none;
		margin: 0;
	}

	.blog-wrap img {
		margin: 0 0 15px;
	}

	.info-wrap {
		padding-bottom: 20px;
	}

	.info-wrap .info-block {
		padding-bottom: 20px;
	}

	.info-container .info-block {
		margin-bottom: 20px;
	}

	.info-container .img-block {
		margin-bottom: 10px;
	}

	.testimonials-section .head-block {
		margin-bottom: 20px;
	}

	.event-home .description {
		max-width: 100%;
	}

	.menu-tabset {
		font-size: 16px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 30px 0 20px;
	}

	.menu-tabset li {
		width: auto;
		margin-bottom: 10px;
	}

	.menu-tabset i {
		font-size: 30px;
		line-height: 30px;
	}

	.menu-tabset .icon-fish {
		font-size: 16px;
	}

	.menu-list {
		font-size: 16px;
	}

	.menu-list li {
		width: 50%;
	}

	.menu-list h2 {
		font-size: 20px;
	}

	.menu-list .price {
		font-size: 18px;
	}

	.menu-listing .block {
		max-width: 270px;
		width: 100%;
	}

	.reservation-list {
		margin-bottom: 30px;
	}

	.reservation-list .block {
		width: 33.33%;
		padding: 10px;
	}

	.post {
		margin-bottom: 20px;
	}

	.post .img-block + .text-block {
		padding: 10px;
	}

	.post .text-block {
		font-size: 16px;
	}

	.post p {
		display: none;
	}

	.post-info li {
		font-size: 14px;
		padding: 0 20px 10px;
	}

	.post-info li:before {
		font-size: 16px;
	}

	.post-info .date:before {
		font-size: 14px;
		top: -1px;
	}

	.post-blocks .block {
		width: 50%;
	}

	.post-blocks .block:nth-last-child(-n+3):before {
		display: block;
	}

	.post-blocks h2 {
		min-height: 0;
	}

	.post-slider .btn-prev,
	.post-slider .btn-next {
		display: none;
	}

	.post-slider h2 {
		margin-bottom: 10px;
	}

	.event-list .info-block {
		width: 50%;
	}

	.event-list .img-block {
		margin-bottom: 10px;
	}

	.event-list img + .info {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.event-list ul li {
		margin-bottom: 5px;
	}

	.event-list time {
		padding-left: 20px;
	}

	.event-list .date:before {
		padding: 0;
		font-size: 14px;
	}

	.event-list .time:before {
		font-size: 17px;
		padding: 0 0 0 4px;
	}

	.events-detail .info-list {
		margin-bottom: 5px;
	}

	.address-block {
		font-size: 16px;
		padding: 10px 10px 10px 40px;
		width: 200px;
		bottom: 10px;
	}

	.address-block .icon {
		font-size: 18px;
		left: 10px;
	}

	.horizontal-gallery .frame .slidee li {
		max-width: 200px;
	}

	.masonry-gallery .img-block {
		width: 50%;
	}

	.webapp-wrap .info-block {
		margin-bottom: 20px;
		width: 50%;
	}

	.webapp-wrap .img-block {
		margin-bottom: 10px;
	}

	.webapp-section .content-holder {
		padding-bottom: 0;
		margin: 0;
	}

	.webapp-section .aside-block {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.webapp-paging .icon {
		font-size: 28px;
	}

	.webapp-paging .prev {
		padding-left: 20px;
	}

	.webapp-paging .next {
		padding-right: 20px;
	}

	.webapp-paging .title {
		font-size: 15px;
	}

	.webapp-paging .position {
		font-size: 12px;
	}

	.items-wrap {
		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;
	}

	.item-block {
		max-width: 360px;
		margin-bottom: 20px;
	}

	.item-detail {
		width: 100%;
		padding: 30px  10px;
	}

	.filter-section {
		padding-bottom: 15px;
	}

	.filter-section [class^="col-"] {
		width: 50%;
		margin-bottom: 15px;
	}

	.filter-section h2 {
		margin-bottom: 15px;
	}

	.filter-section .filter-form {
		display: block;
		text-align: center;
	}

	.filter-section input[type="submit"],
	.filter-section button {
		margin: 0;
	}

	.productSmall .label,
	.productLarge .label,
	.productTable .label {
		width: 35px;
		height: 35px;
		font-size: 9px;
		line-height: 35px;
	}

	.list-wrap .productSmall li,
	.list-wrap .productSmall td,
	.productTable li,
	.productTable td {
		width: 50%;
	}

	.list-wrap .productSmall .img-block,
	.productTable .img-block {
		width: 135px;
		height: 135px;
	}

	.list-wrap .productSmall .title,
	.productTable .title {
		font-size: 18px;
	}

	.list-wrap .productSmall .price,
	.productTable .price {
		font-size: 18px;
	}

	.list-wrap .productSmall .price .old,
	.productTable .price .old {
		font-size: 14px;
	}

	.list-wrap .productSmall .button,
	.productTable .button {
		font-size: 14px;
	}

	.product-container .productSmall {
		margin-bottom: 0;
	}

	.product-container .productSmall li {
		margin-bottom: 20px;
	}

	.product-container .productSmall .img-block + .info .title {
		width: 60%;
		left: 10px;
		bottom: 10px;
	}

	.product-container .productSmall .img-block + .info .price {
		width: 70px;
		height: 70px;
		font-size: 14px;
		right: 5px;
		bottom: -5px;
	}

	.product-container .productSmall .label {
		top: 5px;
		right: 5px;
	}

	.product-container .productSmall .price .old {
		font-size: 12px;
	}

	.list-wrap:last-child {
		margin-bottom: -20px;
	}

	.product-option-form .input-row .col,
	.product-option-form .input-row .catProductAttributeGroup {
		padding-bottom: 0;
	}

	.product-option-form .input-row .col.number,
	.product-option-form .input-row .catProductAttributeGroup.number {
		max-width: 50%;
	}

	.steps-holder {
		padding-bottom: 15px;
	}

	.steps li {
		padding: 0;
		width: auto;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}

	.steps .icon-holder {
		margin-bottom: 0;
	}

	.steps .icon {
		font-size: 40px;
	}

	.steps .text {
		display: none;
	}

	.steps .decor-line {
		width: 80%;
		-webkit-transform: translateX(-15%);
		-ms-transform: translateX(-15%);
		transform: translateX(-15%);
	}

	.steps .decor-line + .decor-line {
		-webkit-transform: translateX(15%);
		-ms-transform: translateX(15%);
		transform: translateX(15%);
	}

	.shopping-table {
		font-size: 15px;
	}

	.shopping-table thead {
		display: none;
	}

	.shopping-table tbody {
		display: block;
		width: 100%;
	}

	.shopping-table tr {
		display: block;
		width: 100%;
	}

	.shopping-table td {
		padding: 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;
		padding-left: 10px;
	}

	.shopping-table td:first-child {
		width: 100%;
		white-space: nowrap;
	}

	.shopping-table input[type="text"],
	.shopping-table input[type="number"] {
		height: 40px;
		width: 50px;
		display: block;
	}

	.shopping-table .product-holder {
		display: inline-block;
		vertical-align: top;
		white-space: normal;
	}

	.shopping-table .image-block {
		display: inline-block;
		vertical-align: middle;
		margin: 0 0 10px;
	}

	.shopping-table .text {
		max-width: 100%;
		font-size: 18px;
	}

	.shopping-table .link-remove {
		font-size: 25px;
	}

	.shopping-hold h2 {
		margin-bottom: 10px;
	}

	.shipping-form .jcf-select {
		margin-bottom: 10px;
	}

	.summary-table {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 20px;
	}

	.summary-table td {
		padding: 10px 5px;
	}

	.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 {
		margin-right: 0;
	}

	.checkout-form .jcf-select {
		margin-bottom: 10px;
	}

	.checkout-form .btn-row {
		display: block;
		text-align: center;
	}

	.checkout-form .btn-row .button + .button {
		margin-left: 0;
	}

	.checkout-form .note-block {
		padding-bottom: 10px;
	}

	.checkout-form .radio-list {
		margin-bottom: 10px;
	}

	.checkout-form .shopping-table td {
		padding: 10px;
		display: block;
		text-align: left;
		padding-left: 108px;
		border: none;
	}

	.checkout-form .shopping-table td:first-child {
		width: 100%;
		padding-left: 108px;
	}

	.checkout-form .shopping-table .product-holder {
		display: inline-block;
		vertical-align: top;
	}

	.checkout-form [class^="col-"] {
		margin: 0;
	}

	.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;
	}

	.card-list {
		margin-bottom: 10px;
	}

	.system-page .shopping-table th,
	.system-page .shopping-table td,
	.system-page .summary-table th,
	.system-page .summary-table td {
		text-align: center;
		padding: 0 5px 10px;
	}

	.system-page .shopping-table th:first-child,
	.system-page .shopping-table td:first-child,
	.system-page .summary-table th:first-child,
	.system-page .summary-table td:first-child {
		padding-left: 0;
	}

	.system-page .shopping-table th:last-child,
	.system-page .shopping-table td:last-child,
	.system-page .summary-table th:last-child,
	.system-page .summary-table td:last-child {
		text-align: right;
	}

	.address-list {
		margin-bottom: 10px;
		display: block;
	}

	.contact-map iframe {
		height: 250px;
	}

	.thank-you-block .head-block {
		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;
	}

	.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 0 5px;
		display: block;
		width: auto;
	}

	.login-block {
		width: 350px;
		padding: 20px;
	}

	.account-section h2 {
		margin-bottom: 15px;
	}

	.account-section .h3,
	.account-section .accordion .opener,
	.accordion .account-section .opener,
	.account-section .list-wrap .productSmall .title,
	.list-wrap .productSmall .account-section .title,
	.account-section .productTable .title,
	.productTable .account-section .title,
	.account-section .product-container .productSmall .title,
	.product-container .productSmall .account-section .title {
		margin-bottom: 10px;
	}

	.account-list {
		display: block;
		border: none;
	}

	.account-list li {
		border-bottom: 4px solid #ebebeb;
		text-align: left;
		padding: 8px 0 6px;
	}

	.account-list li:last-child {
		text-align: left;
		padding-top: 8px;
	}

	.account-table {
		display: block;
		border-width: 1px;
	}

	.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;
		font-weight: 400;
		padding-left: 5px;
	}

	.account-table td[data-title="Order #"] {
		font-size: 18px;
	}

	#js-messages {
		font-size: 16px;
		padding-left: 5px;
	}

	.invoice-holder {
		overflow: auto;
	}

	.invoice {
		width: 600px;
	}

	.invoice .textb {
		margin: 0;
	}

	table.case-details {
		font-size: 14px;
	}

	table.case-details td.var {
		width: 112px;
	}

	.coming-soon {
		padding: 20px 0;
	}

	.coming-soon .icon {
		margin-bottom: 10px;
	}

	.coming-soon .title {
		font-size: 40px;
		margin-bottom: 10px;
	}

	.elements-tabset {
		display: block;
		border: none;
	}

	.elements-tabset li {
		border-bottom: 4px solid #ebebeb;
		text-align: left;
		padding: 8px 0 6px;
	}

	.elements-tabset li:last-child {
		text-align: left;
		padding-top: 8px;
	}

	.switcher {
		margin-bottom: 10px;
	}

	iframe {
		height: auto;
	}
}

@media (max-width: 767px) and (max-width: 767px) {
	.account-table td:before {
		font-size: 16px;
	}
}

@media (max-width: 479px) {
	.event-home .item {
		display: block;
		text-align: center;
	}

	.event-home .date strong {
		display: inline-block;
		margin-bottom: 15px;
	}

	.post-blocks .block {
		width: 100%;
	}

	.event-list .info-block {
		width: 100%;
	}

	.event-list .img-block img {
		width: 100%;
	}

	.login-block {
		width: 280px;
	}
}

@-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 zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes zoomInStable {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	33.333% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	66.666666% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes zoomInStable {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	33.333% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	66.666666% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes afl {
	from {
		opacity: 0;
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes afl {
	from {
		opacity: 0;
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(.8, .8, 1);
		transform: scale3d(.8, .8, 1);
	}

	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(.8, .8, 1);
		transform: scale3d(.8, .8, 1);
	}

	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes webAppAnimate {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes webAppAnimate {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
