/*
Theme Name: FayRanches
Author: Anonymous
Author URI:
Version: 1.0.4
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: fayranches
Domain Path: /languages
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;
}

@font-face {
	font-family: "fontello";
	src: url("fonts/fontello.eot");
	src: url("fonts/fontello.eot#iefix") format("embedded-opentype"), url("fonts/fontello.svg") format("svg"), url("fonts/fontello.woff") format("woff"), url("fonts/fontello.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: 0;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	margin-left: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
	content: "\e800";
}

/* 'î €' */

.icon-twitter:before {
	content: "\e803";
}

/* 'î ' */

.icon-linkedin:before {
	content: "\e802";
}


.icon-instagram:before {
	content: "\f32d";
}

.icon-youtube:before {
	content: "\f167";
}

/* 'î ‚' */

.icon-pinterest:before {
	content: "\e810";
}

/* 'î ƒ' */

.icon-left-open-big:before {
	content: "\e804";
}

/* 'î „' */

.icon-right-open-big:before {
	content: "\e805";
}

/* 'î …' */

.icon-angle-double-right:before {
	content: "\e806";
}

/* 'î †' */

.icon-email:before {
	content: "\e807";
}

/* 'î ‡' */

.icon-map:before {
	content: "\e808";
}

/* 'î ˆ' */

.icon-videocam:before {
	content: "\e809";
}

/* 'î ‰' */

.icon-angle-double-left:before {
	content: "\e80a";
}

/* 'î Š' */

.icon-th:before {
	content: "\e80b";
}

/* 'î ‹' */

.icon-cancel:before {
	content: "\e80c";
}

/* 'î Œ' */

.icon-mail:before {
	content: "\e80d";
}

/* 'î ' */

.icon-telephone:before {
	content: "\e80e";
}

/* 'î Ž' */

.icon-download:before {
	content: "\e80f";
}

/* 'î ' */

.social-networks,
#nav,
#nav ul,
.footer-nav,
.contact-list,
.socials-list,
.search-bar .links,
.selection-list,
.dropdown .col .list,
.dropdown .btn-list,
.intro .list,
.intro .btn-list,
.info-col .list,
.info-col .btn-list,
.amount-list,
.article .list,
.article .btn-list,
.search-results .header .links,
.tabset,
.tabset_nojs,
.navigation-comments,
.pagination .nav-links,
.intro-block .btn-area,
.tel-list,
.share-list,
.twitter-slider .pagination ul,
.social-links,
.posts-list,
.img-gallery .pagination,
.article-box .tags-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.header-content:after,
.footer-holder:after,
.newsletter:after,
.newsletter .field-holder:after,
.container:after,
.visual:after,
.search-bar:after,
.search-bar .fields-area:after,
.dropdown:after,
.dropdown .col-holder:after,
.dropdown .bottom-info:after,
.intro:after,
.video-box .description:after,
.info-holder:after,
.info-col .footer:after,
.gallery .slideset:after,
.article-block:after,
.article:after,
.search-results .header:after,
.search-results .header .links:after,
.search-results .search-numbers:after,
.tab-content:after,
.tab-content .adds-col:after,
.intro-block:after,
.intro-block .btn-area:after,
.multimedia-area:after,
.video-area:after,
.tel-list:after,
.map-block:after,
.lightbox .row:after,
.inquire-form:after,
#sidebar .btn-list:after,
.twitter-slider .links-list:after,
.info-columns:after,
.info-columns .holder:after,
.img-gallery .pagination:after,
.post-categories:after,
.post-categories .posts-holder:after,
.article-box:after,
.article-box .tags-list:after,
.pagination-bar: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: #4f4a44;
	background: #ede8da;
	font: 13px / 1.2 "Open Sans", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.2em;
}

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.2em;
}

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 #fff;
	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: #fff;
}

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: #838079;
}

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: #838079;
}

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: #838079;
}

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: #838079;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #838079;
}

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: 1.2em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0;
	width: 100%;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #000;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.2em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.2em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.2em;
}

.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: 50%;
	background: #000;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation-single {
	margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	background: #000;
	color: #fff;
	text-decoration: none;
}

.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.2em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.2em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.2em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.2em;
}

.mejs-container {
	margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Lora", serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #4f4a44;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

#header {
	position: relative;
	z-index: 5;
	letter-spacing: 1px;
}

.logo-area {
	float: left;
	width: 110px;
	height: 118px;
	text-align: center;
	background: url(images/logo-bg.png);
	background-size: 100% 100%;
	padding: 12px 20px 30px;
	margin: -8px 0 -23px;
	position: relative;
}

.logo img {
	width: 100%;
	height: auto;
}

.logo img.regional {
	margin: 0 auto;
	width: auto;
	max-width: 100%;
}

.social-networks {
	font-size: 0;
	line-height: 0;
}

.social-networks li {
	font-size: 19px;
	line-height: 16px;
	padding: 0 3px 6px;
	display: inline-block;
	vertical-align: middle;
}

.social-networks a {
	color: #c6bda2;
}

.social-networks a:hover {
	color: #9c8450;
}

.user-area {
	text-align: right;
}

.user-area .tel {
	font-size: 15px;
	font-weight: 700;
	font-family: "Lora", serif;
	line-height: 18px;
	color: #9c8450;
}

.user-area .tel:hover {
	color: #74623b;
}

.nav-area .nav-opener {
	display: block;
	width: 26px;
	height: 18px;
	float: right;
	z-index: 1;
	position: relative;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.nav-area .nav-opener:hover {
	opacity: .80;
}

.nav-area .nav-opener span,
.nav-area .nav-opener:before,
.nav-area .nav-opener:after {
	border-radius: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	right: 0;
	height: 4px;
	background: #404c27;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.nav-area .nav-opener:before,
.nav-area .nav-opener:after {
	content: "";
	top: 0;
}

.nav-area .nav-opener:after {
	top: 14px;
}

#nav {
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Lora", serif;
}

#nav > li {
	position: relative;
}

#nav > li > a {
	color: #404c27;
}

#nav > li.hover > ul {
	display: block;
}

#nav > li > ul {
	display: none;
}

#nav > li > ul > li a:hover {
	color: #ede8da;
}

#nav > li > ul > li.active > a {
	color: #ede8da;
}

.nav-active .nav-area .nav-opener span {
	opacity: 0;
}

.nav-active .nav-area .nav-opener:before,
.nav-active .nav-area .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px;
	left: 0;
	right: 0;
}

.nav-active .nav-area .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.resize-active .nav-area .list-holder {
	-webkit-transition: none;
	transition: none;
}

#footer {
	background: url(images/bg04.jpg) 50% 0;
	background-size: cover;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
}

#footer .container {
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer-logo {
	margin: 0 0 15px;
}

.footer-logo a {
	display: inline-block;
	vertical-align: top;
	color: inherit;
}

.footer-holder {
	font-size: 0;
	line-height: 0;
	color: #faf7ef;
	position: relative;
}

.footer-holder h3 {
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	color: #bba774;
	letter-spacing: 2px;
	margin: 0 0 15px;
}

.footer-holder .col {
	font-size: 13px;
	line-height: 20px;
	padding: 10px 0;
	position: relative;
	letter-spacing: 1px;
}

.footer-holder .col + .col {
	border-top: 1px solid #595e37;
}

.footer-holder a {
	font-family: "Lora", serif;
}

.footer-holder p {
	margin: 0 0 15px;
}

.footer-nav {
	font-size: 13px;
	line-height: 15px;
	font-weight: 700;
	font-family: "Lora", serif;
	text-transform: uppercase;
}

.footer-nav li {
	margin: 0 0 15px;
}

.footer-nav a {
	color: #faf7ef;
}

.footer-nav a:hover {
	color: #bba774;
}

.copyright {
	color: #bba774;
	font-size: 11px;
	line-height: 13px;
}

.copyright p {
	margin: 0 0 10px;
}

.copyright span {
	font-family: "Lora", serif;
	text-transform: uppercase;
	display: block;
	margin: 0 0 5px;
}

.copyright span a {
	color: #bba774;
}

.copyright span a:hover {
	color: #a28b4f;
}

.copyright p {
	margin: 0 0 10px;
}

.copyright .north-logo {
	display: inline-block;
	vertical-align: middle;
}

.copyright .north-logo .hover {
	display: none;
}

.copyright .north-logo a:hover .normal {
	display: none;
}

.copyright .north-logo a:hover .hover {
	display: block;
}

.copyright .sort-by {
	text-transform: uppercase;
}

.contact-list {
	font-weight: 600;
}

.contact-list li {
	margin: 0 0 4px;
}

.contact-list a {
	color: #ab9b6a;
	font-weight: 700;
}

.contact-list a:hover {
	color: #faf7ef;
}

.socials-list {
	font-weight: 700;
}

.socials-list li {
	margin: 0 0 15px;
}

.socials-list a {
	color: #faf7ef;
	position: relative;
	padding: 0 0 0 34px;
}

.socials-list a:hover {
	color: #ab9b6a;
}

.socials-list a:before {
	color: #a79767;
	font-family: "fontello";
	position: absolute;
	left: 0;
	top: -2px;
	font-weight: 400;
	font-size: 18px;
}

.socials-list a.facebook:before {
	content: "\e800";
}

.socials-list a.twitter:before {
	content: "\e803";
}

.socials-list a.linkedin:before {
	content: "\e802";
}

.socials-list a.pinterest:before {
	content: "\e810";
}

.socials-list a.instagram:before {
	content: "\f32d";
}

.socials-list a.youtube:before {
	content: "\f167";
}

.newsletter .field-holder {
	position: relative;
}

.newsletter .btn-default {
	float: right;
	width: 52px;
	height: 45px;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 0;
}

.newsletter .input-holder {
	padding: 0 61px 0 0;
}

body {
	min-width: 320px;
	line-height: 20px;
}

img {
	display: block;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"],
.btn-default {
	display: inline-block;
	vertical-align: middle;
	padding: 15px 21px 14px;
	color: #c0ad7d;
	text-transform: uppercase;
	border: 1px solid #bba774;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	text-align: center;
	border-radius: 2px;
	font-family: "Lora", serif;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	letter-spacing: 1px;
	background: rgba(255, 255, 255, .05);
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover,
.btn-default:hover {
	color: #ede8da;
	background: #bba774;
}

.comment-form input[type="submit"] span,
.post-password-form input[type="submit"] span,
.search-form input[type="submit"] span,
.btn-default span {
	display: inline-block;
	vertical-align: top;
	padding: 0 13px 0 0;
	position: relative;
}

.comment-form input[type="submit"] span:after,
.post-password-form input[type="submit"] span:after,
.search-form input[type="submit"] span:after,
.btn-default span:after {
	content: "\e806";
	font-family: "fontello";
	position: absolute;
	right: 0;
	top: 0;
	font-size: 11px;
}

.comment-form input[type="submit"] i,
.post-password-form input[type="submit"] i,
.search-form input[type="submit"] i,
.btn-default i {
	font-size: 25px;
	line-height: 13px;
	display: block;
}

.comment-form input[type="submit"].green,
.post-password-form input[type="submit"].green,
.search-form input[type="submit"].green,
.btn-default.green {
	border-color: #414d28;
	color: #414d28;
}

.comment-form input[type="submit"].green:hover,
.post-password-form input[type="submit"].green:hover,
.search-form input[type="submit"].green:hover,
.btn-default.green:hover {
	color: #ede8da;
	background: #414d28;
}

.comment-form input[type="submit"].back span,
.post-password-form input[type="submit"].back span,
.search-form input[type="submit"].back span,
.btn-default.back span {
	padding: 0 0 0 13px;
}

.comment-form input[type="submit"].back span:after,
.post-password-form input[type="submit"].back span:after,
.search-form input[type="submit"].back span:after,
.btn-default.back span:after {
	content: "\e80a";
	right: auto;
	left: 0;
}

.comment-form input[type="submit"].download span,
.post-password-form input[type="submit"].download span,
.search-form input[type="submit"].download span,
.btn-default.download span {
	padding: 0 0 0 25px;
}

.comment-form input[type="submit"].download span:after,
.post-password-form input[type="submit"].download span:after,
.search-form input[type="submit"].download span:after,
.btn-default.download span:after {
	content: "\e80f";
	right: auto;
	left: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
}

.comment-form input[type="submit"].mail span,
.post-password-form input[type="submit"].mail span,
.search-form input[type="submit"].mail span,
.btn-default.mail span {
	padding-left: 28px;
}

.comment-form input[type="submit"].mail span:before,
.post-password-form input[type="submit"].mail span:before,
.search-form input[type="submit"].mail span:before,
.btn-default.mail span:before {
	content: "\e807";
	font-family: "fontello";
	position: absolute;
	top: -2px;
	left: 0;
	font-weight: 400;
	font-size: 17px;
	line-height: 17px;
}

.btn-prev,
.btn-next {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 3;
	font-size: 30px;
	line-height: 30px;
	color: #bba774;
	z-index: 12;
}

.btn-prev:hover,
.btn-next:hover {
	color: #404c27;
}

.btn-prev:before,
.btn-next:before {
	content: "";
	position: absolute;
	left: 0;
	top: -22px;
	pointer-events: none;
	z-index: -1;
	border-top: 35px solid transparent;
	border-bottom: 35px solid transparent;
	border-left: 35px solid #ede8da;
}

.btn-prev i,
.btn-next i {
	display: block;
	margin: -3px 0 0 -5px;
}

.btn-next {
	left: auto;
	right: 0;
}

.btn-next:before {
	border-left: none;
	left: auto;
	right: 0;
	border-right: 35px solid #ede8da;
}

.btn-next i {
	margin: -3px -5px 0 0;
}

textarea,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	width: 100%;
	font-size: 14px;
	line-height: 17px;
	height: 45px;
	padding: 13px;
	border-radius: 2px;
	background: #faf7ef;
	color: #838079;
}

textarea.center,
input[type="text"].center,
input[type="tel"].center,
input[type="email"].center,
input[type="search"].center,
input[type="password"].center,
textarea.center {
	text-align: center;
}

h1,
h2,
h3 {
	line-height: 1em;
	text-transform: uppercase;
}

#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
}

#wrapper:before {
	content: "";
	height: 8px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: #bba774;
}

.container {
	max-width: 1174px;
	margin: 0 auto;
}

.visual {
	margin: 0 0 18px;
}

.cycle-gallery {
	position: relative;
}

.cycle-gallery .slideset {
	position: relative;
}

.cycle-gallery .mask {
	overflow: hidden;
	width: 100%;
}

.cycle-gallery .slide {
	float: left;
	width: 100%;
	position: relative;
}

.cycle-gallery .slide.active {
	z-index: 1;
}

.cycle-gallery .slide:after {
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	z-index: 0;
	border: 1px solid #c8b27b;
}

.cycle-gallery .img-holder,
.cycle-gallery .img-frame {
	position: relative;
	float: left;
	left: 50%;
	min-width: 950px;
	width: 100%;
}

.cycle-gallery .img-frame {
	left: -50%;
}

.cycle-gallery .img-frame img {
	width: 100%;
	height: auto;
}

.cycle-gallery .caption-holder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	font-size: 0;
	line-height: 0;
	padding: 15px;
	z-index: 2;
	white-space: nowrap;
	text-align: center;
}

.cycle-gallery .caption-holder:before {
	content: "";
	display: inline-block;
	vertical-align: bottom;
	width: 0;
	min-height: 100%;
}

.cycle-gallery .caption-holder > * {
	white-space: normal;
	display: inline-block;
	vertical-align: bottom;
	max-width: 100%;
	width: 100%;
}

.cycle-gallery .caption {
	width: 270px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 16px;
	color: #faf7ef;
	position: relative;
}

.cycle-gallery .caption .opener {
	display: block;
	padding: 8px 15px;
	font-weight: 700;
	text-align: left;
	text-transform: capitalize;
	font-family: "Lora", serif;
	background: rgba(55, 65, 30, .8);
	margin: 1px 0 0;
}

.cycle-gallery .caption .opener .hold {
	display: block;
	padding: 0 20px;
	position: relative;
}

.cycle-gallery .caption .opener .hold:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transition: all .30s linear;
	transition: all .30s linear;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #faf7ef;
}

.cycle-gallery .caption .opener strong {
	font-size: 14px;
	line-height: 16px;
	color: #faf7ef;
	display: block;
}

.cycle-gallery .caption .opener span {
	line-height: 16px;
	color: #c8b27b;
}

.cycle-gallery .caption.popup-active .caption-popup,
body:not(.home) .cycle-gallery .slide.active .caption .caption-popup {
	opacity: 1;
	visibility: visible;
}

.cycle-gallery .caption.popup-active .opener .hold:before,
body:not(.home) .cycle-gallery .slide.active .caption .opener .hold:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.cycle-gallery .caption-popup {
	display: block !important;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	bottom: 100%;
	right: 0;
	-webkit-transition: all .30s linear;
	transition: all .30s linear;
}

.cycle-gallery .caption-popup p {
	margin: 0 0 10px;
}

.cycle-gallery .slide-holder {
	padding: 10px;
	background: rgba(55, 65, 30, .8);
}

.cycle-gallery .btn-default {
	display: block;
}

.cycle-gallery .btn-prev,
.cycle-gallery .btn-next {
	z-index: 4;
}

.search-bar {
	position: relative;
	padding: 0 10px;
	background: url(images/bg01.jpg) no-repeat;
	background-size: 100% 100%;
}

.search-bar .fields-area {
	padding: 10px 0;
}

.search-bar .btn-area {
	text-align: center;
}

.search-bar .btn-default {
	display: block;
	padding: 15px 15px 14px;
}

.search-bar .separator {
	color: #92885d;
	font-size: 11px;
	font-style: italic;
	font-weight: 700;
	padding: 5px 4px;
	position: relative;
	font-family: "Lora", serif;
	display: inline-block;
	vertical-align: middle;
}

.search-bar .separator:before,
.search-bar .separator:after {
	content: " ";
	background: #92885d;
	position: absolute;
	left: 0;
	top: 50%;
	height: 1px;
	width: 4px;
}

.search-bar .separator:after {
	left: auto;
	right: 0;
}

.search-bar .field-holder {
	overflow: hidden;
}

.search-bar .btn-submit .btn-default {
	width: 100%;
}

.search-bar .selection-area {
	margin: 0 0 10px;
}

.search-bar.add {
	padding: 6px 15px;
}

.search-bar.add .btn-default {
	display: inline-block;
	vertical-align: top;
}

.search-bar.add .btn-default.back {
	min-width: 201px;
}

.search-bar .cols-holder {
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.search-bar .head {
	color: #b59b62;
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	text-align: center;
	font-family: "Lora", serif;
	padding: 10px 0;
}

.search-bar .head h1 {
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
	margin: 0 0 5px;
	color: #ede8da;
}

.search-bar .head address {
	font-style: normal;
	text-transform: uppercase;
	margin: 0;
}

.search-bar .links {
	margin: 0 -7px;
}

.search-bar .links li {
	display: inline-block;
	vertical-align: top;
	padding: 0 6px 6px;
}

.search-bar .links .btn-default {
	min-width: 130px;
}

.search-bar.title {
	text-align: center;
	padding: 18px;
}

.search-bar.title h1 {
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
	color: #bfae7c;
	margin: 0;
}

.selection-list {
	font-size: 0;
	line-height: 0;
	float: left;
	border-left: 1px solid #353f1e;
}

.selection-list > li {
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #353f1e;
}

.selection-list > li.hover .opener {
	color: #ede8da;
	background: #353f1e;
}

.selection-list > li > a {
	display: block;
	padding: 13px 15px;
	color: #b1a173;
	font-size: 15px;
	font-family: "Lora", serif;
	line-height: 18px;
	letter-spacing: 1px;
}

.selection-list > li > a:hover {
	color: #ede8da;
	background: #353f1e;
}

.selection-list > li > a span {
	display: block;
	padding: 0 35px 0 0;
	position: relative;
}

.selection-list > li > a span:after {
	color: #b1a173;
	content: "+";
	position: absolute;
	right: 0;
	top: 0;
	font-size: 33px;
}

.selection-list .active > a {
	color: #ede8da;
	background: #353f1e;
}

.selection-list .active > a span:after {
	content: "-";
}

.dropdown {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	text-align: center;
	overflow: hidden;
	z-index: 111;
	background: #353f1e;
}

.dropdown .title {
	font-size: 14px;
	line-height: 18px;
	display: block;
	text-transform: uppercase;
	font-family: "Lora", serif;
}

.dropdown .title .open {
	color: #ede8da;
}

.dropdown .title .open:hover {
	color: #d9ceb1;
}

.dropdown .col-holder {
	font-size: 0;
	line-height: 0;
}

.dropdown .col .list li {
	display: block;
	margin: 0 5px 2px;
}

.dropdown .list.vertical > li.region {
	padding: 10px 5px;
}

.dropdown .list.vertical > li.region:not(:last-child) {
	border-bottom: 1px solid #bba774;
}

.dropdown label {
	text-transform: uppercase;
	color: #bba774;
	display: block;
	font-size: 12px;
	line-height: 16px;
	padding: 8px 15px;
	border-radius: 2px;
	min-width: 95px;
	text-align: center;
}

.dropdown label:hover,
.dropdown label.jcf-label-active {
	color: #ede8da;
	background: #293217;
}

.dropdown .bottom-info {
	font-size: 0;
	line-height: 0;
	background: #313b1c;
	position: relative;
}

.dropdown .bottom-info:after,
.dropdown .bottom-info:before {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	width: 9999px;
	background: #313b1c;
}

.dropdown .bottom-info:after {
	left: auto;
	right: 100%;
}

.dropdown .bottom-info p {
	margin: 0;
}

.dropdown .bottom-info .column {
	padding: 10px;
	font-size: 14px;
	line-height: 16px;
	color: #ede8da;
	letter-spacing: 1px;
	font-family: "Lora", serif;
}

.dropdown .btn-list li {
	display: inline-block;
	vertical-align: middle;
}

.intro {
	padding: 25px 10px;
	text-align: center;
	margin: 0 0 20px;
	background: #e4dcc6;
	box-shadow: 0 0 30px rgba(210, 196, 161, .7) inset;
}

.featured-block.video-box .description {
	font-size: 12px;
}

.intro h1 {
	line-height: 34px;
	font-weight: 400;
	color: #695134;
	margin: 0 0 10px;
	padding: 0 0 15px;
	position: relative;
	overflow: hidden;
}

.intro h1:after,
.intro h1:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #d6cbad;
}

.intro h1:before {
	bottom: 6px;
}

.intro .list {
	font-size: 0;
	line-height: 0;
}

.intro .list li {
	font-size: 13px;
	line-height: 15px;
	font-weight: 700;
	font-family: "Lora", serif;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 10px 13px;
	position: relative;
	letter-spacing: 1px;
}

.intro .list li + li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #3f4a25;
}

.intro .list a {
	color: #ab996b;
}

.intro .list a.active,
.intro .list a:hover {
	color: #3f4a25;
}

.intro .detail {
	font-weight: 600;
	line-height: 21px;
}

.intro .detail p {
	margin: 0 0 15px;
}

.intro .btn-list li {
	padding: 0 5px 10px;
	display: inline-block;
	vertical-align: top;
}

.video-box {
	margin: 0 0 15px;
	text-align: center;
}

.video-box .video {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding: 9px;
	border: 1px solid #c8b27b;
	background: #e6e0ce;
}

.video-box .video img {
	width: 100%;
	height: auto;
}

.video-box .video iframe {
	margin: 0;
}

.video-box .description {
	font-size: 13px;
	line-height: 15px;
	font-weight: 700;
	font-family: "Lora", serif;
	color: #7e6343;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.video-box .description p {
	margin: 0;
}

.video-box .description p span {
	color: #3f4a25;
}

.featured-block {
	background: url(images/bg02.jpg) no-repeat 50% 0;
	background-size: 100% 100%;
	text-align: center;
	padding: 25px 10px;
	position: relative;
	margin: 0 0 19px;
}

.featured-block .container {
	overflow: hidden;
}

.featured-block h2 {
	line-height: 34px;
	font-weight: 400;
	color: #faf7ef;
	margin: 0 0 20px;
	padding: 0 0 15px;
	position: relative;
	overflow: hidden;
	letter-spacing: 1px;
}

.featured-block h2:after,
.featured-block h2:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #5d6438;
}

.featured-block h2:before {
	bottom: 7px;
}

.featured-block.silver {
	background: #e4dcc6;
	box-shadow: 0 0 30px rgba(210, 196, 161, .7) inset;
}

.featured-block.silver h2 {
	color: #414d28;
}

.featured-block.silver h2:after,
.featured-block.silver h2:before {
	background: #cec09c;
}

.featured-block .btn-default {
	min-width: 240px;
}

.featured-block .image .btn-default {
	min-width: inherit;
	padding: 12px 17px;
}

.info-holder {
	font-size: 0;
	line-height: 0;
	text-align: left;
}

.info-col {
	text-align: left;
}

.info-col .col-holder {
	border: 1px solid #ded6be;
	background: #faf7ef;
}

.info-col .img-holder {
	position: relative;
	margin: -1px;
}

.info-col .img-holder:before {
	content: "";
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	opacity: .50;
	border: 1px solid #c8b27b;
}

.info-col .img-holder img {
	width: 100%;
	height: auto;
}

.info-col .video-link {
	position: absolute;
	right: 15px;
	bottom: 15px;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	opacity: .80;
}

.info-col .video-link:hover {
	opacity: 1;
}

.info-col .detail {
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
	display: table;
	width: 100%;
}

.info-col .content {
	padding: 10px;
}

.info-col h3 {
	margin: 0 0 5px;
	font-size: 18px;
	line-height: 22px;
}

.info-col h3 a {
	color: #414d28;
}

.info-col h3 a:hover {
	color: #1f2513;
}

.info-col p {
	margin: 0;
}

.info-col time,
.info-col address {
	display: block;
	color: #b59b62;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	font-family: "Lora", serif;
	text-transform: uppercase;
	margin: 0 0 5px;
	letter-spacing: 1px;
}

.info-col .list {
	padding: 0 0 0 3px;
}

.info-col .list li {
	padding: 0 0 0 10px;
	position: relative;
}

.info-col .list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 4px;
	height: 4px;
	background: #4f4a44;
	border-radius: 100%;
}

.info-col .footer {
	display: table-footer-group;
	height: 1%;
}

.info-col .btn-list {
	font-size: 0;
	line-height: 0;
	border-top: 1px solid #ded6be;
}

.info-col .btn-list li {
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	width: 50%;
	float: left;
	font-family: "Lora", serif;
}

.info-col .btn-list li + li {
	border-left: 1px solid #ded6be;
}

.info-col .btn-list li:only-child {
	width: 100%;
}

.info-col .btn-list br {
	display: none;
}

.info-col .btn-list a {
	display: block;
	padding: 10px;
	text-align: center;
	color: #bba774;
	text-transform: uppercase;
}

.info-col .btn-list a:hover {
	color: #ede8da;
	background: #bba774;
}

.info-col .btn-list a span {
	display: inline-block;
	vertical-align: top;
	padding: 0 15px 0 0;
	position: relative;
}

.info-col .btn-list a span:after {
	content: "\e806";
	font-family: "fontello";
	position: absolute;
	right: 0;
	top: -1px;
	font-size: 11px;
}

.info-col .image {
	position: relative;
	border: 1px solid #c8b27b;
	margin: 0 0 10px;
}

.info-col .image.hover .caption-holder {
	opacity: 1;
	visibility: visible;
}

.info-col .image img {
	width: 100%;
	height: auto;
}

.info-col .image .caption-holder {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(65, 77, 40, .6);
	-webkit-transition: all .30s linear;
	transition: all .30s linear;
	white-space: nowrap;
	text-align: center;
}

.info-col .image .caption-holder:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.info-col .image .caption-holder > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	width: 100%;
}

.info-col .image .caption {
	width: 100%;
	padding: 0 5px;
}

.info-col .btn-list a br {
	line-height: 0;
}

.tag {
	font-size: 10px;
	font-weight: 700;
	line-height: 12px;
	font-family: 'Open Sans', sans-serif;
	padding: 3px 10px;
	text-align: center;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	background: #8c9178;
	border-radius: 2px;
	min-width: 100px;
	margin: 0 0 6px;
}

.tag.recent {
	background: #c0725d;
}

.tag.reduce {
	background: #b5a662;
}

.amount-list {
	font-size: 0;
	line-height: 0;
	padding: 0 5px;
	font-weight: 400;
}

.amount-list li {
	color: #3f4a25;
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	padding: 0 6px 10px;
	font-family: "Lora", serif;
	text-transform: uppercase;
	position: relative;
}

.amount-list li + li:before {
	content: "";
	position: absolute;
	left: -1px;
	width: 2px;
	height: 23px;
	background: #ded3b7;
}

.amount-list li span {
	font-size: 13px;
	font-weight: 700;
}

.gallery {
	margin: 0 0 25px;
}

.gallery .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

.gallery .slideset {
	width: 100%;
	position: relative;
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
}

.gallery .slide {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	white-space: normal;
}

.gallery .info-col {
	width: 100%;
	padding: 0;
}

.article-block {
	font-size: 0;
	line-height: 0;
}

.article-block.add {
	color: #3e4a25;
}

.article-block.add .detail {
	line-height: 20px;
}

.article {
	margin: 0 0 20px;
}

.article:first-child h2 {
	color: #414d28;
}

.article .article-holder {
	background: url(images/bg03.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 5px;
	border: 1px solid #c8b27b;
}

.article .article-frame {
	padding: 15px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.article .article-frame:after,
.article .article-frame:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	border: 2px solid #c8b27b;
}

.article .article-frame:after {
	left: 7px;
	right: 7px;
	top: 7px;
	bottom: 7px;
	border-width: 1px;
}

.article .img-holder {
	margin: 0 0 15px;
}

.article .img-holder img {
	width: 100%;
	height: auto;
}

.article h2 {
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 15px;
}

.article p {
	margin: 0 0 16px;
}

.article .detail {
	color: #3e4a25;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	font-weight: 600;
	letter-spacing: -6px;
}

.article .detail.left {
	text-align: left;
	padding: 0;
}

.article .detail.right {
	padding: 0;
}

.article .detail.right .btn-default {
	min-width: inherit;
}

.article .detail .detail-holder {
	letter-spacing: 0;
}

.article .detail.left .detail-holder ul.list.property-facts li.learn-more {
	margin-top: 1em;
}

.article .detail.left .detail-holder ul.list.property-facts li a {
	color: #3e4a25;
	text-decoration: underline;
}

.article .detail.left .detail-holder ul.btn-list {
	margin-top: 2rem;
	text-align: center;
}

.article .btn-default {
	min-width: 240px;
}

.article .list li {
	position: relative;
	padding: 0 0 10px 13px;
}

.article .list li:before {
	background: #3e4a25;
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
}

.article .btn-list {
	font-size: 0;
	line-height: 0;
}

.article .btn-list li {
	padding: 0 10px 10px;
	display: inline-block;
	vertical-align: top;
}

.promo {
	position: relative;
	overflow: hidden;
}

.promo:before {
	content: "";
	position: absolute;
	left: 8px;
	right: 8px;
	top: 8px;
	bottom: 8px;
	z-index: 1;
	border: 1px solid #c8b27b;
}

.promo.magazine-embeded .img-holder .img-frame > iframe {
	width: 100% !important;
	height: 700px !important;
}

.promo.magazine-embeded:before {
	display: none;
}

.promo .img-holder,
.promo .img-frame {
	position: relative;
	left: 50%;
	float: left;
	min-width: 1460px;
	width: 100%;
}

.promo .img-frame {
	left: -50%;
}

.promo .img-frame img {
	width: 100%;
	height: auto;
}

.promo.add .img-holder,
.promo.add .img-frame {
	min-width: 768px;
}

.search-results {
	padding-bottom: 20px;
}
body.search-results {
	padding: 0;
}

.search-results .header {
	text-transform: uppercase;
	margin: 0 0 15px;
}

.search-results .header .title {
	color: #a79055;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	margin: 0 0 8px;
}

.search-results .header .links {
	font-size: 0;
	line-height: 0;
	color: #414d28;
	margin: 0 -15px 10px;
}

.search-results .header .links li {
	font-size: 13px;
	line-height: 16px;
	font-weight: 700;
	font-family: "Lora", serif;
	padding: 0 15px;
	letter-spacing: 1px;
	display: inline-block;
	vertical-align: middle;
}

.search-results .header .links li + li {
	border-left: 1px solid #a79055;
}

.search-results .header .links a {
	color: #a79055;
	position: relative;
	padding: 0 15px 0 0;
	letter-spacing: 2px;
}

.search-results .header .links a:after {
	content: "\e806";
	font-family: "fontello";
	position: absolute;
	right: 0;
	top: 1px;
	font-size: 11px;
}

.search-results .header .links a:hover {
	color: #414d28;
}

.search-results .header .search-criteria#content {
	padding: 0 !important;
	clear: both;
}

.search-results .header .search-criteria .links {
	margin: 0;
}

.search-results .header .search-criteria .btn-default {
	padding: 5px 10px;
}

.tabset,
.tabset_nojs {
	font-size: 0;
	line-height: 0;
	border: 1px solid #bba774;
	border-radius: 2px;
	display: inline-block;
	vertical-align: top;
}

.tabset li,
.tabset_nojs li {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 17px;
	font-weight: 700;
	letter-spacing: 1px;
	font-family: "Lora", serif;
}

.tabset li + li,
.tabset_nojs li + li {
	border-left: 1px solid #bba774;
}

.tabset a,
.tabset_nojs a {
	color: #a79055;
	padding: 8px 13px;
	display: block;
	background: #f0ebde;
	min-width: 103px;
	text-align: center;
}

.tabset a.active,
.tabset a:hover,
.tabset_nojs a.active,
.tabset_nojs a:hover {
	background: #eae5d5;
	box-shadow: 0 0 5px rgba(187, 167, 116, .5) inset;
}

.tabset a span,
.tabset_nojs a span {
	position: relative;
	padding: 0 0 0 25px;
	display: inline-block;
	vertical-align: top;
}

.tabset a span:before,
.tabset_nojs a span:before {
	font-family: "fontello";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
}

.tabset a.listing span:before,
.tabset_nojs a.listing span:before {
	content: "\e80b";
}

.tabset a.map span:before,
.tabset_nojs a.map span:before {
	font-size: 20px;
	left: -6px;
	top: -1px;
	content: "\e808";
}

.js-tab-hidden {
	display: none;
/*
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
*/
}

.tab-content {
	text-align: center;
}

/*
.tab-content > div {
	opacity: 0;
	visibility: hidden;
	display: block !important;
	-webkit-transition: all .30s linear;
	transition: all .30s linear;
}

.tab-content > div.active {
	opacity: 1;
	visibility: visible;
}
*/

.tab-content .info-holder {
	margin-bottom: 20px;
}

.tab-content .info-col {
	padding-bottom: 20px;
}

.tab-content .info-col .detail {
	display: block;
	padding: 10px;
}

.tab-content .info-col .col-holder {
	display: table;
	width: 100%;
}

.tab-content .col-holder.add {
	background: none;
	border: 0;
}

.tab-content .add-holder {
	border: 1px solid #ded6be;
}

.tab-content .add-holder + .add-holder {
	margin-top: 34px;
}

.tab-content .add-holder img {
	width: 100%;
}

.navigation {
	text-align: center;
}

.navigation-comments,
.pagination .nav-links {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #cfc19d;
	border-radius: 2px;
	font-size: 0;
	line-height: 0;
	text-transform: uppercase;
}

.navigation-comments .page-numbers,
.pagination .nav-links .page-numbers {
	font-size: 11px;
	line-height: 14px;
	font-weight: 700;
	color: #bba774;
	font-family: "Lora", serif;
	display: inline-block;
	vertical-align: top;
	padding: 5px 7px !important;
	background: none;
}

.navigation-comments .page-numbers.current,
.pagination .nav-links .page-numbers.current {
	background: #bba774;
	color: #faf7ef;
}

.navigation-comments .page-numbers + .page-numbers,
.pagination .nav-links .page-numbers + .page-numbers {
	border-left: 1px solid #ded3b7;
}

.navigation-comments a.page-numbers:hover,
.pagination .nav-links a.page-numbers:hover {
	background: #bba774;
	color: #faf7ef;
}

.navigation-comments .prev span,
.pagination .nav-links .prev span {
	display: block;
	position: relative;
	padding: 0 0 0 15px;
}

.navigation-comments .prev span:before,
.pagination .nav-links .prev span:before {
	content: "\e80a";
	font-family: "fontello";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 11px;
}

.navigation-comments .next span,
.pagination .nav-links .next span {
	display: block;
	position: relative;
	padding: 0 15px 0 0;
}

.navigation-comments .next span:before,
.pagination .nav-links .next span:before {
	content: "\e806";
	font-family: "fontello";
	position: absolute;
	right: 0;
	top: 0;
	font-size: 11px;
}

.navigation-comments {
	margin: 0 0 15px;
}

.navigation-single .next,
.navigation-single .prev {
	background: none;
	text-transform: uppercase;
}

.navigation-single .next a,
.navigation-single .prev a {
	border: 1px solid #cfc19d;
	font-size: 11px;
	line-height: 14px;
	font-weight: 700;
	color: #bba774;
	font-family: "Lora", serif;
	padding: 5px 10px;
}

.navigation-single .next a:hover,
.navigation-single .prev a:hover {
	background: #bba774;
	color: #faf7ef;
}

.intro-block {
	margin: 0 0 20px;
	background: #e4dcc6;
	box-shadow: 0 0 30px rgba(210, 196, 161, .7) inset;
}

.intro-block .container {
	max-width: 980px;
	padding-left: 10px;
	padding-right: 10px;
}

.intro-block .text {
	font-weight: 600;
	padding-top: 15px;
	padding-bottom: 15px;
}

.intro-block .text p {
	margin: 0 0 15px;
}

.intro-block .tag {
	margin: 0 0 10px;
}

.intro-block .amount-list {
	padding: 0;
}

.intro-block .amount-list li + li:before {
	background: #d1c4a1;
}

.intro-block .btn-area li {
	display: block;
}

.intro-block .btn-area li + li {
	padding-top: 10px;
}

.intro-block .btn-area .btn-default {
	display: block;
}

.intro-block .footer-area {
	padding: 10px;
	background: #e4dcc6;
	box-shadow: 0 0 30px rgba(210, 196, 161, .7) inset;
}

.intro-block .footer-area .btn-default {
	letter-spacing: 1px;
}

.multimedia-area,
.video-area {
	margin: 0 0 20px;
	text-align: center;
}

.video-area .container {
	max-width: 849px;
}

.video-area .video-box {
	margin: 0;
}

.video-area .video-box .video {
	padding: 11px;
	background: #f0ece1;
}

.image-gallery {
	position: relative;
	overflow: hidden;
	background: url(images/bg05.jpg) no-repeat 50% 0;
	background-size: cover;
	padding: 20px 0;
	margin: 0 0 20px;
}

.image-gallery .mask {
	position: relative;
	max-width: 874px;
	margin: 0 auto;
	overflow: visible !important;
}

.image-gallery .mask:after,
.image-gallery .mask:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 9999px;
	left: 100%;
	z-index: 10;
	margin: 0 0 0 10px;
	background: rgba(65, 77, 40, .8);
}

.image-gallery .mask:before {
	left: auto;
	right: 100%;
	margin: 0 10px 0 0;
}

.image-gallery .slideset {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}

.image-gallery .slide {
	float: left;
	padding: 0 10px;
	width: 100%;
}

.image-gallery .slide-holder {
	overflow: hidden;
}

.image-gallery .btn-prev,
.image-gallery .btn-next {
	margin: -15px 0 0;
}

.image-gallery .btn-prev:before,
.image-gallery .btn-next:before {
	top: 0;
	margin: -34px 0 0;
}

.image-gallery .btn-prev i,
.image-gallery .btn-next i {
	margin: 0 0 0 -2px;
}

.image-gallery .btn-prev i {
	margin: 0 0 0 -8px;
}

.tel-list {
	font-size: 0;
	line-height: 0;
}

.tel-list li {
	font-size: 15px;
	line-height: 18px;
	font-weight: 600;
	padding: 0 8px 10px;
}

.tel-list a {
	color: #3e4a25;
	position: relative;
	padding: 0 0 0 27px;
}

.tel-list a:hover {
	color: #222814;
}

.tel-list a:before {
	font-family: "fontello";
	position: absolute;
	left: 0;
	top: 2px;
	font-weight: 400;
}

.tel-list a.tel:before {
	content: "\e80e";
}

.tel-list a.email:before {
	content: "\e80d";
}

.map-block {
	margin: 0 0 20px;
}

.map-block img {
	width: 100%;
	height: auto;
}

.about-block {
	text-align: center;
	background: url(images/bg06.jpg);
	background-size: cover;
	font-size: 14px;
	line-height: 22px;
	color: #ede8da;
	margin: 0 0 20px;
}

.about-block .container {
	max-width: 980px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.about-block h2 {
	color: #c4b685;
	margin: 0 0 10px;
	font-weight: 400;
}

.about-block p {
	margin: 0 0 15px;
}

.popup-holder {
	display: none;
}

.lightbox {
	text-align: center;
	width: 100%;
	padding: 10px;
	background: #ede8da;
}

.lightbox .head {
	text-transform: uppercase;
	padding: 9px 0;
}

.lightbox h2 {
	color: #414d28;
	margin: 0 0 5px;
	font-weight: 400;
}

.lightbox address {
	font-size: 12px;
	line-height: 14px;
	color: #b59b62;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	font-family: "Lora", serif;
}

.lightbox .title {
	color: #4a5532;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	display: block;
	margin: 0 0 11px;
	font-family: "Lora", serif;
}

.lightbox textarea {
	resize: none;
	height: 100px;
}

.lightbox textarea.extra {
	height: 165px;
}

.lightbox .row {
	font-size: 0;
	line-height: 0;
}

.lightbox .row .col {
	margin: 0 0 10px;
}

.lightbox .row .col.add {
	width: 100%;
}

.lightbox .btn-default {
	color: #b59b62;
	width: 100%;
}

.lightbox .btn-default:hover {
	color: #faf7ef;
}

.inquire-form .close {
	color: #bba774;
	float: right;
	border: 1px solid #bba774;
	width: 30px;
	height: 30px;
	font-size: 20px;
	line-height: 25px;
	font-weight: 400;
}

.inquire-form .close:hover {
	color: #faf7ef;
	background: #bba774;
}

.share-list {
	font-size: 0;
	line-height: 0;
}

.share-list li {
	margin: 0 0 10px;
}

.share-list .btn-default {
	text-align: left;
}

.share-list .btn-default span {
	display: block;
}

.share-list .btn-default span:after {
	display: none;
}

.share-list .btn-default:hover .stButton .chicklets {
	color: #faf7ef;
}

.share-list .stButton {
	display: block;
}

.share-list .stButton .chicklets {
	display: block;
	color: #b59b62;
	font-size: 12px;
	line-height: 14px;
	padding-left: 30px;
	font-family: "Lora", serif;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"] {
	min-height: 45px;
}

#content:only-child {
	width: 100% !important;
	padding: 0 !important;
}

.wp {
	padding-top: 30px;
}

.wp #sidebar {
	text-align: left;
}

.wp #sidebar .widget ul {
	padding-left: 2em;
}

.wp #sidebar .search-form,
.wp #content .search-form {
	position: relative;
	padding-right: 105px;
}

.wp #sidebar .search-form input[type="submit"],
.wp #content .search-form input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	min-height: 45px;
}

.wp #calendar_wrap {
	width: 100%;
}

.js-slick-carousel .btn-prev:before,
.js-slick-carousel .btn-next:before {
	top: -8px;
}

.js-slick-carousel .btn-prev i,
.js-slick-carousel .btn-next i {
	margin: 0 0 0 -5px;
}

.js-gallery-holder {
	margin: 0 0 25px;
}

.js-gallery-holder.news .info-col .col-holder {
	background: none;
	border: 0;
}

.js-gallery-holder .info-col {
	width: 100%;
}

.two-columns {
	padding-top: 20px;
	padding-bottom: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	width: 100%;
}

#sidebar {
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
	font-family: "Lora", serif;
	color: #7e776e;
}

#sidebar .widget {
	margin: 0 0 25px;
}

#sidebar .widget ul {
	padding: 0;
}

#sidebar .widget .twitter-slider .links-list {
	padding: 0 7px;
}

#sidebar .title {
	color: #b1a173;
	display: block;
	padding: 8px 8px 10px;
	position: relative;
	background: #414d28;
	margin: 0 0 20px;
	letter-spacing: 1px;
	border-radius: 2px;
}

#sidebar .title:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin: 0 0 -10px -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #414d28;
}

#sidebar p {
	margin: 0 0 10px;
}

#sidebar p a {
	color: #7e776e;
}

#sidebar p a:hover {
	opacity: .80;
}

#sidebar .btn-list {
	font-size: 0;
	line-height: 0;
	margin: 28px -7px 0;
}

#sidebar .btn-list li {
	width: 50%;
	padding: 0 7px 15px;
	display: inline-block;
	vertical-align: top;
}

#sidebar .btn-list .btn-default {
	padding: 12px 5px;
}

#sidebar .btn-default {
	display: block;
	letter-spacing: 0;
	padding: 15px 6px 14px;
}

#sidebar .news-letter p {
	margin: 0 0 22px;
}

#sidebar .posts-list {
	text-align: left;
}

#sidebar .adds img {
	width: 100%;
}

.news-letter {
	margin: 0 0 40px;
}

.news-letter input[type="text"],
.news-letter input[type="email"] {
	text-align: center;
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	padding: 11px 19px 12px;
	margin: 0 0 10px;
	outline: none;
	font-family: "Open Sans", sans-serif;
}

.news-letter .btn-default {
	width: 100%;
}

.twitter-slider {
	position: relative;
	overflow: hidden;
	margin: 0 0 37px;
}

.twitter-slider .slideset {
	position: relative;
	margin: 0 0 13px;
}

.twitter-slider .slideset .slide {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.twitter-slider .slideset .slide.active {
	z-index: 2;
}

.twitter-slider .icon {
	color: #bba774;
	font-size: 33px;
	line-height: 25px;
	margin: 0 0 13px;
}

.twitter-slider time {
	color: #bba774;
	display: block;
	margin: 0 0 14px;
}

.twitter-slider .links-list {
	font-size: 0;
	line-height: 0;
	display: inline-block;
	vertical-align: top;
	padding: 0 7px;
	position: relative;
}

.twitter-slider .links-list:before,
.twitter-slider .links-list:after {
	content: "";
	background: #cec09c;
	height: 1px;
	width: 9999px;
	top: 50%;
	position: absolute;
	left: 100%;
}

.twitter-slider .links-list:before {
	left: auto;
	right: 100%;
}

.twitter-slider .links-list li {
	color: #414d28;
	font-size: 13px;
	line-height: 15px;
	font-style: italic;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
	display: inline-block;
	vertical-align: top;
}

.twitter-slider .links-list li + li:before {
	content: "/";
	margin: 0 5px;
	display: inline-block;
	vertical-align: top;
}

.twitter-slider .links-list a {
	color: #414d28;
	letter-spacing: 1px;
}

.twitter-slider .links-list a:hover {
	color: #171b0e;
}

.twitter-slider .pagination {
	font-size: 0;
	line-height: 0;
}

.twitter-slider .pagination ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px 3px;
}

.twitter-slider .pagination ul li.active a {
	background: #414d28;
	border-color: #414d28;
}

.twitter-slider .pagination ul a {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	border: 1px solid #bba774;
	border-radius: 100%;
}

.twitter-slider .pagination ul a:hover {
	background: #414d28;
	border-color: #414d28;
}

.social-links {
	font-size: 0;
	line-height: 0;
	margin: 32px 0 0;
}

.social-links li {
	font-size: 30px;
	line-height: 27px;
	padding: 0 9px 18px 8px;
	padding: 0 3px 6px;
	display: inline-block;
	vertical-align: top;
}

.social-links li a {
	color: #bba774;
	display: block;
	padding: 8px;
	border-radius: 2px;
	border: 1px solid #bba774;
	background: rgba(255, 255, 255, .05);
	width: 50px;
	height: 45px;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.social-links li a:hover {
	color: #ede8da;
	background: #bba774;
}

.posts-list {
	font-weight: 700;
	text-transform: uppercase;
	padding: 0;
}

.posts-list li {
	overflow: hidden;
	margin: 0 0 15px;
}

.posts-list .image {
	float: left;
	margin: 4px 8px 0 0;
}

.posts-list .image a {
	display: block;
	border: 1px solid #cab581;
}

.posts-list .image img {
	width: 100%;
}

.posts-list .detail {
	overflow: hidden;
}

.posts-list h3 {
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 2px;
}

.posts-list h3 a {
	color: #414d28;
}

.posts-list h3 a:hover {
	color: #171b0e;
}

.posts-list time {
	color: #b59b62;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 1px;
	display: block;
}

#content .text {
	font-size: 14px;
	font-weight: 600;
	overflow: hidden;
	margin: 0 0 29px;
}

#content .text p {
	margin: 0 0 20px;
}

#content .person-detail {
	font-size: 14px;
	font-weight: 600;
}

.page-template-template-inner #main .container #content .tabs-content h2 {
	color: #414d28;
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 9px;
	letter-spacing: 1px;
}

#content .person-detail p {
	margin: 0 0 20px;
}

#content .person-detail .email {
	display: inline-block;
	margin: 0 0 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#content .person-detail .email a {
	color: #b59b62;
	font-weight: 700;
	font-family: "Lora", serif;
	position: relative;
}

#content .person-detail .email a:hover {
	color: #8a7341;
}

#content .person-detail .email a:after {
	content: "\e806";
	font-family: "fontello";
	font-size: 11px;
	line-height: 15px;
	font-weight: 400;
	margin: 2px 7px 0;
	display: inline-block;
	vertical-align: top;
}

#content .person-detail .social-networks {
	padding: 0;
	float: none;
	margin: 0 -9px;
}

#content .person-detail .social-networks li {
	padding: 0 5px 10px;
}

#content .person-detail .social-networks a {
	color: #bba774;
}

#content .person-detail .social-networks a:hover {
	color: #98824a;
}

.info-columns .button__set {
	margin-bottom: 2rem;
	text-align: center;
}

.info-columns h2 {
	color: #414d28;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	padding: 0 0 15px;
	position: relative;
	margin: 0 0 15px;
	letter-spacing: 1px;
	border-bottom: 1px solid #cec09c;
}

.info-columns h2:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 6px;
	background: #cec09c;
	height: 1px;
}

.info-columns .holder {
	margin: 0 -5px 10px;
	font-size: 0;
	line-height: 0;
}

.info-columns .info-col {
	text-align: center;
	padding: 0 5px 10px;
}

.info-columns .info-col .description {
	padding: 12px 8px;
}

.info-columns .info-col h3 {
	margin: 0 0 4px;
}

.info-columns .info-col time,
.info-columns .info-col address {
	margin: 0 0 10px;
}

.info-columns .info-col .btn-list a {
	padding: 14px 10px 15px;
}

.info-columns .info-col .btn-list a span:after {
	top: 0;
}

.img-gallery {
	position: relative;
	margin: 0 0 10px;
}

.img-gallery .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 10px;
}

.img-gallery .mask .slideset {
	width: 100%;
}

.img-gallery .mask .slide {
	float: left;
	width: 100%;
}

.img-gallery img {
	width: 100%;
}

.img-gallery .pagination {
	font-size: 0;
	line-height: 0;
	margin: 0 -3px;
}

.img-gallery .pagination li {
	display: inline-block;
	vertical-align: top;
	padding: 0 3px 6px;
	width: 33.33%;
}

.img-gallery .pagination li.active a {
	opacity: .80;
}

.img-gallery .pagination a:hover {
	opacity: .80;
}

.img-gallery .gmask {
	position: relative;
}

.post-categories {
	position: relative;
}

.post-categories .adds {
	margin: 0 0 15px;
}

.post-categories .adds img {
	width: 100%;
}

.post-categories .posts-holder {
	font-size: 0;
	line-height: 0;
}

.post-categories .post {
	margin: 0 0 15px;
}

.post-categories .post .frame {
	position: relative;
}

.post-categories .post .caption-holder {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	padding: 15px;
	background: rgba(65, 77, 40, .5);
	white-space: nowrap;
	text-align: center;
}

.post-categories .post .caption-holder:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.post-categories .post .caption-holder > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	width: 100%;
}

.post-categories .post .caption-holder:after {
	content: "";
	position: absolute;
	left: 7px;
	top: 7px;
	right: 7px;
	bottom: 7px;
	z-index: -1;
	border: 1px solid rgba(200, 178, 123, .5);
}

.post-categories .post img {
	width: 100%;
}

.post-categories .post .btn-default {
	min-width: 140px;
	padding: 12px;
}

body.archive #content h1,
body.search #content h1 {
	margin-bottom: 1em;
	color: #414d28;
}

@media (min-width: 768px) {
	.category-terms.sidebar-left {
		float: left;
		margin: 1rem 2rem 0 0;
	}
}
.category-terms.sidebar-left.about-block {
	padding: 1rem;
	text-align: left;
	color: #ede8da;
}
.category-terms.sidebar-left.about-block a {
	color: inherit;
}
.category-terms.sidebar-left ul.nav.categories {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0.85rem;
	font-family: "Lora", serif;
}
.category-terms.sidebar-left ul.nav.categories > li {
	margin-bottom: 0.5rem;
}
.category-terms.sidebar-left ul.nav.categories > li > a {
	font-weight: 600;
}
.category-terms.sidebar-left ul.nav.categories > li > ul.nav.child-categories {
	margin: 0;
	padding: 0 0 0 1rem;
	list-style-type: none;
}

.posts-area {
	overflow: hidden;
}

.posts-area .row {
	position: relative;
	margin: 0 0 15px;
	font-size: 0;
	line-height: 0;
}

.posts-area .info-col {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #cec09c;
}

.posts-area .info-col:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 6px;
	height: 1px;
	background: #cec09c;
}

.posts-area .info-col:only-child {
	width: 100%;
}

.posts-area .info-col .col-holder {
	background: none;
	border: 0;
}

.posts-area .navigation-comments .page-numbers,
.posts-area .pagination .nav-links .page-numbers {
	min-width: 130px;
}

.article-box {
	line-height: 22px;
	font-weight: 600;
	margin: 0 0 20px;
}

.article-box .tag {
	color: #b1a173;
	font-size: 11px;
	font-weight: 700;
	padding: 5px 15px;
	border-radius: 1px;
	min-width: inherit;
	background: #414d28;
	font-family: "Lora", serif;
	text-transform: uppercase;
	margin: 0 0 8px;
}

.article-box h2 {
	color: #414d28;
	font-size: 22px;
	line-height: 26px;
	margin: 0 0 8px;
}

.article-box time {
	color: #b59b62;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	font-family: "Lora", serif;
	display: block;
	letter-spacing: 1px;
	margin: 0 0 14px;
}

.article-box p {
	margin: 0 0 22px;
}

.article-box .img-holder {
	margin: 0 0 21px;
	border: 1px solid #c9b47e;
}

.article-box .img-holder img {
	width: 100%;
}

.article-box .tags-list {
	font-size: 0;
	line-height: 0;
	margin: 0 -5px;
}

.article-box .tags-list li {
	font-size: 11px;
	line-height: 14px;
	font-weight: 700;
	font-family: "Lora", serif;
	display: inline-block;
	vertical-align: top;
	padding: 0 5px 10px;
}

.article-box .tags-list a {
	color: #b29f6e;
	padding: 7px 19px;
	display: block;
	border: 1px solid #bba774;
	border-radius: 2px;
	letter-spacing: 1px;
}

.article-box .tags-list a:hover {
	color: #ede8da;
	background: #bba774;
}

.pagination-bar {
	padding: 12px 5px;
	text-align: center;
	border-top: 1px solid #cec09c;
	border-bottom: 1px solid #cec09c;
	clear: both;
}

.pagination-bar .social-networks {
	margin: 0 0 10px;
	float: none;
}

.pagination-bar .social-networks li {
	line-height: 19px;
}

.pagination-bar .social-networks a {
	color: #b29f6e;
}

.pagination-bar .social-networks a:hover {
	color: #8a7849;
}

.pagination-bar .prev,
.pagination-bar .next {
	color: #b29f6e;
	font-family: "Lora", serif;
	font-size: 11px;
	line-height: 11px;
	font-weight: 700;
	letter-spacing: 1px;
}

.pagination-bar .prev:hover,
.pagination-bar .next:hover {
	color: #414d28;
}

.pagination-bar .prev {
	float: left;
}

.pagination-bar .prev span:before {
	content: "\e806";
	font-family: "fontello";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	display: inline-block;
	vertical-align: top;
	margin: 1px 8px 0 0;
	font-weight: 400;
}

.pagination-bar .next {
	float: right;
}

.pagination-bar .next span:after {
	content: "\e806";
	font-family: "fontello";
	margin: -1px 0 0 8px;
	font-weight: 400;
	display: inline-block;
	vertical-align: top;
}

.subscribe {
	display: none;
	position: fixed;
	right: 10px;
	top: 99px;
	background: #f6f3e9;
	z-index: 100;
	width: 300px;
	box-shadow: 0 0 25px rgba(210, 196, 161, .25) inset;
	box-shadow: 0 0 9px rgba(25, 24, 25, .5);
}

.subscribe .close {
	color: #b1a173;
	font-size: 25px;
	line-height: 25px;
	font-weight: 400;
	position: absolute;
	right: 5px;
	top: 5px;
}

.subscribe .close:hover {
	color: #8a7b4d;
}

.subscribe-form {
	font-size: 13px;
	line-height: 16px;
	font-weight: 700;
	font-family: "Lora", serif;
	color: #aa9a6b;
	text-align: center;
	padding: 15px 15px;
}

.subscribe-form .sub-title {
	display: block;
	font-family: "Lora", serif;
	color: #414d28;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	padding: 0 10px 15px;
	letter-spacing: 1px;
}

.subscribe-form .sub-title a {
	font-weight: 700;
	color: #414d28;
}

.subscribe-form .sub-title a:hover {
	color: #171b0e;
}

.subscribe-form .sub-title a.click {
	font-size: 14px;
	text-transform: uppercase;
}

.subscribe-form .img-holder {
	padding: 0 0 19px;
	margin: 0 0 14px;
	border-bottom: 1px solid #e4dcc6;
	position: relative;
}

.subscribe-form .img-holder:after {
	content: "";
	position: absolute;
	height: 1px;
	background: #e4dcc6;
	left: 0;
	right: 0;
	bottom: 5px;
}

.subscribe-form .img-holder img {
	width: 100%;
}

.subscribe-form p {
	margin: 0 0 6px;
}

.subscribe-form input[type="email"] {
	background: #fff;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	padding: 11px 19px 12px;
	margin: 0 0 12px;
	font-family: "Open Sans", sans-serif;
}

.subscribe-form button[type="submit"] {
	width: 100%;
}

.subscribe-form button[type="submit"] span {
	padding-right: 0;
}

.subscribe-form button[type="submit"] span:after {
	display: none;
}

.subscribe-form button[type="submit"].btn-default {
	border-color: #414d28;
	color: #414d28;
	padding: 11px 15px 10px;
}

.subscribe-form button[type="submit"].btn-default:hover {
	color: #ede8da;
	background: #414d28;
}

/* custom checkbox styles */

.jcf-checkbox {
	vertical-align: top;
	display: none;
	position: relative;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	margin: 0 3px 0 0;
	height: 20px;
	width: 20px;
}

.gform_wrapper .jcf-checkbox {
	display: inline-block;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 4px;
	width: 8px;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -6px;
	border: 3px solid #777;
	border-width: 0 0 3px 3px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

:root .jcf-checkbox span {
	margin: -4px 0 0 -5px;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
	display: none !important;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 0;
	width: 100%;
	height: 45px;
	border-radius: 2px;
	background: #faf7ef;
	color: #838079;
	text-align: left;
}

.jcf-select.jcf-drop-active .jcf-select-opener:after {
	border-top: none;
	border-bottom: 5px solid #414d28;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 14px;
	line-height: 45px;
	margin: 0 40px 0 13px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: none;
	width: 30px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:after {
	content: "";
	position: absolute;
	right: 22px;
	top: 21px;
	border-top: 5px solid #414d28;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

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 #838079;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 18px;
	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 {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 13px;
	color: #838079;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #faf7ef;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #838079;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/* xhanch-my-twitter /wp-content/plugins/xhanch-my-twitter/css/css.php */
#xmt_Primary_wid.xmt hr {
    height: 1px;
    width: 100%;
    color: #000000;
    background: transparent
}
#xmt_Primary_wid.xmt .header_48 {
    height: 48px;
    line-height: 48px;
    vertical-align: middle
}
#xmt_Primary_wid.xmt .header_27 {
    height: 27px;
    line-height: 27px;
    vertical-align: middle;
    padding-bottom: 3px
}
#xmt_Primary_wid.xmt .header_36 {
    height: 36px;
    line-height: 36px;
    vertical-align: middle
}
#xmt_Primary_wid.xmt .text_18 {
    font-size: 18px
}
#xmt_Primary_wid.xmt .img_left {
    float: left;
    margin: 0 5px 0 0;
    border: none
}
#xmt_Primary_wid.xmt_list {
    padding: 0px;
    margin: 0px;
    border: 1px solid blue
}
#xmt_Primary_wid.xmt ul {
    padding: 0;
    margin: 0;
    line-height: 150%;
    list-style: none;
}
#xmt_Primary_wid.xmt ul li.tweet_list {
    font: inherit;
    text-indent: 0;
    background: none;
    padding: 0;
    margin: 0;
    display: block;
    white-space: normal;
    word-wrap: break-word;
    color: inherit
}
#xmt_Primary_wid.xmt .tweet_date_gray {
    font: inherit;
    color: gray;
    font-style: italic;
    background: transparent
}
#xmt_Primary_wid.xmt .tweet_date_black {
    font: inherit;
    color: #000000;
    font-style: italic;
    background: transparent
}
#xmt_Primary_wid.xmt .tweet_date_white {
    font: inherit;
    color: #ffffff;
    font-style: italic;
    background: transparent
}
#xmt_Primary_wid.xmt .tweet_date_red {
    font: inherit;
    color: #ff0000;
    font-style: italic
}
#xmt_Primary_wid.xmt ul li.tweet_list:before {
    content: ""
}
#xmt_Primary_wid.xmt .tweet_avatar {
    float: left;
    padding: 4px 3px 3px 0;
    width: 48px;
    height: 48px;
    border: none;
    display: block
}
#xmt_Primary_wid.xmt .credit {
    font-size: 10px;
    text-align: right;
}
#xmt_Primary_wid.xmt .credit a {
    text-decoration: none;
    font-size: 10px
}
#xmt_Primary_wid.xmt .credit a:hover {
    text-decoration: underline;
}
#xmt_Primary_wid.xmt .clear {
    clear: both !important;
}
#xmt_Primary_wid.xmt form {
    padding: 0;
    margin: 5px 0
}
#xmt_Primary_wid.xmt textarea {
    width: 97%;
    height: 40px;
    font-family: arial;
    font-size: 12px;
    color: #000;
    background: #fff;
    border: 1px solid #666;
    padding: 2.5px
}
#xmt_Primary_wid.xmt input.submit {
    float: right
}
@media (min-width: 480px) {
	.search-bar .btn-submit {
		overflow: hidden;
		padding: 0 0 0 10px;
	}

	.info-col .btn-list a br {
		display: block;
	}

	.article .img-holder {
		float: left;
		width: 38%;
		margin: 0 15px 0 0;
		white-space: nowrap;
		text-align: center;
	}

	.article .img-holder:before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 100%;
	}

	.article .img-holder > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 100%;
		width: 100%;
	}

	.article .detail {
		overflow: hidden;
		white-space: nowrap;
		text-align: center;
	}

	.article .detail:before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 100%;
	}

	.article .detail > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 100%;
		width: 100%;
	}

	.info-columns .info-col {
		width: 50%;
		display: inline-block;
		vertical-align: top;
	}

	.subscribe {
		width: 460px;
		top: 7px;
	}

	.subscribe-form .img-holder {
		padding: 0 0 12px;
		margin: 0 auto 5px;
		max-width: 225px;
	}
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.logo-area {
		margin: -8px 0 -55px;
	}

	.header-content {
		padding: 20px 13.5rem 0 7rem;
	}

	.user-area {
		float: right;
		padding: 0;
		letter-spacing: 0;
	}

	.nav-area {
		padding: 12px 0 0;
	}

	.nav-area .nav-opener {
		display: none;
	}

	#nav > li {
		display: inline-block;
		vertical-align: top;
		margin: 0 5px 31px;
	}

	#nav > li > a:hover {
		color: #1e2412;
	}

	#nav > li > a.has-drop-down-a {
		position: relative;
	}

	#nav > li > a.has-drop-down-a:after {
		display: none;
		content: "";
		position: absolute;
		left: 50%;
		bottom: -15px;
		margin: 0 0 0 -4px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #9c8450;
	}

	#nav > li.hover {
		padding-bottom: 31px;
		margin-bottom: 0;
	}

	#nav > li.hover a.has-drop-down-a:after {
		display: block;
	}

	#nav > li > ul {
		position: absolute;
		left: 50%;
		width: 264px;
		top: 100%;
		margin: 0 0 0 -132px;
		background: #404c27;
		text-align: center;
		padding: 23px 8px 12px;
		box-shadow: 0 27px 27px rgba(0, 0, 0, .15) inset;
	}

	#nav > li > ul li {
		margin: 0 0 10px;
		padding: 0 0.25rem;
	}

	#nav > li > ul li a {
		color: #bba774;
	}

	#nav > li > ul li > a {
		display: block;
	}

	#nav > li > ul li.border-bottom > a {
		padding-bottom: 10px;
		border-bottom: 1px solid #bba774;
	}

	#nav > li > ul > li > ul {
		padding-top: 10px;
	}

	#nav > li > ul > li:not(:last-child) > ul {
		padding-bottom: 10px;
		border-bottom: 1px solid #bba774;
	}

	#nav > li > ul > li > ul > li > a {
		/* font-size: 0.85em; */
	}

	#nav > li > ul > li > ul > li {
		position: relative;
	}

	#nav > li > ul > li > ul > li > ul {
		width: 200px;
		position: absolute;
		top: -8px;
		left: calc(100% + 8px);
		background: #404c27;
		text-align: center;
		padding: 12px 8px;
		box-shadow: 0 27px 27px rgba(0, 0, 0, .15) inset;

		-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: left;
		-ms-transform-origin: left;
		transform-origin: left;
		-webkit-transition: -webkit-transform 0.25s ease-in-out;
		transition: -webkit-transform 0.25s ease-in-out;
		transition: transform 0.25s ease-in-out;
		transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
		-webkit-transition-delay: 0.5s;
		transition-delay: 0.5s;
	}

	#nav > li > ul > li > ul > li:hover > ul {
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transition-duration: 0.1s;
		transition-duration: 0.1s;
	}

	#nav > li > ul > li > ul > li > ul > li > a {
		/* font-size: 0.85em; */
	}

	#footer .container {
		padding-bottom: 0;
		padding-top: 30px;
	}

	.footer-holder .col {
		display: inline-block;
		vertical-align: top;
		width: 33.333%;
		padding: 0 10px 30px;
	}

	.footer-holder .col + .col {
		border-top: 0;
	}

	.footer-holder .col + .col:before {
		content: "";
		width: 1px;
		position: absolute;
		top: 0;
		bottom: 25px;
		left: -1px;
		background: #595e37;
	}

	#wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}

	.cycle-gallery .slide:after {
		left: 15px;
		top: 14px;
		right: 15px;
		bottom: 14px;
	}

	.cycle-gallery .caption-holder {
		padding: 30px 40px;
	}

	.cycle-gallery .caption {
		float: right;
		width: 300px;
	}

	.search-bar .btn-area {
		float: left;
		width: 50%;
		position: relative;
		padding: 0 40px 0 0;
	}

	.search-bar .separator {
		position: absolute;
		right: 8px;
		top: 8px;
	}

	.search-bar .btn-submit {
		padding: 0;
	}

	.search-bar .cols-holder {
		text-align: left;
	}

	.search-bar.single-article-banner .cols-holder {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.search-bar:not(.single-article-banner) .cols-holder .col {
		display: inline-block;
		vertical-align: middle;
		width: 33.33%;
	}

	.search-bar .cols-holder .col.right {
		text-align: right;
	}

	.search-bar.title h1 {
		font-size: 35px;
		line-height: 39px;
	}
	.page-template-template-properties-landing .search-bar.title h1 {
		max-width: 58%;
		margin-left: auto;
		margin-right: auto;
	}

	.selection-list {
		width: 50%;
		margin: 0;
		padding: 0 40px 0 0;
	}

	.selection-list > li {
		width: 50%;
		min-width: 130px;
	}

	.dropdown .title {
		padding: 0 0 5px;
		margin: 0 0 5px;
		min-height: 42px;
		border-bottom: 1px solid #404c27;
	}

	.dropdown .title .open {
		pointer-events: none;
	}

	.dropdown .col-holder {
		margin: 15px 0 0;
	}

	.dropdown .col {
		width: 20%;
		padding: 0 5px;
		display: inline-block;
		vertical-align: top;
	}

	.dropdown .col .list li {
		margin: 0 0 2px;
	}

	.dropdown .col .list.js-slide-hidden {
		position: static !important;
		left: 0 !important;
		top: 0 !important;
	}

	.dropdown .list.vertical {
		text-align: left;
	}

	.dropdown .list.vertical > li.region {
		display: flex;
	}

	.dropdown .list.vertical > li.region > .region {
		min-width: 15%;
	}

	.dropdown .list.vertical > li.region > .region > label {
		display: block;
	}

	.dropdown .list.vertical > li.region > .list.inline.states {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.dropdown label {
		display: inline-block;
		vertical-align: top;
	}

	.dropdown .bottom-info {
		padding: 10px 0;
	}

	.dropdown .bottom-info .column {
		padding: 0 5px;
		width: 50%;
		display: inline-block;
		vertical-align: middle;
	}

	.intro .us_map-box {
		float: right;
		width: 50%;
		margin: 0 0 10px 15px;
	}

	.featured-block .container {
		max-width: 708px;
	}

	.featured-block h2 {
		font-size: 35px;
		line-height: 40px;
	}

	.info-holder {
		margin: 0 -8px;
	}

	.info-col {
		width: 33.33%;
		display: inline-block;
		vertical-align: top;
		padding: 0 10px;
	}

	.amount-list {
		padding: 0;
	}

	.gallery .slide {
		width: 241px !important;
		padding: 0 8px;
	}

	.article .img-holder {
		width: inherit;
	}

	.article h2 {
		font-size: 22px;
		line-height: 26px;
	}

	.search-results {
		padding-top: 9px;
		padding-bottom: 40px;
	}
	body.search-results {
		padding: 0;
	}

	.search-results .header {
		margin: 0 0 24px;
	}

	.search-results .header .col {
		float: right;
		width: 40%;
	}

	.search-results .header .col:first-child {
		width: 60%;
		text-align: right;
	}

	.search-results .header .title {
		margin: 0 5px 0 0;
		display: inline-block;
		vertical-align: bottom;
	}

	.search-results .header .links {
		display: inline-block;
		vertical-align: bottom;
		margin: 0 -15px;
	}

	.search-results .header .search-criteria .links {
		margin: 0;
	}

	.search-results .search-numbers {
		padding: 5px 0 0;
	}

	.navigation-comments .page-numbers,
	.pagination .nav-links .page-numbers {
		padding: 14px 18px !important;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: 14px 18px;
	}

	.intro-block .text {
		font-size: 14px;
		line-height: 22px;
		word-spacing: 2px;
	}

	.intro-block .tag {
		display: inline-block;
		vertical-align: top;
		margin: 0;
	}

	.intro-block .amount-list {
		display: inline-block;
		vertical-align: top;
	}

	.intro-block .btn-area li {
		display: inline-block;
		vertical-align: top;
		padding: 0 7px 5px;
	}

	.intro-block .btn-area li + li {
		padding-top: 0;
	}

	.intro-block .footer-area {
		text-align: center;
		padding: 10px 10px 4px;
	}

	.tel-list li {
		display: inline-block;
		vertical-align: top;
	}

	.lightbox {
		width: 623px;
		padding: 21px 25px 26px;
	}

	.lightbox.add {
		width: 665px;
	}

	.lightbox .row {
		margin: 0 -8px;
	}

	.lightbox .row .col {
		padding: 0 8px 15px;
		margin: 0;
		width: 50%;
		display: inline-block;
		vertical-align: top;
	}

	.inquire-form .close {
		width: 45px;
		height: 45px;
		font-size: 28px;
		line-height: 40px;
	}

	.share-list {
		margin: 0 -10px;
	}

	.share-list li {
		width: 50%;
		float: left;
		margin: 0;
		padding: 0 10px 17px;
	}

	#sidebar {
		float: right;
		width: 32%;
	}

	#sidebar .btn-list li {
		display: block;
		width: 100%;
	}
	.two-columns {
		display: block;
		width: auto;
	}
	#content {
		overflow: hidden;
		padding: 0 10px 0 0;
	}
	.wp #content {
		width: 68%;
		float: left;
	}
	.page-template-template-inner #main .container #content .tab-content {
		text-align: initial;
	}
	.page-template-template-inner #main .container #content .tabs-content h2 {
		font-size: 25px;
		line-height: 30px;
	}

	.info-columns h2 {
		font-size: 25px;
		line-height: 28px;
		margin: 0 0 29px;
		padding: 0 0 20px;
	}

	.info-columns .holder {
		margin: 0 -10px 20px;
	}

	.info-columns .info-col .description {
		padding: 26px 8px 28px;
	}

	.info-columns .info-col time,
	.info-columns .info-col address {
		margin: 0 0  18px;
	}

	.img-gallery .pagination li {
		width: 16.666%;
	}

	.post-categories .posts-holder {
		margin: 0 -10px;
	}

	.post-categories .post {
		margin: 0;
		width: 33.334%;
		padding: 0 10px 20px;
		display: inline-block;
		vertical-align: top;
	}

	.posts-area .row {
		padding: 0 0 10px;
		border-bottom: 1px solid #cec09c;
	}

	.posts-area .row:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 6px;
		height: 1px;
		background: #cec09c;
	}

	.posts-area .row {
		margin: 0 -10px 15px;
	}

	.posts-area .info-col {
		border-bottom: 0;
		margin-bottom: 0;
	}

	.posts-area .info-col:after {
		display: none;
	}

	.posts-area .info-col {
		width: 50%;
		display: inline-block;
		vertical-align: top;
	}

	.posts-area .info-col h3 {
		line-height: 26px;
	}

	.posts-area .info-col .detail {
		line-height: 22px;
	}

	.posts-area .navigation-comments .page-numbers,
	.posts-area .pagination .nav-links .page-numbers {
		min-width: 149px;
	}

	.posts-area.add .row {
		border-bottom: 0;
	}

	.posts-area.add .row:after {
		display: none;
	}

	.article-box h2 {
		font-size: 26px;
		line-height: 30px;
	}

	.article-box .tags-list {
		margin-bottom: 20px;
	}

	.pagination-bar {
		padding: 15px 10px 7px;
	}

	.pagination-bar .social-networks {
		display: inline-block;
		vertical-align: top;
		margin: -4px 0 0;
	}

	.subscribe {
		width: 365px;
		right: 35px;
		top: 99px;
	}

	.subscribe .close {
		font-size: 35px;
		line-height: 35px;
		right: 15px;
		top: 13px;
	}

	.subscribe-form {
		padding: 35px 33px 37px;
		line-height: 20px;
		font-size: 14px;
	}

	.subscribe-form .sub-title {
		padding: 0 15px 21px;
		font-size: 16px;
		line-height: 22px;
	}

	.subscribe-form .img-holder {
		max-width: inherit;
		padding: 0 0 19px;
		margin: 0 0 14px;
	}

	.subscribe-form p {
		margin: 0 0 20px;
	}

	.subscribe-form button[type="submit"].btn-default {
		padding: 15px 20px 14px;
	}

	.jcf-select .jcf-select-text {
		margin: 0 40px 0 20px;
	}
}

@media (min-width: 768px) and (min-width: 1200px) {
	.footer-holder .col + .col:before {
		bottom: 0;
	}
}

@media (min-width: 875px) {
	.info-col .btn-list a br {
		display: none;
	}
}

@media (min-width: 930px) {
	.dropdown .title {
		min-height: inherit;
	}
}

@media (min-width: 1024px) {
	.logo-area {
		width: 185px;
		height: 199px;
		padding: 24px 28px 50px 39px;
		margin: -8px 0 -125px;
	}

	.header-content {
		padding: 25px 17rem 0 11rem;
	}

	.social-networks {
		float: left;
		padding: 0 8px;
	}

	.nav-area {
		padding: 0;
	}

	#nav > li {
		margin: 0 11px 31px;
	}

	.footer-holder {
		margin: 0 -10px;
	}

	.footer-holder .col {
		width: 23%;
	}

	.footer-holder .col.four,
	.footer-holder .col.two,
	.footer-holder .col.one {
		width: 18%;
	}

	.cycle-gallery .caption-holder {
		padding: 40px;
	}

	.cycle-gallery .caption {
		width: 320px;
		line-height: 18px;
	}

	.search-bar .fields-area {
		padding: 10px 10px 10px 0;
		width: 50%;
		float: left;
	}

	.search-bar .btn-submit {
		padding: 10px 0 0;
	}

	.search-bar .selection-area {
		margin: 0;
		float: left;
		width: 50%;
	}

	.selection-list {
		padding: 0 15px 0 0;
		width: 60%;
	}

	.selection-list > li > a {
		padding: 23px 15px;
	}

	.dropdown .list.vertical > li.region > .region {
		min-width: 15%;
	}

	.dropdown label {
		font-size: 13px;
	}

	.intro .detail {
		overflow: hidden;
	}

	.featured-block .container {
		max-width: 960px;
	}

	.info-col h3 {
		font-size: 20px;
		line-height: 25px;
	}

	.amount-list li {
		font-size: 22px;
		line-height: 25px;
	}

	.gallery .slide {
		width: 325px !important;
	}

	.article-block {
		margin: 0 -10px;
	}

	.article {
		padding: 0 10px 19px;
		display: inline-block;
		vertical-align: top;
		width: 50%;
		margin: 0;
	}

	.article .article-holder {
		padding: 13px 14px;
	}

	.article .article-frame {
		padding: 25px;
	}

	.article .img-holder {
		width: 160px;
	}

	.article .detail.left h2 {
		font-size: 24px;
	}

	.intro-block .tag {
		margin: 5px 10px 0 0;
	}

	.intro-block .price-area {
		float: left;
		padding-top: 10px;
	}

	.intro-block .btn-area {
		float: right;
		margin: 0 -7px;
	}

	.tel-list li {
		font-size: 17px;
		line-height: 20px;
		padding: 0 25px 10px;
	}

	.tel-list a:before {
		top: 3px;
	}

	.about-block h2 {
		font-size: 35px;
		line-height: 38px;
		margin: 0 0 15px;
	}

	.wp {
		padding-top: 140px;
	}

	.wp #content {
		width: 70%;
		float: left;
		padding: 0 15px 0 0;
	}

	.wp #sidebar {
		width: 30%;
		float: left;
	}

	.js-gallery-holder.news .info-col h3 {
		line-height: 26px;
	}

	.js-gallery-holder.news .info-col .detail {
		line-height: 22px;
	}

	#sidebar .btn-list li {
		width: 50%;
		display: inline-block;
		vertical-align: top;
	}

	.social-links li {
		padding: 0 9px 18px 8px;
	}

	.posts-list li {
		margin: 0 0 27px;
	}

	.posts-list .image {
		margin: 2px 15px 0 0;
	}

	.posts-list h3 {
		margin: 0 0 5px;
	}

	#content .person-detail .email {
		margin: 0 0 20px;
	}

	.info-columns .info-col {
		width: 25%;
		padding: 0 10px 20px;
	}

	.img-gallery .pagination {
		margin: 0 -5px 0 -6px;
	}

	.img-gallery .pagination li {
		padding: 0 5px 10px 6px;
	}

	.post-categories {
		padding-top: 22px;
	}

	.post-categories .adds {
		margin: 0 0 40px;
	}

	.post-categories .posts-holder {
		margin: 0 -20px -23px;
	}

	.post-categories .post {
		padding: 0 20px 30px;
	}

	.article-box {
		margin: 0 0 49px;
	}

	.article-box .tags-list {
		margin-bottom: 36px;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media only screen and (max-width: 1067px) {
	.cycle-gallery .slide-holder > strong {
		display: none;
	}
}

@media (min-width: 1200px) {
	.header-content {
		padding: 35px 0 0;
	}

	.social-networks {
		padding: 0 19px;
	}

	.user-area {
		letter-spacing: 1px;
	}

	.nav-area {
		display: inline-block;
		vertical-align: top;
		padding: 2px 29px 0;
	}

	#nav > li {
		margin: 0 18px 34px 19px;
	}

	#nav > li.hover {
		padding-bottom: 34px;
	}

	#footer .container {
		padding-top: 41px;
		padding-bottom: 41px;
	}

	.footer-logo {
		margin: -3px 0 21px;
	}

	.footer-holder {
		margin: 0 -22px 0 -35px;
	}

	.footer-holder h3 {
		margin: 0 0 25px;
	}

	.footer-holder .col {
		padding: 16px 22px 28px 35px;
	}

	.footer-holder .col.one {
		width: 19.1%;
	}

	.footer-holder .col.two {
		width: 16.2%;
	}

	.footer-holder .col.three {
		width: 24.3%;
	}

	.footer-holder .col.four {
		width: 15.4%;
	}

	.footer-holder .col.five {
		width: 25%;
	}

	.footer-holder p {
		margin: 0 0 21px;
	}

	.copyright span {
		margin: 0 0 12px;
	}

	.copyright p {
		margin: 0 0 30px;
	}

	.socials-list li {
		margin: 0 0 19px;
	}

	.comment-form input[type="submit"],
	.post-password-form input[type="submit"],
	.search-form input[type="submit"],
	.btn-default {
		letter-spacing: 2px;
	}

	.btn-prev:before,
	.btn-next:before {
		border-width: 51px;
		margin: -29px 0 0;
	}

	.btn-prev i,
	.btn-next i {
		margin: -17px 0 0;
	}

	.btn-next:before {
		border-width: 51px;
	}

	.btn-next i {
		margin: -17px 0 0;
	}

	textarea,
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		padding: 13px 19px;
	}

	.cycle-gallery .caption-holder {
		padding: 58px 61px;
	}

	.cycle-gallery .caption .opener .hold {
		padding: 0 26px;
	}

	.cycle-gallery .caption-popup p {
		margin: 0 0 16px;
	}

	.cycle-gallery .slide-holder {
		padding: 19px 12px 14px;
	}

	.search-bar .fields-area {
		padding: 15px 17px 10px 0;
		width: 52.8%;
	}

	.search-bar .btn-area {
		width: 46.7%;
		padding: 0 51px 0 0;
	}

	.search-bar .separator {
		right: 14px;
	}

	.search-bar .btn-submit {
		padding: 15px 0 0;
	}

	.search-bar .selection-area {
		width: 47.2%;
	}

	.search-bar .head h1 {
		font-size: 30px;
		line-height: 34px;
	}

	.selection-list {
		width: 58.5%;
		padding: 0 19px 0 0;
	}

	.selection-list > li > a {
		padding: 29px 18px 28px 23px;
	}

	.dropdown .title {
		padding: 0 0 8px;
		margin: 0 0 12px;
	}

	.dropdown .col-holder {
		margin: 36px 0 30px;
	}

	.dropdown .col {
		padding: 0 28px;
	}

	.dropdown .col .list li {
		margin: 0 0 13px;
	}

	.dropdown .bottom-info {
		padding: 14px 0;
	}

	.dropdown .btn-list li {
		padding: 0 4px;
	}

	.intro {
		padding-top: 58px;
		padding-bottom: 47px;
	}

	.intro .us_map-box {
		width: 51.7%;
		margin: 2rem 0 0 40px;
	}

	.intro h1 {
		margin: 0 0 17px;
		font-size: 36px;
		line-height: 40px;
	}

	.intro .list {
		margin: 0 0 7px;
	}

	.intro .list li {
		letter-spacing: 3px;
		padding: 0 15px 10px 19px;
	}

	.intro .detail {
		padding: 11px 0 0;
	}

	.intro .detail p {
		margin: 0 0 26px;
	}

	.video-box .video {
		margin-bottom: 18px;
	}

	.featured-block {
		padding-top: 48px;
		padding-bottom: 43px;
	}

	.featured-block .container {
		max-width: 1140px;
	}

	.featured-block h2 {
		padding: 0 0 27px;
		margin: 0 0 36px;
	}

	.featured-block.silver {
		padding-bottom: 43px;
	}

	.info-holder {
		margin: 0 -20px;
	}

	.info-col {
		padding: 0 20px;
	}

	.info-col .content {
		padding: 25px 25px 52px 33px;
	}

	.info-col h3 {
		margin: 0 0 9px;
	}

	.info-col time,
	.info-col address {
		margin: 0 0 13px;
	}

	.info-col .btn-list a {
		padding: 15px 15px;
		letter-spacing: 1px;
	}

	.info-col .image {
		margin: 0 0 18px;
	}

	.tag {
		margin: 0 0 12px;
	}

	.amount-list {
		padding: 0 19px 11px;
	}

	.amount-list li {
		padding: 0 16px 10px;
	}

	.amount-list li + li:before {
		left: 0;
		top: 2px;
	}

	.gallery {
		margin: 0 0 46px;
	}

	.gallery .slide {
		width: 393px !important;
		padding: 0 20px;
	}

	.article-block.add .article .article-frame {
		padding: 51px 45px 43px;
	}

	.article .article-frame {
		padding: 30px 36px 25px;
	}

	.article .detail.left h2 {
		margin: 0 0 27px;
	}

	.article .detail.right h2 {
		font-size: 26px;
		line-height: 30px;
		margin: 0 0 37px;
	}

	.article .detail.right {
		padding: 15px 0 0;
	}

	.article .detail.right p {
		margin: 0 0 49px;
	}

	.article .btn-list li {
		padding: 0 17px 15px;
	}

	.tab-content .info-holder {
		margin-bottom: 43px;
	}

	.tab-content .info-col {
		padding-bottom: 39px;
	}

	.tab-content .info-col .detail {
		padding: 25px 25px 30px 33px;
	}

	.intro-block {
		margin: 0 0 45px;
	}

	.intro-block .text {
		padding-top: 43px;
		padding-bottom: 23px;
	}

	.intro-block .text p {
		margin: 0 0 22px;
	}

	.intro-block .footer-area {
		padding: 15px 10px 10px;
	}

	.video-area {
		margin: 0 0 41px;
	}

	.tel-list {
		margin: 0 0 59px;
	}

	.about-block .container {
		padding-top: 56px;
		padding-bottom: 61px;
	}

	.about-block h2 {
		margin: 0 0 21px;
	}

	.about-block p {
		margin: 0 0 31px;
	}

	.lightbox h2 {
		font-size: 30px;
		line-height: 34px;
	}

	.wp #sidebar .search-form,
	.wp #content .search-form {
		padding-right: 110px;
	}

	.js-gallery-holder {
		margin: 0 0 46px;
	}

	.two-columns {
		padding-top: 33px;
	}

	#sidebar {
		width: 31%;
	}

	#sidebar .title {
		letter-spacing: 2px;
		margin: 0 0 25px;
	}

	#sidebar .btn-default {
		letter-spacing: 1px;
	}

	#content {
		padding: 0 38px 0 0;
	}

	.info-columns .holder {
		margin: 0 -13px 49px;
	}

	.info-columns .info-col {
		padding: 0 13px 26px;
	}

	.img-gallery {
		margin: 0 0 18px;
	}

	.posts-area .row {
		margin: 0 -20px 32px;
	}

	.posts-area .info-col {
		padding-bottom: 28px;
	}
}

@media (min-width: 1250px) {
	.article .img-holder {
		width: 233px;
	}

	.article .img-holder {
		margin: 0;
	}

	.article .detail {
		padding: 0 30px 0 42px;
	}
}

@media (min-width: 1300px) {
	.cycle-gallery .caption {
		width: 250px;
	}

	.featured-block .container {
		max-width: 1175px;
	}

	.gallery .slide {
		width: 405px !important;
	}
}

@media (max-width: 1289px) {
	.featured-block .btn-next,
	.featured-block .btn-prev {
		font-size: 20px;
		line-height: 20px;
		margin: -10px 0 0;
	}

	.featured-block .btn-next:after,
	.featured-block .btn-next:before,
	.featured-block .btn-prev:after,
	.featured-block .btn-prev:before {
		border-width: 20px;
		margin: 0;
	}

	.featured-block .btn-next i,
	.featured-block .btn-prev i {
		margin-top: -12px;
		margin-left: -10px;
	}

	.featured-block .btn-next i {
		margin-right: -10px;
		margin-left: 0;
	}

	.image-gallery .btn-prev:before,
	.image-gallery .btn-next:before {
		margin: -19px 0 0;
	}

	.js-slick-carousel .btn-prev i,
	.js-slick-carousel .btn-next i {
		margin: 1px 0 0 7px;
	}

	.js-slick-carousel .btn-prev i {
		margin: 1px 0 0 -7px;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.nav-area .list-holder {
		position: absolute;
		left: -10px;
		right: -10px;
		top: 100%;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
	}

	.nav-area #nav {
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	#nav {
		background: #404c27;
	}

	#nav li a {
		display: block;
		color: #bba774;
		padding: 2px 8px;
	}

	#nav li a:hover {
		color: #ede8da;
	}

	#nav li.active > a {
		color: #ede8da;
	}

	#nav > li > ul > li a {
		padding: 2px 18px;
	}

	#nav > li > ul > li > ul,
	#nav > li > ul > li > ul > li > ul {
		padding-left: 2em;
	}

	#nav > li > ul > li:not(:last-child) > ul {
		padding-bottom: 10px;
	}

	.nav-active .nav-area .list-holder {
		max-height: 4000px;
	}

	.nav-active .nav-area #nav {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.dropdown .title .open {
		display: block;
		position: relative;
		padding: 5px 25px;
	}

	.dropdown .title .open:after {
		content: "+";
		position: absolute;
		right: 5px;
		top: 0;
		font-size: 28px;
		line-height: 28px;
		font-weight: 400;
	}

	.dropdown .active .title .open:after {
		content: "-";
	}

	.dropdown .col {
		border-bottom: 1px solid #404c27;
	}

	.dropdown .col .list {
		border-top: 1px solid #404c27;
	}

	.tab-content .info-holder {
		margin: 0 -5px;
	}

	.tab-content .info-col {
		width: 50%;
		padding-left: 5px;
		padding-right: 5px;
	}
	#sidebar {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	#content {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media (max-width: 479px) {
	.selection-list {
		float: none;
		margin: 0 0 8px;
	}

	.selection-list > li {
		width: 50%;
	}

	.selection-list > li > a {
		background: rgba(255, 255, 255, .05);
	}

	.tab-content .info-col {
		width: 100%;
	}
}
