/*
Theme Name: MimisCafe
Author: Anonymous
Author URI:
Version: 1
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;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 27, 2018 */

@font-face {
	font-family: "droid_serif";
	src: url("../roidserif-italic.html");
	src: url("../droidserif-italicd41d.html?#iefix") format("embedded-opentype"), url("../droidserif-italic.html") format("woff"), url("../droidserif-italic-2.html") format("truetype"), url("../droidserif-italic-3.html#droid_serifitalic") format("svg");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "droid_serif";
	src: url("../droidserif-regular.html");
	src: url("../droidserif-regulard41d.html?#iefix") format("embedded-opentype"), url("../droidserif-regular-2.html") format("woff"), url("../droidserif-regular-3.html") format("truetype"), url("../droidserif-regular-4.html#droid_serifregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "nexa_rust_script_l";
	src: url("../fontfabric_-_nexarustscriptl-1.html");
	src: url("../fontfabric_-_nexarustscriptl-1d41d.html?#iefix") format("embedded-opentype"), url("../fontfabric_-_nexarustscriptl-2.html") format("woff"), url("../fontfabric_-_nexarustscriptl-3.html") format("truetype"), url("../fontfabric_-_nexarustscriptl-4.html#nexa_rust_script_l1") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "klinic_slab";
	src: url("../klinicslabbold.html");
	src: url("../klinicslabboldd41d.html?#iefix") format("embedded-opentype"), url("../klinicslabbold-2.html") format("woff"), url("../klinicslabbold-3.html") format("truetype"), url("../klinicslabbold-4.html#klinic_slabbold") format("svg");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "raleway";
	src: url("../raleway-light.html");
	src: url("../raleway-lightd41d.html?#iefix") format("embedded-opentype"), url("../raleway-light-2.html") format("woff"), url("../raleway-light-3.html") format("truetype"), url("../raleway-light-4.html#ralewaylight") format("svg");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "zapf_dingbats";
	src: url("../zapfdingbats.html");
	src: url("../zapfdingbatsd41d.html?#iefix") format("embedded-opentype"), url("../zapfdingbats-2.html") format("woff"), url("../zapfdingbats-3.html") format("truetype"), url("../zapfdingbats-4.html#zapf_dingbatsregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "brandon_grotesque";
	src: url("../brandon_bld.html");
	src: url("../brandon_bldd41d.html?#iefix") format("embedded-opentype"), url("../brandon_bld-2.html") format("woff"), url("../brandon_bld-3.html") format("truetype"), url("../brandon_bld-4.html#brandon_grotesquebold") format("svg");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "brandon_grotesque";
	src: url("../brandon_blk.html");
	src: url("../brandon_blkd41d.html?#iefix") format("embedded-opentype"), url("../brandon_blk-2.html") format("woff"), url("../brandon_blk-3.html") format("truetype"), url("../brandon_blk-4.html#brandon_grotesqueblack") format("svg");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "brandon_grotesque";
	src: url("../brandon_med.html");
	src: url("../brandon_medd41d.html?#iefix") format("embedded-opentype"), url("../brandon_med-2.html") format("woff"), url("../brandon_med-3.html") format("truetype"), url("../brandon_med-4.html#brandon_grotesquemedium") format("svg");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "icomoon";
	src: url("../icomoon9c2d.html?pxxhnz");
	src: url("../icomoon9c2d.html?pxxhnz#iefix") format("embedded-opentype"), url("../icomoon9c2d-2.html?pxxhnz") format("truetype"), url("../icomoon9c2d-3.html?pxxhnz") format("woff"), url("../icomoon9c2d-4.html?pxxhnz#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
.slick-arrow:before,
.jcf-select .jcf-select-opener:before,
.social-networks a:before,
.popup-menu .open:after,
.panel-info .close-btn:before,
#main-nav > ul > li > a.has-drop-down-a:after,
#main-nav .back:before,
.visual-section .anchor-link:before {
	/* 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-left-arrow:before {
	content: "\e900";
}

.icon-down-arrow:before {
	content: "\e901";
}

.icon-right-arrow:before {
	content: "\e902";
}

.icon-arrow-solid:before {
	content: "\e903";
}

.icon-pinterest:before {
	content: "\e904";
}

.icon-instagram:before {
	content: "\e905";
}

.icon-twitter:before {
	content: "\e906";
}

.icon-facebook:before {
	content: "\e907";
}

.icon-play:before {
	content: "\e908";
}

.icon-close:before {
	content: "\e909";
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-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.slick-hidden {
	display: none;
}

.slick-arrow {
	outline: none;
	border: none;
	background: none;
	width: 22px;
	position: absolute;
	height: 32px;
	color: #425a6b;
	top: 100px;
	font-size: 0;
	padding: 0;
	line-height: 1;
}

.slick-arrow:before {
	text-align: center;
	font-size: 30px;
	display: block;
	letter-spacing: -1px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.slick-arrow.slick-prev {
	left: -15px;
}

.slick-arrow.slick-prev:before {
	content: "\e900";
}

.slick-arrow.slick-next {
	right: -15px;
}

.slick-arrow.slick-next:before {
	content: "\e902";
}

body.fancybox-active {
	overflow: hidden;
}

body.fancybox-iosfix {
	position: fixed;
	left: 0;
	right: 0;
}

.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99992;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.fancybox-bg {
	background: #000;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.bg-white .fancybox-bg {
	background: #f1f2f2;
	opacity: .98 !important;
}

.fancybox-is-open .fancybox-bg {
	opacity: .75;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .25s, visibility 0s linear .25s;
	transition: opacity .25s, visibility 0s linear .25s;
	box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .25s, visibility 0s;
	transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
	top: 0;
	left: 0;
	font-size: 13px;
	padding: 0 10px;
	height: 44px;
	min-width: 44px;
	line-height: 44px;
	color: #ccc;
	text-align: center;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
	mix-blend-mode: exclusion;
}

.fancybox-toolbar {
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}

.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translate3d(0, 0, 0);
}

.fancybox-is-closing .fancybox-stage {
	overflow: visible;
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: visible;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
	background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
	background: #e5e3df;
}

.fancybox-slide--next {
	z-index: 99995;
}

.fancybox-slide > * {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background: none !important;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
	display: none;
}

.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff;
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.fancybox-error {
	margin: 0;
	padding: 40px;
	width: 100%;
	max-width: 380px;
	background: #fff;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 16px;
	line-height: 20px;
}

/* Buttons */

.fancybox-button {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 10px;
	border: 0;
	border-radius: 0;
	background: rgba(30, 30, 30, .6);
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	cursor: pointer;
	outline: none;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
	color: #fff;
}

.fancybox-button[disabled] {
	color: #ccc;
	cursor: default;
	opacity: .6;
}

.fancybox-button svg {
	display: block;
	position: relative;
	overflow: visible;
	shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3;
}

.fancybox-button--share svg path {
	stroke-width: 1;
}

.fancybox-button--play svg path:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
	display: none;
}

.fancybox-button--zoom svg path {
	fill: transparent;
}

/* Navigation arrows */

.fancybox-navigation {
	display: none;
}

.fancybox-show-nav .fancybox-navigation {
	display: block;
}

.fancybox-navigation button {
	position: absolute;
	top: 50%;
	margin: -50px 0 0 0;
	z-index: 99997;
	background: transparent;
	width: 60px;
	height: 100px;
	padding: 17px;
}

.fancybox-navigation button:before {
	content: "";
	position: absolute;
	top: 30px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: rgba(30, 30, 30, .6);
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 0;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	z-index: 10;
	cursor: pointer;
	display: none;
}

.fancybox-close-small:after {
	content: "×";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background-color: transparent;
	-webkit-transition: background-color .25s;
	transition: background-color .25s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-close-small:focus {
	outline: none;
}

.fancybox-close-small:focus:after {
	outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
	top: 0;
	right: -40px;
}

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
	font-size: 35px;
	color: #aaa;
}

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
	color: #fff;
	background: transparent;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none;
}

/* Caption */

.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 2vw 0 2vw;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	pointer-events: none;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .4);
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
	pointer-events: all;
	position: relative; /* Fix IE11 */
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-slide > .fancybox-loading {
	border: 6px solid rgba(100, 100, 100, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Share */

.fancybox-share {
	padding: 30px;
	border-radius: 3px;
	background: #f4f4f4;
	max-width: 90%;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	margin: 0 0 20px 0;
	font-size: 35px;
	font-weight: 700;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

p.fancybox-share__links {
	margin-right: -10px;
}

.fancybox-share__button {
	display: inline-block;
	text-decoration: none;
	margin: 0 10px 10px 0;
	padding: 0 15px;
	min-width: 130px;
	border: 0;
	border-radius: 3px;
	background: #fff;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	position: relative;
	top: -1px;
	width: 25px;
	height: 25px;
	margin-right: 7px;
	vertical-align: middle;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 10px 15px;
	background: transparent;
	color: #5d5b5b;
	font-size: 14px;
	outline: none;
	border: 0;
	border-bottom: 2px solid #d7d7d7;
}

/* Thumbs */

.fancybox-thumbs {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 212px;
	margin: 0;
	padding: 2px 2px 4px 2px;
	background: #fff;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	box-sizing: border-box;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-y: hidden;
	overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs > ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
	white-space: nowrap;
}

.fancybox-thumbs-x > ul {
	overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs > ul > li {
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 2px;
	width: 100px;
	height: 75px;
	max-width: calc(50% - 4px);
	max-height: calc(100% - 8px);
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1);
}

.fancybox-thumbs > ul > li > img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-thumbs > ul > li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

/* custom select styles */

.jcf-select {
	display: block;
	vertical-align: top;
	position: relative;
	border: 1px solid #f2f2f2;
	background: #f2f2f2;
	margin: 0 0 25px;
	min-width: 150px;
	height: 60px;
}

.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;
	color: #666;
	display: block;
	font-size: 16px;
	line-height: 1.2;
	padding: 20px 70px 20px 28px;
	font-weight: 500;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 53px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:before {
	content: "\e901";
	position: absolute;
	color: #9d2d3e;
	top: 50%;
	font-size: 24px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	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;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #f2f2f2;
}

.jcf-select-drop .jcf-select-drop-content .jcf-scrollbar-horizontal {
	display: none;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #f2f2f2;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 1.2;
	font-size: 14px;
	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 .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 15px 30px;
	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;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

/*
.jcf-focus,
.jcf-focus * {
	border-color: #f00 !important;
} */

/* custom scrollbars styles */

.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #e6e6e6;
	width: 10px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-slider {
	height: 100% !important;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #bbb;
	height: 14px;
	width: 14px;
	left: 0;
	top: 0;
	display: none;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #9d2d3e;
	height: 1px;
	width: 10px;
}

.jcf-scrollbar-horizontal {
	position: absolute;
	background: #e3e3e3;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 14px;
	width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #888;
	height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

.social-networks,
.tabset,
.menu-add ul,
.text-center-block .con-list,
#main-nav ul,
.drop-nav .mob-contact ul,
.visual-section .list-link,
.visual-section .pagination,
.visual-section .slick-dots,
.visual-section .pagination ul,
.visual-section .slick-dots ul,
.position-post .list-box,
.cards-block,
.contact-block ul,
.cafe-list,
#footer ul:not([class]) {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.container:after,
.content-holder:after,
.quote-slider-section .holder-slider:after,
.social-networks:after,
.content-holder .holder-block:after,
.tabset:after,
#main-nav:after,
#main-nav .drop:after,
#main-nav .col-wrap:after,
.instagram-box:after,
.slider-gallery .share-box:after,
.form-block .wrap-box:after,
.contact-block:after,
.maps-section .holder-maps:after,
.col-maps:after,
.cafe-list:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #4d4d4d;
	background: #fff;
	font: 16px/1.875 "urw-din", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.875em;
}

blockquote {
	position: relative;
	font: 500 16px/1.875 "urw-din", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

blockquote p,
blockquote q {
	padding: 0;
	margin: 0 0 30px;
}

blockquote p:before,
blockquote p:after,
blockquote q:before,
blockquote q:after {
	font-size: 30px;
	color: #9d2d3e;
	line-height: 1;
	font-family: "klinic_slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

blockquote p:before,
blockquote q:before {
	content: "“";
}

blockquote p:after,
blockquote q:after {
	content: "”";
}

blockquote cite {
	display: block;
	font-style: normal;
}

blockquote cite a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

blockquote cite a:hover {
	opacity: .8;
}

blockquote .loc {
	display: block;
}

blockquote .loc a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

blockquote .loc a:hover {
	opacity: .8;
}

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: 1px solid #f2f2f2;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

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: #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 {
	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 {
	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 {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

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;
}

.widget {
	margin-bottom: 35px;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

#sidebar > div {
	margin-bottom: 35px !important;
}

.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;
	height: 50px;
	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: 50px;
}

.search-form input[type="search"] {
	text-overflow: ellipsis;
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 50px;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="search"],
.comment-form input[type="tel"],
.comment-form input[type="password"],
.comment-form input[type="email"],
.post-password-form textarea,
.post-password-form input[type="text"],
.post-password-form input[type="search"],
.post-password-form input[type="tel"],
.post-password-form input[type="password"],
.post-password-form input[type="email"],
.search-form textarea,
.search-form input[type="text"],
.search-form input[type="search"],
.search-form input[type="tel"],
.search-form input[type="password"],
.search-form input[type="email"] {
	background: #f2f2f2;
	border-color: #f2f2f2;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #9e2d3e;
	color: #fff;
	height: 50px;
	border-radius: 3px;
	border: none;
	padding: 0 .5em;
	border: 1px solid #9e2d3e;
	-webkit-transition: background .3s ease, color .3s ease, border-color .3s ease;
	transition: background .3s ease, color .3s ease, border-color .3s ease;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	color: #9e2d3e;
	background: #fff;
	text-decoration: none;
}

.commentlist {
	margin: 0 0 1.875em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.875em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.875em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.875em;
}

.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: #333;
	color: #fff;
	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.875em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #333;
	color: #fff;
	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.875em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.875em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.875em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.875em;
}

.mejs-container {
	margin-bottom: 1.875em;
}

.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: "brandon_grotesque", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	text-transform: uppercase;
	color: #9d2d3e;
	line-height: 1.2;
}

h1,
.h1 {
	font-size: 60px;
	text-transform: none;
	color: #44533c;
	font-weight: 400;
	line-height: 1;
	margin: 0 0 20px;
	font-family: "nexa_rust_script_l", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

h2,
.h2 {
	font-size: 40px;
}

h3,
.h3 {
	font-size: 30px;
	letter-spacing: 5px;
	margin: 0 0 30px;
}

h4,
.h4 {
	font-size: 20px;
	letter-spacing: 4px;
	margin: 0 0 35px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 30px;
}

p a[href^="tel"] {
	color: inherit;
	text-decoration: none;
}

p a[x-apple-data-detectors] {
	color: inherit !important;
	text-decoration: none !important;
	font-size: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
}

a {
	color: #9d2d3e;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

#main {
	position: relative;
}

.container,
.content-holder,
.quote-slider-section .holder-slider {
	padding: 0 15px;
	max-width: 1120px;
	margin: 0 auto;
}

.container.main-content,
.main-content.content-holder,
.quote-slider-section .main-content.holder-slider {
	max-width: 1200px;
	padding: 0;
}

.main-content ul.social-networks {
	margin: 0;
}

.social-networks {
	letter-spacing: -5px;
	margin: 0 -9px;
}

#header .social-networks {
	margin: 0 -4px;
	float: right;
}

.social-networks li {
	margin: 0 9px 5px;
	display: inline-block;
	letter-spacing: normal;
}

#header .social-networks li {
	margin: 0 4px;
}

.social-networks a {
	display: block;
	width: 37px;
	height: 37px;
	color: #4d4d4d;
	border-radius: 50%;
	border: 1px solid #4d4d4d;
	font-size: 0;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background .3s ease, color .3s ease, border-color .3s ease;
	transition: background .3s ease, color .3s ease, border-color .3s ease;
}

#header .social-networks a {
	width: auto;
	height: auto;
	border: none;
	color: #666;
}

#header .social-networks a:hover {
	color: #9d2d3e;
	background: none;
}

.social-networks a:hover {
	text-decoration: none;
	background: #9d2d3e;
	color: #fff;
	border-color: #9d2d3e;
}

.social-networks a:before {
	font-size: 15px;
	line-height: 34px;
}

#header .social-networks a:before {
	line-height: 1;
}

.social-networks a.facebook:before {
	content: "\e907";
}

.social-networks a.twitter:before {
	content: "\e906";
}

.social-networks a.pinterest:before {
	content: "\e904";
}

.social-networks a.instagram:before {
	content: "\e905";
}

.btn {
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	padding: 16px 20px 13px;
	color: #fff;
	background: #9e2d3e;
	border: 1px solid #9e2d3e;
	letter-spacing: .5px;
	border-radius: 3px;
	text-decoration: none;
	outline: none;
	font: 700 16px/1.2 "brandon_grotesque", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 171px;
	-webkit-transition: background .3s ease, color .3s ease, border-color .3s ease;
	transition: background .3s ease, color .3s ease, border-color .3s ease;
}

.btn:hover {
	color: #9e2d3e;
	background: #fff;
	text-decoration: none;
}

.btn.btn-white {
	color: #9d2d3e;
	background: #fff;
	border: 1px solid #fff;
}

.btn.btn-white:hover {
	background: transparent;
	color: #fff;
}

.social-block {
	padding-top: 24px;
	padding-bottom: 19px;
	background: #9d2d3e;
	text-align: center;
}

.social-block .social-networks li {
	margin: 0 8px 5px;
}

.social-block .social-networks a {
	width: 51px;
	height: 51px;
	border-color: transparent;
	background: #fff;
}

.social-block .social-networks a:before {
	font-size: 23px;
	line-height: 50px;
}

.social-block .social-networks a:hover {
	border-color: #fff;
	background: #9d2d3e;
	color: #fff;
}

.container-wrap {
	padding-top: 70px;
	margin-top: 0;
}

.visual-section.visual-slider + .container-wrap {
	padding-top: 0;
}

.content-holder {
	padding-top: 102px;
	padding-bottom: 88px;
}

.content-holder #content {
	width: 55%;
	float: left;
}

.content-holder #content:only-child {
	float: none;
	width: auto;
}

.content-holder #sidebar {
	width: 36.5%;
	padding-top: 15px;
	float: right;
}

/* #sidebar {
	.fixed-position &{
		@include media(">=tablet"){
			top: 141px !important;
		}
	}
}

.sticky-wrap.fixed-position {
	@include media("<tablet") {
		height: auto !important;
	}
} */

.text-center-block + .tab-block {
	margin-top: -50px;
}

.tab-block {
	margin: 0 0 76px;
}

.tab-block h2 {
	text-align: center;
	margin: 0 0 65px;
	letter-spacing: 12px;
	font: 700 30px/1.2 "klinic_slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.tab-content.transition {
	-webkit-transition: height .3s ease;
	transition: height .3s ease;
}

.tab-content .menu-block {
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.tab-content .menu-block.active {
	opacity: 1;
}

.tab-content .menu-block p {
	padding: 0;
}

.tab-content .menu-block p img {
	margin-top: 35px;
}

.tab-content .menu-block p img:first-child {
	margin-top: 0;
}

.tabset {
	background: #9d2d3e;
	color: #fff;
	margin: 0 -5px;
	text-transform: uppercase;
	padding: 31px 25px 10px 56px;
	font: 700 18px/1.2 "brandon_grotesque", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: center;
}

.tabset li {
	padding: 0 15px 15px;
}

.tabset li a {
	color: #fff;
	text-decoration: none;
}

.tabset li a.active {
	text-decoration: underline;
}

.popup-menu {
	position: relative;
}

.popup-menu .open {
	display: block;
	text-decoration: none;
	font-size: 24px;
	font-weight: 500;
	color: #9d2d3e;
	background: #cad6b7;
	padding: 11px 80px 10px 45px;
	position: relative;
}

.popup-menu .open:after {
	content: "\e901";
	position: absolute;
	right: 34px;
	top: 50%;
	font-size: 35px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.menu-add {
	margin: 0 0 10px;
}

.menu-add.alt {
	display: block !important;
}

.menu-add ul {
	padding: 0;
}

.menu-add ul li {
	margin: 0 0 3px;
}

.menu-add ul li.current_page_item a,
.menu-add ul li.active a {
	color: #9d2d3e;
}

.menu-add ul li.page_item {
	padding: 0 !important;
	border: none !important;
}

.menu-add ul a {
	text-decoration: none;
	color: #666;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.menu-add ul a:hover {
	color: #9d2d3e;
}

.widget-menu {
	padding: 38px 40px 35px 45px;
	background: #cad6b7;
}

.widget-menu h3 {
	letter-spacing: 12px;
	margin: 0 0 19px;
	text-transform: uppercase;
	padding-bottom: 16px;
	border-bottom: 2px solid #9d2d3e;
	font: 700 30px/1.2 "klinic_slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.widget-info {
	text-align: center;
	padding: 68px 40px;
	background: #fff;
	border: 5px solid #cad6b7;
}

.widget-info .ttl {
	margin: 0 0 17px;
	display: block;
	color: #44533c;
	text-transform: uppercase;
	letter-spacing: 3px;
	font: 700 50px/1.1 "brandon_grotesque", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.widget-info .ttl span {
	letter-spacing: normal;
	text-transform: none;
	font-family: "nexa_rust_script_l", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.widget-info p {
	padding: 0;
	margin: 0;
}

.widget-info .btn {
	margin: 0 0 23px;
}

.widget-info .link {
	text-decoration: none;
	color: #4d4d4d;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.widget-info .link:hover {
	color: #9d2d3e;
	text-decoration: none;
}

.widget-btn .btn {
	display: block;
}

.container-wrap .page-content {
	padding: 32px 15px 70px;
}

.container-wrap .page-content p {
	padding: 0;
}

.container-wrap > .container,
.container-wrap > .content-holder,
.quote-slider-section .container-wrap > .holder-slider {
	max-width: 1120px;
}

.container-wrap > .container.thank-you-page,
.container-wrap > .thank-you-page.content-holder,
.quote-slider-section .container-wrap > .thank-you-page.holder-slider {
	max-width: 1272px !important;
	padding: 0 15px !important;
}

.container-wrap > .container.thank-you-page .page-content,
.container-wrap > .thank-you-page.content-holder .page-content,
.quote-slider-section .container-wrap > .thank-you-page.holder-slider .page-content {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.page-content.full-width-content.standard_section {
	padding-bottom: 70px !important;
}

.container-wrap .row > .wpb_row.text-center-block:last-child {
	margin: 0 0 86px !important;
}

.container-wrap .row > .wpb_row.text-center-block:last-child.full-width-content {
	margin: 0 0 86px !important;
}

.text-center-block {
	text-align: center;
	padding-top: 15px !important;
	width: auto !important;
	margin: 0 0 86px !important;
}

.text-center-block.full-width-content {
	margin: 0 0 86px !important;
}

.text-center-block.standard_section {
	padding-left: 15px;
	padding-right: 15px;
}

.text-center-block p {
	margin: 0 0 37px;
	padding: 0;
}

.text-center-block p:last-child {
	margin: 0;
}

.text-center-block .btn {
	min-width: 226px;
}

.text-center-block .con-list {
	margin-top: -5px;
	letter-spacing: -5px;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 50px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #9d2d3e;
	font-family: "klinic_slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.text-center-block .con-list li {
	padding: 0 18px 15px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 4px;
}

.text-center-block .con-list li:first-child:before {
	display: none;
}

.text-center-block .con-list li:before {
	content: "|";
	position: absolute;
	left: 0;
	top: 0;
}

.text-center-block .con-list a {
	color: #9d2d3e;
	text-decoration: none;
}

.text-center-block .con-list a:hover {
	text-decoration: underline;
}

.text-center-block .btn-group {
	padding: 10px 0 0;
	letter-spacing: -5px;
}

.text-center-block .btn-group .btn {
	margin: 0 11px 24px;
	letter-spacing: normal;
	min-width: 170px;
}

.text-center-block .link {
	color: #4d4d4d;
}

.position-post + .text-center-block {
	padding-top: 63px;
	margin-bottom: 0;
}

.video-section {
	margin-bottom: 100px !important;
}

.video-section.full-width-content {
	margin-bottom: 100px !important;
}

.video-section iframe {
	display: block;
}

.video-section img {
	vertical-align: top;
	width: 100%;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.toggles {
	margin: 0 120px 70px;
}

div[data-style="default"] .toggle h3 a,
div[data-style="default"] .toggle h3 {
	color: #9d2d3e !important;
	font: 700 24px/1.2 "brandon_grotesque", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
	background: none !important;
	text-decoration: none !important;
}

div[data-style="default"] .toggle h3 {
	text-transform: none;
}

div[data-style="default"] .toggle h3 a {
	padding: 26px 32px;
	position: relative;
}

div[data-style="default"] .toggle h3 a:before {
	content: "Q:";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.toggle {
	margin: 0 !important;
	border-bottom: 1px solid #ccc;
}

.toggle p {
	margin: 0 0 20px;
	padding: 0;
}

.toggle h3 a i {
	left: auto !important;
	right: 0;
	color: #9d2d3e !important;
	top: 50% !important;
	-webkit-transform: translateY(-50%) !important;
	-ms-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important;
	font: 700 24px/1.2 "brandon_grotesque", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
}

div[data-style="default"] .toggle .icon-plus-sign:before {
	content: "+";
}

div[data-style="default"] .toggle .icon-minus-sign:before {
	content: "-";
}

body .toggle > div {
	box-shadow: none !important;
	padding: 0 7px 47px;
	font-size: 16px;
	line-height: 1.875;
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.form-style,
.form-block,
.contact-form {
	margin: 0;
}

.form-style textarea,
.form-block textarea,
.contact-form textarea,
.form-style input[type="text"],
.form-block input[type="text"],
.contact-form input[type="text"],
.form-style input[type="email"],
.form-block input[type="email"],
.contact-form input[type="email"],
.form-style input[type="tel"],
.form-block input[type="tel"],
.contact-form input[type="tel"] {
	width: 100%;
	outline: none;
	border: none;
	background: #f2f2f2;
	outline: none;
	height: 60px;
	margin: 0 0 30px;
	color: #666;
	padding: 5px 31px;
	font: 500 16px/1.2 "urw-din", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.form-style textarea::-webkit-input-placeholder,
.form-block textarea::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder,
.form-style input[type="text"]::-webkit-input-placeholder,
.form-block input[type="text"]::-webkit-input-placeholder,
.contact-form input[type="text"]::-webkit-input-placeholder,
.form-style input[type="email"]::-webkit-input-placeholder,
.form-block input[type="email"]::-webkit-input-placeholder,
.contact-form input[type="email"]::-webkit-input-placeholder,
.form-style input[type="tel"]::-webkit-input-placeholder,
.form-block input[type="tel"]::-webkit-input-placeholder,
.contact-form input[type="tel"]::-webkit-input-placeholder {
	color: #666;
}

.form-style textarea::-moz-placeholder,
.form-block textarea::-moz-placeholder,
.contact-form textarea::-moz-placeholder,
.form-style input[type="text"]::-moz-placeholder,
.form-block input[type="text"]::-moz-placeholder,
.contact-form input[type="text"]::-moz-placeholder,
.form-style input[type="email"]::-moz-placeholder,
.form-block input[type="email"]::-moz-placeholder,
.contact-form input[type="email"]::-moz-placeholder,
.form-style input[type="tel"]::-moz-placeholder,
.form-block input[type="tel"]::-moz-placeholder,
.contact-form input[type="tel"]::-moz-placeholder {
	opacity: 1;
	color: #666;
}

.form-style textarea:-moz-placeholder,
.form-block textarea:-moz-placeholder,
.contact-form textarea:-moz-placeholder,
.form-style input[type="text"]:-moz-placeholder,
.form-block input[type="text"]:-moz-placeholder,
.contact-form input[type="text"]:-moz-placeholder,
.form-style input[type="email"]:-moz-placeholder,
.form-block input[type="email"]:-moz-placeholder,
.contact-form input[type="email"]:-moz-placeholder,
.form-style input[type="tel"]:-moz-placeholder,
.form-block input[type="tel"]:-moz-placeholder,
.contact-form input[type="tel"]:-moz-placeholder {
	color: #666;
}

.form-style textarea:-ms-input-placeholder,
.form-block textarea:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder,
.form-style input[type="text"]:-ms-input-placeholder,
.form-block input[type="text"]:-ms-input-placeholder,
.contact-form input[type="text"]:-ms-input-placeholder,
.form-style input[type="email"]:-ms-input-placeholder,
.form-block input[type="email"]:-ms-input-placeholder,
.contact-form input[type="email"]:-ms-input-placeholder,
.form-style input[type="tel"]:-ms-input-placeholder,
.form-block input[type="tel"]:-ms-input-placeholder,
.contact-form input[type="tel"]:-ms-input-placeholder {
	color: #666;
}

.form-style textarea.placeholder,
.form-block textarea.placeholder,
.contact-form textarea.placeholder,
.form-style input[type="text"].placeholder,
.form-block input[type="text"].placeholder,
.contact-form input[type="text"].placeholder,
.form-style input[type="email"].placeholder,
.form-block input[type="email"].placeholder,
.contact-form input[type="email"].placeholder,
.form-style input[type="tel"].placeholder,
.form-block input[type="tel"].placeholder,
.contact-form input[type="tel"].placeholder {
	color: #666;
}

.form-style textarea,
.form-block textarea,
.contact-form textarea {
	height: 150px;
	min-height: 150px !important;
	max-height: 300px !important;
	padding-top: 25px;
}

.form-style input[type="submit"],
.form-block input[type="submit"],
.contact-form input[type="submit"] {
	padding: 0;
	width: 226px;
	height: 51px;
	border-radius: 3px;
}

.lightbox-form {
	width: 566px;
	background: #fff !important;
	color: #4d4d4d;
	padding: 37px 77px 60px !important;
	position: relative;
	text-align: center !important;
	line-height: 1.5;
	font-family: "urw-din", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.lightbox-form .img {
	margin: 0 0 25px;
}

.lightbox-form .img img {
	vertical-align: top;
}

.lightbox-form .close {
	position: absolute;
	right: 44px;
	color: #5c5c5c;
	text-decoration: none;
	top: 32px;
	line-height: 1;
	font-size: 22px;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.lightbox-form .close:hover {
	opacity: .8;
}

.lightbox-form .close [class^="icon-"],
.lightbox-form .close i[class*=" icon-"] {
	color: #5c5c5c;
	background: none;
	border-right: none;
	font-size: 22px;
	height: auto;
	width: auto;
	border-right: none;
}

.lightbox-form .txt {
	display: block;
	letter-spacing: 4px;
	color: #44533c;
	margin: 0;
	text-transform: uppercase;
	font: 20px/1.2 "klinic_slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.lightbox-form h3 {
	letter-spacing: 1px;
	line-height: 1.2;
	margin: 0 0 12px;
}

.lightbox-form p {
	padding: 0;
	margin: 0 0 27px;
}

.lightbox-form .text {
	font-size: 14px;
	padding: 5px 0 32px;
	line-height: 1.42;
}

.lightbox-form .text p {
	margin: 0;
}

.lightbox-form .contact-form {
	padding: 0 0 5px;
}

.lightbox-form .contact-form input[type="text"],
.lightbox-form .contact-form input[type="email"],
.lightbox-form .contact-form input[type="tel"] {
	width: 100%;
	outline: none;
	border: none;
	background: #f1f2f2;
	outline: none;
	height: 40px;
	margin: 0 0 16px;
	color: #666;
	padding: 5px 18px;
	font: 500 14px/1.2 "urw-din", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.lightbox-form .contact-form input[type="text"]::-webkit-input-placeholder,
.lightbox-form .contact-form input[type="email"]::-webkit-input-placeholder,
.lightbox-form .contact-form input[type="tel"]::-webkit-input-placeholder {
	color: #666;
}

.lightbox-form .contact-form input[type="text"]::-moz-placeholder,
.lightbox-form .contact-form input[type="email"]::-moz-placeholder,
.lightbox-form .contact-form input[type="tel"]::-moz-placeholder {
	opacity: 1;
	color: #666;
}

.lightbox-form .contact-form input[type="text"]:-moz-placeholder,
.lightbox-form .contact-form input[type="email"]:-moz-placeholder,
.lightbox-form .contact-form input[type="tel"]:-moz-placeholder {
	color: #666;
}

.lightbox-form .contact-form input[type="text"]:-ms-input-placeholder,
.lightbox-form .contact-form input[type="email"]:-ms-input-placeholder,
.lightbox-form .contact-form input[type="tel"]:-ms-input-placeholder {
	color: #666;
}

.lightbox-form .contact-form input[type="text"].placeholder,
.lightbox-form .contact-form input[type="email"].placeholder,
.lightbox-form .contact-form input[type="tel"].placeholder {
	color: #666;
}

.lightbox-form .contact-form input[type="submit"] {
	border-radius: 3px;
	width: 154px;
	height: 40px;
	display: block;
	padding: 0;
	min-width: 1px;
	margin: 0 auto;
}

.sign-form {
	padding: 0 0 5px;
}

.sign-form input[type="text"],
.sign-form input[type="email"],
.sign-form input[type="tel"] {
	width: 100%;
	outline: none;
	border: none;
	background: #f1f2f2;
	outline: none;
	height: 40px;
	margin: 0 0 16px;
	color: #666;
	padding: 5px 18px;
	font: 500 14px/1.2 "urw-din", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.sign-form input[type="text"]::-webkit-input-placeholder,
.sign-form input[type="email"]::-webkit-input-placeholder,
.sign-form input[type="tel"]::-webkit-input-placeholder {
	color: #666;
}

.sign-form input[type="text"]::-moz-placeholder,
.sign-form input[type="email"]::-moz-placeholder,
.sign-form input[type="tel"]::-moz-placeholder {
	opacity: 1;
	color: #666;
}

.sign-form input[type="text"]:-moz-placeholder,
.sign-form input[type="email"]:-moz-placeholder,
.sign-form input[type="tel"]:-moz-placeholder {
	color: #666;
}

.sign-form input[type="text"]:-ms-input-placeholder,
.sign-form input[type="email"]:-ms-input-placeholder,
.sign-form input[type="tel"]:-ms-input-placeholder {
	color: #666;
}

.sign-form input[type="text"].placeholder,
.sign-form input[type="email"].placeholder,
.sign-form input[type="tel"].placeholder {
	color: #666;
}

.sign-form input[type="submit"] {
	border-radius: 3px;
	width: 154px;
	height: 40px;
	display: block;
	padding: 0;
	min-width: 1px;
	margin: 0 auto;
}

.vc_col-xs-1,
.vc_col-sm-1,
.vc_col-md-1,
.vc_col-lg-1,
.vc_col-xs-2,
.vc_col-sm-2,
.vc_col-md-2,
.vc_col-lg-2,
.vc_col-xs-3,
.vc_col-sm-3,
.vc_col-md-3,
.vc_col-lg-3,
.vc_col-xs-4,
.vc_col-sm-4,
.vc_col-md-4,
.vc_col-lg-4,
.vc_col-xs-5,
.vc_col-sm-5,
.vc_col-md-5,
.vc_col-lg-5,
.vc_col-xs-6,
.vc_col-sm-6,
.vc_col-md-6,
.vc_col-lg-6,
.vc_col-xs-7,
.vc_col-sm-7,
.vc_col-md-7,
.vc_col-lg-7,
.vc_col-xs-8,
.vc_col-sm-8,
.vc_col-md-8,
.vc_col-lg-8,
.vc_col-xs-9,
.vc_col-sm-9,
.vc_col-md-9,
.vc_col-lg-9,
.vc_col-xs-10,
.vc_col-sm-10,
.vc_col-md-10,
.vc_col-lg-10,
.vc_col-xs-11,
.vc_col-sm-11,
.vc_col-md-11,
.vc_col-lg-11,
.vc_col-xs-12,
.vc_col-sm-12,
.vc_col-md-12,
.vc_col-lg-12 {
	min-height: 0 !important;
}

.bg-video-holder {
	padding-bottom: 46.63%;
	position: relative;
	overflow: hidden;
	background-size: cover;
}

.bg-video-holder .bg-video {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	pointer-events: none;
}

.video-active .bg-video {
	opacity: 1;
}

#tribe-events-content {
	padding: 0 15px !important;
}

#pagination {
	text-align: center;
	letter-spacing: -5px;
}

#pagination .next,
#pagination .prev {
	margin: 0 5px;
	display: inline-block;
	float: none;
	letter-spacing: 0;
}

#pagination .next a,
#pagination .prev a {
	background-color: #9e2d3e;
	color: #fff !important;
	border: 1px solid #9e2d3e;
}

#pagination .next a:hover,
#pagination .prev a:hover {
	color: #9e2d3e;
	text-decoration: none;
}

#main #pagination .next a:hover,
#main
      #pagination .prev a:hover {
	background-color: #76222e !important;
}

#pagination .prev a {
	background-position: 11px 11px;
}

#pagination .next a {
	background-position: -20px 50%;
}

.fancybox-is-open .fancybox-bg {
	opacity: .9 !important;
}

.full-width-content {
	width: auto !important;
	margin: 0 !important;
}

.wpcf7-form-control input {
	display: none;
}

.wpcf7-form-control input:checked + .wpcf7-list-item-label:before {
	opacity: 1;
}

.wpcf7-form-control .wpcf7-list-item {
	display: block;
	margin: 0 0 .7em;
}

.wpcf7-form-control .wpcf7-list-item-label {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	color: #4d4d4d !important;
}

.wpcf7-form-control .wpcf7-list-item-label:before,
.wpcf7-form-control .wpcf7-list-item-label:after {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	left: 0;
	top: 4px;
}

.wpcf7-form-control .wpcf7-list-item-label:before {
	-webkit-transition: opacity .1s ease-in-out;
	transition: opacity .1s ease-in-out;
	opacity: 0;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ1LjcwMSA0NS43IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NS43MDEgNDUuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yMC42ODcsMzguMzMyYy0yLjA3MiwyLjA3Mi01LjQzNCwyLjA3Mi03LjUwNSwwTDEuNTU0LDI2LjcwNGMtMi4wNzItMi4wNzEtMi4wNzItNS40MzMsMC03LjUwNCAgICBjMi4wNzEtMi4wNzIsNS40MzMtMi4wNzIsNy41MDUsMGw2LjkyOCw2LjkyN2MwLjUyMywwLjUyMiwxLjM3MiwwLjUyMiwxLjg5NiwwTDM2LjY0Miw3LjM2OGMyLjA3MS0yLjA3Miw1LjQzMy0yLjA3Miw3LjUwNSwwICAgIGMwLjk5NSwwLjk5NSwxLjU1NCwyLjM0NSwxLjU1NCwzLjc1MmMwLDEuNDA3LTAuNTU5LDIuNzU3LTEuNTU0LDMuNzUyTDIwLjY4NywzOC4zMzJ6IiBmaWxsPSIjOWQyZDNlIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
	background-size: 70% 70%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.wpcf7-form-control .wpcf7-list-item-label:after {
	border: 1px solid #4d4d4d;
	border-radius: 2px;
}

.holder-header {
	/* min-height: 140px; */
	-webkit-transition: min-height .3s ease;
	transition: min-height .3s ease;
	position: relative;
	z-index: 1001;
}

.panel-close .holder-header {
	min-height: 100px;
}

.fixed-wrap-header {
	position: static;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1001;
	/* height: 141px; */
	background: #f2f2f2;
	overflow: hidden;
	-webkit-transition: height .3s ease, margin .3s ease, background .3s ease;
	transition: height .3s ease, margin .3s ease, background .3s ease;
}

.fixed-wrap-header.fixed-header {
	position: fixed;
}

#header {
	background: #fff;
	position: relative;
	z-index: 50;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

#header .container,
#header .content-holder,
#header .quote-slider-section .holder-slider,
.quote-slider-section #header .holder-slider {
	padding-top: 36px;
	padding-bottom: 34px;
	position: relative;
	max-width: 1272px !important;
}

.panel-info {
	text-align: center;
	background: #9d2d3e;
	color: #fff;
	position: relative;
	padding: 12px 0 11px;
	letter-spacing: .5px;
	font: 700 14px/1.2 "brandon_grotesque", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	height: 40px;
	-webkit-transition: margin .3s ease;
	transition: margin .3s ease;
}

.panel-info .container,
.panel-info .content-holder,
.panel-info .quote-slider-section .holder-slider,
.quote-slider-section .panel-info .holder-slider {
	position: static;
	padding: 0 35px;
}

.panel-info span {
	text-transform: uppercase;
}

.panel-info p {
	margin: 0;
	padding: 0;
}

.panel-info p a {
	text-decoration: none;
	color: #fff;
}

.panel-info p a:hover {
	text-decoration: underline;
}

.panel-info .close-btn {
	top: 12px;
	position: absolute;
	width: 16px;
	height: 16px;
	right: 15px;
	font-size: 0;
	text-decoration: none;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	display: none;
}

.panel-info .close-btn:hover {
	text-decoration: none;
	opacity: .8;
}

.panel-info .close-btn:before {
	content: "\e909";
	color: #fff;
	font-size: 16px;
}

.logo {
	top: 15px;
	position: absolute;
	width: 110px;
	left: 50%;
	margin-left: -55px;
}

.logo img {
	vertical-align: top;
}

.logo img.img-white {
	display: none;
}

#main-nav {
	letter-spacing: .5px;
	float: left;
	width: 90%;
}

#main-nav > ul {
	max-width: 44%;
	float: right;
	padding: 0 0 0 60px;
}

#main-nav > ul:first-child {
	max-width: 50%;
	padding: 0 60px 0 0;
	float: left;
}

#main-nav > ul > li {
	float: left;
	margin: 0 0 0 41px;
}

#main-nav > ul > li.hover .drop {
	opacity: 1;
	z-index: 5;
	visibility: visible;
}

#main-nav > ul > li > a {
	text-decoration: none;
	color: #808080;
	text-transform: uppercase;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	font: 700 16px/1.2 "brandon_grotesque", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

#main-nav > ul > li > a.has-drop-down-a:after {
	content: "\e903";
	font-size: 5px;
	margin: 0 0 4px 11px;
	display: inline-block;
	vertical-align: middle;
}

#main-nav > ul > li > a:hover {
	text-decoration: none;
	color: #9d2d3e;
}

#main-nav .drop {
	position: absolute;
	padding: 43px 0;
	top: 100%;
	left: 0;
	right: 0;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: z-index .3s ease, opacity .3s ease, visibility .3s ease;
	transition: z-index .3s ease, opacity .3s ease, visibility .3s ease;
}

#main-nav .drop:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	width: 200vw;
	margin-left: -100vw;
	background: #f2f2f2;
	bottom: 0;
}

#main-nav .drop:after {
	content: "";
	position: absolute;
	top: -34px;
	left: 0;
	right: 0;
	height: 34px;
	background: #fff;
	opacity: 0;
}

#main-nav .drop ul {
	font-size: 13px;
	line-height: 1.2;
	margin: 0 0 35px;
}

#main-nav .drop ul a {
	color: #666;
	text-decoration: none;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

#main-nav .drop ul a:hover {
	color: #000;
}

#main-nav .drop ul li {
	margin: 0 0 9px;
}

#main-nav .drop .title {
	font: 700 13px/1.2 "klinic_slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	text-transform: uppercase;
	letter-spacing: 3px;
}

#main-nav .wrap-box {
	float: left;
	max-width: 75%;
}

#main-nav .wrap-box .nav-box {
	float: left;
	position: relative;
	margin: 0 16px 30px;
	width: 222px;
	min-height: 222px;
	padding-bottom: 60px;
	background-size: cover;
	overflow: hidden;
}

#main-nav .wrap-box .nav-box:hover .bg-nav {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

#main-nav .wrap-box .bg-nav {
	position: absolute;
	top: 0;
	z-index: -1;
	left: 0;
	background-size: cover;
	bottom: 0;
	right: 0;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

#main-nav .wrap-box .title {
	color: #fff;
}

#main-nav .col-wrap {
	overflow: hidden;
	letter-spacing: -5px;
}

#main-nav .col-wrap:only-child .col-nav {
	padding-left: 15px;
}

#main-nav .col-nav {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding: 0 15px 0 55px;
	letter-spacing: normal;
}

#main-nav .ttl {
	text-align: center;
	padding: 11px;
	letter-spacing: 5px;
	text-transform: uppercase;
	font: 700 13px/1.2 "klinic_slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: #fff;
	display: block;
}

#main-nav .btn {
	position: absolute;
	padding: 10px 15px 9px;
	font-size: 12px;
	bottom: 19px;
	left: 37px;
	right: 37px;
	min-width: 1px;
}

#main-nav .back {
	display: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	vertical-align: top;
	font: 700 20px/1.2 "brandon_grotesque", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 40px;
}

#main-nav .back:before {
	content: "\e903";
	font-size: 5px;
	position: absolute;
	right: 100%;
	top: 50%;
	color: #fff;
	margin: -3px 18px 0 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.resize-active .drop-nav {
	-webkit-transition: none;
	transition: none;
}

.drop-nav .mob-contact {
	display: none;
	color: #fff;
	font-weight: 500;
	font-size: 13px;
	line-height: 2.3;
	border-top: 1px solid #fff;
	padding-top: 37px;
}

.drop-nav .mob-contact .ttl {
	text-transform: uppercase;
	letter-spacing: 5px;
	font: 700 13px/1.2 "brandon_grotesque", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.drop-nav .mob-contact ul {
	margin: 0 0 30px;
}

.drop-nav .mob-contact ul a {
	color: #fff;
	text-decoration: none;
}

.drop-nav .mob-contact ul a:hover {
	color: #fff;
	text-decoration: underline;
}

.drop-nav .mob-contact address {
	font-style: normal;
}

.nav-opener {
	width: 41px;
	height: 25px;
	font-size: 0;
	z-index: 215;
	position: absolute;
	right: 50px;
	top: 39px;
	display: none;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #666;
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	height: 2px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after,
.nav-active
    .nav-opener span {
	background: #fff;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 0;
}

.nav-opener:after {
	top: 23px;
}

.nav-opener:hover {
	opacity: .9;
}

.viewport-section {
	opacity: 0;
	-webkit-transform: translateY(35px);
	-ms-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-transition: opacity .6s ease, -webkit-transform .6s ease;
	transition: opacity .6s ease, -webkit-transform .6s ease;
	transition: opacity .6s ease, transform .6s ease;
	transition: opacity .6s ease, transform .6s ease, -webkit-transform .6s ease;
}

.viewport-section.in-viewport {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.visual-section {
	position: relative;
	text-align: center;
	font-size: 20px;
	line-height: 1.4;
}

.visual-section.slick-slider {
	font-size: 24px;
}

.visual-section.slick-slider .container,
.visual-section.slick-slider .content-holder,
.visual-section.slick-slider .quote-slider-section .holder-slider,
.quote-slider-section .visual-section.slick-slider .holder-slider {
	height: 628px;
}

.visual-section.slick-slider h1 {
	font-size: 60px;
	margin: 0 0 18px;
}

.visual-section.slick-slider p {
	margin: 0 0 55px;
}

.visual-section.visual-slider {
	height: 628px;
	overflow: hidden;
}

.visual-section.visual-slider .block {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
}

.visual-section.visual-slider .block.active {
	z-index: 2;
	opacity: 1;
}

.visual-section.visual-slider .btn-prev,
.visual-section.visual-slider .btn-next {
	display: none;
}

.visual-section.visual-slider .container,
.visual-section.visual-slider .content-holder,
.visual-section.visual-slider .quote-slider-section .holder-slider,
.quote-slider-section .visual-section.visual-slider .holder-slider {
	height: 628px;
}

.visual-section .bg-holder {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	background-size: cover;
	background-position: 60% 50%;
	background-repeat: no-repeat;
}

.visual-section .bg-holder:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background: #000;
	opacity: .2;
}

.visual-section .container,
.visual-section .content-holder,
.visual-section .quote-slider-section .holder-slider,
.quote-slider-section .visual-section .holder-slider {
	overflow: hidden;
	max-width: 760px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	padding-top: 95px;
	padding-bottom: 65px;
	height: 500px;
	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;
}

.visual-section .block {
	background-size: cover;
	color: #fff;
}

.visual-section h1 {
	color: #fff;
	margin: 0 0 22px;
	text-transform: uppercase;
	font: 900 50px/.95 "brandon_grotesque", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.visual-section h1.ico-title {
	padding-top: 97px;
	position: relative;
}

.visual-section h1.ico-title:before {
	position: absolute;
	content: "";
	background: url(../decor-01.html) no-repeat;
	width: 43px;
	top: -15px;
	background-size: 100% 100%;
	height: 78px;
	left: 50%;
	margin-left: -21px;
}

.visual-section p {
	padding: 0;
	margin: 0 0 40px;
}

.visual-section .wrap {
	width: 100%;
}

.visual-section .btn {
	margin: 0 0 32px;
}

.visual-section .list-link {
	letter-spacing: -5px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	font-family: "urw-din", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.visual-section .list-link li {
	padding: 0 10px;
	position: relative;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
}

.visual-section .list-link li:first-child:before {
	display: none;
}

.visual-section .list-link li:before {
	content: "|";
	position: absolute;
	left: -2px;
	top: 0;
}

.visual-section .list-link a {
	color: #fff;
	text-decoration: underline;
}

.visual-section .list-link a:hover {
	text-decoration: none;
}

.visual-section .anchor-link {
	position: absolute;
	left: 50%;
	height: 9px;
	text-decoration: none;
	width: 14px;
	bottom: 50px;
	font-size: 0;
	text-align: center;
	color: #fff;
	margin-left: -7px;
	z-index: 10;
}

.visual-section .anchor-link:before {
	content: "\e901";
	color: #fff;
	font-size: 15px;
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.visual-section .pagination,
.visual-section .slick-dots {
	position: absolute;
	top: 50%;
	right: 103px;
	z-index: 3;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.visual-section .pagination li,
.visual-section .slick-dots li {
	margin: 0 0 7px;
}

.visual-section .pagination li.slick-active button,
.visual-section .slick-dots li.slick-active button {
	background: #fff;
}

.visual-section .pagination li.active a,
.visual-section .slick-dots li.active a {
	background: #fff;
}

.visual-section .pagination li a,
.visual-section .pagination button,
.visual-section .slick-dots li a,
.visual-section .slick-dots button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #fff;
	display: block;
	margin: 0;
	box-sizing: inherit;
	background: none;
	padding: 0;
	outline: none;
	font-size: 0;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.visual-section .pagination li a:hover,
.visual-section .pagination button:hover,
.visual-section .slick-dots li a:hover,
.visual-section .slick-dots button:hover {
	background: #fff;
}

.info-section {
	background: #9d2d3e;
	color: #fff;
	position: relative;
}

.info-section p {
	margin: 0 0 44px;
}

.info-section .text-area {
	text-align: center;
	width: 60%;
	padding: 146px 10% 122px;
}

.info-section .text-area:only-child {
	width: auto;
}

.info-section h2 {
	font-size: 48px;
	margin: 0 0 22px;
	color: #fff;
	font-weight: 900;
	line-height: 1;
}

.info-section .image-bg {
	top: 0;
	width: 40%;
	bottom: 0;
	right: 0;
	background-size: cover;
	position: absolute;
}

.careeerinfo-section {
	background-size: cover;
	text-align: center;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}

.careeerinfo-section:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, .99) 41%, rgba(255, 255, 255, .84) 57%, rgba(255, 255, 255, .58) 74%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, .99) 41%, rgba(255, 255, 255, .84) 57%, rgba(255, 255, 255, .58) 74%, rgba(255, 255, 255, .3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4dffffff',GradientType=0 );
}

.careeerinfo-section .container,
.careeerinfo-section .content-holder,
.careeerinfo-section .quote-slider-section .holder-slider,
.quote-slider-section .careeerinfo-section .holder-slider {
	position: relative;
	z-index: 2;
	max-width: 1320px;
	padding-top: 60px;
}

.careeerinfo-section .container:before,
.careeerinfo-section .content-holder:before,
.careeerinfo-section .quote-slider-section .holder-slider:before,
.quote-slider-section .careeerinfo-section .holder-slider:before {
	content: "";
	position: absolute;
	z-index: -1;
	background: url(../bg-01.html) no-repeat;
	display: block;
	top: 0;
	left: 10px;
	right: 10px;
	bottom: 0;
	background-size: 100% 100%;
}

.careeerinfo-section h1 {
	color: #9d2d3e;
	margin: 0 0 8px;
}

.careeerinfo-section p {
	margin: 0 0 10px;
	max-width: 740px;
	margin: 0 auto 21px;
}

.careeerinfo-section .img {
	position: relative;
	z-index: -1;
	bottom: -30px;
	margin-top: -92px;
}

.three-col-section .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.three-col-section .bg-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	bottom: 0;
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	background-size: cover;
}

.three-col-section .col {
	font-weight: 500;
	color: #44533c;
	height: 600px;
	width: 33.33%;
	position: relative;
	text-align: center;
	z-index: 1;
	padding: 52px 35px 54px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: background-size .3s ease;
	transition: background-size .3s ease;
}

.three-col-section .col:hover .bg-decor,
.three-col-section .col:hover .bg-box {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.three-col-section .col:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	height: 50%;
	background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, .99) 41%, rgba(255, 255, 255, .84) 57%, rgba(255, 255, 255, .58) 74%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, .99) 41%, rgba(255, 255, 255, .84) 57%, rgba(255, 255, 255, .58) 74%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4dffffff',GradientType=0 );
}

.three-col-section .col:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	right: 0;
	height: 30%;
	z-index: 1;
	opacity: .4;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

.three-col-section .col.center-col {
	display: block;
	background: #fff;
	padding-bottom: 220px;
}

.three-col-section .col.center-col:before {
	display: none;
}

.three-col-section .img {
	text-align: center;
	width: 100%;
	position: relative;
	z-index: 2;
}

.three-col-section .img img {
	margin: 0 auto;
	vertical-align: top;
}

.three-col-section .text {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 0 25px;
}

.three-col-section .ttl {
	position: relative;
	z-index: 2;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font: 900 26px/1.2 "brandon_grotesque", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	background: #44533c;
	margin: -52px -35px 50px;
	letter-spacing: 12px;
	padding: 19px 25px 18px;
}

.three-col-section h3 {
	color: #fff;
	margin: 0 0 20px;
	letter-spacing: normal;
	font-size: 26px;
}

.three-col-section h2 {
	margin: 0 0 12px;
	position: relative;
	z-index: 2;
	color: #95ad70;
	text-transform: none;
	font: 50px/.85 "nexa_rust_script_l", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.three-col-section p {
	position: relative;
	z-index: 2;
	margin: 0 0 54px;
	padding: 0;
}

.three-col-section p .btn {
	margin-top: 54px;
}

.three-col-section .img {
	margin: 0 0 15px;
}

.three-col-section .img img {
	vertical-align: top;
}

.three-col-section .bg-decor {
	position: absolute;
	z-index: -1;
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	bottom: -177px;
	left: -15px;
	right: -15px;
	max-width: 481px;
	margin: 0 auto;
}

.three-col-section .bg-decor img {
	width: 100%;
	vertical-align: top;
}

.social-widget-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}

.social-widget-block .col-w {
	width: 50%;
}

.social-widget-block .col {
	height: 600px !important;
	overflow-y: auto;
}

.social-widget-block iframe {
	width: 100% !important;
	margin: 0 auto;
	display: block;
}

.social-widget-block h3 {
	text-align: center;
	padding-top: 15px;
}

.social-widget-block [class*="fa-"] {
	vertical-align: top;
}

.social-widget-block .fb_iframe_widget iframe {
	width: 300px !important;
	position: static !important;
}

.social-widget-block #cff .cff-item {
	padding: 25px 15px 20px;
}

.social-widget-block #cff a {
	color: #9d2d3e;
}

.facebook-box {
	height: 100%;
}

.facebook-box img {
	vertical-align: top;
	height: 100%;
	width: 100%;
}

.instagram-box {
	text-align: center;
	height: 100%;
}

.instagram-box .box {
	background: #9d2d3e;
	min-height: 200px;
	float: left;
	height: 33.33%;
	width: 33.33%;
	position: relative;
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.instagram-box .img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: 50% 50%;
}

.instagram-box .ttl {
	display: block;
	max-width: 169px;
	margin: 0 auto 15px;
}

.instagram-box .ttl img {
	width: 100%;
	display: block;
	vertical-align: top;
}

.instagram-box .btn {
	min-width: 150px;
}

.menu-block {
	padding-top: 10px;
}

.menu-block .head-box {
	padding-bottom: 27px;
	margin: 0 0 36px;
	border-bottom: 2px solid #9d2d3e;
}

.menu-block .head-box p {
	margin: 0;
	padding: 0;
}

.menu-block .head-box h2 {
	margin: 0;
	letter-spacing: 6px;
	font: 700 40px/1.2 "klinic_slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.menu-block .inner,
.menu-block .image {
	width: 100%;
	margin: 0 0 48px !important;
}

.menu-block .inner img,
.menu-block .image img {
	width: 100%;
	vertical-align: top;
}

.menu-block .box {
	margin: 0 0 56px;
}

.menu-block .box p {
	padding: 0;
	margin: 0 0 15px;
}

.menu-block .box p span {
	color: #9d2d3e;
}

.menu-block h3 {
	letter-spacing: normal;
	font-weight: 400;
	font-size: 26px;
	margin: 0 0 3px;
	font-family: "urw-din", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #44533c;
}

.menu-block h3 a {
	text-decoration: none;
	color: #44533c;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.menu-block h3 a:hover {
	color: #2c3527;
}

.blog-section {
	margin: 0 auto;
	max-width: 800px;
	padding-bottom: 30px;
}

.blog-section .time {
	text-transform: uppercase;
	margin-top: -5px;
	margin: 0 0 25px;
	display: block;
	letter-spacing: 2px;
	color: #9d2d3e;
	font: 700 20px/1.2 "klinic_slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.blog-section .time a {
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	color: inherit;
	text-decoration: none;
}

.blog-section .time a:hover {
	opacity: .8;
}

.blog-section h1 + .time {
	margin: -30px 0 35px;
}

.blog-section h4 {
	padding-top: 12px;
}

.blog-section .image {
	width: 100%;
	padding-top: 15px;
	margin: 0 0 58px;
}

.blog-section .image img {
	width: 100%;
	vertical-align: top;
}

.blog-section .bottom-wrap {
	padding-top: 45px;
}

.blog-section .btn {
	margin: 0 38px 0 0;
	float: left;
	min-width: 200px;
}

.blog-section .share {
	padding: 9px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.blog-section .ttl {
	color: #9d2d3e;
	letter-spacing: .5px;
	padding: 8px 7px 0 0;
	text-transform: uppercase;
	display: block;
	font: 700 16px/1.2 "brandon_grotesque", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.blog-section .social-networks {
	overflow: hidden;
}

.blog-section p {
	padding: 0;
}

.blog-section article.post .content-inner {
	padding: 0;
	margin: 0;
	border: none;
}

.blog-section .wpb_row,
.blog-section .wpb_content_element {
	margin: 0;
}

.blog-section .social-networks li {
	border: none !important;
}

.blog-section .social-networks a {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.position-post {
	padding-top: 26px;
	margin: 0 0 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.vc_column-inner .position-post {
	padding-left: 15px;
	padding-right: 15px;
}

.position-post .image {
	width: 55%;
}

.position-post .image img {
	width: 100%;
	vertical-align: top;
}

.position-post .text-area {
	width: 45%;
	padding: 0 0 15px 58px;
	overflow: hidden;
}

.position-post .text-area:first-child {
	padding: 0;
	width: auto;
}

.position-post p {
	padding: 0;
}

.position-post .btn {
	min-width: 226px;
}

.position-post h3 {
	color: #44533c;
	letter-spacing: normal;
	margin: 0 0 15px;
	font: 500 26px/1.2 "urw-din", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.position-post h3 a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.position-post h3 a:hover {
	opacity: .8;
}

.position-post .title {
	letter-spacing: 4px;
	margin: -10px 0 34px;
	line-height: 1.2;
	color: #9d2d3e;
	text-transform: uppercase;
	display: block;
	font-size: 20px;
	font-weight: 700;
	font-family: "klinic_slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.position-post .title a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.position-post .title a:hover {
	opacity: .8;
}

.position-post .list-box {
	margin: 0 0 15px;
}

.position-post .list-box a {
	color: inherit;
	text-decoration: none;
}

.position-post .list-box a:hover {
	text-decoration: underline;
}

.position-post .list-box + .btn {
	margin-top: 20px;
}

.position-post address {
	margin: 0;
	font-style: normal;
}

.position-post .text {
	display: block;
	line-height: 1.2;
	margin: -8px 0 35px;
}

.position-post .social-networks {
	margin: 0 0 30px;
}

.cards-block {
	letter-spacing: -5px;
	margin: 0 0 !important;
	padding: 0 15px !important;
}

.cards-block.standard_section {
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
}

.cards-block.full-width-section {
	box-sizing: border-box !important;
}

.card-post {
	padding: 0 15px 30px;
	list-style: none;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 50%;
	text-align: left;
}

.wpb_wrapper .card-post {
	width: auto;
	display: block;
	padding: 0 2px 30px;
}

.card-post .image {
	background-size: cover;
	height: 355px;
	padding: 25px 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 41px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.card-post .box {
	max-width: 355px;
	border-radius: 25px;
	text-align: center;
	background: #fff;
	padding: 31px 25px 24px;
}

.card-post .ico {
	width: 194px;
	margin: 0 auto 21px;
}

.card-post .ico img {
	vertical-align: top;
}

.card-post .ttl {
	color: #44533c;
	display: block;
	font: 30px/1.2 "nexa_rust_script_l", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.card-post h3 {
	color: #44533c;
	margin: 0 0 41px;
	letter-spacing: normal;
	margin: 0 0 15px;
	font: 500 26px/1.2 "urw-din", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.card-post h3 a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.card-post h3 a:hover {
	opacity: .8;
}

.card-post .title {
	font-size: 20px;
	letter-spacing: 4px;
	margin: -5px 0 34px;
	line-height: 1.2;
	color: #9d2d3e;
	text-transform: uppercase;
	display: block;
	font-weight: 700;
	font-family: "klinic_slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.card-post .title a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.card-post .title a:hover {
	opacity: .8;
}

.card-post .btn {
	min-width: 226px;
}

.holder-slider {
	padding-top: 50px;
}

.holder-slider h2 {
	text-align: center;
	letter-spacing: 12px;
	font: 30px/1.2 "klinic_slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin: 0 0 45px;
}

.position-post + .holder-slider {
	padding-top: 78px;
}

.slider-post {
	position: relative;
	margin: 0 -20px 45px;
}

.slider-post .post-slide {
	padding: 0 20px;
}

.slider-post .post-slide > a {
	text-decoration: none;
	display: block;
	color: inherit;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.slider-post .post-slide > a:hover {
	opacity: .8;
}

.slider-post .link-hold {
	text-decoration: none;
	display: block;
	color: inherit;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.slider-post .link-hold:hover {
	opacity: .8;
}

.slider-post .image {
	margin: 0 0 40px;
}

.quote-slider-section .slider-post .image {
	margin: 0 0 32px;
}

.slider-post .image img {
	width: 100% !important;
	vertical-align: top;
}

.slider-post h3 {
	font: 500 26px/1.2 "urw-din", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #44533c;
	margin: 0 0 15px;
	letter-spacing: normal;
}

.slider-post h3 a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.slider-post h3 a:hover {
	opacity: .8;
}

.slider-post .ttl {
	font-size: 20px;
	letter-spacing: 3px;
	margin: -5px 0 34px;
	line-height: 1.2;
	color: #9d2d3e;
	text-transform: uppercase;
	display: block;
	font-weight: 700;
	font-family: "klinic_slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.slider-post .ttl a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.slider-post .ttl a:hover {
	opacity: .8;
}

.slider-post .slick-arrow.slick-prev {
	left: -55px;
}

.slider-post .slick-arrow.slick-next {
	right: -55px;
}

.search-results-block iframe {
	margin: 0;
	width: 100%;
	padding: 0;
}

.search-results-block img {
	width: 100%;
	vertical-align: top;
}

.quote-slider-section {
	background: #f2f2f2;
	padding-top: 85px;
	padding-bottom: 60px;
}

.content-holder + .quote-slider-section {
	margin-top: -65px;
}

.post-text-holder {
	letter-spacing: -5px;
	padding: 0 8.1% 0 10.1%;
}

.post-text-holder .post-text {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	padding: 0 30px 60px;
	width: 33.33%;
}

.post-text-holder .post-text p {
	padding: 0;
}

.post-text-holder h3 {
	margin: 0;
	letter-spacing: 2px;
}

.gallery-block {
	margin: 0 0 42px;
}

.gallery-block h2 {
	letter-spacing: 12px;
	text-align: center;
	font-size: 30px;
	margin: 0 0 43px;
	font-weight: 700;
	font-family: "klinic_slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.gallery-block .gallery-holder {
	margin: 0 -15px;
	letter-spacing: -5px;
}

.gallery-post {
	display: inline-block;
	vertical-align: top;
	padding: 0 15px 59px;
	letter-spacing: normal;
	width: 33.33%;
}

.gallery-post .image {
	margin: 0 0 40px;
}

.gallery-post .image img {
	width: 100% !important;
	vertical-align: top;
}

.gallery-post h3 {
	color: #44533c;
	letter-spacing: normal;
	margin: 0 0 15px;
	font: 500 26px/1.2 "urw-din", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.gallery-post h3 a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.gallery-post h3 a:hover {
	opacity: .8;
}

.gallery-post .ttl {
	letter-spacing: 4px;
	margin: -10px 0 41px;
	line-height: 1.2;
	color: #9d2d3e;
	text-transform: uppercase;
	display: block;
	font-size: 20px;
	font-weight: 700;
	font-family: "klinic_slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.gallery-post .ttl a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.gallery-post .ttl a:hover {
	opacity: .8;
}

.gallery-post .lightbox-block {
	display: block !important;
}

.lightbox-block {
	overflow: hidden;
	padding: 0 5px;
	background: none !important;
	width: 90vw;
}

.lightbox-block .close {
	top: 28px;
	right: 39px;
	width: 41px;
	line-height: 37px;
	height: 41px;
	font-size: 20px;
	text-align: center;
	padding: 3px;
	color: #fff;
	z-index: 10;
	text-decoration: none;
	position: fixed;
	background: #9d2d3e;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.lightbox-block .close:hover {
	background: #75222e;
}

.lightbox-block .close [class^="icon-"],
.lightbox-block .close i[class*=" icon-"] {
	background: none;
	display: inline;
	font-size: 20px;
	top: -4px;
	line-height: 37px;
}

.lightbox-block .wrap-box {
	max-width: 750px;
	margin: 0 auto;
}

.slider-gallery {
	position: relative;
	width: 100%;
	padding: 0 45px;
	color: #fff;
}

.slider-gallery .slick-arrow {
	top: 50%;
	color: #fff;
	-webkit-transform: translateY(-150%);
	-ms-transform: translateY(-150%);
	transform: translateY(-150%);
}

.slider-gallery .slick-arrow.slick-prev {
	left: 0;
}

.slider-gallery .slick-arrow.slick-next {
	right: 0;
}

.slider-gallery .image {
	margin: 0 0 30px;
}

.slider-gallery .image img {
	vertical-align: top;
}

.slider-gallery .share-box li a {
	border-color: #fff;
	color: #fff;
}

.slider-gallery .ttl {
	text-transform: uppercase;
	float: left;
	font: 700 16px/1.2 "brandon_grotesque", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 7px 16px 0 0;
}

.slider-gallery .slide {
	min-height: 572px;
	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;
}

.form-block {
	text-align: center;
	margin: 0 0 70px;
}

.form-block form {
	margin: 0;
}

.form-block .wrap-box {
	margin: 0 -15px 31px;
	text-align: left;
}

.form-block .col-form {
	float: left;
	padding: 0 15px;
	width: 50%;
}

.form-block p {
	padding: 0;
	margin: 0 0 50px;
}

.form-block input[type="submit"] {
	padding: 0;
	background: #9e2d3e;
	font: 700 16px/1.2 "brandon_grotesque", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.form-block input[type="submit"]:hover {
	color: #9e2d3e;
	background: #fff !important;
	text-decoration: none;
	border: 1px solid #9e2d3e;
}

.contact-block {
	margin: 0 -15px;
	padding-top: 15px;
	color: #44533c;
}

.contact-block .col-contact {
	float: left;
	width: 50%;
	padding: 0 15px;
}

.contact-block .col-contact h1 {
	padding-top: 15px;
	margin: 0 0 5px;
}

.contact-block .ttl {
	color: #9d2d3e;
	letter-spacing: 6px;
	display: block;
	text-transform: uppercase;
	margin: -15px 0 27px;
	font: 30px/1.2 "klinic_slab", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.contact-block h3 {
	color: #44533c;
	font: 26px/1.2 "urw-din", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: normal;
	margin: 0 0 3px;
}

.contact-block address {
	margin: 0 0 30px;
	font-style: normal;
}

.contact-block ul {
	margin: 0 0 28px;
}

.contact-block ul a {
	color: #44533c;
	text-decoration: none;
}

.contact-block ul a:hover {
	text-decoration: none;
	color: #2c3527;
}

.contact-form input[type="submit"] {
	padding: 0;
	background: #9e2d3e;
	font: 700 16px/1.2 "brandon_grotesque", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.contact-form input[type="submit"]:hover {
	color: #9e2d3e;
	background: #fff !important;
	text-decoration: none;
	border: 1px solid #9e2d3e;
}

.contact-form br {
	display: none;
}

.contact-form .jcf-select .jcf-select-text span {
	color: #666 !important;
}

.contact-form .three-cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -5px;
}

.contact-form .three-cols > .col {
	width: 33.33%;
	padding: 0 5px;
}

.contact-form .three-cols .jcf-scrollbar-horizontal {
	display: none;
}

.contact-form .three-cols .jcf-select {
	min-width: 85px;
}

.contact-form h4 {
	margin-bottom: 1em;
}

.maps-block iframe {
	display: block;
	width: 100% !important;
	height: 400px !important;
	margin: 0;
}

.filter-form {
	width: 64.5%;
	float: right;
	position: relative;
	padding: 0 190px 0 0;
}

.filter-form .col-f {
	padding: 0 10px;
	width: 50%;
	float: left;
}

.filter-form input[type="text"] {
	display: block;
	width: 100%;
	height: 50px;
	background: #5f1616;
	outline: none;
	padding: 10px 17px;
	color: #fff;
	border-color: #5f1616;
	font: 16px/1.2 "urw-din", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.filter-form input[type="text"]::-webkit-input-placeholder {
	color: #fff;
}

.filter-form input[type="text"]::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.filter-form input[type="text"]:-moz-placeholder {
	color: #fff;
}

.filter-form input[type="text"]:-ms-input-placeholder {
	color: #fff;
}

.filter-form input[type="text"].placeholder {
	color: #fff;
}

.filter-form .btn {
	height: 50px;
	padding: 0;
	width: 170px;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 3px;
	font-size: 16px !important;
}

.filter-form .btn:hover {
	background-color: #9e2d3e !important;
}

.filter-form .jcf-select {
	background: #5f1616;
	margin: 0;
	height: 50px;
	border-color: #5f1616;
}

.filter-form .jcf-select .jcf-select-text {
	padding: 15px 50px 15px 18px;
	color: #fff;
}

.filter-form .jcf-select .jcf-select-opener {
	width: 44px;
}

.filter-form .jcf-select .jcf-select-opener:before {
	color: #fff;
}

.maps-section {
	position: relative;
}

.maps-section .error-message {
	display: none;
	padding: 10px;
}

.maps-section.no-found .error-message {
	display: block;
}

.maps-section .panel-filter {
	background: #9d2d3e;
	padding: 26px 0;
	color: #fff;
}

.maps-section .panel-filter .container,
.maps-section .panel-filter .content-holder,
.maps-section .panel-filter .quote-slider-section .holder-slider,
.quote-slider-section .maps-section .panel-filter .holder-slider {
	max-width: 1272px !important;
}

.maps-section .panel-filter h3 {
	float: left;
	color: #fff;
	font-size: 26px;
	letter-spacing: 1px;
	margin: 0;
	padding-top: 10px;
	width: 35%;
}

.maps-section .holder-maps.popup-active {
	min-height: 630px;
	padding-bottom: 15px;
	padding-top: 72px;
}

.col-maps {
	float: right;
	height: 530px;
	width: calc( 100% - 456px);
	position: relative;
}

.col-maps iframe {
	display: block;
	margin: 0;
	width: 100% !important;
	height: 530px !important;
}

.popup-active .col-maps iframe {
	height: 100% !important;
}

.popup-active .col-maps {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: auto;
	right: 0;
}

.col-maps .acf-map {
	height: 100% !important;
}

.map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.map-canvas .marker {
	width: 16px;
	height: 22px;
	background: url(../marker-02.html) no-repeat;
	position: absolute;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.popup-cafe {
	margin: 0 auto 15px;
	max-width: 598px;
	padding: 0 15px;
	position: relative;
	z-index: 5;
	text-align: center;
}

.popup-cafe .box-card {
	background: rgba(68, 83, 60, .95);
	color: #fff;
	min-height: 360px;
	position: relative;
	line-height: 1.5;
	padding: 64px 40px 40px;
	z-index: 1;
	margin: 0 0 40px;
}

.popup-cafe .box-card:before {
	content: "";
	position: absolute;
	background: url(../bg-02.html) no-repeat;
	z-index: -1;
	top: 18px;
	right: 19px;
	left: 19px;
	bottom: 18px;
	background-size: 100% 100%;
}

.popup-cafe .box-card .btn {
	margin-top: 28px;
}

.popup-cafe .ttl {
	text-transform: uppercase;
	display: block;
	letter-spacing: 1px;
	margin: 0 0 12px;
	font: 700 20px/1.2 "brandon_grotesque", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.popup-cafe h3 {
	text-transform: none;
	letter-spacing: normal;
	font: 55px/1 "nexa_rust_script_l", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: #fff;
	margin: 0 0 5px;
	display: block;
}

.popup-cafe address {
	margin: 0;
	font-style: normal;
}

.popup-cafe .tel,
.popup-cafe .time {
	display: block;
}

.popup-cafe .tel a,
.popup-cafe .time a {
	text-decoration: none;
	color: inherit;
}

.popup-cafe .tel a:hover,
.popup-cafe .time a:hover {
	opacity: .8;
}

.popup-cafe .btn-wrap {
	letter-spacing: -5px;
	margin: 0 -20px;
}

.popup-cafe .btn-wrap .btn {
	letter-spacing: normal;
	margin: 0 10px 15px;
}

.popup-cafe .link {
	color: #4d4d4d;
	text-decoration: underline;
}

.popup-cafe .link:hover {
	text-decoration: none;
}

.aside-panel {
	width: 456px;
	float: left;
}

.aside-panel .jcf-scrollable-wrapper {
	width: 100% !important;
}

.aside-panel .wrap-block {
	height: 530px;
	overflow-y: auto;
	width: 100% !important;
	overflow-x: hidden;
}

.cafe-list {
	line-height: 1.5;
}

.cafe-list li {
	border-bottom: 1px solid #e6e6e6;
	padding: 37px 30px 31px 61px;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.cafe-list li:last-child {
	border: none;
}

.cafe-list li:hover {
	color: #fff;
	background: #44533c;
}

.cafe-list li:hover h3 {
	color: #fff;
}

.cafe-list li:hover .link {
	color: #95ad70;
}

.cafe-list h3 {
	font: 30px/1.2 "nexa_rust_script_l", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	letter-spacing: normal;
	margin: 0;
	color: #9d2d3e;
	text-transform: none;
}

.cafe-list address {
	font-style: normal;
	margin: 0;
}

.cafe-list .tel {
	display: block;
}

.cafe-list .tel a {
	color: inherit;
	text-decoration: none;
}

.cafe-list .tel a:hover {
	opacity: .8;
}

.cafe-list .link {
	color: #9d2d3e;
	text-decoration: underline;
}

.cafe-list .link:hover {
	text-decoration: none;
}

.input-error .jcf-select,
.input-error textarea,
.input-error input {
	border: 1px solid #f00 !important;
}

.hide-select select,
.hide-select .jcf-select {
	width: 100%;
	position: absolute;
	left: -9999px;
}

.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 {
	min-height: 0;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.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: #333;
}

.ui-widget-content a {
	color: #333;
}

.ui-widget-header {
	border: 1px solid #ddd;
	background: #e9e9e9;
	color: #333;
	font-weight: bold;
}

.ui-widget-header a {
	color: #333;
}

.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: #454545;
}

.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 #003eff;
	background: #007fff;
	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: #fffa90;
	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("../ui-icons_444444_256x240.html");
}

.ui-widget-header .ui-icon {
	background-image: url("../ui-icons_444444_256x240.html");
}

.ui-state-default .ui-icon {
	background-image: url("../ui-icons_777777_256x240.html");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("../ui-icons_555555_256x240.html");
}

.ui-state-active .ui-icon {
	background-image: url("../ui-icons_ffffff_256x240.html");
}

.ui-state-highlight .ui-icon {
	background-image: url("../ui-icons_777620_256x240.html");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("../ui-icons_cc0000_256x240.html");
}

.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;
}

#footer {
	background: #f2f2f2;
	color: #4d4d4d;
	font-size: 13px;
	font-weight: 500;
	padding-top: 81px;
}

#footer .col {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	padding: 0 10px;
	margin-right: 0;
}

#footer .container,
#footer .content-holder,
#footer .quote-slider-section .holder-slider,
.quote-slider-section #footer .holder-slider {
	max-width: 1272px;
}

#footer > .container,
#footer > .content-holder,
.quote-slider-section #footer > .holder-slider {
	margin-bottom: 57px;
}

#footer h5 {
	color: #9d2d3e;
	font-weight: 700;
	letter-spacing: 5px;
	font-size: 13px;
	margin: 0 0 6px;
}

#footer ul:not([class]) li {
	margin: 0 0 6px;
}

#footer ul:not([class]) a {
	color: inherit;
	text-decoration: none;
}

#footer ul:not([class]) a:hover {
	text-decoration: underline;
}

.copy-box {
	background: #44533c;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	letter-spacing: -5px;
	padding: 15px 0;
	font: 500 13px/1.2 "brandon_grotesque", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.copy-box span {
	letter-spacing: normal;
	margin: 0 5px;
}

.copy-box a {
	margin: 0 5px 0 5px;
	color: inherit;
	letter-spacing: normal;
	text-decoration: none;
}

.copy-box a:hover {
	text-decoration: underline;
}

.copy-box p {
	margin: 0;
	letter-spacing: normal;
	padding: 0;
}

.nav-footer {
	letter-spacing: -5px;
	width: 59%;
	padding: 0 0 0 22px;
	float: left;
}

.nav-footer .col {
	width: 25%;
}

.contact-footer {
	float: right;
	width: 39%;
	letter-spacing: -5px;
}

.contact-footer .col {
	width: 50%;
}

.contact-footer address {
	padding: 24px 0 0;
	font-style: normal;
	margin: 0;
	line-height: 2.3;
}

.contact-footer .box {
	margin: 0 0 37px;
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.popup-menu .open {
		display: none;
	}

	.menu-add {
		display: block !important;
	}

	.form-style textarea,
	.form-block textarea,
	.contact-form textarea {
		height: 301px;
		min-height: 301px !important;
		max-height: 500px !important;
		margin-bottom: 35px;
	}

	.position-post.reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.position-post.reverse .text-area {
		padding: 0 58px 0 0;
	}

	.position-post .social-networks li {
		margin: 0 23px 5px 0;
	}

	.position-post .social-networks a {
		height: 46px;
		width: 46px;
	}

	.position-post .social-networks a:before {
		font-size: 18px;
		line-height: 48px;
	}

	.gallery-post .btn {
		min-width: 226px;
	}

	.popup-cafe .btn-wrap .btn {
		margin: 0 15px 22px;
		min-width: 170px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.position-post.reverse .text-area {
		padding: 0 25px 0 0;
	}
}

@media (min-width: 1024px) {
	.widget-info .btn {
		padding: 16px 30px 13px;
	}

	.wpcf7-form-control .wpcf7-list-item {
		margin: 0 0 .5em;
	}

	.wpcf7-form-control .wpcf7-list-item-label:before,
	.wpcf7-form-control .wpcf7-list-item-label:after {
		width: 20px;
		height: 20px;
	}

	.fixed-wrap-header {
		overflow: visible;
	}

	.three-col-section .slick-track {
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
		width: 100% !important;
	}

	.three-col-section .slick-cloned {
		display: none !important;
	}
}

@media (min-width: 1025px) {
	#main-nav > ul > li.current-menu-item > a,
	#main-nav > ul > li.active > a {
		color: #9d2d3e;
	}

	#main-nav > ul > li:first-child {
		margin: 0;
	}

	#main-nav > ul > li.hover > a {
		color: #9d2d3e;
	}

	#main-nav .drop .title {
		color: #9d2d3e;
	}

	#main-nav .drop .title a {
		color: inherit;
	}
}

@media (min-width: 1200px) {
	.container.main-content,
	.main-content.content-holder,
	.quote-slider-section .main-content.holder-slider {
		max-width: 100% !important;
	}

	.holder-slider {
		padding-left: 70px;
		padding-right: 70px;
	}

	.content-holder .standard_section .holder-slider {
		padding-left: 70px;
		padding-right: 70px;
	}
}

@media (min-width: 1366px) {
	.container,
	.content-holder,
	.quote-slider-section .holder-slider {
		max-width: 100%;
	}

	.content-holder {
		padding-left: 120px;
		padding-right: 120px;
	}

	.content-holder #sidebar.fixed-position {
		right: 120px;
		width: auto;
	}

	.container-wrap .page-content {
		padding-left: 120px;
		padding-right: 120px;
	}

	.text-center-block.standard_section {
		padding-left: 120px;
		padding-right: 120px;
	}

	#tribe-events-content {
		padding-left: 120px;
		padding-right: 120px;
	}

	.vc_column-inner .position-post {
		padding-left: 120px;
		padding-right: 120px;
	}

	.cards-block.standard_section {
		padding-left: 120px !important;
		padding-right: 120px !important;
	}

	.standard_section .holder-slider {
		padding-left: 125px;
		padding-right: 125px;
	}

	.quote-slider-section .holder-slider {
		padding-left: 125px;
		padding-right: 125px;
	}

	.form-block {
		padding-left: 120px;
		padding-right: 120px;
	}
}

@media (min-width: 1367px) {
	.slider-post .slick-arrow {
		top: 26%;
	}
}

@media (max-width: 1365px) {
	.toggles {
		margin: 0 15px 30px;
	}

	#main-nav > ul > li {
		margin: 0 0 0 30px;
	}

	#main-nav .drop {
		padding: 43px 10px;
	}

	.slider-post {
		margin: 0 0 45px;
	}

	.slider-post .slick-arrow.slick-prev {
		left: -25px;
	}

	.slider-post .slick-arrow.slick-next {
		right: -25px;
	}

	.form-block {
		padding: 0 15px;
		margin: 0 0 30px;
	}

	.maps-section .panel-filter h3 {
		letter-spacing: normal;
	}
}

@media (max-width: 1199px) {
	.slick-arrow {
		top: 80px;
	}

	.text-center-block + .tab-block {
		margin-top: 0;
	}

	.tab-block {
		margin: 0 0 30px;
	}

	.tab-block h2 {
		margin: 0 0 25px;
	}

	.tab-content .menu-block p img {
		margin: 0 0 25px;
	}

	#main-nav > ul {
		max-width: 46%;
	}

	#main-nav > ul:first-child {
		max-width: 52%;
	}

	#main-nav > ul > li {
		margin: 0 0 0 12px;
	}

	#main-nav > ul > li > a.has-drop-down-a:after {
		margin: 0 0 4px 6px;
	}

	.wpb_wrapper .position-post {
		padding-left: 15px;
		padding-right: 15px;
	}

	.slider-post {
		padding: 0 25px;
	}

	.slider-post .post-slide {
		padding: 0 15px;
	}

	.slider-post .slick-arrow.slick-prev {
		left: 0;
	}

	.slider-post .slick-arrow.slick-next {
		right: 0;
	}

	.filter-form {
		width: auto;
		float: none;
	}

	.maps-section .panel-filter {
		padding: 15px 0;
	}

	.maps-section .panel-filter h3 {
		float: none;
		width: auto;
		text-align: center;
		padding-top: 0;
		margin: 0 0 10px;
	}

	.col-maps {
		width: calc( 100% - 350px);
	}

	.aside-panel {
		width: 350px;
	}

	.cafe-list li {
		padding-left: 30px;
	}
}

@media (max-width: 1024px) {
	body {
		font-size: 15px;
		line-height: 1.53;
	}

	#header .social-networks {
		margin: 6px 118px 0 0;
	}

	.nav-active #header .social-networks a {
		color: #fff;
	}

	.nav-active #header .social-networks a:hover {
		color: #e6e5e5;
	}

	.container-wrap .row > .wpb_row.text-center-block:last-child.full-width-content {
		margin: 0 0 60px !important;
	}

	.text-center-block.full-width-content {
		margin: 0 0 60px !important;
	}

	.text-center-block {
		margin: 0 0 60px !important;
	}

	/* .fixed-wrap-header {
		height: 140px;
	} */

	.nav-active .fixed-wrap-header {
		background: #9e2d3e;
		overflow: visible;
	}

	.nav-active #header {
		background: #9e2d3e;
	}

	.nav-active #header:after {
		content: "";
		position: absolute;
		top: 100%;
		height: 20px;
		left: 0;
		right: 0;
		z-index: 10;
		background: #9e2d3e;
	}

	.logo {
		left: 61px;
		margin: 0;
	}

	.nav-active .logo img {
		display: none;
	}

	.nav-active .logo img.img-white {
		display: block;
	}

	#main-nav {
		float: none;
		width: auto;
		margin: 0 0 53px;
	}

	#main-nav > ul {
		float: none;
		padding: 0;
		max-width: none;
	}

	#main-nav > ul:first-child {
		float: none;
		padding: 0;
		max-width: none;
	}

	#main-nav > ul > li {
		float: none;
		margin: 0 0 20px;
	}

	#main-nav > ul > li > a {
		color: #fff;
		font-size: 20px;
	}

	#main-nav > ul > li > a.has-drop-down-a:after {
		margin: 0 0 6px 10px;
	}

	#main-nav > ul > li > a:hover {
		color: #e6e5e5;
	}

	#main-nav .drop {
		position: static;
		opacity: 1;
		padding: 0;
		z-index: 1;
		visibility: visible;
		display: none;
	}

	#main-nav .drop:before {
		display: none;
	}

	#main-nav .drop:after {
		display: none;
	}

	#main-nav .drop ul a {
		color: #fff;
	}

	#main-nav .drop ul li {
		margin: 0 0 13px;
	}

	#main-nav .drop .title {
		font-size: 15px;
		letter-spacing: 5px;
	}

	#main-nav .drop .title span {
		color: #fff;
	}

	#main-nav .wrap-box {
		display: none;
	}

	#main-nav .col-nav {
		display: block;
		padding: 0;
		width: auto;
	}

	#main-nav .back {
		display: inline-block;
	}

	.nav-active {
		overflow: hidden !important;
		height: 100vh !important;
	}

	.drop-nav {
		z-index: -1;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: z-index .3s ease, opacity .3s ease, visibility .3s ease, top .3s ease;
		transition: z-index .3s ease, opacity .3s ease, visibility .3s ease, top .3s ease;
		position: fixed;
		background: #9e2d3e;
		top: 140px;
		left: 0;
		right: 0;
		overflow-x: hidden;
		bottom: 0;
		overflow-y: auto;
		padding: 56px 0 30px;
	}

	.nav-active .drop-nav {
		z-index: 100;
		visibility: visible;
		opacity: 1;
	}

	.panel-close .drop-nav {
		top: 100px;
	}

	.drop-nav .mob-contact {
		display: block;
	}

	.nav-opener {
		display: block;
	}
}

@media only screen and (max-width: 1024px) {
	#main-nav {
		width: 100%;
		position: relative;
		padding: 0 101px;
	}

	#main-nav li {
		position: static;
	}

	#main-nav .drop {
		width: 100%;
		position: absolute;
		left: 100%;
		top: 0;
		padding: 0 101px;
		display: none !important;
	}

	#main-nav li.active-item > .drop {
		display: block !important;
	}

	.drop-nav .mob-contact {
		margin: 0 101px;
	}
}

@media (max-width: 1023px) {
	.slick-arrow {
		top: 50px;
	}

	iframe {
		width: 100%;
	}

	h3,
	.h3 {
		margin: 0 0 10px;
	}

	.content-holder {
		padding-top: 54px;
		padding-bottom: 54px;
	}

	.tabset {
		padding: 20px 15px 5px;
		font-size: 16px;
		margin: 0;
		display: block;
		letter-spacing: -5px;
		text-align: left;
	}

	.tabset li {
		vertical-align: top;
		display: block;
		width: auto;
		letter-spacing: normal;
	}

	.menu-add ul li {
		margin: 0 0 5px;
	}

	.widget-menu {
		padding: 25px;
	}

	.widget-menu h3 {
		letter-spacing: 2px;
	}

	.widget-info {
		padding: 25px;
		border-width: 3px;
	}

	.widget-info .ttl {
		font-size: 40px;
		letter-spacing: 1px;
	}

	.container-wrap .page-content {
		padding: 0  70px 50px;
	}

	.page-content.full-width-content.standard_section {
		padding-bottom: 50px !important;
	}

	.video-section.full-width-content {
		margin-bottom: 54px !important;
	}

	.video-section {
		margin-bottom: 54px !important;
	}

	div[data-style="default"] .toggle h3 a,
	div[data-style="default"] .toggle h3 {
		font-size: 20px !important;
	}

	div[data-style="default"] .toggle h3 a {
		padding: 15px 30px;
	}

	.toggle h3 a i {
		font-size: 20px !important;
	}

	body .toggle > div {
		padding: 0 5px 10px;
	}

	.visual-section.slick-slider {
		font-size: 16px;
	}

	.visual-section.slick-slider .container,
	.visual-section.slick-slider .content-holder,
	.visual-section.slick-slider .quote-slider-section .holder-slider,
	.quote-slider-section .visual-section.slick-slider .holder-slider {
		height: 450px;
	}

	.visual-section.slick-slider h1 {
		font-size: 40px;
	}

	.visual-section.slick-slider p {
		margin: 0 0 40px;
	}

	.visual-section.visual-slider {
		height: 450px;
	}

	.visual-section.visual-slider .container,
	.visual-section.visual-slider .content-holder,
	.visual-section.visual-slider .quote-slider-section .holder-slider,
	.quote-slider-section .visual-section.visual-slider .holder-slider {
		height: 450px;
	}

	.visual-section .container,
	.visual-section .content-holder,
	.visual-section .quote-slider-section .holder-slider,
	.quote-slider-section .visual-section .holder-slider {
		max-width: 480px;
		height: 450px;
	}

	.visual-section h1 {
		font-size: 40px;
	}

	.visual-section h1.ico-title {
		padding-top: 80px;
	}

	.visual-section h1.ico-title:before {
		width: 31px;
		height: 56px;
		top: 0;
		margin-left: -15px;
	}

	.visual-section .anchor-link {
		bottom: 35px;
	}

	.visual-section .pagination,
	.visual-section .slick-dots {
		right: 50px;
	}

	.visual-section .pagination li,
	.visual-section .slick-dots li {
		margin: 0 0 5px;
	}

	.visual-section .pagination li a,
	.visual-section .pagination button,
	.visual-section .slick-dots li a,
	.visual-section .slick-dots button {
		height: 8px;
		width: 8px;
	}

	.info-section p {
		margin: 0 0 34px;
	}

	.info-section .text-area {
		width: auto;
		padding: 103px 11% 89px;
	}

	.info-section h2 {
		font-size: 40px;
		margin: 0 0 16px;
	}

	.info-section .image-bg {
		display: none;
	}

	.careeerinfo-section {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.careeerinfo-section .container,
	.careeerinfo-section .content-holder,
	.careeerinfo-section .quote-slider-section .holder-slider,
	.quote-slider-section .careeerinfo-section .holder-slider {
		padding-top: 40px;
	}

	.careeerinfo-section .container:before,
	.careeerinfo-section .content-holder:before,
	.careeerinfo-section .quote-slider-section .holder-slider:before,
	.quote-slider-section .careeerinfo-section .holder-slider:before {
		left: 18px;
		right: 18px;
	}

	.careeerinfo-section .container:before,
	.careeerinfo-section .content-holder:before,
	.careeerinfo-section .quote-slider-section .holder-slider:before,
	.quote-slider-section .careeerinfo-section .holder-slider:before {
		display: none;
	}

	.careeerinfo-section h1 {
		font-size: 40px;
		padding: 0 25%;
		margin: 0 0 5px;
	}

	.careeerinfo-section p {
		max-width: 480px;
		margin-bottom: 13px;
	}

	.careeerinfo-section .img {
		bottom: -20px;
		margin: -12px -81px 0;
	}

	.three-col-section {
		padding: 0 150px;
	}

	.three-col-section .slick-list {
		overflow: visible;
	}

	.three-col-section .ttl {
		font-size: 20px;
		margin: -52px -35px 43px;
	}

	.social-widget-block {
		display: block;
	}

	.social-widget-block .col-w {
		width: auto;
	}

	.social-widget-block .col {
		width: 100% !important;
		height: auto !important;
	}

	.facebook-box {
		display: none;
	}

	.instagram-box .box {
		min-height: 186px;
	}

	.instagram-box .btn {
		font-size: 15px;
		padding: 12px 15px 12px;
		min-width: 144px;
	}

	.menu-block .head-box h2 {
		letter-spacing: 2px;
	}

	.menu-block .inner,
	.menu-block .image {
		margin: 0 0 43px !important;
	}

	.menu-block .box {
		margin: 0 0 50px;
	}

	.position-post .text-area {
		padding: 0 0 0 25px;
	}

	.position-post .title {
		margin-bottom: 15px;
	}

	.card-post .image {
		padding: 25px;
	}

	.card-post .title {
		margin-bottom: 15px;
	}

	.holder-slider {
		padding-top: 20px;
	}

	.position-post + .holder-slider {
		padding-top: 40px;
	}

	.slider-post .ttl {
		margin-bottom: 15px;
	}

	.post-text-holder {
		padding: 0;
	}

	.gallery-post .image {
		margin: 0 0 15px;
	}

	.gallery-post .ttl {
		margin-bottom: 15px;
	}

	#footer > .container,
	#footer > .content-holder,
	.quote-slider-section #footer > .holder-slider {
		margin-bottom: 51px;
	}

	#footer h5 {
		margin: 0 0 13px;
	}

	.nav-footer {
		display: none;
	}

	.contact-footer {
		width: auto;
		float: none;
		padding: 5px 0 0 12.5%;
	}

	.contact-footer address {
		padding-top: 31px;
	}

	.contact-footer .box {
		margin: 0 0 42px;
	}
}

@media all and (max-width: 800px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs > ul > li {
		max-width: calc(100% - 10px);
	}
}

@media (max-width: 767px) {
	.jcf-select {
		height: 50px;
		margin: 0 0 15px;
	}

	.jcf-select .jcf-select-text {
		padding: 15px 50px 15px 15px;
	}

	.jcf-select .jcf-select-opener {
		width: 40px;
	}

	.jcf-list .jcf-option {
		padding: 15px;
	}

	.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,
	.h1 {
		font-size: 40px;
	}

	h3,
	.h3 {
		letter-spacing: normal;
		font-size: 24px;
	}

	h4,
	.h4 {
		margin: 0 0 15px;
	}

	body #wrapper .container,
	body #wrapper .content-holder,
	body #wrapper .quote-slider-section .holder-slider,
	.quote-slider-section body #wrapper .holder-slider,
	body #wrapper div.slider-nav,
	#wrapper .post-area.standard-minimal.full-width-content article.post .inner-wrap {
		max-width: 767px !important;
	}

	.btn {
		font-size: 11px;
		min-width: 124px;
		padding: 11px 15px;
	}

	.content-holder {
		padding: 56px 70px 70px;
	}

	.content-holder.sidebar-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.content-holder #content {
		float: none;
		width: 100%;
	}

	.content-holder #sidebar {
		position: static !important;
		width: 100%;
		float: none;
		padding-top: 0;
		padding-bottom: 15px;
	}

	.content-holder .holder-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.menu-add {
		display: none;
		padding: 15px 45px;
		background: #cad6b7;
		top: 100%;
		left: 0;
		right: 0;
		font-size: 18px;
		margin: 0;
	}

	.widget-menu {
		padding: 0;
	}

	.widget-menu h3 {
		display: none;
	}

	.widget-info .ttl {
		margin: 0 0 12px;
	}

	.widget-info .btn {
		font-size: 16px;
		padding: 15px 27px 13px;
	}

	.container-wrap .row > .wpb_row.text-center-block:last-child.full-width-content {
		margin: 0 0 30px !important;
	}

	.text-center-block.full-width-content {
		margin: 0 0 30px !important;
	}

	.text-center-block {
		margin: 0 0 30px !important;
	}

	.text-center-block .con-list {
		margin-bottom: 15px;
	}

	.text-center-block .con-list li {
		display: block;
		font-size: 18px;
	}

	.text-center-block .con-list li:before {
		display: none;
	}

	.text-center-block .btn-group {
		padding-top: 0;
	}

	.text-center-block .btn-group .btn {
		margin: 0 5px 10px;
	}

	.position-post + .text-center-block {
		padding-top: 10px;
	}

	.video-section.full-width-content {
		margin-bottom: 40px !important;
	}

	.video-section {
		margin-bottom: 40px !important;
	}

	.form-style textarea,
	.form-block textarea,
	.contact-form textarea,
	.form-style input[type="text"],
	.form-block input[type="text"],
	.contact-form input[type="text"],
	.form-style input[type="email"],
	.form-block input[type="email"],
	.contact-form input[type="email"],
	.form-style input[type="tel"],
	.form-block input[type="tel"],
	.contact-form input[type="tel"] {
		padding: 5px 15px;
		height: 50px;
		margin: 0 0 15px;
	}

	#main-nav .drop ul {
		font-size: 15px;
	}

	.visual-section .wrap {
		max-width: 400px;
	}

	.visual-section .anchor-link {
		bottom: 20px;
	}

	.three-col-section {
		padding: 0 125px;
	}

	.three-col-section .col {
		height: 520px;
	}

	.three-col-section h2 {
		font-size: 40px;
	}

	.three-col-section p {
		margin: 0 0 40px;
	}

	.three-col-section .btn {
		font-size: 14px;
		padding: 12px 20px;
		min-width: 148px;
	}

	.menu-block {
		line-height: 1.68;
	}

	.menu-block .head-box {
		margin: 0 0 29px;
	}

	.menu-block .head-box h2 {
		font-size: 33px;
		letter-spacing: 5px;
	}

	.menu-block h3 {
		font-size: 22px;
		margin: 0;
	}

	.blog-section .time {
		font-size: 16px;
	}

	.blog-section h1 + .time {
		margin-bottom: 20px;
	}

	.blog-section h4 {
		padding-top: 0;
	}

	.blog-section .image {
		margin: 0 0 30px;
	}

	.blog-section .bottom-wrap {
		padding-top: 20px;
	}

	.blog-section .btn {
		float: none;
		margin: 0 0 15px;
	}

	.blog-section .share {
		display: block;
	}

	.blog-section .ttl {
		float: none;
		margin: 0 0 15px;
	}

	.position-post {
		display: block;
		margin: 0 0 40px;
		padding-top: 0; /* &:last-child{
			margin: 0;
		} */
	}

	.position-post .image {
		width: auto;
		max-width: none;
		margin: 0 0 25px;
	}

	.position-post .text-area {
		padding: 0;
		width: auto;
	}

	.position-post p {
		margin: 0 0 20px;
	}

	.position-post .title {
		letter-spacing: 2px;
	}

	.position-post .text {
		margin-bottom: 25px;
	}

	.card-post {
		display: block;
		width: auto;
		margin-bottom: 15px;
	}

	.card-post .title {
		letter-spacing: 2px;
	}

	.holder-slider h2 {
		letter-spacing: 2px;
	}

	.slider-post .ttl {
		letter-spacing: 2px;
		font-size: 16px;
	}

	.quote-slider-section {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.content-holder + .quote-slider-section {
		margin-top: 0;
	}

	.post-text-holder .post-text {
		padding: 0 15px 30px;
	}

	.post-text-holder .post-text p {
		margin: 0 0 15px;
	}

	.gallery-post {
		width: 50%;
		padding-bottom: 40px;
	}

	.gallery-post .ttl {
		letter-spacing: 2px;
	}

	.lightbox-block .close {
		position: absolute;
		top: 0;
		right: 0;
	}

	.slider-gallery .slide {
		min-height: 300px;
	}

	.form-block .wrap-box {
		margin: 0;
	}

	.form-block .col-form {
		float: none;
		width: auto;
		padding: 0;
	}

	.form-block p {
		margin: 0 0 30px;
	}

	.form-block input[type="submit"] {
		font-size: 11px;
	}

	.contact-block .col-contact {
		float: none;
		width: auto;
	}

	.contact-block .ttl {
		font-size: 20px;
		letter-spacing: 4px;
	}

	.contact-form input[type="submit"] {
		font-size: 11px;
	}

	.maps-block iframe {
		height: 280px !important;
	}

	.col-maps {
		float: none;
		height: 300px;
		width: 100%;
	}

	.col-maps iframe {
		height: 300px !important;
	}

	.popup-cafe .box-card:before {
		display: none;
	}

	.popup-cafe .ttl {
		font-size: 18px;
	}

	.popup-cafe h3 {
		font-size: 40px;
	}

	.aside-panel {
		width: auto;
		float: none;
	}

	.aside-panel .wrap-block {
		height: 340px;
	}

	.cafe-list li {
		padding: 10px 15px;
	}

	.cafe-list h3 {
		font-size: 26px;
	}
}

@media (max-width: 639px) {
	.slick-arrow {
		top: 40px;
	}

	.widget {
		margin-bottom: 15px;
	}

	#sidebar > div {
		margin-bottom: 15px !important;
	}

	#header .social-networks {
		margin-right: 60px;
	}

	.content-holder {
		padding: 30px 15px 40px;
	}

	.container-wrap .page-content {
		padding: 0 15px 40px;
	}

	.page-content.full-width-content.standard_section {
		padding-bottom: 30px !important;
	}

	.lightbox-form {
		padding: 30px 15px !important;
		width: 300px;
	}

	.lightbox-form .close {
		top: 10px;
		right: 10px;
	}

	.panel-info {
		font-size: 11px;
		padding: 5px 0;
	}

	.panel-info .container,
	.panel-info .content-holder,
	.panel-info .quote-slider-section .holder-slider,
	.quote-slider-section .panel-info .holder-slider {
		height: 100%;
		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;
	}

	.logo {
		left: 15px;
	}

	#main-nav .drop {
		padding: 0 25px;
	}

	.drop-nav {
		padding: 25px 15px;
	}

	.nav-opener {
		right: 15px;
	}

	.visual-section .container,
	.visual-section .content-holder,
	.visual-section .quote-slider-section .holder-slider,
	.quote-slider-section .visual-section .holder-slider {
		max-width: 400px;
		padding-top: 50px;
		padding-bottom: 40px;
		padding-left: 25px;
		padding-right: 25px;
	}

	.visual-section .pagination,
	.visual-section .slick-dots {
		right: 15px;
	}

	.info-section .text-area {
		padding: 50px 25px;
	}

	.careeerinfo-section .container,
	.careeerinfo-section .content-holder,
	.careeerinfo-section .quote-slider-section .holder-slider,
	.quote-slider-section .careeerinfo-section .holder-slider {
		padding-left: 40px;
		padding-right: 40px;
	}

	.careeerinfo-section h1 {
		padding: 0;
	}

	.three-col-section {
		padding: 0 60px;
	}

	.instagram-box .box {
		min-height: 150px;
	}

	.instagram-box .ttl img {
		max-width: 140px;
	}

	.instagram-box .btn {
		min-width: 120px;
		font-size: 11px;
		padding: 10px 15px;
	}

	.menu-block .head-box {
		padding-bottom: 15px;
	}

	.menu-block .head-box h2 {
		font-size: 28px;
	}

	.menu-block .box {
		margin: 0 0 30px;
	}

	.post-text-holder .post-text {
		width: 50%;
	}

	.slider-gallery {
		padding: 0 30px;
	}

	.slider-gallery .slick-arrow {
		-webkit-transform: translateY(-180%);
		-ms-transform: translateY(-180%);
		transform: translateY(-180%);
	}

	.slider-gallery .image {
		margin: 0 0 15px;
	}

	.slider-gallery .ttl {
		float: none;
		display: block;
		padding: 0 0 10px;
	}

	.filter-form {
		padding: 0;
	}

	.filter-form .col-f {
		float: none;
		width: auto;
		padding: 0 0 10px;
	}

	.filter-form .btn {
		position: static;
		margin: 0 auto;
		display: block;
		font-size: 16px;
	}

	#footer {
		padding-top: 25px;
	}

	#footer > .container,
	#footer > .content-holder,
	.quote-slider-section #footer > .holder-slider {
		margin-bottom: 25px;
	}

	.contact-footer {
		padding: 0;
	}
}

@media only screen and (max-width: 639px) {
	#main-nav {
		padding: 0 15px;
	}

	#main-nav .drop {
		padding: 0 15px;
	}

	.drop-nav .mob-contact {
		margin: 0 15px;
	}
}

@media (max-width: 479px) {
	.slick-arrow {
		top: 50px;
	}

	.tabset {
		padding: 15px 15px 5px;
	}

	.tabset li {
		padding: 0 5px 10px;
	}

	.popup-menu .open {
		padding-left: 25px;
	}

	.menu-add {
		padding-left: 25px;
	}

	.text-center-block .con-list li {
		letter-spacing: 2px;
	}

	.visual-section.slick-slider .container,
	.visual-section.slick-slider .content-holder,
	.visual-section.slick-slider .quote-slider-section .holder-slider,
	.quote-slider-section .visual-section.slick-slider .holder-slider {
		height: 380px;
	}

	.visual-section.slick-slider h1 {
		font-size: 25px;
	}

	.visual-section.slick-slider p {
		margin: 0 0 20px;
	}

	.visual-section.visual-slider {
		height: 380px;
	}

	.visual-section.visual-slider .container,
	.visual-section.visual-slider .content-holder,
	.visual-section.visual-slider .quote-slider-section .holder-slider,
	.quote-slider-section .visual-section.visual-slider .holder-slider {
		height: 380px;
	}

	.visual-section h1 {
		font-size: 30px;
	}

	.visual-section p {
		margin: 0 0 30px;
	}

	.info-section h2 {
		font-size: 25px;
	}

	.three-col-section {
		padding: 0 30px;
	}

	.three-col-section .col {
		padding: 25px;
		height: 400px;
	}

	.three-col-section .text {
		padding: 0;
	}

	.three-col-section .ttl {
		padding: 15px;
		letter-spacing: 5px;
		margin: -25px -25px 25px;
	}

	.instagram-box .box {
		min-height: 120px;
		padding: 10px;
	}

	.instagram-box .ttl img {
		max-width: 100px;
	}

	.instagram-box .btn {
		min-width: 1px;
		padding: 6px 8px;
	}

	.card-post .image {
		height: 320px;
	}

	.post-text-holder .post-text {
		width: 100%;
		display: block;
		padding: 0 0 15px;
	}

	.gallery-post {
		width: auto;
		display: block;
		padding-bottom: 30px;
	}

	.slider-gallery .slick-arrow {
		-webkit-transform: translateY(-200%);
		-ms-transform: translateY(-200%);
		transform: translateY(-200%);
	}

	#footer > .container,
	#footer > .content-holder,
	.quote-slider-section #footer > .holder-slider {
		margin-bottom: 0;
	}

	.contact-footer .col {
		width: 100%;
		margin: 0 0 20px;
	}

	.contact-footer address {
		padding-top: 15px;
	}

	.contact-footer .box {
		margin: 0 0 15px;
	}
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

