@charset "UTF-8";


/*
Theme Name:     HNE App 2022
Author:         Historic New England
Author URI:     http://www.historicnewengland.org
Tested up to:   5.7.5
Requires PHP:   5.4.0
Description:    Historic New England App theme for site specific apps. 2022 major release. Based on designs originally created under contract by Create + Conquer for Historic New England.
Version:        1.7.0
Text Domain: am
Tags: white, light
*/


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css *//**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
*/
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */;
}/**
 * Remove default margin.
 */body {
	margin: 0;
}/* HTML5 display definitions
   ========================================================================== *//**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */;
}/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */audio:not([controls]) {
	display: none;
	height: 0;
}/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */[hidden],
template {
	display: none;
}/* Links
   ========================================================================== *//**
 * Remove the gray background color from active links in IE 10.
 */a {
	background-color: transparent;
}/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */a:active,
a:hover {
	outline: 0;
}/* Text-level semantics
   ========================================================================== *//**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */abbr[title] {
	border-bottom: 1px dotted;
}/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */b,
strong {
	font-weight: bold;
}/**
 * Address styling not present in Safari and Chrome.
 */dfn {
	font-style: italic;
}/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */h1 {
	font-size: 2em;
	margin: .67em 0;
}/**
 * Address styling not present in IE 8/9.
 */mark {
	background: #ff0;
	color: #000;
}/**
 * Address inconsistent and variable font size in all browsers.
 */small {
	font-size: 80%;
}/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}/* Embedded content
   ========================================================================== *//**
 * Remove border when inside `a` element in IE 8/9/10.
 */img {
	border: 0;
}/**
 * Correct overflow not hidden in IE 9/10/11.
 */svg:not(:root) {
	overflow: hidden;
}/* Grouping content
   ========================================================================== *//**
 * Address margin not present in IE 8/9 and Safari.
 */figure {
	margin: 1em 40px;
}/**
 * Address differences between Firefox and other browsers.
 */hr {
	box-sizing: content-box;
	height: 0;
}/**
 * Contain overflow in all browsers.
 */pre {
	overflow: auto;
}/**
 * Address odd `em`-unit font size rendering in all browsers.
 */code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}/* Forms
   ========================================================================== *//**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 *//**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */;
}/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */button {
	overflow: visible;
}/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */button,
select {
	text-transform: none;
}/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */;
}/**
 * Re-set default cursor for disabled elements.
 */button[disabled],
html input[disabled] {
	cursor: default;
}/**
 * Remove inner padding and border in Firefox 4+.
 */button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */input {
	line-height: normal;
}/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */;
}/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}/**
 * Define consistent border, margin, and padding.
 */fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */;
}/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */textarea {
	overflow: auto;
}/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */optgroup {
	font-weight: bold;
}/* Tables
   ========================================================================== *//**
 * Remove most spacing between table cells.
 */table {
	border-collapse: collapse;
	border-spacing: 0;
}td,
th {
	padding: 0;
}.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.post-password-form:after,
#search_block:after,
.search-form p:after,
#search_block p:after,
.navigation-single:after,
.commentlist .comment-author:after {
	content: "";
	display: block;
	clear: both;
}.ellipsis,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"],
.square-box-text .right-text,
.audioplayer-time-duration,
.small-slider-slide span,
.image-cell .text-holder2 .text-frame,
.btn-more span,
.link-holder-title,
.mobile-accordion-opener span {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}.jcf-select .jcf-select-drop ul,
.slick-dots,
.main-nav ul,
.anchor-nav,
.accordion,
.twocolumn-list,
.side-nav,
.mobile-accordion {
	list-style: none;
	margin: 0;
	padding: 0;
}.image-bundle:after,
.ctct-embed-signup div:after,
.container:after,
.narrow-container:after,
.main-header:after,
.accordion .text-block:after,
.twocolumn:after {
	content: "";
	clear: both;
	display: table;
}html {
	box-sizing: border-box;
}*,
*:before,
*:after {
	box-sizing: inherit;
}* {
	max-height: 1000000px;
}body {
	color: #000;
	background: #fff;
	font: 16px/1.6875 "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}.gm-style img {
	max-width: none;
}ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.6875em;
}blockquote {
	border-left: 4px solid #333;
	padding-left: .5em;
	margin-left: 1.6875em;
}th,
td {
	border: 1px solid #333;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}th {
	text-align: center;
	vertical-align: middle;
}ul,
ol {
	padding-left: 2em;
}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"],
input[type="url"],
textarea {
	display: block;
	width: 100%;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #bc992f;
	padding: 9px 20px;
	height: 40px;
	outline: none;
	box-shadow: none;
	font-size: 16px;
	line-height: 20px;
	-webkit-transition: border-color .25s ease;
	transition: border-color .25s ease;
	color: #383838;
}input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
textarea:focus {
	border-color: #252d3e;
}input[type="text"].error,
input[type="tel"].error,
input[type="email"].error,
input[type="search"].error,
input[type="password"].error,
input[type="url"].error,
textarea.error {
	border-color: #f00 !important;
}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,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #333;
}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,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #333;
}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,
input[type="url"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #333;
}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,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #333;
}input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="url"].placeholder,
textarea.placeholder {
	color: #333;
}select {
	-webkit-border-radius: 0;
	outline: none;
}textarea {
	width: 100%;
	min-height: 100px;
	resize: vertical;
	vertical-align: top;
}.button,
button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	display: inline-block;
	vertical-align: top;
	padding: 14px 28px;
	border: 0;
	background: #bc992f;
	border: 1px solid #bc992f;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .3em;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	outline: none;
	-webkit-transition: color .2s ease, background .2s ease, opacity .2s ease , border-color .2s ease;
	transition: color .2s ease, background .2s ease, opacity .2s ease , border-color .2s ease;
}.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
	background: #937825;
	border-color: #937825;
}.button.transparent,
button.transparent,
input[type="button"].transparent,
input[type="reset"].transparent,
input[type="file"].transparent,
input[type="submit"].transparent {
	background: none;
	border: 1px solid #bc992f;
	color: #fff;
}.button.transparent:hover,
.button.transparent:active,
button.transparent:hover,
button.transparent:active,
input[type="button"].transparent:hover,
input[type="button"].transparent:active,
input[type="reset"].transparent:hover,
input[type="reset"].transparent:active,
input[type="file"].transparent:hover,
input[type="file"].transparent:active,
input[type="submit"].transparent:hover,
input[type="submit"].transparent:active {
	background: #bc992f;
	border-color: #bc992f;
}input[type="file"] {
	height: auto;
	padding: 0;
	background: none;
	border: 0;
	color: inherit;
	max-width: 100%;
}input[type="file"]:hover {
	background: none;
	color: inherit;
}/* custom select */.jcf-select {
	display: block;
	width: 100%;
	max-width: 260px;
	position: relative;
	z-index: 50;
	border: 1px solid #bc992f;
	background: #fff;
	margin: 0 0 20px; /*big*/
}.jcf-select .jcf-select-text {
	display: block;
	height: 38px;
	margin: 0 45px 0 0;
	font-size: 16px;
	line-height: 20px;
	color: #383838;
	padding: 9px 17px 9px 20px;
	border-left: 2px solid transparent;
	cursor: pointer;
}.jcf-select .jcf-select-text > span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}.jcf-select.jcf-select-error {
	border-color: #f00;
}.jcf-select .jcf-select-opener {
	position: absolute;
	top: 0;
	right: 0;
	width: 38px;
	height: 38px;
	cursor: pointer;
}.jcf-select .jcf-select-opener:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	margin: -3px 0 0 -8px;
	border-top-color: #333;
}.jcf-select .jcf-select-drop {
	position: absolute;
	top: 100%;
	left: -2px;
	right: -2px;
	border: 2px solid #252d3e;
	background: #fff;
	font-size: 16px;
	line-height: 20px;
	color: #383838;
}.jcf-select .jcf-select-drop .jcf-option {
	display: block;
	cursor: pointer;
	padding: 12px 20px;
}.jcf-select .jcf-select-drop .jcf-option:hover {
	background: #252d3e;
	color: #fff;
}.jcf-select .jcf-select-drop .jcf-selected {
	background: #252d3e;
	color: #fff;
}.jcf-select.jcf-drop-active {
	border-color: #252d3e;
	z-index: 101;
}.jcf-select.jcf-drop-active .jcf-select-opener:before {
	margin-top: -13px;
	border-top-color: transparent;
	border-bottom-color: #333;
}.jcf-select.jcf-drop-flipped .jcf-select-drop {
	top: auto;
	bottom: 100%;
}.jcf-select .jcf-scrollable-wrapper {
	width: 100% !important;
}.jcf-select .jcf-list-content {
	overflow: auto;
	width: 100% !important;
	display: block;
}.jcf-select .jcf-list {
	display: block;
}.jcf-select.jcf-select-big {
	border-color: transparent;
	border-right: 0;
}.jcf-select.jcf-select-big .jcf-select-text {
	height: auto;
	padding: 15px 17px;
	border-bottom: 2px solid transparent;
}.jcf-select.jcf-select-big .jcf-select-text > span {
	display: block;
	overflow: hidden;
	text-overflow: clip;
	white-space: normal;
}.jcf-select.jcf-select-big .jcf-select-opener {
	background: #e9e8e6;
}.jcf-select.jcf-select-big .jcf-select-drop {
	right: 50px;
	width: auto !important;
	border-top: 0;
}.jcf-select.jcf-select-big .jcf-select-drop li {
	border-top: 2px solid #f7f7f7;
}.jcf-select.jcf-select-big .jcf-select-drop li:first-child {
	border: 0;
}.jcf-select.jcf-select-big.jcf-drop-active {
	border-color: #fbdf1d transparent transparent #fbdf1d;
}.jcf-select.jcf-select-big.jcf-drop-active .jcf-select-text {
	background: #f7f7f7;
	border-right: 2px solid #fbdf1d;
}.jcf-select.jcf-select-big.jcf-drop-active .jcf-select-opener {
	background: #fbdf1d;
}.jcf-select.jcf-select-big.jcf-drop-active .jcf-select-opener:before {
	content: "\e60a";
	color: #fff;
	border: 0;
	font-size: 14px;
	margin: -7px 0 0 -8px;
}.jcf-select.jcf-select-big.jcf-drop-flipped {
	border-left-color: transparent;
}.jcf-select.jcf-select-big.jcf-drop-flipped .jcf-select-text {
	border-bottom: 2px solid #fbdf1d;
	border-left: 2px solid #fbdf1d;
}.jcf-select.jcf-select-big.jcf-drop-flipped .jcf-select-drop {
	border-top: 2px solid #fbdf1d;
	left: 0;
}.jcf-checkbox {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 4px;
	position: relative;
	width: 20px;
	height: 20px;
	border: 1px solid #bc992f;
	background: #fff;
}.jcf-checkbox span:before {
	position: absolute;
	top: 2px;
	left: 2px;
	content: "\f00c";
	color: #bc992f;
	font-size: 14px;
	opacity: 0;
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
}.jcf-checkbox.jcf-checked span:before {
	opacity: 1;
}.jcf-radio {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 4px;
	position: relative;
	width: 20px;
	height: 20px;
	border: 1px solid #bc992f;
	border-radius: 50%;
	background: #fff;
}.jcf-radio span {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #bc992f;
	font-size: 14px;
	opacity: 0;
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
}.jcf-radio.jcf-checked {
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
}.jcf-radio.jcf-checked span {
	opacity: 1;
}.jcf-scrollable-wrapper {
	padding: 0 15px 15px 0;
	position: relative;
}.horizontal .jcf-scrollable-wrapper {
	height: auto !important;
}.horizontal .jcf-scrollable {
	height: auto !important;
	overflow-y: hidden;
}.jcf-scrollbar {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}.jcf-scrollbar-horizontal {
	position: absolute;
	background: #fff;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 16px;
	border: 1px solid #bc992f;
}.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #fff;
	height: 10px;
	width: 1px;
	display: none;
}.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: block;
	position: relative;
	height: 14px;
	width: 100% !important;
}.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	height: 14px;
	background: #bc992f;
}.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	opacity: .7;
}.jcf-scrollbar-vertical {
	position: absolute;
	right: 0;
	top: 0;
	width: 12px;
	background: #fff;
}.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	height: 0;
}.jcf-scrollbar-vertical .jcf-scrollbar-slider {
	border: 2px solid #fff;
	background: #fff;
	box-shadow: 0 0 0 1px #c4b79a inset;
}.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	width: 100%;
	background: #c4b79a;
}.widget {
	margin-bottom: 1.6875em;
}.widget ul {
	padding-left: 2em;
}.widget select {
	min-width: inherit;
	width: 100%;
}/* Calendar */#wp-calendar {
	width: 95%;
	margin-bottom: 15px;
	clear: both;
	padding: 0;
}#wp-calendar caption {
	padding: 10px;
}#wp-calendar th,
#wp-calendar td {
	text-align: center;
	padding: 3px 0;
}#wp-calendar td {
	background: transparent;
}.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;
}.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}.post-password-form input {
	float: left;
}.post-password-form input[type="password"] {
	width: 150px;
}.comment-form button,
.comment-form input[type="submit"],
.post-password-form button,
.post-password-form input[type="submit"],
.search-form button,
.search-form input[type="submit"],
#search_block button,
#search_block input[type="submit"] {
	background: #bc992f;
	color: #fff;
	height: 40px;
	padding: 0 10px;
}.comment-form button:hover,
.comment-form input[type="submit"]:hover,
.post-password-form button:hover,
.post-password-form input[type="submit"]:hover,
.search-form button:hover,
.search-form input[type="submit"]:hover,
#search_block button:hover,
#search_block input[type="submit"]:hover {
	opacity: .8;
}.search-form,
.post-password-form,
#search_block {
	margin-bottom: 15px;
}.search-form input,
.post-password-form input,
#search_block input {
	float: left;
	height: 40px;
}.search-form input[type="search"],
.search-form input[type="text"],
.post-password-form input[type="search"],
.post-password-form input[type="text"],
#search_block input[type="search"],
#search_block input[type="text"] {
	margin: 0 4px 0 0;
	width: 150px;
}.search-form input[type="password"],
.post-password-form input[type="password"],
#search_block input[type="password"] {
	width: 150px;
}.search-form input[type="submit"],
.search-form button,
.post-password-form input[type="submit"],
.post-password-form button,
#search_block input[type="submit"],
#search_block button {
	height: 40px;
}.commentlist {
	margin: 0 0 1.6875em;
}.commentlist .edit-link {
	margin: 0;
}.commentlist .avatar-holder {
	float: left;
	margin: 0 1.6875em 4px 0;
}.commentlist-item .commentlist-item {
	padding: 0;
}.comment,
.commentlist-holder {
	overflow: hidden;
}.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.6875em;
}.widget_calendar #prev {
	padding-left: 5px;
	text-align: left;
}.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}.gallery-item dt {
	float: none;
	padding: 0;
}.navigation,
.navigation-comments,
.pagination {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.6875em;
	width: 100%;
	overflow: hidden;
}.navigation .screen-reader-text,
.navigation-comments .screen-reader-text,
.pagination .screen-reader-text {
	position: absolute;
	left: -99999px;
}.navigation .current,
.navigation-comments .current,
.pagination .current {
	color: #ccc;
}.navigation .page-numbers,
.navigation-comments .page-numbers,
.pagination .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
}.navigation .next,
.navigation .prev,
.navigation .al,
.navigation .ar,
.navigation-comments .next,
.navigation-comments .prev,
.navigation-comments .al,
.navigation-comments .ar,
.pagination .next,
.pagination .prev,
.pagination .al,
.pagination .ar {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: #bc992f;
	color: #fff;
	padding: 5px;
	text-decoration: none;
}.navigation .next.disabled,
.navigation .prev.disabled,
.navigation .al.disabled,
.navigation .ar.disabled,
.navigation-comments .next.disabled,
.navigation-comments .prev.disabled,
.navigation-comments .al.disabled,
.navigation-comments .ar.disabled,
.pagination .next.disabled,
.pagination .prev.disabled,
.pagination .al.disabled,
.pagination .ar.disabled {
	background: #b3b3b3;
	border-color: #b3b3b3;
	pointer-events: none;
}.navigation .next a,
.navigation .prev a,
.navigation .al a,
.navigation .ar a,
.navigation-comments .next a,
.navigation-comments .prev a,
.navigation-comments .al a,
.navigation-comments .ar a,
.pagination .next a,
.pagination .prev a,
.pagination .al a,
.pagination .ar a {
	color: #fff;
}.navigation-single {
	margin-bottom: 1.6875em;
}.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	background: #bc992f;
	color: #fff;
	text-decoration: none;
}.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: 5px;
	display: block;
}.navigation-single .next {
	float: right;
}img.border {
	padding: 5px;
	border: 1px solid #ccc;
}.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #333;
	padding: 5px;
	margin-bottom: 1.6875em;
}.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	width: auto;
}.wp-caption p {
	margin: .4em 0 0;
}div.aligncenter,
figure.aligncenter {
	margin: 0 auto 1.6875em;
	text-align: center;
}img.fullimage {
	display: block;
	width: 100%;
	margin: 0 0 1.75em;
}img.aligncenter {
	display: block;
	margin: 0 auto;
}.alignleft {
	float: left;
	margin: 0 1.6875em 10px 0;
}.alignright {
	float: right;
	margin: 0 0 10px 1.6875em;
}.alignnone {
	margin: 0;
}div.alignnone {
	margin: auto;
}img.wp-smiley {
	padding: 0;
	border: none;
}.fluid-iframe {
	display: block;
	position: relative;
	padding-bottom: 56%;
}.fluid-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}.mejs-container {
	margin-bottom: 1.6875em;
}.wp-caption .wp-caption-text,
.entry .wp-caption .wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 5px 4px 0;
}.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}.al,
.navigation .next {
	float: left;
}.ar,
.navigation .prev {
	float: right;
}.posts-list .entry p {
	margin: 0;
}.posts-list .post {
	margin: 0 0 40px;
}.post .title {
	margin-bottom: 10px;
}.post .postmetadata {
	margin-bottom: 10px;
}.textwidget p {
	padding: 0 0 10px 0;
}.center {
	text-align: center;
}.hidden {
	display: none;
}code br {
	display: none;
}.entry pre,
.entry code {
	font-family: mono-space, monospace;
	border: 1px solid #eee;
	padding: 20px;
	display: block;
	margin: 0 0 20px 0;
	overflow: auto;
	white-space: pre;
	font-size: 12px;
	line-height: 20px;
}.entry code {
	padding: 1px 20px 0 20px;
	background: #f6f6f6;
	border-top: 0;
	border-bottom: 0;
}.last {
	margin-right: 0 !important;
	clear: right;
}.clear {
	clear: both;
	line-height: 0;
}.page-link {
	padding: 0 0 15px;
}/* Respond */.comments {
	clear: both;
}#respond {
	margin: 20px 0 20px 0;
	overflow: hidden;
}.commentlist #respond {
	margin: 0 0 20px 0;
}#respond .comment-reply-title small {
	font-size: 12px;
	font-weight: normal;
}#commentform p {
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px;
	margin: 0;
}#commentform p label {
	display: block;
	padding: 0 0 5px;
}#commentform p textarea {
	width: 96%;
}/* Comments*/#comments,
#reply-title {
	margin: 0 0 15px 0;
	line-height: 1.6em;
}.commentlist {
	margin-left: -2em;
	padding: 0;
	text-align: justify;
	line-height: 1.6em;
}.commentlist .comment {
	padding: 0 0 0 2em;
}.commentlist .comment,
.commentlist + .comment {
	padding-top: 1.2em;
}.commentlist .commentlist {
	padding: 0;
}.commentlist .comment-author {
	margin-bottom: .5em;
}.commentlist .comment-metadata {
	margin-bottom: .5em;
}.commentlist .comment-author img {
	float: left;
	margin: 0 1.2em 4px 0;
}.comment .comment-respond {
	margin-left: 20px;
}.comment-body {
	margin: 0 0 20px;
}.parent.comment .comment {
	margin-left: 30px;
}.comment-author.vcard {
	margin-bottom: 10px;
}.breadcrumb {
	padding-bottom: 20px;
}.post .title h3 {
	margin-bottom: 1em;
}.video {
	margin: 0 0 2em;
	position: relative;
}.video:after {
	display: block;
	content: "";
	padding-top: 56%;
}.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}.panorama {
	margin: 0 0 2em;
	position: relative;
}.panorama:after {
	display: block;
	content: "";
	padding-top: 56%;
}.panorama iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}.text-center {
	text-align: center;
}.text-right {
	text-align: right;
}.text-left {
	text-align: left;
}h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Georgia", "Times New Roman", "Times", "Baskerville", serif;
	font-weight: bold;
	line-height: 1.32;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 .5em;
	color: #222939;
	letter-spacing: .025em;
}h1,
.h1 {
	font-size: 52px;
}h2,
.h2 {
	font-size: 38px;
}h3,
.h3 {
	font-size: 30px;
}h4,
.h4 {
	font-size: 26px;
}h5,
.h5 {
	font-size: 22px;
}h6,
.h6 {
	font-size: 18px;
}h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h a {
	color: inherit;
}h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover,
.h a:hover {
	color: #7f6720;
}p {
	margin: 0 0 1em;
}a {
	color: #bc992f;
	text-decoration: none;
	-webkit-transition: color .2s ease, background .2s ease, opacity .2s ease , border-color .2s ease;
	transition: color .2s ease, background .2s ease, opacity .2s ease , border-color .2s ease;
}a:hover,
a:focus {
	text-decoration: none;
	color: #7f6720;
}[class^="icon-"],
[class*=" icon-"],
.fancybox-button--close,
.frame-block:before,
.frame-block:after,
.jcf-checkbox span:before,
.main-nav ul ul a:after,
.tooltip button:before {
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}.icon-ok:before {
	content: "\f00c";
}.icon-1:before {
	content: "\e900";
}.icon-2:before {
	content: "\e901";
}.icon-abacus:before {
	content: "\e902";
}.icon-arrow-right:before {
	content: "\e903";
}.icon-arrow-bottom:before {
	content: "\e916";
}.icon-arrow-left:before {
	content: "\e90d";
}.icon-arrow-top:before {
	content: "\e917";
}.icon-close:before {
	content: "\e904";
}.icon-design:before {
	content: "\e905";
}.icon-design2:before {
	content: "\e906";
}.icon-diamond:before {
	content: "\e907";
}.icon-help:before {
	content: "\e908";
}.icon-home:before {
	content: "\e909";
}.icon-house:before {
	content: "\e90a";
}.icon-landscape:before {
	content: "\e90b";
}.icon-line:before {
	content: "\e90c";
}.icon-logo-small:before {
	content: "\e90e";
}.icon-magnifier:before {
	content: "\e90f";
}.icon-map:before {
	content: "\e910";
}.icon-marker:before {
	content: "\e911";
}.icon-sound-off:before {
	content: "\e912";
}.icon-sound-on:before {
	content: "\e913";
}.icon-tools:before {
	content: "\e914";
}.icon-tree:before {
	content: "\e915";
}.icon-character:before {
  content: "\e918";
}.media-slider {
	/*.scroll-panel{
		padding:20px 0;
		max-width: 200px;
		margin:0 auto;
	}*/
}
.media-slider .jcf-scrollbar-vertical {
	display: none;
}
.media-slider .jcf-scrollable-wrapper {
	padding: 5px 0 35px;
}
.media-slider .jcf-scrollbar-horizontal {
	bottom: 13px;
	display: block;
	left: 50%;
	margin: 0 0 0 -150px;
    top: auto;
    width: 300px !important;
    z-index: 99;
}
.media-slider .scroll-link-left, .media-slider .scroll-link-right {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 10;
	font-size: 32px;
	width: 45px;
	height: 90px;
	color: #a4862b;
	overflow: hidden;
	margin: -45px 0 0;
	cursor: pointer;
	display:none;
}
.media-slider .scroll-link-left.jcf-inactive, .media-slider .scroll-link-right.jcf-inactive {
	display: none;
}
.media-slider .scroll-link-left:after, .media-slider .scroll-link-right:after {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 200%;
	background: #e8e6dc;
	border-radius: 50%;
	content: "";
}.media-slider .scroll-link-left:hover,
.media-slider .scroll-link-right:hover {
	color: #bc992f;
}.media-slider .scroll-link-left i,
.media-slider .scroll-link-right i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	margin: 0 0 0 4px;
	-webkit-transition: color .25s ease;
	transition: color .25s ease;
}.media-slider .scroll-link-left {
	left: 0;
	right: auto;
}.media-slider .scroll-link-left:after {
	left: auto;
	right: 0;
}.media-slider .scroll-link-left i {
	margin: 0 0 0 -4px;
}.extended-block {
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}.extended-block .square-holder {
	display: inline-block;
	vertical-align: top;
	width: 53.29vw;
	letter-spacing: 0;
	white-space: normal;
	font-size: 16px;
	line-height: 1.6875;
	border: 6px solid transparent;
	border-width: 0 6px 0 0;
}.extended-block .square-holder.small {
	width: 46.7vw;
	border-right: 0;
}.extended-block .square-holder.small .square-box {
	float: left;
	width: 50%;
	border: 6px solid transparent;
	border-width: 0 6px 6px 0;
}.extended-block .square-holder.small .square-box:after {
	padding-top: 114.44%;
}.square-box {
	position: relative;
}.square-box:after {
	display: block;
	content: "";
	height: 0;
	padding-top: 100%;
}.square-box-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}.square-box-content:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	pointer-events: none;
	content: "";
	height: 50%;
	z-index: 2;
	background: -webkit-linear-gradient(top, rgba(34, 41, 57, 0) 0%, rgba(34, 41, 57, .9) 100%);
	background: linear-gradient(to bottom, rgba(34, 41, 57, 0) 0%, rgba(34, 41, 57, .9) 100%);
}.square-box-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	color: #fff;
	padding: 0 15% 5.3%;
}.small .square-box-text {
	padding: 0 7% 6.3%;
}.square-box-text .right-text {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 75px;
	text-align: right;
	font: italic 22px/1.3636 "Georgia", "Times New Roman", "Times", "Baskerville", serif;
}.square-box-text .text-holer {
	position: relative;
	padding: 0 80px 0 0;
}.square-box-title {
	display: block;
	font: italic 42px "Georgia", "Times New Roman", "Times", "Baskerville", serif;
	margin: 0 0 .2em;
	letter-spacing: .03em;
}.square-box-subtitle {
	display: block;
	color: #bc992f;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .1em;
}.small .square-box .square-box-title {
	font-size: 24px;
	line-height: 1.25;
	margin: 0;
}.square-box .bg-retina {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}.square-box a {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}.square-box a:hover .ico-play-small,
.square-box a:hover .icon-sound-on {
	border-color: #bc992f;
}.square-box .ico-play-small {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
}.square-box .ico-play-small:after {
	height: 0;
	width: 0;
	border-bottom: 12px solid transparent;
	border-left: 18px solid #bc992f;
	border-top: 12px solid transparent;
	margin: -12px 0 0 -7px;
}.square-box .icon-sound-on {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	width: 60px;
	height: 60px;
	border: 2px solid #887443;
	border-radius: 50%;
	background: rgba(36, 39, 44, .6);
	-webkit-transition: border-color .25s ease;
	transition: border-color .25s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}.square-box .icon-sound-on:before {
	margin: auto;
	color: #bc992f;
	font-size: 24px;
	-webkit-transition: border-color .25s ease;
	transition: border-color .25s ease;
}.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	text-align: center;
	padding: 0 !important;
}.modal.is-full {
	background: #e8e6dc;
}.modal.is-full .bg-frame {
	padding: 0;
}.modal.is-full .modal-dialog {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}.modal.is-full .close {
	z-index: 1003;
}.modal.is-yellow .modal-content {
	background: #f4f3ec;
}.modal:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}.modal-open {
	overflow: hidden;
}.modal-open #wpadminbar {
	z-index: 1000;
}.modal .bg-frame {
	padding: 80px 100px;
}.modal-content {
	margin: 0 auto;
	background: #fff;
}.modal.fade .modal-dialog {
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
	opacity: 0;
}.modal.in .modal-dialog {
	opacity: 1;
}.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}.modal-dialog {
	position: relative;
	width: 1400px;
	margin: 10px auto;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}.modal-content {
	padding: 20px;
}.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #1f2125;
}.modal-backdrop.fade {
	opacity: 0;
}.modal-backdrop.in {
	opacity: .9;
}.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}.modal .image-container img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}.modal .close {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
	font-size: 0;
}.modal .close i {
	font-size: 24px;
	color: #222939;
}.modal .close:hover {
	color: #bc992f;
}.modal-block {
	position: absolute;
	z-index: 1001;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #e8e6dc;
}
.modal-block .modal-back {
    color: #000;
    display: block;
    font-size: 18px;
    line-height: 100%;
    margin: 0 0 30px;
    padding: 0;
    text-transform: uppercase;
}

.modal-block .modal-back i {
	margin: 0 5px 0 0;
}

.modal-block .modal-back-desktop {
	display: block;
}

.modal-block .modal-back-mobile {
	display: none;
}

#gallery-modal-zoom .bg-frame .modal-back {
    color: #000;
    display: block;
    font-size: 18px;
	left: 5px;
    line-height: 100%;
    margin: 0;
	position: absolute;
    text-transform: uppercase;
	top: 35px;
	z-index: 1003;
}

#gallery-modal-zoom .bg-frame .modal-back i {
	margin: 0 5px 0 0;
}

.modal-block .modal-description {
	margin: 0 0 75px;
}
.modal-block .jcf-scrollable-wrapper {
	padding: 0 35px 0 0;
	width: 100% !important;
}.modal-block .jcf-scrollbar-horizontal {
	display: none;
}.modal-block .jcf-scrollable {
	height: 100%;
	width: 100% !important;
}
.modal-block .modal-left-field {
    position: absolute;
    width: 37vw;
    overflow: hidden;
    top: 12.4vh;
    left: 3.5vw;
    bottom: 12.4vh;
}
.modal-block .modal-left-field > .jcf-scrollable {
	height: 100%;
	width: 100% !important;
}.modal-block .modal-right-field {
	position: absolute;
	top: 0;
	right: 0;
	width: 56.5%;
	height: 100%;
	overflow: hidden;
}.modal-block .zoom-image {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}.modal-block .zoom-image .bg-retina {
	z-index: 1;
}
.modal-block .modal-description h3 {
	font: italic 36px/50px "Georgia", "Times New Roman", "Times", "Baskerville", serif;
	margin: 0 0 .5em;
}.modal-block .vertical-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}.modal-block .vertical-container iframe {
	width: 100%;
	height: 60%;
	margin: auto;
}.modal-block .vertical-container audio,
.modal-block .vertical-container .audioplayer {
	margin: auto;
	width: 90%;
}.modal-block .close {
	box-shadow: 1px 1px 1px #e8e6dc, 1px 1px 1px #e8e6dc;
}.image-container {
	max-width: 70vw;
}.image-container .bg-retina {
	z-index: 1;
	background-size: contain;
}.zoom-image {
	background-size: cover !important;
}.image-container .zoom-image {
	position: relative;
}.image-container .zoom-image:after {
	display: block;
	content: "";
	padding-top: 130%;
}.zoom-image .image-switcher {
	position: absolute;
	z-index: 1047;
	bottom: 36px;
	left: 50px;
	color: #fff;
	font: italic 20px/1.2 "Georgia", "Times New Roman", "Times", "Baskerville", serif;
	cursor: pointer;
}.zoom-image .image-switcher > span:last-child {
	display: none;
}.zoom-image .zoom-source {
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}.image-container .zoom-image .zoom-source {
	position: static;
}.zoom-image .tooltip {
	position: absolute;
	top: 15%;
	left: 15%;
}.zoom-image .tooltip {
	z-index: 1048;
}.zoom-image .tooltip.open {
	z-index: 1049;
}.zoom-image .corner-text {
	z-index: 1047;
}
.zoom-image .corner-text .image-ico-spot {
	display: block;
	float: right;
	width: 48px;
	height: 48px;
	border: 1px solid #bc992f;
	border-radius: 50%;
	background: rgba(31, 33, 37, .4);
	position: relative;
	padding: 0;
	margin: 0 0 0 15px;
	z-index: 2;
}
.zoom-image .corner-text .image-ico-spot:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #bc992f;
	margin: -10px 0 0 -10px;
}
.zoom-image.is-active .image-switcher > span {
	display: none;
}.zoom-image.is-active .image-switcher > span:last-child {
	display: block;
}.zoom-image.is-active .zoom-image-init {
	display: none;
}.zoom-image.is-active .tooltip,
.zoom-image.is-active .corner-text {
	z-index: 1;
}.zoomContainer {
	z-index: 1045 !important;
	top: 0 !important;
	left: 0 !important;
}.thumbnails-block {
	overflow: hidden;
}.thumbnails-frame {
	margin: 0 -8px -8px 0;
}.thumbnails-cell {
	float: left;
	width: 33.333%;
	position: relative;
	border: 1px solid transparent;
	border-width: 4px 0;
	cursor: pointer;
}.thumbnails-cell:after {
	display: block;
	content: "";
	padding-top: 84.2%;
	height: 0;
}.thumbnails-slider .slick-arrow {
	color: #c4b79a;
	text-shadow: 0 0 5px rgba(0, 0, 0, .6);
	font-size: 0;
	width: auto;
	padding: 0 8px;
}.thumbnails-slider .slick-arrow i {
	font-size: 44px;
}.thumbnails-slider .slick-arrow:hover {
	color: #bc992f;
}.thumbnails-slider .slick-slide {
	padding: 4px;
}.hide {
	display: none !important;
}.seadragon-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #e8e6dc;
}.seadragon-holder.active {
	z-index: 1048;
}.slick-slider {
	position: relative;
	display: block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}.slick-slider .slick-prev,
.slick-slider .slick-next {
	outline: none;
}.slick-slider.has-border img {
	border: 1px solid #959595;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
}.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}.slick-list:focus {
	outline: none;
}.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}.slick-track:after {
	clear: both;
}.slick-loading .slick-track {
	visibility: hidden;
}.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none;
	display: none;
	position: relative;
	display: none;
}[dir="rtl"] .slick-slide {
	float: right;
}.slick-slide img {
	display: block;
	width: 100%;
	outline: none;
}.slick-slide.slick-loading img {
	display: none;
}.slick-slide.dragging img {
	pointer-events: none;
}.slick-initialized .slick-slide {
	display: block;
}.slick-loading .slick-slide {
	visibility: hidden;
}.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}.slick-dots {
	padding: 10px 20px 0;
	overflow: hidden;
	text-align: center;
	color: #fff;
}.slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 5px 8px;
	position: relative;
	width: 24px;
	height: 24px;
	background: #1d2433;
	border: 1px solid #959595;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: background .25 ease;
	transition: background .25 ease;
}.slick-dots li.slick-active {
	background: #887443;
}.slick-dots li:first-child button:before,
.slick-dots li:last-child button:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	height: 1px;
	width: 900px;
	background: #959595;
	margin: 0 4px 0 0;
}.slick-dots li:last-child button:before {
	right: auto;
	left: 100%;
	margin: 0 0 0 4px;
}.slick-dots button {
	display: block;
	margin: 0;
	width: 100% !important;
	height: 100% !important;
	border-radius: 50%;
	background: none !important;
	color: #e8e6dc;
	min-width: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	line-height: 1;
	font-family: "Libre Baskerville", serif;
	font-weight: normal;
	overflow: visible;
	box-shadow: none;
	padding: 0 0 0 2px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}.slick-arrow {
	background: none;
	position: absolute;
	top: 50%;
	right: 0;
	font-size: 44px;
	color: #333;
	padding: 0;
	width: 40px;
	height: 60px;
	text-align: center;
	min-width: 0;
	border: 0;
	margin: -30px 0 0;
	z-index: 3;
}.slick-arrow i {
	display: table;
	width: 100%;
	height: 100%;
}.slick-arrow i:before {
	display: table-cell;
	vertical-align: middle;
}.slick-arrow:hover {
	color: #252d3e;
	background: none;
}.slick-arrow.slick-prev {
	right: auto;
	left: 0;
}.slider .slide,
.large-slider-slide,
.thumbnails-slider .slick-slide,
.events-slider .event,
.small-slider-slide {
	display: none;
}.slider .slide:first-child,
.large-slider-slide:first-child,
.thumbnails-slider .slick-slide:first-child,
.events-slider .event:first-child,
.small-slider-slide:first-child {
	display: block;
}.slick-slider .slide,
.thumbnails-slider.slick-slider .slick-slide,
.events-slider.slick-slider .event,
.slick-slider .small-slider-slide {
	display: block;
}.audioplayer {
	margin: 10px 0;
	height: 70px;
	color: #bc992f;
	border: 5px solid #222939;
	position: relative;
	z-index: 1;
	background: #222939;
	box-shadow: 0 0 0 1px #bc992f inset;
}.audioplayer-mini {
	width: 2.5em;
	margin: 0 auto;
}.audioplayer-mini .audioplayer-playpause {
	width: 100%;
}.audioplayer > div {
	position: absolute;
}.audioplayer-playpause {
	width: 40px;
	height: 100%;
	text-align: center;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 2;
	top: 0;
	left: 0;
}.audioplayer-playpause:hover a,
.audioplayer-playpause:focus a {
	border-left-color: #fcf2d6 !important;
}.audioplayer-playpause a {
	display: block;
}.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
	width: 0;
	height: 0;
	border: 1px solid transparent;
	border-width: 8px 14px;
	border-right: none;
	border-left-color: #bc992f;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -4px;
}.audioplayer-playing .audioplayer-playpause a {
	width: .75em; /* 12 */
	height: .75em; /* 12 */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -.375em 0 0 -.375em; /* 6 */
}.audioplayer-playing .audioplayer-playpause a:before,
.audioplayer-playing .audioplayer-playpause a:after {
	width: 40%;
	height: 100%;
	background: #bc992f;
	content: "";
	position: absolute;
	top: 0;
}.audioplayer-playing .audioplayer-playpause a:before {
	left: 0;
}.audioplayer-playing .audioplayer-playpause a:after {
	right: 0;
}.audioplayer-playing .audioplayer-playpause a:hover:before,
.audioplayer-playing .audioplayer-playpause a:hover:after {
	background: #fcf2d6;
}.audioplayer-time {
	width: 4.375em; /* 70 */
	height: 100%;
	line-height: 2.375em; /* 38 */
	text-align: center;
	z-index: 2;
	top: 0;
}.audioplayer-time-current {
	left: 2.5em;
	display: none;
}.audioplayer-time-duration {
	right: 45px;
	width: 60px;
	height: auto;
	top: 19px;
	font: italic 16px/20px "Georgia", "Times New Roman", "Times", "Baskerville", serif;
	text-align: right;
}.audioplayer-novolume .audioplayer-time-duration {
	border-right: 0;
	right: 0;
}.audioplayer-novolume .audioplayer-bar {
	right: 4.375em; /* 70 */
}.audioplayer-novolume .audioplayer-volume {
	display: none;
}.audioplayer-bar {
	height: 10%;
	background: #383838;
	cursor: pointer;
	z-index: 1;
	top: 45%;
	left: 45px;
	right: 115px;
}.audioplayer-bar div {
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}.audioplayer-bar-loaded {
	background: #fcf2d6;
	z-index: 1;
}.audioplayer-bar-played {
	background: #bc992f;
	z-index: 2;
}.audioplayer-volume {
	width: 40px;
	height: 100%;
	text-align: center;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 2;
	top: 0;
	right: 0;
}.audioplayer-volume-button {
	width: 100%;
	height: 100%;
}.audioplayer-volume-button a {
	width: .313em; /* 5 */
	height: .375em; /* 6 */
	background-color: #bc992f;
	display: block;
	position: relative;
	z-index: 1;
	top: 27px;
	left: 30%;
}.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after {
	content: "";
	position: absolute;
}.audioplayer-volume-button a:before {
	width: 0;
	height: 0;
	border: .5em solid transparent; /* 8 */
	border-left: none;
	border-right-color: #bc992f;
	z-index: 2;
	top: 50%;
	right: -.25em;
	margin-top: -.5em; /* 8 */
}.audioplayer-volume-adjust {
	height: 6.25em; /* 100 */
	cursor: default;
	position: absolute;
	left: 0;
	right: -1px;
	top: -9999px;
	background: #222939;
}.audioplayer-volume-adjust > div {
	width: 40%;
	height: 80%;
	background: #fcf2d6;
	cursor: pointer;
	position: relative;
	z-index: 1;
	margin: 30% auto 0;
}.audioplayer-volume-adjust div div {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #bc992f;
}.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
	opacity: 0;
}.audioplayer-volume:hover .audioplayer-volume-adjust {
	top: auto;
	bottom: 100%;
}.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
	/* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */width: .313em; /* 5 */
	height: .313em; /* 5 */
	border: .25em double #bc992f; /* 4 */
	border-width: .25em .25em 0 0; /* 4 */
	left: .563em;
	top: .032em;
	border-radius: 0 .938em 0 0; /* 15 */
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}.audioplayer *,
.audioplayer *:before,
.audioplayer *:after {
	-webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	transition: color .25s ease, background-color .25s ease, opacity .5s ease;
}.fancybox-enabled {
	overflow: hidden;
}.fancybox-enabled body {
	overflow: visible;
	height: 100%;
}.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}/* Make sure that the first one is on the top */.fancybox-container ~ .fancybox-container {
	z-index: 99992;
}.fancybox-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0f0f11;
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}.fancybox-container--ready .fancybox-bg {
	opacity: .87;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}.fancybox-controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	z-index: 99994;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	direction: ltr;
}.fancybox-show-controls .fancybox-controls {
	opacity: 1;
}.fancybox-infobar {
	display: none;
}.fancybox-show-infobar .fancybox-infobar {
	display: inline-block;
	pointer-events: all;
}.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30, 30, 30, .7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
}.fancybox-buttons {
	position: absolute;
	top: 20px;
	right: 20px;
	display: none;
	pointer-events: all;
}.fancybox-show-buttons .fancybox-buttons {
	display: block;
}.fancybox-slider-wrap {
	overflow: hidden;
	direction: ltr;
}.fancybox-slider-wrap,
.fancybox-slider {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
}.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
}.fancybox-slide .fancybox-image {
	border: 35px solid transparent;
}.fancybox-slide::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}.fancybox-slide > * {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}.fancybox-slide--image {
	overflow: hidden;
}.fancybox-slide--image::before {
	display: none;
}.fancybox-content {
	display: inline-block;
	position: relative;
	margin: 44px auto;
	padding: 0;
	border: 0;
	width: 80%;
	height: calc(100% - 88px);
	padding: 80px;
	vertical-align: middle;
	line-height: normal;
	text-align: left;
	white-space: normal;
	outline: none;
	font-size: 16px;
	font-family: Arial, sans-serif;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
}.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
	background: transparent;
}.fancybox-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	background: transparent;
	background-size: 100% 100%;
}.fancybox-controls--canzoomOut .fancybox-placeholder {
	cursor: zoom-out;
}.fancybox-controls--canzoomIn .fancybox-placeholder {
	cursor: zoom-in;
}.fancybox-controls--canGrab .fancybox-placeholder {
	cursor: -webkit-grab;
	cursor: grab;
}.fancybox-controls--isGrabbing .fancybox-placeholder {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}.fancybox-spaceball {
	z-index: 1;
}.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}.fancybox-error {
	position: absolute;
	margin: 0;
	padding: 40px;
	top: 50%;
	left: 50%;
	width: 380px;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	cursor: default;
}.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	outline: none;
	background: transparent;
	z-index: 10;
	cursor: pointer;
}.fancybox-close-small:after {
	content: "×";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background: #fff;
	-webkit-transition: background .2s;
	transition: background .2s;
	box-sizing: border-box;
	z-index: 2;
}.fancybox-close-small:focus:after {
	outline: 1px dotted #888;
}.fancybox-slide--video .fancybox-close-small {
	top: -36px;
	right: -36px;
	background: transparent;
}.fancybox-close-small:hover:after {
	color: #555;
	background: #eee;
}/* Caption */.fancybox-caption-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0 30px;
	z-index: 99998;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	opacity: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
}.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
}.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .4);
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}.fancybox-caption a,
.fancybox-caption button {
	pointer-events: all;
}.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}/* Buttons */.fancybox-button {
	display: inline-block;
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	background: transparent;
	color: #fff;
	box-sizing: border-box;
	vertical-align: top;
	outline: none;
}.fancybox-button--disabled {
	cursor: default;
	pointer-events: none;
}.fancybox-infobar__body,
.fancybox-button {
	background: rgba(30, 30, 30, .6);
}.fancybox-button:hover {
	background: rgba(0, 0, 0, .8);
}.fancybox-button::before,
.fancybox-button::after {
	content: "";
	pointer-events: none;
	position: absolute;
	border-color: #fff;
	background-color: currentColor;
	color: currentColor;
	opacity: .9;
	box-sizing: border-box;
	display: inline-block;
}.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
	opacity: .5;
}.fancybox-button--left::after {
	left: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}.fancybox-button--right::after {
	right: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}.fancybox-button--left {
	border-bottom-left-radius: 5px;
}.fancybox-button--right {
	border-bottom-right-radius: 5px;
}.fancybox-button--close {
	float: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: none;
	width: 46px;
	height: 46px;
	line-height: 1;
}.fancybox-button--close:before {
	opacity: 1;
	position: static;
	background: none !important;
	content: "\e904";
	margin: auto;
	color: #ededed;
	font-size: 36px;
	-webkit-transition: color .25s ease;
	transition: color .25s ease;
	text-shadow: 1px 1px rgba(0, 0, 0, .5);
}.fancybox-button--close:hover {
	background: none;
}.fancybox-button--close:hover:before {
	color: #bc992f;
}/* Loading spinner */.fancybox-loading {
	border: 6px solid rgba(100, 100, 100, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999;
}/* Styling for Small-Screen Devices *//* Fullscreen  */.fancybox-button--fullscreen {
	display: none !important;
}.fancybox-button--fullscreen::before {
	width: 15px;
	height: 11px;
	left: 15px;
	top: 16px;
	border: 2px solid;
	background: none;
}/* Slideshow button */.fancybox-button--play::before {
	top: 16px;
	left: 18px;
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px;
	background: transparent;
}.fancybox-button--pause::before {
	top: 16px;
	left: 18px;
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px 0 2px;
	background: transparent;
}/* Thumbs */.fancybox-button--thumbs span {
	font-size: 23px;
}.fancybox-button--thumbs::before {
	top: 20px;
	left: 21px;
	width: 3px;
	height: 3px;
	box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
	right: 220px;
}.fancybox-thumbs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 220px;
	margin: 0;
	padding: 5px 5px 0 0;
	background: #fff;
	z-index: 99993;
	word-break: normal;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}.fancybox-thumbs > ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
}.fancybox-thumbs > ul > li {
	float: left;
	overflow: hidden;
	max-width: 50%;
	padding: 0;
	margin: 0;
	width: 105px;
	height: 75px;
	position: relative;
	cursor: pointer;
	outline: none;
	border: 5px solid #fff;
	border-top-width: 0;
	border-right-width: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1);
}.fancybox-thumbs > ul > li > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}.fancybox-thumbs > ul > li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 2px;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
}.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
	opacity: 1;
}
/* Styling for Small-Screen Devices */
.sand-dark-section{
	background:#d7d2c6;
	padding:94px 0;
}
.sand-dark-section .has-line{
	margin:0 0 34px;
	margin: 0 0 34px;
	font-family: "Libre Baskerville", serif;
	font-size: 26px;
	line-height: 1;
	letter-spacing: .45em;
}
.sand-dark-section .vertical-block{margin-top:5.4em;}
.vertical-block{
	display:table;
	width:100%;
	table-layout:fixed;
}
.vertical-block .col-left,
.vertical-block .col-right{
	display:table-cell;
	vertical-align:middle;
	padding:0 50px 0 0;
	width:36.79%;
}
.vertical-block .col-right{
	width:63.21%;
	padding:0 0 0 23px;
}
.vertical-block h3{
	font-size:36px;
	line-height:50px;
	margin:0 0 0.62em;
}
.vertical-block p{margin:0 0 1.1em;}
.vertical-block .bg-retina{z-index:1;}
.vertical-block .zoom-image:after{
	display:block;
	content:'';
	padding-top: 107.66%;
}
.vertical-block .zoom-image .bg-retina{
	height:100% !important;
}
.vertical-block .zoom-image .tooltip{z-index:2;}
.vertical-block .zoom-image .tooltip.open{z-index:3;}
.twocolumn:after{
	content:"";
	clear:both;
	display:block;
}
.twocolumn .col-left{
	float:left;
	width:36.79%;
	padding:0 23px 0 0;
}
.twocolumn .col-right{
	float:right;
	width:63.21%;
	padding:0 0 0 23px;
}
.vertical-text{
	display:table-cell;
	vertical-align:bottom;
	padding:0 0 64px;
	width:100%;
}
.vertical-text .jcf-scrollable-wrapper{
	width:100% !important;
	padding:0 40px 0 45px;
}
.vertical-text .jcf-scrollable{
	width:100% !important;
	height:360px;
}
.vertical-text h3{
	font-size:36px;
	line-height:50px;
	margin:0 0 0.62em;
}
.vertical-text p{margin:0 0 1.7em;}
.preview-image{
	position:relative;
}
.preview-image:after{
	display:block;
	content:'';
	padding-top: 107.66%;
}
.preview-image a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.preview-image img{
	display:block;
	width:100%;
}
.preview-image .bg-retina{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
.timeline-slider-holder{
	background:#15181e;
	color:#fff;
	text-align:center;
	border:5px solid #15181e;
	-webkit-box-shadow:0 0 0 1px #bc992f inset;
	box-shadow:0 0 0 1px #bc992f inset;
}
.timeline-slider-heading{
	overflow:hidden;
	border-bottom:1px solid #bc992f;
}
.timeline-slider-heading .btn-container{
	float:left;
}
.timeline-slider-heading .timeline-slider-title{
	display:block;
	overflow:hidden;
	font-size:19px;
	padding:27px 5px;
	line-height:20px;
	font-weight:normal;
	text-transform:uppercase;
	color:#bc992f;
	text-align:center;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.timeline-slider-heading .slick-arrow{
	float:left;
	position:relative;
	width:76px;
	height:76px;
	margin:0 -1px 0 0;
	color:#bc992f;
	border:1px solid #bc992f;
	border-right:0;
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
	font-size:22px;
}
.timeline-slider-heading .slick-arrow:hover{
	color: #fff;
}
.timeline-slider .timeline-slider-slide{
	padding:27px 5px;
	border:1px solid #bc992f;
	border-top:0;
	cursor:pointer;
	-webkit-transition:background 0.25s ease;
	-o-transition:background 0.25s ease;
	transition:background 0.25s ease;
	font:italic 18px/21px "Georgia", "Times New Roman", "Times", "Baskerville", serif;
}
.timeline-slider-slide:hover,
.timeline-slider-slide .slick-current{
	background:#5b4e25;
}
.table-block{
	position:relative;
}
.table-block:after{
	display:block;
	content:'';
	padding-top: 188.66%;
}
.table-block .table-holder{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.table{
	display:table;
	width:100%;
	height:100%;
	table-layout:fixed;
}
.table-row{
	display:table-row;
	width:100%;
}
.table-footer{
	display:table-footer-group;
	height:1%;
}
.image-panel{
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	width:100%;
	border-bottom:1px solid #a4862b;
	background:rgba(36,39,44,.7);
	color:#fff;
	padding:24px;
}
.image-panel .corner-text{
	position:relative;
	bottom: auto !important;
	right:auto !important;
	margin:0 0 auto 0;
	z-index:2;
}
.image-panel .corner-text i{
	color:#fff;
}
.slider-holder {
	position: relative;
}
.slider-holder .slider-nav {
	position: absolute;
	z-index: 10;
	bottom: 205px;
	left: 0;
	width: 100%;
}
.large-slider-description {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 248px;
	overflow: hidden;
	background: rgba(41, 41, 41, .8);
	color: #fff;
	text-align: center;
	padding: 60px 0 10px;
	font-size: 15px;
	line-height: 1.533;
	font-weight: 300;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}.large-slider-description p {
	max-height: calc(5 * 15 * 1.533px);
	overflow: hidden;
}.large-slider-description .container {
	margin: auto;
	overflow: hidden;
	max-height: 178px;
	max-width: 1100px;
}.large-slider-title {
	display: block;
	font: italic normal 30px/1.2 "Georgia", "Times New Roman", "Times", "Baskerville", serif;
	margin: 0 0 .6em;
}.small-slider {
	background: rgba(10, 13, 20, .95);
	color: #fff;
	border: 5px solid rgba(10, 13, 20, .95);
	box-shadow: 0 0 0 1px #bc992f inset;
	padding: 1px 51px;
	font: italic 18px/22px "Georgia", "Times New Roman", "Times", "Baskerville", serif;
}.small-slider .slick-prev,
.small-slider .slick-next {
	position: absolute;
	top: 0;
	right: 0;
	width: 52px;
	height: 100%;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 0;
	color: #bc992f;
	text-align: center;
	font-size: 22px;
}.small-slider .slick-prev i,
.small-slider .slick-next i {
	margin: auto;
	display: block;
	height: auto;
}.small-slider .slick-prev i:before,
.small-slider .slick-next i:before {
	display: block;
	width: auto;
	height: auto;
}.small-slider .slick-prev:hover,
.small-slider .slick-next:hover {
	color: #fff;
}.small-slider .slick-prev {
	left: 0;
	right: auto;
	border-right: 1px solid #a4862b;
}.small-slider .slick-next {
	border-left: 1px solid #a4862b;
}.small-slider-slide {
	padding: 26px 5px;
	border-right: 1px solid #a4862b;
	text-align: center;
}.small-slider-slide span {
	display: block;
}.isotope-wrapper {
	overflow: hidden;
}.image {
	font-size: 0;
}.image-frame {
	margin: 0 -3px;
}.image-block {
	overflow: hidden;
	padding: 0 0 3px;
	letter-spacing: -5px;
}.image-block.isotope-container {
	padding: 0 0 5px;
	margin: -5px;
	overflow: visible;
}.image-block.isotope-container .image-frame {
	margin: 0 -5px;
}.image-block.isotope-container .image-cell {
	padding: 5px;
	border: 0;
	display: block;
}.image-block.isotope-container .image-cell.col-50,
.image-block.isotope-container .image-cell.col-60,
.image-block.isotope-container .image-cell.col-40 {
	padding: 5px;
}.image-cell {
	border: 3px solid transparent;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	letter-spacing: 0;
}.image-holder.top-left {
	max-height: 905px;
}.image-holder.top-right {
	max-height: 450px;
}.image-cell:first-child:not(.col-40):not(.col-50):not(.col-60) {
	border-top: 0;
}.image-cell .image-holder {
	position: relative;
	overflow: hidden;
}.image-cell .image-holder:after {
	display: block;
	content: "";
	padding-top: 53%;
}.image-cell.col-50 {
	width: 50%;
}.image-cell.col-50 .image-title {
	font-size: 40px;
	font-size: 2.4vw;
	line-height: 1.3;
}.image-cell.col-50 .text-holder {
	padding: 0 3% 6.2%;
}.image-cell.col-50 .text-frame {
	font-size: 2vw;
}.image-cell.col-60 {
	width: 59%;
}.image-cell.col-60 .text-frame {
	font-size: 2vw;
}.image-cell.col-40 {
	width: 41%;
}.image-cell.col-40 .image-holder:after {
	padding-top: 64.3%;
}.image-cell.col-40 .text-frame {
	font-size: 2vw;
}.image-cell.is-square .image-holder:after {
	padding-top: 90%;
}.image-cell a {
	display: block;
	color: #fff;
	position: relative;
}.image-cell a:after {
	background: -webkit-linear-gradient(top, rgba(34, 41, 57, 0) 0, #222939 100%);
	background: linear-gradient(to bottom, rgba(34, 41, 57, 0) 0, #222939 100%);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}.image-cell a:hover,
.image-cell a:active {
	color: #bc992f;
}.image-cell a:hover .bg-retina,
.image-cell a:active .bg-retina {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}.image-cell .bg-retina {
	-webkit-transition: -webkit-transform .25s ease;
	transition: -webkit-transform .25s ease;
	transition: transform .25s ease;
	transition: transform .25s ease, -webkit-transform .25s ease;
}.image-cell .text-holder {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	text-align: center;
	padding: 0 3% 4.2%;
}.image-cell .text-holder2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	color: #fff;
	text-align: center;
	padding: 0 20px 20px;
}.image-cell .text-frame {
	display: block;
	max-width: 900px;
	margin: 0 auto;
	color: #fff;
	box-shadow: inset 0 0 0 1px #d7bb5a;
	border: 16px solid rgba(34, 36, 40, .9);
	background: rgba(34, 36, 40, .9);
	padding: 23px 20px;
	font: italic normal 2.5vw/1 "Georgia", "Times New Roman", "Times", "Baskerville", serif;
	-webkit-transition: color .25s ease;
	transition: color .25s ease;
}.image-title {
	display: block;
	font: italic normal 2.4vw/1 "Georgia", "Times New Roman", "Times", "Baskerville", serif;
}.image-bundle .col-40 {
	float: right;
	clear: right;
}.image-bundle .col-60 {
	float: left;
}.ctct-embed-signup {
	background: #f4f3ec;
}.ctct-embed-signup h2 {
	text-align: center;
}.ctct-embed-signup h2 + p {
	text-align: center;
}.ctct-embed-signup p {
	margin: 0 0 .8em;
}.ctct-embed-signup .jcf-checkbox {
	margin: 3px 8px 0 0;
	float: left;
}.ctct-embed-signup .jcf-checkbox + span {
	display: block;
	overflow: hidden;
	padding: 0 0 5px;
}.ctct-embed-signup label {
	font-family: "Georgia", "Times New Roman", "Times", "Baskerville", serif;
	font: italic 16px/1.2 "Georgia", "Times New Roman", "Times", "Baskerville", serif;
}.ctct-embed-signup [data-name="address_state"],
.ctct-embed-signup [data-name="address_country"],
.ctct-embed-signup [data-name="list"] {
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-style: normal;
	font-size: 18px;
}.ctct-embed-signup button {
	margin: 0 0 15px;
}.ctct-embed-signup .ctct-form-footer {
	font-size: 14px;
}html,
body {
	height: 100%;
	min-width: 320px;
}body {
	padding: 103px 0 0;
}body.has-panel {
	padding: 178px 0 0;
}.home {
	background: #f4f3ec;
}.wrapper {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}.page-content {
	width: 100%;
	height: 100%;
}.main-footer {
	display: table-footer-group;
	display: table-row;
	height: 1%;
	background: #222939 url(images/logo-small.svg) -5% 28% no-repeat;
	background-size: 50% 200%;
	color: #fff;
}.main-footer .container {
	padding-top: 48px;
	padding-bottom: 53px;
}.main-footer .logo {
	width: 122px;
	float: left;
}.main-footer button {
	background: #222939;
}.main-footer button:hover {
	background: #bc992f;
}#content {
	float: left;
	width: 65%;
	padding: 20px 15px 20px 0;
}#sidebar {
	float: right;
	padding: 20px 0 20px 30px;
	width: 35%;
}.hidden {
	display: none !important;
}.container,
.narrow-container {
	max-width: 1430px;
	padding: 0 15px;
	margin: 0 auto;
}.narrow-container {
	max-width: 1180px;
}.content-wrapper {
	padding: 60px 0;
}.post {
	padding: 30px 0;
}.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
	text-align: center;
}.post h1 {
	margin: 0 0 1.36em;
}.post img.fullimage {
	margin: 0 0 4.85em;
}.post p + img.fullimage {
	margin-top: 4.75em;
}.main-header {
	background: #24272c;
	border-bottom: 3px solid #887443;
	color: #fff;
	padding: 0 0 0 40px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 101;
	height: 103px;
}.logo-holder {
	float: left;
	padding: 20px 30px 0 0;
}.logo-holder .logo {
	float: left;
	margin: 0 28px 0 0;
}.logo-holder a {
	color: #fff !important;
}.logo-holder .icon-line {
	float: left;
	font-size: 56px;
	margin: 3px 24px 0 0;
}.logo-holder .logo-title {
	float: left;
	font: italic 28px/1 "Georgia", "Times New Roman", "Times", "Baskerville", serif;
	margin: 21px 0 0;
	letter-spacing: .025em;
}.logo {
	display: block;
	width: 100px;
}.logo img {
	display: block;
	width: 100%;
}.main-nav {
	float: right;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1;
	position: relative;
}.main-nav .current-menu-item > a {
	background: #1f2125;
	color: #bc992f;
}.main-nav .current-menu-item > a:before {
	opacity: 1;
}.main-nav > ul > li {
	float: left;
	border-left: 1px solid #464646;
}.main-nav > ul > li:first-child,
.main-nav > ul > li:nth-child(2) {
	position: relative;
}.main-nav > ul > li:first-child ul,
.main-nav > ul > li:nth-child(2) ul {
	left: 0;
	right: auto;
}.main-nav > ul > li > a {
	color: #fff;
	display: block;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	padding: 68px 0 16px;
	min-width: 139px;
	height: 100px;
	overflow: hidden;
	letter-spacing: .05em;
}.main-nav > ul > li > a:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	height: 3px;
	width: 48px;
	background: #bc992f;
	opacity: 0;
	margin: 0 0 0 -24px;
}.main-nav > ul > li > a i {
	position: absolute;
	top: 21px;
	left: 0;
	width: 100%;
	font-size: 30px;
	color: #bc992f;
}.main-nav ul ul {
	position: absolute;
	top: 100%;
	right: 0;
	width: 330px;
	background: rgba(51, 51, 51, .97);
	border-top: 3px solid #887443;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .15em;
	display: none;
}.main-nav ul ul li {
	border-top: 1px solid #464646;
}.main-nav ul ul li:first-child {
	border: 0;
}.main-nav ul ul a {
	color: #fff;
	display: block;
	padding: 25px 40px;
	position: relative;
}.main-nav ul ul a:hover {
	background: #24272c;
	color: #bc992f;
}.main-nav ul ul a:after {
	position: absolute;
	content: "\e903";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 22px;
	font-size: 18px;
	color: #bc992f;
}.main-nav .open > ul {
	display: block;
}.home-page,
.frame-container {
	background: #f4f3ec;
}.promo {
	background: #333;
	padding: 0 0 120px;
	height: 500px;
	position: relative;
	text-align: center;
	color: #fff;
}.promo .bg-retina {
	z-index: 1;
	opacity: .8;
}.promo .bg-retina:after,
.promo .bg-retina:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40%;
	content: "";
	background: -webkit-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, .36) 100%);
	background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, .36) 100%);
}.promo .bg-retina:before {
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .36) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .36) 100%);
	bottom: 0;
	top: auto;
}.promo-holder {
	display: table;
	width: 100%;
	height: 100%;
}.promo-holder .container {
	position: relative;
	z-index: 2;
	display: table-cell;
	vertical-align: bottom;
	padding: 0 140px;
}.promo h1 {
	color: #fff;
	margin: 0 auto .23em;
	max-width: 1150px;
	font-size: 64px;
	line-height: 85px;
	letter-spacing: .01em;
}.promo .sub-title {
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0 auto 10px;
	letter-spacing: .1em;
	max-width: 1300px;
}.frame-container {
	padding: 115px 15px 110px;
	max-width: 1620px;
	margin: 0 auto;
	background: #f4f3ec;
}.frame-block {
	border: 2px solid #c7b299;
	padding: 240px 65px 100px;
	position: relative;
}.frame-block:before,
.frame-block:after {
	content: "";
	position: absolute;
	left: -19px;
	bottom: -33px;
	content: "\e90e";
	color: #c7b299;
	font-size: 60px;
	pointer-events: none;
	background: #f4f3ec;
}.frame-block:after {
	left: auto;
	right: -19px;
	bottom: -33px;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}.frame-block h3 {
	color: #343844;
	font-size: 20px;
	letter-spacing: .6em;
}.blue-box {
	background: #1d2433;
	color: #fff;
	max-width: 1296px;
	position: relative;
	z-index: 2;
	padding: 12px;
}.frame-container .blue-box {
	margin: -183px 132px -139px;
}.frame-container .blue-box .blue-box-frame {
	min-height: 298px;
}.blue-box-frame {
	border: 1px solid #19202d;
	padding: 42px 80px 25px;
}.blue-box h2 {
	text-align: center;
	margin: 0 0 45px;
	font: normal 17px/1.2 "Libre Baskerville", serif;
	color: #fcf2d6;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	letter-spacing: .6em;
}.blue-box h2 > span {
	padding: 0 25px;
	position: relative;
}.blue-box h2:before,
.blue-box h2:after {
	content: "";
	top: 50%;
	height: 1px;
	right: 0;
	background: -webkit-linear-gradient(left, rgba(188, 153, 47, 0) 0%, #bc992f 46%, #bc992f 100%);
	background: linear-gradient(to right, rgba(188, 153, 47, 0) 0%, #bc992f 46%, #bc992f 100%);
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 30%;
	flex: 1 1 30%;
}.blue-box h2:after {
	background: -webkit-linear-gradient(right, rgba(188, 153, 47, 0) 0%, #bc992f 46%, #bc992f 100%);
	background: linear-gradient(to left, rgba(188, 153, 47, 0) 0%, #bc992f 46%, #bc992f 100%);
}.toggle-block {
	margin: 0 0 10px;
}.toggle-block-opener {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: 0 0 27px;
}.toggle-block-opener,
.toggle-block-opener:active,
.toggle-block-opener:focus {
	color: #c7b299;
}.white-box {
	border: 10px solid #fff;
	background: #fff;
	box-shadow: inset 0 0 0 2px #c4b79a;
	padding: 20px;
}.white-box-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}.white-box-inner {
	width: 100%;
	margin: auto;
}.events .white-box .white-box-inner {
	margin: 0;
}.event {
	text-align: center;
	color: #1b1b1b;
	font-size: 17px;
}.event .bg-retina {
	position: relative;
	margin: 0 0 37px;
}.event .bg-retina:after {
	content: "";
	display: block;
	padding-top: 68.85%;
}.event h4 {
	color: #37424c;
	font-size: 28px;
	line-height: 44px;
	margin: 0 0 1.4em;
}.event .time {
	display: block;
	letter-spacing: .03em;
	margin: 0 0 8px;
}.event-sub-title {
	display: block;
	text-transform: uppercase;
	margin: 0 0 30px;
	letter-spacing: .1em;
}.events .slick-dots {
	padding: 10px;
}.btn-more {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px;
	text-align: center;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: .5em;
	text-transform: uppercase;
	color: #887443;
	position: relative;
	z-index: 2;
	outline: none;
}.btn-more:before,
.btn-more:after {
	position: absolute;
	content: "";
	background: url(images/button.png) 0 -116px no-repeat;
	background-size: 500px 250px;
	height: 100%;
	top: 0;
	left: 0;
	right: 15px;
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
}.btn-more:after {
	right: 0;
	width: 15px;
	left: auto;
	background-position: 100% -175px;
}.btn-more span {
	display: block;
	position: relative;
	z-index: 2;
	padding: 20px 40px;
	height: 56px;
	max-width: 300px;
}.btn-more span:before,
.btn-more span:after {
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
	position: absolute;
	z-index: -1;
	content: "";
	background: url(images/button.png) 0 0 no-repeat;
	background-size: 500px 250px;
	height: 100%;
	top: 0;
	left: 0;
	right: 15px;
	opacity: 0;
}.btn-more span:after {
	right: 0;
	width: 15px;
	left: auto;
	background-position: 100% -58px;
}.btn-more:hover,
.btn-more:active {
	color: #fff;
}.btn-more:hover:before,
.btn-more:hover:after,
.btn-more:active:before,
.btn-more:active:after {
	opacity: 0;
}.btn-more:hover span:before,
.btn-more:hover span:after,
.btn-more:active span:before,
.btn-more:active span:after {
	opacity: 1;
}.preview-box {
	border-top: 2px solid #e4e2dc;
	padding: 30px 0 35px;
	margin: 0 8.5%;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
}.preview-box:first-child {
	border-top: 0;
}.preview-box h4 {
	color: #887443;
	font-size: 28px;
	margin: 0 0 .6em;
}.preview-box p {
	margin: 0 0 .3em;
}.preview-box .time {
	display: block;
	font-size: 18px;
	font-weight: normal;
}.footer-holder {
	margin: 0 0 0 300px;
	padding: 16px 0 0;
	text-align: right;
}.footer-holder button {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 0 0 46px;
}.footer-holder p {
	display: inline-block;
	vertical-align: bottom;
	width: 30%;
	margin: 0 0 5px 24px;
	line-height: 1.25;
	font-weight: 300;
	text-align: left;
}.footer-holder .subscribe-link {
	display: inline-block;
	vertical-align: bottom;
	font: italic 40px/1 "Georgia", "Times New Roman", "Times", "Baskerville", serif;
	margin: 0 0 5px;
	letter-spacing: .03em;
}.bg-retina {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}.nav-panel {
	position: fixed;
	top: 103px;
	left: 0;
	right: 0;
	background: #333;
	color: #fff;
	z-index: 100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 75px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}.nav-panel .panel-back {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 176px;
	border-right: 1px solid #fff;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .1em;
	padding: 28px 5px;
	overflow: hidden;
}.nav-panel .panel-back:hover {
	color: #bc992f;
}.nav-panel .panel-back i,
.nav-panel .panel-back span {
	display: inline-block;
	vertical-align: middle;
}.nav-panel .panel-back i {
	font-size: 20px;
	margin: 0 11px 0 0;
}.nav-panel .panel-back span {
	max-width: 75%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}.nav-panel .link-holder {
	-webkit-box-flex: 0;
	-ms-flex: 0 5 350px;
	flex: 0 5 350px;
	border-right: 1px solid #fff;
	padding: 16px 5px;
	overflow: hidden;
	text-align: center;
}.nav-panel .anchor-nav {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}.link-holder {
	color: #fff;
}.link-holder button,
.link-holder .button {
	vertical-align: middle;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
	font-size: 12px;
	padding: 11px 28px;
}.link-holder-title {
	display: inline-block;
	vertical-align: middle;
	max-width: 250px;
	margin: 0 20px 0 0;
	font: italic 20px/1.2 "Georgia", "Times New Roman", "Times", "Baskerville", serif;
}.link-holder span.mini-title {
	font-weight: bold;
	display: inline-block;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: .3em;
	font-size: 12px;
	vertical-align: middle;
	padding: 11px 28px;
}.anchor-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .1em;
}.anchor-nav a {
	color: #fff;
	display: block;
	height: 76px;
	position: relative;
	padding: 30px 5px;
}.anchor-nav a:after {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 50%;
	margin: 0 0 0 -8px;
	height: 0;
	width: 0;
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	opacity: 0;
}.anchor-nav .anchor-active {
	font-weight: bold;
}.anchor-nav .anchor-active:after {
	opacity: 1;
}.has-line {
	position: relative;
	text-align: center;
	padding: 0 0 33px;
	margin: 0 0 36px;
	font-family: "Libre Baskerville", serif;
	font-style: normal;
	color: #343844;
	text-transform: uppercase;
}.has-line:before {
	position: absolute;
	content: "";
	left: 50%;
	bottom: 0;
	width: 380px;
	margin: 0 0 0 -190px;
	height: 1px;
	background: #c6c3b9;
}.has-line:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	width: 12px;
	height: 12px;
	border: 1px solid #959595;
	background: #bc992f;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 2;
	margin: 0 0 -6px -6px;
}.sand-light-section {
	background: #f4f3ec;
	padding: 137px 0 116px;
}.sand-light-section .has-line {
	margin: 0 0 1.3em;
	font-family: "Libre Baskerville", serif;
	font-size: 26px;
	line-height: 34px;
	letter-spacing: .45em;
}.white-section {
	padding: 137px 0 107px;
}.white-section .has-line {
	margin: 0 0 34px;
	font-family: "Libre Baskerville", serif;
	font-size: 26px;
	line-height: 1;
	letter-spacing: .45em;
}.video-box {
	position: relative;
	margin: 0 auto 30px auto;
	max-width: 945px;
}.video-box img {
	display: block;
	width: 100%;
}.video-box-panel {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	background: rgba(34, 41, 57, .79);
	color: #fff;
	overflow: hidden;
	font: italic 26px/30px "Georgia", "Times New Roman", "Times", "Baskerville", serif;
	padding: 2.55% 3.9%;
}.video-box-panel .col-left {
	float: left;
	width: 75%;
}.video-box-panel .col-right {
	float: right;
	width: 20%;
	text-align: right;
}.video-box-title {
	font-size: 30px;
}.video-box .ico-play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -42px 0 0 -42px;
}.video-box a:hover .ico-play {
	border-color: #bc992f;
}.video-box a:hover .ico-play:after {
	border-left-color: #bc992f;

}.panorama-box {
	position: relative;
	margin: 0 auto 30px auto;
	max-width: 945px;
}.panorama-box img {
	display: block;
	width: 100%;
}.panorama-box-panel {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	background: rgba(34, 41, 57, .79);
	color: #fff;
	overflow: hidden;
	font: italic 26px/30px "Georgia", "Times New Roman", "Times", "Baskerville", serif;
	padding: 2.55% 3.9%;
}.panorama-box-panel .col-left {
	float: left;
	width: 75%;
}.panorama-box-panel .col-right {
	float: right;
	width: 20%;
	text-align: right;
}.panorama-box-title {
	font-size: 30px;
}.panorama-box .ico-play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -42px 0 0 -42px;
}.panorama-box a:hover .ico-play {
	border-color: #bc992f;
}.panorama-box a:hover .ico-play:after {
	border-left-color: #bc992f;

}.ico-play {
	display: block;
	width: 84px;
	height: 84px;
	border: 2px solid #a4862b;
	border-radius: 50%;
	background: rgba(52, 56, 68, .6);
	position: relative;
	-webkit-transition: border-color .25s ease;
	transition: border-color .25s ease;
}.ico-play:after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	margin: -14px 0 0 -8px;
	height: 0;
	width: 0;
	border-bottom: 15px solid transparent;
	border-left: 24px solid #a4862b;
	border-top: 15px solid transparent;
	-webkit-transition: border-color .25s ease;
	transition: border-color .25s ease;
}.ico-play-small {
	display: block;
	width: 60px;
	height: 60px;
	border: 2px solid #887443;
	border-radius: 50%;
	background: rgba(36, 39, 44, .6);
	position: relative;
	-webkit-transition: border-color .25s ease;
	transition: border-color .25s ease;
}.ico-play-small:after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	margin: -8px 0 0 -4px;
	height: 0;
	width: 0;
	border-bottom: 8px solid transparent;
	border-left: 11px solid #bc992f;
	border-top: 8px solid transparent;
	-webkit-transition: border-color .25s ease;
	transition: border-color .25s ease;
}.full-image-section {
	position: relative;
	overflow: hidden;
	margin: 0 0 50px;
}.full-image-section:before {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 -5px;
	height: 100%;
	min-height: 1000px;
	content: "";
}.full-image-section .vertical-holder {
	padding: 15px;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}.full-image-section .has-line {
	margin: 0 0 1.3em;
	font-family: "Libre Baskerville", serif;
	font-size: 26px;
	line-height: 1;
	letter-spacing: .45em;
}.full-image-section .section-sub-title {
	margin: 0 0 3.2em;
}.section-sub-title {
	display: block;
	margin: 0 0 3.5em;
	text-align: center;
	font-size: 19px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: .05em;
}.audio-box {
	max-width: 1100px;
	margin: 0 auto;
	background: #f4f3ec;
	text-align: center;
	border: 13px solid #f4f3ec;
	padding: 4.6% 9.3% 1.55%;
	box-shadow: 0 0 0 1px #bc992f inset;
}.text-section {
	text-align: center;
	padding: 80px 0;
}.optional-text-section {
	text-align: left;
	padding: 0 0 15px;
}.text-section p{
	text-align: left;
}.text-section p img{
	text-align: center;
}.text-section .has-line {
	margin: 0 0 1.3em;
	font-family: "Libre Baskerville", serif;
	font-size: 26px;
	line-height: 34px;
	letter-spacing: .45em;
}.text-section h3 {
	font-size: 36px;
	margin: 0 0 .8em;
}.text-section .section-sub-title + h3 {
	margin-top: 2.67em;
}.text-section .more-link {
	margin: 2.15em auto 2em;
}.zoom-box {
	position: relative;
}.zoom-box img {
	display: block;
	width: 100%;
	height: 100%;
}.zoom-box a {
	display: block;
	position: relative;
	color: #fff;
}.zoom-box a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	content: "";
	background: -webkit-linear-gradient(top, rgba(34, 41, 57, 0) 0, rgba(34, 41, 57, .9) 100%);
	background: linear-gradient(to bottom, rgba(34, 41, 57, 0) 0, rgba(34, 41, 57, .9) 100%);
}.zoom-box a:hover .corner-text {
	color: #bc992f;
}.zoomContainer {
	z-index: 1001;
}.corner-text {
	position: absolute;
	z-index: 2;
	bottom: 36px;
	right: 50px;
	color: #fff;
	text-align: right;
	min-width: 370px;
	font: italic 20px/1.2 "Georgia", "Times New Roman", "Times", "Baskerville", serif;
	-webkit-transition: color .25s ease;
	transition: color .25s ease;
}.corner-text [class*="icon"] {
	float: right;
	position: relative;
	margin: 3px 0 0 15px;
	color: #fff;
	width: 46px;
	height: 46px;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}.corner-text [class*="icon"]:before {
	margin: auto;
}.corner-text [class*="icon"]:after {
	position: absolute;
	content: "";
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .7;
	border: 1px solid #d4a72a;
	border-radius: 50%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
	background: #bc992f;
}.corner-text span {
	display: block;
	overflow: hidden;
}.tooltip {
	display: block;
}.tooltip button {
	display: block;
	width: 48px;
	height: 48px;
	border: 1px solid #bc992f;
	border-radius: 50%;
	background: rgba(31, 33, 37, .4);
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 2;
}.tooltip button:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #bc992f;
	margin: -10px 0 0 -10px;
}.tooltip.open .tooltip-content{
	display: block;
}.tooltip.open button {
	background: #1f2125;
}.tooltip.right .tooltip-content {
	left: auto;
	right: 50%;
}.tooltip.top .tooltip-content {
	top: 50%;
	left: 50%;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}.tooltip.bottom .tooltip-content {
	top: auto;
	left: 50%;
	bottom: 50%;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}.tooltip-content {
	position: absolute;
	width: 400px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px solid #a4862b;
	background: rgba(36, 39, 44, 1);
	color: #fff;
	padding: 30px 40px;
	display: none;
}.tooltip-content p {
	margin: 0;
}div.more-link {
	max-width: 1060px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	position: relative;
}.post div.more-link {
	margin-top: 4.6em;
	margin-bottom: 2.2em;
}div.more-link:before {
	top: 50%;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	margin: -1px 0 0;
	content: "";
	background: #a89a7c;
}div.more-link a {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	position: relative;
	z-index: 2;
	background: #fff;
	border: 1px solid #d4a72a;
	border-top: 0;
	color: #343844;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: .25em;
	text-transform: uppercase;
	padding: 4px 16px 4px 28px;
}div.more-link a > span {
	display: inline-block;
	vertical-align: middle;
}div.more-link a:after {
	content: "+";
	margin: 0 0 2px 6px;
	color: #d3bb75;
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
}div.more-link a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	content: "";
	background: #d4a72a;
	-webkit-transition: width .25s ease;
	transition: width .25s ease;
}div.more-link a:hover:before,
div.more-link a:active:before {
	width: 100%;
}.accordion {
	word-wrap: break-word;
}.accordion > li {
	margin: 0 0 54px;
}.accordion-opener {
	display: block;
	border: 2px solid #887443;
	background: #f4f3ec;
	padding: 44px 120px 40px 62px;
	color: #343844;
	font: italic 42px/1 "Georgia", "Times New Roman", "Times", "Baskerville", serif;
	letter-spacing: .02em;
	position: relative;
}.accordion-opener .square {
	position: absolute;
	top: 50%;
	right: 30px;
	width: 64px;
	height: 64px;
	margin: -32px 0 0;
	border: 1px solid #a4862b;
	background: #e4ddc5;
}.accordion-opener .square span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	border: 1px solid #8b701f;
	background: #a4862b;
}.accordion-opener .square span:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 14px;
	background: #fff;
	margin: -7px 0 0 -1px;
	content: "";
}.accordion-opener .square span:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 2px;
	width: 14px;
	background: #fff;
	margin: -1px 0 0 -7px;
	content: "";
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
}.accordion-opener:hover {
	color: #bc992f;
}.accordion-opener:active {
	color: #343844;
}.accordion .active > .accordion-opener span:before {
	opacity: 0;
}.accordion-slide {
	display: none;
}.text-block {
	color: #000;
}.accordion .text-block {
	padding: 80px 92px 82px;
	margin: 0 7px;
	border: 1px solid #887443;
	border-top: 0;
	box-shadow: 0 -1px 0 1px #000 inset;
	position: relative;
}.accordion .text-block:after {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 1px;
	right: 1px;
	background: #fff;
	height: 1px;
}.text-block .increased-text {
	font-size: 21px;
	line-height: 31px;
	margin: 0 0 58px;
}.text-block-title {
	display: block;
	color: #393737;
	font-size: 18px;
	margin: 0 0 3px;
}.vertical-text-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}.text-block .vertical-text-box {
	margin: 62px 0 10px;
}.vertical-text-box .image {
	width: 43.4%;
	margin: 0 4.3% 0 0;
}.vertical-text-box .image img {
	display: block;
	width: 100%;
	margin: 0;
}.vertical-text-box .text-holder {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 30px 0;
}.vertical-text-box .text-holder p:last-child {
	margin: 0;
}.twocolumn .column {
	float: right;
	width: 50%;
	padding: 0 0 0 24px;
}.twocolumn .column:first-child {
	float: left;
	padding: 0 24px 0 0;
}.twocolumn-list {
	text-transform: uppercase;
	font-size: 0;
	letter-spacing: -4px;
}.twocolumn-list li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 5px 15px 0;
	font-size: 13px;
	letter-spacing: .15em;
}.twocolumn-list li:nth-child(even) {
	padding: 0 0 15px 5px;
}.twocolumn-list a {
	color: #fff;
	overflow: hidden;
}.twocolumn-list a:hover {
	color: #bc992f;
}.twocolumn-list a span {
	display: block;
	overflow: hidden;
}.twocolumn-list a i {
	float: left;
	color: #bc992f;
	font-size: 16px;
	margin: 2px 19px 0 0;
	min-width: 22px;
}.twocolumn-list a .icon-landscape {
	font-size: 12px;
	margin-top: 4px;
}.twocolumn-list a .icon-home {
	margin-top: 1px;
}.twocolumn-list a .icon-design2 {
	margin-top: 1px;
}.side-nav {
	position: fixed;
	z-index: 2;
	top: 30%;
	left: -1px;
	background: #333;
	border: 5px solid #333;
	border-left: 0;
	box-shadow: inset 0 0 0 1px #bc992f;
	display: none;
}.side-nav a {
	display: block;
	padding: 7px 9px;
}.side-nav .anchor-active {
	color: #fff;
}.mobile-show {
	display: none !important;
}.map-link {
	min-height:50px;
}.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
	background: #e8e6dc;
	opacity: .8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}.preloader img, .preloader svg  {
	margin: auto;
	width: 30px;
	-webkit-animation: rotation 1.5s linear infinite;
	animation: rotation 1.5s linear infinite;
}.mobile-accordion {
	display: none;
}.mobile-accordion-opener {
	display: block;
	border: 1px solid #bc992f;
	position: relative;
	background: #16191f;
	font: italic 18px/1.5 "Georgia", "Times New Roman", "Times", "Baskerville", serif;
	color: #fff;
	text-transform: capitalize;
	padding: 21px 45px 20px 15px;
	text-align: left;
	margin: 0;
}.mobile-accordion-opener span {
	display: block;
}.mobile-accordion-opener:hover,
.mobile-accordion-opener:active {
	color: #fff;
}.mobile-accordion-opener .icon-arrow-top {
	right: 22px;
	font-size: 34px;
	color: #b69531;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) scaleY(-1);
	-ms-transform: translateY(-50%) scaleY(-1);
	transform: translateY(-50%) scaleY(-1);
}.mobile-accordion .active .mobile-accordion-opener .icon-arrow-top {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}.mobile-accordion li {
	margin: 0 0 20px;
}
.mobile-accordion li.active .mobile-accordion-slide {
	position: static !important;
	width: auto !important;
}
.mobile-accordion li:last-child {
	margin: 0 0 15px;
}.mobile-accordion-text {
	border: 1px solid #bc992f;
	border-top: 0;
	position: relative;
	min-height: 158px;
}.mobile-accordion-text img {
	display: block;
	width: 100%;
}.mobile-accordion-text p {
	margin: 0;
}.mobile-accordion .large-slider-title {
	display: none !important;
}.mobile-accordion .large-slider-description {
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	padding: 18px 20px 22px;
	height: auto;
}.mobile-accordion .large-slider-description .container {
	margin: 0;
	padding: 0;
	max-height: 118px;
}

/**/

#nav-anchor {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	visibility: visible;
}

@media (max-width: 1400px) {
	#nav-anchor {
		display: block;
	}
}

#nav-anchor > a {
    background: url(images/icon-hamburger.png) no-repeat 0 50%;
    color: #fff;
    display: block;
    letter-spacing: 1px;
    line-height: 75px;
    padding: 0 35px 0 85px;
    text-transform: uppercase;
}

#nav-anchor ul {
    border-top: 2px solid #947d41;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 100%;
}

#nav-anchor:hover ul {
	display: block;
}

#nav-anchor ul li {
	border-bottom: 1px solid #464646;
}

#nav-anchor ul li:last-child {
	border: none;
}

#nav-anchor ul li a {
    background-color: rgba(51, 51, 51, 0.9);
    color: #fff;
    display: block;
    line-height: 125%;
	min-width: 250px;
    padding: 25px 40px;
    text-transform: uppercase;
    white-space: nowrap;
}

#nav-anchor ul li a:hover {
	background-color: #24272c;
	color: #bc992f;
}

/**/

@media (max-width: 480px) {
	#nav-anchor > a {
		background-position: 50% 50%;
		height: 75px;
		padding: 0;
		text-indent: -9999px;
		width: 75px;
	}
}

/* FONT-FACE */

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot");
	src: url("fonts/icomoon.eot#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.svg#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* RESPONSIVE */

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}@media only screen and (min-width: 768px) {
	.toggle-block .toggle-block-opener {
		pointer-events: none;
	}.toggle-block .toggle-block-opener .icon-arrow-top {
		display: none;
	}.toggle-block .js-slide-hidden {
		position: static !important;
	}
}@media only screen and (min-width: 1025px) {
	.image-cell:hover .text-frame {
		color: #d7bb5a;
	}.main-nav .open > ul {
		display: none;
	}.main-nav > ul > li:hover > a {
		background: #1f2125;
		color: #bc992f;
	}.main-nav > ul > li:hover > a:before {
		opacity: 1;
	}.main-nav > ul > li:hover > ul {
		display: block;
	}
}@media (max-width: 1699px) {
	h1,
	.h1 {
		font-size: 46px;
	}h2,
	.h2 {
		font-size: 36px;
	}h3,
	.h3 {
		font-size: 28px;
	}h4,
	.h4 {
		font-size: 24px;
	}.square-box-text {
		padding: 0 5% 5%;
	}.small .square-box-text {
		padding: 0 5% 5%;
	}.square-box-text .right-text {
		font-size: 18px;
	}.small .square-box .square-box-title {
		font-size: 18px;
	}.modal-dialog {
		width: 1000px;
	}.fancybox-content {
		padding: 60px;
	}.fancybox-button--close {
		width: 32px;
		height: 32px;
	}.fancybox-button--close:before {
		font-size: 28px;
	}.main-nav ul ul {
		width: 280px;
	}.main-nav ul ul a {
		padding: 20px;
	}.promo {
		height: 600px;
	}.promo h1 {
		font-size: 54px;
		line-height: 60px;
	}.frame-block:before {
		left: -13px;
		font-size: 50px;
	}.frame-block:after {
		right: -13px;
		font-size: 50px;
	}.blue-box-frame {
		padding: 40px 30px 25px;
	}.event h4 {
		font-size: 26px;
		margin: 0 0 .8em;
	}.event .bg-retina {
		margin: 0 0 30px;
	}.preview-box {
		font-size: 18px;
		padding: 20px 0;
		margin: 0 30px;
	}.preview-box h4 {
		font-size: 26px;
	}.nav-panel .panel-back {
		width: 120px;
		font-size: 15px;
	}.nav-panel .link-holder {
		-webkit-box-flex: 0;
		-ms-flex: 0 5 410px;
		flex: 0 5 410px;
	}.nav-panel .link-holder-title {
		max-width: 220px;
		font-size: 17px;
	}.text-section {
		padding: 80px 0;
	}.tooltip-content {
		width: 350px;
		padding: 20px 30px;
		font-size: 15px;
	}.accordion-opener {
		padding: 40px 110px 40px 40px;
	}.accordion .text-block {
		padding: 70px 70px 50px;
	}.twocolumn-list a i {
		margin: 2px 8px 0 0;
	}
}@media only screen and (max-width: 1400px) {
	h1,
	.h1 {
		font-size: 42px;
		letter-spacing: 0;
	}h2,
	.h2 {
		font-size: 32px;
		letter-spacing: 0;
	}h3,
	.h3 {
		font-size: 26px;
		letter-spacing: 0;
	}h4,
	.h4 {
		font-size: 24px;
		letter-spacing: 0;
	}.media-slider .scroll-link-left,
	.media-slider .scroll-link-right {
		display: none;
	}.media-slider .jcf-scrollable-wrapper {
		padding: 5px 0 35px;
	}.media-slider .jcf-scrollbar-horizontal {
		top: auto;
		bottom: 13px;
		z-index: 2;
		display: block;
	}
	.extended-block .square-holder.small {
		width: 53.3vw;
	}
	.extended-block .square-holder.small .square-box:after {
		padding-top: 100%;
	}
	.square-box-text {
		padding: 0 5% 5%;
	}
	.small .square-box-text {
		padding: 0 3% 3%;
	}
	.square-box-text .right-text {
		font-size: 16px;
		width: 65px;
	}
	.square-box-text .text-holer {
		position: relative;
		padding: 0 70px 0 0;
	}
	.small .square-box .square-box-title {
		font-size: 16px;
	}
	.modal .close {
		position: absolute;
		top: 20px;
		right: 20px;
	}
	.modal .bg-frame {
		padding: 60px 80px;
	}
	.modal-block .modal-description h3 {
		font-size: 30px;
		line-height: 34px;
	}
	.modal-block .modal-left-field {
		bottom: 6vh;
		padding: 0;
		top: 6vh;
	}
	.zoom-image .image-switcher {
		bottom: 20px;
		left: 20px;
		font-size: 18px;
	}
	.zoom-image .corner-text {
		font-size: 18px;
		line-height: 1.2;
		right: 20px;
		bottom: 20px;
	}
	.zoom-image .corner-text [class*="icon"] {
		margin: 0 0 0 15px;
	}
	.zoom-image .corner-text span {
		padding: 2px 0 0;
	}
	
	
	.fancybox-buttons { 
		top: 10px;
		right: 10px;
	}.fancybox-content {
		padding: 40px;
	}.slider-holder .slider-nav {
		bottom: 211px;
		padding: 0 25px;
	}.large-slider-description {
		padding: 60px 20px 10px;
	}.small-slider {
		font-size: 15px;
		padding: 1px 45px;
	}.small-slider-slide {
		padding: 20px 5px;
	}.small-slider .slick-prev,
	.small-slider .slick-next {
		width: 46px;
	}body {
		padding: 85px 0 0;
	}body.has-panel {
		padding: 160px 0 0;
	}.main-footer .container {
		padding-top: 40px;
		padding-bottom: 40px;
	}.content-wrapper {
		padding: 30px 0;
	}.post h1 {
		margin: 0 0 1em;
	}.post img.fullimage {
		margin: 0 0 3em;
	}.post p + img.fullimage {
		margin-top: 3em;
	}.main-header {
		padding: 0 0 0 20px;
		height: 85px;
	}.logo-holder {
		padding: 16px 30px 0 0;
	}.logo-holder .logo {
		margin: 0 22px 0 0;
	}.logo-holder .icon-line {
		font-size: 40px;
		margin: 6px 16px 0 0;
	}.logo-holder .logo-title {
		font-size: 26px;
		margin: 14px 0 0;
	}.logo {
		width: 90px;
	}.main-nav > ul > li > a {
		font-size: 16px;
		padding: 53px 5px 13px;
		height: 82px;
	}.main-nav > ul > li > a i {
		font-size: 26px;
		top: 14px;
	}.promo {
		height: 540px;
	}.promo h1 {
		font-size: 46px;
		line-height: 52px;
	}.promo .sub-title {
		font-size: 18px;
	}.promo .container {
		padding: 0 60px;
	}.frame-container {
		padding: 80px 15px 110px;
	}.frame-block {
		padding: 150px 25px 60px;
	}.frame-block h3 {
		font-size: 18px;
		letter-spacing: .3em;
	}.frame-container .blue-box {
		margin: -183px 70px -139px;
	}.blue-box-frame {
		padding: 20px;
	}.blue-box h2 {
		margin: 0 0 30px;
		font-size: 16px;
		letter-spacing: .1em;
	}.blue-box h2:before,
	.blue-box h2:after {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 20%;
		flex: 1 1 20%;
	}.frame-container .blue-box {
		margin: -165px 28px -80px;
		min-height: 260px;
	}.white-box {
		padding: 10px;
	}.event {
		font-size: 16px;
	}.event h4 {
		font-size: 24px;
		line-height: 28px;
	}.event-sub-title {
		font-size: 15px;
	}.event .bg-retina:after {
		padding-top: 50%;
	}.preview-box {
		padding: 15px 5px;
		margin: 0;
		font-size: 16px;
	}.preview-box h4 {
		font-size: 22px;
		margin: 0 0 .4em;
	}.preview-box .time {
		font-size: 15px;
	}.preview-box p {
		margin: 0;
	}.footer-holder {
		padding: 12px 0 0;
		margin: 0 0 0 200px;
	}.footer-holder button {
		margin: 0 0 0 20px;
	}.footer-holder p {
		width: 38%;
	}.nav-panel {
		top: 85px;
	}.anchor-nav {
		display: none;
	}.sand-light-section {
		padding: 90px 0;
	}.white-section {
		padding: 90px 0;
	}.full-image-section:before {
		min-height: 768px;
	}.full-image-section .vertical-holder {
		padding: 15px 45px;
	}.full-image-section .section-sub-title {
		margin: 0 0 2em;
	}.section-sub-title {
		margin: 0 0 2em;
	}.text-section {
		padding: 90px 25px;
	}.text-section .section-sub-title + h3 {
		margin-top: 2em;
	}.text-section .more-link {
		margin: 3em auto 2em;
	}.text-section h3 {
		font-size: 30px;
	}.tooltip-content {
		padding: 25px;
		font-size: 14px;
	}.post div.more-link {
		margin-top: 3em;
		margin-bottom: 2em;
	}.accordion > li {
		margin: 0 0 30px;
	}.accordion > li:last-child {
		margin: 0 0 10px;
	}.accordion-opener {
		padding: 25px 100px 25px 25px;
		font-size: 32px;
	}.accordion-opener .square {
		width: 60px;
		height: 60px;
		right: 12px;
		margin: -30px 0 0;
	}.accordion-opener .square span {
		width: 38px;
		height: 38px;
		margin: -19px 0 0 -19px;
	}.accordion .text-block {
		padding: 50px;
	}.vertical-text-box .text-holder {
		padding: 0;
	}.twocolumn {
		/*&-list{
			li{
				&,&:nth-child(even){
					width:auto;
					display:block;
					padding:0 0 10px;
				}
			}
		}*/
	}.twocolumn-list {
		text-align: left;
	}.twocolumn-list li,
	.twocolumn-list li:nth-child(even) {
		font-size: 12px;
		letter-spacing: 0;
		width: auto;
		display: inline-block;
		vertical-align: top;
		padding: 0 5px 10px 0;
		width: 32%;
	}.twocolumn-list a i {
		margin: 1px 8px 0 0;
		min-width: 26px;
	}.blue-box .twocolumn .column {
		float: none;
		width: auto;
		padding: 0 0 15px;
	}.blue-box .twocolumn .column:first-child {
		float: none;
		padding: 0 0 15px;
	}.toggle-block {
		text-align: center;
	}.side-nav {
		display: block;
	}
	.twocolumn{
		padding:0 30px;
	}
	.vertical-text{padding:0 0 30px;}
	.vertical-text h3{
		font-size:26px;
		line-height:1.2;
	}
	.vertical-text p{margin:0 0 1em;}
	.vertical-text .jcf-scrollable-wrapper{
		padding:0 30px 0 0;
	}
	.vertical-text .jcf-scrollable{height:300px;}
	.timeline-slider-heading .timeline-slider-title{font-size:17px;}
	.sand-dark-section .vertical-block{
		margin:0;
		padding:0 30px;
	}
	.vertical-block .col-left{
		padding:0 20px 0 0;
	}
	.vertical-block .col-right{
		padding:0 0 0 20px;
	}
	.vertical-block h3{
		font-size:26px;
		line-height:1.2;
	}
	.vertical-block .tooltip-content{
		width:250px;
		left:auto;
		right:50%;
	}
}@media only screen and (max-width: 1200px) {
	.event .bg-retina:after {
		padding-top: 60%;
	}
	.twocolumn{
		display:table;
		width:100%;
		table-layout:fixed;
		max-width:700px;
		margin:0 auto;
	}
	.twocolumn .col-left{
		display:table-cell;
		vertical-align:top;
		padding:20px 0 0;
		width:100%;
		float:none;
	}
	.twocolumn .col-right{
		display:table-header-group;
		width:100%;
		padding:0;
		float:none;
	}
	.table-block:after{display:none;}
	.table-block .table-holder{
		position:static;
	}
	.table-row{
		/*display:table-footer-group;*/
		height:1%;
	}
	.table-footer{
		/*display:table-header-group;*/
	}
	.vertical-text{
		display:block;
		padding:20px 0;
	}
	.timeline-slider-heading .timeline-slider-title{margin:0 153px 0 0;}
	.vertical-text .jcf-scrollable-wrapper {
		width: 100% !important;
		height: auto !important;
		padding: 0;
	}.vertical-text .jcf-scrollable {
		position: static;
		width: auto !important;
		height: auto !important;
		overflow: visible !important;
		-ms-touch-action: auto !important;
		touch-action: auto !important;
	}.vertical-text .scroll-link-left,
	.vertical-text .scroll-link-right,
	.vertical-text .jcf-scrollbar {
		display: none !important;
	}
}@media only screen and (max-width: 1100px) {
	.event .bg-retina:after {
		padding-top: 70%;
	}
}@media only screen and (max-width: 1024px) {
	.main-nav .open > a {
		background: #1f2125;
		color: #bc992f;
	}.main-nav .open > a:before {
		opacity: 1;
	}
}@media (max-width: 1023px) {
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	input[type="url"],
	textarea {
		padding: 9px 10px;
	}.button,
	button,
	input[type="button"],
	input[type="reset"],
	input[type="file"],
	input[type="submit"] {
		padding: 10px 20px;
		font-size: 13px;
	}.jcf-select .jcf-select-text {
		padding-left: 10px;
	}img.alignleft,
	img.alignright {
		max-width: 50%;
	}.media-slider .horizontal .jcf-scrollable-wrapper {
		width: 100% !important;
		height: auto !important;
		padding: 0;
	}.media-slider .horizontal .jcf-scrollabl {
		width: auto !important;
	}.media-slider .scroll-link-left,
	.media-slider .scroll-link-right,
	.media-slider .jcf-scrollbar {
		display: none !important;
	}.media-slider .jcf-scrollable-wrapper {
		padding: 5px 0 0;
	}.media-slider .jcf-scrollbar-horizontal {
		display: none;
	}.extended-block {
		white-space: normal;
	}.extended-block .square-holder,
	.extended-block .square-holder.small {
		width: 100%;
		border-width: 0 0 6px;
	}.extended-block .square-holder.small .square-box {
		float: left;
		width: 50%;
		border-width: 0 3px 6px 0;
	}.extended-block .square-holder.small .square-box:nth-child(even) {
		float: right;
		border-width: 0 0 6px 3px;
	}.extended-block .square-holder.small .square-box:after {
		padding-top: 100%;
	}.square-box-title {
		font-size: 30px;
	}.square-box-subtitle {
		font-size: 15px;
	}.square-box-text {
		padding: 0 6% 5%;
	}.small .square-box-text {
		padding: 0 40px 3%;
	}.modal-dialog {
		width: 700px;
	}.modal .bg-frame {
		padding: 50px;
	}.modal .close {
		position: absolute;
		top: 5px;
		right: 5px;
	}.modal-block .modal-left-field {
		right: 0;
		top: auto;
		left: 0;
		height: 30%;
		bottom: 0;
		width: 100%;
		border: 20px solid transparent;
	}.modal-block .modal-left-field > .jcf-scrollable {
		height: 100%;
		width: 100% !important;
	}.modal-block .modal-right-field {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 70%;
		overflow: hidden;
	}.modal-block .modal-description {
		float: left;
		width: 50%;
		font-size: 15px;
	}.modal-block .modal-description h3 {
		font-size: 26px;
		line-height: 30px;
	}.modal-block .thumbnails-slider {
		float: right;
		width: 45%;
	}.modal-block .jcf-scrollable-wrapper {
		padding: 0 25px 0 0;
	}.thumbnails-slider .slick-arrow {
		padding: 0 5px;
	}.thumbnails-slider .slick-arrow i {
		font-size: 36px;
	}.fancybox-buttons {
		top: 10px;
		right: 10px;
	}.fancybox-content {
		padding: 20px;
		height: calc(100% - 40px);
		margin: 20px auto;
	}.fancybox-button--close {
		width: 24px;
		height: 24px;
	}.fancybox-button--close:before {
		font-size: 20px;
	}.slider-holder .slider-nav {
		bottom: 187px;
	}.large-slider-title {
		font-size: 26px;
	}.large-slider-description {
		font-size: 14px;
		padding: 50px 30px 10px;
		height: 220px;
	}.large-slider p {
		max-height: calc(5 * 14 * 1.533px);
	}.small-slider-slide {
		padding: 16px 5px;
	}.image-cell .text-frame {
		border-width: 7px;
		padding: 10px;
	}.main-footer {
		background-size: 50% 100%;
	}.main-footer .container {
		padding-top: 30px;
		padding-bottom: 30px;
	}.main-footer .logo {
		width: 100px;
	}.main-header {
		padding: 0 0 0 15px;
	}.logo-holder {
		padding: 16px 10px 0 0;
	}.logo-holder .logo {
		margin: 0 15px 0 0;
	}.logo-holder .icon-line {
		font-size: 36px;
		margin: 9px 13px 0 0;
	}.logo-holder .logo-title {
		font-size: 24px;
		margin: 16px 0 0;
	}.main-nav > ul > li > a {
		min-width: 100px;
		font-size: 13px;
	}.promo {
		height: 460px;
		padding: 0 0 105px;
		text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
	}.promo h1 {
		font-size: 34px;
		line-height: 40px;
		margin: 0 10px .2em;
	}.promo .sub-title {
		font-size: 14px;
		margin: 0 40px;
	}.promo .container {
		padding: 0 30px;
	}.frame-container {
		padding: 80px 15px;
	}.frame-block {
		padding: 120px 25px 30px;
	}.blue-box-frame {
		padding: 15px;
	}.white-box {
		margin: 0 0 20px;
	}.white-box,
	.white-box-holder {
		min-height: 0 !important;
	}.event h4 {
		font-size: 24px;
		line-height: 28px;
		margin: 0 0 1em;
	}.footer-holder {
		padding: 8px 0 0;
		margin: 0 0 0 150px;
		font-size: 14px;
	}.footer-holder .subscribe-link {
		font-size: 28px;
		margin: 0 10px 0 0;
		vertical-align: middle;
	}.footer-holder button {
		margin: 0 0 0 15px;
		vertical-align: middle;
	}.footer-holder p {
		margin: 0 0 0 5px;
		vertical-align: middle;
	}.sand-light-section,
	.sand-dark-section {
		padding: 50px 0;
	}.sand-light-section .has-line,
	.sand-dark-section .has-line {
		margin: 0 0 50px;
		font-size: 22px;
		letter-spacing: .2em;
	}.white-section {
		padding: 50px 0;
	}.white-section .has-line {
		margin: 0 0 50px;
		font-size: 22px;
		letter-spacing: .2em;
	}.video-box-panel {
		font-size: 22px;
	}.video-box-title {
		font-size: 22px;
	}.panorama-box-panel {
		font-size: 22px;
	}.panorama-box-title {
		font-size: 22px;
	}.full-image-section:before {
		min-height: 650px;
	}.full-image-section .has-line {
		margin: 0 0 50px;
		font-size: 22px;
		letter-spacing: .2em;
	}.section-sub-title {
		margin: 0 0 2em;
		font-size: 15px;
	}.text-section {
		padding: 70px 25px;
	}.text-section .has-line {
		margin: 0 0 50px;
		font-size: 22px;
		letter-spacing: .2em;
	}.text-section h3 {
		font-size: 24px;
	}.accordion-opener {
		padding: 15px 70px 15px 15px;
		font-size: 27px;
	}.accordion-opener .square {
		width: 40px;
		height: 40px;
		right: 10px;
		margin: -20px 0 0;
	}.accordion-opener .square span {
		width: 20px;
		height: 20px;
		margin: -10px 0 0 -10px;
	}.accordion .text-block {
		padding: 30px;
	}.text-block .increased-text {
		font-size: 20px;
		line-height: 26px;
		margin: 0 0 30px;
	}.vertical-text-box {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		display: block;
	}.text-block .vertical-text-box {
		margin: 30px 0;
	}.vertical-text-box .image {
		width: 30%;
		float: left;
		margin: .5rem 1.5rem .5rem 0;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
	}.vertical-text-box .text-holder {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
	}.twocolumn .column {
		float: none;
		width: auto;
		padding: 0 0 15px;
	}.twocolumn .column:first-child {
		float: none;
		padding: 0 0 15px;
	}
	.nav-panel .link-holder {
		-ms-flex: 0 5 250px;
		flex: 0 5 250px;
	}
	.vertical-block{
		max-width:750px;
		margin:0 auto;
	}
	.sand-dark-section .vertical-block{margin:0 auto;}
	.vertical-block .col-left{
		padding:20px 0 0;
	}
	.vertical-block .col-right{
		display:table-header-group;
		width:100%;
		padding:0;
	}
	.zoom-image .tooltip.mobile-opened {display:block;}
	.tooltip-content{
		padding:20px;
		font-size:12px;
	}
	.tooltip{
		
	}
	.tooltip button{
		width:40px;
		height:40px;
	}
	.vertical-block .tooltip-content{
		left:50%;
		right:auto;
	}
		/*.vertical-block .tooltip-content{
		position:fixed;
		top:50%;
		left:50%;
		-webkit-transform:translate(-50%,-50%);
		-ms-transform:translate(-50%,-50%);
		transform:translate(-50%,-50%);
		-webkit-box-shadow:0 0 10px rgba(0, 0, 0, .5);
		box-shadow:0 0 10px rgba(0, 0, 0, .5);
		z-index:1100;
		max-height:280px;
		overflow:auto;
		padding:15px;
	}*/
}
@media all and (max-width: 800px) {
	.fancybox-controls {
		text-align: left;
	}.fancybox-button--left,
	.fancybox-button--right,
	.fancybox-buttons button:not(.fancybox-button--close) {
		display: none !important;
	}.fancybox-caption {
		padding: 20px 0;
		margin: 0;
	}.fancybox-thumbs {
		display: none !important;
	}.fancybox-container--thumbs .fancybox-controls,
	.fancybox-container--thumbs .fancybox-slider-wrap,
	.fancybox-container--thumbs .fancybox-caption-wrap {
		right: 0;
	}
}@media (max-width: 767px) {
	.navigation,
	.navigation-comments,
	.pagination {
		padding: 0 5px;
		font-size: 12px;
	}.navigation .next,
	.navigation .prev,
	.navigation .al,
	.navigation .ar,
	.navigation-comments .next,
	.navigation-comments .prev,
	.navigation-comments .al,
	.navigation-comments .ar,
	.pagination .next,
	.pagination .prev,
	.pagination .al,
	.pagination .ar {
		padding: .2em;
	}.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}.wp-caption {
		margin-right: 0 !important;
		margin-left: 0 !important;
		float: none !important;
		width: 100% !important;
	}.commentlist {
		margin-left: 0;
	}.commentlist .comment {
		padding: 0;
	}h1,
	.h1 {
		font-size: 28px;
		letter-spacing: 0;
	}h2,
	.h2 {
		font-size: 25px;
	}h3,
	.h3 {
		font-size: 23px;
	}h4,
	.h4 {
		font-size: 21px;
	}h5,
	.h5 {
		font-size: 20px;
	}.square-box-text {
		padding: 0 6% 5%;
	}.small .square-box-text {
		padding: 0 6% 5%;
	}.modal-dialog {
		width: 550px;
		margin: 30px auto;
	}.modal .close {
		top: 10px;
		right: 10px;
	}.modal .close i {
		font-size: 18px;
	}.modal .bg-frame {
		padding: 36px;
	}.modal-block .modal-description {
		font-size: 14px;
	}.modal-block .modal-description h3 {
		font-size: 22px;
		line-height: 26px;
	}
	.modal-block .modal-left-field {
		height: 40%;
		border: 15px solid transparent;
	}
	.modal-block .modal-right-field {
		height: 60%;
	}
	.zoom-image .corner-text {
		display: none;
	}
	.zoom-image .image-panel .corner-text{display:block;}
	.audioplayer {
		height: 60px;
	}.audioplayer-time-duration {
		top: 14px;
	}.audioplayer-volume-button a {
		top: 22px;
	}.slider-holder {
		padding: 33px 0 0;
	}.slider-holder .slider-nav {
		bottom: auto;
		top: 0;
	}.large-slider-title {
		font-size: 22px;
	}.large-slider-description {
		font-size: 13px;
		padding: 15px 30px;
		height: auto;
		position: static;
		background: #1f2125;
	}.large-slider-description p {
		max-height: 10000px;
	}.large-slider-description .container {
		max-height: 10000px !important;
	}.small-slider {
		padding: 1px 40px;
		font-size: 12px;
	}.small-slider .slick-prev,
	.small-slider .slick-next {
		width: 41px;
	}.image-bundle .col-40,
	.image-bundle .col-60 {
		float: none;
		width: 100%;
	}.image-bundle .col-40 .image-holder:after,
	.image-bundle .col-60 .image-holder:after {
		padding-top: 52.3%;
	}.ctct-embed-signup {
		font-size: 15px;
	}.ctct-embed-signup .jcf-checkbox {
		margin: 1px 8px 0 0;
	}.ctct-embed-signup .jcf-checkbox + span {
		padding: 0 0 10px;
	}body {
		padding: 82px 0 0;
	}body.has-panel {
		padding: 82px 0 0;
	}.main-footer .footer-signup {
		display: none;
	}.main-footer .logo{
		margin: 0 0 0 30px;
	}#content,
	#sidebar {
		float: none;
		width: auto;
		padding: 20px 0;
	}.post img.fullimage {
		margin: 0 0 2em;
	}.post p + img.fullimage {
		margin-top: 2em;
	}.logo-holder .icon-line,
	.logo-holder .logo-title {
		display: none;
	}.btn-more:before {
		right: 14px;
	}.btn-more span:before {
		right: 14px;
	}.preview-box {
		padding: 22px 5px 27px;
		border-top-width: 1px;
		border-top-color: #d4b965;
	}.preview-box:first-child {
		padding-top: 13px;
	}.preview-box h4 {
		font-size: 20px;
		line-height: 31px;
		margin: 0 0 5px;
	}.preview-box .time {
		font-size: 13px;
	}.preview-box p {
		overflow: hidden;
		margin: 0 0 3px;
	}.footer-holder {
		margin: 0 0 0 10px;
		padding: 0;
	}.footer-holder p {
		width: 45%;
	}.nav-panel {
		visibility: hidden;
		position: absolute;
		top: 82px;
	}.nav-panel .panel-back {
		position: absolute;
		top: 0;
		left: 0;
		font-size: 11px;
		visibility: visible;
		border: 0;
		padding: 16px 5px 10px 16px;
		width: 100px;
		text-align: left;
		color: #e8e6dc;
		text-shadow: 1px 1px rgba(0, 0, 0, .5);
	}.nav-panel .panel-back i {
		font-size: 14px;
		margin: 0 6px 0 0;
	}.link-holder {
		background: #333;
		margin: 0 0 10px;
		padding: 10px 5px;
		text-align: center;
	}.link-holder-title {
		font-size: 14px;
		margin: 0 15px 0 0;
		max-width: 155px;
	}.link-holder button,
	.link-holder .button {
		box-shadow: none;
		font-size: 9px;
		padding: 3px 16px;
	}.link-holder span.mini-title {
		font-size: 9px;
		padding: 5px 16px 0 16px;
	}.sand-light-section .has-line,
	.sand-dark-section .has-line {
		font-size: 20px;
		margin: 0 0 40px;
	}.white-section .has-line {
		font-size: 20px;
		margin: 0 0 40px;
	}.video-box .ico-play {
		margin: -30px 0 0 -30px;
	}.panorama-box .ico-play {
		margin: -30px 0 0 -30px;
	}.ico-play {
		width: 60px;
		height: 60px;
	}.ico-play:after {
		margin: -8px 0 0 -4px;
		height: 0;
		width: 0;
		border-bottom: 8px solid transparent;
		border-left: 11px solid #bc992f;
		border-top: 8px solid transparent;
	}.full-image-section .has-line {
		font-size: 20px;
		margin: 0 0 40px;
	}.audio-box {
		padding: 4.6% 13px 1.55%;
	}.text-section .has-line {
		font-size: 20px;
		margin: 0 0 40px;
	}.text-section h3 {
		font-size: 22px;
	}.corner-text {
		bottom: 20px;
		right: 20px;
		font-size: 18px;
		min-width:0;
	}.corner-text [class*="icon"] {
		width: 42px;
		height: 42px;
		margin: 0 0 0 15px;
	}.post div.more-link {
		margin-top: 2em;
	}.twocolumn-list {
		border: 1px solid #444;
		padding: 30px 18px 13px;
	}.twocolumn-list li {
		display: block !important;
		width: auto !important;
		padding: 0 0 18px !important;
		letter-spacing: .1em;
	}.twocolumn-list a i {
		margin: 0 12px 0 0;
	}.twocolumn-list a .icon-landscape {
		font-size: 12px;
		margin-top: 2px;
	}.twocolumn-list a .icon-diamond {
		font-size: 14px;
		margin-top: 2px;
	}.toggle-block {
		background: #333;
	}.toggle-block-slide {
		display: none;
	}.toggle-block.expanded .toggle-block-slide {
		display: block;
	}.toggle-block-opener {
		display: block;
		border: 1px solid #887443;
		position: relative;
		background: #3a4150;
		font: italic 14px/1.5 "Georgia", "Times New Roman", "Times", "Baskerville", serif;
		color: #d4d4d4;
		text-transform: capitalize;
		padding: 24px 43px 24px 18px;
		text-align: left;
		margin: 0;
	}.toggle-block-opener:hover,
	.toggle-block-opener:active {
		color: #d4d4d4;
	}.toggle-block-opener .icon-arrow-top {
		right: 11px;
		font-size: 46px;
		color: #b69531;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%) scaleY(-1);
		-ms-transform: translateY(-50%) scaleY(-1);
		transform: translateY(-50%) scaleY(-1);
	}.toggle-block.expanded .toggle-block-opener .icon-arrow-top {
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}.mobile-show {
		display: block !important;
	}
	#nav-anchor > a {
		height: 49px;
		margin: 0 10px 0 0;
		padding: 0;
		text-indent: -9999px;
		width: 49px;
	}
	.image-panel{padding:10px;}
	.vertical-block h3{
		font-size:23px;
	}
	.sand-dark-section .vertical-block{padding:0;}
	.twocolumn{padding:0;}
	.timeline-slider-heading .slick-arrow{
		width:50px;
		height:50px;
		font-size:20px;
	}
	.timeline-slider-heading .timeline-slider-title{
		margin:0 100px 0 0;
		font-size:16px;
		padding:15px 5px;
	}
	.timeline-slider .timeline-slider-slide{
		padding:15px 5px;
		font-size:16px;
	}
	.vertical-block .tooltip-content{
		width:190px;
	}
}
/*
@media only screen and (max-width:767px) and (orientation: landscape) {
	.vertical-block .tooltip-content{
		bottom:10px;
		top:160px;
		height:auto;
		max-height:1000px;
		-webkit-transfaor:translate(-50%, 0);
		-ms-transfaor:translate(-50%, 0);
		transfaor:translate(-50%, 0);
	}
}
*/
@media (max-width: 599px) {
	.media-slider {
		background: #f4f3ec;
	}.extended-block .square-holder .square-box:after,
	.extended-block .square-holder.small .square-box:after {
		padding-top: 66.1%;
	}.extended-block .square-holder.small .square-box {
		float: none;
		width: auto;
		border-width: 0 0 6px;
	}.extended-block .square-holder.small .square-box:nth-child(even) {
		float: none;
		border-width: 0 0 6px;
	}.square-box-text {
		padding: 0 30px 14px;
	}.square-box-text .right-text {
		display: none;
	}.square-box-text .text-holer {
		padding: 0;
	}.small .square-box-text {
		padding: 0 30px 14px;
	}.square-box-title {
		margin: 0;
		font-size: 18px;
	}.square-box-subtitle {
		display: none;
	}.square-box .icon-sound-on {
		margin: -24px 0 0 -24px;
		width: 48px;
		height: 48px;
	}.square-box .icon-sound-on:before {
		font-size: 20px;
	}.square-box .ico-play-small {
		width: 48px;
		height: 48px;
		margin: -24px 0 0 -24px;
	}.square-box .ico-play-small:after {
		height: 0;
		width: 0;
		border-bottom: 9px solid transparent;
		border-left: 14px solid #bc992f;
		border-top: 9px solid transparent;
		margin: -9px 0 0 -6px;
	}.modal-dialog {
		width: 400px;
		margin: 30px auto;
	}.modal .close {
		right: 0;
		top: -30px;
	}.modal.is-full .modal-dialog {
		overflow: auto;
	}.modal.is-full .close {
		top: 5px;
		right: 5px;
	}.modal.is-full .close i {
		font-size: 18px;
		color: #222939;
	}.modal-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}.is-full .modal-block {
		position: relative;
		height: auto;
	}.modal-block .modal-right-field {
		border: 25px solid transparent;
		position: relative;
		width: auto;
		height: 320px;
		position: relative;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}.modal-block .modal-left-field {
		height: auto;
		position: relative;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		border: 25px solid transparent;
		border-top-width: 0;
		height: auto;
	}.modal-block .modal-full-width {
        height: 420px;
	}.modal-block .modal-description {
		float: none;
		padding: 0 0 20px;
		width: auto;
	}.modal-block .thumbnails-slider {
		float: none;
		width: auto;
	}.modal-block .jcf-scrollable-wrapper,
	.modal-block .jcf-scrollable {
		width: 100% !important;
		height: auto !important;
		padding: 0;
		overflow: visible !important;
	}.modal-block .jcf-scrollbar {
		display: none;
	}.slick-dots li {
		width: 22px;
		height: 22px;
		margin: 5px 6px;
	}.slick-dots button {
		font-size: 11px;
	}.audioplayer {
		height: 70px;
	}.audioplayer-playpause {
		width: 32px;
	}.audioplayer-bar {
		left: 42px;
		right: 60px;
	}.audioplayer-volume {
		display: none;
	}.audioplayer-time-duration {
		top: 20px;
		right: 7px;
		width: 50px;
	}.fancybox-buttons {
		top: 5px;
		right: 5px;
	}.fancybox-slide .fancybox-image {
		border-width: 25px;
	}.fancybox-content {
		width: 86%;
		padding: 10px;
		height: calc(100% - 30px);
		margin: 15px auto;
	}.fancybox-button--close {
		width: 22px;
		height: 22px;
	}.fancybox-button--close:before {
		font-size: 18px;
	}.slider-holder {
		background: #f4f3ec;
		padding: 33px 0 5px;
	}.slider-holder .large-slider,
	.slider-holder .slider-nav {
		display: none;
	}.image-block.isotope-container {
		padding: 0;
		height: auto !important;
	}.image-block.isotope-container .image-frame {
		margin: 0;
	}.image-block.isotope-container .image-cell {
		position: static !important;
		display: block;
		width: 100%;
		padding: 0 0 2px !important;
		-webkit-transition: none !important;
		transition: none !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}.image-block.isotope-container .image-holder:after {
		padding-top: 52.3% !important;
	}.image-block.isotope-container a:after {
		display: none;
	}.image-block .text-holder2 {
		padding: 0 10px 10px;
	}.image-cell,
	.image-cell.col-50,
	.image-cell.col-60,
	.image-cell.col-40 {
		padding: 0;
	}.image-cell .text-frame,
	.image-cell.col-50 .text-frame,
	.image-cell.col-60 .text-frame,
	.image-cell.col-40 .text-frame {
		font-size: 16px;
	}.image-frame {
		margin: 0 -1px;
	}.image-block {
		padding: 0 0 1px;
	}.image-title {
		font-size: 18px;
		line-height: 24px;
		max-height: 48px;
		overflow: hidden;
	}.image-cell {
		border-width: 1px;
	}.image-cell .text-holder {
		padding-left: 5px;
		padding-right: 5px;
	}.style-02 .image-cell.col-50 {
		width: 100%;
	}.image-cell.col-50 .image-holder:after {
		padding-top: 100%;
	}.style-02 .image-cell.col-50 .image-holder:after {
		padding-top: 52.3%;
	}.image-cell.col-50 .image-title {
		font-size: 16px;
		line-height: 22px;
		max-height: 44px;
	}body {
		line-height: 1.5;
	}.main-header {
		padding: 0;
		height: 82px;
		border-bottom-width: 2px;
	}.logo-holder {
		display: none;
	}.main-nav {
		float: none;
		width: auto;
	}.main-nav > ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}.main-nav > ul > li {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		float: none;
		position: static !important;
	}.main-nav > ul > li > a {
		font-size: 12px;
		min-width: 0;
		padding: 54px 5px 14px;
		height: 80px;
	}.main-nav ul ul {
		right: 0 !important;
		width: 100% !important;
		max-height: calc(100vh - 82px);
		overflow: auto;
		border-top-width: 2px;
	}.main-nav ul ul a {
		padding: 25px 40px 25px 30px;
	}.main-nav ul ul a:after {
		right: 17px;
	}.promo {
		padding: 0 0 30px;
		height: 313px;
	}.promo h1 {
		font-size: 25px;
		line-height: 30px;
		margin: 0 -5px 10px;
	}.promo .sub-title {
		font-size: 12px;
		line-height: 2;
		margin: 0;
	}.promo .bg-retina:after {
		display: none;
	}.promo .bg-retina:before {
		height: 70%;
		background: -webkit-linear-gradient(top, transparent 0%, black 100%);
		background: linear-gradient(to bottom, transparent 0%, black 100%);
	}.promo .container {
		padding: 0 15px;
	}.frame-container {
		padding: 0;
	}.frame-block {
		border: 0;
		padding: 38px 0 0;
	}.frame-block:before,
	.frame-block:after {
		display: none;
	}.frame-block h3 {
		font-size: 13px;
		padding: 0 0 18px;
		margin: 0 0 19px;
	}.blue-box {
		padding: 10px 0;
	}.blue-box-frame {
		border-width: 1px 0;
		padding: 26px 10px 10px;
	}.frame-container .blue-box .blue-box-frame {
		min-height: 0;
	}.frame-container .blue-box {
		margin: 0;
		min-height: 0;
	}.blue-box h2 {
		font-size: 12px;
		letter-spacing: .3em;
		margin: 0 0 34px;
	}.blue-box h2:before,
	.blue-box h2:after {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}.blue-box h2 > span {
		padding: 0 10px;
	}.event h4 {
		font-size: 20px;
		line-height: 31px;
		max-height: 62px;
		overflow: hidden;
		margin: 0 0 1.2em;
	}.event .time {
		font-size: 13px;
		margin: 0 0 6px;
	}.event .bg-retina {
		margin: 0 0 19px;
	}.event-sub-title {
		font-size: 12px;
		letter-spacing: 0;
		margin: 0 0 20px;
	}.events {
		padding: 18px 10px 10px;
	}.events .white-box {
		border: 0;
		padding: 0;
		box-shadow: none;
		background: none;
	}.events .slick-dots {
		margin: 0 10px;
	}.events .btn-more {
		font-weight: bold;
		letter-spacing: .35em;
		-webkit-transform: scale(.79);
		-ms-transform: scale(.79);
		transform: scale(.79);
	}.events .btn-more span {
		padding: 20px 44px;
	}.footer-holder {
		text-align: left;
		font-size: 16px;
	}.footer-holder p {
		display: block;
		width: auto;
		font-size: 15px;
		line-height: 20px;
		margin: 0 0 30px;
	}.footer-holder .subscribe-link {
		font-size: 20px;
		margin: 0 0 16px;
	}.footer-holder button {
		margin: 0 0 5px;
	}.link-holder {
		margin: 0;
	}.has-line {
		font-size: 13px;
		padding: 0 0 18px;
		margin: 0 0 19px;
	}.has-line:before {
		width: 190px;
		margin: 0 0 0 -95px;
	}.has-line:after {
		width: 8px;
		height: 8px;
		margin: 0 0 -4px -4px;
	}.sand-light-section,
	.sand-dark-section {
		padding: 40px 0;
	}.sand-light-section .has-line,
	.sand-dark-section .has-line {
		font-size: 12px;
		line-height: 16px;
		padding: 0 0 20px;
		margin: 0 0 20px;
		letter-spacing: .52em;
	}.white-section {
		padding-bottom: 0;
	}.white-section .has-line {
		font-size: 12px;
		padding: 0 0 20px;
		margin: 0 0 20px;
	}.video-box {
		margin: 0 -15px;
	}.video-box .has-line {
		font-size: 12px;
		padding: 0 0 20px;
		margin: 0 0 20px;
	}.video-box-panel {
		font-size: 16px;
		padding: 3.5% 8.9% 2.8%;
	}.video-box-title {
		font-size: 16px;


	}.panorama-box {
		margin: 0 -15px;
	}.panorama-box .has-line {
		font-size: 12px;
		padding: 0 0 20px;
		margin: 0 0 20px;
	}.panorama-box-panel {
		font-size: 16px;
		padding: 3.5% 8.9% 2.8%;
	}.panorama-box-title {
		font-size: 16px;


	}.ico-play {
		width: 48px;
		height: 48px;
		margin: -24px 0 0 -24px;
	}.ico-play:after {
		height: 0;
		width: 0;
		border-bottom: 9px solid transparent;
		border-left: 14px solid #bc992f;
		border-top: 9px solid transparent;
		margin: -9px 0 0 -6px;
	}.full-image-section:before {
		display: none;
	}.full-image-section .vertical-holder {
		padding: 0;
	}.full-image-section .has-line {
		font-size: 12px;
		padding: 0 0 20px;
		margin: 0 0 15px;
	}.full-image-section .section-sub-title {
		margin: 0 0 3em;
	}.section-sub-title {
		font-size: 13px;
		line-height: 1.5384;
	}.audio-box {
		border-width: 8px;
		padding: 80px 13px 38px;
	}.text-section {
		padding: 62px 15px 42px;
		padding: 40px 0 ;
	}.text-section .section-sub-title {
		margin: 0 0 1.7em;
	}.text-section .section-sub-title + h3 {
		margin-top: 0;
	}.text-section .has-line {
		font-size: 12px;
		line-height: 16px;
		padding: 0 0 20px;
		margin: 0 0 15px;
	}.text-section h3 {
		font-size: 20px;
		line-height: 1.5;
	}.text-section .more-link {
		margin: 2.15em auto 1em;
	}.zoom-box {
		margin: 0 -15px;
	}
	.corner-text,
	.image-panel .corner-text {
		font-size: 12px;
		line-height: 14px;
	}
	.corner-text [class*="icon"],
	.image-panel .corner-text [class*="icon"] {
		width: 30px;
		height: 30px;
		margin: 0 0 0 6px;
		font-size: 12px;
	}
	.corner-text span,
	.image-panel .corner-text span {
		padding: 1px 0 0;
	}.post div.more-link {
		margin-bottom: 1em;
	}div.more-link:before {
		display: none;
	}div.more-link a {
		border: 1px solid #d4a72a;
		padding: 8px 16px 8px 28px;
	}div.more-link a:before {
		display: none;
	}.accordion li {
		margin: 0 0 25px;
	}.accordion-opener {
		padding: 26px 45px 24px 10px;
		font-size: 18px;
		letter-spacing: 0;
		border-width: 1px;
	}.accordion-opener .square {
		width: 27px;
		height: 27px;
		right: 13px;
		margin: -14px 0 0;
	}.accordion-opener .square span {
		width: 19px;
		height: 19px;
		margin: -10px 0 0 -10px;
	}.accordion-opener .square span:before {
		height: 7px;
		width: 1px;
		margin: -3px 0 0 0;
	}.accordion-opener .square span:after {
		width: 7px;
		height: 1px;
		margin: 0 0 0 -3px;
	}.accordion .text-block {
		padding: 34px 10px 14px;
		text-align: center;
		box-shadow: none;
		margin: 0;
	}.text-block .increased-text {
		font-size: 16px;
		line-height: 1.5;
		margin: 0 0 2.6em;
	}.text-block-title {
		font-size: 16px;
		margin: 0 0 .35em;
	}.vertical-text-box .image {
		float: none;
		width: auto;
		margin: 3.5rem -10px 2.5rem;
	}.twocolumn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}.twocolumn .column {
		padding: 0 0 10px;
	}/*.blue-box .twocolumn .column:first-child {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}*/.blue-box .twocolumn .column:first-child .toggle-block {
		margin: 0 0 5px;
	}.twocolumn-list a .icon-home {
		margin-top: 0;
	}.twocolumn-list a .icon-design2 {
		margin-top: 0;
		padding-left: 2px;
	}.toggle-block {
		margin: 0 0 15px;
	}.mobile-accordion {
		display: block;
	}.modal-block .modal-back-desktop {
		display: none;
	}.modal-block .modal-back-mobile {
		display: block;
	}.modal-block .modal-description {
		margin: 0;
	}
	.timeline-slider-holder,
	.image-slider{display:none;}
	.table-block .table-holder{display:none;}
	.mobile-accordion-text{
		padding:10px;
	}
	.preview-image{margin:-10px -10px 10px;}
}
}@media (max-width: 479px) {
	ul ul,
	ol ul {
		padding-left: 1em;
	}ul ul,
	ul ol,
	ol ul,
	ol ol {
		padding-left: 1.5em;
	}dl dt {
		float: none;
		display: block;
	}dl dd {
		margin: 0 0 5px 20px;
	}.button,
	button,
	input[type="button"],
	input[type="reset"],
	input[type="file"],
	input[type="submit"] {
		font-size: 12px;
		padding: 10px 15px;
	}.comment-form textarea,
	.comment-form input[type="text"] {
		margin: 0 0 5px;
		width: 100%;
	}.post-password-form input[type="password"] {
		width: 100%;
		margin: 0 0 5px;
	}.search-form input[type="search"][type="search"] {
		width: 100%;
		margin: 0 0 5px;
	}.post-password-form input[type="password"] {
		width: 100%;
	}.search-form input[type="search"],
	.search-form input[type="text"],
	.post-password-form input[type="search"],
	.post-password-form input[type="text"],
	#search_block input[type="search"],
	#search_block input[type="text"] {
		width: 100%;
		margin: 0 0 5px;
	}.search-form input[type="password"],
	.post-password-form input[type="password"],
	#search_block input[type="password"] {
		width: 100%;
		margin: 0 0 5px;
	}.commentlist {
		font-size: 15px;
	}#commentform p textarea {
		width: 100%;
	}.modal .bg-frame {
		padding: 0;
	}.modal-dialog {
		width: 300px;
		margin: 30px auto;
	}body {
		padding: 72px 0 0;
	}body.has-panel {
		padding: 72px 0 0;
	}.main-footer {
		background-position: -40px 110%;
		background-size: 110% 50%;
	}.main-footer .container {
		padding: 36px 35px;
	}.main-header {
		height: 72px;
	}.main-nav > ul > li > a {
		font-size: 10px;
		padding: 52px 5px 8px;
		height: 70px;
	}.main-nav > ul > li > a i {
		font-size: 24px;
		top: 16px;
	}.main-nav > ul > li > a:before {
		width: 40px;
		margin: 0 0 0 -20px;
	}.main-nav ul ul {
		max-height: calc(100vh - 72px);
	}.nav-panel {
		top: 70px;
	}
}@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}@-webkit-keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}@keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.hidden-i {
    opacity:0;
    position: absolute;
}
