/*! 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;
}


/* Turn on custom 8px wide scrollbar */
::-webkit-scrollbar {
  width: 10px; /* 1px wider than Lion. */
  /* This is more usable for users trying to click it. */
  background-color: rgba(0,0,0,0);
  -webkit-border-radius: 100px;
}
/* hover effect for both scrollbar area, and scrollbar 'thumb' */
::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.09);
}
 
/* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
::-webkit-scrollbar-thumb:vertical {
  /* This is the EXACT color of Mac OS scrollbars. 
     Yes, I pulled out digital color meter */
  background: rgba(0,0,0,0.5);
  -webkit-border-radius: 100px;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0);
  min-height: 10px; /*Prevent it from getting too small */
}
::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0,0,0,0.61); /* Some darker color when you click it */
  -webkit-border-radius: 100px;
}


.buffer .box.col2,
.buffer .box.col2 img {
	display:none;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.ttf?c0asw1") format("truetype"), url("../fonts/icomoon.woff?c0asw1") format("woff"), url("../fonts/icomoon.svg?c0asw1#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-chevron-down:before {
	content: "\e90a";
}

.icon-search:before {
	content: "\f002";
}

.icon-heart:before {
	content: "\f004";
}

.icon-star:before {
	content: "\f005";
}

.icon-user:before {
	content: "\f007";
}

.icon-home:before {
	content: "\f015";
}

.icon-inbox:before {
	content: "\f01c";
}

.icon-camera:before {
	content: "\f030";
}

.icon-comments:before {
	content: "\f086";
}

.icon-briefcase:before {
	content: "\f0b1";
}

.icon-envelope:before {
	content: "\f0e0";
}

.icon-desktop:before {
	content: "\f108";
}

.icon-instagram:before {
	content: "\e900";
}

.icon-youtube:before {
	content: "\e901";
}

.icon-twitter:before {
	content: "\e902";
}

.icon-flickr:before {
	content: "\e903";
}

.icon-facebook:before {
	content: "\e904";
}

.nav-menu,
.drop-menu,
.footer-list,
.social-networks {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

#live {
  background: #c80000;
  color: #fff;
  padding: 20px 0;
}
#live .container {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#live p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.65rem;
  margin: 0;
}
#live a {
	font-weight: bold;
	font-size: 1.125rem;
	border: 1px solid #fff;
	color: #c80000;
	background: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	outline: 0; 
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    position: relative;
	letter-spacing: .1em;
	padding: 0px 10px;
	margin: 0 5px;
}

#live a:hover {
	background: #c80000;
	color: #fff;
}

#live h1, #live p, #live a {
  display: inline-block;
  vertical-align: middle;
}

#live2 {
  background: #ffff00;
  color: #000000;

  padding: 20px 0;
}
#live2 .container {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#live2 p {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
}
#live2 a {
  font-weight: bold;
  font-size: 1.125rem;
  border: 1px solid #fff;
  color: #000000;
  background: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  outline: 0;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  position: relative;
  letter-spacing: 0.1em;
  padding: 0px 10px;
  margin: 0 5px;
}

#live2 a:hover {
  background: #ffff00;
  color: #000000;
}

#live2 h1,
#live2 p,
#live2 a {
  display: inline-block;
  vertical-align: middle;
}


body {
	color: #000;
	background: #fff;
	font: 13px/1.5 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#aspnetForm {
	font: 14px/1.3 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 39px;
}

h2,
.h2 {
	font-size: 38px;
}

h3,
.h3 {
	font-size: 16px;
}

h4,
.h4 {
	font-size: 20px;
}

h5,
.h5 {
	font-size: 13px;
}

h6,
.h6 {
	font-size: 12px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #9e7d37;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: 13.5px 15px;
	min-width: 100px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #000;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #000;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #000;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #000;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #000;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

/* Slick slider styles */

.top-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.intro-video {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.intro-video .video-active .hero-video {
    opacity: 1;
}

.video-hold {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}

.video-hold .hero-video {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    position: absolute;
    left: 0;
    top: 0px;
    opacity: 0;
    pointer-events: none;
    width: 100%;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.top-slider .slick-track,
.top-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/*! fancyBox fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../images/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../images/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

.resize-active *,
.resize-active *:after,
.resize-active *:before {
	-webkit-transition: none !important;
	transition: none !important;
}

.page-header {
	position: relative;
	top: 0 !important;
	width: 100%;
	z-index: 99;
	left: 0;
}

.header-top {
	background-color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2;
}

.logo {
	display: block;
	width: 79px;
	height: 72px;
	position: relative;
	overflow: hidden;
}

.logo img {
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: none;
}

.burger-block .search-opener {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	display: none;
	text-decoration: none;
}

.burger-block .search-opener:hover {
	opacity: .7;
}

.nav-opener {
	display: block;
	margin-right: 15px;
	text-decoration: none;
	width: 30px;
	height: 20px;
	position: relative;
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -2px;
	height: 4px;
	border-radius: 4px;
	background-color: #9e7d37;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 2px;
}

.nav-opener:after {
	top: auto;
	bottom: 0;
}

.nav-opener:hover span,
.nav-opener:hover:before,
.nav-opener:hover:after {
	background-color: #c6a45b;
}

.nav-drop {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, right .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, right .3s ease-in-out;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #000;
	padding: 24px;
	height: calc(100vh - 72px);
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
}

.nav-active .nav-drop {
	opacity: 1;
	visibility: visible;
}

.nav-drop .search-opener {
	display: none;
}

.nav-drop .social-networks {
	display: none;
}

.nav-inner {
	max-height: calc(100% - 48px);
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.search-block {
	margin-bottom: 10px;
}

.search-holder {
	display: none;
}

.search-holder .search-opener {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.search-holder .search-opener:hover {
	opacity: .7;
}

.search-form {
	font-size: 14px;
	line-height: 1.25;
}

.search-form .input-container {
	position: relative;
}

.search-form input[type="text"],
.search-form input[type="search"] {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	border: 2px solid #fff;
	color: #fff;
	background-color: transparent;
	padding: 7px 40px 7px 10px;
}

.search-form input[type="text"]:focus,
.search-form input[type="search"]:focus {
	border-color: #9e7d37;
	outline: none;
}

.search-form input[type="text"]::-webkit-input-placeholder,
.search-form input[type="search"]::-webkit-input-placeholder {
	color: #fff;
}

.search-form input[type="text"]::-moz-placeholder,
.search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.search-form input[type="text"]:-moz-placeholder,
.search-form input[type="search"]:-moz-placeholder {
	color: #fff;
}

.search-form input[type="text"]:-ms-input-placeholder,
.search-form input[type="search"]:-ms-input-placeholder {
	color: #fff;
}

.search-form input[type="text"].placeholder,
.search-form input[type="search"].placeholder {
	color: #fff;
}

.search-form input[type="submit"],
.search-form button[type="submit"] {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	display: block;
	padding: 0;
	position: absolute;
	top: 2px;
	bottom: 2px;
	right: 2px;
	width: 33px;
	background-color: #9e7d37;
	color: #fff;
	font-size: 24px;
	line-height: 1;
	border: none;
	box-shadow: none;
}

.search-form input[type="submit"]:hover,
.search-form input[type="submit"]:focus,
.search-form button[type="submit"]:hover,
.search-form button[type="submit"]:focus {
	outline: none;
	opacity: .7;
}

.nav-menu {
	font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 24px;
	line-height: 1;
	text-align: center;
	margin-bottom: 30px;
}

.nav-menu > li {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: relative;
	padding: 20px 0 30px;
	margin-bottom: 5px;
}

.nav-menu > li.current .nav-link {
	color: #fff;
}

.nav-menu > li.current .text:before,
.nav-menu > li.current .text:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.nav-menu > li.active .nav-link {
	color: #fff;
}

.nav-menu > li:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 1px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 40px;
	background-color: #9e7d37;
}

.nav-menu .nav-link {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
}

.nav-menu .nav-link:hover {
	color: #fff;
}

.nav-menu .text {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 70px;
}

.nav-menu .text:before,
.nav-menu .text:after {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	height: 2px;
	background-color: currentColor;
	width: 43px;
	left: 0;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}

.nav-menu .text:after {
	left: auto;
	right: 0;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.nav-menu [class*="icon-"] {
	display: block;
	text-align: center;
	font-size: 13px;
	line-height: 1;
}

.drop {
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 15px;
	line-height: 1;
	text-transform: none;
	padding: 20px 0 10px;
	font-weight: 600;
}

.drop li {
	margin-bottom: 20px;
}

.drop li:last-child {
	margin-bottom: 0;
}

.drop li.active a {
	color: #9e7d37;
}

.drop li:after {
	content: none;
}

.drop a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #fff;
	text-decoration: none;
}

.drop a:hover {
	color: #9e7d37;
}

#footer {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	color: #fff;
}

#footer:after {
	content: "";
	position: absolute;
	background: #9e7d37;
	opacity: .85;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

#footer h3,
#footer .h3,
#footer h4,
#footer .h4 {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 500;
}

.footer-col {
	text-align: center;
	margin-bottom: 37px;
}

.footer-col address {
	font-size: 14px;
	line-height: 1.7;
	font-style: normal;
}

.footer-col address span {
	display: block;
}

.footer-col address a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	color: inherit;
}

.footer-col address a:hover {
	opacity: .7;
}

.footer-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-transform: uppercase;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 25px;
}

.footer-list a {
	color: inherit;
}

.footer-list li {
	position: relative;
	padding: 0 15px 0 0;
}

.footer-list li:after {
	content: "|";
	position: absolute;
	top: 0;
	right: 5px;
}

.footer-list li:last-child {
	padding: 0;
}

.footer-list li:last-child:after {
	display: none;
}

.sub-footer {
	padding-top: 15px;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.main-holder {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.search-active {
	overflow: hidden;
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
}

a:hover {
	color: #bf9949;
}

.btn {
	-webkit-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	background: #9e7d37;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
	padding: 13.5px 15px;
	text-decoration: none;
	border: 2px solid #9e7d37;
	letter-spacing: -.025em;
	min-width: 230px;
	text-align: center;
	font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.btn.btn-sm {
	padding: 13px 15px;
}

.btn.btn-light-outline,
.overlay-light .hover-content .section-heading .btn.btn-dark-outline {
	color: #fff;
	border-color: #fff;
	background: transparent;
}

.btn.btn-light-outline:hover,
.overlay-light .hover-content .section-heading .btn.btn-dark-outline:hover {
	background-color: #fff;
	color: #9e7d37;
}

.btn.btn-dark-outline {
	color: #9e7d37;
	border-color: #9e7d37;
	background: transparent;
}

.btn.btn-dark-outline:hover {
	background-color: #9e7d37;
	color: #fff;
}

.btn:hover {
	color: #fff;
	background: #bf9949;
}

h1,
.h1 {
	display: block;
	letter-spacing: -.025em;
}

h2,
.h2 {
	line-height: 1;
	display: block;
	letter-spacing: -.025em;
}

h3,
.h3 {
	display: block;
	letter-spacing: -.025em;
}

h4,
.h4 {
	display: block;
	letter-spacing: -.025em;
}

.base-section {
	position: relative;
	z-index: 3;
	padding: 60px 0 45px;
}

.container {
	max-width: 675px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.bg-stretch {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.accessibility {
	display: block;
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: 100%;
	height: auto;
	text-align: center;
}

.hidden {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 24px;
}

.social-networks li {
	padding: 0 3px;
	margin: 3px 0;
}

.social-networks a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
}

.social-networks a:hover {
	opacity: .7;
}

.with-social .social-networks {
	margin: 3px -4px;
}

.with-social .social-networks li {
	padding: 0 4px;
}

.with-social .social-networks a {
	font-size: 47px;
}

.section-heading {
	margin-bottom: 16px;
	line-height: 1.5;
	text-align: center;
	letter-spacing: -.025em;
}

.section-heading.heading-light {
	color: #fff;
}

.section-heading.heading-light h2,
.section-heading.heading-light .h2,
.section-heading.heading-light h3,
.section-heading.heading-light .h3 {
	color: #fff;
}

.section-heading.heading-light h2:after,
.section-heading.heading-light .h2:after,
.section-heading.heading-light h3:after,
.section-heading.heading-light .h3:after {
	background: #fff;
}

.section-heading.divider h2:after,
.section-heading.divider .h2:after {
	background: #9e7d37;
}

.section-heading h2,
.section-heading .h2 {
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-bottom: 5px;
	position: relative;
	color: #9e7d37;
}

.section-heading h2:after,
.section-heading .h2:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 30px;
	height: 5px;
	background: #9e7d37;
}

.item-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #000;
	text-decoration: none;
	line-height: 1.5rem;
}

.item-heading time {
	color: #9e7d37;
	font-size: 16px;
	margin-right: 8px;
	font-weight: 400;
	text-transform: uppercase;
}

.item-heading time .date {
	font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	font-size: 24px;
	font-weight: 700;
}

.item-heading h4,
.item-heading .h4 {
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.connect-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 40px;
}

.connect-form input[type="text"] {
	height: 60px;
	font-size: 14px;
	border: 0;
	padding: 0 10px;
	width: 100%;
}

.connect-form input[type="text"]::-webkit-input-placeholder {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.connect-form input[type="text"]::-moz-placeholder {
	opacity: 1;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.connect-form input[type="text"]:-moz-placeholder {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.connect-form input[type="text"]:-ms-input-placeholder {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.connect-form input[type="text"].placeholder {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.connect-form .btn {
	position: relative;
	min-width: 60px;
	text-indent: -9999px;
	border: 0;
}

.connect-form .btn [class*="icon-"] {
	font-size: 35px;
}

.top-slide-section {
	position: relative;
	overflow: hidden;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.top-slide-section:after {
	content: "";
	display: block;
	width: 0;
	min-height: 220px;
}

.top-slide-heading {
	width: 100%;
	padding: 60px 0;
	text-align: center;
	color: #fff;
	z-index: 2;
}

.top-slide-heading .logo-full {
	display: block;
	margin: 0 auto;
	padding: 0 30px;
	max-width: 650px;
}

.top-slide-heading .scroll-link {
	position: absolute;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 9;
}

.top-slider {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.top-slider .slick-list,
.top-slider .slick-track {
	height: 100%;
}

.top-slider .sindle-slide {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #2d526d;
}

.scroll-link {
	color: inherit;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	line-height: 1.44;
	font-weight: 600;
	letter-spacing: -.025em;
	text-decoration: none;
	white-space: nowrap;
	text-shadow: 0 3px 7px rgba(0, 0, 0, .6);
}

.scroll-link:hover {
	color: #c6a45b;
}

.scroll-link [class^="icon-"] {
	display: block;
	text-align: center;
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.video-holder {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.video-holder:before {
	content: "";
	width: 0;
	display: block;
	padding-top: 56.25%;
}

.play-button {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 77px;
	height: 75px;
	border-radius: 50%;
	border: 7px solid #9e7d37;
}

.play-button:before {
	height: 0;
	width: 0;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #9e7d37;
	border-top: 20px solid transparent;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.info-block {
	margin-bottom: 70px;
}

.info-block:nth-last-of-type(1) {
	margin-bottom: 0;
}

.info-block.text-block .info-item {
	position: relative;
}

.info-block.text-block .info-item:before {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: -15px;
	background: #000;
	z-index: -1;
	opacity: 0;
}

.info-block.text-block .info-item:hover {
	color: #fff;
}

.info-block.text-block .info-item:hover:before {
	opacity: 1;
}

.info-block.text-block .info-item:hover a:not(.read-more) {
	color: #fff;
}

.info-block.text-block .info-item:hover .item-content {
	color: #fff;
}

.info-block .btn-wrapper {
	width: 100%;
	text-align: center;
}

.item-content {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-size: 13px;
}

.info-item {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	margin-bottom: 30px;
	width: 100%;
}

.info-item h3,
.info-item .h3,
.info-item h4,
.info-item .h4 {
	font-size: 16px;
}

.info-item h3 a,
.info-item .h3 a,
.info-item h4 a,
.info-item .h4 a {
	color: #000;
}

.read-more {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}

.grid-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.grid-col {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.grid-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	padding: 15px 10px;
	margin-bottom: 10px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -.025em;
}

.grid-item:hover {
	color: inherit;
}

.grid-item.w-100 {
	width: 100%;
}

.grid-item.w-50 {
	width: calc((100% - 10px)/2);
}

.grid-item.w-50 .hover-content h3 {
	font-size: 28px;
}

.grid-item.h-100:after {
	min-height: 180px;
}

.grid-item:after {
	content: "";
	display: block;
	width: 0;
	min-height: 60px;
}

.grid-item h3,
.grid-item .h3 {
	text-transform: uppercase;
	line-height: 1;
}

.grid-row.three .grid-col{
	text-align: center;
}

.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.align-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.align-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.justify-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.justify-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.hover-content {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	position: absolute;
	visibility: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 15px 10px;
	background: #000;
	color: #fff;
	opacity: 0;
	-webkit-transform: translateY(30%);
	-ms-transform: translateY(30%);
	transform: translateY(30%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}

.overlay-light .hover-content {
	background-color: #9e7d37;
}

.overlay-light .hover-content .section-heading h3,
.overlay-light .hover-content .section-heading .h3 {
	color: #fff;
}

.overlay-light .hover-content .section-heading h3:after,
.overlay-light .hover-content .section-heading .h3:after {
	background-color: #000;
}

.hover-content .section-heading {
	width: 100%;
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 0;
}

.hover-content .section-heading h3,
.hover-content .section-heading .h3 {
	padding-bottom: 25px;
	margin-bottom: 10px;
}

.hover-content .section-heading p {
	margin-bottom: 25px;
}

.visible-content.color-white,
.visible-content.color-white * {
	color: #fff;
	text-shadow: 0 3px 11px rgba(0, 0, 0, .6);
}

.visible-content.text-center {
	text-align: center;
}

.visible-content h3:only-child,
.visible-content .h3:only-child {
	margin-bottom: 0;
}

.social-media-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.social-col {
	margin-bottom: 40px;
}

.social-col .media-holder {
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
}

.social-col.media-col {
	width: 100%;
}

.social-col.media-col .media-holder {
	min-height: 0;
}

.social-col.media-col .media-holder .img-holder {
	margin-bottom: 20px;
}

.social-col.media-col .media-holder .img-holder a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.social-col.media-col .media-holder .img-holder a:hover {
	opacity: .7;
}

.social-col.media-col .media-holder .img-holder img {
	width: 100%;
}

.bg-gray {
	background: #f5f5f5;
}

.btn-wrapper {
	text-align: center;
	width: 100%;
}

.banner-section {
	min-height: 400px;
	background-size: cover; 
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
}

.banner-content {
	position: absolute;
	text-shadow: 1px 1px 7px rgba(0, 0, 0, .79);
	text-align: center;
	top: 50%;
  left: 50%;
  color: #fff;
  min-width: 90%;
 	transform: translate(-50%, -50%);
}

.banner-title {
	font-family: "Oswald", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 45px;
	font-weight: 800;
	text-transform: uppercase;
}

.banner-title a {
	color:#fff;
	display: block;
}

.breadcrumbs {
	padding: 0;
	margin: 15px 0 0;
	font-size: 16px;
	list-style-type: none;
}

.breadcrumbs li {
	display: inline;
	text-transform: capitalize;
	padding: 0;
	margin: 0;
}

.breadcrumbs li a {
	color: #fff;
}

.content-section .container {
	padding: 30px 15px;
	font-size: 14px;
	line-height: 1.5em;
}

.content-section h1 {
	text-align: center;
	line-height: 1.2em;
	color: #9e7d37;
	text-transform: uppercase;
}

.content-section h2 {
	font-size: 38px;
}

.buffer .vidtext {
	max-width: 800px;
	width: auto;
}

.buffer #media-player,
.buffer .vidlinkbox {
	max-width: 800px;
	margin: 0 auto;
	float: none;
}

.buffer .vidlinkbox:after {
	content: "";
	display: block;
	clear: both;
}

.buffer .videoheadline {
	text-align: center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url("../images/fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url("../images/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media (min-width: 768px) {
	.logo {
		width: 168px;
	}

	.burger-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		min-width: 168px;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding-right: 10px;
	}

	.burger-block .search-opener {
		display: block;
		margin-right: 25px;
		font-size: 24px;
		color: #9e7d37;
	}

	.nav-drop {
		left: auto;
		width: 276px;
		padding-left: 0;
		padding-right: 0;
		max-height: none;
		right: -276px;
	}

	.nav-active .nav-drop {
		right: 0;
	}

	.nav-inner {
		max-height: 100%;
	}

	.search-block {
		display: none;
	}

	.search-holder {
		-webkit-transition: opacity .3s ease-in-out;
		transition: opacity .3s ease-in-out;
		display: block;
		position: fixed;
		z-index: 1;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		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;
		background-color: rgba(0, 0, 0, .9);
		font-size: 20px;
		opacity: 0;
		visibility: hidden;
	}

	.search-holder .search-form {
		width: 650px;
	}

	.search-holder .search-opener {
		position: absolute;
		top: 100px;
		right: calc((100vw - 650px) / 2);
		font-size: 42px;
		font-weight: 300;
		text-decoration: none;
	}

	.search-active .search-holder {
		opacity: 1;
		visibility: visible;
	}

	.search-form {
		font-size: 20px;
	}

	.search-form .input-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.search-form input[type="text"],
	.search-form input[type="search"] {
		width: auto;
		max-width: 100%;
		-webkit-box-flex: 10;
		-ms-flex-positive: 10;
		flex-grow: 10;
		border: none;
		border-bottom: 1px solid #9e7d37;
		color: #9e7d37;
		padding: 3px 0;
	}

	.search-form input[type="text"]::-webkit-input-placeholder,
	.search-form input[type="search"]::-webkit-input-placeholder {
		color: #9e7d37;
	}

	.search-form input[type="text"]::-moz-placeholder,
	.search-form input[type="search"]::-moz-placeholder {
		color: #9e7d37;
	}

	.search-form input[type="text"]:-moz-placeholder,
	.search-form input[type="search"]:-moz-placeholder {
		color: #9e7d37;
	}

	.search-form input[type="text"]:-ms-input-placeholder,
	.search-form input[type="search"]:-ms-input-placeholder {
		color: #9e7d37;
	}

	.search-form input[type="text"].placeholder,
	.search-form input[type="search"].placeholder {
		color: #9e7d37;
	}

	.search-form input[type="submit"],
	.search-form button[type="submit"] {
		font-size: 54px;
		margin-right: 10px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		color: #9e7d37;
		background-color: transparent;
		position: static;
		width: auto;
	}

	.search-form.nav-search {
		display: none;
	}

	#footer h3,
	#footer .h3,
	#footer h4,
	#footer .h4 {
		font-size: 24px;
	}

	#footer .content-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px;
	}

	.footer-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		width: 33.3333%;
		padding: 0 15px;
		margin-bottom: 25px;
	}

	.footer-list {
		margin-bottom: 0;
	}

	.sub-footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 0;
	}

	h2,
	.h2 {
		font-size: 60px;
	}

	h3,
	.h3 {
		font-size: 20px;
	}

	h4,
	.h4 {
		font-size: 20px;
	}

	.base-section {
		padding: 55px 0;
	}

	.with-social .social-networks {
		margin: 3px -7px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.with-social .social-networks li {
		padding: 0 7px;
	}

	.with-social .social-networks a {
		font-size: 73px;
	}

	.section-heading {
		font-size: 16px;
		margin-bottom: 60px;
	}

	.section-heading.text-left {
		text-align: left;
	}

	.section-heading.text-left h2:after,
	.section-heading.text-left .h2:after,
	.section-heading.text-left h3:after,
	.section-heading.text-left .h3:after {
		left: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.section-heading h2,
	.section-heading .h2 {
		margin-bottom: 5px;
		padding-bottom: 19px;
	}

	.connect-form {
		max-width: 640px;
		margin-bottom: 55px;
	}

	.connect-form input[type="text"]::-webkit-input-placeholder {
		font-size: 16px;
	}

	.connect-form input[type="text"]::-moz-placeholder {
		font-size: 16px;
	}

	.connect-form input[type="text"]:-moz-placeholder {
		font-size: 16px;
	}

	.connect-form input[type="text"]:-ms-input-placeholder {
		font-size: 16px;
	}

	.connect-form input[type="text"].placeholder {
		font-size: 16px;
	}

	.connect-form .btn {
		text-indent: 0;
		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;
		min-width: 157px;
		text-transform: uppercase;
	}

	.connect-form .btn [class*="icon-"] {
		margin-right: 12px;
	}

	.top-slide-section:after {
		min-height: 480px;
	}

	.info-block {
		margin-bottom: 42px;
		padding-bottom: 49px;
		position: relative;
	}

	.info-block.video-block {
		margin: 0 0 42px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-line-pack: start;
		align-content: flex-start;
	}

	.info-block.video-block .info-item {
		width: calc((100% - 30px)/2);
		padding: 0 0 24px;
		margin: 0;
	}

	.info-block .btn-wrapper {
		margin-bottom: 0;
		-ms-flex-item-align: end;
		align-self: flex-end;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}

	.item-content {
		font-size: 16px;
	}

	.info-item h3,
	.info-item .h3,
	.info-item h4,
	.info-item .h4 {
		font-size: 20px;
	}

	.grid-row {
		margin: 0 -8px;
	}

	.grid-row:nth-child(2n) .grid-col.wide {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.grid-col {
		width: 33.33%;
		padding: 0 8px;
	}

	.grid-col.wide {
		width: 66.67%;
	}

	.grid-item {
		margin-bottom: 16px;
		padding: 25px 15px;
	}

	.grid-item.w-50 {
		width: calc((100% - 16px)/2);
	}

	.grid-item.h-100:after {
		min-height: 250px;
		padding-bottom: 0;
	}

	.grid-item:after {
		min-height: 90px;
	}

	.hover-content {
		padding: 25px 15px;
	}

	.social-media-block {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.social-col {
		width: calc((100% - 30px)/2);
		margin-bottom: 60px;
		padding-bottom: 49px;
		position: relative;
	}

	.social-col.media-col .media-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 0;
	}

	.social-col.media-col .media-holder .img-holder {
		width: calc((100% - 64px)/3);
		padding-bottom: 15px;
		margin-bottom: 0;
	}

	.social-col .btn-wrapper {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
}

@media (min-width: 1024px) {
	#header {
		height: auto !important;
	  width: 240px;
	  position: relative;
	  background: #000;
	}

	.page-header {
		position: fixed;
		width: 240px;
	}

	.header-top {
		display: block;
	}

	.header-top .social-networks {
		/*display: none;*/
		float:left;
		padding: 5px 5px 15px;
	}

	.logo {
		width: 100%;
		height: 110px;
	}

	.burger-block {
		padding: 5px 0 5px;
		float: right;
		display: inline;
		min-width: auto;
	}

	.burger-block .search-opener {
		margin-right: 8px;
		font-size: 22px;
	}

	.nav-opener {
		display: none;
	}

	.nav-drop {
		position: static;
		opacity: 1;
		visibility: visible;
		padding-top: 0;
		height: calc(100vh - 130px);
		width: 100%;
	}

	.nav-drop .social-networks {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.nav-inner {
		width: auto;
		/*margin-right: -17px;
		padding-right: 17px;*/
	}

	.nav-inner .social-networks {
		/*margin-right: -17px;*/
	}

	.search-holder {
		left: 240px;
	}

	.search-holder .search-opener {
		right: calc((100vw - 925px) / 2);
	}

	.main-nav {
		/*margin-right: -17px;*/
	}

	.nav-menu {
		font-size: 20px;
	}

	.nav-menu > li {
		padding: 17px 0;
		margin-bottom: 0;
		margin-top: -1px;
	}

	.nav-menu > li.hover,
	.nav-menu > li:hover {
		background: #9e7d37;
	}

	.nav-menu > li.hover .nav-link,
	.nav-menu > li:hover .nav-link {
		color: #fff;
	}

	.drop {
		position: fixed;
		top: auto;
		left: 240px;
		width: 300px;
		background: #9e7d37;
		z-index: 99;
		text-align: left;
		padding: 45px 45px 55px;
		display: none;
	}

	.drop a:hover {
		color: #000;
	}

	#wrapper:after {
		content: "";
		display: block;
		width: 0;
		min-height: 400vh;
	}

	.sticky-wrap-page-header {
		height: auto !important;
		width: 240px;
		background: #000;
		position: relative;
	}

	#wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.item-heading {
		font-size: 20px;
	}

	.item-heading time {
		font-size: 22px;
	}

	.item-heading time .date {
		font-size: 32px;
	}

	.connect-form {
		margin-bottom: 35px;
		max-width: 770px;
	}

	.connect-form input[type="text"] {
		padding: 0 15px;
		margin-right: 14px;
	}

	.connect-form input[type="text"]::-webkit-input-placeholder {
		font-size: 18px;
	}

	.connect-form input[type="text"]::-moz-placeholder {
		font-size: 18px;
	}

	.connect-form input[type="text"]:-moz-placeholder {
		font-size: 18px;
	}

	.connect-form input[type="text"]:-ms-input-placeholder {
		font-size: 18px;
	}

	.connect-form input[type="text"].placeholder {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	#footer {
		padding-bottom: 100px;
	}

	#footer .content-holder {
		margin-bottom: 40px;
	}

	.footer-col address {
		font-size: 16px;
	}

	.sub-footer {
		font-size: 16px;
	}

	h3,
	.h3 {
		font-size: 36px;
	}

	.container {
		max-width: 1150px;
	}

	.video-hold .hero-video {
	    top: -30px;
	}

	.top-slide-section:after {
		min-height: 480px;
	}

	.news-wrapper {
		margin: 0 -15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.info-block {
		padding: 0 15px 49px;
		width: 33%;
		margin-bottom: 0;
	}

	.info-block.video-block {
		width: 67%;
		margin-bottom: 0;
	}

	.grid-row {
		margin: 0 -15px;
	}

	.grid-col {
		padding: 0 15px;
	}

	.grid-item {
		padding: 40px 20px;
		margin-bottom: 30px;
	}

	.grid-item:hover .hover-content {
		opacity: 1;
		visibility: visible;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.grid-item.w-50 {
		width: calc((100% - 30px)/2);
	}

	.grid-item.h-100:after {
		min-height: 460px;
	}

	.grid-item:after {
		min-height: 180px;
	}

	.hover-content {
		padding: 40px 20px;
	}

	.social-media-block {
		margin: 0 -17px;
	}

	.social-col {
		width: 33.3333%;
		padding: 0 17px 49px;
		position: relative;
	}

	.social-col .media-holder {
		margin-bottom: 30px;
	}

	.social-col.media-col {
		width: 33.3333%;
	}

	.social-col.media-col .media-holder .img-holder {
		width: calc((100% - 30px)/2);
	}
}

@media (min-width: 1450px) {
	.nav-menu {
		font-size: 24px;
	}

	.nav-menu > li {
		padding: 20px 0;
	}

	.top-slide-section:after {
		min-height: 530px;
	}
}

@media (min-width: 1600px) {
	.top-slide-section:after {
		min-height: 780px;
	}
}

@media (max-width: 1199px) {
	.social-col:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 1023px) {

	.drop {
		display: block !important;
		opacity: 1 !important;
	}

	.nav-active {
		overflow: hidden;
		width: 100%;
		position: fixed;
	}

	.banner-section {
		background-position: 80% 50%;
	}

	.banner-title {
		font-size: 38px;
	}

	.content-section h1 {
		font-size: 30px;
	}

	.content-section h2 {
		font-size: 26px;
	}
}

@media (max-width: 767px) {
	.container {
		padding: 0 25px;
	}

	.grid-item {
		background-position: 0% 30%;
	}

	.grid-col.mobile-50 {
		width: calc((100% - 10px)/2);
	}

	.hide-on-mobile {
		display: none;
	}

	.connect-form {
		margin: 0 auto 38px;
	}

	.connect-form .btn [class*="icon-"] {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		text-indent: 0;
	}
}


	
