/*
Theme Name: Restaurant
Author: Anonymous
Author URI:
Version: 1000
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/*! 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;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after {
	content: " ";
	display: block;
	clear: both;
}

.block-info .two-cols .list-detail,
.logos-block .logos-list,
.result-box .featured-block .list-holder,
.switcher-list,
.location-popup .btns-list,
#header .open-close ul,
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single: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: #1c191a;
	background: #000;
	font: 12px/1.167 "Arial", "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;
}

.hidden {
	display: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.167em;
}

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.167em;
}

th,
td {
	border: 1px solid #999;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

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 {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: none;
	padding: 11px;
	background: #1c191a;
	color: #fff;
}

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 {
	color: #636162;
	opacity: 1;
}

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 {
	color: #636162;
	opacity: 1;
}

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 {
	color: #636162;
}

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 {
	color: #636162;
}

textarea {
	width: 100%;
	height: 160px;
	resize: none;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	background: #ee9e24;
	color: #1c191a;
	text-transform: uppercase;
	min-width: 115px;
	border: none;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	padding: 11px;
	-webkit-transition: background .4s ease;
	transition: background .4s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
	background: #f2b353;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.widget {
	margin-bottom: 1.167em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #ee9e24;
	color: #1c191a;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.167em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.167em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.167em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.167em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #ee9e24;
	color: #1c191a;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.167em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #ee9e24;
	color: #1c191a;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #999;
	padding: .4em;
	margin-bottom: 1.167em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.167em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.167em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.167em;
}

.mejs-container {
	margin-bottom: 1.167em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "ubunto", "Helvetica", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 23px;
}

h2,
.h2 {
	font-size: 20px;
}

h3,
.h3 {
	font-size: 15px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #1c191a;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #52494c;
}

body {
	background: #000 url(images/bg-main.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}

.balance {
	background: #fff;
}

#wrapper {
	position: relative;
	overflow: hidden;
	padding: 95px 0 0;
}

.home #wrapper {
	padding: 0;
}

.balance #wrapper {
	padding: 0;
}

.bg-white {
	background: #fff;
}

.btn {
	display: inline-block;
	vertical-align: top;
	color: #1c191a;
	background: #ee9e24;
	padding: 8px;
	font-family: "ubunto", "Helvetica", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	padding: 10px;
}

.btn:hover {
	background: #a0650c;
	color: #fff;
}

:target:before {
	content: "";
	display: block;
	height: 98px; /* fixed header height*/
	width: 100%;
}

.container {
	max-width: 1010px;
	padding: 0 15px;
	margin: 0 auto;
}

.main-wrap {
	background: #fff;
	overflow: hidden;
}

ol {
	padding: 0;
	list-style: none;
	counter-reset: item;
}

ol > li {
	position: relative;
	padding: 0 0 0 36px;
	letter-spacing: .6px;
	margin: 0 0 1px;
}

ol > li:before {
	font-size: 12px;
	line-height: 14px;
	position: absolute;
	left: 0;
	top: 0;
	counter-increment: item;
	content: counters(item, ".", decimal) ".";
}

#content {
	float: left;
	width: 70%;
}

#sidebar {
	float: right;
	width: 25%;
}

#main {
	position: relative;
	overflow: hidden;
	padding: 20px 0 0;
}

.block-choices {
	position: relative;
	overflow: hidden;
}

.block-choices .container {
	padding: 0 15px 0 20px;
}

.block-choices h1 {
	max-width: 545px;
	margin: 0 auto 40px;
	text-align: center;
	color: #fff;
	font-weight: 400;
	line-height: 1.125;
}

.block-choices .three-cols {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font: 15px/18px "ubunto", "Helvetica", sans-serif;
	margin: 0 0 15px;
}

.block-choices .three-cols .col {
	background: #fff;
	width: 32%;
	text-align: center;
	padding: 35px;
}

.block-choices .three-cols .col:nth-child(2) {
	padding: 35px 20px 54px;
}

.block-choices .three-cols .btn {
	font-size: 12px;
	display: block;
}

.block-choices .three-cols p {
	margin: 0 0 12px;
}

.form-search {
	position: relative;
	overflow: hidden;
}

.form-search .field-holder {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.form-search .field-holder input[type="search"],
.form-search .field-holder input[type="text"] {
	width: calc(100% - 48px);
	font-size: 12px;
	padding: 10px 13px;
}

.form-search .field-holder input[type="search"]:-moz-placeholder,
.form-search .field-holder input[type="text"]:-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.form-search .field-holder input[type="search"]::-moz-placeholder,
.form-search .field-holder input[type="text"]::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.form-search .field-holder input[type="search"]:-ms-input-placeholder,
.form-search .field-holder input[type="text"]:-ms-input-placeholder {
	color: #fff;
}

.form-search .field-holder input[type="search"]::-webkit-input-placeholder,
.form-search .field-holder input[type="text"]::-webkit-input-placeholder {
	color: #fff;
}

.form-search .field-holder button[type="submit"] {
	border: none;
	width: 48px;
	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;
	min-width: inherit;
}

.form-search .field-holder button[type="submit"] .icon {
	font-size: 21px;
	line-height: 11px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.form-submit {
	position: relative;
	overflow: hidden;
	max-width: 500px;
	margin: 0 0 22px;
}

.form-submit .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 10px;
}

.form-submit .row .col {
	width: 49%;
}

.form-submit input[type="text"],
.form-submit input[type="email"] {
	width: 100%;
}

.form-submit textarea {
	width: 100%;
	height: 160px;
	resize: none;
	margin: 0 0 8px;
}

.block-cards {
	position: relative;
	overflow: hidden;
	background: #fff url(images/bg-pattern.jpg);
	padding: 40px 30px 28px;
	text-align: center;
	margin: 0 0 15px;
	color: #1c191a;
}

.block-cards h2 {
	font-weight: 400;
	margin: 0 0 32px;
}

.block-cards .cards-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.block-cards .cards-details .card {
	width: 28%;
}

.block-cards .cards-details .img {
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 20px;
}

.block-cards .cards-details .title {
	font: 700 15px/18px "ubunto", "Helvetica", sans-serif;
	display: block;
	margin: 0 0 15px;
}

.block-cards ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.block-cards ul li {
	padding: 0 2px 4px;
}

.block-cards ul a {
	display: block;
}

.block-cards ul img {
	display: block;
}

.featured-block {
	position: relative;
	overflow: hidden;
	background: #fff;
	padding: 34px 47px 25px;
	color: #000;
}

.featured-block.style {
	padding: 24px 0;
	background: none; /*.list-holder li:last-child {
			position: absolute;
			left: 10px;
			bottom: 0;
		}*/
}

.featured-block.style h2 {
	text-align: left;
	font-size: 14px;
	color: #ee9e24;
	margin: 0 0 18px;
}

.featured-block.style .title {
	margin: 0 0 11px;
}

.featured-block.style .row {
	display: block;
	margin: 0 -10px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.featured-block.style .row > * {
	font-size: 12px;
	line-height: 1.167;
}

.featured-block.style .col {
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	padding: 0 10px;
}

.featured-block.style .image-holder {
	margin: 0 0 21px;
}

.featured-block.style p {
	margin: 0 0 15px;
}

.featured-block.style .text-holder {
	padding: 0;
}

.featured-block.search-empty {
	width: 100% !important;
}

.featured-block.search-empty .col {
	width: 32.2% !important;
}

.featured-block .slick-slider {
	padding: 2px 50px;
	margin: 0 0 30px;
	text-align: center;
}

.featured-block .slick-slider .title {
	text-align: center;
	font-family: inherit;
	color: #ee9e24;
	margin: 0 0 15px;
}

.featured-block .slick-slider .image-holder {
	margin: 0 0 19px;
}

.featured-block .slick-slider .text-holder {
	padding: 0;
}

.featured-block .slick-slider .slick-arrow {
	width: 48px;
	height: 54px;
	background: #ee9e24;
	left: 50px;
	top: 120px;
	color: #1c191a;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	font-size: 36px;
}

.featured-block .slick-slider .slick-arrow.slick-next {
	left: auto;
	right: 50px;
}

.featured-block h2 {
	font-weight: 400;
	text-align: center;
	margin: 0 0 34px;
	color: #1c191a;
}

.featured-block .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 17px;
}

.featured-block .col {
	width: 49%;
	position: relative;
}

.featured-block .image-holder {
	position: relative;
	overflow: hidden;
	margin: 0 0 23px;
}

.featured-block .image-holder a {
	display: block;
}

.featured-block .image-holder img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.featured-block .text-holder {
	overflow: hidden;
	padding: 0 14% 0 0;
}

.featured-block .text-holder a {
	text-decoration: underline;
}

.featured-block .title {
	display: block;
	font: 15px/18px "ubunto", "Helvetica", sans-serif;
	margin: 0 0 21px;
}

.featured-block .title a {
	color: #ee9e24;
	text-decoration: none;
	letter-spacing: .9px;
}

.featured-block .title a:hover {
	color: #000;
	font-weight: 400;
}

.featured-block p {
	margin: 0;
}

.gift-box {
	font: 15px/18px "ubunto", "Helvetica", sans-serif;
	position: relative;
	overflow: hidden;
	background: #1e1b1c;
	color: #fff;
	padding: 22px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.gift-box p {
	margin: 0;
}

.gift-box .btn {
	max-width: 250px;
	width: 100%;
	text-align: center;
	margin: 0 20px;
}

.block-info {
	position: relative;
	overflow: hidden;
}

.block-info .box-wrap {
	background: #fff;
	padding: 28px 50px;
}

.block-info .text-wrap {
	max-width: 300px;
	position: relative;
	overflow: hidden;
	margin: 0 0 72px;
}

.block-info .text-wrap a:hover {
	color: #000;
}

.block-info .detail-box {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #1c191a;
	padding: 0 0 8px;
}

.block-info .detail-box.style {
	padding: 0 0 57px;
}

.block-info .detail-box .text {
	position: relative;
	overflow: hidden;
	max-width: 610px;
}

.block-info .detail-box .text.style {
	max-width: 496px;
}

.block-info .detail-box .text.style p {
	margin: 0 0 17px;
}

.block-info .detail-box .text p {
	margin: 0 0 24px;
}

.block-info .detail-box .image-holder {
	position: relative;
	overflow: hidden;
	margin: 0 0 25px;
}

.block-info .detail-box .image-holder img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.block-info h1 {
	font-size: 20px;
	color: #ee9e24;
	font-weight: 400;
	margin: 0 0 15px;
}

.block-info .btn-back {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: -9px 0 19px;
}

.block-info .btn-back:before {
	width: 0;
	height: 0;
	left: -25px;
	top: 0;
	content: "";
	border-style: solid;
	border-width: 7px 13px 7px 0;
	border-color: transparent #ee9e24 transparent transparent;
	position: absolute;
}

.block-info .two-cols {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 33px;
}

.block-info .two-cols .col {
	width: 53.5%;
}

.block-info .two-cols .col:first-child {
	width: 43%;
}

.block-info .two-cols h1 {
	margin: 0 0 21px;
}

.block-info .two-cols p {
	margin: 0 0 14px;
}

.block-info .two-cols .wrap {
	position: relative;
	overflow: hidden;
	margin: 0 0 14px;
}

.block-info .two-cols .wrap a {
	text-decoration: underline;
}

.block-info .two-cols .wrap a:hover {
	text-decoration: none;
}

.block-info .two-cols .title {
	font-family: "ubunto", "Helvetica", sans-serif;
	display: block;
	color: #ee9e24;
	margin: 0 0 2px;
	font-weight: 400;
	text-transform: uppercase;
}

.block-info .two-cols .gallery {
	margin: 0 0 14px;
}

.block-info .two-cols .gallery img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.block-info .two-cols .address-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 0 8px;
}

.block-info .two-cols .address-area {
	position: relative;
	overflow: hidden;
	width: 40%;
}

.block-info .two-cols .contact-box {
	background: #ee9e24;
	font-family: "ubunto", "Helvetica", sans-serif;
	width: 50%;
	padding: 12px 15px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.block-info .two-cols .contact-box a {
	color: #fff;
}

.block-info .two-cols .contact-box a:hover {
	opacity: .8;
}

.block-info .two-cols .contact-box p {
	margin: 0;
}

.block-info .two-cols .contact-box .color {
	color: #fff;
}

.block-info .two-cols address {
	font-style: normal;
}

.block-info .two-cols .map-holder {
	position: relative;
	overflow: hidden;
	min-height: 310px;
}

.block-info .two-cols .map-holder img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.block-info .two-cols .map-holder .ico-pin {
	position: absolute;
	top: 38px;
	width: 31px;
	left: 37%;
}

.block-info .two-cols .map-holder .ico-pin img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.block-info .list {
	padding: 2px 0 23px;
}

.logos-block {
	position: relative;
	overflow: hidden;
	background: #f2f2f2;
	margin: 0 0 26px;
}

.logos-block .logos-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 35px 25px 0 35px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f2f2f2;
	margin: 0 0 -21px;
}

.logos-block .logos-list li {
	width: 25%;
	text-align: center;
	padding: 0 10px;
	margin: 0 0 41px;
}

.login-box {
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
	padding: 28px 0;
}

.login-box h1 {
	font: 400 70px/76px "ubunto", "Helvetica", sans-serif;
	margin: 0 0 49px;
}

.form-signin {
	position: relative;
}

.form-signin .field-holder {
	margin: 0 0 15px;
}

.form-signin input[type="text"] {
	color: #999;
	box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .1);
	height: 38px;
	width: 100%;
	border-radius: 6px;
	background: #eee;
	border: 1px solid #ccc;
	font: 700 15px/18px "ubunto", "Helvetica", sans-serif;
}

.form-signin input[type="text"]:-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-signin input[type="text"]::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-signin input[type="text"]:-ms-input-placeholder {
	color: #999;
}

.form-signin input[type="text"]::-webkit-input-placeholder {
	color: #999;
}

.form-signin input[type="text"]:focus {
	background: #fff;
	border-color: #4eaeee;
	box-shadow: 0 0 10px 0 rgba(78, 174, 238, .3);
}

.form-signin input[type="submit"] {
	width: 100%;
	display: block;
	color: #fff;
	font-weight: 700;
	padding: 8px;
	border-radius: 6px;
	font-size: 14px;
	background: -webkit-linear-gradient(top, #72b2e0 0%, #64aad8 100%);
	background: linear-gradient(to bottom, #72b2e0 0%, #64aad8 100%);
}

.form-signin input[type="submit"]:hover {
	background: -webkit-linear-gradient(top, #64aad8 0%, #72b2e0 100%);
	background: linear-gradient(to bottom, #64aad8 0%, #72b2e0 100%);
}

.filters-area {
	position: relative;
	overflow: hidden;
}

.filters-area.loading .box-title,
.filters-area.loading .info-text.search-empty,
.filters-area.loading .main-block,
.filters-area.loading .featured-block.style {
	height: 0;
	overflow: hidden;
}

.filters-area.loading .loading-box {
	display: block;
}

.filters-area .loading-box {
	display: none;
	padding: 10px 0;
}

.filters-area .loading-box .text {
	display: block;
	text-align: center;
	margin: 0 0 20px;
}

.filters-area .loading-box .image-holder {
	display: block;
	margin: 0 auto;
	width: 50px;
}

.filters-area h1 {
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 12px;
	letter-spacing: 1.2px;
}

.map-holder button {
	min-width: inherit;
}

.result-box {
	background: #fff;
	padding: 15px 50px 28px;
}

.map-active .result-box {
	padding: 15px 10px 28px;
}

.map-active .result-box .result-item p {
	display: block !important;
}

.result-box .result-item {
	display: block;
}

.result-box .result-item .image-holder {
	position: relative;
	overflow: hidden;
}

.result-box .result-item .title {
	font-size: 14px;
}

.result-box .result-item .title a {
	color: #1c191a;
}

.result-box.no-result .featured-block,
.result-box.no-geo .featured-block {
	width: 100% !important;
}

.result-box.no-result .featured-block .grid,
.result-box.no-geo .featured-block .grid {
	display: none;
}

.result-box.no-result .featured-block.search-empty,
.result-box.no-geo .featured-block.search-empty {
	display: block;
}

.result-box.no-result .featured-block .col,
.result-box.no-geo .featured-block .col {
	min-height: inherit;
	margin: 0;
	padding: 0 10px 20px;
}

.map-active .result-box.no-result .featured-block,
.map-active .result-box.no-geo .featured-block {
	height: 480px !important;
}

.map-active .result-box.no-result .featured-block .grid,
.map-active .result-box.no-geo .featured-block .grid {
	display: none !important;
}

.result-box .box-title {
	font-size: 14px;
	line-height: 18px;
	color: #65675b;
	display: block;
	margin: 0 0 14px;
	font-weight: 400;
}

.map-active .result-box .box-title {
	display: none;
}

.result-box.no-geo .box-title {
	display: none;
}

.result-box .featured-block {
	padding: 0;
	overflow-y: auto;
	overflow: inherit;
	width: 100%;
}

.map-active .result-box .featured-block.search-empty {
	display: none;
}

.map-active .result-box .featured-block {
	width: 26.3% !important;
	height: 481px;
	overflow-x: hidden;
	overflow-y: auto;
}

.no-result .result-box .featured-block,
.no-geo .result-box .featured-block {
	width: 100% !important;
}

.result-box .featured-block .image-holder {
	margin: 0 0 21px;
}

.map-active .result-box .featured-block .image-holder {
	margin: 0 0 10px;
}

.result-box .featured-block p {
	margin: 0 0 18px;
}

.map-active .result-box .featured-block p {
	display: none;
}

.result-box .featured-block .col {
	margin: 0 0 17px;
	min-height: 325px;
}

.map-active .result-box .featured-block .col {
	min-height: inherit;
	width: 100%;
	margin: 0 0 14px;
}

.no-result .result-box .featured-block .col,
.no-geo .result-box .featured-block .col {
	min-height: inherit;
	margin: 0;
	padding: 0 10px 20px;
}

.result-box .featured-block .title {
	font-size: 14px;
}

.map-active .result-box .featured-block .title {
	margin: 0 0 3px;
}

.result-box .featured-block .list-holder a {
	text-decoration: none;
}

.map-active .result-box .featured-block .list-holder li.website {
	display: none;
}

.result-box .featured-block address {
	font-style: normal;
	margin: 0;
}

.result-box .featured-block .btn {
	font: 700 12px/15px "Arial", "Helvetica", sans-serif;
	margin: 5px 0 0;
	padding: 4px 6px;
	text-transform: none;
	letter-spacing: 1px;
}

.result-box .map-holder {
	width: 71.7%;
	overflow: hidden;
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.map-active .result-box .map-holder {
	position: relative;
	top: 0;
	left: 0;
}

.result-box .map-holder img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.result-box .map-holder .map-info {
	font-size: 14px;
	line-height: 18px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9;
	background: #ffa7b6;
	color: #fff;
	padding: 15px 40px 15px 20px;
}

.bar-close .result-box .map-holder .map-info {
	display: none;
}

.result-box .map-holder .map-info .btn-close {
	width: 14px;
	height: 14px;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: -7px 0 0;
}

.result-box .map-holder .map-info .btn-close:before,
.result-box .map-holder .map-info .btn-close:after {
	width: 20px;
	height: 2px;
	background: #fff;
	position: absolute;
	right: -2px;
	top: 6px;
	content: "";
}

.result-box .map-holder .map-info .btn-close:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.result-box .map-holder .popup-holder {
	position: absolute;
	right: 22%;
	top: 63.4%;
	height: 0;
	overflow: hidden;
}

.result-box .map-holder .popup-holder .popup-opener {
	display: inline-block;
	vertical-align: top;
	width: 31px;
}

.result-box .map-holder .popup-holder .popup {
	background: #fff;
	position: absolute;
	bottom: 100%;
	width: 310px;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	padding: 12px 14px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 16px;
	box-shadow: -7px 5px rgba(0, 0, 0, .1);
}

.result-box .map-holder .popup-holder .popup:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 10px 0 10px;
	border-color: #fff transparent transparent transparent;
	left: 50%;
	top: 100%;
	content: "";
	position: absolute;
	margin: 0 0 0 -10px;
}

.result-box .map-holder .popup-holder .popup .image-holder {
	width: 48.6%;
}

.result-box .map-holder .popup-holder .popup .text-holder {
	width: 50%;
	padding: 0 0 3px 16px;
}

.result-box .map-holder .popup-holder .popup .title {
	display: block;
	font-weight: 700;
}

.result-box .map-holder .popup-holder .popup address {
	font-style: normal;
	text-decoration: underline;
	margin: 0;
}

.result-box .map-holder .popup-holder .popup .tel {
	text-decoration: underline;
}

.map-wrap .popup-opener {
	display: inline-block;
	vertical-align: top;
	width: 31px;
}

.map-wrap .popup {
	font-size: 12px;
	background: #fff;
	position: absolute;
	bottom: 100%;
	width: 310px;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	padding: 12px 14px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 36px;
	box-shadow: -7px 5px rgba(0, 0, 0, .1);
}

.map-wrap .popup:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 10px 0 10px;
	border-color: #fff transparent transparent;
	left: 50%;
	top: 100%;
	content: "";
	position: absolute;
	margin: 0 0 0 -10px;
}

.map-wrap .popup .image-holder {
	width: 48.6%;
}

.map-wrap .popup .text-holder {
	width: 50%;
	padding: 0 0 3px 16px;
}

.map-wrap .popup .title {
	display: block;
	font-weight: 700;
}

.map-wrap .popup address {
	font-style: normal;
	text-decoration: underline;
	margin: 0;
}

.map-wrap .popup .tel {
	text-decoration: underline;
}

.map-view {
	position: relative;
	overflow: hidden;
	padding: 0 10px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.map-view.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.map-view .featured-block {
	width: 26.3%;
}

.map-view .featured-block .col {
	width: 100%;
	margin: 0 0 14px;
}

.map-view .featured-block .image-holder {
	margin: 0 0 10px;
}

.map-view .featured-block .title {
	margin: 0 0 3px;
}

.filters-holder {
	padding: 26px 17px 12px;
	background: #fff;
	margin: 0 0 8px;
}

.form-filter {
	position: relative;
	overflow: hidden;
}

.form-filter .top-row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.form-filter .col-left {
	width: 304px;
}

.form-filter .col-right {
	width: calc(100% - 304px);
}

.form-filter .field-holder {
	position: relative;
	padding: 0 57px 0 0;
	margin: 0 0 10px;
	overflow: hidden;
}

.form-filter .field-holder button[type="submit"],
.form-filter .field-holder button[type="button"] {
	width: 57px;
	height: 38px;
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 0;
	min-width: inherit;
}

.form-filter .field-holder button[type="submit"] i,
.form-filter .field-holder button[type="button"] i {
	display: inline-block;
	vertical-align: top;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.form-filter input[type="search"],
.form-filter input[type="text"] {
	width: 100%;
	height: 38px;
	margin: 0;
}

.form-filter button[type="submit"] {
	min-width: inherit;
}

.form-filter .open-close-filter {
	min-height: 38px;
	margin: 0 0 10px;
	padding: 0 0 0 7px;
}

.form-filter .open-close-filter.active .opener {
	opacity: 0;
	visibility: hidden;
}

.form-filter .open-close-filter.active .slide .opener {
	opacity: 1;
	visibility: visible;
}

.form-filter .open-close-filter .opener {
	width: 70px;
	height: 38px;
	border-left: 6px solid #ee9e24;
	position: absolute;
	left: 10px;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #65675b;
	padding: 0 15px 0 4px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.form-filter .open-close-filter .opener:after {
	position: absolute;
	right: 0;
	top: 50%;
	content: "";
	border-style: solid;
	border-width: 7px 0 7px 14px;
	border-color: transparent transparent transparent #ee9e24;
	margin: -7px 0 0;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

.form-filter .open-close-filter .opener .active-text {
	display: none;
}

.form-filter .open-close-filter .slide {
	-webkit-transition: width .4s ease;
	transition: width .4s ease;
	overflow: hidden;
	background: #ee9e24;
	border-right: 6px solid #1c191a;
	position: relative;
	margin: 0 0 19px;
	text-align: left;
}

.form-filter .open-close-filter .slide .btn-holder {
	position: absolute;
	right: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	bottom: 0;
}

.form-filter .open-close-filter .slide .opener {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 14px 8px 0;
	border-color: transparent #fff transparent transparent;
	padding: 0;
	position: relative;
	display: block;
	left: auto;
}

.form-filter .open-close-filter .slide .opener:after {
	display: none;
}

.form-filter .open-close-filter .slide .jcf-select {
	height: 38px;
	padding: 0 0 0 13px;
	max-width: 122px;
}

.form-filter .open-close-filter .slide .jcf-select .jcf-select-text {
	line-height: 38px;
	margin: 0 30px 0 0;
}

.form-filter .open-close-filter .slide .jcf-select .jcf-select-opener:after {
	color: #fff;
}

.form-filter .open-close-filter .slide .check-holder {
	margin: 0 0 0 15px;
}

.form-filter .open-close-filter input[type="reset"] {
	min-width: inherit;
	background: none;
	color: #1c191a;
	padding: 0;
	margin: 0 10px 0 0;
	min-width: inherit;
	text-transform: none;
	font-weight: 400;
}

.form-filter .open-close-filter .selection-list {
	margin: 0;
	padding: 0 100px 0 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form-filter .open-close-filter .selection-list li {
	margin: 0 10px 0 0;
}

.form-filter .check-holder {
	position: relative;
	overflow: hidden;
	padding: 0 0 0 20px;
}

.form-filter .check-holder input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

.form-filter .check-holder input[type="checkbox"]:checked + .fake-lable:after {
	opacity: 1;
	visibility: visible;
}

.form-filter .check-holder .fake-lable {
	width: 15px;
	height: 15px;
	background: #ee9e24;
	position: absolute;
	left: 0;
	top: 0;
}

.form-filter .check-holder .fake-lable:after {
	font: 12px/15px "icomoon";
	position: absolute;
	left: 1px;
	top: -1px;
	content: "\e5ca";
	color: #1e1a1a;
	font-weight: 700;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.form-filter .select-filter {
	position: relative;
	overflow: hidden;
	width: 300px;
	margin: 0 0 0 14px;
}

.form-filter .select-filter .jcf-select {
	width: 100%;
	display: block;
	height: 38px;
	background: #1c191a;
	color: #fff;
}

.form-filter .select-filter .jcf-select .jcf-select-text {
	color: #fff;
	line-height: 38px;
	margin: 0 60px 0 11px;
}

.form-filter .select-filter .jcf-select .jcf-select-opener {
	width: 57px;
	background: #ee9e24;
}

.form-filter .select-filter .jcf-select .jcf-select-opener:after {
	content: "";
	border-style: solid;
	border-width: 13px 7px 0 7px;
	border-color: #1c191a transparent transparent transparent;
	right: auto;
	left: 50%;
	margin: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.switcher-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 3px 0 0;
}

.switcher-box .switcher-options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 18px 0 0;
}

.switcher-box .switcher-options .title {
	display: inline-block;
	vertical-align: top;
	padding: 0 15px 1px 0;
}

.switcher-box .select-holder {
	width: 84px;
	text-align: right;
	position: relative;
}

.switcher-box .select-holder:before {
	width: 1px;
	height: 27px;
	content: "";
	background: #65675b;
	position: absolute;
	left: 0;
	top: -8px;
}

.switcher-box .select-holder .jcf-select-opener {
	display: none;
}

.switcher-box .select-holder .jcf-select {
	height: 16px;
	text-align: center;
	width: 100%;
}

.switcher-box .select-holder .jcf-select.jcf-drop-active .jcf-select-text:after {
	color: #1c191a;
}

.switcher-box .select-holder .jcf-select .jcf-select-text {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	max-width: 84px;
	width: 84px;
	text-align: left;
	position: relative;
	padding: 0 25px 0 5px;
}

.switcher-box .select-holder .jcf-select .jcf-select-text span {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.switcher-box .select-holder .jcf-select .jcf-select-text:after {
	position: absolute;
	right: 0;
	top: 50%;
	font: 25px/16px "icomoon";
	content: "\e92d";
	color: #ee9e24;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.switcher-list {
	width: 123px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.switcher-list li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.switcher-list li.active a {
	border-bottom-color: #1c191a;
	color: #1c191a;
}

.switcher-list input[type="radio"] {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: -1;
}

.switcher-list input[type="radio"]:checked + label {
	border-bottom-color: #1c191a;
	color: #1c191a;
}

.switcher-list label {
	color: #ee9e24;
	display: block;
	padding: 0 0 6px;
	border-bottom: 4px solid #ee9e24;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	min-height: 21px;
}

.switcher-list label:hover {
	border-bottom-color: #1c191a;
	color: #1c191a;
}

.switcher-list label .icon {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 14px;
	margin: 0 5px 0 0;
}

.switcher-list label .icon.icon-map {
	font-size: 18px;
}

.location-option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.location-option .check-holder {
	width: 98px;
}

.location-option .select-holder {
	width: calc(100% - 100px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.location-option .select-holder .title {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 0 0;
}

.location-option .select-holder .jcf-select-text {
	font-weight: 700;
	color: #ee9e24;
	margin: 0 26px 0 0;
}

.location-popup {
	width: 240px;
	position: absolute;
	left: 50%;
	top: 30px;
	background: #fff;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	padding: 24px 15px 15px;
	color: #313131;
	text-align: center;
	z-index: 999;
	box-shadow: -7px 5px rgba(0, 0, 0, .1);
}

.location-close .location-popup {
	display: none;
}

.location-popup .btn-close {
	width: 14px;
	height: 14px;
	position: absolute;
	right: 15px;
	top: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.location-popup .btn-close:before,
.location-popup .btn-close:after {
	width: 20px;
	height: 3px;
	background: #1c191a;
	position: absolute;
	right: -2px;
	top: 6px;
	content: "";
}

.location-popup .btn-close:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.location-popup p {
	margin: 0 0 6px;
}

.location-popup .icon {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	margin: 0 10px 0 0;
}

.location-popup .icon img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.location-popup .btns-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.location-popup .btns-list li {
	width: 46%;
}

.location-popup .btns-list .btn {
	display: block;
	padding: 12px 10px;
}

.faqs-box {
	position: relative;
	overflow: hidden;
	padding: 0 0 25px;
	border-bottom: 1px solid #1c191a;
}

.faqs-box + .faqs-box {
	padding-top: 29px;
}

.faqs-box h2 {
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	color: #ee9e24;
	margin: 0 0 10px;
	letter-spacing: 1px;
}

.faqs-box .wrap {
	position: relative;
	overflow: hidden;
	letter-spacing: .5px;
}

.faqs-box .title {
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	display: block;
	margin: 0 0 -1px;
}

.faqs-box p {
	margin: 0 0 14px;
}

.main-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 0 30px;
}

.block-partners {
	position: relative;
	overflow: hidden;
}

.block-partners .head {
	background: #fff;
	padding: 28px 17px 18px;
	margin: 0 0 15px;
}

.block-partners .head .text {
	max-width: 520px;
}

.block-partners .head p {
	margin: 0;
}

.block-partners h1 {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 14px;
	font-weight: 400;
}

.chain-article {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background: #fff;
	margin: 0 0 15px;
	padding: 43px 30px 47px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.chain-article .image-holder {
	width: 46.7%;
}

.chain-article .image-holder a {
	display: block;
}

.chain-article .image-holder img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.chain-article .text-holder {
	width: 41%;
	padding: 0 0 0 4.1%;
}

.chain-article .chain-logo {
	display: block;
	margin: 0 0 5px;
}

.chain-article .chain-logo a {
	display: block;
}

.chain-article .title {
	font-size: 18px;
	line-height: 22px;
	display: block;
	margin: 0 0 6px;
	font-weight: 400;
}

.chain-article p {
	margin: 0 0 20px;
}

.chain-article .btn {
	text-align: center;
	min-width: 300px;
	padding: 12px;
}

.loader body {
	overflow: hidden;
}

.loader.loaded body {
	overflow: visible;
}

.loader.loaded .pre-loader {
	display: none;
}

.pre-loader {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	background: rgba(255, 255, 255, .7);
	z-index: 999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 15px;
}

.pre-loader .wrap {
	position: relative;
	overflow: hidden;
}

.pre-loader .title {
	font-size: 30px;
	line-height: 34px;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 0 30px;
}

.pre-loader .image-holder {
	width: 140px;
	display: block;
	margin: 0 auto;
}

.pre-loader .image-holder img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.info-text {
	font-size: 14px;
	line-height: 18px;
	color: #65675b;
	border-bottom: 1px solid #1c191a;
	width: 100%;
	margin: 0 0 23px;
	padding: 8px 0 32px;
}

.info-text p {
	margin: 0 0 15px;
}

.no-result.map-active .featured-block.search-empty,
.no-geo.map-active .featured-block.search-empty {
	display: none;
}

.no-result .featured-block.search-empty,
.no-geo .featured-block.search-empty {
	display: block;
	padding: 60px 0 0;
}

.map-active .no-result .main-block,
.map-active
.no-geo .main-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.no-result .main-block,
.no-geo .main-block {
	display: none;
}

.search-empty {
	display: none;
}

.no-result .search-empty,
.no-geo .search-empty {
	display: block;
}

.map-active .search-empty {
	display: none;
}

.info-text.search-empty {
	display: none;
}

.no-geo .info-text.search-empty {
	display: block;
}

.box-title.search-empty {
	display: block;
}

.no-geo .box-title.search-empty {
	display: none;
}

/*.result-wrap {opacity: 0;}*/

.result-box .featured-block .element-item {
	-ms-transform: none !important;
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
}

.featured-block.style.block-cards .col {
	padding-bottom: 0;
}

.featured-block.style.block-cards h2 {
	padding: 0 25px;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}

#header:after {
	width: 803px;
	height: 206px;
	position: absolute;
	left: 50%;
	top: 0;
	margin: -185px 0 0 -402px;
	content: "";
	background: #53b7bc;
	border-radius: 100%;
	display: none;
}

#header.fixed-header {
	position: relative;
}

#header.fixed-header .header-wrap {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	background: none;
}

#header.fixed-header .header-wrap:after,
#header.fixed-header .header-wrap:before {
	display: none;
}

#header.fixed-header .fixed-position + .header-wrap {
	background: #1c191a;
	animation: showBar ease .4s;
	-webkit-animation: showBar ease .4s;
}

#header.fixed-header .fixed-position + .header-wrap .logo,
#header.fixed-header .fixed-position + .header-wrap .btn-check,
#header.fixed-header .fixed-position + .header-wrap .btn {
	opacity: 1;
	visibility: visible;
}

#header.fixed-header .fixed-position + .header-wrap .opener {
	width: 63px;
	height: 63px;
}

#header.fixed-header .logo,
#header.fixed-header .btn-check,
#header.fixed-header .btn {
	opacity: 0;
	visibility: hidden;
}

#header.fixed-header .opener {
	width: 75px;
	height: 75px;
}

.balance #header {
	position: static;
	border-bottom: 30px solid #454647;
	background: #1c191a;
}

.balance #header:before,
.balance #header:after {
	display: none;
}

.balance #header .header-wrap:before,
.balance #header .header-wrap:after {
	display: none;
}

.balance #header .container {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.balance #header .logo {
	width: 380px;
	padding: 7px 0 0;
}

.balance #header .text-box {
	font: 17px/21px "ubunto", "Helvetica", sans-serif;
	padding: 0 55px 0 30px;
	color: #fff;
}

.balance #header .container {
	padding-top: 10px;
	padding-bottom: 6px;
}

.balance #header .title {
	display: block;
	color: #ee9e24;
	font-weight: 400;
}

.balance #header ol {
	margin: 0;
}

.balance #header ol li {
	padding: 0 0 0 15px;
}

.balance #header ol li:before {
	font-size: 17px;
	line-height: 21px;
	color: #ee9e24;
}

.balance #header .header-wrap {
	padding: 7px 0 12px 115px;
}

#header .header-wrap {
	background: #1c191a;
	padding: 11px 0 20px;
	color: #fff;
}

#header .header-wrap:after {
	width: 803px;
	height: 206px;
	position: absolute;
	left: 50%;
	top: 0;
	margin: -185px 0 0 -402px;
	content: "";
	background: #53b7bc;
	border-radius: 100%;
	display: none;
}

#header a {
	color: #65675b;
}

#header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1000px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#header .right-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 4px 4px 0 0;
}

#header .right-col .btn {
	margin: 0 22px 0 10px;
	padding: 7px 16px;
	color: #1c191a;
}

#header .btn-check {
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-transform: uppercase;
	padding: 0 8px;
}

#header .btn-check:after {
	position: absolute;
	right: 0;
	top: -2px;
	bottom: -2px;
	width: 1px;
	content: "";
	background: rgba(255, 255, 255, .3);
}

#header .btn-check a {
	color: #fff;
}

#header .btn-check a:hover {
	opacity: .8;
}

#header .btn-check .price-holder {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: -2px 8px 0 0;
}

#header .btn-check .icon {
	font-size: 20px;
	line-height: 20px;
	color: #ee9e24;
}

#header .btn-check .price {
	width: 18px;
	height: 18px;
	font-weight: 700;
	font-family: "ubunto", "Helvetica", sans-serif;
	border: 2px solid #fff;
	background: #1c191a;
	border-radius: 100%;
	position: absolute;
	right: -5px;
	top: -5px;
	text-align: center;
	color: #fff;
}

#header .opener {
	display: inline-block;
	vertical-align: top;
	font-size: 28px;
	line-height: 28px;
	width: 63px;
	height: 63px;
	position: relative;
	background: #ee9e24;
	border-radius: 100%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

#header .opener .bars {
	width: 32px;
	height: 28px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-top: 5px solid #1c191a;
}

#header .opener .bars:after,
#header .opener .bars:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 6px;
	content: "";
	background: #1c191a;
	height: 5px;
}

#header .opener .bars:after {
	top: 18px;
}

#header .open-close {
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "ubunto", "Helvetica", sans-serif;
}

#header .open-close .slide {
	position: absolute;
	width: 175px;
	right: 23px;
	top: 100%;
	margin: -18px 0 0;
	z-index: 99;
	display: none;
}

#header .open-close ul {
	background: #1c191a;
	padding: 5px 0 0;
}

#header .open-close ul li + li {
	border-top: 1px solid #fff;
}

#header .open-close ul a {
	display: block;
	padding: 7px 12px;
	-webkit-transition: background .4s ease;
	transition: background .4s ease;
	color: #fff;
}

#header .open-close ul a:hover {
	background: #ee9e24;
}

#header .large-logo {
	display: block;
	max-width: 838px;
	margin: 0 auto 15px;
	padding: 92px 15px 0;
}

#header .large-logo a {
	display: block;
}

#header .large-logo img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

#header .trigger {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 1px;
}

.logo {
	width: 291px;
}

.logo a {
	display: block;
}

.logo a img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

#footer {
	position: relative;
	overflow: hidden;
	padding: 24px 0;
	color: #fff;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	opacity: .8;
}

#footer .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0 15px 0 61px;
}

#footer .footer-logo {
	width: 245px;
}

#footer .footer-logo a {
	display: block;
}

#footer .footer-logo a:hover {
	opacity: 1;
}

#footer .footer-logo img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

#footer .links-holder {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 5px 0 0;
}

#footer .links-holder .col {
	width: 152px;
	padding: 0 10px 0;
}

#footer .title {
	display: block;
	font-family: "ubunto", "Helvetica", sans-serif;
	margin: 0 0 16px;
	text-transform: uppercase;
}

@font-face {
	font-family: "ubunto";
	src: url("fonts/ubuntu-m-webfont.woff") format("woff"), url("fonts/ubuntu-m-webfont.woff") format("woff2");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "ubunto";
	src: url("fonts/ubuntu-r-webfont.woff") format("woff"), url("fonts/ubuntu-r-webfont.woff") format("woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "castle";
	src: url("fonts/castle_bold-webfont.woff") format("woff"), url("fonts/castle_bold-webfont.woff") format("woff2");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.woff") format("woff2");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-map:before {
	content: "\e906";
}

.icon-list:before {
	content: "\e907";
}

.icon-search:before {
	content: "\e900";
}

.icon-bag:before {
	content: "\e901";
}

.icon-check:before {
	content: "\e920";
}

.icon-check2:before {
	content: "\e5ca";
}

.icon-chevron-down2:before {
	content: "\e92d";
}

.icon-chevron-left2:before {
	content: "\e92e";
}

.icon-chevron-right2:before {
	content: "\e92f";
}

.icon-chevron-up2:before {
	content: "\e930";
}

.icon-chevron-thin-down:before {
	content: "\e902";
}

.icon-chevron-thin-left:before {
	content: "\e903";
}

.icon-chevron-thin-right:before {
	content: "\e904";
}

.icon-chevron-thin-up:before {
	content: "\e905";
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	min-width: 55px;
	height: 15px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 12px;
	line-height: 15px;
	margin: 0 18px 0 0;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 15px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:after {
	font: 26px/15px "icomoon";
	position: absolute;
	right: 0;
	top: 50%;
	content: "\e92d";
	margin: -8px 0 0;
	color: #ee9e24;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
	min-width: 115px;
}

body > .jcf-select-drop.jcf-select-sort {
	margin: 6px 0 0;
}

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: #000;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list ul li + li {
	border-top: 1px solid #fff;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 4px 13px;
	color: #fff;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #ee9e24;
	color: #1c191a;
}

.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;
}

.jcf-select-drop .jcf-option-hideme,
.js-hidden {
	display: none;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow {
	font-size: 40px;
	line-height: 40px;
	background: none;
	color: #fff;
	padding: 0;
	position: absolute;
	left: 0;
	top: 50%;
	min-width: inherit;
	z-index: 5;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	outline: none;
}

.slick-arrow:hover,
.slick-arrow:focus {
	background: none;
	opacity: .8;
}

.slick-arrow.slick-next {
	left: auto;
	right: 0;
}

.slick-arrow.slick-hidden {
	display: none;
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}

@media (min-width: 1024px) {
	.form-filter .open-close-filter {
		position: relative;
	}

	.form-filter .open-close-filter.active .slide {
		display: block;
		width: 100%;
	}

	.form-filter .open-close-filter .js-slide-hidden.slide {
		position: relative !important;
	}

	.form-filter .open-close-filter .slide {
		-webkit-transition: all .4s ease;
		transition: all .4s ease;
		width: 0;
		height: 38px !important;
		padding: 0 !important;
		margin: 0 !important;
		display: block !important;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}

	.block-choices .container {
		padding: 0 15px;
	}

	.block-choices .three-cols .col {
		padding: 35px 20px;
	}

	.block-choices .three-cols .col:nth-child(2) {
		padding: 35px 20px;
	}

	.featured-block .slick-slider {
		padding: 0;
		max-width: 644px;
		margin: 0 auto 30px;
	}

	.featured-block .slick-slider .slick-arrow {
		left: 0;
		top: 94px;
	}

	.featured-block .slick-slider .slick-arrow.slick-next {
		left: auto;
		right: 0;
	}

	.featured-block .text-holder {
		padding: 0;
	}

	.result-box {
		padding: 15px 10px;
	}

	.map-active .result-box {
		padding: 15px 10px;
	}

	.result-box .map-holder .popup-holder {
		right: 30%;
	}

	.filters-holder {
		padding: 15px 10px;
	}

	.form-filter .field-holder {
		margin: 0 0 10px;
	}

	.form-filter .open-close-filter {
		padding: 6px 0 10px;
		min-height: inherit;
		border-top: 5px solid #ee9e24;
		text-align: right;
	}

	.form-filter .open-close-filter.active {
		padding: 0;
		border-top: none;
		border-bottom: 5px solid #ee9e24;
	}

	.form-filter .open-close-filter.active .opener {
		display: inline-block;
		vertical-align: top;
		opacity: 1;
		visibility: visible;
	}

	.form-filter .open-close-filter.active .opener:after {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.form-filter .open-close-filter .opener {
		display: inline-block;
		vertical-align: top;
		height: 34px;
		text-align: left;
		position: relative;
		right: auto;
		top: auto;
		left: auto;
		border: none;
		width: 75px;
	}

	.form-filter .open-close-filter .opener:after {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		right: 7px;
	}

	.form-filter .open-close-filter .selection-list li {
		margin: 0;
	}

	.switcher-box {
		padding: 6px 0 0;
	}

	.switcher-box .select-holder:before {
		top: -4px;
	}

	.chain-article {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 15px;
	}

	.chain-article .image-holder {
		width: 48%;
	}

	.chain-article .text-holder {
		width: 48%;
	}

	.balance #header .logo {
		width: 270px;
	}

	.balance #header .text-box {
		padding: 0 20px;
	}

	.balance #header .container {
		padding-top: 0;
		padding-bottom: 0;
	}

	.balance #header .header-wrap {
		padding: 10px 0;
	}

	#header .large-logo {
		max-width: 480px;
	}

	#footer .container {
		padding: 0 15px;
	}

	#footer .footer-logo {
		width: 200px;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	h1 {
		font-size: 20px;
	}

	h2 {
		font-size: 18px;
	}

	#wrapper {
		padding: 74px 0 0;
	}

	ol > li {
		padding: 0 0 0 20px;
	}

	.block-choices h1 {
		margin: 0 auto 20px;
	}

	.block-choices .three-cols .col {
		width: 100%;
		margin: 0 0 10px;
		padding: 20px;
	}

	.block-choices .three-cols .col:nth-child(2) {
		padding: 20px;
	}

	.block-cards {
		padding: 15px;
	}

	.block-cards h2 {
		margin: 0 0 20px;
	}

	.block-cards .cards-details .card {
		width: 100%;
		margin: 0 0 20px;
	}

	.block-cards .cards-details .img {
		height: auto;
		margin: 0 0 10px;
	}

	.featured-block {
		padding: 15px;
	}

	.featured-block.style {
		padding: 15px 0 0;
	}

	.featured-block.style h2 {
		margin: 0 0 10px;
	}

	.featured-block.style .col {
		width: 100%;
		margin: 0 0 15px;
	}

	.featured-block.style .image-holder {
		margin: 0 0 10px;
	}

	.featured-block.search-empty .col {
		width: 100% !important;
	}

	.featured-block .slick-slider {
		padding: 0 0 50px;
		margin: 0 auto 20px;
	}

	.featured-block .slick-slider .slick-arrow {
		top: auto;
		bottom: 0;
		left: 50%;
		margin: 0 0 0 -48px;
		width: 40px;
		height: 40px;
	}

	.featured-block .slick-slider .slick-arrow.slick-next {
		right: auto;
		left: 50%;
		margin: 0 -48px 0 0;
	}

	.featured-block h2 {
		margin: 0 0 10px;
	}

	.featured-block .col {
		width: 100%;
		margin: 0 0 15px;
	}

	.featured-block .image-holder {
		margin: 0 0 10px;
	}

	.featured-block .title {
		margin: 0 0 11px;
	}

	.gift-box {
		padding: 20px 10px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center;
		font-size: 13px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.gift-box p {
		margin: 0 0 10px;
		width: 100%;
	}

	.block-info .box-wrap {
		padding: 15px;
	}

	.block-info .text-wrap {
		margin: 0 0 20px;
	}

	.block-info .detail-box.style {
		padding: 0 0 20px;
	}

	.block-info .detail-box .text.style p {
		margin: 0 0 10px;
	}

	.block-info .detail-box .text p {
		margin: 0 0 10px;
	}

	.block-info .detail-box .image-holder {
		margin: 0 0 15px;
	}

	.block-info h1 {
		margin: 0 0 10px;
		font-size: 16px;
	}

	.block-info .btn-back {
		margin: 0 0 10px;
		padding: 0 0 0 15px;
	}

	.block-info .btn-back:before {
		left: -5px;
	}

	.block-info .two-cols .col {
		width: 100%;
	}

	.block-info .two-cols .col:first-child {
		width: 100%;
	}

	.block-info .two-cols h1 {
		margin: 0 0 10px;
	}

	.block-info .two-cols p {
		margin: 0 0 15px;
	}

	.block-info .two-cols .address-area {
		width: 100%;
	}

	.block-info .two-cols .contact-box {
		width: 100%;
	}

	.block-info .list {
		padding: 0 0 10px;
	}

	.logos-block {
		margin: 0 0 15px;
	}

	.logos-block .logos-list {
		padding: 20px 15px;
	}

	.logos-block .logos-list li {
		width: 33.333%;
		margin: 0 0 30px;
	}

	.login-box {
		padding: 0 0 20px;
	}

	.login-box h1 {
		font-size: 30px;
		line-height: 36px;
		margin: 0 0 20px;
	}

	.filters-area h1 {
		font-size: 15px;
	}

	.map-active .result-box.no-result .featured-block,
	.map-active .result-box.no-geo .featured-block {
		height: auto !important;
	}

	.result-box .featured-block {
		height: auto;
	}

	.map-active .result-box .featured-block {
		width: 100% !important;
		height: auto;
	}

	.result-box .map-holder {
		width: 100%;
		margin: 0 0 20px;
	}

	.result-box .map-holder .map-info {
		position: relative;
		display: block;
	}

	.result-box .map-holder .popup-holder {
		right: 45%;
		top: 70%;
	}

	.result-box .map-holder .popup-holder .popup {
		width: 250px;
	}

	.result-box .map-wrap {
		position: relative;
	}

	.map-view .featured-block {
		width: 100%;
	}

	.form-filter .col-left {
		width: 100%;
		margin: 0 0 10px;
	}

	.form-filter .col-right {
		width: 100%;
	}

	.form-filter .select-filter {
		width: 100%;
		margin: 0;
	}

	.block-partners .head {
		padding: 15px;
	}

	.block-partners h1 {
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 8px;
	}

	.chain-article .image-holder {
		width: 100%;
		margin: 0 0 10px;
	}

	.chain-article .text-holder {
		width: 100%;
		padding: 0;
	}

	.chain-article .btn {
		min-width: inherit;
		width: 100%;
		min-width: inherit;
	}

	.pre-loader .title {
		font-size: 24px;
		line-height: 28px;
		margin: 0 0 20px;
	}

	.featured-block.style.block-cards h2 {
		padding: 0 10px;
	}

	#header.fixed-header .fixed-position + .header-wrap .opener {
		width: 34px;
		height: 34px;
	}

	#header.fixed-header .opener {
		width: 34px;
		height: 34px;
	}

	.balance #header .logo {
		width: 150px;
		padding: 0;
		display: block;
		margin: 0 auto 10px;
	}

	.balance #header .text-box {
		font-size: 14px;
		line-height: 16px;
		padding: 0;
		width: 100%;
	}

	.balance #header ol li:before {
		font-size: 14px;
		line-height: 16px;
	}

	#header .header-wrap {
		padding: 20px 0;
	}

	#header .right-col {
		padding: 0;
	}

	#header .right-col .btn {
		margin: 0 10px 0 0;
		padding: 7px 10px;
	}

	#header .btn-check {
		font-size: 0;
		line-height: 1.25;
		padding: 0;
		display: none;
	}

	#header .btn-check .price {
		font-size: 12px;
		line-height: 1.25;
	}

	#header .opener {
		width: 34px;
		height: 34px;
	}

	#header .opener .bars {
		width: 20px;
		height: 16px;
		border-top-width: 3px;
	}

	#header .opener .bars:after,
	#header .opener .bars:before {
		height: 3px;
		top: 4px;
	}

	#header .opener .bars:after {
		top: 11px;
	}

	#header .large-logo {
		padding: 30px 0 0;
		max-width: 200px;
		margin: 0 auto 10px;
	}

	.logo {
		width: 150px;
	}

	#footer .footer-logo {
		display: block;
		margin: 0 auto;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	#footer .links-holder {
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin: 0 0 20px;
	}
}

@media (max-width: 619px) {
	.form-submit .row .col {
		width: 100%;
	}

	.form-submit .row .col + .col {
		margin: 10px 0 0;
	}

	.form-filter .field-holder {
		padding: 0 38px 0 0;
	}

	.form-filter .field-holder button[type="submit"],
	.form-filter .field-holder button[type="button"] {
		width: 38px;
	}

	.form-filter .open-close-filter.active .opener .normal-text {
		display: none;
	}

	.form-filter .open-close-filter.active .opener .active-text {
		display: block;
	}

	.form-filter .open-close-filter.active .slide .opener {
		display: none;
		opacity: 0;
		visibility: hidden;
	}

	.form-filter .open-close-filter .slide {
		border-right: 0;
		padding: 6px;
	}

	.form-filter .open-close-filter .slide .btn-holder {
		position: static;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 5px 0 4px;
	}

	.form-filter .open-close-filter .slide .opener {
		display: none;
	}

	.form-filter .open-close-filter .slide .jcf-select {
		max-width: inherit;
		display: block;
		border: 1px solid #000;
	}

	.form-filter .open-close-filter .slide .jcf-select .jcf-select-text {
		min-width: inherit;
		max-width: inherit;
		padding: 0;
		line-height: 36px;
	}

	.form-filter .open-close-filter .slide .jcf-select .jcf-select-opener {
		right: 7px;
	}

	.form-filter .open-close-filter .slide .check-holder {
		margin: 0;
	}

	.form-filter .open-close-filter .selection-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
	}

	.form-filter .open-close-filter .selection-list li {
		width: 100%;
		margin: 0 0 10px;
	}

	.switcher-box .switcher-options .title {
		padding: 0 5px 0 0;
	}

	.switcher-box .select-holder {
		width: 74px;
	}

	.switcher-box .select-holder .jcf-select .jcf-select-text {
		max-width: 74px;
	}

	#footer .links-holder {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#footer .links-holder .col {
		width: 50%;
		margin: 0 0 20px;
	}

	#footer .links-holder .col:last-child {
		width: 100%;
	}

	.jcf-select-drop-content {
		border: 1px solid #000;
	}
}

@-webkit-keyframes showBar {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes showBar {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
