/*! 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;
}

#live {
  background: #c80001;
  color: #ffffff;
  border-bottom: 1px solid #013366;
}
#live .live-holder {
  max-width: 1210px;
  padding: 10px 20px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#live h1 {
  font-size: 28px;
  line-height: 37px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 10px 0 0;
}
#live p {
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  margin: 5px 0px 0px;
}
#live a {
	font: 600 14px/16px "Montserrat", "Century Gothic", "Arial", sans-serif;
	color: #c80001;
	background: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	border-radius: 3px;
	outline: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	letter-spacing: .1em;
	padding: 5px 10px;
	margin: 0 5px;
	border-radius: 20px;
}

#live a:hover {
	background: #013366;
	color: #fff;
}

#live h1, #live p, #live a {
  display: inline-block;
  vertical-align: middle;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?n2hyfx");
	src: url("../fonts/icomoon.eot?n2hyfx#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?n2hyfx") format("truetype"), url("../fonts/icomoon.woff?n2hyfx") format("woff"), url("../fonts/icomoon.svg?n2hyfx#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
.main-menu > li > a.has-drop-down-a:after,
.intro-gallery .slick-arrow:before,
.news-gallery .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-capitol:before {
	content: "";
}

.icon-office:before {
	content: "";
}

.icon-twitter:before {
	content: "";
}

.icon-facebook:before {
	content: "";
}

.icon-arrow-l:before {
	content: "";
}

.icon-arrow-r:before {
	content: "";
}

.icon-arrow-d:before {
	content: "";
}

.icon-location:before {
	content: "";
}

.icon-youtube:before {
	content: "";
}

.icon-search:before {
	content: "";
}

.icon-instagram:before {
	content: "";
}

/* Slick slider styles */

.intro-gallery {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.intro-gallery .slick-track,
.intro-gallery .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.social-networks,
.main-menu,
.main-menu .drop ul,
#footer .footer-nav,
.news-gallery .slick-dots,
.news-item .info-list,
#map-section .pin-holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #282a2e;
	background: #fff;
	font: 16px/1.875 "Montserrat", "Century Gothic", "Arial", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 20px;
}

h3,
.h3 {
	font-size: 18px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 15px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #4182c2;
}


a:hover,
a:focus {
	text-decoration: none;
}

.buffer a {
	font-weight: bold;
	color: #edae36;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.buffer a:hover {
	text-decoration: underline;
	color: #edae36;
}

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 #999;
	padding: 10px 10px;
	width: 100%;
	min-width: 4rem;
}

#writeRepForm table {
	width: 100%;
}

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: #999;
}

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: #999;
}

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: #999;
}

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: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

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;
}

input[type="submit"].btn  {
	border-radius: 55px;
}

#wrapper {
	overflow: hidden;
	position: relative;
}

.container {
	max-width: 1385px;
	padding: 0 15px;
	margin: 0 auto;
}

h1,
.h1 {
	line-height: 1.2;
	font-weight: 400;
}

h2,
.h2 {
	line-height: 1.22;
}

h3,
.h3 {
	line-height: 1.4;
}

h4,
.h4 {
	line-height: 1.22;
	margin-bottom: .9em;
}

h5,
.h5 {
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 3px;
}

.btn, #aspnetForm input[type="submit"] {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	background: #4182c2;
	color: #fff;
	border-radius: 55px;
	font-size: 11px;
	line-height: 14px;
	box-shadow: 0 8px 30px rgba(130, 194, 245, .3);
	padding: 12px 18px;
	text-decoration: none;
	text-align: center;
	border: 2px solid #4182c2;
}

.btn:hover, #aspnetForm input[type="submit"]:hover {
	background: #fff;
}

.btn.btn-outline {
	background: #fff;
	box-shadow: none;
	color: #4182c2;
}

.btn.btn-outline:hover {
	color: #fff;
	background: #4182c2;
}

.social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -6px;
	font-size: 14px;
}

.social-networks li {
	padding: 0 6px;
}

.social-networks li a {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	color: #fff;
	border-radius: 50%;
	background: #013366;
	display: block;
	width: 26px;
	height: 26px;
	text-decoration: none;
	text-align: center;
	line-height: 26px;
}

.social-networks li a:hover {
	background: #4182c2;
}

.section-heading {
	margin: 0 54px 32px;
}

.section-heading .subtitle {
	color: #4182c2;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: .93px;
	display: block;
	margin: 0 0 10px;
}

.text-center {
	text-align: center;
}

.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;
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #edae36;
	text-decoration: underline;
}

a:hover, #aspnetForm input[type="submit"]:hover, .buffer input[type="submit"]:hover {
	color: #2c5c8a;
}

blockquote {
	padding: 42px 38px 36px;
	margin: 0 -15px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, .09);
	background-image: -webkit-linear-gradient(274deg, #02629f 0%, #013366 100%);
	background-image: linear-gradient(176deg, #02629f 0%, #013366 100%);
	color: #fff;
	text-align: center;
	font-size: 15px;
	line-height: 1.7;
	position: relative;
}

blockquote:before {
	content: "\201C";
	font-size: 145px;
	opacity: .24;
	line-height: 1;
	font-family: "Georgia";
	position: absolute;
	top: 5px;
	left: 18px;
}

blockquote cite {
	font-style: normal;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.resize-active *,
.resize-active *:before,
.resize-active *:after {
	-webkit-transition: none !important;
	transition: none !important;
}

#header {
	background: #013366;
	-webkit-transition: background-color .3s ease-in-out, padding .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: background-color .3s ease-in-out, padding .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: background-color .3s ease-in-out, padding .3s ease-in-out, transform .3s ease-in-out;
	transition: background-color .3s ease-in-out, padding .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	position: fixed;
	z-index: 99;
	left: 0;
	right: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.header-fixed #header {
	position: fixed;
	left: 0;
	right: 0;
}

#header > .container {
	padding: 0;
	max-width: 1480px;
}

#header .holder {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	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;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: -3px 10px 0 0;
}

#header .logo {
	-webkit-transition: width .3s ease-in-out, height .3s ease-in-out;
	transition: width .3s ease-in-out, height .3s ease-in-out;
}

#header .logo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header .logo .logo-wrap {
	width: 191px;
	display: block;
}

#header .logo .logo-wrap img {
	width: 100%;
	height: auto;
}

#header .logo .hero-img {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 8px;
}

#header .logo .hero-img img {
	width: 100%;
	height: auto;
}

.header-holder {
	padding: 12px 10px 15px;
	position: relative;
	background: #013366;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.nav-open-btn {
	width: 24px;
	height: 13px;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: block;
	position: relative;
	z-index: 12;
	text-indent: -9999px;
}

.nav-open-btn:after,
.nav-open-btn:before,
.nav-open-btn span {
	-webkit-transition: background .3s ease-in-out, top .25s ease-in-out .3s, -webkit-transform .3s ease-in-out;
	transition: background .3s ease-in-out, top .25s ease-in-out .3s, -webkit-transform .3s ease-in-out;
	transition: background .3s ease-in-out, transform .3s ease-in-out, top .25s ease-in-out .3s;
	transition: background .3s ease-in-out, transform .3s ease-in-out, top .25s ease-in-out .3s, -webkit-transform .3s ease-in-out;
	content: "";
	position: absolute;
	background: #fff;
	height: 1px;
	left: 0;
	right: 0;
}

.nav-open-btn:after {
	top: 0;
}

.nav-open-btn:hover:after,
.nav-open-btn:hover:before,
.nav-open-btn:hover span {
	background: #edae36;
}

.nav-open-btn span {
	-webkit-transition: opacity .3s ease-in-out, background .3s ease-in-out;
	transition: opacity .3s ease-in-out, background .3s ease-in-out;
	top: 6px;
}

.nav-open-btn:before {
	top: 12px;
}

.nav-close-btn {
	font-family: "Montserrat", "Century Gothic", "Arial", sans-serif;
	position: absolute;
	font-size: 30px;
	top: 35px;
	right: 26px;
	color: #fff;
}

.nav-close-btn:hover {
	color: #edae36;
}

.search-active .nav-drop {
	opacity: 1;
	visibility: hidden;
}

.main-menu {
	font: 400 17px/1.1 "Montserrat", "Century Gothic", "Arial", sans-serif;
	color: #fff;
	line-height: 1.1;
	text-align: center;
}

.main-menu > li {
	position: relative;
	margin: 0 0 33px;
}

.main-menu > li.hover > a {
	text-shadow: 0 0 0 #fff;
}

.main-menu > li.active > a {
	color: #fff;
	text-shadow: 0 0 0 #fff;
}

.main-menu > li > a {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	position: relative;
	display: inline-block;
	padding: 0 30px 0 42px;
	min-width: 192px;
}

.main-menu > 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: transform .3s ease-in-out, background .3s ease-in-out;
	transition: transform .3s ease-in-out, background .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.main-menu a {
	color: inherit;
	text-decoration: none;
	font-style: normal;
	font-family: "Montserrat", "Century Gothic", "Arial", sans-serif;
}

.main-menu .drop {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, padding .3s ease-in-out, max-height .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, padding .3s ease-in-out, max-height .3s ease-in-out;
	font: 400 14px/1.1 "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	opacity: 0;
	max-height: 0;
	text-transform: capitalize;
	display: block;
	color: #fff;
}

.main-menu .drop ul li {
	margin-bottom: 17px;
}

.main-menu .drop ul li:last-child {
	margin-bottom: 0;
}

.main-menu .drop ul li.active {
	color: #edae36;
}

.main-menu .hover > .drop {
	max-height: 500px;
	z-index: 2;
}

.search-open-btn {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	width: 30px;
	height: 30px;
	color: #edae36;
	text-decoration: none;
	font-size: 0;
	line-height: 0;
	margin: 5px 6px 0 0;
}

.search-open-btn:hover {
	color: #ad7710;
}

.search-open-btn [class^="icon-"] {
	font-size: 27px;
	line-height: 1;
}

.search-close-btn {
	color: #edae36;
	font-family: "Montserrat", "Century Gothic", "Arial", sans-serif;
	font-size: 30px;
	line-height: 1;
	font-weight: 300;
	position: absolute;
	z-index: 99;
	right: 30px;
	top: 94px;
	text-decoration: none;
}

.search-close-btn:hover {
	color: #ad7710;
}

.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(1, 51, 102, .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;
	color: #edae36;
}

.search-active .search {
	opacity: 1;
	visibility: visible;
}

.search input[type=search],
.search input[type=text] {
	border: 1px solid #edae36;
	color: #edae36;
	background: none;
	height: 38px;
	font-size: 16px;
	padding: 8px 52px 9px 8px;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	font-weight: 500;
}

.search input[type=search]::-webkit-input-placeholder,
.search input[type=text]::-webkit-input-placeholder {
	color: #edae36;
}

.search input[type=search]::-moz-placeholder,
.search input[type=text]::-moz-placeholder {
	opacity: 1;
	color: #edae36;
}

.search input[type=search]:-moz-placeholder,
.search input[type=text]:-moz-placeholder {
	color: #edae36;
}

.search input[type=search]:-ms-input-placeholder,
.search input[type=text]:-ms-input-placeholder {
	color: #edae36;
}

.search input[type=search].placeholder,
.search input[type=text].placeholder {
	color: #edae36;
}

.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: 0;
	background: transparent;
	width: 48px;
	font-size: 20px;
	line-height: 1;
	padding: 0 6px;
	color: #edae36;
	border: 1px solid #edae36;
	border-left: none;
}

.search button[type=submit]:hover,
.search input[type=submit]:hover {
	color: #f5d494;
}

.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%;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	top: 6px;
	-webkit-transition: background .3s ease-in-out, top .25s, -webkit-transform .3s ease .3s;
	transition: background .3s ease-in-out, top .25s, -webkit-transform .3s ease .3s;
	transition: background .3s ease-in-out, top .25s, transform .3s ease .3s;
	transition: background .3s ease-in-out, top .25s, transform .3s ease .3s, -webkit-transform .3s ease .3s;
}

.nav-active .nav-opener:before {
	-webkit-transform: rotateZ(45deg) scale(1.05);
	-ms-transform: rotate(45deg) scale(1.05);
	transform: rotateZ(45deg) scale(1.05);
}

.nav-active .nav-opener:after {
	-webkit-transform: rotateZ(-45deg) scale(1.05);
	-ms-transform: rotate(-45deg) scale(1.05);
	transform: rotateZ(-45deg) scale(1.05);
}

.nav-active .subscribe-box {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, height .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, height .3s ease-in-out;
}

.internal-block {
	padding-top:  150px;
	padding-bottom: 100px;
	min-height:  700px;
}

.internal-block > .container {
	padding: 0 20px;
	max-width: 1480px;
}

.internal-block .constrainer {
	max-width: 768px;
	margin: 0 auto;
}

.fb-comments.news-comments {
	display: none;
}

.footer-offices {
	position: relative;
	padding:  20px 0 30px;
}

.office-locations {
	color:  #fff;
}

.office-locations .section-heading {
	margin:  0;
}

.office-locations ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.office-locations ul li {
	display: inline-block;
	padding: 0 25px 15px 25px;
	max-width: 450px;
	vertical-align: top;
	line-height:  1.2rem;
}

.office-locations address {
	font-style: normal;
}

.office-locations ul.sub li {
	display: block;
}

.office-locations .icon {
	font-size:  30px;
	line-height: 2rem;
}

.social-bar {
	padding:  20px 0;
}

.footer-navigation {
	border-top:  1px solid #fff;
	padding:  30px 0 0;
}

.newsblocker:after {
	display: none;
}

.buffer iframe {
	max-width: 100%;
}

.email-overlay {
	line-height:  1.5rem;
	position: fixed;
	padding:  20px 0 10px 20px;
	bottom: -5px;
	right: -5px;
	z-index: 9999;
	color: #fff;
	-webkit-transform: translate(0, 102%);
	-ms-transform: translate(0, 102%);
	transform: translate(0, 102%);
	-webkit-transition: -webkit-transform 1s ease;
	transition: transform 1s ease; 
	width: 470px;
	background-color:  #013365;
	/*background-color: #02629f;
	box-shadow: 0 12px 40px rgb(0 0 0 / 9%);
  background-image: -webkit-linear-gradient(274deg, #02629f 0%, #013366 100%);
  background-image: linear-gradient(176deg, #02629f 0%, #013366 100%);*/
	}

.email-overlay.active {
	-webkit-transform: translate(0, 0%);
	-ms-transform: translate(0, 0%);
	transform: translate(0, 0%); 
}

.email-overlay .closer-btn {
	width: 8px;
	height: 17px;
	position: absolute;
	top: 15px;
	right: 15px;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease; 
}

.email-overlay .closer-btn span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 2px;
	background: #fff;
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg); 
}

.email-overlay .closer-btn span:nth-child(2) {
	-webkit-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	transform: rotate(-40deg); 
}

.email-overlay .closer-btn:hover {
	opacity: 0.5; 
}

.email-overlay a:hover {
	color:  #fff;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .internal-block .constrainer {
      width: 100%;
   }
}

.internal-block .subscribe-section .holder-frame {
	justify-content: flex-end;
	margin-left: auto;
	padding: 0 38px 63px 0;
}

.internal-block .subscribe-box .box-title a {
	font-size: 13px;
    line-height: 14px;
    color: #add7ff;
    text-transform: uppercase;
    letter-spacing: .93px;
    display: block;
    text-decoration: none;
}

.internal-block .subscribe-box:after {
		width: 175px;
		height: 175px;
		margin: 0;
	}

.internal-block .holder-block .text-block h1 {
	text-decoration: none;
	text-transform: capitalize;
	color: #fff;
	font-size: 32px;
}

.internal-block .g-recaptcha {
	padding: 10px 0;
}

/*.footer-in-viewport:not(.nav-active) #header {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.footer-in-viewport:not(.nav-active) .search-active #header {
	-webkit-transform: translateY(0) !important;
	-ms-transform: translateY(0) !important;
	transform: translateY(0) !important;
}*/

#footer {
	box-shadow: 0 12px 40px rgb(0 0 0 / 9%);
  background-image: -webkit-linear-gradient(274deg, #02629f 0%, #013366 100%);
  background-image: linear-gradient(176deg, #02629f 0%, #013366 100%);
	position: relative;
	z-index: 2;
	padding: 40px 0;
}

#footer > .container {
	max-width: 1418px;
}

#footer .logo {
	margin: 0 auto 36px;
	width: 290px;
	display: block;
}

#footer .logo a {
	text-decoration: none;
	display: block;
}

#footer .logo .logo-mage {
	display: block;
}

#footer .logo .logo-mage img {
	width: 100%;
}

#footer .portrait-image {
	position: absolute;
	z-index: -1;
	left: -60px;
	bottom: 0;
	width: 222px;
	height: auto;
}

.social-bar .social-networks li a {
	color: #013365;
	width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
	background: #fff;
}

.social-bar .social-networks li a:hover {
	background: #012848;
	color: #fff;
}

#footer .footer-nav {
	text-shadow: 0 1px 4px rgba(0, 0, 0, .15);
	font-size: 15px;
	text-align: center;
	margin: 0 0 20px;
}

#footer .footer-nav li {
	margin: 0 0 12px;
}

#footer .footer-nav li a {
	color: #fff;
	text-decoration: none;
}

#footer .footer-nav li a:hover {
    text-shadow: 0 0 0 #fff;
}

.address-desc p {
	color:  #edae36;
	font-weight: bold;
	font-size:  14px;
}

#footer .subscribe-box {
	display: none;
}

.subscribe-section {
	margin: 0 0 7px;
}

.subscribe-section.internal {
	background-color: #ffffff;
	padding: 15px 0 40px 0;
}

.subscribe-section .divider {
	display: none;
}

.subscribe-section .social-networks {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px 0;
}

.subscribe-box {
	opacity: 0;
	visibility: hidden;
	height: 0;
}

.internal .subscribe-box {
	opacity: 1;
	visibility: visible;
	height: auto;
	position: absolute;
	z-index: 98;
}

.subscribe-box:before {
	content: "";
	position: absolute;
	left: -35px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	background: #edae36;
	width: 76px;
	height: 76px;
	z-index: -1;
}

.subscribe-box:after {
	content: "";
	position: absolute;
	top: -40px;
	right: -50px;
	background: rgba(65, 130, 194, .49);
	width: 200px;
	height: 200px;
	z-index: -1;
	border-radius: 50%;
	margin: 10px 0 0;
}

.subscribe-box .box-title {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	display: block;
	padding: 38px 15px 11px 45px;
	background: #013366;
	width: 86%;
	font-weight: 400;
}

.subscribe-box .holder-block {
	background: #013366;
	padding: 1px 54px 65px 40px;
	line-height: 20px;
}

.internal-block .subscribe-box .holder-block {
	padding: 16px 22px 51px 40px;
}

.subscribe-box .text-block {
	max-width: 300px;
	margin: -10px 0 0;
}

.subscribe-box .text-block p {
	margin: 0 0 37px;
}

.internal-block .subscribe-box .text-block {
	max-width: none;
}

.subscribe-form .row {
	position: relative;
}

.subscribe-form input[type="email"] {
	background: #fff;
	border: none;
	height: 50px;
	border-radius: 50px;
	width: 100%;
	outline: none;
	font-size: 13px;
	line-height: 16px;
	color: #013366;
	padding: 5px 135px 5px 20px;
	text-overflow: ellipsis;
}

.subscribe-form input[type="email"]::-webkit-input-placeholder {
	color: #013366;
}

.subscribe-form input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #013366;
}

.subscribe-form input[type="email"]:-moz-placeholder {
	color: #013366;
}

.subscribe-form input[type="email"]:-ms-input-placeholder {
	color: #013366;
}

.subscribe-form input[type="email"].placeholder {
	color: #013366;
}

.subscribe-form button[type="submit"] {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	color: #fff;
	border: 1px solid #4182c2;
	border-radius: 50px;
	background: #4182c2;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	outline: none;
	padding: 5px 35px;
	font-size: 11px;
	margin: 0 -2px 0 0;
}

.subscribe-form button[type="submit"]:hover {
	background: #fff;
	color: #4182c2;
}

.intro-section {
	position: relative;
	min-height: 395px;
}

.intro-section .slide {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	min-height: 395px;
}

.intro-gallery .slick-arrow {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	background: rgba(255, 255, 255, .6);
	border: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 0;
	line-height: 0;
	z-index: 10;
	width: 45px;
	height: 70px;
}

.intro-gallery .slick-arrow:before {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	background: #fff;
	border-radius: 50%;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #013366;
	font-size: 12px;
	line-height: 23px;
	text-align: center;
}

.intro-gallery .slick-arrow:hover {
	background: rgba(255, 255, 255, .8);
}

.intro-gallery .slick-arrow:hover:before {
	background: #4182c2;
	color: #fff;
}

.intro-gallery .slick-next {
	left: 0;
}

.intro-gallery .slick-next:before {
	content: "";
	right: 15px;
}

.intro-gallery .slick-prev {
	right: 0;
}

.intro-gallery .slick-prev:before {
	content: "";
	left: 15px;
}

.news-section {
	padding: 30px 0 50px;
}

.news-gallery {
	position: relative;
	margin: 0 0 25px;
}

.news-gallery .slide .news-item {
	margin: 0 auto;
}

.news-gallery .slick-dots {
	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;
	margin: 0 -7px;
	padding: 5px 0 0;
}

.news-gallery .slick-dots li {
	padding: 0 7px;
}

.news-gallery .slick-dots li.slick-active button {
	background: #4182c2;
}

.news-gallery .slick-dots button {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 10px;
	background: #d1dae3;
	border: none;
	outline: none;
	border-radius: 50%;
}

.news-gallery .slick-dots button:hover {
	background: #4182c2;
}

.news-gallery .slick-arrow {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	width: 32px;
	height: 32px;
	background: #9fd8c0;
	color: #fff;
	border: none;
	font-size: 0;
	line-height: 0;
	padding: 0;
	outline: none;
	z-index: 10;
	margin: -12px 0 0;
}

.news-gallery .slick-arrow:before {
	text-align: center;
	line-height: 32px;
	font-size: 16px;
}

.news-gallery .slick-arrow:hover {
	background: #4182c2;
}

.news-gallery .slick-prev {
	left: 0;
}

.news-gallery .slick-prev:before {
	content: "";
}

.news-gallery .slick-next {
	right: 0;
}

.news-gallery .slick-next:before {
	content: "";
}

.news-item {
	border: 1px solid #ccd6e0;
	background: #fff;
	max-width: 370px;
	padding: 25px;
}

.news-item .title {
	display: block;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 27px;
}

.news-item .title a {
	text-decoration: none;
	color: #282a2e;
}

.news-item .title a:hover {
	color: #4182c2;
}

.news-item .info-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 30px;
}

.news-item .info-list li:before {
	content: "|";
	display: inline-block;
	vertical-align: top;
	margin: 0 7px;
}

.news-item .info-list li:first-child:before {
	display: none;
}

.news-item .text-frame {
	font-size: 14px;
	line-height: 24px;
}

.news-item .news-content {
	position: relative;
	padding: 0 0 42px;
}

.news-item .read-more {
	color: #4182c2;
	position: absolute;
	bottom: 0;
	left: 0;
}

.news-item.featured-news {
	display: none;
}

.news-item.featured-news .img-box {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-top: 102%;
}

.services-section {
	padding: 50px 0;
	background-image: -webkit-linear-gradient(top, rgba(65, 130, 194, .11) 0%, rgba(255, 255, 255, .11) 100%);
	background-image: linear-gradient(180deg, rgba(65, 130, 194, .11) 0%, rgba(255, 255, 255, .11) 100%);
}

.services-section > .container {
	max-width: 1440px;
}

.services-block {
	position: relative;
	padding: 0 0 78px;
}

.services-block .section-heading {
	padding: 0 6px 0 6px;
	color: #013366;
	font-size: 15px;
	line-height: 1.7;
	margin: 0 0 32px;
}

.services-block .section-heading h1,
.services-block .section-heading .h1 {
	margin: 0 0 21px;
}

.services-slick {
	overflow: visible !important;
}

.services-slick .slick-list {
	overflow: visible;
}

.services-slick .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.services-slick .slick-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: auto;
}

.services-item-wrap {
	margin: 0 auto;
	width: 60%;
}

.services-item-wrap .column {
	padding: 37px 15px 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.services-item {
	color: #282a2e;
	font-size: 13px;
	line-height: 1.3;
	text-align: center;
	border: 1px solid rgba(204, 214, 224, .37);
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #fff;
}

.services-item a {
	box-shadow: 0 30px 50px rgba(40, 42, 46, .06);
	padding: 34px 10px 34px;
	display: block;
	color: inherit;
	text-decoration: none;
	width: 100%;
}

.services-item .services-item-title {
	display: block;
	width: 100%;
}

.services-item .img-holder {
	min-height: 87px;
	text-align: center;
	margin: 0 0 13px;
}

.services-item .img-holder img {
	display: inline-block;
	vertical-align: top;
}

.testimonials-block {
	padding: 80px 0 28px;
}

.testimonials-block blockquote:after {
	content: "";
	width: 200px;
	height: 200px;
	background: rgba(65, 130, 194, .25);
	position: absolute;
	z-index: -1;
	bottom: 0;
	right: 0;
	border-radius: 50%;
	-webkit-transform: translate(46%, 35%);
	-ms-transform: translate(46%, 35%);
	transform: translate(46%, 35%);
}

.testimonials-collage {
	margin: 0 -18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.testimonials-collage .img-column {
	padding: 0 3px;
	width: 34%;
}

.testimonials-collage .img-column:last-child {
	width: 66%;
}

.testimonials-collage .img-holder {
	margin: 0 0 6px;
}

.testimonials-collage .img-holder img {
	width: 100%;
	height: auto;
}

.testimonials-collage .img-holder.img-decor {
	padding-left: 33px;
	text-align: right;
	width: auto;
}

.testimonials-collage .img-holder.img-decor:before {
	width: 18px;
	height: 18px;
	content: "";
	position: absolute;
	right: 0;
	bottom: -34px;
	background: #edae36;
	border-radius: 50%;
}

#map-section .container {
	max-width: 950px;
	padding: 0 20px;
	margin: 0 auto;
}

#map-section .pin-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px;
	padding: 50px 0 20px;
	list-style: none;
	justify-content: center;
}

#map-section .pin-holder {
	position: relative;
	cursor: pointer;
	margin: 0 0 40px;
}

#map-section .pin-holder:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	border: 1px solid #ecf0f4;
	z-index: 1;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
	box-shadow: 0 30px 50px rgba(40, 42, 46, .1);
}

#map-section .pin-holder.active .pin-item {
	z-index: -1;
}

#map-section .pin-holder .pin-description {
	z-index: 2;
	position: relative;
	padding: 22px 25px 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	min-width: 275px;
}

#map-section .pin-holder .pin-description > * {
	width: 100%;
}

#map-section .pin-holder .pin-description a {
	color: inherit;
	text-decoration: none;
}

#map-section .pin-holder .pin-description a:hover {
	color: #edae36;
}

#map-section .pin-holder .pin-item {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#map-section .pin-holder address {
	line-height: 1.4;
	font-style: normal;
	margin-bottom: 30px;
	color: #68696c;
}

#map-section .pin-holder .address-desc {
	color: #999;
	line-height: 1em;
	font-size: .8em;
}

#map-section .pin-holder .icon {
	font-size: 47px;
	color: #4182c2;
	margin: 0 0 11px;
}

#map-section .pin-holder ul {
	line-height: 1.6;
	font-size: 14px;
}

#map-section .pin-holder .ivon-ok {
	background-color: #9fd8c0;
	border-radius: 50%;
	height: 32px;
	width: 32px;
	position: absolute;
	left: 50%;
	bottom: -25px;
	-webkit-transform: translateX(-50%) scale(0);
	-ms-transform: translateX(-50%) scale(0);
	transform: translateX(-50%) scale(0);
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;
	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;
	color: #fff;
}

#map-section #map {
	height: 471px;
	width: 100%;
}

#map-section .map-wrapper {
	position: relative;
	min-height: 550px;
}

#map-section .map-canvas {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
}

[title="coustom-marker"] {
	opacity: 1 !important;
	overflow: inherit !important;
	border-radius: 50%;
}

[title="coustom-marker"].active::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: transparent;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-sizing: content-box;
	-webkit-animation: pin-animation 2s infinite ease-in;
	animation: pin-animation 2s infinite ease-in;
}

[title="coustom-marker"].active::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-sizing: content-box;
	-webkit-animation: pin-animation 2s 1s infinite ease-in;
	animation: pin-animation 2s 1s infinite ease-in;
}

@media (min-width: 768px) {
	h1,
	.h1 {
		font-size: 26px;
	}

	h2,
	.h2 {
		line-height: 1.44;
		font-size: 20px;
	}

	h3,
	.h3 {
		font-size: 20px;
	}

	h5,
	.h5 {
		margin: 0 0 12px;
	}

	.section-heading {
		margin: 0 0 40px;
	}

	.section-heading .subtitle {
		font-size: 13px;
		line-height: 14px;
		margin: 0 0 16px;
	}

	blockquote {
		font-size: 18px;
	}

	blockquote:before {
		font-size: 190px;
		top: 5px;
		left: 10px;
	}

	#header > .container {
		padding: 0 20px;
	}

	#header .holder {
		margin: 0;
		width: calc(100% - 264px);
	}

	.search input[type=search],
	.search input[type=text] {
		height: 50px;
	}

	#footer {
		padding: 0px 0 20px;
	}

	#footer .logo {
		margin: 0 0 27px;
		width: 253px;
	}

	.social-bar .footer-meta {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 11px;
		width: auto;
		margin: 0 -12px;
	}

	#footer .footer-nav li {
		display: inline-block;
		margin:  0 10px;
	}

	.social-bar .holder-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;
		position: relative;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#footer .footer-holder {
		padding-left: 158px;
	}

	.subscribe-section {
		margin: -124px 0 51px;
		position: relative;
		z-index: 12;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.internal .subscribe-section {
		margin: -124px 0 0;
	}

	.subscribe-section .holder-frame {
		width: 32%;
		padding: 0 0 65px 15px;
	}

	.subscribe-section .subscribe-box {
		width: 68%;
	}

	.subscribe-section .social-networks {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding: 0;
	}

	.subscribe-box {
		opacity: 1;
		visibility: visible;
		height: auto;
		position: relative;
		color: #fff;
		max-width: 495px;
		display: block;
	}

	.internal-block .subscribe-box {
		position: absolute;
		top: -123px;
	}

	.subscribe-box .box-title {
		padding: 29px 15px 20px 45px;
	}

	.internal .subscribe-box .box-title {
		padding: 49px 15px 0 45px;
	}

	.subscribe-box .text-block {
		padding: 0 0 0 5px;
	}

	.subscribe-form button[type="submit"] {
		font-size: 13px;
	}

	.intro-section {
		min-height: 470px;
	}

	.intro-section .slide {
		min-height: 470px;
	}

	.internal .intro-section {
		min-height: 600px;
	}

	.internal .intro-section .slide {
		min-height: 600px;
	}

	.intro-gallery .slick-arrow {
		width: 45px;
		height: 70px;
		top: 44%;
	}

	.news-section {
		padding: 40px 0 100px;
	}

	.news-gallery {
		margin: 0 -180px 25px;
	}

	.news-gallery .slide {
		padding: 0 15px;
	}

	.news-gallery .slide:first-child {
		display: none;
	}

	.news-gallery .slick-dots {
		padding: 14px 0 0;
	}

	.news-item.featured-news {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 1017px;
		margin: 0 auto 60px;
		box-shadow: 0 30px 50px rgba(40, 42, 46, .1);
	}

	.news-item.featured-news .title {
		line-height: 26px;
		margin: 0 0 14px;
	}

	.news-item.featured-news .image-block {
		width: 47%;
	}

	.news-item.featured-news .news-content {
		width: 53%;
		padding: 15px 15px 42px 15px;
	}

	.news-item.featured-news .read-more {
		bottom: 5px;
		left: 14px;
	}

	.services-section {
		padding: 97px 0 53px;
	}

	.services-block {
		padding: 0 0 60px;
	}

	.services-block .section-heading {
		padding: 0 229px 1px 14px;
		font-size: 16px;
	}

	.services-block .section-heading h1,
	.services-block .section-heading .h1 {
		margin: 0 0 18px;
	}

	.services-item-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0;
		width: auto;
	}

	.services-item-wrap .column {
		width: 25%;
		padding: 0 15px 24px;
	}

	.services-item {
		font-size: 13px;
	}

	.testimonials-block blockquote {
		text-align: left;
		width: 645px;
		padding: 60px 65px 46px 29px;
		margin-top: -57px;
	}

	.testimonials-block blockquote:after {
		-webkit-transform: translate(26%, 35%);
		-ms-transform: translate(26%, 35%);
		transform: translate(26%, 35%);
	}

	.testimonials-collage {
		margin: 0 18px;
	}

	.testimonials-collage .img-column {
		padding: 0 5px;
	}

	.testimonials-collage .img-holder {
		margin: 0 0 10px;
	}

	.testimonials-collage .img-holder.img-decor {
		padding-left: 58px;
	}

	.testimonials-collage .img-holder.img-decor:before {
		left: 22px;
		right: auto;
		bottom: auto;
		top: 8px;
	}

	.location-section .section-heading {
		margin: 0 0 30px;
	}

	#map-section .pin-holder {
		width: 33.33%;
		margin: 0;
	}

	#map-section .pin-holder:before {
		box-shadow: none;
	}

	#map-section .pin-holder.active {
		z-index: 10;
	}

	#map-section .pin-holder.active .pin-description {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	#map-section .pin-holder.active:before {
		top: -38px;
		bottom: -80px;
		box-shadow: 0 30px 50px rgba(40, 42, 46, .1);
		left: -17px;
		right: -17px;
	}

	#map-section .pin-holder.active .ivon-ok {
		-webkit-transform: translateX(-50%) scale(1);
		-ms-transform: translateX(-50%) scale(1);
		transform: translateX(-50%) scale(1);
		opacity: 1;
		bottom: -67px;
	}

	#map-section .pin-holder .pin-description {
		height: 100%;
		opacity: .33;
		-webkit-transition: .3s;
		transition: .3s;
		min-width: auto;
		padding: 2px 25px 17px;
	}

	#map-section .pin-holder .icon {
		margin: 0;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.nav-active .main-menu {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	#footer .social-networks {
		position: absolute;
		top: -65px;
		right: 15px;
	}

	.internal-block .subscribe-box {
		position: absolute;
		top: -115px;
	}

	.internal-block .subscribe-box:after {
		width: 150px;
		height: 150px;
	}
}

@media (min-width: 1024px) {
	h1,
	.h1 {
		font-size: 36px;
	}

	h2,
	.h2 {
		line-height: 1.2;
		font-size: 23px;
	}

	h5,
	.h5 {
		margin: 0 0 15px;
	}

	.btn, #aspnetForm input[type="submit"] {
		font-size: 13px;
		line-height: 16px;
		padding: 17px 31px;
	}

	.section-heading {
		margin: 0 0 122px;
	}

	.section-heading .subtitle {
		margin: 0 0 10px;
	}

	blockquote {
		font-size: 20px;
		line-height: 1.65;
	}

	blockquote:before {
		top: 8px;
		left: 24px;
	}

	blockquote p {
		margin: 0 0 10px;
	}

	#header .holder {
		width: calc(100% - 425px);
	}

	#header .logo .logo-wrap {
		width: 317px;
	}

	#header .logo .hero-img {
		width: 91px;
		height: 91px;
		margin-right: 17px;
	}

	.header-holder {
		padding: 2px 12px 7px;
	}

	.nav-open-btn {
		display: none;
	}

	.nav-close-btn {
		display: none;
	}

	.search-active .nav-drop {
		visibility: visible;
	}

	.main-menu {
		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;
	}

	.main-menu > li {
		margin: 0;
		padding: 0 10px;
	}

	.main-menu > li:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		background: #4182c2;
		width: 2px;
		opacity: .3;
	}

	.main-menu > li:first-child:before {
		display: none;
	}

	.main-menu > li:last-child:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		background: #4182c2;
		width: 2px;
		opacity: .3;
	}

	.main-menu > li > a {
		vertical-align: top;
		padding: 0;
		min-width: auto;
	}

	.main-menu .drop {
		opacity: 1;
		position: absolute;
		top: 57px;
		left: 0;
		width: 198px;
		max-height: none;
		display: none;
		text-align: left;
		color: #fff;
		background-color: rgba(1, 51, 102, .8);
		padding: 21px 16px 15px;
	}

	.main-menu .drop:before {
		content: "";
		width: 100%;
		position: absolute;
		top: -42px;
		left: 0;
		height: 42px;
	}

	.main-menu .drop ul li.active {
		color: #4182c2;
	}

	.main-menu .drop ul a:hover {
		text-shadow: 0 0 0 #fff;
	}

	.is-touch-device .main-menu .hover > .drop {
		display: block;
	}

	.search-open-btn {
		margin: 0 2px 0 2px;
	}

	.search-close-btn {
		top: 124px;
	}

	.search input[type=search],
	.search input[type=text] {
		padding: 8px 20px 8px 8px;
	}

	.search form {
		max-width: 700px;
	}

	#footer {
		padding: 0px 0 32px;
	}

	#footer .logo {
		width: 352px;
		margin: 0 0 30px;
	}

	#footer .portrait-image {
		width: 292px;
	}

	#footer .social-networks {
		margin: 0 0 0 22px;
	}

	#footer .footer-nav {
		font-size: 15px;
		width: auto;
	}

	#footer .subscribe-box {
		position: absolute;
		right: 80px;
		bottom: 100%;
		margin: 0 0 -34px;
		z-index: 10;
		width: 100%;
		display: block;
	}

	#footer .footer-holder {
		padding-left: 220px;
	}

	.subscribe-section {
		margin: -147px 0 75px;
	}


	.internal .subscribe-section {
		margin: -147px 0 0;
	}

	.subscribe-section .holder-frame {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 50%;
		padding: 0 0 63px 38px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.subscribe-section .divider {
		display: inline-block;
		vertical-align: middle;
		height: 1px;
		background: rgba(1, 51, 102, .2);
		margin: 0 15px;
		width: 130px;
	}

	.subscribe-section .subscribe-box {
		width: 50%;
	}

	.subscribe-box .box-title {
		font-size: 24px;
		line-height: 26px;
		padding: 53px 15px 5px 45px;
	}

	.subscribe-box .holder-block {
		padding: 5px 54px 32px 40px;
	}

	.subscribe-box .text-block {
		margin: 0 0 0 3px;
		padding: 0;
	}

	.intro-section {
		min-height: 600px;
	}

	.intro-section .slide {
		min-height: 600px;
	}

	.internal .intro-section {
		min-height: 759px;
	}

	.internal .intro-section .slide {
		min-height: 759px;
	}

	.intro-gallery .slick-arrow {
		width: 70px;
		height: 100px;
		top: 50%;
	}

	.intro-gallery .slick-arrow:before {
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 15px;
	}

	.intro-gallery .slick-next:before {
		right: 10px;
	}

	.intro-gallery .slick-prev:before {
		left: 10px;
	}

	.news-section {
		padding: 50px 0 130px;
	}

	.news-gallery {
		margin: 0;
		padding: 0 45px;
	}

	.news-gallery .slick-dots {
		padding: 22px 0 38px;
	}

	.news-gallery .slick-arrow {
		margin: -42px 0 0;
	}

	.news-gallery .slick-prev {
		left: 10px;
	}

	.news-gallery .slick-next {
		right: 10px;
	}

	.news-item {
		padding: 43px 30px;
	}

	.news-item .title {
		margin: 0 0 15px;
	}

	.news-item .info-list {
		margin: 0 0 38px;
	}

	.news-item .text-frame {
		line-height: 25px;
	}

	.news-item.featured-news {
		margin: 0 auto 143px;
	}

	.news-item.featured-news .title {
		font-size: 20px;
		line-height: 28px;
		margin: 0 0 18px;
	}

	.news-item.featured-news .news-content,
	.news-item.featured-news .image-block {
		width: 50%;
	}

	.news-item.featured-news .news-content {
		padding: 0 30px 42px 45px;
	}

	.news-item.featured-news .img-box {
		margin: -89px -75px -88px 53px;
		padding-top: 108%;
	}

	.news-item.featured-news .read-more {
		font-size: 15px;
		left: 42px;
		bottom: 17px;
	}

	.news-item.featured-news .info-list {
		margin: 0 0 48px;
	}

	.services-section {
		padding: 119px 0 226px;
	}

	.services-block {
		padding: 0 0 84px;
	}

	.services-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.services-block .col {
		width: 42%;
	}

	.services-block .col:last-child {
		width: 58%;
	}

	.services-block .section-heading {
		padding: 0 80px 34px 14px;
		font-size: 18px;
	}

	.services-block .section-heading h1,
	.services-block .section-heading .h1 {
		margin: 0 0 33px;
	}

	.services-block .section-heading p {
		margin: 0 0 54px;
	}

	.services-item-wrap .column {
		width: 33.33%;
		padding: 0 15px 30px;
	}

	.services-item {
		font-size: 15px;
	}

	.services-item a {
		padding: 34px 10px 50px;
	}

	.services-item a:hover {
		box-shadow: 0 10px 10px rgba(40, 42, 46, .1);
	}

	.services-item .img-holder {
		min-height: 98px;
	}

	.testimonials-block {
		padding: 85px 0 28px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.testimonials-block blockquote {
		padding: 60px 25px 53px 29px;
		margin: 0 0 -53px -87px;
	}

	.testimonials-collage {
		margin: 0;
		width: 40%;
		position: relative;
	}

	.testimonials-collage .img-column {
		width: 33%;
	}

	.testimonials-collage .img-column:last-child {
		width: 67%;
	}

	.testimonials-collage .img-holder.img-decor:before {
		left: auto;
		right: -24px;
		top: 208px;
	}

	.location-section .section-heading {
		margin: 0 0 45px;
	}

	#map-section .pin-holder {
		padding: 0 20px;
	}

	#map-section .pin-holder:before {
		left: 20px;
		right: 20px;
	}

	#map-section .pin-holder.active:before {
		left: 20px;
		right: 20px;
	}

	#map-section .pin-holder address {
		margin: 0 0 21px;
	}

	#map-section .pin-holder .icon {
		margin-bottom: 4px;
	}

	#map-section #map {
		height: 675px;
	}
}

@media (min-width: 1024px) and (max-width: 1130px) {
	.main-menu {
		font: 400 14px/1.1 "Montserrat", "Century Gothic", "Arial", sans-serif;
	}

	.main-menu > li {
		padding: 0 8px;
	}
}

@media (min-width: 1200px) {
	#footer .footer-nav {
		margin: 0 -22px;
	}

	#footer .footer-nav li {
		margin: 0 22px;
	}

	#footer .subscribe-box {
		margin: 0 0 -60px;
	}

	.intro-gallery .slick-arrow {
		width: 150px;
	}

	.services-item-wrap .column {
		width: 25%;
	}

	.testimonials-block blockquote {
		padding: 60px 57px 53px 61px;
		width: 50%;
		max-width: 725px;
	}

	.testimonials-collage {
		width: 50%;
	}
}

@media (min-width: 1330px) {
	.main-menu {
		margin-right: 12px;
	}

	.main-menu > li {
		padding: 0 24px;
	}
}

@media (min-width: 1440px) {
	#footer .portrait-image {
		max-width: 275px;
		width: 24%;
		left: 8px;
	}

	#footer .footer-holder {
		padding-left: 315px;
	}

	.news-gallery {
		margin: 0 -52px;
	}
}

@media (min-width: 1550px) {
	.subscribe-section .subscribe-box {
		margin: 0 0 0 -43px;
	}
	.internal-block .subscribe-section .subscribe-box {
		margin: 0;
	}
}

@media (max-width: 1023px) {
	#header .inner {
		overflow-y: auto;
		height: 100%;
	}

	.nav-drop {
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		height: calc(100vh - 81px);
		padding: 20px 24px 30px;
		background: #013366;
		position: absolute;
		z-index: 99;
		top: 81px;
		opacity: 0;
		visibility: hidden;
		left: auto;
		right: 0;
		width: 400px;
	}

	.main-menu > li.hover .has-drop-down-a:after {
		-webkit-transform: translateY(-50%) rotate(180deg);
		-ms-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg);
	}

	.main-menu > li > a.has-drop-down-a:after {
		content: "";
		position: absolute;
		top: 50%;
		font-size: 14px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 0;
	}

	.main-menu .drop {
		visibility: hidden;
	}

	.main-menu .hover > .drop {
		padding: 27px 0 0;
		visibility: visible;
		opacity: 1;
	}

	.nav-active .nav-drop {
		opacity: 1;
		visibility: visible;
	}

	.subscribe-section .holder-frame .text-info {
		display: none;
	}

	.news-item.featured-news {
		padding: 20px 15px;
	}

	.services-block .section-heading .btn {
		position: absolute;
		left: 50%;
		bottom: 0;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.testimonials-collage .img-holder.img-decor {
		position: relative;
	}
}

@media (max-width: 767px) {
	#header {
		background: #013366;
	}

	#header .holder > .search {
		display: none;
	}

	.nav-drop {
		height: calc(100vh - 50px);
		left: 0;
		width: auto;
		padding-bottom: 248px;
	}

	.main-menu > li.hover.has-drop-down {
		margin-bottom: 25px;
	}

	.nav-bar {
		overflow: hidden;
	}

	.search button[type=submit],
	.search input[type=submit] {
		position: absolute;
		right: 0;
		bottom: 0;
		top: 0;
		border-left: 1px solid #edae36;
	}

	.search .search-wrap {
		position: relative;
	}

	.nav-active .subscribe-box {
		display: block;
		position: fixed;
		z-index: 99;
		left: 0;
		right: 0;
		bottom: 0;
		color: #fff;
		opacity: 1;
		visibility: visible;
		height: 226px;
	}

	.nav-active .subscribe-box .holder-block {
		padding: 0 20px 9vw 20px;
		background: #002851;
	}

	.nav-active .subscribe-box .box-title {
		background: #002851;
		padding: 38px 15px 11px 30px;
		font-size: 18px;
		font-weight: normal;
		width: 100%;
	}

	.nav-active .subscribe-box .text-block {
		margin: -2px 0 0;
		padding-left: 12px;
	}

	.nav-active .subscribe-box .text-block p {
		margin: 0 0 30px;
	}

	.internal .subscribe-box {
		top: 300px;
		left: 0;
		width: 100%;
		z-index: 98;
	}

	.internal .subscribe-box:before {
		content: none;
	}

	.internal-block .subscribe-section .holder-frame {
		padding: 63px 38px 0 0;
	}

	#footer .portrait-image {
		display: none;
	}

	.social-bar .footer-meta {
		text-align: center;
		margin:  0 0 20px;
	}

	.social-bar .social-networks {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	#map-section .pin-wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-width: 340px;
		padding: 0 0 38px;
		margin: 0 auto;
	}

	#map-section .pin-holder.order-1 {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.map-wrapper {
		display: none;
	}
}

@media (max-width: 767px) and (max-width: 767px) {
	.nav-active .subscribe-box:before {
		display: none;
	}

	.nav-active .subscribe-box:after {
		display: none;
	}
}

@media (max-width: 560px) {
  #live .live-holder {
  	display: inline-block;
  }
  #live h1 {
    font-size: 28px;
    line-height: 30px;
  }
	.internal-block .holder-block .text-block h1 {
		font-size: 28px;
	}
	.internal-block .subscribe-box .holder-block {
	padding: 16px 22px 31px 40px;
	}
}

@media (max-width: 374px) {
	#header .logo .logo-wrap {
		width: 160px;
	}
}

@-webkit-keyframes pin-animation {
	0% {
		box-shadow: 0 0 0 0 rgba(65, 130, 194, .18);
	}

	90% {
		box-shadow: 0 0 0 27px rgba(65, 130, 194, .05);
	}

	100% {
		box-shadow: 0 0 0 30px rgba(65, 130, 194, 0);
	}
}

@keyframes pin-animation {
	0% {
		box-shadow: 0 0 0 0 rgba(65, 130, 194, .18);
	}

	90% {
		box-shadow: 0 0 0 27px rgba(65, 130, 194, .05);
	}

	100% {
		box-shadow: 0 0 0 30px rgba(65, 130, 194, 0);
	}
}

