/*! 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;
}*/

.main-menu,
.main-menu .drop ul,
.social-list,
.footer-menu,
.footer-social,
.serveces-item-list,
.social-news,
.social-news .title-list,
.social-news .share-list,
.instagram-section .item-list {
	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;
}

body {
	color: #000;
	background: #fff;
	font: 16px/1.625 "Open Sans", "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;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: #394114;
}

h1,
.h1 {
	font-size: 40px;
}

h2,
.h2 {
	font-size: 36px;
}

h3,
.h3 {
	font-size: 18px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #947115;
}

.buffer a {
	text-decoration: underline;
}

.buffer a:hover {
	color: #394114;
	text-decoration: underline;
}

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 #947115;
	padding: 5px 24px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #674f0f;
}

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: #947115;
}

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: #947115;
}

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: #947115;
}

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: #947115;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #947115;
}

.buffer input[type="text"]::-webkit-input-placeholder,
.buffer input[type="tel"]::-webkit-input-placeholder,
.buffer input[type="email"]::-webkit-input-placeholder,
.buffer input[type="search"]::-webkit-input-placeholder,
.buffer input[type="password"]::-webkit-input-placeholder,
.buffer textarea::-webkit-input-placeholder {
 	color: #555;
 }
 
.buffer input[type="text"]::-moz-placeholder,
.buffer input[type="tel"]::-moz-placeholder,
.buffer input[type="email"]::-moz-placeholder,
.buffer input[type="search"]::-moz-placeholder,
.buffer input[type="password"]::-moz-placeholder,
.buffer textarea::-moz-placeholder {
 	opacity: 1;
 	color: #555;
 }
 
.buffer input[type="text"]:-moz-placeholder,
.buffer input[type="tel"]:-moz-placeholder,
.buffer input[type="email"]:-moz-placeholder,
.buffer input[type="search"]:-moz-placeholder,
.buffer input[type="password"]:-moz-placeholder,
.buffer textarea:-moz-placeholder {
 	color: #555;
 }
 
.buffer input[type="text"]:-ms-input-placeholder,
.buffer input[type="tel"]:-ms-input-placeholder,
.buffer input[type="email"]:-ms-input-placeholder,
.buffer input[type="search"]:-ms-input-placeholder,
.buffer input[type="password"]:-ms-input-placeholder,
.buffer textarea:-ms-input-placeholder {
 	color: #555;
 }
 
.buffer input[type="text"].placeholder,
.buffer input[type="tel"].placeholder,
.buffer input[type="email"].placeholder,
.buffer input[type="search"].placeholder,
.buffer input[type="password"].placeholder,
.buffer textarea.placeholder {
	color: #555;
}

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;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.ttf?s5adrm") format("truetype"), url("../fonts/icomoon.woff?s5adrm") format("woff"), url("../fonts/icomoon.svg?s5adrm#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[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-add:before {
	content: "";
}

.icon-youtube-play:before {
	content: "";
}

.icon-youtube-rounded:before,
.social-list.rounded .icon-youtube:before {
	content: "";
}

.icon-mail:before {
	content: "";
}

.icon-briefcase:before {
	content: "";
}

.icon-flag:before {
	content: "";
}

.icon-ico4:before {
	content: "";
}

.icon-intership:before {
	content: "";
}

.icon-medal:before {
	content: "";
}

.icon-military:before {
	content: "";
}

.icon-star-rate:before {
	content: "";
}

.icon-dots:before {
	content: "";
}

.icon-refresh:before {
	content: "";
}

.icon-reply:before {
	content: "";
}

.icon-search:before {
	content: "";
}

.icon-instagram-circle:before,
.social-list.rounded .icon-instagram:before {
	content: "";
}

.icon-twitter-circle:before,
.social-list.rounded .icon-twitter:before {
	content: "";
}

.icon-facebook-circle:before,
.social-list.rounded .icon-facebook:before {
	content: "";
}

.icon-instagram:before {
	content: "";
}

.icon-twitter:before {
	content: "";
}

.icon-facebook:before {
	content: "";
}

.icon-search1:before {
	content: "";
}

.icon-magnifier:before {
	content: "";
}

.icon-magnifying-glass:before {
	content: "";
}

.icon-inspect:before {
	content: "";
}

.icon-find:before {
	content: "";
}

.icon-angle-right:before {
	content: "";
}

.icon-youtube:before {
	content: "";
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.div {
	display: block;
}

/* Slick slider styles */

.news-gallery {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.news-gallery .slick-track,
.news-gallery .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;
}

.image-slideshow {
	margin: 30px auto 100px;
	position: relative;
	z-index: 1;
	max-width: 250px;
}

@media (min-width: 767px) {
	.image-slideshow {
		max-width: 700px;
	}
}

@media (min-width: 1023px) {
	.image-slideshow {
		max-width: 900px;
	}
}

.image-slideshow .item {
	margin: 0 0 20px;
	text-align: center;
}

.image-slideshow .item a {
	display: inline-block;
	vertical-align: top;
}

.image-slideshow img {
	display: inline-block;
}

.image-slideshow .slick-arrow {
	bottom: -60px;
}

.image-slideshow .slick-arrow.slick-prev {
	left: calc(50% - 66px);
}

.image-slideshow .slick-arrow.slick-next {
	right: calc(50% - 66px);
}

.slick-arrow {
	-webkit-transition: all .3s ease-in-out, all .3s ease-in-out;
	transition: all .3s ease-in-out, all .3s ease-in-out;
	width: 52px;
	height: 52px;
	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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #2d340e;
	border-radius: 50%;
	background: #2d340e;
	padding: 0;
	font-size: 22px;
	color: #ffffff;
	position: absolute;
	z-index: 9;
}

.slick-arrow:hover {
	background-color: none;
	border: 2px solid #2d340e;
	color: #fff;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-dots {
	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;
	margin: 0 -2px;
	padding: 12px 0 0;
}

.slick-dots li {
	padding: 0 2px;
}

.slick-dots li.slick-active button {
	background: #d32833;
}

.slick-dots button {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	background: none;
	border-radius: 50%;
	padding: 0;
	margin: 0;
	border: 1px solid #0d2340;
	width: 15px;
	height: 15px;
	font-size: 0;
	line-height: 0;
}

.slick-dots button:hover {
	background: #d32833;
}

.slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
}

#media-section {
	position: relative;
}


#media-section .holder:before,
#media-section .holder:after {
	content: "";
	border-radius: 50%;
	height: 500px;
	width: 500px;
	background-color: #c7ac77;
	opacity: .3;
	position: absolute;
	z-index: 0;
}

#media-section .holder:before {
	top: 10%;
	left: -10%;
	background-color: #0277a9;
}

#media-section .holder:after {
	bottom: 10%;
	right: -10%;
	/*background-color: #d32833;*/
}

#media-section .holder {
	padding: 70px 20px;
	position: relative;
}

#media-section .image-wrap {
    /*min-height: 220px;*/
    height: auto;
    box-sizing: border-box;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat:no-repeat;
    position: relative;
}

#media-section .icon-prev,
#media-section .icon-next {
	font-family: inherit !important;
}

#media-section .icon-prev:before {
	content: "<";
}

#media-section .icon-next:before {
	content: ">";
}

#media-section .lightbox .play-icon {
	position: absolute;
	top: calc(50% - 21px);
	left: calc(50% - 31px);
	width: 62px;
	height: 42px;
	background: #d32833;
	border-radius: 10px;
	z-index: 2;
	display: inline-block;
}

#media-section .lightbox .play-icon:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 54%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-style: solid;
	border-width: 10px 0 10px 17px;
	border-color: transparent transparent transparent #fff;
	z-index: 2;
}

#media-section .play.lightbox {
	position: relative;
	display: block;
}

#media-section .gallery-tile p {
	color: #fff;
	font-size: 1.125rem;
}

#media-section .gallery-tile a {
	color: #fff;
}

#media-section .gallery-tile a:hover {
	text-decoration: underline;
}

.gallery-tile {
	padding: .8em;
	width: fit-content;
}

.gallery-tile .image-wrap {
	min-height: 220px;
	background-position: 50% 50%;
	background-size: cover;
}

.gallery-tile.new .image-wrap {
	min-height: 200px;
}

#media-section .btn-holder a {
	width: 100%;
    max-width: 150px;
    display: inline-block;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

.nav-active,
.search-active {
	overflow: hidden !important;
}

.nav-active #header.header-fixed .logo .logo-fixed {
	opacity: 0;
	visibility: hidden;
}

#header {
	-webkit-transition: background-color .3s ease-in-out, padding .3s ease-in-out;
	transition: background-color .3s ease-in-out, padding .3s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 17px 0;
}

#header.header-fixed {
	width: 100% !important;
	background: #fff;
}

#header.header-fixed .logo .logo-fixed {
	opacity: 1;
	visibility: visible;
}

.nav-active #header {
	background-color: #2d340e;
}

#header > .container {
	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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#header .social-list {
	color: #fff;
	font-size: 20px;
}

#header .social-list .name {
	display: none;
}

#header .social-list li {
	padding: 0 5px;
}

#header .social-list a:hover {
	color: #947115;
}

#header .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	max-width: calc(100% - 200px);
}

#header .logo {
	width: 200px;
	display: block;
}

#header .logo a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

#header .logo .logo-fixed {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

#header .contact-btn {
	font-size: 16px;
	padding: 9px 23px 7px;
}

#header .options {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 17px 0 0;
}

.nav-open-btn {
	width: 30px;
	height: 25px;
	position: relative;
	display: block;
}

.nav-open-btn:before,
.nav-open-btn:after {
	content: "";
}

.nav-open-btn:before,
.nav-open-btn:after,
.nav-open-btn span {
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	background-color: #fff;
	border-radius: 2px;
}

.header-fixed .nav-open-btn:before,
.header-fixed .nav-open-btn:after,
.header-fixed
    .nav-open-btn span {
	background-color: #947115;
}

.nav-open-btn:before {
	top: 0;
}

.nav-open-btn:after {
	top: 20px;
}

.nav-open-btn span {
	top: 10px;
	text-indent: -9999px;
}

.nav-active .nav-open-btn:before,
.nav-active .nav-open-btn:after {
	opacity: 0;
}

.nav-active .nav-open-btn span {
	background-color: transparent;
}

.nav-active .nav-open-btn span:before {
	content: "X";
	text-indent: initial;
	font-size: 34px;
	font-weight: 800;
	line-height: 25px;
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.nav-drop .social-list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 24px;
}

.main-menu {
	font-size: 22px;
	line-height: 1;
	text-align: center;
	font-weight: 700;
	color: #fff;
}

.main-menu > li {
	position: relative;
	margin: 0 0 14px;
}

.main-menu > li.drop-active > a {
	color: #937015;
}

.main-menu > li > a {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	position: relative;
	font-weight: 600;
	text-transform: uppercase;
}

.main-menu > li.hover > a {
	color: #937015;
}

.main-menu > li.hover > .has-drop-down-a {
	z-index: 3;
}

.main-menu a {
	color: inherit;
	text-decoration: none;
	font-style: normal;
}

.main-menu .drop {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, padding .3s ease-in-out, max-height .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, padding .3s ease-in-out, max-height .3s ease-in-out;
	opacity: 0;
	max-height: 0;
	font-size: 16px;
	display: block;
	font-weight: 400;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.main-menu .hover > .drop {
	opacity: 1 !important;
	z-index: 2;
}

.main-menu .hover > .drop li:last-child {
	margin-bottom: 0;
}

.search-drop {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: #2d340e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 20px;
	opacity: 0;
	visibility: hidden;
}

.search-active .search-drop {
	opacity: 1;
	visibility: visible;
}

.search-open-btn {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #fff;
	text-decoration: none;
	font-size: 19px;
	line-height: 1;
}

.search-open-btn:hover {
	color: #947115;
}

.nav-active .search-open-btn {
	opacity: 0;
}

.header-fixed .search-open-btn {
	color: #947115;
}

.search-close-btn {
	text-decoration: none;
	color: #fff;
	font-size: 30px;
	line-height: 1;
	font-weight: 300;
	font-style: normal;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -1px;
}

.search-close-btn:hover {
	color: #947115;
}

.search {
	width: 100%;
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
}

.search input[type=search],
.search input[type=text] {
	border-color: #fff;
	color: #fff;
	height: 40px;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	border-right: 0;
	width: calc(100% - 40px);
	background-color: transparent;
	color: #fff;
	padding: 5px 15px;
}

.search input[type=search]::-webkit-input-placeholder,
.search input[type=text]::-webkit-input-placeholder {
	color: #fff;
}

.search input[type=search]::-moz-placeholder,
.search input[type=text]::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.search input[type=search]:-moz-placeholder,
.search input[type=text]:-moz-placeholder {
	color: #fff;
}

.search input[type=search]:-ms-input-placeholder,
.search input[type=text]:-ms-input-placeholder {
	color: #fff;
}

.search input[type=search].placeholder,
.search input[type=text].placeholder {
	color: #fff;
}

.search input[type=search]:focus,
.search input[type=text]:focus {
	outline: none;
}

.search button[type=submit],
.search input[type=submit] {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	border: 1px solid #fff;
	background: none;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 1;
	padding: 0;
	color: #fff;
}

.search button[type=submit]:hover,
.search input[type=submit]:hover {
	background-color: #fff;
	color: #394114;
}

.search button[type=submit]:focus,
.search input[type=submit]:focus {
	outline: none;
}

.search .search-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.search form {
	width: 100%;
	padding: 0 35px 0 0;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.container {
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
}

img {
	max-width: 100%;
	vertical-align: top;
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
}

a:hover {
	color: #674f0f;
}

address {
	font-style: normal;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	display: block;
	font-weight: 700;
	line-height: 1;
}

h1,
.h1 {
	letter-spacing: .6px;
	line-height: 1.1;
}

h3,
.h3 {
	line-height: 1.2;
	margin: 0 0 12px;
}

.text-center {
	text-align: center;
}

.section-heading {
	margin: 0 0 40px;
}

.section-heading h1,
.section-heading .h1,
.section-heading h2,
.section-heading .h2,
.section-heading h3,
.section-heading .h3,
.section-heading h4,
.section-heading .h4,
.section-heading h5,
.section-heading .h5,
.section-heading h6,
.section-heading .h6 {
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.multi-line .line {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 1;
}

.multi-line .line:before {
	content: "";
	position: absolute;
	left: -6px;
	right: -6px;
	bottom: 2px;
	height: 8px;
	background: #947115;
	z-index: -1;
}

.top-decore {
	position: relative;
	z-index: 2;
}

.top-decore:after {
	content: "";
	height: 14px;
	position: absolute;
	z-index: 3;
	left: 0;
	right: 0;
	bottom: 100%;
	background-image: url(../images/top-decore.png);
	/*background-size: cover;*/
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.text-center {
	text-align: center;
}

.bg-dark-gray {
	background: #2d340e;
}

.bg-dark-gray .section-heading {
	color: #fff;
}

.bg-dark-gray .section-heading h1,
.bg-dark-gray .section-heading .h1,
.bg-dark-gray .section-heading h2,
.bg-dark-gray .section-heading .h2,
.bg-dark-gray .section-heading h3,
.bg-dark-gray .section-heading .h3,
.bg-dark-gray .section-heading h4,
.bg-dark-gray .section-heading .h4,
.bg-dark-gray .section-heading h5,
.bg-dark-gray .section-heading .h5,
.bg-dark-gray .section-heading h6,
.bg-dark-gray .section-heading .h6 {
	color: #fff;
}

.hidden {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

.social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	margin: 0 -5px -10px;
	line-height: 1;
}

.social-list.rounded {
	font-size: 53px;
	margin: 0 -7px -14px;
}

.social-list.rounded .name {
	display:none;
}

.social-list.rounded li {
	padding: 0 7px 14px;
}

.social-list.rounded a {
	display: inline-block;
	vertical-align: top;
}

.social-list.rounded a [class*=icon-] {
	display: inline-block;
	vertical-align: top;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.social-list li {
	padding: 0 5px 10px;
}

.social-list a {
	color: inherit;
	text-decoration: none;
}

#footer {
	color: #fff;
}

#footer .container {
	max-width: 1480px;
}

#footer .top-block {
	background-color: #2d340e;
	padding: 63px 0 62px;
	border-bottom: 6px solid #212609;
}

#footer .bottom-block {
	background-image: url(../images/footer-bg.png);
	background-size: cover;
	background-position: 50% 50%;
	background-color: #947115;
	padding: 38px 0;
}

#footer .menu-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.address-list {
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
}

.address-list address,
.address-list .address {
	margin: 0 0 64px;
}

address .h3,
.address .h3 {
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: inherit;
	text-transform: uppercase;
	margin: 0 0 2px;
	font-size: 18px;
}

address p,
.address p {
	margin: 0 0 24px;
}

address .text,
.address .text {
	display: block;
}

address .text a,
.address .text a {
	color: inherit;
	text-decoration: none;
}

address .text a:hover,
.address .text a:hover {
	text-decoration: underline;
}

address .link,
.address .link {
	-webkit-transition: border-bottom .3s ease-in-out;
	transition: border-bottom .3s ease-in-out;
	color: inherit;
	text-decoration: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 0 10px 0 0;
	line-height: 1;
	border-bottom: 1px solid #fff;
	font-weight: 700;
}

address .link:hover,
.address .link:hover {
	border-bottom-color: transparent;
}

address .link:after,
.address .link:after {
	content: "»";
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.subscribe-form {
	margin: 0 0 36px;
}

.subscribe-form .title {
	display: block;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: -.4px;
	margin: 0 0 30px;
}

.subscribe-form input[type=email],
.subscribe-form input[type=text] {
	border-color: #fff;
	border-width: 2px;
	color: #fff;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.subscribe-form input[type=email]::-webkit-input-placeholder,
.subscribe-form input[type=text]::-webkit-input-placeholder {
	color: currentColor;
}

.subscribe-form input[type=email]::-moz-placeholder,
.subscribe-form input[type=text]::-moz-placeholder {
	opacity: 1;
	color: currentColor;
}

.subscribe-form input[type=email]:-moz-placeholder,
.subscribe-form input[type=text]:-moz-placeholder {
	color: currentColor;
}

.subscribe-form input[type=email]:-ms-input-placeholder,
.subscribe-form input[type=text]:-ms-input-placeholder {
	color: currentColor;
}

.subscribe-form input[type=email].placeholder,
.subscribe-form input[type=text].placeholder {
	color: currentColor;
}

.subscribe-form .input-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.subscribe-form .input-email {
	width: 100%;
	margin: 0 0 12px;
}

.subscribe-form .input-zip {
	width: calc(100% - 78px);
	margin: 0 16px 0 0;
}

.subscribe-form button[type=submit] {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	width: 62px;
	height: auto;
	background-color: #2d340e;
	color: #fff;
	border: 2px solid #2d340e;
	font-size: 27px;
	padding: 0;
}

.subscribe-form button[type=submit]:hover {
	background-color: #fff;
	color: #2d340e;
}

.footer-menu {
	width: 40%;
	max-width: 50%;
}

.footer-menu li {
	margin: 0 0 8px;
}

.footer-menu a {
	color: inherit;
}

.footer-menu a:hover {
	text-decoration: underline;
}

.footer-social {
	width: 40%;
	max-width: 50%;
}

.footer-social li {
	margin: 0 0 8px;
}

.footer-social a {
	color: inherit;
	display: inline-block;
	vertical-align: top;
	padding-left: 33px;
	position: relative;
}

.footer-social a:hover {
	text-decoration: underline;
}

.footer-social [class*=icon-] {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
}

.btn,
#aspnetForm input[type="submit"],
.customform  input[type="submit"] {
	-webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
	color: #fff;
	background: #947115;
	padding: 22px 40px;
	font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	border: 2px solid #947115;
	text-align: center;
}

.btn:hover,
#aspnetForm input[type="submit"]:hover,
.customform  input[type="submit"]:hover {
	text-decoration: none;
	color: #947115;
	background-color: #fff;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	height: 63px;
	width: 100%;
	font-size: 18px;
	line-height: normal;
	font-weight: 400;
	color: #947115;
	background-color: transparent;
}

.buffer input[type="text"],
.buffer input[type="tel"],
.buffer input[type="email"],
.buffer input[type="search"],
.buffer input[type="password"],
.buffer textarea {
	color: #555;
	padding: 5px;
}

textarea {
	height: 150px;
}

.about-section {
	background-image: url(../images/about-section-bg.png);
	background-position: 50% 50%;
	background-size: cover;
	font-size: 14px;
	line-height: 1.625;
	padding: 38px 0;
	position: relative;
	z-index: 5;
}

.about-section p {
	margin: 0 0 24px;
}

.video-section {
	background: #fff;
	padding: 30px 0 48px;
}

.video-section .section-heading {
	text-align: center;
	margin: 0 0 20px;
}

.video-block {
	margin: 0 0 43px;
}

.video-item {
	margin: 0 auto 35px;
	max-width: 360px;
}

.video-item a {
	color: #394114;
}

.video-item a:hover {
	color: #947115;
}

.video-item a:hover .img-preview:after {
	opacity: .4;
}

.video-item .img-preview {
	padding-top: 55%;
	position: relative;
	margin: 0 0 10px;
	background-size: cover;
    background-position: 50% 50%;
}

.video-item .img-preview:after {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #394114;
	opacity: .7;
}

.video-item .img-preview [class^="icon-"] {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 60px;
	color: #fff;
}

.video-item .title {
	font-size: 14px;
	line-height: 1.2;
	display: block;
}

.servece-section {
	padding: 52px 0;
}

.servece-section .section-heading {
	margin: 0 0 10px;
}

.servece-item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
}

.servece-item a:hover .icon-holder:after {
	-webkit-transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	transform: rotate(1deg);
	opacity: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.servece-item .icon-holder {
	width: 46px;
	height: 46px;
	background: #947115;
	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;
	font-size: 28px;
	border-radius: 50%;
	margin: 0 20px 0 0;
	position: relative;
	z-index: 3;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
}

.servece-item .icon-holder:after {
	-webkit-transition: all .3s ease-in-out, .7s .3s ease-in-out;
	transition: all .3s ease-in-out, .7s .3s ease-in-out;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	right: 50%;
	bottom: 50%;
	z-index: -1;
	background: #674f0f;
	opacity: 0;
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.servece-item .icon-holder [class^="icon-"] {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.servece-item .title {
	font-size: 18px;
	line-height: 1.1;
	display: block;
	margin-bottom: 8px;
	letter-spacing: -.5px;
	font-weight: 400;
	width: calc(100% - 66px);
}

.serveces-item-list li {
	margin: 0 0 28px;
}

.news-section {
	background-image: url(../images/news-section-bg.png);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding: 40px 0 47px;
	border-bottom: 19px solid #394114;
}

.news-block {
	margin: 0 0 50px;
}

.news-item {
	font-size: 12px;
	background: #fff;
	margin: 0 auto 30px;
	max-width: 360px;
	box-shadow: 0 0 22.36px 3.64px rgba(0, 0, 0, .25);
	width: 100%;
}

.news-item .info-line {
	background: #394114;
	color: #fff;
	font-size: 16px;
	padding: 4px 24px 5px;
}

.news-item .news-img {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	display: block;
	padding-top: 65%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.news-item .news-img:hover {
	opacity: .8;
}

.news-item .content-wrap {
	padding: 22px 26px 20px;
	min-height: 240px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
}

.news-item h3,
.news-item .h3 {
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.news-item h3 a,
.news-item .h3 a {
	color: inherit;
}

.news-item h3 a:hover,
.news-item .h3 a:hover {
	color: #947115;
}

.news-item p {
	margin: 0 0 16px;
}

.news-item .read-more {
	margin: auto 0 0;
}

.read-more {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.main-intro {
	position: relative;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 80px 0 24px;
	color: #fff;
	overflow: hidden;
	background-color: #394114;
}

.main-intro:after {
	content: "";
	display: block;
	width: 0;
	min-height: 180px;
}

.main-intro:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .50);
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%);
}

.main-intro .container {
	position: relative;
	bottom: 3.6rem;
}

.main-intro h1,
.main-intro .h1,
.main-intro h2,
.main-intro .h2,
.main-intro h3,
.main-intro .h3,
.main-intro h4,
.main-intro .h4,
.main-intro h5,
.main-intro .h5,
.main-intro h6,
.main-intro .h6 {
	color: inherit;
}

.main-intro h1 span,
.main-intro .h1 span,
.main-intro h2 span,
.main-intro .h2 span,
.main-intro h3 span,
.main-intro .h3 span,
.main-intro h4 span,
.main-intro .h4 span,
.main-intro h5 span,
.main-intro .h5 span,
.main-intro h6 span,
.main-intro .h6 span {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.main-intro h1 span:after,
.main-intro .h1 span:after,
.main-intro h2 span:after,
.main-intro .h2 span:after,
.main-intro h3 span:after,
.main-intro .h3 span:after,
.main-intro h4 span:after,
.main-intro .h4 span:after,
.main-intro h5 span:after,
.main-intro .h5 span:after,
.main-intro h6 span:after,
.main-intro .h6 span:after {
	width: auto;
	height: 9px;
	content: "";
	background-color: #947115;
	position: absolute;
	left: -3px;
	right: -3px;
	bottom: -4px;
	z-index: -1;
}

.main-intro h1,
.main-intro .h1 {
	font-size: 32px;
	line-height: .906;
	margin: 0 0 19px;
}

.main-intro .bg-video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
}

.main-intro .content {
	position: relative;
	z-index: 3;
	color: #fff;
	max-width: 400px;
	margin: 0 auto;
}

.main-intro .content p {
	margin: 0 0 12px;
}

.int .main-intro {
	min-height: 300px;
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.int .main-intro:before,
.int .main-intro:after {
	min-height: 300px;
}

.int .internal-section {
	position: relative;
	z-index: 5;
	padding: 0 0 61px;
}

.crumb-bar {
	background-color: #f2f2f0;
	padding: 16px 0;
	margin-bottom: 58px;
	padding-left: 30px;
	text-transform: capitalize;
	color: #394114;
}

.crumb-bar .container {
	padding: 0;
}

.crumb-bar a {
	color: #000;
	text-decoration: none;
}

.crumb-bar .current {
	font-weight:bold;
}

body.empty .buffer {
    font-size: inherit;
    font-family: inherit;

}

.internal-content h1.multi-line {
	text-align: center;
	text-transform: uppercase;
}

.intro-form .intro-form-wrap {
	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;
}

.intro-form .input-holder {
	width: calc(100% - 40px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.intro-form .input-holder input[type=email] {
	width: 68%;
}

.intro-form .input-holder input[type=text] {
	width: 32%;
	border-left: 0;
}

.intro-form input[type=email],
.intro-form input[type=text] {
	color: #fff;
	border-color: #fff;
	height: 37px;
	font-size: 12px;
	padding: 5px 12px;
	font-weight: 500;
}

.intro-form input[type=email]::-webkit-input-placeholder,
.intro-form input[type=text]::-webkit-input-placeholder {
	color: #fff;
}

.intro-form input[type=email]::-moz-placeholder,
.intro-form input[type=text]::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.intro-form input[type=email]:-moz-placeholder,
.intro-form input[type=text]:-moz-placeholder {
	color: #fff;
}

.intro-form input[type=email]:-ms-input-placeholder,
.intro-form input[type=text]:-ms-input-placeholder {
	color: #fff;
}

.intro-form input[type=email].placeholder,
.intro-form input[type=text].placeholder {
	color: #fff;
}

.intro-form input[type=email]:focus,
.intro-form input[type=text]:focus {
	outline: none;
}

.intro-form button[type=submit],
.intro-form input[type=submit] {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	width: 35px;
	height: 37px;
	border: 2px solid #947115;
	background: none;
	font-size: 18px;
	line-height: 1;
	padding: 0;
	background-color: #947115;
	color: #fff;
}

.intro-form button[type=submit]:hover,
.intro-form input[type=submit]:hover {
	color: #947115;
	background-color: #fff;
}

.intro-form button[type=submit]:focus,
.intro-form input[type=submit]:focus {
	outline: none;
}

.social-section {
	padding: 28px 0 47px;
}

.social-section .section-heading {
	margin: 0 0 20px;
}

.social-news:not(.twitter-news) + .btn-wrap {
	margin: 0 0 53px;
}

.social-news {
	position: relative;
	margin: 0 auto 50px;
	max-width: 360px;
}

.social-news:before {
	content: "";
	width: 2px;
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 24px;
	background-image: url(../images/dotted-line.png);
	background-repeat: repeat;
	opacity: .5;
}

.social-news > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px 38px;
}

.social-news .social-icon {
	width: 64px;
	padding: 0 5px;
}

.social-news .social-icon:after {
	content: "";
}

.social-news .news-content {
	width: calc(100% - 67px);
	padding: 0 5px;
	font-size: 12px;
	line-height: 1.5;
}

.social-news .news-content p {
	margin: 0 0 6px;
}

.social-news .news-content time {
	text-transform: uppercase;
	color: #947115;
	letter-spacing: .3px;
	font-weight: 700;
}

.social-news .social-icon {
	font-size: 28px;
	line-height: 1;
}

.social-news .social-icon a {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #394114;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.social-news .social-icon a:hover {
	background: #947115;
}

.social-news .social-icon [class^="icon-"] {
	color: #fff;
}

.social-news .title {
	color: #394114;
	font-size: 14px;
	line-height: 1.3;
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.social-news .title a {
	color: inherit;
}

.social-news .title a:hover {
	color: #947115;
}

.social-news .title-list {
	font-size: 12px;
	line-height: 1.4;
	font-weight: 700;
	margin: 0 0 6px;
}

.social-news .title-list li {
	position: relative;
}

.social-news .title-list li:last-child {
	padding-left: 10px;
}

.social-news .title-list li:last-child:after {
	width: 4px;
	height: 4px;
	content: "";
	background: #394114;
	position: absolute;
	left: 0;
	border-radius: 50%;
	top: 5px;
}

.social-news .share-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 16px;
	margin: 0 -8px;
}

.social-news .share-list li {
	padding: 0 8px;
}

.instagram-section {
	padding: 0 0 20px;
}

.instagram-section .item-list {
	margin: -3px 0;
}

.instagram-section .item-list .title {
	text-transform: uppercase;
	color: #fff;
	font-size: 26px;
	line-height: 30px;
	font-weight: 400;
	margin: 0 0 19px;
	display: block;
}

.instagram-section .item-list li {
	padding: 0 20px;
}

.instagram-section .item-list .img-block {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	min-height: 282px;
	position: relative;
	max-width: 280px;
	margin: 0 auto;
	overflow: hidden;
}

.instagram-section .item-list .img-block:before {
	-webkit-transition: top .3s ease-in-out, left .3s ease-in-out, bottom .3s ease-in-out, right .3s ease-in-out, opacity .3s ease-in-out;
	transition: top .3s ease-in-out, left .3s ease-in-out, bottom .3s ease-in-out, right .3s ease-in-out, opacity .3s ease-in-out;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	right: 50%;
	bottom: 50%;
	background: rgba(57, 65, 20, .7);
	opacity: 0;
}

.instagram-section .item-list .img-block:hover:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
}

.instagram-section .item-list .img-block:hover .plus {
	opacity: 1;
}

.instagram-section .item-list .img-block .plus {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	opacity: 0;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
}

.instagram-section .item-list .img-block .plus:before,
.instagram-section .item-list .img-block .plus:after {
	content: "";
	background: #fff;
	position: absolute;
}

.instagram-section .item-list .img-block .plus:before {
	top: 0;
	bottom: 0;
	width: 3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.instagram-section .item-list .img-block .plus:after {
	left: 0;
	right: 0;
	height: 3px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.social-cta-section {
	padding: 18px 0 29px;
	background-image: url(../images/social-cta-bg.png);
	background-size: cover;
	background-position: 50% 50%;
	background-color: #947115;
	color: #fff;
}

.social-cta-section .social-list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.social-cta-section .social-list a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.social-cta-section .social-list a:hover {
	opacity: .75;
}

.social-cta-section h1,
.social-cta-section .h1,
.social-cta-section h2,
.social-cta-section .h2,
.social-cta-section h3,
.social-cta-section .h3,
.social-cta-section h4,
.social-cta-section .h4,
.social-cta-section h5,
.social-cta-section .h5,
.social-cta-section h6,
.social-cta-section .h6 {
	color: inherit;
}

.social-cta-section .multi-line .line {
	padding: 0;
	margin: 0;
}

.social-cta-section .multi-line .line:before {
	bottom: 4px;
	background-color: #394114;
}

.social-cta-section .section-heading {
	text-align: center;
	margin: 0 0 17px;
}

.social-cta-section .section-heading h1,
.social-cta-section .section-heading .h1,
.social-cta-section .section-heading h2,
.social-cta-section .section-heading .h2,
.social-cta-section .section-heading h3,
.social-cta-section .section-heading .h3,
.social-cta-section .section-heading h4,
.social-cta-section .section-heading .h4,
.social-cta-section .section-heading h5,
.social-cta-section .section-heading .h5,
.social-cta-section .section-heading h6,
.social-cta-section .section-heading .h6 {
	margin-bottom: 0;
}

.social-cta-section h2,
.social-cta-section .h2 {
	font-size: 40px;
	line-height: 1.2;
}

@media (min-width: 768px) {
	#header {
		padding: 36px 0;
	}

	#header.header-fixed {
		padding: 20px 0;
	}

	#header.header-fixed .social-list {
		color: #947115;
	}

	#header.header-fixed .social-list a:hover {
		color: #674f0f;
	}

	#header.header-fixed .nav-drop .social-list {
		color: #fff;
	}

	#header > .container {
		padding: 0 30px;
		max-width: 100%;
	}

	#header .social-list {
		border-right: 1px solid #fff;
		border-left: 1px solid #fff;
		padding: 0 10px 0 5px;
		margin: 0;
	}

	#header .nav-drop .social-list {
		margin: 0 0 24px;
		border: 0;
	}

	#header .holder {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: calc(100% - 326px);
	}

	#header .logo {
		width: 326px;
	}

	#header .contact-btn {
		margin: 0 0 0 25px;
	}

	#header .options {
		padding: 0 11px 0 0;
	}

	.nav-active #header .options .social-list {
		opacity: 0;
	}

	.search-active .nav-drop {
		opacity: 1;
	}

	.search-open-btn {
		margin: 0 16px 0 0;
	}

	.search input[type=search],
	.search input[type=text] {
		height: 50px;
		width: calc(100% - 50px);
	}

	.search button[type=submit],
	.search input[type=submit] {
		width: 50px;
		height: 50px;
	}

	.container {
		max-width: 750px;
	}

	h1,
	.h1 {
		font-size: 60px;
		margin: 0 0 14px;
		line-height: .9;
	}

	h2,
	.h2 {
		font-size: 40px;
	}

	h3,
	.h3 {
		font-size: 20px;
		line-height: 1.5rem;
		margin: 0 0 18px;
	}

	.multi-line .line:before {
		height: 12px;
		bottom: -1px;
	}

	.top-decore:after {
		height: 28px;
	}

	.hidden-tablet {
		display: none !important;
	}

	.social-list {
		font-size: 18px;
	}

	.social-list.rounded {
		font-size: 51px;
	}

	#footer .top-block {
		padding: 67px 0 50px;
	}

	#footer .bottom-block {
		padding: 35px 0;
	}

	.address-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px -59px;
	}

	.address-list address,
	.address-list .address {
		width: 50%;
		margin: 0 0 59px;
		padding: 0 15px;
	}

	address .h3,
	.address .h3 {
		margin: 0 0 4px;
	}

	.subscribe-form {
		margin: 0 0 49px;
	}

	.subscribe-form .title {
		margin: 0 0 32px;
	}

	.subscribe-form .input-email {
		width: 46%;
		margin: 0 23px 0 0;
	}

	.subscribe-form .input-zip {
		margin: 0 23px 0 0;
		width: calc(100% - 46% - 46px - 170px);
	}

	.subscribe-form button[type=submit] {
		width: 170px;
		font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		font-size: 24px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: -.48px;
	}

	.btn {
		font-size: 24px;
		padding: 22px 46px;
		letter-spacing: .6px;
	}

	.btn.btn-sm {
		font-size: 20px;
	}

	.about-section {
		font-size: 16px;
		padding: 58px 0 61px;
	}

	.about-section-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -18px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.about-section-wrap .section-heading {
		width: 56.5%;
	}

	.about-section-wrap .hero-img {
		width: 43.5%;
	}

	.about-section-wrap .section-heading,
	.about-section-wrap .hero-img {
		padding: 0 18px;
	}

	.video-section {
		padding: 90px 0 0;
	}

	.video-section .section-heading {
		text-align: left;
		font-size: 18px;
		line-height: 1.5;
	}

	.video-section .section-heading p {
		margin: 0 0 56px;
	}

	.video-section-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -8px;
	}

	.video-section-wrap .section-heading {
		width: 46%;
	}

	.video-section-wrap .video-block {
		width: 54%;
	}

	.video-section-wrap .section-heading,
	.video-section-wrap .video-block {
		padding: 0 8px;
	}

	.video-item {
		max-width: 100%;
	}

	.video-item .img-preview [class^="icon-"] {
		font-size: 86px;
	}

	.video-item .title {
		font-size: 20px;
	}

	.servece-section {
		padding: 64px 0 108px;
	}

	.servece-section .section-heading {
		margin: 0 0 58px;
	}

	.servece-item.revers-md-item a {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.servece-item.revers-md-item .title {
		text-align: right;
	}

	.servece-item.revers-md-item .icon-holder {
		overflow: hidden;
	}

	.servece-item .icon-holder {
		width: 72px;
		height: 72px;
		font-size: 36px;
		margin: 0 33px 0 0;
	}

	.servece-item .title {
		width: calc(100% - 105px);
		font-size: 21px;
	}

	.serveces-item-list {
		-webkit-column-count: 2;
		column-count: 2;
		margin: 0 0 32px;
	}

	.serveces-item-list li {
		margin: 0 0 40px;
		padding: 0 12px;
	}

	.news-section {
		padding: 75px 0 60px;
	}

	.news-section .section-heading {
		margin: 0 0 54px;
	}

	.news-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -12px 45px;
	}

	.news-block .col {
		width: 50%;
		padding: 0 12px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.news-item {
		font-size: 14px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.news-item .news-img {
		padding-top: 61%;
	}

	.news-item .content-wrap {
		padding: 19px 24px 20px;
		min-height: 226px;
	}

	.news-item p {
		margin: 0 0 12px;
	}

	.read-more {
		font-size: 23px;
	}

	.main-intro {
		padding: 140px 0 56px;
		font-size: 18px;
	}

	.main-intro:after {
		min-height: 306px;
	}

	.main-intro .container {
		bottom: 6.6rem;
	}

	.main-intro h1 span:after,
	.main-intro .h1 span:after,
	.main-intro h2 span:after,
	.main-intro .h2 span:after,
	.main-intro h3 span:after,
	.main-intro .h3 span:after,
	.main-intro h4 span:after,
	.main-intro .h4 span:after,
	.main-intro h5 span:after,
	.main-intro .h5 span:after,
	.main-intro h6 span:after,
	.main-intro .h6 span:after {
		height: 15px;
		left: -9px;
		right: -9px;
		bottom: -5px;
	}

	.main-intro h1,
	.main-intro .h1 {
		font-size: 55px;
		line-height: .909;
		margin: 0 0 12px;
	}

	.main-intro .content {
		max-width: 707px;
	}

	.intro-form .input-holder {
		width: calc(100% - 174px);
	}

	.intro-form .input-holder input[type=email] {
		width: 71%;
	}

	.intro-form .input-holder input[type=text] {
		width: 29%;
	}

	.intro-form input[type=email],
	.intro-form input[type=text] {
		height: 54px;
		border-width: 2px;
		font-size: 16px;
		padding: 5px 16px;
	}

	.intro-form button[type=submit],
	.intro-form input[type=submit] {
		width: 150px;
		height: auto;
		color: #fff;
		font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		font-size: 20px;
		font-weight: 700;
		text-transform: uppercase;
	}

	.social-section {
		padding: 66px 0 25px;
	}

	.social-section .section-heading {
		margin: 0 0 53px;
	}

	.social-news-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.social-news-block .column {
		width: 50%;
	}

	.social-news {
		max-width: none;
		margin: 0 auto 38px;
	}

	.social-news > li {
		margin: 0 -8px 34px;
	}

	.social-news .social-icon {
		width: 67px;
		padding: 0 8px;
	}

	.social-news .news-content {
		padding: 0 8px;
		font-size: 13px;
		line-height: 1.7;
	}

	.social-news .news-content p {
		margin: 0;
	}

	.social-news .news-content time {
		font-size: 14px;
	}

	.social-news .title {
		font-size: 15px;
		margin: 0 0 6px;
	}

	.social-news .title-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.social-news .title-list li:last-child {
		padding-left: 15px;
	}

	.social-news .title-list li:last-child:after {
		left: 5px;
		top: 11px;
	}

	.instagram-section {
		margin: 0 -6px;
	}

	.instagram-section .item-list {
		margin: 0 -4px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.instagram-section .item-list .title {
		font-size: 25px;
	}

	.instagram-section .item-list li {
		padding: 0 6px;
		width: 33.33%;
	}

	.instagram-section .item-list .img-block {
		min-height: 247px;
		max-width: 100%;
		margin: 0;
	}

	.instagram-section .item-list .img-block .plus {
		width: 35px;
		height: 35px;
	}

	.social-cta-section {
		padding: 68px 0 72px;
	}

	.social-cta-section .multi-line .line:before {
		bottom: 0;
	}

	.social-cta-section > .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.social-cta-section .section-heading {
		margin-bottom: 0;
	}

	.social-cta-section h2,
	.social-cta-section .h2 {
		font-size: 50px;
		line-height: 1;
		letter-spacing: -1px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.nav-active .main-menu {
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
	}

	.about-section .section-heading {
		padding-right: 40px !important;
	}

	.about-section h1,
	.about-section .h1 {
		font-size: 55px;
		margin: 0 0 18px;
	}

	.about-section-wrap .section-heading {
		padding-right: 38px;
	}
}

@media (min-width: 768px) and (min-width: 768px) {
	.servece-item.revers-md-item .icon-holder {
		margin: 0 0 0 33px;
	}
}

@media (min-width: 1024px) {
	#header {
		padding: 25px 0;
	}

	#header.header-fixed {
		padding: 20px 0;
	}

	#header.header-fixed .social-list {
		border-left-color: #947115;
	}

	#header > .container {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 1504px;
	}

	#header .social-list {
		padding: 0;
		border-left: 1px solid #fff;
		border-right: 0;
	}

	#header .logo {
		margin-left: 0;
	}

	.nav-open-btn {
		display: none;
	}

	.nav-drop .social-list {
		display: none;
	}

	.main-menu {
		font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		font-size: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		color: #fff;
	}

	.header-fixed .main-menu {
		color: #2d340e;
	}

	.main-menu > li {
		padding: 12px 0;
		margin: 0 16px;
	}

	.main-menu > li > a {
		display: inline-block;
		vertical-align: top;
		padding: 10px 0;
	}

	.main-menu > li > a:after {
		-webkit-transition: width .3s ease-in-out;
		transition: width .3s ease-in-out;
		width: 0;
		height: 5px;
		content: "";
		background-color: #947115;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.main-menu > li.hover > a {
		color: #fff;
	}

	.header-fixed .main-menu > li.hover > a {
		color: #2d340e;
	}

	.main-menu > li.hover > a:after {
		width: 100%;
	}

	.main-menu .drop {
		opacity: 1;
		position: absolute;
		top: 100%;
		font-size: 15px;
		left: 0;
		width: 167px;
		max-height: none;
		display: none;
		text-align: left;
		background-color: #fff;
		color: #394114;
		padding: 22px 12px 25px;
	}

	.main-menu .drop ul li {
		margin: 0 0 23px;
	}

	.main-menu .drop ul li:last-child {
		margin-bottom: 0;
	}

	.main-menu .drop ul a:hover {
		color: #947115;
	}

	.is-touch-device .main-menu .hover > .drop {
		display: block;
	}

	.header-fixed .search-open-btn:hover {
		color: #674f0f;
	}

	.search-close-btn {
		font-size: 40px;
	}

	.search input[type=search],
	.search input[type=text] {
		height: 60px;
		border-width: 2px;
		font-size: 18px;
	}

	.search button[type=submit],
	.search input[type=submit] {
		width: 60px;
		height: 60px;
		border-width: 2px;
	}

	.search form {
		padding: 0 50px 0 0;
	}

	.container {
		max-width: 1210px;
	}

	h1,
	.h1 {
		font-size: 66px;
		margin: 0 0 42px;
	}

	h2,
	.h2 {
		font-size: 60px;
	}

	.multi-line .line:before {
		bottom: 0px;
	}

	.social-list {
		font-size: 20px;
	}

	.social-list.rounded {
		font-size: 60px;
	}

	#footer .top-block {
		padding: 80px 0 75px;
	}

	#footer .top-block .container {
		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;
	}

	#footer .bottom-block .holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#footer .logo-holder {
		width: 25%;
	}

	#footer .menu-holder {
		width: 32%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.address-list {
		width: 75%;
		text-align: left;
	}

	.subscribe-form {
		margin: 0;
		width: 68%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.btn {
		padding: 22px 40px;
	}

	.btn.btn-sm {
		font-size: 24px;
		padding: 24px 34px;
	}

	.about-section {
		font-size: 18px;
		line-height: 1.5;
		padding: 30px 0 4px;
	}

	.about-section p {
		margin: 0 0 38px;
	}

	.about-section-wrap {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.about-section-wrap {
		margin: 0 -20px;
	}

	.about-section-wrap .section-heading {
		width: calc(100% - 490px);
	}

	.about-section-wrap .hero-img {
		width: 490px;
	}

	.about-section-wrap .section-heading,
	.about-section-wrap .hero-img {
		padding: 0 32px;
	}

	.video-section {
		padding: 99px 0;
	}

	.video-section .section-heading p {
		margin: 0 0 45px;
	}

	.video-section .multi-line span:first-child:before {
		display: none;
	}

	.video-section-wrap {
		margin: 0 -40px;
	}

	.video-section-wrap .section-heading {
		width: 32%;
	}

	.video-section-wrap .video-block {
		width: calc(68% + 32px);
	}

	.video-section-wrap .section-heading,
	.video-section-wrap .video-block {
		padding: 0 40px;
	}

	.video-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -16px;
	}

	.video-block .col {
		padding: 0 16px;
		width: 50%;
	}

	.servece-section {
		padding: 99px 0 108px;
	}

	.servece-section .section-heading {
		margin: 0 0 31px;
	}

	.servece-item .title {
		font-size: 24px;
	}

	.serveces-item-list li {
		padding: 0 26px;
	}

	.news-section {
		padding: 61px 0 60px;
		border-bottom: 12px solid #394114;
	}

	.news-section .section-heading {
		margin: 0 0 18px;
	}

	.news-block {
		margin: 0 -36px 42px;
	}

	.news-block .col {
		padding: 0 36px;
		width: 33.33%;
	}

	.main-intro {
		padding: 120px 0 82px;
		font-size: 24px;
	}

	.main-intro:after {
		min-height: 360px;
	}

	.main-intro .container {
		bottom: 9rem;
	}

	.main-intro h1 span:after,
	.main-intro .h1 span:after,
	.main-intro h2 span:after,
	.main-intro .h2 span:after,
	.main-intro h3 span:after,
	.main-intro .h3 span:after,
	.main-intro h4 span:after,
	.main-intro .h4 span:after,
	.main-intro h5 span:after,
	.main-intro .h5 span:after,
	.main-intro h6 span:after,
	.main-intro .h6 span:after {
		height: 20px;
	}

	.main-intro h1,
	.main-intro .h1 {
		font-size: 70px;
		margin: 0 0 20px;
	}

	.main-intro .content p {
		margin: 0 0 21px;
	}

	.intro-form input[type=email],
	.intro-form input[type=text] {
		height: 66px;
		font-size: 20px;
	}

	.intro-form button[type=submit],
	.intro-form input[type=submit] {
		font-size: 26px;
	}

	.social-section .section-heading {
		margin: 0 0 16px;
	}

	.social-news-block .column {
		padding: 0 24px;
	}

	.social-news:before {
		left: 22px;
	}

	.social-news > li {
		margin: 0 -18px 34px;
	}

	.social-news .social-icon {
		width: 80px;
		padding: 0 13px;
	}

	.social-news .news-content {
		padding: 0 13px;
		width: calc(100% - 82px);
	}

	.social-news .title {
		font-size: 22px;
		line-height: 1.2;
	}

	.social-news .title-list {
		font-size: 18px;
	}

	.instagram-section .item-list .title {
		font-size: 30px;
		line-height: 36px;
	}

	.instagram-section .item-list li {
		width: 20%;
	}

	.instagram-section .item-list .img-block {
		min-height: auto;
		padding-top: 100%;
	}

	.instagram-section .item-list .img-block .plus {
		width: 45px;
		height: 45px;
	}

	.social-cta-section {
		padding: 54px 0 59px;
	}

	.social-cta-section .multi-line .line:before {
		bottom: 3px;
	}

	.social-cta-section h2,
	.social-cta-section .h2 {
		font-size: 60px;
	}
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.nav-drop {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
	}

	.main-menu > li:nth-last-child(2) .drop,
	.main-menu > li:nth-last-child(1) .drop {
		left: auto;
		right: 0;
	}
}

@media (min-width: 1200px) {
	#header.header-fixed .options {
		border-left-color: #947115;
	}

	#header .options {
		padding: 0 0 0 18px;
		border-left: 1px solid #fff;
	}

	.nav-wrap {
		padding: 0 6px 0 0;
	}

	.header-fixed .main-menu .drop {
		top: 62px;
	}

	.social-list.rounded {
		font-size: 70px;
	}

	#footer .bottom-block {
		padding: 48px 0 46px;
	}

	#footer .logo-holder {
		width: 17.4%;
	}

	#footer .menu-holder {
		width: 40%;
	}

	.address-list {
		width: 82.6%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.address-list address,
	.address-list .address {
		width: auto;
		max-width: 25%;
	}

	.subscribe-form {
		width: 60%;
	}

	.subscribe-form .input-email {
		width: 48%;
	}

	.subscribe-form .input-zip {
		width: 21%;
		max-width: calc(100% - 48% - 46px - 170px);
	}

	.footer-menu {
		width: 44%;
		font-size: 18px;
	}

	.footer-menu li {
		margin: 0 0 5px;
	}

	.footer-social {
		width: 44%;
		font-size: 18px;
	}

	.footer-social li {
		margin: 0 0 5px;
	}

	.main-intro {
		font-size: 26px;
	}

	.main-intro:after {
		min-height: 500px;
	}

	.main-intro h1 span:after,
	.main-intro .h1 span:after,
	.main-intro h2 span:after,
	.main-intro .h2 span:after,
	.main-intro h3 span:after,
	.main-intro .h3 span:after,
	.main-intro h4 span:after,
	.main-intro .h4 span:after,
	.main-intro h5 span:after,
	.main-intro .h5 span:after,
	.main-intro h6 span:after,
	.main-intro .h6 span:after {
		height: 25px;
		left: -13px;
		right: -13px;
		bottom: -9px;
	}

	.main-intro h1,
	.main-intro .h1 {
		font-size: 85px;
		margin: 0 0 30px;
	}

	.main-intro .content {
		max-width: 1060px;
	}

	.intro-form .input-holder {
		width: calc(100% - 258px);
	}

	.intro-form input[type=email],
	.intro-form input[type=text] {
		height: 80px;
		font-size: 22px;
		padding: 5px 22px;
	}

	.intro-form button[type=submit],
	.intro-form input[type=submit] {
		font-size: 28px;
		width: 236px;
	}

	.social-cta-section h2,
	.social-cta-section .h2 {
		font-size: 72px;
	}
}

@media (min-width: 1400px) {
	#header {
		padding: 37px 0;
	}

	#header.header-fixed {
		padding: 10px 0;
	}

	#header .holder {
		max-width: calc(100% - 360px);
		padding: 0 0 11px 0;
	}

	#header .logo {
		width: 360px;
	}

	.main-menu {
		font-size: 22px;
		margin: 0;
	}

	.social-list.rounded {
		font-size: 77px;
		margin: 0 -21px -42px;
	}

	.social-list.rounded li {
		padding: 0 14px 38px;
	}

	#footer .menu-holder {
		width: 45%;
	}

	.subscribe-form {
		width: 55%;
	}

	.main-intro:after {
		min-height: 658px;
	}

	.main-intro h1,
	.main-intro .h1 {
		font-size: 90px;
		line-height: .9;
	}
}

@media (max-width: 1023px) {
	.nav-drop {
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		height: calc(100vh - 100%);
		height: calc((var(--vh, 1vh) * 100) - 100%);
		padding: 3px 50px 30px 34px;
		background: #2d340e;
		overflow-x: hidden;
		overflow-y: auto;
		position: absolute;
		top: 100%;
		opacity: 0;
		visibility: hidden;
		width: 100vw;
		left: 0;
	}

	.nav-active .nav-drop {
		opacity: 1;
		visibility: visible;
	}

	.main-menu .drop {
		visibility: hidden;
	}

	.main-menu .hover > .drop {
		visibility: visible;
		max-height: 500px;
	}

	.main-menu .hover > .drop {
		padding: 8px 0 10px;
	}

	.main-menu .hover > .drop li {
		margin-bottom: 7px;
	}

	.md-hidden,
	.news-block .col:last-child,
	.video-block .col:nth-child(2n),
	.video-block .col:last-child,
	.instagram-section li:last-child,
	.instagram-section li:nth-child(4n) {
		display: none !important;
	}

	#footer .logo-holder {
		display: none;
	}

	.social-news.twitter-news {
		margin-left: 18px;
	}
}

@media (max-width: 767px) {
	#header .holder > .search {
		display: none;
	}

	#header .options .social-list {
		display: none;
	}

	.nav-drop {
		padding: 25px 24px 30px;
	}

	.hidden-mobile {
		display: none !important;
	}

	.address-list address:last-child,
	.address-list .address:last-child {
		margin-bottom: 0;
	}

	.about-section h1,
	.about-section .h1 {
		text-align: center;
		display: block;
	}

	.about-section .btn-wrap {
		text-align: center;
	}

	.about-section-wrap .hero-img {
		text-align: center;
	}

	.serveces-item-list {
		max-width: 360px;
		margin: 0 auto 40px;
		padding-left: 30px;
	}

	.social-news.twitter-news {
		margin: 0 auto 23px;
	}

	.social-news.twitter-news > li {
		margin-bottom: 15px;
	}
}

@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

@media (max-width: 479px) {
	#footer .menu-holder {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

