/*! 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;
}

body.nav-active:after {
	opacity: 0;
	visibility: hidden;
}

body.drop-active:after {
	opacity: 1;
	visibility: visible;
	z-index: 9998;
}

.accordion,
.slick-dots,
.twitter-gallery .info-list,
#footer .contacts-list,
#footer .columns ul,
.main-nav,
.main-nav .drop ul,
.social-list,
.links-list,
.survey-block .voting-list,
.survey-block .survey-form .check-list,
.survey-block .accordion {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#footer .holder:after,
#header > .container:after,
.services-block .container:after,
.sidebar-block:after,
.content-block .container: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: #30372f;
	background: #fff;
	font: 15px/1.86666667 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.gsc-control-cse, .gsc-control-cse .gsc-table-result {
	font: 16px/1.8 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
}

.gsc-result .gs-title {
	height: 2.2em;
}

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: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

.buffer h1,
.buffer h2,
.buffer h3,
.buffer h4,
.buffer h5,
.buffer h6 {
	margin: 10px 0;
}

h1,
.h1 {
	font-size: 36px;
}

h2,
.h2 {
	font-size: 22px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1.9em;
}

a {
	color: #998550;
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

label {
	font-weight: bold;
}

#writeRepForm {
	box-sizing: content-box;
	font: 400 14px/1.3 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

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 #c5c5c5;
	padding: .4em .7em;
	height: 51px;
	min-width: 80px;
	border: 1px solid transparent;
	outline: none;
}

.buffer input[type="text"],
.buffer input[type="tel"],
.buffer input[type="email"],
.buffer input[type="search"],
.buffer input[type="password"],
.buffer textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #c5c5c5;
	padding: .4em .7em;
	height: auto;
	min-height: 51px;
	outline: none;
}

.buffer button, 
.buffer input[type="button"], 
.buffer input[type="reset"], 
.buffer input[type="file"], 
.buffer input[type="submit"] {
	padding: 0px 30px;
	border: 2px solid #fff;
}

.buffer button:hover, 
.buffer input[type="button"]:hover, 
.buffer input[type="reset"]:hover, 
.buffer input[type="file"]:hover, 
.buffer input[type="submit"]:hover {
	border: 2px solid #998550;
}

.buffer form,
.buffer fieldset {
	padding: 10px;
}

.buffer .zipform {
	padding: 0 0 10px !important;
}

.buffer fieldset {
	border: 1px solid #30372f;
}

.buffer fieldset legend {
	color: #998550;
	font-weight: 700;
	font-size: 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: #998550;
}

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: #30372f;
}

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: #30372f;
}

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: #30372f;
}

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: #30372f;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #30372f;
}

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-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	border: none;
	background: #998550;
	color: #fff;
	outline: none;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	font-weight: 800;
	height: 51px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
	background: #fff;
	color: #998550;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?2asmz4');
  src:  url('../fonts/icomoon.eot?2asmz4#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?2asmz4') format('truetype'),
    url('../fonts/icomoon.woff?2asmz4') format('woff'),
    url('../fonts/icomoon.svg?2asmz4#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
.back-to-top:before,
.slick-next:before,
.slick-prev:before,
.social-networks-gallery .slide:before,
.priorities-gallery .hover-state .holder:before,
.social-wrap .connected-block .email-form [type="submit"]:before {
	/* 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-time:before {
  content: "\e900";
}
.icon-envelope:before {
  content: "\e901";
}
.icon-facebook-circle:before {
  content: "\e902";
}
.icon-twitter-circle:before {
  content: "\e903";
}
.icon-instagram-circle:before {
  content: "\e904";
}
.icon-youtube-circle:before {
  content: "\e905";
}
.icon-search:before {
  content: "\e906";
}
.icon-arrow-l:before {
  content: "\e907";
}
.icon-arrow-r:before {
  content: "\e908";
}
.icon-arrow-t:before {
  content: "\e909";
}
.icon-checked:before {
  content: "\e90a";
}
.icon-facebook:before {
  content: "\e90b";
}
.icon-twitter:before {
  content: "\e90c";
}
.icon-instagram:before {
  content: "\e90d";
}
.icon-capitol:before {
  content: "\e90e";
}
.icon-eagle:before {
  content: "\e90f";
}
.icon-info:before {
  content: "\e910";
}
.icon-flag:before {
  content: "\e911";
}
.icon-graduation-cap:before {
  content: "\e912";
}
.icon-plus:before {
  content: "\e989";
}
.icon-health:before {
  content: "\e914";
}
.icon-help:before {
  content: "\e915";
}
.icon-invitation:before {
  content: "\e916";
}
.icon-man-icon_1:before {
  content: "\e917";
}
.icon-medal:before {
  content: "\e918";
}
.icon-microphone:before {
  content: "\e919";
}
.icon-phone:before {
  content: "\e91a";
}
.icon-star:before {
  content: "\e91b";
}
.icon-stars:before {
  content: "\e91c";
}
.icon-arrow-long-right:before {
  content: "\e91d";
}
.icon-opener:before {
  content: "\e91f";
}
.icon-mail:before {
  content: "\e91e";
}
.icon-print:before {
  content: "\e913";
}
.icon-printer:before {
  content: "\e954";
}



.accordion {
	text-align: left;
	max-width: 218px;
	margin: 0 auto 25px;
}

.accordion > li {
	margin-bottom: 16px;
	padding: 0 0 0 20px;
}

.accordion > li.active .plus-icon:before {
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	-ms-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
}

.accordion .opener {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	font-weight: 800;
	position: relative;
	display: block;
}

.accordion .slide {
	color: #fff;
}

.accordion .plus-icon {
	display: block;
	border: 1px solid #fff;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -22px;
	width: 15px;
	height: 15px;
}

.accordion .plus-icon:before,
.accordion .plus-icon:after {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	background: #fff;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.accordion .plus-icon:before {
	width: 1px;
	height: 7px;
}

.accordion .plus-icon:after {
	width: 7px;
	height: 1px;
}

.back-to-top {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: block;
	position: absolute;
	bottom: 26px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 50px;
	height: 50px;
	border: 2px solid #30372f;
	background: rgba(148, 148, 148, .47);
	border-radius: 50%;
	text-decoration: none;
	color: #333;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
}

.back-to-top:hover {
	background: #949494;
}

.back-to-top:before {
	content: "\e909";
}

/* Slick slider styles */

.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-slide:focus {
	outline: none;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-next,
.slick-prev {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	background: none;
	border-radius: 50%;
	border: 2px solid #fff;
	width: 30px;
	height: 30px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	outline: none;
	z-index: 10;
	padding: 0;
	text-align: center;
}

.slick-next:hover,
.slick-prev:hover {
	background: #fff;
	color: #333;
}

.slick-next {
	right: 0;
	left: auto;
}

.slick-next:before {
	content: "\e908";
	font-size: 12px;
	line-height: 28px;
}

.slick-prev {
	left: 0;
	right: auto;
}

.slick-prev:before {
	content: "\e907";
	font-size: 12px;
	line-height: 28px;
}

.slick-dots {
	letter-spacing: -4px;
	text-align: center;
	position: absolute;
	bottom: 7px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.slick-dots li {
	margin: 0 5px;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
}

.slick-dots li.slick-active button {
	background: #998550;
}

.slick-dots button {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	font-size: 0;
	line-height: 0;
	background: #fff;
	border: none;
	padding: 0;
	width: 10px;
	height: 10px;
	outline: none;
	display: block;
}

.slick-dots button:hover {
	background: #998550;
}

.banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .7) 0, transparent 35%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .7) 0, transparent 35%);
}

.banner {
	min-height: 700px;
	background-size:cover;
	background-position: 50% 50%;
	background-attachment: fixed;
	position: relative;
	background-repeat: no-repeat;
}

.banner .head-block {
	text-align:center;
	color: #fff;
	position:absolute;
	bottom: 50px;
	display:block;
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
	left:0;
	right:0;
}

.banner .head-block a {
	text-transform: uppercase;
	text-decoration: none;
	color:#fff;
	font-size: 18px;
	font-weight: 800;
	display: inline-block;
	margin: 0 0 15px;
	position:relative;
}

.banner .head-block a:after {
    content: "";
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: -2px;
    width: auto;
    height: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.35);
    -moz-box-shadow: 0 1px 6px rgba(0,0,0,.35);
    box-shadow: 0 1px 6px rgba(0,0,0,.35);
}

.banner .head-block h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
	margin:0;
}

.main-block.shrink {
	float:left;
	width: 70%;
  padding: 0 10px 0 0;
}

.sidebar-block {
	background: #998550;
	width: 30%;
	max-width: 320px;
	position: relative;
	float:right;
	right: 0;
	top: -75px;
	padding: 20px;
}

.sidebar-block h2 {
	font-size: 55px;
	margin: 0 0 20px;
	font-weight: 500;
	color: #fff;
}

.sidebar-block .serv-list li {
	display:block;
	width:100%;
	margin: 0 0 10px;
	text-align:left;
}

.sidebar-block .serv-list a {
	pointer-events: all;
	-webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.sidebar-block .serv-list a:hover {
	color: #30372f;
}

.sidebar-block .serv-list i {
	font-size: 40px;
	width: 72px;
	height: 72px;
	display: inline-block;
	float: left;
}

.sidebar-block .serv-list .icon-flag {
	font-size: 32px;
}

.zip1, 
.zip2 {
	float:left;
	margin: 0 0 10px;
}

.zip1 input, 
.zip2 input {
	width: 100%;
}

.zip1 {
	width: 70%;
	padding: 0 10px 0 0;
}

.zip2 {
	width:30%;
}

.forms-progress {
  width: 100%;
  height: 16px;
  overflow: hidden;
  margin-top: 24px;
  float: left;
}

.progress-bar-glass {
  display: block;
  float: left;
  background-color: #efefef;
  width: calc(100% - 40px);
  height: 11px;
  margin-top: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.progress-bar-mercury {
  display: block;
  background-color: #5f695e;
  width: 1%;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.forms-progress .label {
  float: left;
  text-align: right;
  width: 40px;
  color: #000;
	margin-top: -4px;
}

.social-bar {
	background: #30372f;
	position:fixed;
	left: 0;
	padding: 10px 10px 0px;
	top: 30%;
	font-size: 34px;
	color:#fff;
	z-index: 9999;
	text-align: center;
}

.social-bar ul {
	padding: 0;
	margin: -5px 0 20px;
	list-style: none;
}

.social-bar ul li {
	padding: 0;
	margin: 0;
	-webkit-transition: color .3s linear, background .3s linear;
  transition: color .3s linear, background .3s linear;
}

.social-bar ul li:hover {
	color: #998550;
}

.social-bar .st-custom-button {
	height: 40px;
}

.social-bar .circled {
	border-radius: 100%;
	background: #fff;
	color: #30372f;
	font-size: 20px;
	padding: 7px;
	position: relative;
  top: -4px;
  -webkit-transition: color .3s linear, background .3s linear;
  transition: color .3s linear, background .3s linear;
}

.social-bar .circled:hover {
	background: #998550;
}

.social-bar .social-label {
	font-weight: 800;
	font-size: 13px;
	display: block;
}

.content-block {
	margin: 50px 0 80px;
}

.content-block blockquote {
	text-align: center;
	font-family: "Lora", "Georgia", sans-serif;
	letter-spacing: -.02em;
	font-size: 36px;
	color: #7f7f7f;
	line-height: 1em;
	max-width: 700px;
	display: block;
	margin: 0 auto 40px;
	padding: 30px 0;
	position: relative;
}

.content-block blockquote:after {
	content: "";
    position: absolute;
    margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		bottom:0;
    width: 90px;
    height: 2px;
    background-color: #998550;
}

.content-block blockquote:before {
	content: "";
    position: absolute;
    margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		top:0;
    width: 90px;
    height: 2px;
    background-color: #998550;
}

.content-block .container,
.issues-wrap {
	position:relative;
	max-width: 1000px;
	margin: 0 auto;
}

.content-block.widen .container {
	max-width: 1200px;
}

.invite-block {
	color:#fff;
	padding: 42px 0 66px;
}

.invite-block h2 {
	color:#fff;
}

.addy-block {
	padding: 42px 0 66px;
}

.addy-block .addy-holder {
	margin: 50px 0 20px;
}

.addy-block .addy-holder li {
	display:inline-block;
	font-size: 22px;
  line-height: 26px;
	width: 24.5%;
	vertical-align: top;
}

.addy-block .addy-holder li address {
	font-style: normal;
}

.addy-block .addy-holder .opener {
	color: #333;
	text-decoration: none;
	font-weight: 800;
	pointer-events: none;
  cursor: default;
}

.addy-block .addy-holder .contacts-list {
	padding: 0;
	margin: 0;
}

.addy-block .addy-holder .contacts-list li {
	display: block;
	width: 100%;
}

.addy-block .addy-holder .contacts-list li a {
	text-decoration: none;
	color: #333;
	pointer-events: none;
  cursor: default;
}

.issues-block .news-gallery .slick-dots button {
	background: #5f695e;
}

.issues-block .news-gallery .slick-dots li.slick-active button {
	background: #998550;
}

.issues-block .news-gallery .slick-prev {
	left: 0px;
}

.issues-block .news-gallery .slick-next {
	right: 0px;
}

.issues-block .news-gallery {
	margin: 0 0 50px;
}

.issues-block .news-gallery .news-box {
	box-shadow: none;
	border: 1px solid #ccc;
}

.main-gallery {
	color: #fff;
}

.main-gallery .slick-next,
.main-gallery .slick-prev {
	top: 53.4%;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 1000;
}

.main-gallery .slick-dots {
	z-index: 1000;
}

.main-gallery .slide {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
}

.main-gallery .text-block {
	white-space: nowrap;
	text-align: center;
	max-width: 665px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 19px;
	font-weight: bold;
	padding: 0 10px;
	position: relative;
	z-index: 10;
}

.main-gallery .text-block:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 450px;
}

.main-gallery .text-block > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.main-gallery .text-block p {
	margin: 0 0 35px;
}

.social-gallery-block {
	position: relative;
}

.social-gallery-block .social-networks-btn {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: absolute;
	top: -60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #fff;
	text-decoration: none;
	font-size: 44px;
	line-height: 92px;
	display: block;
	z-index: 10;
	background: #5f695e;
	border-radius: 50%;
	border: 13px solid #30372f;
	width: 114px;
	height: 114px;
	text-align: center;
}

.social-gallery-block .social-networks-btn:hover {
	background: #30372f;
}

.social-gallery-block .social-networks-btn.icon-twitter {
	background: #998550;
	border-color: #c5c5c5;
}

.social-gallery-block .social-networks-btn.icon-twitter:hover {
	background: #c5c5c5;
}

.social-networks-gallery {
	background: #fff;
}

.social-networks-gallery .slide {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin: 0 4px;
	width: 250px;
	height: 250px;
	text-decoration: none;
	position: relative;
}

.social-networks-gallery .slide:after {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(95, 105, 94, .8);
	background: -webkit-linear-gradient(top, #998550 0%, #5f695e 56%);
	background: linear-gradient(to bottom, #998550 0%, #5f695e 56%);
	opacity: 0;
}

.social-networks-gallery .slide:before {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	content: "\e989";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 40px;
	line-height: 44px;
	opacity: 0;
	z-index: 10;
}

.social-networks-gallery .slide:hover:after {
	opacity: .8;
}

.social-networks-gallery .slide:hover:before {
	opacity: 1;
}

.social-networks-gallery .slick-prev,
.social-networks-gallery .slick-next {
	color: #fff;
}

.social-networks-gallery .slick-prev:hover,
.social-networks-gallery .slick-next:hover {
	color: #333;
}

.twitter-gallery {
	padding: 77px 0 35px;
}

.twitter-gallery .slide {
	text-align: center;
	font-size: 16px;
	line-height: 22px;
}

.twitter-gallery .text-frame {
	max-width: 820px;
	margin: 0 auto;
	padding: 0 15px;
}

.twitter-gallery .text-frame p {
	margin: 0 0 35px;
}

.twitter-gallery .text-frame a {
	font-weight: 800;
	text-decoration: none;
}

.twitter-gallery .text-frame a:hover {
	color: #5f695e;
}

.twitter-gallery .info-list {
	font-weight: 800;
	font-size: 14px;
	line-height: 24px;
}

.twitter-gallery .info-list li {
	padding: 0 0 6px;
}

.twitter-gallery .info-list li:last-child:before {
	display: none;
}

.twitter-gallery .info-list li a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
	outline: none;
}

.twitter-gallery .info-list li a:hover {
	color: #998550;
	text-decoration: none;
}

.twitter-gallery .info-list i {
	font-size: 14px;
	margin: 0 3px 0 0;
	line-height: 22px;
	display: inline-block;
	vertical-align: top;
}

.twitter-gallery .slick-prev,
.twitter-gallery .slick-next {
	border-color: #333;
	color: #333;
	margin: -15px 0 0;
}

.twitter-gallery .slick-prev {
	left: -15px;
	right: auto;
}

.twitter-gallery .slick-next {
	right: -15px;
	left: auto;
}

.brad-gallery .slide {
	color: #fff;
	text-decoration: none;
	text-align: center;
	position: relative;
}

.brad-gallery .slide:hover .hover-state {
	opacity: 1;
	visibility: visible;
}

.brad-gallery .slide .holder {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	white-space: nowrap;
	text-align: center;
}

.brad-gallery .slide .holder:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 340px;
}

.brad-gallery .slide .holder > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.brad-gallery .slide .wrapp {
	padding: 54px 0 0;
}

.brad-gallery i {
	border-radius: 50%;
	display: block;
	border: 3px solid #fff;
	width: 83px;
	height: 83px;
	margin: 0 auto 10px;
	font-size: 36px;
	line-height: 80px;
	text-align: center;
}

.brad-gallery .title {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	display: block;
	margin-bottom: 15px;
}

.brad-gallery .hover-state {
	-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;
	bottom: 0;
	background: #5f695e;
	padding: 0 10px;
	font-size: 12px;
	line-height: 18px;
	opacity: 0;
	visibility: hidden;
}

.brad-gallery .hover-state p {
	margin: 0 0 10px;
}

.brad-gallery .hover-state i {
	border-color: transparent;
}

.brad-gallery .slick-dots {
	bottom: 34px;
}

.news-gallery .news-box {
	box-shadow: 0 1px 3px 0 rgba(51, 51, 51, .16);
	max-width: 260px;
	margin: 0 auto;
}

.news-gallery .img-block {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	min-height: 172px;
	display: block;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.news-gallery .info-panel {
	background: #5f695e;
	color: #fff;
	overflow: hidden;
	font-size: 11px;
	line-height: 12px;
	font-weight: 500;
	padding: 10px 15px;
	text-align: left;
}

.news-gallery .info-panel time {
	float: left;
	width: 40%;
}

.news-gallery .info-panel dl {
	float: right;
	width: 60%;
	margin: 0;
	text-align: right;
}

.news-gallery .info-panel dl a {
	color: #fff;
}

.news-gallery .info-panel dl dt,
.news-gallery .info-panel dl dd {
	display: inline-block;
	vertical-align: top;
}

.news-gallery .info-panel dl dd {
	margin: 0 0 0 5px;
}

.news-gallery .text-frame {
	position: relative;
	background: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	padding: 22px 20px;
}

.news-gallery .text-frame p {
	margin: 0 0 9px;
}

.news-gallery .post-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	display: block;
	margin-bottom: 5px;
}

.news-gallery .post-title a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #333;
	text-decoration: none;
}

.news-gallery .post-title a:hover {
	color: #998550;
}

.news-gallery .btn-link,
.news-block .btn-link {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #333;
	text-decoration: none;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
}

.news-gallery .btn-link:hover {
	color: #998550;
}

.news-gallery .btn-link i {
	margin: 0 5px 0 0;
	font-size: 11px;
}

.news-gallery .slick-dots {
	position: static;
	left: auto;
	bottom: auto;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	padding: 12px 0 15px;
}

.news-gallery .slick-prev,
.news-gallery .slick-next {
	color: #333;
	border-color: #333;
	margin: -112px 0 0;
}

.news-gallery .slick-prev {
	left: 20px;
	right: auto;
}

.news-gallery .slick-next {
	right: 20px;
	left: auto;
}

#newsfilterlist {
  margin: 0 0 50px;
  padding: 0;
  text-align: center;
}

#newsfilterlist li {
  margin: 5px;
  padding: 0;
  text-align:center;
  min-width: 140px;
  list-style:none;
  display:inline-block;
}

#newsfilterlist li a.active {
  background: #5f695e;
}

#newsfilterlist li a {
  display: block;
  padding: 15px 30px;
  text-decoration: none;
  color: #ffffff;
  background: #30372f;
  cursor: pointer;
  font-size:16px;
  font-weight:600;
  border-radius: 10px;
}

#newsfilterlist li a:hover {
  text-decoration:none;
  background: #998550;
}

.newsbox {
  display:none;
}

.newsbox.active {
  display:block;
}

.news-block p {
  line-height:1.5em;
}

.news-block {
  min-height: 340px;
  background-image:url('/images/accent.png');
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: 50% 0%;
  padding: 55px 0 45px;
  margin:20px 0px;
}

.news-block h2 {
	font-size: 24px;
	font-weight: 500;
	line-height: 26px;
}

.news-block h2 a {
  text-decoration:none;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  color: #333;
}

.news-block .title-holder {
  padding-bottom:10px;
}

.news-block .btn-link {
	font-size: 14px;
	margin: 0 40px 0 0;
}

.news-block .image-holder {
  float:left;
  margin-right:20px;
  overflow:hidden;
  position: relative
}

.news-block .image-holder img {
  height: auto;
  width: 350px;
  border:1px solid #ccc;
  margin-bottom: 7px;
  padding: 0 0;
}

.news-block .image-holder time {
    font-size: 17px;
    line-height: 20px;
    width: 65px;
    position: absolute;
    top: 1px;
    left: 1px;
    color: #fff;
    background: #5f695e;
    text-align: center;
    padding: 11px 3px;
}

.news-block .image-holder time strong {
    font-size: 30px;
    line-height: 22px;
}

.news-block .socialTop {
  margin-left: 20px;
}

.news-block .text-holder {
  clear: right;
}

.news-block .text-holder a:hover {
	color: #998550;
}

.news-creds {
	text-align: center;
	margin: 0 0 30px;
}

.news-creds .dtln,
.news-creds .author,
.news-creds .news-comments {
	display: block;
}

.news-creds .dtln {
	font-size: 30px;
	color: #5f695e;
	font-weight: 700;
}

.news-creds .author {
	color: #666;
	font-style: italic;
	font-weight: 800;
	font-size: 16px;
}

.news-related-news a {
	  font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    color: #30372f;
}

.error-message {
	font: 800 22px/1.6 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-align:center;
	color: #5f695e;
	display:block;
	margin: 40px 0 0px;
}

.topnewsbar.updates {
  background: transparent;
  background-image: url(/images/accent.png);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: 50% 0%;
  padding:40px 0px 0;
  border:none;
  margin: 60px auto 0;
  text-align: center;
}

.topnewsbar.updates form {
  margin-bottom: 20px;
}

.topnewsbar.updates .nicedrop {
	height: 40px;
}

.topnewsbar.updates .nicedropbtn,
.topnewsbar.updates .newssearch button,
.topnewsbar.updates .newssearch input[type="reset"], 
.topnewsbar.updates .newssearch input[type="file"], 
.topnewsbar.updates .newssearch input[type="submit"] {
	text-shadow: none;
  height: 40px;
  border-radius: 3px;
  padding: 0px 20px;
  font-size: 16px;
  top: 1px;
  border:none;
  position: relative;
}

.topnewsbar.updates .nicedropbtn:hover,
.topnewsbar.updates .newssearch button:hover,
.topnewsbar.updates .newssearch input[type="reset"]:hover, 
.topnewsbar.updates .newssearch input[type="file"]:hover, 
.topnewsbar.updates .newssearch input[type="submit"]:hover {
	background: #5f695e;
	color:#fff;
	border:none;
	border-radius: 3px;
}

.topnewsbar.updates .change-year, 
.topnewsbar.updates .change-cat,
.topnewsbar.updates .change-type {
    display: inline;
    height: 30px;
    float:none;
}

.topnewsbar.updates .reldochead {
  display:block;
  margin: 0 0 10px;
  text-align:center;
  text-transform: uppercase;
  font-weight: 800;
  color: #5f695e !important;
}

.topnewsbar.updates .reldochead.search {
  font: 800 22px/1.86666667 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  position:relative;
  top: 3px;
}

.topnewsbar.updates .newssearch #SearchPhrase {
  background-color: rgb(248, 248, 248);
  border: 1px solid #aaa;
  height:40px;
}

.middleheadline, .middleheadline a {
  color: #151c34;
  font-weight: bold;
  font-size: 22px;
  text-decoration: none;
  margin: 0 0 10px 0;
}

.newsDate {
  color:#666;
  font-weight:bold;
  padding: 7px 0;
}

.news-contacts {
  padding:10px 0;
}

.prev-link, 
.next-link {
  padding:10px 35px;
  background: #30372f;
  font-weight:600;
  font-size:16px;
  color: #fff !important;
  border-radius: 10px;
  text-decoration: none;
  min-width: 150px;
  text-align:center;
  text-transform: uppercase;
  -webkit-transition: all .25s linear 0s;
  transition: all .25s linear 0s;
}

.prev-link {
  float:left;
}
.next-link {
  float:right;
}

.prev-link:hover, .next-link:hover {
  background: #998550;
}


.priorities-gallery {
	padding: 0 0 25px;
}

.priorities-gallery .slide {
	padding: 0 7px;
	width: 232px;
}

.priorities-gallery .item-box {
	display: block;
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #fff;
	min-height: 222px;
}

.priorities-gallery .item-box:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 72%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 72%, rgba(0, 0, 0, .8) 100%);
}

.priorities-gallery .item-box:hover .hover-state {
	opacity: 1;
	background: rgba(95, 105, 94, .8);
	background: -webkit-linear-gradient(top, rgba(153, 133, 80, .8) 0%, rgba(95, 105, 94, .8) 56%);
	background: linear-gradient(to bottom, rgba(153, 133, 80, .8) 0%, rgba(95, 105, 94, .8) 56%);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.priorities-gallery .item-box:hover .box-title {
	opacity: 0;
}

.priorities-gallery .hover-state {
	-webkit-transition: background .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: background .3s ease-in-out, opacity .3s ease-in-out, transform .3s ease-in-out;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	background: -webkit-linear-gradient(top, #998550 0%, #5f695e 56%);
	background: linear-gradient(to bottom, #998550 0%, #5f695e 56%);
}

.priorities-gallery .hover-state:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 222px;
}

.priorities-gallery .hover-state > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.priorities-gallery .hover-state .title {
	font-size: 20px;
	line-height: 22px;
	display: block;
	margin-bottom: 10px;
	font-weight: 500;
}

.priorities-gallery .hover-state .holder {
	position: relative;
	z-index: 10;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	padding: 15px 15px 60px;
}

.priorities-gallery .hover-state .holder:before {
	content: "\e989";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #fff;
	font-size: 26px;
	line-height: 38px;
	z-index: 10;
}

.priorities-gallery .text-wrapp {
	max-width: 255px;
	margin: 0 auto;
}

.priorities-gallery .text-wrapp p {
	margin: 0 0 10px;
}

.priorities-gallery .box-title {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	font-size: 500px;
	font-size: 15px;
	line-height: 16px;
	display: block;
	color: #fff;
	position: absolute;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}

.priorities-gallery .slick-prev,
.priorities-gallery .slick-next {
	color: #333;
	border-color: #333;
	top: -50px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.priorities-gallery .slick-prev:hover,
.priorities-gallery .slick-next:hover {
	color: #fff;
	background: #998550;
}

#wrapper {
	overflow: hidden;
	position: relative;
}

.container {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
}

#footer {
	background: #5f695e;
	border-bottom: 4px solid #fff;
	font-size: 13px;
	line-height: 17px;
	text-align: center;
}

#footer .container {
	max-width: 1640px;
	padding: 35px 20px 40px;
	position: relative;
}

#footer h3 {
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	font-weight: 800;
	margin: 0 0 30px;
}

#footer .columns {
	display: none;
}

#footer .columns .title {
	font-size: 18px;
	line-height: 22px;
	font-weight: 800;
	display: block;
	margin-bottom: 17px;
	color: #fff;
	text-transform: uppercase;
}

#footer .columns .col {
	float: left;
}

#footer .logo-block {
	display: block;
	max-width: 155px;
	margin: 0 auto 55px;
}

#footer .logo-block a {
	display: block;
}

#footer .contacts-list li a {
	color: #fff;
	text-decoration: none;
}

#footer .contacts-list li a:hover {
	color: #b3b3b3;
}

#footer address {
	font-style: normal;
	margin: 0;
}

#footer .columns li {
	margin-bottom: 7px;
}

#footer .columns li a {
	color: #fff;
	text-decoration: none;
}

#footer .columns li a:hover {
	color: #b3b3b3;
}

.resize-active #header * {
	-webkit-transition: none !important;
	transition: none !important;
}

body {
	position: relative;
}

body.nav-active {
	overflow: hidden;
}

body.nav-active:after {
	opacity: 1;
	visibility: visible;
	z-index: 9998;
}

body: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;
	z-index: 50;
	background: rgba(48, 55, 47, .9);
	opacity: 0;
	visibility: hidden;
}

#header {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	background: transparent;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	padding: 0;
	height: 82px;
}

#header:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 1px;
	background: rgba(255, 255, 255, .15);
	z-index: 11;
}

#header.fixed-position {
	min-height: auto;
	background: #30372f;
}

#header > .container {
	max-width: 100%;
}

#header .logo {
	-webkit-transition: width .3s linear;
	transition: width .3s linear;
	width: 186px;
	position: absolute;
	top: 5px;
	left: 30px;
	z-index: 99;
}

#header .logo a {
	display: block;
}

#header .logo img {
	display: block;
	max-width: 100%;
}

.nav-opener {
	display: block;
	position: absolute;
	top: 13px;
	right: 21px;
	border-radius: 4px;
	width: 50px;
	height: 50px;
	z-index: 11;
	color: #fff;
	font-size: 36px;
	border:none;
	text-decoration: none;
}

#flyout .main-nav {
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 25px 10px 19px 0;
	font-size: 14px;
	font-weight: 700;
}

#flyout .main-nav > li {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 10px 5px;
	position: static;
}

#flyout .main-nav > li:after {
	display: none;
}

#flyout .main-nav > li.active:after {
	height: 3px;
}

#flyout .main-nav > li.active:after {
	height: 3px;
}

#flyout .main-nav > li.active > a {
	color: #fff;
}

#flyout .main-nav > li.active-drop:after,
#flyout .main-nav > li.active-dropdown:after {
	height: 3px;
}

#flyout .main-nav > li.active-drop > a,
#flyout .main-nav > li.active-dropdown > a {
	color: #fff;
}

#flyout .main-nav > li.active-drop .drop,
#flyout .main-nav > li.active-dropdown .drop {
	opacity: 1;
	z-index: 9999;
}

#flyout .main-nav a:hover:after {
	opacity: 1;
	visibility: visible;
}

#flyout .main-nav a {
	display: block;
}

#flyout .main-nav a.has-drop-down-a:before, 
#flyout .main-nav a.has-drop-down-a:after {
	content: none;
	border-bottom: none;
}

#flyout .main-nav .drop {
	max-height: none;
	overflow: visible;
	position:fixed;
	top: 100px;
	left: 0;
	right: 0;
	text-align: left;
	opacity: 0;
	background: none;
	padding: 65px 0 42px;
	-webkit-transition: opacity .3s linear, visibility .3s linear;
	transition: opacity .3s linear, visibility .3s linear;
	z-index: -1;
	height: calc(100vh - 80px);
	overflow: auto;
	margin: 0 -15px;
}

#flyout .main-nav .drop .title {
	display:block;
}

#flyout .main-nav .drop .drop-wrap {
	max-width: 500px;
	margin: 0 auto;
}

#flyout .main-nav .drop .drop-close {
	display: block;
	position: absolute;
	top: -44px;
	right: 211px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	font-size: 48px;
	line-height: 1;
	cursor: pointer;
}

#flyout .main-nav .drop ul {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	padding: 0;
	font-size: 50px;
	line-height: 1.12;
	font-weight: 800;
}

#flyout .main-nav .drop ul li {
	margin: 0 0 20px;
}

#flyout .main-nav .drop ul li:last-child {
	margin: 0;
}

#flyout .main-nav .drop a {
	color: #fff;
}

#flyout .main-nav .drop a:hover {
	background-color: transparent;
	color: #998550;
}

#nav {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .3s linear;
	transition: max-height .3s linear;
	z-index: 9999;
}

#nav .nav-holder {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	-webkit-transition: -webkit-transform .3s linear, opacity .3s linear;
	transition: transform .3s linear, opacity .3s linear;
	padding: 133px 28px 60px;
}

#nav .nav-opener {
	position: absolute;
	top: 12px;
	right: 18px;
}

#nav .nav-opener.nav-close {
	position: absolute;
	top: 128px;
	right: 45px;
	width: auto;
	height: auto;
	font-weight: 800;
	font-size: 36px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
}

#nav .nav-opener.nav-close:hover {
	color: #998550;
}

#nav .nav-opener.nav-close:before,
#nav .nav-opener.nav-close:after {
	display: none;
}

.nav-active #nav {
	max-height: 100vh;
}

.nav-active #nav .nav-holder {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.main-nav {
	font-size: 24px;
	letter-spacing: 2px;
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	margin: 0 0 36px;
}

.main-nav > li {
	padding: 0 0 6px;
	position: relative;
}

.main-nav > li:first-child {
	padding-left: 0;
}

.main-nav > li.active a:after {
	opacity: 1;
}

.main-nav > li.active > a {
	color: #998550;
}

.main-nav > li.active > a:after {
	opacity: 1;
	visibility: visible;
}

.main-nav > li.active-drop .has-drop-down-a:before,
.main-nav > li.active-dropdown .has-drop-down-a:before {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.main-nav > li.active-drop > a,
.main-nav > li.active-dropdown > a {
	color: #998550;
}

.main-nav > li.active-drop > a:after,
.main-nav > li.active-dropdown > a:after {
	opacity: 1;
	visibility: visible;
}

.main-nav > li.active-drop .drop,
.main-nav > li.active-dropdown .drop {
	max-height: 100vh;
	visibility: visible;
}

.main-nav > li.active-drop .drop ul,
.main-nav > li.active-dropdown .drop ul {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.main-nav a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #c5c5c5;
	text-decoration: none;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	letter-spacing: .2px;
}

.main-nav a.has-drop-down-a:before,
.main-nav a.has-drop-down-a:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 100%;
	height: 4px;
	width: 12px;
	margin: 0 0 0 10px;
	background: #fff;
}

.main-nav a.has-drop-down-a:before {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	-webkit-transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
}

.main-nav .drop {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .3s linear;
	transition: max-height .3s linear;
}

.main-nav .drop .container {
	padding: 0;
	position: relative;
}

.main-nav .drop .drop-wrap {
	padding: 9px 0 10px;
}

.main-nav .drop .drop-close {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: none;
}

.main-nav .drop .drop-close:hover {
	color: #998550;
}

.main-nav .drop .title {
	display: block;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 21px;
	font-weight: 600;
	letter-spacing: 0;
}

.main-nav .drop ul {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 400;
	letter-spacing: 0;
	position: relative;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	text-transform: capitalize;
}

.main-nav .drop ul li {
	display: block;
	margin: 0 0 20px;
}

.main-nav .drop ul li:last-child {
	margin: 0;
}

.main-nav .drop a {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	display: block;
	color: #c5c5c5;
}

.main-nav .drop a:hover {
	color: #fff;
}

.main-nav .drop a:after {
	display: none;
}

.sign-link-holder:before {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: -20px;
	right: -20px;
	height: 100vh;
	background: rgba(0, 0, 0, .9);
	opacity: 0;
	visibility: hidden;
	z-index: 2;
}

.sign-link-holder.active:before {
	opacity: 1;
	visibility: visible;
}

.sign-link-holder.active .search-opener {
	background: #30372f;
}

.sign-link-holder.active .sign-link {
	z-index: 2;
}

.sign-link-holder .search-box {
	display: none;
}

.sign-link-holder .search-box .search-opener {
	text-decoration: none;
	color: #fff;
	font-size: 24px;
	line-height: 1;
	font-weight: 800;
}

.sign-link-holder .search-box .search-opener:hover {
	color: #998550;
}

.sign-link {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: block;
	position: relative;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 28px;
	text-align: center;
	margin: 0 0 26px;
	white-space: nowrap;
}

.sign-link:hover {
	color: #998550;
}

.sign-link i {
	margin: 0 25px 0 0;
	font-size: 30px;
}

.social-wrap .connected-block .search-opener {
	text-decoration: none;
	color: #fff;
	font-size: 24px;
	line-height: 1;
	font-weight: 800;
	padding: 0;
	border: none;
}

.social-wrap .connected-block .search-opener:hover {
	color: #998550;
}

.social-wrap .search.active > .search-opener {
	background: #30372f;
}

.social-wrap .search.active:before {
	opacity: 1;
	visibility: visible;
}

.social-wrap .search:before {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: -20px;
	right: -20px;
	height: 100vh;
	background: rgba(0, 0, 0, .9);
	opacity: 0;
	visibility: hidden;
}

.social-list {
	text-align: center;
	margin: 0 0 21px;
}

.social-list li {
	display: inline-block;
	vertical-align: top;
	padding: 0 2px;
}

.social-list a {
	display: block;
	color: #c5c5c5;
	text-decoration: none;
	font-size: 56px;
	line-height: 1;
	border-radius: 100%;
	text-align: center;
	-webkit-transition: color .3s linear, background .3s linear;
	transition: color .3s linear, background .3s linear;
}

.social-list a:hover {
	color: #998550;
}

.search .search-opener {
	display: none;
}

.search .search-opener:hover {
	color: #1e90ff;
}

.search-box {
	/* input {
		background: transparent;
		border: none;
		outline: none;
		padding: 0;
		height: 52px;
		padding: 5px 5px 5px;
		margin-left: 5px;
		width: 100%;
		color: $white;

		@include media ('>=desktop') {
			height: 32px;
		}

		&:focus {
			outline: none;
			border-color: blue;
		}
	}

	.search-btn {
		position: absolute;
		padding: 0 0 0 3px;
		top: 0;
		right: 12px;
		border: none;
		background: none;
		box-shadow: none;
		outline: none;
		font-size: 26px;
		line-height: 52px;
		color: $gray;
		height: auto;

		@include media ('>=desktop') {
			color: $white;
			font-size: 20px;
			line-height: 32px;
			right: 5px;
		}

		&:hover {
			color: $brown;
		}
	} */
}

.search-box .search-wrap {
	position: relative;
	height: 58px;
	width: 100%;
	border: 3px solid #c5c5c5;
	background: transparent;
	font-size: 14px;
	line-height: 16px;
	padding-right: 34px;
	-webkit-transition: border-color .3s linear;
	transition: border-color .3s linear;
}

.services-block {
	font: 400 13px/1.8 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 47px 0 114px;
	position: relative;
	color: #fff;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.services-block .detail-block p {
	display: none;
}

.services-block .btn {
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
}

.services-block .btn {
	display: inline-block;
	vertical-align: top;
	font: 800 13px/1.3 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	background: transparent;
	color: #fff;
	min-width: 170px;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 0;
	border: 2px solid #fff;
	margin: 0 0 30px;
}

.services-block .links-wrap {
	overflow: hidden;
	margin: 0 0 14px;
	padding: 0 15px;
}

.links-list li {
	text-align: left;
	margin: 0 0 12px;
}

.links-list li a {
	font: 700 18px/1.3 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	pointer-events: none;
}

.links-list li a:hover .icon-wrap i {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.links-list li a:hover .text {
	color: #fff;
}

.links-list .icon-wrap {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out, font-size .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out, font-size .3s ease-in-out;
	white-space: nowrap;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	border-radius: 50%;
	border: 3px solid #fff;
	position: relative;
	pointer-events: auto;
	font-size: 26px;
	margin: 0 4px 0 0;
	width: 58px;
	height: 58px;
}

.links-list .icon-wrap:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.links-list .icon-wrap > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.links-list .icon-wrap:before {
	-webkit-transition: opacity .3s ease-in-out, top .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out, bottom .3s ease-in-out;
	transition: opacity .3s ease-in-out, top .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out, bottom .3s ease-in-out;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	background: #fff;
	opacity: 0;
	z-index: 1;
}

.links-list .icon-wrap i {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.links-list .icon-wrap > * {
	width: 100%;
	max-width: none;
	position: relative;
	z-index: 2;
}

.links-list .icon-wrap span {
	display: inline-block;
	vertical-align: middle;
}

.links-list .text {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: inline-block;
	pointer-events: auto;
	vertical-align: middle;
}

.survey-block {
	overflow: hidden;
}

.survey-block .left-block {
	background: #c5c5c5;
}

.survey-block .left-block h2 {
	margin: 0 0 17px;
}

.survey-block .right-block {
	background: #5f695e;
}

.survey-block .right-block .text-hold {
	color: #fff;
	text-align: center;
	padding: 28px 20px 55px;
}

.survey-block .right-block .text-hold h2 {
	color: #fff;
	margin: 0 0 17px;
}

.survey-block .right-block .text-hold h2:before {
	background: #efc20e;
	bottom: -9px;
}

.survey-block .right-block .text-hold p {
	margin: 0 0 20px;
}

.survey-block .text-hold {
	font: 400 13px/1.7 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 26px 25px 55px;
}

.survey-block .voting-list {
	margin: 0 0 38px;
}

.survey-block .voting-list li {
	font: 400 16px/1.3 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	margin: 0 0 25px;
}

.survey-block .content-hold {
	display: table;
	width: 100%;
}

.survey-block .content-hold span,
.survey-block .content-hold time {
	padding: 8px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.survey-block .content-hold .green,
.survey-block .content-hold .red {
	font: 900 24px/1.3 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	background: #39b54a;
	border-top: 2px solid #39b54a;
	border-bottom: 2px solid #39b54a;
	color: #fff;
	width: 84px;
}

.survey-block .content-hold .red {
	border-top: 2px solid #e62323;
	border-bottom: 2px solid #e62323;
	background: #e62323;
}

.survey-block .content-hold .text {
	text-transform: uppercase;
}

.survey-block .content-hold .text,
.survey-block .content-hold time,
.survey-block .content-hold .text,
.survey-block .content-hold .info {
	font: 400 15px/1.3 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	border-bottom: 2px solid #3c3c3c;
	border-top: 2px solid #3c3c3c;
}

.survey-block .content-hold .info {
	border-right: 2px solid #3c3c3c;
	text-align: left;
	padding: 0 15px 0 35px;
}

.survey-block .survey-form {
	font: 400 14px/1.2 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	text-align: left;
	padding: 0 0 15px;
}

.survey-block .survey-form textarea {
	display: block;
	width: 100%;
	color: #fff;
	background: none;
	border: 2px solid #fff;
	resize: none;
	outline: none;
	height: 103px;
	margin: 10px 0 0 4px;
	padding: 9px 13px;
}

.survey-block .survey-form textarea::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}

.survey-block .survey-form textarea::-moz-placeholder {
	opacity: 1;
	color: #fff;
	opacity: 1;
}

.survey-block .survey-form textarea:-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.survey-block .survey-form textarea:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

.survey-block .survey-form textarea.placeholder {
	color: #fff;
	opacity: 1;
}

.survey-block .survey-form ol {
	color: #fff;
	margin: 0 0 25px;
	padding: 0 0 0 26px;
}

.survey-block .survey-form ol li {
	margin: 0 0 22px;
}

.survey-block .survey-form .check-list {
	padding: 11px 2px 0;
	color: #fff;
}

.survey-block .survey-form .check-list li {
	margin: 0 0 15px;
}

.survey-block .accordion {
	text-align: left;
	padding: 0 4px;
	max-width: none;
}

.survey-block .accordion li {
	border: 1px solid #333;
	border-bottom: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background: #f2f6f2;
}

.survey-block .accordion li:last-child {
	border-bottom: 1px solid #333;
}

.survey-block .accordion li.active .opener:after {
	-webkit-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
}

.survey-block .accordion li .opener {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: block;
	position: relative;
	padding: 21px 48px 21px 23px;
	color: #30372f;
	text-decoration: none;
	font-size: 20px;
	text-transform: none;
}

.survey-block .accordion li .opener:before,
.survey-block .accordion li .opener:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 14px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 5px;
	width: 25px;
	background: #30372f;
}

.survey-block .accordion li .opener:after {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.survey-block .slide {
	padding: 0 17px 35px;
}

.survey-block .slide table {
	width: 100%;
	color: #30372f;
}

.survey-block .slide table thead th {
	text-transform: uppercase;
	padding: 10px;
	font-weight: 700;
}

.survey-block .slide table tbody tr:nth-child(2n+1) {
	background: rgba(212, 212, 212, .46);
}

.survey-block .slide table td {
	padding: 11px 9px;
}

.survey-block .slide table .doted-text {
	display: block;
	max-width: 377px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-center {
	text-align: center;
}

.custom-checkbox input {
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	width: 0;
}

.custom-checkbox input:checked ~ .fake-input {
	background: #fff;
}

.custom-checkbox .fake-input {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 0;
	width: 16px;
	height: 16px;
	border: 2px solid #fff;
	border-radius: 3px;
}

#aspnetForm {
	font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
}

h1 {
	font-size: 37px;
	line-height: 44px;
	font-weight: 800;
	margin: 0;
}

.btn {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	border: 2px solid #fff;
	color: #fff;
	text-decoration: none;
	font-weight: 800;
	font-size: 13px;
	line-height: 16px;
	padding: 16px 42px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	background-color: transparent;
}

.buffer .btn {
	border:2px solid #5f695e;
	color: #5f695e;
}

.buffer .btn:hover {
	background: #5f695e;
	color: #fff;
}

.btn:hover {
	color: #333;
	background: #fff;
}

.btn.btn-primary {
	color: #333;
	border-color: #333;
}

.btn.btn-primary:hover {
	color: #fff;
	background: #998550;
}

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #c5c5c5;
}

.bg-green-dark {
	background: #30372f;
}

.brad-block {
	position: relative;
}

.brad-block .section-title {
	color: #fff;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 33px;
}

.section-title {
	text-align: center;
	text-transform: uppercase;
}

.section-title small {
	display: block;
	font-size: 14px;
	line-height: 28px;
}

.section-title h2 {
	font-size: 30px;
	line-height: 42px;
	font-weight: 800;
	margin: 0 0 15px;
}

.newsroom-block {
	padding: 55px 0 45px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.newsroom-block .container {
	max-width: 1335px;
}

.newsroom-block .news-holder {
	text-align: center;
}

.priorities-block {
	text-align: center;
	padding: 25px 0 50px;
}

.priorities-block .container {
	max-width: 1330px;
}

.connect-block {
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding: 42px 0 66px;
}

.connect-block .section-title {
	color: #fff;
}

.connect-block .links-list {
	padding: 0 15px;
}

.connect-block .links-list li {
	text-align: left;
	margin: 0 0 12px 0;
}

.connect-block .links-list li a {
	font-weight: 500;
}

.connect-block .links-list .icon-wrap {
	width: 58px;
	height: 58px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px 0 0;
	font-size: 26px;
}

.connect-block .links-list .text {
	font-size: 16px;
	line-height: 18px;
	vertical-align: middle;
}

.connected-block {
	padding: 37px 0 65px;
}

.connected-block .email-form {
	text-align: center;
}

.connected-block input {
	text-overflow: ellipsis;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 12px;
	min-width: 260px;
}

.connected-block input::-webkit-input-placeholder {
	opacity: 1;
	color: #5f695e;
}

.connected-block input::-moz-placeholder {
	opacity: 1;
	opacity: 1;
	color: #5f695e;
}

.connected-block input:-moz-placeholder {
	opacity: 1;
	color: #5f695e;
}

.connected-block input:-ms-input-placeholder {
	opacity: 1;
	color: #5f695e;
}

.connected-block input.placeholder {
	opacity: 1;
	color: #5f695e;
}

.connected-block button[type="submit"] {
	display: block;
	min-width: 170px;
	letter-spacing: 0;
	margin: 0 auto;
}

.connected-block button[type="submit"] i {
	margin: 0 5px 0 0;
}

.connected-block label {
	color: #fff;
	display: none;
}

@media (min-width: 768px) {
	.accordion {
		max-width: 100%;
		margin: 0;
	}

	.back-to-top {
		bottom: 12px;
	}

	.slick-next,
	.slick-prev {
		width: 52px;
		height: 52px;
	}

	.slick-next {
		right: 15px;
		left: auto;
	}

	.slick-next:before {
		font-size: 24px;
		line-height: 50px;
	}

	.slick-prev {
		left: 15px;
		right: auto;
	}

	.slick-prev:before {
		font-size: 24px;
		line-height: 50px;
	}

	.main-gallery .text-block {
		font-size: 16px;
		line-height: 22px;
	}

	.main-gallery .text-block:after {
		min-height: 670px;
	}

	.social-gallery-block .social-networks-btn {
		width: 140px;
		height: 140px;
		top: -75px;
		font-size: 52px;
		line-height: 120px;
	}

	.social-networks-gallery {
		padding: 7px 0;
	}

	.twitter-gallery {
		padding: 90px 0 40px;
	}

	.twitter-gallery .slide {
		font-size: 24px;
		line-height: 30px;
	}

	.twitter-gallery .text-frame {
		padding: 0 60px;
	}

	.twitter-gallery .text-frame p {
		margin: 0 0 42px;
	}

	.twitter-gallery .info-list {
		font-size: 18px;
		line-height: 24px;
	}

	.twitter-gallery .info-list li {
		padding: 0 20px;
		display: inline-block;
		vertical-align: top;
		margin: 0 -4px 0 0;
		position: relative;
	}

	.twitter-gallery .info-list li:before {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 1px;
		background: #333;
	}

	.twitter-gallery .info-list i {
		font-size: 21px;
		line-height: 24px;
		margin: 0 13px 0 0;
	}

	.brad-gallery .slide .holder:after {
		min-height: 330px;
	}

	.brad-gallery .slide .wrapp {
		padding: 95px 0 0;
	}

	.news-gallery .slide {
		padding: 0 20px;
	}

	.news-gallery .news-box {
		max-width: 100%;
		margin: 0;
	}

	.news-gallery .img-block {
		min-height: 212px;
	}

	.news-gallery .info-panel {
		font-size: 12px;
		line-height: 14px;
	}

	.news-gallery .text-frame {
		font-size: 13px;
		line-height: 22px;
		padding: 30px 40px 65px;
	}

	.news-gallery .post-title {
		font-size: 18px;
		line-height: 24px;
	}

	.news-gallery .btn-link {
		position: absolute;
		left: 50%;
		bottom: 37px;
	}

	.priorities-gallery {
		padding: 0 10px 25px;
	}

	.priorities-gallery .slide {
		width: auto;
	}

	.priorities-gallery .hover-state:after {
		min-height: 222px;
	}

	.priorities-gallery .hover-state .holder {
		font-size: 14px;
		line-height: 20px;
		padding: 15px 15px 45px;
	}

	.priorities-gallery .slick-prev,
	.priorities-gallery .slick-next {
		top: -65px;
	}

	#footer {
		text-align: left;
	}

	#footer .container {
		padding: 22px 20px 80px;
	}

	#footer .contacts-block {
		width: 50%;
		float: left;
		padding: 0 15px 0 0;
	}

	#footer .logo-block {
		float: right;
		width: 36%;
		text-align: right;
		padding: 0 20px 0 0;
		margin: 0;
		max-width: 100%;
	}

	#header {
		height: 100px;
	}

	#header.fixed-position {
		min-height: auto;
	}

	#header .logo {
		left: 40px;
		width: 225px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.nav-opener {
		top: 17px;
		right: 30px;
		width: 50px;
		height: 50px;
	}

	#nav .nav-holder {
		padding: 160px 100px 35px;
	}

	#nav .nav-opener {
		top: 12px;
		right: 26px;
	}

	#nav .nav-opener.nav-close {
		font-size: 48px;
		top: 126px;
		right: 53px;
	}

	.main-nav {
		font-size: 36px;
		font-weight: 800;
		margin: 0 0 90px;
	}

	.main-nav > li {
		padding: 0 0 1px;
	}

	.main-nav .drop .drop-wrap {
		padding: 0;
	}

	.main-nav .drop ul {
		font-size: 20px;
	}

	.main-nav .drop ul li {
		margin: 0 0 14px;
	}

	.main-nav .drop ul li:last-child {
		margin: 0 0 14px;
	}

	.sign-link-holder {
		display: inline-block;
		vertical-align: top;
	}

	.sign-link-holder .connected-block {
		padding: 9px 0 32px;
	}

	.sign-link {
		text-align: left;
		display: inline-block;
		vertical-align: top;
		font-size: 35px;
		font-weight: 700;
		margin: 0 -3px 0 0;
	}

	.sign-link i {
		margin: 0 25px 0 0;
		font-size: 44px;
	}

	.social-wrap {
		padding: 30px 0 0;
	}

	.social-list {
		display: inline-block;
		vertical-align: top;
		float: right;
		margin: 0;
	}

	.social-list li {
		padding: 0 0 0 10px;
	}

	.social-list a {
		font-size: 56px;
	}

	.search .search-opener {
		font-size: 26px;
		padding-right: 26px;
	}

	.services-block {
		padding: 31px 0 148px;
	}

	.services-block .links-wrap {
		margin: 0;
		padding: 30px 0 0;
	}

	.links-list {
		margin: 0 -26px;
	}

	.links-list li {
		margin: 0 -3px 50px 0;
		display: inline-block;
		vertical-align: top;
		width: 33.33%;
		padding: 0 15px;
		text-align: center;
	}

	.links-list li a:hover .icon-wrap {
		color: #5f695e;
	}

	.links-list li a:hover .icon-wrap:before {
		opacity: 1;
		top: -11px;
		left: -11px;
		right: -11px;
		bottom: -11px;
	}

	.links-list .icon-wrap {
		display: block;
		width: 101px;
		height: 101px;
		margin: 0 auto 13px;
		font-size: 45px;
	}

	.links-list .text {
		vertical-align: top;
	}

	.survey-block .left-block h2 {
		margin: 0 0 14px;
	}

	.survey-block .right-block .text-hold {
		padding: 27px 20px 22px;
		max-width: 451px;
		margin: 0 auto;
	}

	.survey-block .right-block .text-hold h2 {
		margin: 0 0 29px;
	}

	.survey-block .right-block .text-hold h2 {
		margin: 0 0 17px;
	}

	.survey-block .right-block .text-hold p {
		margin: 0 0 56px;
	}

	.survey-block .text-hold {
		font-size: 14px;
		line-height: 1.3;
		padding: 25px 49px 34px;
	}

	.survey-block .voting-list {
		margin: 0 0 52px;
	}

	.survey-block .content-hold .text,
	.survey-block .content-hold time,
	.survey-block .content-hold .text,
	.survey-block .content-hold .info {
		font: 400 16px/1.3 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.survey-block .survey-form {
		font: 400 16px/1.3 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.survey-block .survey-form ol {
		margin: 0 0 33px;
		padding: 0 0 0 15px;
	}

	.survey-block .survey-form ol li {
		margin: 0 0 20px;
	}

	.survey-block .survey-form .check-list {
		padding: 14px 5px 0;
	}

	.survey-block .survey-form .check-list li {
		margin: 0 0 11px;
	}

	.survey-block .accordion {
		padding: 0 18px;
	}

	.survey-block .accordion li .opener {
		font-size: 23px;
		padding: 20px 50px 20px 25px;
	}

	.custom-checkbox .fake-input {
		margin: 0 10px 0 0;
	}

	h1 {
		font-size: 72px;
		line-height: 84px;
		margin: 0 0 20px;
	}

	.section-title h2 {
		font-size: 36px;
		line-height: 42px;
		margin: 0 0 25px;
	}

	.connect-block {
		padding: 72px 0 90px;
	}

	.invite-block {
		padding: 72px 0 90px;
	}

	.connect-block .links-list {
		padding: 25px 0 0;
	}

	.connect-block .links-list li {
		width: 25%;
		text-align: center;
		margin: 0 -3px 37px 0;
	}

	.connect-block .links-list .icon-wrap {
		width: 101px;
		height: 101px;
		margin: 0 auto 13px;
		font-size: 45px;
		display: block;
	}

	.connect-block .links-list .text {
		vertical-align: top;
		font-size: 18px;
		line-height: 20px;
	}

	.connected-block {
		padding: 53px 0 88px;
	}

	.connected-block .email-form {
		letter-spacing: -4px;
		padding: 0 12px;
	}

	.connected-block input {
		margin: 0 10px;
		min-width: 507px;
		letter-spacing: 0;
	}

	.connected-block button[type="submit"] {
		display: inline-block;
		vertical-align: middle;
		margin: 0;
	}
}

@media (min-width: 1024px) {
	.back-to-top {
		bottom: 57px;
		right: 26px;
		left: auto;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.banner .burger-menu {
		display:block;
		position:absolute;
		bottom: 30px;
    left: 25px;
    font-size: 36px;
    top: auto;
    z-index: 999;
	}

	.slick-next {
		right: 25px;
		left: auto;
	}

	.slick-prev {
		left: 25px;
		right: auto;
	}

	.main-gallery .text-block {
		font-size: 18px;
		line-height: 26px;
	}

	.main-gallery .text-block:after {
		min-height: 800px;
	}

	.social-networks-gallery {
		padding: 20px 0;
	}

	.social-networks-gallery .slide {
		width: 310px;
		height: 310px;
	}

	.social-networks-gallery .slick-prev {
		left: 20px;
		right: auto;
	}

	.social-networks-gallery .slick-next {
		right: 20px;
		left: auto;
	}

	.twitter-gallery .slide {
		font-size: 30px;
		line-height: 36px;
	}

	.twitter-gallery .text-frame p {
		margin: 0 0 28px;
	}

	.twitter-gallery .slick-prev,
	.twitter-gallery .slick-next {
		margin: -24px 0 0;
	}

	.twitter-gallery .slick-prev {
		left: 25px;
		right: auto;
	}

	.twitter-gallery .slick-next {
		right: 25px;
		left: auto;
	}

	.brad-gallery .slide .holder:after {
		min-height: 360px;
	}

	.brad-gallery i {
		width: 117px;
		height: 117px;
		margin: 0 auto 15px;
		font-size: 64px;
		line-height: 100px;
	}

	.brad-gallery .title {
		font-size: 23px;
		line-height: 24px;
	}

	.brad-gallery .hover-state {
		font-size: 14px;
		line-height: 23px;
	}

	.news-gallery {
		margin: 0 -15px;
		padding: 0 70px;
	}

	.news-gallery .slide {
		padding: 0 15px;
	}

	.news-gallery .img-block {
		min-height: 244px;
	}

	.news-gallery .info-panel {
		padding: 10px;
	}

	.news-gallery .text-frame {
		font-size: 15px;
		line-height: 25px;
		padding: 20px 25px 65px;
	}

	.news-gallery .post-title {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.news-gallery .btn-link {
		font-size: 13px;
		line-height: 16px;
	}

	.priorities-gallery {
		margin: 0 -11px;
		padding: 0 60px 34px;
	}

	.priorities-gallery .slide {
		padding: 0 11px;
	}

	.priorities-gallery .item-box {
		min-height: 300px;
	}

	.priorities-gallery .hover-state:after {
		min-height: 300px;
	}

	.priorities-gallery .slick-prev,
	.priorities-gallery .slick-next {
		margin: -28px 0 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		top: 50%;
	}

	.priorities-gallery .slick-prev {
		left: 8px;
		right: auto;
	}

	.priorities-gallery .slick-next {
		right: 8px;
		left: auto;
	}

	#footer .container {
		padding: 32px 20px 82px;
	}

	#footer .contacts-block {
		width: 23%;
	}

	#footer .columns {
		margin: 0 -10px;
		width: 60%;
		overflow: hidden;
		float: left;
		display: block;
	}

	#footer .columns .col {
		padding: 0 10px 15px;
		width: 50%;
	}

	#footer .columns .col.two-columns {
		margin: 0 -10px;
	}

	#footer .columns .col.two-columns .column {
		padding: 0 10px;
	}

	#footer .columns .col.two-columns .column.last {
		padding: 40px 0 0;
	}

	#footer .logo-block {
		float: left;
		margin: -17px 0;
		width: 17%;
		padding: 0;
	}

	#header {
		height: auto;
		text-align: right;
	}

	#header.fixed-position {
		height: auto;
	}

	#header > .container {
		position: relative;
	}

	#header .logo {
		width: 120px;
		left: 25px;
	}

	.nav-opener {
		display: none;
	}

	#nav {
		max-height: none;
		max-width: none;
		overflow: visible !important;
		position: static;
	}

	#nav .nav-holder {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		background: none;
		padding: 0;
	}

	.main-nav {
		text-transform: uppercase;
		display: inline-block;
		vertical-align: top;
		margin: 0;
		padding: 25px 10px 19px 0;
		font-size: 14px;
		font-weight: 700;
	}

	.main-nav > li {
		display: inline-block;
		vertical-align: top;
		padding: 0 0 10px 5px;
		position: static;
	}

	.main-nav > li:after {
		display: none;
	}

	.main-nav > li.active:after {
		height: 3px;
	}

	.main-nav > li.active:after {
		height: 3px;
	}

	.main-nav > li.active > a {
		color: #fff;
	}

	.main-nav > li.active-drop:after,
	.main-nav > li.active-dropdown:after {
		height: 3px;
	}

	.main-nav > li.active-drop > a,
	.main-nav > li.active-dropdown > a {
		color: #fff;
	}

	.main-nav > li.active-drop .drop,
	.main-nav > li.active-dropdown .drop {
		opacity: 1;
		z-index: 9999;
	}

	.main-nav a:hover:after {
		opacity: 1;
		visibility: visible;
	}

	.main-nav a {
		color: #fff;
		display: block;
	}

	.main-nav a.has-drop-down-a:hover:after {
		opacity: 1;
		visibility: visible;
	}

	.main-nav a.has-drop-down-a:before {
		display: none;
	}

	.main-nav a.has-drop-down-a:after {
		-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: 56px;
		width: auto;
		margin: 0;
		border-bottom: 1px solid #fff;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		background: none;
	}

	.main-nav a: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;
		height: 56px;
		width: auto;
		margin: 0;
		border-bottom: 1px solid #fff;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.main-nav .drop {
		max-height: none;
		overflow: visible;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		text-align: left;
		opacity: 0;
		background: none;
		padding: 65px 0 42px;
		visibility: hidden;
		-webkit-transition: opacity .3s linear, visibility .3s linear;
		transition: opacity .3s linear, visibility .3s linear;
		z-index: -1;
		height: calc(100vh - 80px);
		overflow: auto;
		margin: 0 -15px;
	}

	.main-nav .drop .drop-wrap {
		max-width: 500px;
		margin: 0 auto;
	}

	.main-nav .drop .drop-close {
		display: block;
		position: absolute;
		top: -44px;
		right: 211px;
		text-transform: uppercase;
		font-weight: 800;
		color: #fff;
		font-size: 48px;
		line-height: 1;
		cursor: pointer;
	}

	.main-nav .drop ul {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		padding: 0;
		font-size: 50px;
		line-height: 1.12;
		font-weight: 800;
	}

	.main-nav .drop ul li {
		margin: 0 0 20px;
	}

	.main-nav .drop ul li:last-child {
		margin: 0;
	}

	.main-nav .drop a {
		color: #fff;
	}

	.main-nav .drop a:hover {
		background-color: transparent;
		color: #998550;
	}

	.sign-link-holder .search-box {
		display: block;
		position: absolute;
		top: 100%;
		left: -15px;
		right: -15px;
		margin: -1px 0 0;
		width: auto;
		z-index: 3;
	}

	.sign-link {
		font-size: 14px;
		padding: 26px 13px 28px 13px;
		border-left: 1px solid rgba(255, 255, 255, .15);
	}

	.sign-link i {
		font-weight: 700;
		font-size: 18px;
		margin: 0 10px 0 0;
	}

	.social-wrap {
		padding: 0 0 0 11px;
		margin: 0;
		display: inline-block;
		vertical-align: top;
		position: static;
	}

	.social-wrap .connected-block {
		padding: 9px 0 32px;
	}

	.social-wrap .search {
		margin: 0 -15px 0 0;
	}

	.social-list {
		float: none;
		padding: 26px 0 15px 16px;
		margin: 0;
		border-left: 1px solid rgba(255, 255, 255, .15);
	}

	.social-list li {
		padding: 0 2px 11px;
	}

	.social-list a {
		color: #fff;
		font-size: 26px;
	}

	.search {
		display: inline-block;
		vertical-align: top;
	}

	.search .search-opener {
		display: block;
		position: relative;
		color: #c5c5c5;
		text-decoration: none;
		font-size: 24px;
		font-weight: 400;
		-webkit-transition: color .3s linear;
		transition: color .3s linear;
		padding-left: 25px;
		border-left: 1px solid rgba(255, 255, 255, .15);
	}

	.search .search-opener:hover {
		color: #998550;
	}

	.search .search-opener {
		display: block;
		color: #fff;
		padding: 24px 23px 24px 23px;
		font-size: 17px;
	}

	.search-box {
		position: absolute;
		left: -15px;
		right: -15px;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		top: 100%;
		margin: -1px 0 0;
	}

	.search-box .search-wrap {
		height: 36px;
		border: 2px solid #c5c5c5;
		border-color: #998550;
		border-radius: 4px;
	}

	.services-block {
		overflow: hidden;
		font: 400 14px/1.8 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		padding: 68px 0 7px;
	}

	.services-block .detail-block {
		width: 240px;
		float: left;
		margin: 0;
	}

	.services-block .detail-block h2 {
		margin: 0 0 13px;
	}

	.services-block .detail-block p {
		display: block;
		margin: 0 0 4px;
	}

	.services-block .detail-block p {
		margin: 0 0 28px;
	}

	.services-block .btn {
		position: relative;
		top: auto;
		left: 30px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.services-block .links-wrap {
		width: calc(100% - 240px);
		float: right;
		padding: 51px 19px 0 67px;
	}

	.links-list {
		margin: 0;
	}

	.links-list .icon-wrap {
		width: 106px;
		height: 106px;
		margin: 0 auto 16px;
	}

	.survey-block .left-block {
		width: 50%;
		float: left;
		position: relative;
		z-index: 1;
	}

	.survey-block .right-block {
		width: 50%;
		float: left;
	}

	.survey-block .right-block .text-hold {
		padding: 29px 20px 21px;
		float: none;
		max-width: 500px;
	}

	.survey-block .text-hold {
		font-size: 16px;
		padding: 29px 15px 34px;
	}

	.survey-block .content-hold time {
		width: 100px;
	}

	.survey-block .content-hold .text {
		width: 100px;
	}

	.survey-block .survey-form ol {
		padding: 0 0 0 25px;
		margin: 0 0 28px;
	}

	.survey-block .survey-form ol li {
		margin: 0 0 19px;
	}

	.survey-block .accordion {
		padding: 0;
	}

	h1 {
		font-size: 85px;
		line-height: 94px;
		font-weight: 800;
		margin: 0 0 28px;
	}

	.brad-block .section-title {
		top: 48px;
	}

	.priorities-block {
		padding: 33px 0 61px;
	}

	.connect-block {
		padding: 70px 0 45px;
	}

	.invite-block {
		padding: 70px 0 60px;
	}

	.addy-block {
		padding: 60px 0 110px;
	}

	.connect-block .links-list {
		padding: 50px 30px 0;
	}

	.connect-block .links-list .icon-wrap {
		width: 106px;
		height: 106px;
		margin: 0 auto 30px;
	}

	.connect-block .links-list .text {
		font-size: 23px;
		line-height: 26px;
	}

	.connected-block .email-form {
		padding: 0;
	}

	.connected-block input {
		min-width: 630px;
		margin: 0 23px;
	}

	.connected-block label {
		font-size: 29px;
		line-height: 32px;
		text-transform: uppercase;
		font-weight: 800;
		display: block;
		padding: 0 25px 15px;
		letter-spacing: 0;
	}
}

@media (min-width: 1200px) {
	.slick-next {
		right: 150px;
		left: auto;
	}

	.slick-prev {
		left: 150px;
		right: auto;
	}

	.main-gallery .text-block > * {
		margin: 86px 0 0;
	}

	.news-gallery .info-panel {
		font-size: 14px;
		line-height: 16px;
		padding: 12px 20px;
	}

	.news-gallery .text-frame {
		padding: 32px 45px 65px;
	}

	.priorities-gallery .item-box {
		min-height: 375px;
	}

	.priorities-gallery .hover-state:after {
		min-height: 375px;
	}

	.priorities-gallery .hover-state .title {
		margin-bottom: 30px;
		font-size: 27px;
		line-height: 30px;
	}

	.priorities-gallery .hover-state .holder {
		font-size: 17px;
		line-height: 27px;
		padding: 15px 15px 89px;
	}

	.priorities-gallery .hover-state .holder:before {
		font-size: 56px;
		line-height: 58px;
	}

	.priorities-gallery .box-title {
		font-size: 20px;
		line-height: 24px;
	}

	#footer .contacts-block {
		width: 20%;
	}

	#footer .columns .col {
		width: 20%;
		padding: 0 10px;
	}

	#footer .columns .col.two-columns {
		width: 40%;
	}

	#footer .logo-block {
		width: 20%;
	}

	#header .logo {
		left: 50px;
		width: 227px;
	}

	.main-nav {
		padding: 35px 24px 29px 0;
	}

	.main-nav > li {
		padding-left: 8px;
	}

	.main-nav a.has-drop-down-a:after {
		height: 66px;
	}

	.main-nav a:after {
		height: 66px;
	}

	.main-nav .drop {
		height: calc(100vh - 100px);
	}

	.sign-link {
		padding: 36px 23px 38px 23px;
	}

	.social-list {
		padding: 36px 0 25px 16px;
	}

	.search .search-opener {
		padding: 34px 23px 34px 23px;
	}

	.links-list li {
		padding: 0 10px;
	}

	.connected-block label {
		display: inline-block;
		vertical-align: middle;
		padding: 0;
	}
}

@media (min-width: 1320px) {
	.survey-block .text-hold {
		padding: 29px 83px 34px 32px;
		max-width: 750px;
		width: 100%;
		float: right;
	}
}

@media (min-width: 1400px) {
	#footer .holder {
		padding: 0 0 0 12.5%;
	}

	.main-nav > li {
		padding-left: 24px;
	}
}

@media (max-width: 1023px) {
	#nav .nav-holder .mobile-mask {
		height: calc(100vh - 200px);
		overflow-y: auto;
		overflow-x: hidden;
	}

	.main-nav a:hover {
		color: #998550;
	}

	.main-nav .drop .title {
		display: none;
	}

	.addy-block .addy-holder li {
		width: 49%;
		margin: 0 0 20px;
		font-size: 20px;
	}

	#flyout .main-nav .drop ul {
		font-size: 24px;
    letter-spacing: 2px;
    font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 700;
    margin: 0 0 36px;
	}

	#flyout .main-nav .drop {
		padding: 50px 28px 60px;
		margin: 0;
	}

	#flyout .main-nav .drop .drop-close {
    position: absolute;
    top: -30px;
    right: 7px;
    width: auto;
    height: auto;
    font-weight: 800;
    font-size: 36px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
	}

	.social-wrap .connected-block {
		background: none;
		padding: 0;
	}

	.social-wrap .connected-block .container {
		padding: 0;
	}

	.social-wrap .connected-block .email-form {
		text-align: left;
		position: relative;
	}

	.social-wrap .connected-block .email-form input {
		width: 100%;
		background: none;
		border: 2px solid #fff;
		color: #fff;
		padding-right: 50px;
	}

	.social-wrap .connected-block .email-form input::-webkit-input-placeholder {
		color: #fff;
	}

	.social-wrap .connected-block .email-form input::-moz-placeholder {
		opacity: 1;
		color: #fff;
	}

	.social-wrap .connected-block .email-form input:-moz-placeholder {
		color: #fff;
	}

	.social-wrap .connected-block .email-form input:-ms-input-placeholder {
		color: #fff;
	}

	.social-wrap .connected-block .email-form input.placeholder {
		color: #fff;
	}

	.social-wrap .connected-block .email-form [type="submit"] {
		background: none;
		width: 45px;
		font-size: 0;
		position: absolute;
		top: 0;
		right: 0;
		min-width: 0;
	}

	.social-wrap .connected-block .email-form [type="submit"]:before {
		content: "\e906";
		color: #fff;
		font-size: 20px;
	}

	.search-box {
		background-color: transparent;
	}

	.search-box.js-slide-hidden {
		position: static !important;
		top: auto !important;
		left: auto !important;
	}

	.survey-block .left-block {
		height: auto !important;
	}
}

@media (max-width: 767px) {
	.links-list li a {
		display: table;
	}

	.banner {
		background-attachment: scroll;
		background-position: 50% 50%;
		min-height: 400px;
	}

	.sidebar-block {
		float:none;
		width: 100%;
		max-width: 100%;
		top: 0;
		display: table-footer-group;
	}

	.sidebar-block .serv-list,
	.sidebar-block h2 {
		margin: 0 0 0 20px;
	}

	.main-block.shrink {
		width: 100%;
		display: table-header-group;
	}

	.addy-block .addy-holder li {
		width: 100%;
		margin: 0 0 10px;
		font-size: 18px;
	}

	.links-list li a .icon-holder {
		display: table-cell;
		vertical-align: middle;
		width: auto;
	}

	.links-list li a .text {
		display: table-cell;
		vertical-align: middle;
		width: auto;
	}

	.survey-block .content-hold .text {
		border-right: 2px solid #3c3c3c;
	}

	.survey-block .content-hold .info {
		display: none;
	}

	.survey-block .slide table thead th.hide {
		display: none;
	}

	.survey-block .slide table td.hide {
		display: none;
	}

	.priorities-block .container {
		padding: 0;
	}

	.connect-block .links-list li a {
		display: table;
	}

	.connect-block .links-list li a .icon-holder {
		display: table-cell;
		vertical-align: middle;
		width: auto;
	}

	.connect-block .links-list li a .text {
		display: table-cell;
		vertical-align: middle;
		width: auto;
	}

	.content-block blockquote {
		font-size: 26px;
	}

	.news-block .image-holder {
		display:block;
		float:none;
	}
}

@media (max-width: 560px) {
	.social-bar {
		top: auto;
		bottom: 0px;
		width: 100%;
		text-align: left;
		padding: 5px 10px 0px;
	}

	.social-bar ul {
		margin: 0 0 0 0;
	}

	.social-bar ul li {
		display:inline-block;
	}

	.social-bar .social-label {
		display: inline;
    float: left;
    top: 14px;
    position: relative;
    font-size: 14px;
    margin: 0 15px 0 0;
	}

	.buffer object {
		max-width: 100%;
	}

}
