/*! 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;
	color: #6b6b6e;
	font: 400 16px/1.45 Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
	background: #fff;
}

/* 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 {
  -webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
  transition: color .3s ease-in-out, background .3s ease-in-out;
  text-decoration: none;
}

/**
 * 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 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;
	max-width: 100%;
}

/**
 * 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;
}

.clearfix:after,
#banner-block:after,
#info-block:after,
#info-block-2:after,
#issues-block:after,
#video-block:after,
#photo-block:after,
#news-block:after,
#activity-block:after,
#news-block .post:after,
#footer-block:after {
	content: "";
	display: block;
	clear: both;
}

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?985eeh');
  src:  url('../fonts/icomoon.eot?985eeh#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?985eeh') format('truetype'),
    url('../fonts/icomoon.woff?985eeh') format('woff'),
    url('../fonts/icomoon.svg?985eeh#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facts:before {
  content: "\e800";
}
.icon-flickr:before {
  content: "\e902";
}
.icon-tractor:before {
  content: "\e903";
}
.icon-pig:before {
  content: "\e904";
}
.icon-linked:before {
  content: "\e905";
}
.icon-facebook:before {
  content: "\e906";
}
.icon-hands:before {
  content: "\e907";
}
.icon-plate:before {
  content: "\e908";
}
.icon-instagram:before {
  content: "\e909";
}
.icon-bank2:before {
  content: "\e90a";
}
.icon-twitter:before {
  content: "\e90b";
}
.icon-youtube:before {
  content: "\e90c";
}
.icon-search:before {
  content: "\e90e";
}
.icon-next:before {
  content: "\e90f";
}
.icon-prev:before {
  content: "\e910";
}
.icon-clipboard:before {
  content: "\e915";
}
.icon-book:before {
  content: "\e91f";
}
.icon-file:before {
  content: "\e926";
}
.icon-play:before {
  content: "\ea15";
}
.icon-close:before {
  content: "\f00d";
}
.icon-threads-circle:before {
  content: "\e918";
}
.icon-x-circle:before {
  content: "\e919";
}
.icon-x:before {
  content: "\e900";
}
.icon-threads:before {
  content: "\e901";
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


/*! fancyBox fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-title a {
 	color: #fff; 
 	text-align: center;
 	display: block;
 	font-size: 18px;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 9030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 9060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 9040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../../images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 9040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 9040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 9010;
	background: url("../../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 9050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 9050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.fancybox-skin {
	padding: 8px !important;
	background: #4b6d33;
}

.fancybox-skin .fancybox-close {
	background: #fff;
	border-radius: 50%;
	border: 3px solid #4b6d33;
}

.fancybox-skin .fancybox-close:hover:before,
.fancybox-skin .fancybox-close:hover:after {
	background: #4b6d33;
}

.fancybox-skin .fancybox-close:before,
.fancybox-skin .fancybox-close:after {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	content: "";
	position: absolute;
	width: 3px;
	height: 70%;
	background: #4b6d33;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.fancybox-skin .fancybox-close:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

/*Retina graphics!*/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	display: block;
	font-weight: bold;
	margin: 0 0 .5em;
	color:#6b6b6e;
	text-transform: uppercase;
	font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

h1,
.h1 {
	line-height: 38px;
	font-size: 30px;
	text-align:center;
	color: #685421;
	margin: 0 0 45px;
	padding: 0 0 10px;
	position:relative;
	letter-spacing: .02em;
	font-family: "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

h1:before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: -4px;
    width: 83px;
    height: 4px;
    background: #c6a461;
    right: 0;
    margin: 0 auto;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}


#main {
	position: relative;
	overflow: hidden;
}

.holder {
	max-width: 1100px;
	padding: 0 20px;
	margin: 0 auto;
}

.holder:after {
  content: '';
  display: block;
  clear: both; 
}


#wrapper {
	width: 100%;
	position: relative;
	z-index: 10;
}

.wrap2 {
	overflow: hidden;
}

#header {
	background: rgba(255, 255, 255, 0.75);
	position:static;
}

#header .clone-holder {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	visibility: hidden;
	width: 100%;
}

#header.fixed-position .clone-holder {
	position: static;
}

#header.fixed-position .orig-box {
	position: fixed;
	top: -109px;
	left: 0;
	right: 0;
	z-index: 99999;
	background-color: #fff;
	-webkit-transition: top 500ms ease;
	transition: top 500ms ease;
}

#header.fixed-position .orig-box .logo-holder {
	padding: 20px 0 10px;
	width: 100%;
}

#header.fixed-position .orig-box .logo {
	display: none;
}

#header.fixed-position .orig-box .logo-small {
	display: block;
	width: 100%;
	text-align:center;
	position:relative;
}

#header.fixed-position .orig-box .nav-opener {
	top: 21px;
}

#header .holder {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 15px 0px;
}

#header .logo-holder {
	float: left;
	padding: 15px 0 0 19px;
}

#header .logo {
	float: left;
	width: 293px;
	height: 110px;
}

#header .logo img {
	display: block;
}

#header .logo-small {
	display: none;
}

#header .logo-small img.icon-logo {
	position:absolute;
	left: 0;
	top: 10px;
}

#header .logo-small img.sticky-logo {
	display: inline-block;
}

.social-networks {
	padding: 0;
	margin: 0 0 10px;
	list-style: none;
	overflow: hidden;
	text-align: right;
	letter-spacing: -4px;
}

.social-networks li {
	font-size: 14px;
	line-height: 1.571;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 5px 10px;
}

.social-networks a {
	display: block;
	line-height: 0;
	text-decoration: none;
	color: #777;
}

.social-networks a:hover {
	color: #4b6d33;
}

.social-networks a span {
	font-size: 32px;
	line-height: 32px;
}

.social-networks a span.icon-linked {
	font-size: 34px;
	line-height: 34px;
}

.resize-active .hold,
.resize-active .nav-drop,
.resize-active .nav-drop > ul {
	-webkit-transition: none !important;
	transition: none !important;
}

.nav-drop {
	position: absolute;
	top: 0;
	right: -290px;
	width: 290px;
	bottom: 0;
	/*-webkit-transition: all .15s linear;
	transition: all .15s linear;*/
	float: right;
	padding: 20px 0 39px;
	z-index: 1;
}

.nav-drop h1 {
	text-align:center;
}

.nav-opener {
	background: #4b6d33;
	border-radius: 3px;
	display: block;
	height: 56px;
	overflow: hidden;
	position: absolute;
	right: 45px;
	text-indent: -9999px;
	top: 35px;
	width: 55px;
	z-index: 999;
	/*-webkit-transition: all .15s linear;
	transition: all .15s linear;*/
}

.nav-opener:hover {
	opacity: .9;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span,
.nav-opener span:after {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 33px;
	left: 25%;
	right: 25%;
	height: 3px;
	margin-top: -2px;
	/*-webkit-transition: all .15s linear;
	transition: all .15s linear;*/
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 19px;
}

.nav-opener:after {
	top: 40px;
}

.nav-opener span:after {
	content: "";
	left: 0;
	right: 0;
	top: -5px;
}

.side-push {
	overflow: hidden;
	position: relative;
}

.side-push.nav-active .hold {
	margin: 0 0 0 -290px;
	width: 100%;
}

.side-push.nav-active .nav-drop {
	background: #fff;
	right: 0;
}

.side-push.nav-active #header.fixed-position {
	margin: 0 0 0 -290px;
}

.side-push.nav-active #header.fixed-position .orig-box {
	margin: 0 0 0 -290px;
}

.side-push.nav-active #header.fixed-position .social-networks {
	display: block;
}

.side-push.nav-active .social-networks {
	text-align: center;
	margin: 0 0 10px;
	overflow: hidden;
}

.side-push.nav-active .social-networks li {
	margin: 0 4px 4px;
}

.side-push.nav-active .nav-opener {
	right: 300px;
	/*-webkit-transition: all .15s linear;
	transition: all .15s linear;*/
}

.side-push.nav-active .nav-opener:before,
.side-push.nav-active .nav-opener:after {
	top: 16px;
	left: 15%;
	right: 15%;
}

.side-push.nav-active .nav-opener:before,
.side-push.nav-active .nav-opener:after {
	-ms-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(0);
	margin: 0;
	top: 17px;
}

.side-push.nav-active .nav-opener:after {
	top: 38px;
}

.side-push.nav-active .nav-opener span {
	opacity: 1;
}

.side-push.nav-active #nav {
	padding: 0 3px;
}

.side-push .hold {
	/*-webkit-transition: all .15s linear;
	transition: all .15s linear;*/
}

.main-menu {
	width: 100%;
	overflow: hidden;
  padding: 0px 20px;
  font-size: 18px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 500;
  max-width: 245px;
}

.main-menu li a {
	color: #4b6d33;
}

.main-menu li {
	position: relative;
	margin: 0 0 15px;
	z-index: 0;
	list-style-type: none;
}

.main-menu li a:hover {
	color: #685421;
}

#banner-block {
	position:relative;
	min-height: 560px;
	background-image: url('../images/vid-still.jpg');
	background-size: cover;
	background-position: 50% 50%;
	z-index: -1;
}

#banner-block-2 {
	position:relative;
	min-height: 560px;
	background-image: url('../images/video-still.jpg');
	background-size: cover;
	background-position: 30% 0%;
	z-index: -1;
}

#banner-block video, #banner-block-2 video {
    position: fixed;
    top: 0%;
    width: 100%;
    z-index: -100;
}

#banner-block .banner-wrap, #banner-block-2 .banner-wrap {
	position:absolute;
	padding: 0px 20px;
	box-sizing: border-box;
	width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#banner-block .holder, #banner-block-2 .holder {
	text-align: center;
}

#banner-block .hero-logo, #banner-block-2 .hero-logo {
	width: 710px;
	position: relative;
	z-index:2;
}

#banner-block .filter, #banner-block-2 .filter {
    background: rgb(135 100 33 / 32%);
    width: 100%;
    height:100%;
    position:absolute;
    z-index: -1;
}

#info-block ,#info-block-2{
	background:#fff;
	padding: 60px 0 80px;
}

#info-block .holder ,#info-block-2 .holder{
	max-width: 600px;
}

#info-block h1, ,#info-block-2 h1 {
	text-align:center;
}

.morecontent span,
.morephotos span,
.morephotos2 span {
    display: none;
}
.morelink,
.moreurl,
.moreurl2,
.learn-more {
    display: block;
     -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    max-width: 250px;
    color: #ffffff;
    margin: 20px auto 0;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 1em 0px;
    background: #4b6d33;
    text-align: center;
    border: 1px solid #fff;
}

#news-block .learn-more {
	background: #c6a461;
	border:none;
}

.morelink:hover,
.moreurl:hover,
.moreurl2:hover,
.learn-more:hover {
	background: #685421;
}

#news-block .learn-more:hover {
	background: #fff;
	color: #4b6d33;
}

#issues-block {
  background: #e0d3b8 url("../images/asfalt-light.png") repeat;
  padding: 80px 0px 50px; 
}

#issues-block.white {
	background: #fff;
}

#issues-block .info-wrap {
	font: 400 13px/1.8 Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-align: center;
	overflow: hidden; 
	margin: 0 0 11px; 
}

#issues-block .info-wrap h2 {
	margin: 0 0 24px; 
	text-align: center;
}

#issues-block .info-wrap h2:before {
	bottom: -6px;
	left: -8px; 
	right:0;
}

#issues-block .info-wrap p {
	margin: 0 0 27px; 
}

#issues-block .content-wrap {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	background:#fff;
	position: relative; 
	min-height: 240px;
}

#issues-block.white .content-wrap {
	background: #4b6d33 url(../images/asfalt-dark.png) repeat;
	color: #fff;
}

#issues-block .content-wrap.hover .details,
#issues-block .content-wrap.hover .details,
#issues-block .content-wrap .details.active {
	top: 0; 
}

 
#issues-block .content-wrap .icon {
	height: 50%;
  position: absolute;
  top: 50%;
  color: #685421;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 100px;
}

#issues-block.white .content-wrap .icon {
	color:#fff;
}

#issues-block .content-wrap .icon-pig {
	font-size:120px;
	top: 45%;
}

#issues-block .three-columns {
	margin: 0 0 40px;
	text-align: center;
	padding:0;
}

#issues-block .three-columns .col {
	padding: 0 20px;
	box-sizing: border-box;
	display: inline-block; 
	width:33%; 
}

#issues-block .tab-content .holder,
#issues-block .tab-content2 .holder {
	box-sizing: border-box;
	padding: 0px 20px;
}

#issues-block .details {
	background: rgba(75, 109, 51, 0.8);
	position: absolute;
	top: calc(100% - 53px);
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	right: 0;
	text-align: center;
	color: #fff;
	font: 400 13px/1.8 Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
	padding: 15px 20px 20px;
	overflow: hidden; 
}

#issues-block.white .details {
	background: rgba(104, 84, 33, 0.8);
}

#issues-block .details .heading {
	display: block;
	font: 500 18px/1.3 Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin: 0 0 15px; 
	text-transform: uppercase;
	width: 100%;
}

#issues-block .content-wrap.hover .details .heading,
#issues-block .details.active .heading {
	margin: 10px 0 15px;
}

#issues-block .details .learn-btn {
	font: 12px/1.3 Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
	border: 1px solid #efc20e;
	border-radius: 6px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	border: 1px solid #fff;
	padding: 12px;
	background: none;
	color: #fff;
	width: 130px;
	-webkit-transition: all 0.3s ease;
	  transition: all 0.3s ease; 
}

#issues-block .details .learn-btn:hover {
	border: 1px solid #fff;
	background: #fff;
	color: #c6a461;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.button-block {
	background: transparent;
	padding: 20px 0 60px;
}

.draft-block {
	background: #fff;
}

.draft-block .holder {
	max-width: 1060px;
}

.draft-block a,
.button-block a {
    display: block;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #ffffff;
    margin: 30px auto 70px;
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 20px;
    box-sizing:border-box;
    background: #4b6d33;
    text-align: center;
    border: none;
    width: 100%;
}

.button-block a {
    width: 48%;
    display: inline;
    float: left;
    margin: 10px;
    font-size: 32px;
    line-height: 1em;
}

.draft-block a:hover,
.button-block a:hover {
    background: #685421;
}

.tab-content,
.tab-content2 {
	overflow: hidden;
}

.tab-section {
		-webkit-transition: top 500ms ease;
	transition: top 500ms ease;
	background: rgba(255, 255, 255, 0.53);
	padding: 15px;
}

.tab-section li {
	margin: 0 0 7px;
}

#issues-block.white .tab-section {
	background: rgb(237, 232, 223);
}

#video-block {
  min-height: 500px;
  padding: 50px 0px;
  box-sizing: border-box;
  background-color: #685421;
  overflow: hidden;
  position:relative;
  background-size: cover;
  background-position: 50% 50%;
}

#video-block:after {
    content: '';
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0.41) 28%, rgba(0, 0, 0, 0.20) 57%, rgba(0, 0, 0, 0.1) 79%, transparent 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0.41) 28%, rgba(0, 0, 0, 0.20) 57%, rgba(0, 0, 0, 0.1) 79%, transparent 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 120px;
    z-index: 9;
}

#video-block i {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 180px;
	color: #fff;
}

#video-block i:hover {
	color: #4b6d33;
}

#photo-block {
	background:#fff;
	padding: 60px 0px;
	text-align:center;
}

#photo-block .three-columns {
	margin: 0 0 40px;
	text-align: center;
	padding:0;
}

#photo-block .three-columns .col {
	padding: 0 20px;
	box-sizing: border-box;
	display: inline-block; 
	width:33%; 
}

#photo-block .holder {
	max-width: 1300px;
}

#photo-block .moredots,
#photo-block .morephotos,
#photo-block .moredots2,
#photo-block .morephotos2 {
	display:block;
}

#photo-block .morephotos .col,
#photo-block .morephotos2 .col {
	margin: 0 0 10px;
}

#photo-block .morephotos,
#photo-block .morephotos2 {
	margin: 10px 0;
}

#photo-block .moreurl,
#photo-block .moreurl2 {
	margin: 10px auto 0;
}


.carousel-slick {
	position: relative;
	margin: 0 35px 38px;
}

.carousel-slick .wrap {
	text-decoration: none;
	color: #fff;
	display: block;
	vertical-align: top;
}

.carousel-slick .wrap:hover .image-wrap:before {
	opacity: 0;
	visibility: hidden;
}

.carousel-slick .wrap:hover .image-wrap:after {
	opacity: 1;
	visibility: visible;
}

.carousel-slick .wrap:hover .text-wrap {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	height: auto;
	bottom: auto;
	overflow: visible;
}

.carousel-slick .image-wrap {
	position: relative;
	overflow: hidden;
}

.carousel-slick .image-wrap img {
	width: 100%;
}

.carousel-slick .image-wrap:before,
.carousel-slick .image-wrap: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;
	width: 100%;
	height: 100%;
	left: 0;
}

.carousel-slick .slick-next,
.carousel-slick .slick-prev {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	width: 48px;
	height: 48px;
	text-decoration: none;
	position: absolute;
	top: 50%;
	border-radius: 50%;
	border: 2px solid #6b6b6e;
	overflow: hidden;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: transparent;
	outline: none;
}

.carousel-slick .slick-next:after,
.carousel-slick .slick-prev:after {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-family: "icomoon";
	content: "\e910";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #6b6b6e;
	font-size: 21px;
}

.carousel-slick .slick-next:hover,
.carousel-slick .slick-prev:hover {
	color: #4b6d33;
	border-color: #4b6d33;
}

.carousel-slick .slick-next:hover:after,
.carousel-slick .slick-prev:hover:after {
	color: #4b6d33;
}

.carousel-slick .slick-prev {
	left: -50px;
}

.carousel-slick .slick-next:after {
	-webkit-transform: translate(-50%, -50%) scale(-1, 1);
	-ms-transform: translate(-50%, -50%) scale(-1, 1);
	transform: translate(-50%, -50%) scale(-1, 1);
}

.carousel-slick .slick-next {
	right: -50px;
}

#news-block {
	background: #685421 url("../images/asfalt-dark.png") repeat;
	padding: 60px 0 70px;
}

#news-block .holder,
#activity-block .holder {
	max-width: 800px;
}

#news-block h1 {
	color: #fff;
	text-align:center;
}

#news-block h2,
#activity-block h2 {
	font: 500 16px/1.3 Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
	display:inline-block;
	margin: 0;
}

#news-block a {
	color:#fff;
}

#news-block .news-table,
#activity-block .activity-table {
	display:table;
}

#news-block .post,
#activity-block .post {
	margin: 0 0 20px;
}

#news-block .text,
#news-block .tags,
#activity-block .text,
#activity-block .tags {
	display: table-cell;
	vertical-align: top;
}

#news-block .button,
#activity-block .button {
	float:left;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  min-width: 16em;
  color: #ffffff;
  margin: 0 20px 0 0;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 1em 0px;
  background: #4b6d33;
  text-align:center;
  border: 1px solid #fff;
}

#news-block .button:hover {
	background: #c6a461;
}

#news-block time,
#activity-block time {
	color:#c6a461;
}

#activity-block {
	background:#fff;
	padding: 60px 0 70px;
}

#activity-block h1 {
	text-align:center;
}

#activity-block .button {
	background: #685421;
}

#activity-block .button:hover {
	background:#4b6d33;
}

#activity-block h2 a {
	color: #4b6d33;
}

#news-block h2 a:hover,
#activity-block h2 a:hover {
	text-decoration: underline;
}

#footer-block {
	background:#4b6d33 url("../images/asfalt-dark.png") repeat;
	padding: 30px 0;
	color:#fff;
	text-align:center;
}

#footer-block ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer-block a {
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	letter-spacing: .05em;
}

#footer-block .social-networks {
	text-align:center;
}

#footer-block .social-networks a span {
    font-size: 66px;
    line-height: 66px;
}

#footer-block .social-networks a span.icon-linked {
    font-size: 68px;
	line-height: 68px;
}

#timeline-block {
	background: #e0d3b8 url(../images/asfalt-light.png) repeat;
    padding: 80px 0px 50px;
}

.timeline-container {
	position: relative;
	padding: 0 40px;
}

.beg-jump.timeline-nav-button:before,
.end-jump.timeline-nav-button:before {
	background-repeat: repeat-x;
	width: 16px;
	background-position: 0;
}

.beg-jump.timeline-nav-button,
.end-jump.timeline-nav-button {
	background-color: #c6a361;
}
.scroll {
  padding-right: 10px;
}

.scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  position: absolute;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  position: absolute;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.scroll {
  max-height: 200px;
  overflow-y:scroll;
}

.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active, 
a.ui-button:active, 
.ui-button:active, 
.ui-button.ui-state-active:hover {
  background: #4b6d33;
  border: 1px solid #4b6d33;
}

.ui-widget {
  font: 400 13px/1.45 Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 10px 0 0;
}

.timeline__content h2 {
  color: #4b6d33;
}

.timeline__content ul {
  font-size: 13px;
}

.timeline__content a {
  color: #c6a461;
  font-weight: 500;
  text-decoration: underline;
}

.resources {
	background: #e0d3b8 url(../images/asfalt-light.png) repeat;
	padding: 60px 0;
}

@media (min-width: 768px) {
	.carousel-slick {
		margin: 0 50px 38px;
	}

	.carousel-slick .wrap {
		margin: 0 15px;
	}

	.carousel-slick .text-wrap {
		height: 30px;
	}

	.carousel-slick strong {
		font-size: 24px;
	}

	.carousel-slick p {
		line-height: 1.8;
	}

	.carousel-slick span {
		font-size: 130px;
	}

	.carousel-slick .slick-next,
	.carousel-slick .slick-prev {
		width: 62px;
		height: 62px;
	}

	.carousel-slick .slick-next:after,
	.carousel-slick .slick-prev:after {
		font-size: 26px;
	}

	.carousel-slick .slick-prev {
		left: -70px;
	}

	.carousel-slick .slick-next {
		right: -70px;
	}

	#issues-block .content-wrap {
		min-height: 280px;
	}

}

@media (max-width: 1023px) {
	#issues-block .three-columns .col {
		padding: 0px 5px;
		width: 32.33%;
	}

	#banner-block, #banner-block-2  {
		min-height: auto;
		margin: -6px 0;
	}

	#banner-block video, #banner-block-2 video {
		position: relative;
	}

	#photo-block .three-columns .col {
		width: 100%;
	}

	.button-block a {
		float: none;
		width: 100%;
		display: block;
		margin: 0 auto 10px;
	}

}

@media (max-width: 767px) {

	.beg-jump.timeline-nav-button, .end-jump.timeline-nav-button {
		display: none;
	}

	#header .logo-holder {
    padding: 15px 0 0 0px;
	}

	.draft-block a {
		font-size: 35px;
		line-height: 40px;
	}

	.nav-opener {
		right: 25px;
		top: 41px;
	}

	#header .logo img {
    width: 218px;
    height: 79px;
	}

	#header .logo-small img.icon-logo {
		display:none !important;
	}

	#header.fixed-position .orig-box .logo-small {
    text-align: left;
	}

	#header .logo-small img.sticky-logo {
    width: 220px;
    height: 50px;
	}

	#issues-block .holder,
	#issues-block .three-columns {
		margin: 0px;
	}

	#issues-block .three-columns .col {
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin: 0px 0px 10px;
	}

	#issues-block .tab-content .holder
	#issues-block .tab-content2 .holder {
		width: auto;
	}

	#issues-block .details .heading {
		font: 500 17px/1.3 Poppins, Arial, "Helvetica Neue", Helvetica, sans-serif;
	}

	#news-block .text, #news-block .tags, #activity-block .text, #activity-block .tags {
    display: block;
    vertical-align: top;
    text-align:center;
	}

	#news-block .tags, 
	#activity-block .tags {
		margin: 0 0 20px;
	}

	#news-block .tags a, 
	#activity-block .tags a {
		float: none;
    width: 220px;
    display: block;
    margin: 0 auto;
	}

	#news-block .tags:after, 
	#activity-block .tags:after {
		content: '';
    display: block;
    clear: both;
	}

	#video-block i {
		font-size: 150px;
	}

	#footer-block .social-networks a span {
    font-size: 42px;
    line-height: 42px;
	}

	#footer-block .social-networks a span.icon-linked {
	    font-size: 44px;
		line-height: 44px;
	}
}

@media (max-width: 560px) {
	#banner-block video, #banner-block-2 video {
		display:none;
	}

	#banner-block, #banner-block-2{
		min-height: 350px;
	}

	#video-block {
		min-height: 350px;
	}
}




