/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts19/icomoon.eot?1r7brl');
  src:  url('../fonts19/icomoon.eot?1r7brl#iefix') format('embedded-opentype'),
    url('../fonts19/icomoon.ttf?1r7brl') format('truetype'),
    url('../fonts19/icomoon.woff?1r7brl') format('woff'),
    url('../fonts19/icomoon.svg?1r7brl#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], 
[class*=" icon-"],
.slick-arrow: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-academy:before {
  content: "\e900";
}
.icon-calendar:before {
  content: "\e901";
}
.icon-case:before {
  content: "\e902";
}
.icon-date:before {
  content: "\e903";
}
.icon-email:before {
  content: "\e904";
}
.icon-flag:before {
  content: "\e905";
}
.icon-intership:before {
  content: "\e906";
}
.icon-presidential:before {
  content: "\e907";
}
.icon-tour-request:before {
  content: "\e908";
}
.icon-clock:before {
  content: "\e909";
}
.icon-chat:before {
  content: "\e90a";
}
.icon-arrow-r-rounded:before {
  content: "\e90b";
}
.icon-checked:before {
  content: "\e90c";
}
.icon-facebook-letter:before {
  content: "\e90d";
}
.icon-instagram:before {
  content: "\e90f";
}
.icon-long-arrow-right:before {
  content: "\e910";
}
.icon-mail:before {
  content: "\e911";
}
.icon-search:before {
  content: "\e912";
}
.icon-twitter:before {
  content: "\e913";
}
.icon-youtube:before {
  content: "\e914";
}
.icon-arrow-l-rounded:before {
  content: "\e915";
}
.icon-financial:before {
  content: "\e916";
}
.icon-facebook-letter.circle:before {
  content: "\e917";
}
.icon-instagram.circle:before {
  content: "\e918";
}
.icon-twitter.circle:before {
  content: "\e919";
}
.icon-youtube.circle:before {
  content: "\e91a";
}


/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir="rtl"] .slick-next:before {
	content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: .75;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.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;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.main-nav,
.drop-list,
.social-networks,
.footer-list,
.services-list,
.social-item .info,
.socials-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body,
#aspnetForm {
	color: #333;
	background: #fff;
	font: 13px/1.76 "Libre Baskerville", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 36px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 18px;
}

h4,
.h4 {
	font-size: 20px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #c21807;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #333;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #333;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #333;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #333;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #333;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #333;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.resize-active *,
.resize-active:after,
.resize-active:before {
	-webkit-transition: none !important;
	transition: none !important;
}

.sticky-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

body.nav-active {
	overflow: hidden;
}

body:not(.nav-active) .sticky-wrap:not(.fixed-position) {
	color: #fff;
}

#header {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 12px 0;
	position: absolute;
}

.fixed-position #header {
	background: #fff;
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .35);
}

#header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.logo {
	position: relative;
	display: block;
	width: 180px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.fixed-position .logo img,
.nav-active .logo img {
	opacity: 0;
}

.fixed-position .logo .fixed-logo,
.nav-active .logo .fixed-logo {
	opacity: 1;
}

.logo .fixed-logo {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.logo img {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	width: 100%;
}

.nav-opener {
	width: 30px;
	height: 30px;
	display: block;
	position: relative;
	overflow: hidden;
	text-indent: -999px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.nav-active .nav-opener span,
.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	background: #c21807;
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 4px;
	margin-top: -2px;
}

.fixed-position .nav-opener span,
.fixed-position .nav-opener:before,
.fixed-position .nav-opener:after {
	background: #c21807;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 23%;
}

.nav-opener:after {
	top: 77%;
}

.links-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.links-block .btn-block .btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-size: 13px;
	min-width: 135px;
	padding: 5px 8px;
}

.links-block .btn-block .btn [class^="icon-"] {
	display: block;
	margin-right: 5px;
	font-size: 22px;
}

.links-block .social-networks {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 50%;
}

.main-nav {
	font: 700 24px/32px "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.main-nav > li {
	position: relative;
	margin: 0 0 27px;
}

.main-nav > li.active > a {
	color: #c21807;
}

.main-nav > li.active > a.has-drop-down-a:before,
.main-nav > li.active > a.has-drop-down-a:after {
	background: #1d2951;
}

.main-nav > li.active .drop {
	opacity: 1 !important;
	visibility: visible;
	display: block !important;
}

.main-nav > li.hover > .has-drop-down-a:after {
	-webkit-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
}

.main-nav > li.hover .drop {
	max-height: 4000px;
}

.is-touch-device .main-nav > li.hover .drop {
	display: block;
	visibility: visible;
	opacity: 1;
}

.main-nav > li:last-child .drop {
	left: auto;
	right: 0;
}

.main-nav > li > a {
	position: relative;
	color: currentColor;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
}

.main-nav > li > a.has-drop-down-a:before,
.main-nav > li > a.has-drop-down-a:after {
	-webkit-transition: background .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: background .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: background .3s ease-in-out, transform .3s ease-in-out;
	transition: background .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	width: 12px;
	height: 2px;
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #333;
	margin: 0 0 0 5px;
}

.main-nav > li > a.has-drop-down-a:after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.main-nav .drop {
	-webkit-transition: max-height .3s ease-in-out;
	transition: max-height .3s ease-in-out;
	position: relative;
	max-height: 0;
	z-index: 2;
	overflow: hidden;
}

.is-touch-device .main-nav .drop {
	visibility: hidden;
	opacity: 0;
}

.drop-list {
	font: 400 15px/1.2 "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 9px 0 5px 20px;
	text-transform: capitalize;
}

.drop-list li {
	margin-bottom: 15px;
}

.drop-list li:last-child {
	margin-bottom: 0;
}

.drop-list li.active a {
	color: #c21807;
}

.drop-list a {
	color: #333;
}

.social-networks {
	margin: 0;
	font-size: 20px;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.social-networks li {
	padding: 5px;
}

.social-networks a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
	color: #333;
	display: block;
	position: relative;
}

.search-tool {
	width: 100%;
	margin-bottom: 25px;
}

.search-tool .search-opener {
	color: #333;
	font-size: 24px;
	line-height: 1;
	font-weight: 900;
	display: block;
	position: relative;
	z-index: 4;
}

.search-tool form {
	position: relative;
}

.search-tool input[type="search"] {
	font-family: "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	background-color: #ececec;
	border: 0;
	width: 100%;
	height: 40px;
	color: #333;
	font-size: 13px;
	letter-spacing: .8px;
	line-height: normal;
	margin: 0;
	padding: 5px 60px 5px 10px;
}

.search-tool button[type="submit"] {
	-webkit-transition: border .3s ease-in-out, color .3s ease-in-out, background .3s ease-in-out;
	transition: border .3s ease-in-out, color .3s ease-in-out, background .3s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	color: #333;
	border: 1px solid #333;
	font-family: "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 13px;
	line-height: 1.1;
	font-weight: 600;
	padding: 2px 10px;
	width: 41px;
	text-transform: uppercase;
	box-shadow: none;
}

.search-tool button[type="submit"]:focus,
.search-tool button[type="submit"]:hover {
	color: #fff;
	background: #333;
}

#wrapper {
	overflow: hidden;
	position: relative;
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #780f04;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
	display: block;
	margin: 0 0 15px;
	color: #1d2951;
	line-height: 1.2;
}

h2,
.h2 {
	font-weight: 400;
}

.btn {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out;
	font: 700 18px/1.08 "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: inline-block;
	vertical-align: top;
	text-transform: capitalize;
	color: #fff;
	background: #c21807;
	position: relative;
	z-index: 2;
	padding: 14px 12px;
	text-align: center;
	min-width: 230px;
	cursor: pointer;
	border: 2px solid #c21807;
}

.btn:hover,
.btn:focus {
	outline: none;
	color: #fff;
	border-color: #911205;
}

.btn:hover:after,
.btn:focus:after {
	right: 0;
}

.btn:after {
	-webkit-transition: right .3s ease-in-out;
	transition: right .3s ease-in-out;
	content: "";
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 100%;
	background: #911205;
}

.btn.outlined {
	background-color: transparent;
	color: #c21807;
}

.btn.outlined:focus,
.btn.outlined:hover {
	color: #fff;
}

.btn.outlined.btn-white {
	background-color: transparent;
	color: #fff;
}

.btn.outlined.btn-white:focus,
.btn.outlined.btn-white:hover {
	color: #1d2951;
	border-color: #fff;
}

.btn.outlined.btn-white:after {
	background: #fff;
}

.btn.btn-white {
	background: #fff;
	border-color: #fff;
	color: #1d2951;
}

.btn.btn-white:focus,
.btn.btn-white:hover {
	border-color: #911205;
}

.container {
	padding: 0 25px;
	margin: 0 auto;
	max-width: 1550px;
	width: 100%;
}

.container.container-sm {
	max-width: 1230px;
}

.content-section {
	padding: 88px 0;
}

.content-section.services-section {
	padding: 66px 0 83px;
}

.content-section.news-section {
	padding-bottom: 100px;
}

.content-section.social-section {
	padding: 0 25px;
}

.content-section.voting-section .section-heading {
	margin-bottom: 22px;
}

.content-section.voting-section .section-heading h2,
.content-section.voting-section .section-heading .h2 {
	padding-bottom: 13px;
	margin-bottom: 8px;
}

.section-heading {
	margin: 0 0 50px;
}

.section-heading h2,
.section-heading .h2 {
	position: relative;
	text-transform: capitalize;
	padding: 0 0 15px;
	margin: 0 0 15px;
}

.section-heading h2:after,
.section-heading .h2:after {
	width: 81px;
	height: 2px;
	content: "";
	left: 50%;
	bottom: 0;
	position: absolute;
	background: #c21807;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

.hidden {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.text-center {
	text-align: center;
}

.link-more {
	display: inline-block;
	vertical-align: top;
	font: 700 13px/1.1 "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: capitalize;
}

.link-more:before {
	content: "\00bb";
	display: inline-block;
	vertical-align: top;
	margin: -1px 3px 0 0;
}

.footer {
	padding: 185px 0 40px;
	position: relative;
	color: #fff;
}

.footer .overlay {
	position: absolute;
	top: -500px;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-position: center right 30%;
	background-repeat: no-repeat;
	z-index: -1;
}

.footer .section-heading {
	margin-bottom: 30px;
}

.footer .section-heading h2,
.footer .section-heading .h2 {
	color: currentColor;
	padding-bottom: 10px;
}

.footer .section-heading h2:after,
.footer .section-heading .h2:after {
	width: 192px;
	background: currentColor;
}

.footer .social-networks {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 28px;
	margin: 0 -4px;
}

.footer .social-networks li {
	padding: 0 4px;
}

.footer a {
	color: inherit;
}

.footer a:hover {
	color: #c21807;
}

.footer address {
	text-align: center;
	font-style: normal;
	margin-bottom: 24px;
	line-height: 1.7;
}

.footer address .title {
	font-family: "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 20px;
	line-height: 1;
	display: block;
	margin-bottom: 12px;
}

.footer address span:not([class]) {
	display: block;
}

.footer address .mark {
	font-family: "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	position: relative;
	padding-left: 6px;
}

.footer address .mark:before {
	width: 6px;
	height: 6px;
	content: "*";
	position: absolute;
	top: -3px;
	left: 0;
	color: #c21807;
}

.address-row .map-decor {
	position: absolute;
	top: -68px;
	right: -23px;
	width: 235px;
	z-index: -1;
}

.address-row .map-decor img {
	max-width: 100%;
}

.footer-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -8px;
	font-family: "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 15px;
	font-weight: 700;
}

.footer-list li {
	padding: 5px 8px;
	position: relative;
}

.footer-list li:after {
	content: "";
	position: absolute;
	height: 16px;
	width: 2px;
	top: 50%;
	left: auto;
	right: -1px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: currentColor;
}

.footer-list li:last-child:after {
	display: none;
}

.footer-list a {
	color: inherit;
}

.footer-list a:hover {
	color: #c21807;
}

.bottom-wrap {
	padding: 30px 0;
}

.subscribe-block {
	background: rgba(29, 41, 81, .9);
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	padding: 15px 0;
	position: fixed;
	-webkit-transform: translate(0, 110%);
      -ms-transform: translate(0, 110%);
          transform: translate(0, 110%);
  -webkit-transition: -webkit-transform 1s ease;
          transition: transform 1s ease;
}

.subscribe-block.active {
	-webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  transform: translate(0, 0%);
}

.subscribe-block .container {
	position: relative;
	padding: 0 15px;
}

.subscribe-block .person-frame {
	padding: 0 20px 0 0;
}

.subscribe-block .person-frame .img-holder {
	margin: 0 15px 0 0;
}

.subscribe-block .subscribe-heading {
	color: #fff;
	font-size: 13px;
	line-height: 20px;
}

.subscribe-block .subscribe-heading .title {
	font-size: 20px;
	line-height: 30px;
	display: block;
	font-family: "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 900;
}

.subscribe-block .form-close {
	font-family: "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-decoration: none;
	color: #fff;
	position: absolute;
	top: 10px;
	right: 36px;
	top: 6px;
	right: 10px;
	font-size: 20px;
	line-height: 1;
}

.subscribe-block .form-close:hover {
	color: #c21807;
}

.subscribe-block .subscribe-form .input-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.subscribe-block .subscribe-form form {
	width: 100%;
}

.subscribe-block .subscribe-form label {
	display: block;
	margin: 0 0 10px;
	width: 100%;
	color: #fff;
	line-height: 1;
	font-family: "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 13px;
	font-weight: 700;
}

.subscribe-block .subscribe-form input[type=text],
.subscribe-block .subscribe-form input[type=email] {
	margin-right: 8px;
	padding: 5px 10px;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	font-size: 14px;
	border: none;
	border-radius: 0;
	min-width: 0;
	height: 47px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.subscribe-block .subscribe-form input[type=text]:focus,
.subscribe-block .subscribe-form input[type=email]:focus {
	outline: none;
}

.subscribe-block .subscribe-form button[type=submit],
.subscribe-block .subscribe-form input[type=submit] {
	background-color: transparent;
	color: #fff;
	padding: 10px 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	min-width: 0;
	border-color: #fff;
	text-transform: capitalize;
}

.subscribe-block .subscribe-form button[type=submit]:hover,
.subscribe-block .subscribe-form input[type=submit]:hover {
	border-color: #911205;
}

.subscribe-inline-block {
	background: -webkit-linear-gradient(top, #1d2951 0%, #111b3c 96%, #111b3c 99%, #1e2847 100%);
	background: linear-gradient(to bottom, #1d2951 0%, #111b3c 96%, #111b3c 99%, #1e2847 100%);
	padding: 31px 0 41px;
	color: #fff;
}

.subscribe-inline-block.pre-footer {
	background: transparent;
	padding: 40px 0 190px;
}

.subscribe-inline-block .container {
	max-width: 1226px;
}

.subscribe-inline-form {
	text-align: center;
}

.subscribe-inline-form .title-holder {
	margin-bottom: 15px;
}

.subscribe-inline-form .title-holder label {
	font-size: 27px;
	line-height: 1.11;
	cursor: pointer;
	margin-bottom: 0;
	color: #fff;
}

.subscribe-inline-block.pre-footer .title-holder label {
	color: #1d2951;
}

.subscribe-inline-form button {
	outline: none;
}

.subscribe-inline-form button.btn {
	min-width: 175px;
	padding: 14px 12px 13px;
}

.subscribe-inline-form input[type="email"] {
	width: 100%;
	height: 50px;
	line-height: normal;
	border: 1px solid #fff;
	padding: 5px 12px;
	font: 14px/1.2 "Libre Baskerville", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin-bottom: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #333;
	outline: none;
}

.subscribe-inline-block.pre-footer input[type="email"] {
	background: #ececec;
	border: 1px solid #818181;
}

.subscribe-inline-form input[type="email"]::-webkit-input-placeholder {
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.subscribe-inline-form input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.subscribe-inline-form input[type="email"]:-moz-placeholder {
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.subscribe-inline-form input[type="email"]:-ms-input-placeholder {
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.subscribe-inline-form input[type="email"].placeholder {
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.intro-section {
	color: #fff;
	font-size: 14px;
	line-height: 1.76;
}

.intro-section h1,
.intro-section .h1 {
	color: inherit;
	font-size: 27px;
	line-height: 1;
	margin: 0 0 18px;
}

.intro-section p {
	margin: 0 0 24px;
}

.intro-section .description {
	text-shadow: 2px 1px 4px #222;
}

.intro-slideshow.slick-dotted {
	margin: 0;
}

.intro-slideshow .slide {
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 126px 18px 77px;
}

.intro-slideshow .slide:after {
	content: "";
	min-height: 329px;
	display: block;
	width: 0;
}

.intro-slideshow .slide:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
}

.intro-slideshow .slide .container {
	width: 100%;
	margin: 0;
}

.intro-slideshow .slick-dots {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	z-index: 4;
}

.intro-slideshow .slick-dots li.slick-active button {
	border-color: #c21807;
}

.intro-slideshow .slick-dots li button {
	border-color: #fff;
}

.intro-slideshow .slick-dots li button:focus,
.intro-slideshow .slick-dots li button:hover {
	border-color: #c21807;
}

.slick-dots li {
	width: auto;
	height: auto;
	margin: 0 3px;
}

.slick-dots li.slick-active button {
	background: #c21807;
}

.slick-dots li button {
	-webkit-transition: border-color .3s ease-in-out, background .3s ease-in-out;
	transition: border-color .3s ease-in-out, background .3s ease-in-out;
	width: 15px;
	height: 15px;
	border: 2px solid #c21807;
	padding: 0;
	border-radius: 50%;
}

.slick-dots li button:before {
	display: none;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	background: #c21807;
}

.slick-arrow {
	width: 26px;
	height: 26px;
	z-index: 4;
}

.slick-arrow:before {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	opacity: 1;
	font-size: 24px;
}

.slick-arrow:hover:before {
	color: #c21807;
}

.slick-arrow.slick-prev {
	left: 5px;
}

.slick-arrow.slick-prev:before {
	content: "\e915";
}

.slick-arrow.slick-next {
	right: 5px;
}

.slick-arrow.slick-next:before {
	content: "\e90b";
}

.services-section {
	overflow: hidden;
}

.services-section .container {
	position: relative;
	padding-bottom: 98px;
}

.services-section .section-heading {
	max-width: none;
}

.services-section .section-heading .h2:after,
.services-section .section-heading h2:after {
	width: 152px;
}

.services-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
	margin: 0 -25px;
}

.services-list:after {
	content: "";
	left: -9999px;
	right: -9999px;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: -1;
	background: #ececec;
}

.services-list li {
	width: 50%;
	border-bottom: 4px solid #fff;
	border-right: 4px solid #fff;
	position: relative;
}

.services-list li.hover {
	z-index: 4;
}

.services-list li.hover .service-item a:after {
	opacity: 1;
	visibility: visible;
}

.service-item {
	text-align: center;
	font-size: 12px;
	line-height: 1.42;
}

.service-item a {
	color: #333;
	display: block;
	padding: 11px 9px 8px;
	position: relative;
	z-index: 2;
}

.service-item 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;
	opacity: 0;
	visibility: hidden;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	z-index: -1;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .21);
}

.service-item .icon-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.service-item .icon-wrap [class^="icon-"] {
	font-size: 65px;
	color: #c21807;
}

.service-item .icon-wrap .icon-email,
.service-item .icon-wrap .icon-case {
	font-size: 55px;
}

.service-item .icon-wrap:after {
	content: "";
	width: 0;
	min-height: 80px;
	display: block;
}

.service-item h4,
.service-item .h4 {
	font-size: 18px;
	line-height: 1.11;
	margin-bottom: 8px;
	font-weight: 800;
}

.voting-holder {
	max-width: 1170px;
	margin: 0 -25px;
}

.voting-holder .btn-wrapper {
	text-align: center;
}

.voting-table {
	background: #fff;
	width: 100%;
	margin-bottom: 47px;
}

.voting-table th {
	font-family: "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 16px;
	padding: 18px 5px 18px 24px;
	line-height: 1;
	text-align: left;
	color: #1d2951;
}

.voting-table tr {
	background: #fff;
}

.voting-table tr:nth-child(odd) td {
	background: #ececec;
}

.voting-table tr td {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 13px;
	padding: 14px 12px 14px 24px;
}

.voting-table tr td:last-child {
	text-transform: uppercase;
	font-weight: 700;
}

.voting-table tr td.text-green {
	color: #337732;
}

.voting-table tr td.text-red {
	color: #c21807;
}

.voting-table tr td:first-child,
.voting-table tr th:first-child {
	padding-left: 22px;
}

.voting-table tr td:last-child,
.voting-table tr th:last-child {
	padding-left: 10px;
	padding-right: 12px;
}

.news-section .btn-wrap {
	text-align: center;
	padding: 6px 0 0;
}

.news-cols .col {
	padding: 0 0 38px;
}

.news-item .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 13px;
}

.news-item .date-wrap {
	width: 56px;
	height: 61px;
	background-image: url(../images/calendar.svg);
	background-size: cover;
	color: #c21807;
	text-align: center;
	padding: 20px 2px 5px;
}

.news-item time {
	font: 11px/1.1 "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
}

.news-item time b {
	font-size: 19px;
	line-height: 1;
	display: block;
	font-weight: 900;
	margin: -7px 0 0;
}

.news-item .title {
	width: calc(100% - 56px);
	font: 700 18px/1.11 "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 0 0 0 14px;
}

.news-item .title a {
	color: #1d2951;
}

.news-item .title a:hover {
	color: #c21807;
}

.news-item p {
	margin: 0 0 15px;
}

.social-section {
	overflow: hidden;
}

.social-section .two-col-layout {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.social-section .two-col-layout .col {
	position: relative;
}

.social-section .two-col-layout .col:last-child {
	border: 2px solid #fff;
	margin: 0 -25px;
}

.social-section .two-col-layout .col:first-child {
	position: relative;
	z-index: 2;
	color: #fff;
	padding: 68px 0 1px;
}

.social-section .two-col-layout .col:first-child:after {
	content: "";
	left: -9999px;
	right: -9999px;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: -1;
	background: #1d2951;
}

.social-section .section-heading h2,
.social-section .section-heading .h2 {
	color: #fff;
}

.social-section .inner-cols {
	background: #ececec;
	padding: 33px 25px 11px;
	margin: 0 0 25px;
}

.social-section .inner-cols .inner-col {
	position: relative;
	padding: 0 0 8px;
	margin: 0 0 31px;
}

.social-section .inner-cols .inner-col:last-child:after {
	display: none;
}

.social-section .inner-cols .inner-col:after {
	content: "";
	bottom: 0;
	left: -9990px;
	right: -9999px;
	position: absolute;
	height: 3px;
	background: #fff;
}

.social-section .socials-list {
	padding: 20px 0 0;
}

.social-section .socials-list a {
	color: #fff;
}

.social-section .socials-list a:hover {
	color: #c21807;
}

.instagram-gallery .item {
	margin: 0 0 14px;
}

.instagram-gallery .item a {
	position: relative;
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 270px;
	width: 270px;
	margin: 0 auto;
}

.instagram-gallery .item a:hover:after {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.instagram-gallery .item a:after {
	-webkit-transition: left .3s ease-in-out, top .3s ease-in-out, right .3s ease-in-out, bottom .3s ease-in-out;
	transition: left .3s ease-in-out, top .3s ease-in-out, right .3s ease-in-out, bottom .3s ease-in-out;
	content: "";
	left: 50%;
	top: 50%;
	right: 50%;
	bottom: 50%;
	position: absolute;
	background: rgba(29, 41, 81, .7);
}

.instagram-gallery .icon-instagram {
	position: absolute;
	left: 50%;
	top: 13px;
	color: #fff;
	z-index: 4;
	margin-left: -16px;
	font-size: 32px;
}

.social-item {
	background: #fff;
	padding: 18px 20px 8px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 24px;
	line-height: 20px;
}

.social-item:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .21);
}

.social-item .icon-wrap {
	width: 40px;
	color: #c21807;
	font-size: 37px;
	line-height: 1;
	padding: 4px 0 0;
	text-align: center;
}

.social-item .icon-wrap .icon-twitter {
	font-size: 34px;
	margin: 0 0 0 4px;
}

.social-item .description {
	width: calc(100% - 40px);
	padding: 0 0 0 5px;
}

.social-item p {
	margin: 0 0 14px;
}

.social-item .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-family: "Libre Franklin", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 0 -10px;
}

.social-item .info li {
	letter-spacing: normal;
	padding: 0 0 14px;
}

.social-item .info li:after {
	content: "\2022";
	display: inline-block;
	vertical-align: middle;
	margin: -1px 5px 0;
	font-size: 14px;
	line-height: 1;
}

.social-item .info li:last-child:after {
	display: none;
}

.social-item .info a {
	text-decoration: underline;
}

.social-item .info a:hover {
	text-decoration: none;
}

.social-wrap p,
.social-wrap time {
	color: #333;
}

.socials-list {
	letter-spacing: -.4em;
	font-size: 57px;
	line-height: 1;
	margin: 0 -5px;
}

.socials-list li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	padding: 0 5px 10px;
}

.hero-section:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 60%;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(top, #000 0%, transparent 100%);
    background: linear-gradient(to bottom, #000 0%, transparent 100%);
    z-index: 1;
}

.hero-section {
	position:relative;
	min-height: 500px;
	background-position: 30% 40%;
	background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	background-size: cover;
	overflow-y: hidden;
}

.hero-section .container {
  position: relative;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align:center;
  -ms-flex-align: center;
  align-items:center;
}

.hero-section .hero-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 9px;
	z-index:1;
	width: 100%;
	text-align:center;
}

.hero-section .hero-heading h2 {
	padding: 50px 0 0;
	position: relative;
	margin: 0;
}

.hero-section .sectionlink {
  text-transform: capitalize;
  color: #fff;
  text-shadow: 2px 1px 7px #333;
  font-weight: 700;
  font-size: 44px;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}

.crumb-section {
	background: #efefef;
	padding: 12px 0;
	color: #6c6d70;
	font-size: 13px;
	text-transform: capitalize;
}

.crumb-section a {
	text-decoration: none;
	color: #6c6d70;
}

.crumb-section .current {
	font-weight:bold;
	color: #c21807;
}

.main-section {
	padding: 30px 0 60px;
}

.iss-box {
	float:left;
	width:290px;
	height:175px;
	overflow:hidden;
	margin:12px;
	border:1px solid #777;
}

.iss-box a {
	display:block;
	position:relative;
	text-decoration:none;
}

.iss-box img
{
	display:block;
}

.iss-box strong {
	display:none;
	position:absolute;
	bottom:0px;
	left:0px;
	padding:15px;
	width:285px;
	color:#fff;
	font-size:1.3em;
	background:url("../images/bg-slider-01.png") right top;
}

.buffer .newsimage {
    width: 350px;
}

@media (min-width: 768px) {
	body:not(.nav-active) .sticky-wrap:not(.fixed-position) .search-tool input[type="search"] {
		background: rgba(255, 255, 255, .8);
	}

	#header {
		padding: 15px 0 9px;
	}

	.logo {
		width: 211px;
	}

	.nav-opener {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
		margin-right: -13px;
	}

	.nav-drop {
		margin-left: auto;
		padding: 0 20px;
		min-width: 1%;
	}

	.links-block .btn-block {
		margin: 0 7px;
	}

	.links-block .btn-block .btn {
		min-width: 165px;
	}

	.links-block .social-networks {
		margin: 0 3px 0 10px;
		padding-right: 10px;
		border-right: 1px solid currentColor;
		max-width: 300px;
	}

	.sticky-wrap:not(.fixed-position) .links-block .social-networks a {
		color: currentColor;
	}

	.sticky-wrap:not(.fixed-position) .links-block .social-networks a:hover {
		color: #c21807;
	}

	.sticky-wrap:not(.fixed-position) .links-block .search-tool .search-opener {
		color: currentColor;
	}

	.sticky-wrap:not(.fixed-position) .links-block .search-tool .search-opener:hover {
		color: #c21807;
	}

	.main-nav {
		font-size: 36px;
		line-height: 44px;
		width: 100%;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.main-nav > li > a.has-drop-down-a:before,
	.main-nav > li > a.has-drop-down-a:after {
		width: 17px;
		height: 4px;
		margin-left: 8px;
	}

	.drop-list {
		font-size: 18px;
		padding-left: 30px;
	}

	.social-networks {
		font-size: 22px;
	}

	.social-networks li {
		padding: 4px 6px;
	}

	.search-tool {
		margin: 0 10px;
		width: auto;
		position: relative;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.search-tool .search-slide {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
		position: absolute;
		top: 100%;
		right: -6px;
		z-index: 999;
		opacity: 0;
		visibility: hidden;
		margin-top: 29px;
		-webkit-transform: translateX(10vw);
		-ms-transform: translateX(10vw);
		transform: translateX(10vw);
	}

	.search-active .search-tool .search-slide {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.search-tool form {
		width: 225px;
	}

	.search-tool input[type="search"] {
		height: 52px;
		padding: 5px 60px 5px 18px;
		letter-spacing: 0;
	}

	body {
		font-size: 14px;
		line-height: 1.71;
	}

	h2,
	.h2 {
		font-size: 60px;
		margin: 0 0 20px;
	}

	.container {
		padding: 0 30px;
	}

	.content-section.services-section {
		padding: 87px 0 82px;
	}

	.content-section.news-section {
		padding-bottom: 104px;
	}

	.content-section.voting-section .section-heading {
		margin-bottom: 14px;
	}

	.content-section.voting-section .section-heading h2,
	.content-section.voting-section .section-heading .h2 {
		padding-bottom: 19px;
		margin-bottom: 19px;
	}

	.section-heading {
		max-width: 86%;
		margin: 0 auto 20px;
	}

	.section-heading.text-center h2:after,
	.section-heading.text-center .h2:after {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.section-heading h2,
	.section-heading .h2 {
		padding: 0 0 20px;
		margin: 0 0 30px;
	}

	.section-heading h2:after,
	.section-heading .h2:after {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		left: 0;
		width: 210px;
	}

	.link-more {
		font-size: 14px;
	}

	.footer {
		padding: 167px 0 25px;
	}

	.footer .overlay {
		top: -450px;
	}

	.footer .section-heading {
		margin-bottom: 45px;
	}

	.footer .section-heading h2,
	.footer .section-heading .h2 {
		padding-bottom: 20px;
	}

	.footer .social-networks {
		margin-bottom: 7px;
	}

	.footer address {
		text-align: left;
		font-size: 16px;
		line-height: 1.38;
		margin-bottom: 35px;
	}

	.footer address .title {
		font-size: 30px;
	}

	.address-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 38px;
		position: relative;
	}

	.address-row .col {
		padding: 0 55px 0 0;
		width: 297px;
	}

	.subscribe-block {
		padding: 0;
	}

	.subscribe-block .person-frame {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 20px;
	}

	.subscribe-block .person-frame .img-holder {
		width: 160px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin-top: -20px;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}

	.subscribe-block .subscribe-heading {
		-webkit-box-flex: 1;
		-ms-flex: 1 auto;
		flex: 1 auto;
		margin-right: 10px;
		min-width: 1%;
		max-width: 400px;
	}

	.subscribe-block .subscribe-heading .title p:last-child {
		display: none;
	}

	.subscribe-block .subscribe-form {
		-webkit-box-flex: 1;
		-ms-flex: 1 auto;
		flex: 1 auto;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
		min-width: 1%;
		max-width: 70%;
		margin-bottom: 20px;
	}

	.subscribe-inline-block {
		padding: 34px 0 47px;
	}

	.subscribe-inline-form {
		text-align: left;
		max-width: 90%;
		margin: 0 auto;
	}

	.subscribe-inline-form .title-holder {
		margin-bottom: 19px;
	}

	.subscribe-inline-form .title-holder label {
		font-size: 36px;
	}

	.subscribe-inline-form .input-group {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.subscribe-inline-form button.btn {
		min-width: 185px;
	}

	.subscribe-inline-form input[type="email"] {
		width: calc(100% - 200px);
		margin-bottom: 0;
		padding: 5px 20px;
	}

	.intro-section {
		font-size: 20px;
		line-height: 1.5;
	}

	.intro-section .description {
		max-width: 450px;
	}

	.intro-section h1,
	.intro-section .h1 {
		font-size: 44px;
		line-height: .97;
	}

	.intro-section p {
		margin: 0 0 21px;
	}

	.intro-slideshow .slide {
		padding: 105px 44px;
	}

	.intro-slideshow .slide:after {
		min-height: 433px;
	}

	.intro-slideshow .slide.align-right {
		text-align: right;
	}

	.intro-slideshow .slide.align-right .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.intro-slideshow .slick-dots {
		bottom: 22px;
	}

	.slick-arrow {
		width: 44px;
		height: 44px;
	}

	.slick-arrow:before {
		font-size: 42px;
	}

	.services-section .container {
		padding-bottom: 92px;
	}

	.services-section .section-heading {
		margin: 0 0 57px;
	}

	.services-section .section-heading .h2:after,
	.services-section .section-heading h2:after {
		width: 334px;
	}

	.services-list {
		margin: 0 -30px -4px;
	}

	.services-list li {
		width: 25%;
	}

	.service-item {
		font-size: 13px;
		line-height: 1.42;
	}

	.service-item a {
		padding: 21px 9px 8px;
	}

	.service-item .icon-wrap:after {
		min-height: 88px;
	}

	.service-item h4,
	.service-item .h4 {
		font-size: 20px;
		line-height: 1.1;
	}

	.voting-holder {
		margin: 0 auto;
	}

	.voting-table {
		margin-bottom: 40px;
	}

	.voting-table th {
		font-size: 20px;
		padding: 18px 5px 18px 14px;
	}

	.voting-table tr td {
		font-size: 14px;
		padding: 13px 0 14px 14px;
		max-width: 300px;
	}

	.voting-table tr td:last-child,
	.voting-table tr th:last-child {
		padding-right: 25px;
	}

	.news-section .btn-wrap {
		padding: 9px 0 0;
	}

	.news-cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 15px;
	}

	.news-cols .col {
		padding: 0 20px 40px;
		width: 50%;
	}

	.news-item .heading {
		margin: 0 0 17px;
	}

	.news-item .date-wrap {
		width: 70px;
		height: 77px;
		padding: 28px 2px 5px;
	}

	.news-item time {
		font-size: 13px;
	}

	.news-item time b {
		font-size: 24px;
	}

	.news-item .title {
		font-size: 20px;
		line-height: 1.1;
		width: calc(100% - 70px);
		padding: 8px 0 0 10px;
	}

	.social-section .two-col-layout .col:first-child {
		padding: 68px 27px 61px;
	}

	.social-section .section-heading {
		width: 260px;
		margin: 0;
	}

	.social-section .section-heading h2,
	.social-section .section-heading .h2 {
		line-height: .9;
	}

	.social-section .inner-cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 31px 3px 10px;
		margin: 0 0 4px;
	}

	.social-section .inner-cols .inner-col {
		width: 50%;
		padding: 0 20px;
		margin: 0;
	}

	.social-section .inner-cols .inner-col:after {
		right: -2px;
		left: auto;
		top: -9999px;
		bottom: -9999px;
		height: auto;
		width: 4px;
	}

	.social-section .socials-list {
		position: absolute;
		right: 48px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: calc(100% - 310px);
		text-align: right;
		padding: 0;
	}

	.instagram-gallery {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.instagram-gallery .item {
		width: 33.33%;
		border-right: 3px solid #fff;
	}

	.instagram-gallery .item a {
		min-height: 251px;
		width: auto;
	}

	.social-item {
		padding: 18px 25px 4px 0;
	}

	.social-item .icon-wrap {
		font-size: 56px;
		width: 72px;
	}

	.social-item .icon-wrap .icon-twitter {
		font-size: 53px;
	}

	.social-item .description {
		width: calc(100% - 72px);
		padding: 0;
	}

	.social-item p {
		margin: 0 0 7px;
	}

	.social-item .info {
		margin: 0;
	}

	.socials-list {
		font-size: 63px;
	}

	.socials-list li {
		padding: 0 6px 10px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	#nav {
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		background: #fff;
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0;
		position: absolute;
		left: 0;
		width: 100%;
		top: 100%;
		padding: 41px;
		margin-top: -1px;
		height: calc(100vh - 88px);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.bottom-wrap {
		text-align: right;
		max-width: 50%;
		margin-left: auto;
		padding-right: 38px;
		margin-top: -120px;
	}

	.bottom-wrap .footer-list {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.bottom-wrap .social-networks {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

@media (min-width: 1024px) {
	.nav-opener {
		margin-right: 0;
	}

	.nav-drop .drop-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.links-block {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		min-width: 1%;
	}

	.social-networks a:focus,
	.social-networks a:hover {
		color: #1d2951;
		opacity: 1;
	}

	body {
		font-size: 15px;
		line-height: 1.76;
	}

	h2,
	.h2 {
		line-height: .9;
	}

	.btn {
		font-size: 16px;
		line-height: 1.13;
	}

	.content-section {
		padding: 83px 0;
	}

	.content-section.services-section {
		padding: 0;
	}

	.content-section.news-section {
		padding: 92px 0;
	}

	.content-section.social-section {
		padding: 0;
	}

	.content-section .two-col-layout {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.content-section .two-col-layout .col {
		width: 43%;
		padding: 0 20px 0 21px;
	}

	.content-section .two-col-layout .col:last-child {
		width: 57%;
		padding: 0;
	}

	.section-heading h2,
	.section-heading .h2 {
		padding: 0 0 34px;
		margin: 0 0 25px;
	}

	.section-heading p {
		margin-bottom: 38px;
	}

	.link-more {
		font-size: 15px;
	}

	.footer {
		padding: 167px 0 40px;
	}

	.footer address .title {
		margin-bottom: 18px;
	}

	.address-row .map-decor {
		width: 360px;
		top: -255px;
	}

	.subscribe-block .person-frame .img-holder {
		width: 200px;
		margin-top: -30px;
		margin-right: -7px;
	}

	.subscribe-block .subscribe-heading {
		font-size: 15px;
		margin-bottom: 20px;
	}

	.subscribe-block .subscribe-heading .title {
		font-size: 30px;
		margin: 0 0 14px;
	}

	.subscribe-block .form-close {
		right: 37px;
		top: 6px;
	}

	.subscribe-block .subscribe-form label {
		font-size: 16px;
	}

	.subscribe-inline-block {
		padding: 39px 0 31px;
	}

	.subscribe-inline-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-width: none;
	}

	.subscribe-inline-form .title-holder {
		width: 288px;
		margin-bottom: 0;
	}

	.subscribe-inline-form .input-group {
		width: calc(100% - 288px);
	}

	.intro-section {
		font-size: 20px;
		line-height: 1.42;
	}

	.intro-section .description {
		max-width: 590px;
		padding: 70px 0 0;
	}

	.intro-section h1,
	.intro-section .h1 {
		font-size: 50px;
		line-height: .92;
		margin: 0 0 37px;
	}

	.intro-section p {
		margin: 0 0 40px;
	}

	.intro-slideshow .slide {
		padding: 124px 80px 90px;
	}

	.intro-slideshow .slide:after {
		min-height: 500px;
	}

	.intro-slideshow .slide .container {
		max-width: 1399px;
	}

	.intro-slideshow .slick-dots {
		bottom: 22px;
	}

	.slick-arrow.slick-prev {
		left: 29px;
	}

	.slick-arrow.slick-next {
		right: 29px;
	}

	.services-section .container {
		padding: 0;
		max-width: none;
	}

	.services-section .two-col-layout .col {
		width: 35%;
	}

	.services-section .two-col-layout .col:last-child {
		width: 65%;
	}

	.services-section .section-heading {
		padding: 20px 0;
		margin: 0;
	}

	.services-list {
		margin: 0 0 -4px;
	}

	.services-list:after {
		left: 0;
	}

	.services-list li:after {
		content: "";
		bottom: -4px;
		left: 0;
		right: -9999px;
		position: absolute;
		height: 4px;
		background: #fff;
	}

	.service-item {
		font-size: 15px;
		line-height: 1.46;
	}

	.service-item a {
		padding: 21px 9px 18px;
	}

	.service-item .icon-wrap {
		margin-bottom: 13px;
	}

	.service-item .icon-wrap [class^="icon-"] {
		font-size: 72px;
	}

	.service-item .icon-wrap .icon-email,
	.service-item .icon-wrap .icon-case {
		font-size: 65px;
	}

	.service-item h4,
	.service-item .h4 {
		font-size: 22px;
		line-height: 1;
		margin: 0 0 16px;
	}

	.voting-table {
		margin-bottom: 59px;
	}

	.voting-table th {
		font-size: 24px;
		padding: 18px 5px 18px 22px;
	}

	.voting-table tr td {
		font-size: 15px;
		max-width: 400px;
		min-width: 115px;
		padding: 12px 0 12px 22px;
	}

	.voting-table tr td:last-child,
	.voting-table tr th:last-child {
		padding-left: 20px;
		width: 118px;
	}

	.news-section .btn-wrap {
		padding: 0;
		margin: -7px 0 0;
	}

	.news-cols {
		margin: 0 -20px;
	}

	.news-cols .col {
		width: 33.33%;
	}

	.news-item .heading {
		margin: 0 0 12px;
	}

	.news-item .date-wrap {
		width: 85px;
		height: 92px;
	}

	.news-item time {
		font-size: 16px;
	}

	.news-item time b {
		font-size: 30px;
	}

	.news-item .title {
		font-size: 22px;
		line-height: 1.08;
		width: calc(100% - 85px);
		padding: 7px 0 0 15px;
	}

	.news-item p {
		margin: 0 0 17px;
	}

	.social-section .two-col-layout .col {
		width: 32.1%;
	}

	.social-section .two-col-layout .col.custom-col {
		-ms-flex-item-align: stretch;
		-ms-grid-row-align: stretch;
		align-self: stretch;
	}

	.social-section .two-col-layout .col:last-child {
		width: 67.9%;
		border-top: 0;
		margin: 0;
	}

	.social-section .two-col-layout .col:first-child {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.social-section .two-col-layout .col:first-child:after {
		right: 0;
		border-right: 2px solid #fff;
		top: -9999px;
		bottom: -9999px;
	}

	.social-section .section-heading {
		max-width: none;
		width: auto;
		padding: 80px 0 30px;
	}

	.social-section .section-heading b {
		display: block;
	}

	.social-section .inner-cols {
		padding: 52px 0 29px;
	}

	.social-section .inner-cols .inner-col {
		padding: 0 29px;
	}

	.social-section .socials-list {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		top: 67px;
		right: 31px;
		width: auto;
		padding: 0;
	}

	.instagram-gallery .item {
		width: 25%;
		margin: 0;
	}

	.instagram-gallery .item a {
		min-height: 200px;
	}

	.social-item {
		font-size: 13px;
		line-height: 1.54;
		padding: 20px 25px 9px 7px;
	}

	.social-item .icon-wrap {
		width: 85px;
	}

	.social-item .icon-wrap .icon-twitter {
		margin: 0;
	}

	.social-item .description {
		width: calc(100% - 85px);
		padding: 0 0 0 14px;
	}

	.socials-list {
		font-size: 48px;
		margin: 0 -4px;
	}

	.socials-list li {
		margin: 0 4px 10px;
	}
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.address-row .col {
		width: 360px;
	}
}

@media (max-width: 1199px) and (min-width: 768px) {
	.nav-active #nav {
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 1;
	}
}

@media (min-width: 1200px) {
	#header {
		padding: 15px 0;
	}

	.nav-opener {
		display: none;
	}

	.nav-drop {
		padding: 0 0 0 20px;
	}

	.nav-drop,
	.links-block .social-networks li a,
	.search-tool .search-opener {
		color: #fff;
	}

	.fixed-position .nav-drop, 
	.fixed-position .links-block .social-networks li a,
	.fixed-position .search-tool .search-opener {
		color: #333;
	}

	.main-nav {
		letter-spacing: -.4em;
		font-size: 15px;
		line-height: 26px;
		font-weight: 600;
		text-transform: uppercase;
		overflow: visible;
	}

	.main-nav > li {
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
		padding: 13px 10px;
		margin: 0;
	}

	.main-nav > li.hover > a {
		color: #c21807;
	}

	.main-nav > li > a.has-drop-down-a:before,
	.main-nav > li > a.has-drop-down-a:after {
		display: none;
	}

	.main-nav .drop {
		position: absolute;
		width: 225px;
		text-align: left;
		background: #ececec;
		max-height: none;
		display: none;
		opacity: 1;
		left: 7px;
		top: 100%;
		text-transform: capitalize;
		padding: 20px 18px 24px;
	}

	.drop-list {
		font-weight: 500;
		font-size: 13px;
		padding: 0;
		letter-spacing: .8px;
	}

	.drop-list li {
		margin-bottom: 18px;
	}

	.drop-list a:focus,
	.drop-list a:hover {
		color: #c21807;
	}

	.search-tool .search-opener:focus,
	.search-tool .search-opener:hover {
		color: #1d2951;
	}

	.search-tool .search-slide {
		margin-top: 20px;
		right: 0;
	}

	.footer .section-heading h2,
	.footer .section-heading .h2 {
		padding-bottom: 27px;
	}

	.address-row {
		padding: 0;
	}

	.address-row .map-decor {
		width: 500px;
		top: -320px;
	}

	.footer-list li {
		padding: 5px 9px;
	}

	.bottom-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 -25px;
		padding: 47px 0;
		max-width: none;
	}

	.bottom-wrap .footer-list {
		padding: 0 25px;
	}

	.bottom-wrap .social-networks {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
		margin: 20px 0;
		padding: 0 25px;
	}

	.subscribe-block .subscribe-heading {
		margin-right: 35px;
	}

	.subscribe-block .subscribe-form input[type=text],
	.subscribe-block .subscribe-form input[type=email] {
		min-width: 390px;
	}

	.subscribe-block .subscribe-form button[type=submit],
	.subscribe-block .subscribe-form input[type=submit] {
		min-width: 150px;
	}

	.social-section .section-heading {
		width: 27.1vw;
	}
}

@media (min-width: 1410px) {
	.logo {
		width: 278px;
	}

	.links-block .btn-block .btn {
		/*min-width: 208px;*/
		font-size: 16px;
	}

	.links-block .btn-block .btn [class^="icon-"] {
		font-size: 28px;
	}

	.main-nav > li {
		padding: 13px 16px;
	}

	.main-nav .drop {
		left: 14px;
	}

	.content-section .two-col-layout .col {
		width: 30.8%;
	}

	.content-section .two-col-layout .col:last-child {
		width: 69.2%;
	}

	.address-row .map-decor {
		width: 675px;
		right: -146px;
		top: -390px;
	}

	.service-item {
		line-height: 1.76;
	}

	.service-item a {
		padding: 72px 12px 49px;
	}

	.service-item h4,
	.service-item .h4 {
		font-size: 24px;
	}

	.social-section .section-heading {
		width: 25.2vw;
	}

	.instagram-gallery .item a {
		min-height: 268px;
	}
}

@media (min-width: 1500px) {
	.social-section .section-heading {
		padding: 120px 0 60px;
	}

	.socials-list {
		font-size: 84px;
	}
}


@media (max-width: 1199px) {
	.nav-active #header {
		box-shadow: none;
		background: #fff;
	}
}

@media (max-width: 1023px) {
	.block-4 {
		display: none !important;
	}

	.services-section .section-heading {
		text-align: center;
	}

	.services-section .section-heading .h2:after,
	.services-section .section-heading h2:after {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.services-section .section-heading .btn {
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.voting-table tr td:nth-child(2),
	.voting-table tr th:nth-child(2) {
		display: none;
	}

	.news-cols .col:last-child {
		display: none;
	}
}

@media (max-width: 767px) {

	.hero-section {
    background-position: 100% 40%;
	}

	.hero-section .container {
    min-height: 400px;
	}

	.nav-drop {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		opacity: 0;
		height: calc(100vh - 79px);
		visibility: hidden;
		background: #fff;
		padding: 17px 15px 17px 25px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.nav-active .nav-drop {
		opacity: 1;
		visibility: visible;
	}

	.nav-drop .drop-inner {
		padding-right: 10px;
		width: 100%;
		max-height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.links-block {
		margin-bottom: 12px;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		width: 100%;
	}

	.links-block .btn-block {
		margin-bottom: 20px;
	}

	.links-block .social-networks {
		margin-bottom: 20px;
	}

	#nav {
		width: 100%;
	}

	.search-tool .search-opener {
		display: none;
	}

	.section-heading {
		text-align: center;
	}

	.block-3,
	.block-4 {
		display: none !important;
	}

	.address-row .map-decor {
		display: none;
	}

	.subscribe-block .person-frame .img-holder {
		display: none;
	}

	.subscribe-block .subscribe-form button[type=submit],
	.subscribe-block .subscribe-form input[type=submit] {
		font-size: 14px;
		padding: 8px 10px;
	}

	.intro-section .btn-wrap {
		text-align: center;
	}

	.services-list li:nth-child(even) {
		border-right: 0;
	}

	.voting-table tr td:nth-child(4),
	.voting-table tr th:nth-child(4) {
		display: none;
	}

	.social-section .inner-cols .inner-col:last-child {
		padding: 0;
		margin: 0;
	}
}

