/*! 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;
}

legend {
	font-weight: bold;
	padding: 0 5px;
}

/*td,
th {
	padding: 0;
}*/

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?bsug2r');
  src:  url('../fonts/icomoon.eot?bsug2r#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?bsug2r') format('truetype'),
    url('../fonts/icomoon.woff?bsug2r') format('woff'),
    url('../fonts/icomoon.svg?bsug2r#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], 
[class*=" icon-"],
.btn-more: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-arrow-r:before {
  content: "\e901";
}
.icon-instagram:before {
  content: "\e902";
}
.icon-twitter:before {
  content: "\e903";
}
.icon-facebook:before {
  content: "\e904";
}
.icon-star:before {
  content: "\e905";
}
.icon-dots:before {
  content: "\e906";
}
.icon-refresh:before {
  content: "\e907";
}
.icon-reply:before {
  content: "\e908";
}
.icon-medal:before {
  content: "\e909";
}
.icon-medical:before {
  content: "\e90a";
}
.icon-pin:before {
  content: "\e90b";
}
.icon-security:before {
  content: "\e90c";
}
.icon-train:before {
  content: "\e90d";
}
.icon-board:before {
  content: "\e90e";
}
.icon-calendar:before {
  content: "\e90f";
}
.icon-change:before {
  content: "\e910";
}
.icon-envelope:before {
  content: "\e911";
}
.icon-graph:before {
  content: "\e912";
}
.icon-gun:before {
  content: "\e913";
}
.icon-hands:before {
  content: "\e914";
}
.icon-helicopter:before {
  content: "\e915";
}
.icon-label:before {
  content: "\e916";
}
.icon-search:before {
  content: "\e917";
}
.icon-youtube:before {
  content: "\e918";
}
.icon-building:before {
  content: "\e919";
}


.social-list,
.main-menu,
.main-menu .drop ul,
.accordion,
.accordion .slide,
.footer-bottom .footer-links,
.social-icons,
.slick-dots,
.services-section .items-list,
.instagram-gallery,
.social-news,
.social-news .title-list,
.social-news .share-list,
.news-section .news-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: #555;
	background: #fff;
	font: 14px/1.714 "Merriweather", "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;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Alegreya Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 28px;
}

h2,
.h2 {
	font-size: 28px;
}

h3,
.h3 {
	font-size: 20px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 16px;
}

h6,
.h6 {
	font-size: 14px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #c13832;
}

a:hover,
a:focus {
	text-decoration: none;
}

.buffer h2 {
	font-size: 22px;
	text-transform: none;
	font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-weight: 600;
}

/*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 #555;
	padding: .4em .7em;
	min-width: 90px;
}

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: #555;
}

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: #555;
}

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: #555;
}

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: #555;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #555;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

/* Slick slider styles */

.intro-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;
}

.intro-slider .slick-track,
.intro-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

#wrapper {
	position: relative;
	overflow: hidden;
	min-height: 150vh;
}

.container {
	margin: 0 auto;
	padding: 0 25px;
	max-width: 680px;
}

img {
	max-width: 100%;
	vertical-align: top;
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

address {
	font-style: normal;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	display: block;
}

h1,
.h1 {
	line-height: .929;
	text-transform: uppercase;
	font-weight: 800;
}

h2,
.h2 {
	line-height: 1;
	text-transform: uppercase;
}

h3,
.h3 {
	line-height: 1.4;
}

.btn {
	-webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	border: 2px solid transparent;
	font-size: 14px;
	line-height: 1;
	font-family: "Alegreya Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding: 10px 23px 8px;
	min-width: 135px;
	border-radius: 4px;
}

.btn.btn-primary {
	border-color: #c13832;
	background-color: #c13832;
	color: #fff;
}

.btn.btn-primary:hover {
	background-color: transparent;
	color: #c13832;
}

.btn.btn-secondary {
	border-color: #fff;
	color: #fff;
	padding: 13px 23px 11px;
}

.btn.btn-secondary:hover {
	background-color: #c13832;
	border-color: #c13832;
}

.btn-more {
	font: 700 14px/24px "Alegreya Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #c13832;
	text-decoration: none;
	position: relative;
	padding: 0 17px 0 0;
	display: inline-block;
	vertical-align: top;
}

.btn-more:before {
	content: "\e901";
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 13px;
}

.btn-more:hover {
	color: #1b5268;
}

.hidden {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 19px;
}

.social-list li {
	padding: 0 7px;
}

.social-list a {
	color: inherit;
	text-decoration: none;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.social-list a:hover {
	color: #c13832;
}

.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;
}

.resize-active *,
.resize-active *:before,
.resize-active *:after {
	-webkit-transition: none !important;
	transition: none !important;
}

.nav-active,
.search-active {
	overflow: hidden !important;
}

#header {
	-webkit-transition: background-color .3s ease-in-out, padding .3s ease-in-out;
	transition: background-color .3s ease-in-out, padding .3s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 15px 0;
	color: #fff;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.header-fixed #header {
	position: fixed;
}

.header-fixed:not(.nav-active) #header {
	background: #fff;
}

.nav-active #header {
	background-color: #1b5268;
}

#header .help-btn {
	display: none !important;
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	background-color: #c13832;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	position: absolute;
	top: 79px;
	width: 100vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 3px 7px;
}

#header .help-btn:hover {
	background-color: #fff;
	color: #c13832;
}

#header .help-btn [class*=icon-] {
	font-size: 18px;
	margin: 0 8px 0 0;
	position: relative;
	top: 2px;
}

#header > .container {
	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;
	max-width: 100%;
	padding: 0 10px;
	max-width: 1476px;
}

#header .social-list {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin: 0 -6px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

#header .social-list li {
	padding: 0 6px;
}

#header .logo {
	-webkit-transition: -webkit-transform .3s ease-in-out, top .3s ease-in-out, left .3s ease-in-out;
	transition: transform .3s ease-in-out, top .3s ease-in-out, left .3s ease-in-out;
	width: 245px;
	z-index: 999;
	display: block;
	font-size: 8px;
	line-height: 1;
	color: #fff;
	font-weight: 400;
}

#header .logo a {
	color: inherit;
	text-decoration: none;
	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;
}

#header .logo img {
	max-height: 100%;
}

#header .logo .logo-img {
	width: 54px;
	height: 54px;
	display: block;
}

#header .logo .logo-text {
	width: calc(100% - 54px);
	padding-left: 5px;
}

#header .logo .logo-text .title {
	display: block;
	font-size: 10px;
}

#header .logo .logo-text .name {
	display: block;
	font-size: 32px;
	font-family: "Rubik", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: .85;
	font-weight: 700;
}

#header .logo .logo-text .name strong {
	font-weight: inherit;
}

.header-fixed:not(.nav-active) #header .logo {
	color: #555;
}

.header-fixed:not(.nav-active) #header .logo .name strong {
	color: #1b5268;
}

#header .contact-btn {
	font-size: 16px;
	padding: 9px 23px 7px;
}

.header-fixed:not(.nav-active) #header .contact-btn {
	color: #c13832;
	border-color: #c13832;
}

.header-fixed:not(.nav-active) #header .contact-btn:hover {
	color: #fff;
}

#header .options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav-close-btn {
	text-decoration: none;
	color: #fff;
	font-size: 40px;
	line-height: 1;
	font-weight: 300;
	font-family: "Alegreya Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: absolute;
	right: 12px;
	top: -6px;
}

.nav-open-btn {
	width: 30px;
	height: 20px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
	display: block;
}

.nav-open-btn:before,
.nav-open-btn:after {
	-webkit-transition: -webkit-transform .3s ease-in-out, background .3s ease-in-out;
	transition: transform .3s ease-in-out, background .3s ease-in-out;
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	height: 4px;
	background: #fff;
	border-radius: 2px;
}

.nav-open-btn:before {
	top: 0;
}

.nav-open-btn:after {
	top: 17px;
}

.nav-open-btn span {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: absolute;
	top: 9px;
	right: 0;
	left: 0;
	height: 4px;
	background: #fff;
	border-radius: 2px;
	text-indent: -9999px;
}

.header-fixed:not(.nav-active) .nav-open-btn:before,
.header-fixed:not(.nav-active) .nav-open-btn:after,
.header-fixed:not(.nav-active) .nav-open-btn span {
	background-color: #1b5268;
}

.nav-drop .options {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 28px;
}

.nav-drop .inner {
	max-width: 400px;
	margin: 0 auto;
}

.main-menu {
	font-size: 26px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: "Alegreya Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
	text-align: center;
}

.main-menu > li {
	position: relative;
	margin: 0 0 4px;
}

.main-menu > li.active {
	color: #c13832;
}

.header-fixed .main-menu > li.active {
	color: #c13832;
}

.main-menu > li.active a {
	color: inherit;
}

.main-menu > li > a {
	position: relative;
}

.main-menu > li > a.has-drop-down-a:before,
.main-menu > li > a.has-drop-down-a:after {
	-webkit-transition: -webkit-transform .3s ease-in-out, background .3s ease-in-out;
	transition: transform .3s ease-in-out, background .3s ease-in-out;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 100%;
	width: 11px;
	height: 1px;
	background: #fff;
	margin: 0 0 0 9px;
}

.main-menu > 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-menu a {
	color: inherit;
	text-decoration: none;
}

.main-menu > li.hover > .has-drop-down-a {
	z-index: 3;
}

.main-menu > 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-menu .drop {
	-webkit-transition: opacity .3s ease-in-out, visability .3s ease-in-out, padding .3s ease-in-out, max-height .3s ease-in-out;
	transition: opacity .3s ease-in-out, visability .3s ease-in-out, padding .3s ease-in-out, max-height .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	max-height: 0;
	font-size: 14px;
}

.main-menu .drop ul {
	font-size: 14px;
	color: #fff;
}

.main-menu .drop ul li:last-child {
	margin-bottom: 0;
}

.main-menu .hover > .drop {
	opacity: 1 !important;
	visibility: visible;
	max-height: 500px;
	z-index: 2;
}

.main-menu .hover > .drop li:last-child {
	margin-bottom: 0;
}

.search-open-btn {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	padding: 5px;
	margin: 0 15px;
	line-height: 1;
}

.search-open-btn:hover {
	color: #c13832;
}

.search-close-btn {
	text-decoration: none;
	color: #fff;
	font-size: 40px;
	line-height: 1;
	font-weight: 300;
	font-family: "Alegreya Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: absolute;
	right: 30px;
	top: 30px;
}

.search-close-btn:hover {
	color: #c13832;
}

.search {
	margin: 0 0 26px;
}

.search input[type=search],
.search input[type=text] {
	border: 2px solid #fff;
	color: #fff;
	background: none;
	height: 40px;
	font-size: 18px;
	padding: 5px 10px;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	font-family: "Alegreya Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
}

.search input[type=search]::-webkit-input-placeholder,
.search input[type=text]::-webkit-input-placeholder {
	color: #fff;
}

.search input[type=search]::-moz-placeholder,
.search input[type=text]::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.search input[type=search]:-moz-placeholder,
.search input[type=text]:-moz-placeholder {
	color: #fff;
}

.search input[type=search]:-ms-input-placeholder,
.search input[type=text]:-ms-input-placeholder {
	color: #fff;
}

.search input[type=search].placeholder,
.search input[type=text].placeholder {
	color: #fff;
}

.search input[type=search]:focus,
.search input[type=text]:focus {
	outline: none;
}

.search button[type=submit],
.search input[type=submit] {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	border: 2px solid #fff;
	border-left: 0;
	background: none;
	width: 48px;
	font-size: 20px;
	line-height: 1;
	padding: 0;
}

.search button[type=submit]:hover,
.search input[type=submit]:hover {
	background-color: #fff;
	color: #1b5268;
}

.search button[type=submit]:focus,
.search input[type=submit]:focus {
	outline: none;
}

.search .search-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.search form {
	width: 100%;
}

#footer {
	background: #1b5268;
	color: #fff;
	font-size: 20px;
	padding: 46px 0 28px;
}

#footer > .container {
	padding: 0 35px;
	max-width: 1440px;
}

#footer .h2 {
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 25px;
	text-align: center;
}

.accordion {
	font-family: "Alegreya Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: left;
	margin-bottom: 27px;
	font-size: 20px;
}

.accordion li {
	padding-left: 19px;
	position: relative;
	line-height: 1;
	margin-bottom: 6px;
}

.accordion li:before,
.accordion li:after {
	content: "";
	display: block;
	width: 1px;
	height: 11px;
	background: #fff;
	position: absolute;
	top: 8px;
	left: 5px;
}

.accordion li:after {
	width: 11px;
	height: 1px;
	left: 0;
	top: 13px;
}

.accordion li .opener {
	color: #fff;
	text-decoration: none;
	line-height: 1.3;
}

.accordion li .opener:hover {
	color: #80c1db;
}

.accordion .active:before {
	display: none;
}

.accordion .active ul li {
	margin-bottom: 0;
}

.accordion .slide {
	font-size: 14px;
}

.accordion .slide li {
	padding: 1px 0 0 17px;
}

.accordion .slide li:before,
.accordion .slide li:after {
	content: none;
}

.accordion .slide address {
	line-height: 1.5;
	margin-bottom: 6px;
	letter-spacing: .6px;
}

.accordion .tel,
.accordion .hours {
	display: block;
	margin-bottom: 8px;
}

.accordion .tel a,
.accordion .hours a {
	color: #fff;
	text-decoration: none;
}

.accordion .tel a {
	margin-left: 5px;
	letter-spacing: 1px;
}

.accordion .tel a:hover {
	color: #80c1db;
}

.accordion .map-link {
	display: inline-block;
	text-decoration: none;
	color: #80c1db;
}

.accordion .map-link:hover {
	text-decoration: underline;
}

.accordion-holder p{
	font-size: 14px;
}

.footer-logo {
	display: block;
	max-width: 182px;
	margin: 0 auto 35px;
}

.footer-logo a {
	display: block;
	border-radius: 50%;
	overflow: hidden;
}

.footer-bottom .footer-links {
	font-family: "Alegreya Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	letter-spacing: .7px;
	margin-bottom: 15px;
}

.footer-bottom .footer-links a {
	text-decoration: none;
	color: #fff;
	line-height: 1.1;
}

.footer-bottom .footer-links a:hover {
	color: #80c1db;
}

.footer-bottom .footer-links li {
	position: relative;
	padding: 0 10px;
	line-height: 1;
}

.footer-bottom .footer-links li:before {
	content: "";
	display: block;
	width: 1px;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}

.footer-bottom .footer-links li:last-child:before {
	content: none;
}

.map-holder {
	position: relative;
}

.map-holder .icon-pin {
	-webkit-transition: .3s;
	transition: .3s;
	font-size: 55px;
	color: #858585;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
}

.map-holder .icon-pin:before {
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.map-holder .icon-pin.pin-1 {
	top: 94%;
	left: 69%;
}

.map-holder .icon-pin.pin-2 {
	top: 51.5%;
	left: 47%;
}

.map-holder .icon-pin.pin-3 {
	top: 48%;
    left: 55%;
}

.map-holder .icon-pin.active {
	color: #c13832;
	-webkit-transform: translateY(-20%) scale(1.4);
	-ms-transform: translateY(-20%) scale(1.4);
	transform: translateY(-20%) scale(1.4);
}

.map-holder img {
	width: 100%;
}

.social-icons {
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.social-icons a {
	color: #fff;
	text-decoration: none;
}

.social-icons a:hover {
	color: #80c1db;
}

.social-icons li {
	padding: 0 6px;
}

.social-icons li:last-child {
	padding-right: 0;
}

.main-intro,
.hero-banner {
	padding: 82px 0 42px;
	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;
	position: relative;
	text-align: center;
	color: #fff;
	background-color: #1B5268;
}

.main-intro:after,
.hero-banner:after {
	content: "";
	display: block;
	width: 0;
	min-height: 283px;
}

.main-intro:before,
.hero-banner:before {
	content: "";
	background: -webkit-linear-gradient(top, black -3%, rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, black -3%, rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.main-intro > .container {
	width: 100%;
	position: relative;
	z-index: 2;
}

.main-intro h1,
.main-intro .h1,
.hero-banner h1,
.hero-banner .h1 {
	text-shadow: 1px 1px 7px rgba(0, 0, 0, .79);
	margin: 42px 0 20px;
}

.hero-banner h1 {
	position: absolute;
	bottom: 0;
	left:0;
	right:0;
	margin: 0;
}

.hero-banner h1 a {
	color: #fff;
	text-decoration: none;
}

.breadcrumbs {
	border-bottom: 1px solid #ddd;
	padding: 7px 0;
	font-size: 13px;
	text-transform: capitalize;
	font-family: "Alegreya Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.breadcrumbs a {
	text-decoration: none;
	color: #555;
}

.breadcrumbs .current {
	font-weight: 800;
	color: #c13832;
}

.content-block {
	padding: 30px 0;
}

#content h1 {
	color: #1b5268;
	font-size: 40px;
}

.main-intro h1 mark,
.main-intro h1 .mark,
.main-intro .h1 mark,
.main-intro .h1 .mark,
.hero-banner h1 mark,
.hero-banner .h1 .mark {
	display: inline-block;
	vertical-align: top;
	background-color: rgba(27, 82, 104, .7);
	color: inherit;
	padding: 19px 10px;
}

.hero-title {
	font: 1.9rem "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	text-transform: none;
	display: block;
}

.hero-name {
	display: block;
}

.hero-text {
	font: 1.3rem "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	text-transform: none;
	display: block;
}

.main-intro .btn.btn-secondary {
	font-size: 18px;
	padding: 15px 21px 13px;
}

.intro-slider {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.intro-slider .slick-list,
.intro-slider .slick-track {
	height: 100%;
}

.intro-slider .img-block {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.slick-dots {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-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;
	font-size: 0;
	line-height: 0;
	position: absolute;
	bottom: 15px;
	z-index: 2;
	width: 100%;
}

.slick-dots li {
	padding: 0 3px;
}

.slick-dots li.slick-active button {
	background-color: #fff;
}

.slick-dots li button {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 1px solid #fff;
	background-color: transparent;
	padding: 0;
}

.slick-dots li button:hover {
	background-color: #fff;
}

.services-section {
	padding: 61px 0 112px;
	color: #fff;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
	background-color: #c13832;
}

.services-section h2,
.services-section .h2 {
	margin: 0 0 13px;
}

.services-section .text-frame {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
}

.services-section .text-frame p {
	margin: 0 0 20px;
}

.services-section .items-list {
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.services-section .items-list li {
	width: 50%;
	text-align: center;
	margin: 0 0 8px;
}

.services-section .items-list li a {
	color: #fff;
	text-decoration: none;
}

.services-section .items-list .service-item {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	padding: 10px 14px;
}

.services-section .items-list .service-item:hover {
	background: rgba(27, 82, 104, .7);
}

.services-section .items-list .service-item .img-block {
	line-height: 46px;
	font-size: 45px;
}

.services-section .items-list .issues-item {
	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;
}

.services-section .items-list .issues-item:hover .img-block {
	background: #fff;
	color: #1b5268;
}

.services-section .items-list .issues-item .img-block {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	border-radius: 50%;
	border: 2px solid #fff;
	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;
	width: 76px;
	height: 76px;
	margin: 0 0 5px;
	font-size: 28px;
}

.services-section .items-list .issues-item .item-title {
	width: 100%;
}

.services-section .items-list .item-title {
	font: 500 14px/21px "Alegreya Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	margin: 0 0 9px;
}

.services-section.issues-section .items-list li {
	margin: 0 0 20px;
}

.gallery-section {
	padding: 0 0 77px;
}

.instagram-gallery li {
	position: relative;
	width: 100%;
	padding-bottom: 103%;
}

.instagram-gallery .block-6,
.instagram-gallery .block-7,
.instagram-gallery .block-8 {
	display: block;
	width: 33.33%;
	padding-bottom: 33.5%;
}

.instagram-gallery .block-1,
.instagram-gallery .block-5 {
	width: 33.8%;
	padding-bottom: 33.6%;
}

.instagram-gallery .block-3,
.instagram-gallery .block-4 {
	padding-bottom: 47%;
	width: 50%;
}

.instagram-gallery .block-2 {
	width: 66.2%;
	padding-bottom: 67.4%;
}

.instagram-gallery .img-holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.instagram-gallery .img-holder:after,
.instagram-gallery .img-holder:before {
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
	content: "";
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(.3);
	-ms-transform: translate(-50%, -50%) scale(.3);
	transform: translate(-50%, -50%) scale(.3);
	background: #fff;
	opacity: 0;
}

.instagram-gallery .img-holder:after {
	height: 4px;
	width: 35px;
}

.instagram-gallery .img-holder:before {
	height: 35px;
	width: 4px;
}

.instagram-gallery .img-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 5px;
}

.instagram-gallery .img-wrap:before {
	-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: #c13832;
	z-index: 9;
	background: rgba(193, 56, 50, .8);
	opacity: 0;
}

.instagram-gallery .img-wrap:hover .img-holder:after,
.instagram-gallery .img-wrap:hover .img-holder:before {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

.instagram-gallery .img-wrap:hover:before {
	opacity: .7;
}

.social-section {
	padding: 50px 0 0;
}

.social-news {
	margin-bottom: 19px;
}

.social-news time {
	color: #c13832;
	font: 16px/26px "Alegreya Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.social-news p {
	margin: 0 0 5px;
}

.social-news a {
	text-decoration: none;
}

.social-news a:hover {
	color: #1b5268;
}

.social-news > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 30px;
}

.social-news .title {
	font: 700 20px/24px "Alegreya Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.social-news .title a {
	color: #1b5268;
	text-decoration: none;
}

.social-news .title a:hover {
	color: #c13832;
}

.social-news .title-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 600;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 5px;
	font: 500 14px/20px "Alegreya Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.social-news .title-list li {
	position: relative;
	padding: 0 0 0 12px;
}

.social-news .title-list li:before {
	content: "";
	position: absolute;
	left: 6px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #000;
	width: 3px;
	height: 3px;
	border-radius: 50%;
}

.social-news .title-list li:first-child {
	padding: 0;
}

.social-news .title-list li:first-child:before {
	display: none;
}

.social-news .share-list {
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 7px 10px 0;
	font-family: "Arial";
}

.social-news .share-list li {
	margin: 0 27px 0 0;
}

.social-news .share-list li:last-child {
	margin: 0;
}

.social-news .share-list [class^="icon-"] {
	margin: 0 5px 0 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

.social-news .share-list .counter {
	display: inline-block;
	vertical-align: middle;
}

.social-news .share-list .icon-back {
	font-size: 14px;
}

.social-news .share-list .icon-repost {
	font-size: 19px;
}

.social-news .share-list .icon-dots {
	font-size: 20px;
}

.social-news-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.social-news-block .column {
	padding: 0 0 44px;
	max-width: 450px;
	margin: 0 auto;
}

.social-title {
	display: block;
	font: 24px/30px "Alegreya Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 22px;
}

.social-title [class^="icon-"] {
	font-size: 60px;
	margin: 0 5px 0 0;
}

.social-title a {
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
}

.social-title a:hover {
	color: #1b5268;
}

.social-title .icon-instagram {
	font-size: 54px;
}

.social-title .wrap-frame {
	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;
}

.subscribe-block {
	background-size: cover;
	background-position: 26% 0;
	background-repeat: no-repeat;
	padding: 32px 0 40px;
	color: #fff;
	background-color: #c13832;
}

.subscribe-form {
	text-align: center;
}

.subscribe-form .title-holder {
	margin: 0 0 4px;
}

.subscribe-form .title-holder label {
	padding: 7px 15px 0;
	cursor: pointer;
	margin-bottom: 20px;
	font: 28px/32px "Alegreya Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
}

.subscribe-form .title-holder label:before,
.subscribe-form .title-holder label:after {
	width: 43px;
	height: 43px;
	border-color: #1b5268;
	border-width: 2px 0 0 2px;
}

.subscribe-form .title-holder label:after {
	border-width: 2px 2px 0 0;
}

.subscribe-form button {
	outline: none;
	background: none;
}

.subscribe-form button.btn {
	min-width: 175px;
	font-size: 16px;
	line-height: 17px;
}

.subscribe-form button.btn:hover {
	background: #1b5268;
}

.subscribe-form input {
	height: 42px;
	line-height: normal;
	border: 1px solid #fff;
	padding: 5px 15px;
	font-size: 14px;
	font-family: "Alegreya Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 400;
	margin-bottom: 17px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000;
	outline: none;
}

.news-section .news-area {
	padding: 65px 0 55px;
}

.news-section .voting-area {
	margin: 0 0 0;
}

.news-section .news-list li {
	padding: 0 0 38px;
}

.news-section .news-list li p {
	margin: 0 0 5px;
}

.news-section .heading-area {
	text-align: center;
	margin: 0 0 33px;
}

.news-section .heading-frame {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 9px;
	color: #1b5268;
	text-decoration: none;
}

.news-section .heading-frame:hover {
	color: #c13832;
}

.news-section .heading-frame:hover .date-frame {
	background: #c13832;
}

.news-section .heading-frame:hover .date-frame:after {
	border-color: #c13832 transparent transparent transparent;
}

.news-section .heading-frame:hover .date-frame:before {
	border-color: transparent #c13832 transparent transparent;
}

.news-section .block-title {
	width: 80%;
	font: 700 20px/22px "Alegreya Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.news-section .date-badge {
	padding: 0 7px 0 0;
	height: 100%;
}

.news-section .date-frame {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	background: #1b5268;
	position: relative;
	color: #fff;
	font: 900 14px/16px "Alegreya Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: center;
	text-transform: uppercase;
	width: 42px;
	margin: 0 0 16px 0;
	padding: 0 0 5px;
}

.news-section .date-frame .month {
	display: block;
}

.news-section .date-frame .date {
	display: block;
	font-size: 32px;
	line-height: 34px;
	margin: 0 0 -3px;
}

.news-section .date-frame:after,
.news-section .date-frame:before {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	content: "";
	position: absolute;
	top: 100%;
}

.news-section .date-frame:after {
	border-style: solid;
	border-width: 12px 20px 0 0;
	border-color: #1b5268 transparent transparent transparent;
	left: 0;
	right: 50%;
}

.news-section .date-frame:before {
	border-style: solid;
	border-width: 0 20px 12px 0;
	border-color: transparent #1b5268 transparent transparent;
	right: 0;
	left: 50%;
}

.news-section .btn-wrap {
	text-align: center;
}

.voting-holder {
	background: #f5f5f5;
	max-width: 435px;
	margin: 0 auto;
	width: 100%;
	position: relative;
	padding: 40px 0 33px;
}

.voting-holder .heading-area {
	margin: 0 0 13px;
}

.voting-table {
	background: #f5f5f5;
	width: 100%;
	text-align: left;
	margin: 0 0 30px;
}

.voting-table th {
	text-transform: uppercase;
	font: 900 18px/24px "Alegreya Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.voting-table td,
.voting-table th {
	padding: 13px 5px 13px 8px;
}

.voting-table tr:nth-child(even) td {
	background: #ddd;
	padding: 6px 5px 6px 8px;
}

.buffer .vidtext {
	max-width: 800px;
	width: auto;
}

.buffer #media-player,
.buffer .vidlinkbox {
	max-width: 800px;
	float: none;
}

.buffer .vidlinkbox:after {
	content: "";
	display: block;
	clear: both;
}

.buffer .videoheadline {
	text-align: left;
}

@media (min-width: 375px) {
	.instagram-gallery li {
		padding-bottom: 90%;
	}
}

@media (min-width: 480px) {
	.instagram-gallery li {
		padding-bottom: 80%;
	}
}

@media (min-width: 768px) {
	body {
		font-size: 15px;
		line-height: 1.733;
	}

	h1,
	.h1 {
		font-size: 36px;
		line-height: 1;
	}

	h2,
	.h2 {
		font-size: 28px;
	}

	h3,
	.h3 {
		font-size: 22px;
		line-height: 1.364;
	}

	.btn-more {
		font-size: 15px;
		line-height: 26px;
	}

	.header-fixed:not(.nav-active) #header .social-list {
		color: #c13832;
	}

	.header-fixed:not(.nav-active) #header .social-list a:hover {
		color: #1b5268;
	}

	#header .help-btn {
		position: static;
		width: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		border-radius: 3px;
	}

	#header > .container {
		padding: 0 18px;
	}

	#header .holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		max-width: calc(100% - 330px);
	}

	#header .logo {
		width: 330px;
		font-size: 10px;
	}

	#header .logo .logo-img {
		width: 73px;
		height: 73px;
	}

	#header .logo .logo-text {
		width: calc(100% - 73px);
	}

	#header .logo .logo-text .title {
		font-size: 13px;
	}

	#header .logo .logo-text .name {
		font-size: 43px;
		line-height: 1.1;
	}

	#header .contact-btn {
		margin: 0 0 0 25px;
	}

	#header .options {
		padding: 0 35px;
	}

	.nav-close-btn {
		right: 15px;
		top: 30px;
	}

	.nav-drop .options {
		display: none !important;
	}

	.main-menu > li {
		margin: 0 0 3px;
	}

	.search {
		margin: 0 0 16px;
	}

	.search-active .search {
		opacity: 1;
		visibility: visible;
	}

	.search input[type=search],
	.search input[type=text] {
		height: 50px;
	}

	.search button[type=submit],
	.search input[type=submit] {
		width: 54px;
	}

	#footer {
		padding: 46px 0 35px;
	}

	#footer .h2 {
		text-align: left;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		font-weight: 800;
		letter-spacing: 0;
		margin-bottom: 28px;
	}

	.accordion-holder {
		display: block;
	}

	.accordion {
		max-width: 50%;
		display: inline-block;
		vertical-align: top;
		padding-right: 23px;
		margin-bottom: 16px;
	}

	.accordion li {
		padding-left: 17px;
	}

	.accordion li .opener {
		font-weight: 700;
	}

	.accordion .slide {
		font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	}

	.accordion .tel a {
		letter-spacing: 0;
	}

	.footer-logo {
		display: inline-block;
		vertical-align: middle;
		margin: 0;
		width: 30%;
	}

	.footer-bottom {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		vertical-align: bottom;
		width: 70%;
		margin-bottom: 10px;
	}

	.footer-bottom .footer-links {
		margin-bottom: 0;
	}

	.map-holder {
		max-width: 280px;
		display: inline-block;
		vertical-align: middle;
		width: 100%;
	}

	.main-intro {
		padding: 100px 0 42px;
	}

	.main-intro:after {
		min-height: 344px;
	}

	.hero-banner:after {
		min-height: 440px;
	}

	.main-intro h1,
	.main-intro .h1 {
		font-size: 42px;
		letter-spacing: .7px;
	}

	.main-intro h1 mark,
	.main-intro h1 .mark,
	.main-intro .h1 mark,
	.main-intro .h1 .mark {
		padding: 14px 15px;
	}

	.slick-dots {
		bottom: 19px;
	}

	.services-section {
		padding: 46px 0 20px;
		text-align: left;
	}

	.services-section .section-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.services-section .text-frame {
		width: 33%;
		padding: 14px 10px 0 0;
	}

	.services-section .text-frame p {
		margin: 0 0 16px;
	}

	.services-section .items-list {
		width: 67%;
	}

	.services-section .items-list li {
		margin: 0 0 21px;
	}

	.services-section .items-list .service-item .img-block {
		font-size: 70px;
		line-height: 72px;
	}

	.services-section .items-list .issues-item {
		padding: 0 15px;
	}

	.services-section .items-list .issues-item .img-block {
		width: 103px;
		height: 103px;
		font-size: 50px;
	}

	.services-section .items-list .issues-item .item-title {
		margin: 0;
	}

	.services-section .items-list .item-title {
		font-size: 20px;
		line-height: 30px;
	}

	.services-section.issues-section {
		padding: 90px 0 27px;
	}

	.services-section.issues-section .text-frame {
		width: 33%;
		line-height: 26px;
	}

	.services-section.issues-section .items-list {
		width: 65%;
	}

	.services-section.issues-section .items-list li {
		margin: 0 0 27px;
	}

	.services-section .icon-helicopter,
	.services-section .icon-graph {
		font-size: 40px;
	}

	.services-section .icon-label {
		font-size: 44px;
	}

	.gallery-section {
		padding: 0 0 60px;
	}

	.gallery-section .social-title {
		margin: 0 0 5px;
	}

	.instagram-gallery {
		margin: 0 -10px;
	}

	.instagram-gallery .img-holder:after {
		width: 58px;
	}

	.instagram-gallery .img-holder:before {
		height: 58px;
	}

	.instagram-gallery .img-wrap {
		margin: 10px;
	}

	.social-section {
		padding: 50px 0 16px;
	}

	.social-news {
		margin: 0;
	}

	.social-news .title {
		font-size: 26px;
		line-height: 32px;
	}

	.social-news .title-list {
		font-size: 16px;
		line-height: 20px;
	}

	.social-news .title-list li {
		padding: 0 0 0 15px;
	}

	.social-news .share-list {
		padding: 0 7px 13px 0;
	}

	.social-news-block {
		padding: 20px 0 0;
	}

	.social-news-block .column {
		padding: 0 0 45px;
		max-width: 100%;
		margin: 0;
	}

	.social-news-block .column:last-child {
		padding: 0;
	}

	.social-title {
		margin: 0 0 20px;
	}

	.subscribe-form .title-holder {
		margin: 0;
	}

	.subscribe-form .title-holder label {
		font-size: 32px;
		line-height: 40px;
	}

	.subscribe-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: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.news-section .news-area {
		padding: 94px 0 67px;
	}

	.news-section .voting-area {
		margin: 0 0;
	}

	.news-section .news-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -20px -15px;
	}

	.news-section .news-list li {
		width: 50%;
		padding: 0 20px 50px;
	}

	.news-section .heading-frame {
		margin: 0 0 14px;
	}

	.news-section .block-title {
		width: 78%;
	}

	.news-section .date-badge {
		width: 22%;
	}

	.news-section .date-frame {
		font-size: 16px;
		line-height: 18px;
		width: 50px;
		margin: 0 0 16px 0;
	}

	.news-section .date-frame .date {
		font-size: 36px;
		line-height: 38px;
	}

	.news-section .date-frame:after {
		border-width: 16px 24px 0 0;
	}

	.news-section .date-frame:before {
		border-width: 0 24px 16px 0;
	}

	.voting-holder {
		padding: 40px 33px 50px;
	}

	.voting-holder .heading-area {
		margin: 0 0 16px;
	}

	.voting-table td,
	.voting-table th {
		padding: 12px 5px 12px 21px;
	}

	.voting-table tr:nth-child(even) td {
		padding: 5px 5px 5px 21px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.nav-active .main-menu {
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
	}

	.main-intro h1 mark,
	.main-intro h1 .mark,
	.main-intro .h1 mark,
	.main-intro .h1 .mark {
		width: 100%;
	}
}

@media (min-width: 1024px) {
	.container {
		max-width: 950px;
	}

	h1,
	.h1 {
		font-size: 42px;
	}

	h2,
	.h2 {
		font-size: 36px;
	}

	h3,
	.h3 {
		font-size: 24px;
		line-height: 1.25;
	}

	#header {
		padding: 25px 0;
	}

	#header .help-btn {
		position: absolute;
		right: 30px;
		left: auto;
		bottom: 11px;
		top: auto;
	}

	.header-fixed #header .help-btn {
		display: none;
	}

	#header .options {
		padding-right: 0;
	}

	.nav-close-btn {
		display: none;
	}

	.nav-open-btn {
		display: none;
	}

	.nav-drop .inner {
		max-width: none;
	}

	.main-menu {
		font-size: 17px;
		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;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin: 0 -10px;
	}

	.main-menu > li {
		padding: 0 5px;
		margin: 0;
	}

	.main-menu > li > a {
		text-transform: uppercase;
		font-size: 16px;
		font-weight: 700;
		display: inline-block;
		vertical-align: top;
		padding: 10px 5px;
		border-radius: 5px;
	}

	.main-menu > li > a.has-drop-down-a:before,
	.main-menu > li > a.has-drop-down-a:after {
		display: none;
	}

	.header-fixed .main-menu > li {
		color: #555;
	}

	.main-menu > li.hover > a {
		background-color: rgba(27, 82, 104, .8);
	}

	.header-fixed .main-menu > li.hover > a {
		color: #fff;
	}

	.main-menu > li.hover > .has-drop-down-a {
		border-radius: 5px 5px 0 0;
		background-color: rgba(27, 82, 104, .8);
	}

	.main-menu .drop {
		opacity: 1;
		visibility: visible;
		position: absolute;
		top: 100%;
		left: 5px;
		width: 190px;
		color: #1b5268;
		font-weight: 500;
		max-height: none;
		text-align: left;
		background-color: rgba(27, 82, 104, .8);
		border-radius: 0 5px 5px 5px;
		padding: 5px 0 7px;
		display: none;
	}

	.main-menu .drop ul li {
		margin: 0 0 2px;
	}

	.main-menu .drop ul a {
		-webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
		transition: background-color .3s ease-in-out, color .3s ease-in-out;
		display: block;
		padding: 8px 19px;
	}

	.header-fixed .search-open-btn {
		color: #c13832;
	}

	.header-fixed .search-open-btn:hover {
		color: #1b5268;
	}

	.search {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		position: fixed;
		background-color: rgba(27, 82, 104, .9);
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		min-height: 100vh;
		padding: 110px 30px;
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		opacity: 0;
		visibility: hidden;
		z-index: 999;
	}

	.search form {
		max-width: 700px;
	}

	#footer {
		padding: 39px 0 35px;
	}

	#footer .h2 {
		margin-bottom: 23px;
	}

	.footer-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.accordion-holder {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 70%;
	}

	.accordion {
		max-width: 50%;
		font-size: 24px;
	}

	.accordion .map-link {
		margin-bottom: 15px;
	}

	.footer-logo {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		max-width: 100%;
		padding-right: 50px;
	}

	.footer-bottom {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		padding: 30px 0 0;
	}

	.map-holder {
		width: 260px;
	}

	.map-holder img {
		max-width: 100%;
	}

	.main-intro {
		padding: 100px 0 73px;
	}

	.main-intro:after {
		min-height: 450px;
	}

	.main-intro h1,
	.main-intro .h1 {
		margin: 145px 0 40px;
		font-size: 50px;
		letter-spacing: 1.1px;
	}

	.main-intro h1 mark,
	.main-intro h1 .mark,
	.main-intro .h1 mark,
	.main-intro .h1 .mark {
		padding: 14px 35px;
	}

	.main-intro .btn.btn-secondary {
		font-size: 25px;
		line-height: 1.05;
		min-width: 217px;
	}

	.slick-dots {
		bottom: 27px;
	}

	.slick-dots li button {
		width: 19px;
		height: 19px;
	}

	.services-section {
		padding: 96px 0 55px;
	}

	.services-section .text-frame {
		width: 25%;
		padding: 10px 20px 0 0;
		font-size: 15px;
		line-height: 26px;
	}

	.services-section .text-frame p {
		margin: 0 0 25px;
	}

	.services-section .items-list {
		width: 75%;
	}

	.services-section .items-list li {
		width: 33.33%;
		margin: 0 0 42px;
	}

	.services-section .items-list .issues-item .item-title {
		font-size: 20px;
		line-height: 24px;
	}

	.services-section.issues-section {
		padding: 90px 0 64px;
	}

	.services-section.issues-section .text-frame {
		width: 25%;
	}

	.services-section.issues-section .items-list {
		width: 75%;
	}

	.services-section.issues-section .items-list li {
		margin: 0 0 28px;
	}

	.instagram-gallery .block-6,
	.instagram-gallery .block-7,
	.instagram-gallery .block-8 {
		width: 15%;
		padding-bottom: 14.90%;
	}

	.instagram-gallery .block-1,
	.instagram-gallery .block-5 {
		width: 18%;
		padding-bottom: 18.4%;
	}

	.instagram-gallery .block-3,
	.instagram-gallery .block-4 {
		width: 22.5%;
		padding-bottom: 21.9%;
	}

	.instagram-gallery .block-2 {
		width: 37%;
		padding-bottom: 36.8%;
	}

	.social-section {
		padding: 70px 0 33px;
	}

	.social-news time {
		font-size: 18px;
	}

	.social-news > li {
		margin-bottom: 33px;
	}

	.social-news-block {
		margin: 0 -18px;
	}

	.social-news-block .column {
		padding: 0 18px;
		width: 50%;
	}

	.social-news-block .column:last-child {
		padding: 0 18px;
	}

	.subscribe-block {
		padding: 37px 0;
	}

	.subscribe-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;
	}

	.subscribe-form .title-holder label {
		width: 260px;
		margin: 0 15px 0 0;
	}

	.subscribe-form .input-group {
		width: calc(100% - 285px);
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.subscribe-form input {
		width: calc(100% - 190px);
		margin-bottom: 0;
	}

	.news-section .news-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.news-section .news-area {
		width: 65%;
		padding: 46px 0 70px;
	}

	.news-section .voting-area {
		width: 35%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 0;
	}

	.news-section .news-list {
		margin: 0 0 0 -15px;
	}

	.news-section .news-list li {
		padding: 0 15px 30px;
	}

	.news-section .heading-frame {
		margin: 0 0 8px;
	}

	.news-section .block-title {
		font-size: 24px;
		line-height: 26px;
		width: 75%;
	}

	.news-section .date-badge {
		width: 25%;
		padding: 0 20px 0 0;
	}

	.voting-holder {
		padding: 46px 5px 30px 20px;
	}

	.voting-holder:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: 0 -9999px 0 0;
		padding: 0 9999px 0 0;
		background: #f5f5f5;
	}

	.voting-holder .heading-area {
		margin: 0 0 33px;
	}
}

@media (min-width: 1024px) and (max-width: 1365px) {
	#header .holder > .options {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin: 0 0 10px;
	}

	.nav-drop {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
	}

	.main-menu > li:nth-last-child(2) .drop,
	.main-menu > li:nth-last-child(1) .drop {
		left: auto;
		right: 5px;
		border-radius: 5px 0 5px 5px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1130px;
	}

	h1,
	.h1 {
		font-size: 50px;
	}

	#header .help-btn {
		position: static;
	}

	.header-fixed #header .help-btn {
		display: block;
	}

	.accordion {
		min-width: 52.2%;
	}

	.footer-logo {
		max-width: 347px;
	}

	.main-intro:after {
		min-height: 600px;
	}

	.main-intro h1,
	.main-intro .h1 {
		font-size: 66px;
	}

	.services-section .section-holder {
		margin: 0 -234px 0 0;
		padding: 0 142px 0 0;
	}

	.services-section .text-frame {
		padding: 10px 50px 0 0;
	}

	.services-section .items-list .service-item .img-block {
		font-size: 90px;
		line-height: 92px;
	}

	.services-section .items-list .issues-item {
		text-align: left;
	}

	.services-section .items-list .issues-item .img-block {
		margin: 0 15px 0 0;
	}

	.services-section .items-list .issues-item .item-title {
		width: 50%;
	}

	.services-section .items-list .item-title {
		font-size: 26px;
		line-height: 30px;
	}

	.services-section.issues-section .section-holder {
		margin: 0 -163px 0 0;
	}

	.services-section.issues-section .text-frame {
		padding: 20px 40px 0 0;
	}

	.news-section .news-list {
		margin: 0 0 0 -30px;
	}

	.news-section .news-list li {
		padding: 0 0 30px 30px;
	}

	.news-section .block-title {
		width: 80%;
	}

	.news-section .date-badge {
		width: 20%;
	}

	.voting-holder {
		padding: 46px 5px 0 33px;
	}
}

@media (min-width: 1366px) {
	.container {
		max-width: 1220px;
	}

	#header {
		padding: 8px 0;
	}

	#header .help-btn {
		font-size: 17px;
		padding: 2px 13px 5px;
	}

	#header .help-btn [class*=icon-] {
		font-size: 23px;
		top: 4px;
	}

	#header .logo .logo-img {
		width: 84px;
		height: 84px;
	}

	#header .logo .logo-text {
		width: calc(100% - 84px);
	}

	#header .logo .logo-text .title {
		font-size: 16px;
	}

	#header .logo .logo-text .name {
		font-size: 50px;
		line-height: .9;
	}

	#header .options {
		padding: 0;
	}

	.main-menu {
		margin: 0;
	}

	.main-intro:after {
		min-height: 640px;
	}
}

@media (min-width: 1440px) {
	#header .holder {
		max-width: calc(100% - 375px);
	}

	#header .logo {
		font-size: 12px;
		width: 375px;
	}

	.main-menu > li {
		padding: 0 6px;
	}

	.main-menu .drop {
		left: 6px;
	}
}

@media (max-width: 1199px) {
	.services-section .items-list .issues-item {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 1023px) {
	#header .holder > .options .search-open-btn {
		display: none;
	}

	.hero-title {
		font-size: 1.2rem;
	}

	.hero-text {
		font-size: .9rem;
	}

	.nav-drop {
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		height: calc(100vh - 103px);
		padding: 27px 39px;
		background: #1b5268;
		overflow-x: hidden;
		overflow-y: auto;
		position: absolute;
		top: 103px;
		opacity: 0;
		visibility: hidden;
		width: 100vw;
		left: 0;
	}

	.nav-active .nav-drop {
		opacity: 1;
		visibility: visible;
	}

	.main-menu a:hover {
		color: #c13832;
	}

	.main-menu .drop {
		display: block !important;
	}

	.main-menu .hover > .drop {
		padding: 1px 0 7px;
	}

	.main-menu .hover > .drop li {
		margin-bottom: 8px;
	}

	.search-close-btn {
		display: none;
	}

	.gallery-section .container {
		max-width: 620px;
	}

	.social-section .container {
		max-width: 620px;
	}
}

@media (max-width: 767px) {
	#header .holder > .search {
		display: none;
	}

	#header .holder > .options .social-list {
		display: none;
	}

	#header .holder > .options .contact-btn {
		display: none;
	}

	.hero-title {
		font-size: .8rem;
	}

	.hero-text {
		font-size: .6rem;
	}

	.nav-drop {
		height: calc(100vh - 84px);
		top: 84px;
		padding: 42px 24px 30px;
	}

	.main-menu .hover > .drop {
		padding: 3px 0 6px;
	}

	.main-menu .hover > .drop li {
		margin-bottom: 9px;
	}

	.map-holder {
		display: none;
	}

	.main-intro h1,
	.main-intro .h1 {
		max-width: 231px;
		margin: 48px auto 26px;
	}

	.services-section .btn {
		position: absolute;
		bottom: 53px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.instagram-gallery {
		max-width: 500px;
		margin: 0 auto;
	}

	.instagram-gallery .block-1,
	.instagram-gallery .block-5 {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.social-news > li {
		display: none;
	}

	.social-news > li:nth-child(-n+2) {
		display: block;
	}

	.news-section .news-list li {
		display: none;
	}

	.news-section .news-list li:nth-child(-n+2) {
		display: block;
	}

	.voting-table tr td:nth-child(2),
	.voting-table tr th:nth-child(2) {
		display: none;
	}
}

