/*! 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;
}


/* Popup Design */ 
#modal {
  margin:0;
  padding:0;
  background:#fff url(/images/popupbg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 600px;
  height: 394px;
  border: 10px solid #815141;
  font: 300 24px/1 "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}

#modal input {
	border: 1px solid #ccc;
	padding: 10px;
	height:48px;
	margin-bottom: 5px;
	font-size: 14px;
	min-width: 280px;
	float:left;
}

#modal button {
	background: #017CAD;
	border: none;
	padding: 10px 20px;
	float:left;
	height:48px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}

#modal h1 {
	color:#fff;
}

#modal p {
	color:#fff;
	font-size: 20px;
  line-height: 22px;
  margin: 20px 0;
}

#modal .signup-form input {
   margin: 0 0 20px;
}

#modal .social-networks {
	padding: 0;
	margin: 35px 0 0;
	font-size: 30px;
}

#modal .social-networks li {
	margin: 0 5px 0 0;
}

#modal .social-networks li a {
	color:#fff;
}

#modal .social-networks li a:hover {
	color: #017CAD;
}

.closer { 
  position: absolute;
  top: -35px;
 	right: 0px;
 	color: #fff;
 	font-size: 30px;
 	font-weight: 600;
}
  
.closer:hover {
  color: #017CAD;
}

#all
{
  padding: 40px;
  color: #fff;
  text-align:left;
  position: relative;
}

#all .text {
	margin: 35px 0 0;
	max-width: 450px;
}

.subhead-titler {
	font-size: 20px;
	font-style: italic;
}


/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*td,
th {
	padding: 0;
}*/

.main-nav,
.main-nav .drop,
.social-networks,
.footer-list,
.intro-item .info-list,
.instagram-section .item-list,
.survey-block .survey-form .check-list,
.news-block .news-list,
.statistic-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#header .holder:after,
.nav-drop:after,
.statistic-item:after,
.content-section: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: #474241;
	background: #fff;
	font: 16px/1.44 "Crimson Text", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.twitter-link {
	display: none
}

.twitter-link.unhidden {
	display: inline;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 36px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 18px;
}

h4,
.h4 {
	font-size: 20px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #017CAD;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #474241;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

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: #474241;
}

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: #474241;
}

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: #474241;
}

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: #474241;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #474241;
}

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;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?xp5cnh');
  src:  url('../fonts/icomoon.eot?xp5cnh#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?xp5cnh') format('truetype'),
    url('../fonts/icomoon.woff?xp5cnh') format('woff'),
    url('../fonts/icomoon.svg?xp5cnh#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], 
[class*=" icon-"],
.slick-arrow:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-clock:before {
  content: "\e900";
}
.icon-chat:before {
  content: "\e901";
}
.icon-arrow-r-rounded:before {
  content: "\e902";
}
.icon-checked:before {
  content: "\e903";
}
.icon-facebook-letter:before {
  content: "\e904";
}
.icon-facebook:before {
  content: "\e905";
}
.icon-instagram:before {
  content: "\e906";
}
.icon-long-arrow-right:before {
  content: "\e907";
}
.icon-mail:before {
  content: "\e908";
}
.icon-search:before {
  content: "\e909";
}
.icon-twitter:before {
  content: "\e90a";
}
.icon-youtube:before {
  content: "\e90b";
}
.icon-arrow-l-rounded:before {
  content: "\e90c";
}

/*Accessible slick*/
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{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}

.slick-autoplay-toggle-button {
	background-color: initial;
	border: none;
	position: absolute;
  bottom: -2rem;
  font-size: 1rem;
  left: 50%;
  transform: translateX(-50%);
}

/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir="rtl"] .slick-next:before {
	content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: .75;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 12px 0 16px;
	background: #efefef;
}

#header .holder {
	padding: 0 30px;
	margin: 0 auto;
}

.logo {
	width: 243px;
	float: left;
}

.logo a {
	display: block;
}

.logo img {
	display: block;
	width: 100%;
}

.nav-opener {
	width: 30px;
	height: 20px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
	z-index: 998;
	margin-top: -4px;
	font-size: 0;
	line-height: 0;
}

.nav-opener span {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: #22427b;
	border-radius: 1px;
}

.nav-opener span:nth-child(2) {
	top: 9px;
}

.nav-opener span:nth-child(3) {
	top: 17px;
}

.nav-opener.nav-close {
	width: 37px;
	height: 32px;
	position: absolute;
	top: 26px;
	right: 13px;
	border: none;
	background: none;
}

.nav-opener.nav-close:hover {
	opacity: .6;
}

.nav-opener.nav-close:before,
.nav-opener.nav-close:after {
	width: 33px;
	height: 2px;
	content: "";
	position: absolute;
	top: 14px;
	left: auto;
	right: 0;
	background: #474241;
	-webkit-transform: rotate(-55deg);
	-ms-transform: rotate(-55deg);
	transform: rotate(-55deg);
}

.nav-opener.nav-close:before {
	-webkit-transform: rotate(55deg);
	-ms-transform: rotate(55deg);
	transform: rotate(55deg);
}

.nav-opener.nav-close span {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	width: auto;
	height: auto;
	background: none;
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.nav-drop {
	text-align: center;
}

.links-block {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out;
	-webkit-transition: top .3s ease-in-out;
	transition: top .3s ease-in-out;
}

.main-nav {
	font: 900 36px/40px "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.main-nav > li {
	position: relative;
	margin: 0 0 15px;
}

.main-nav > li.active > a {
	color: #017CAD;
}

.main-nav > li.active > a.has-drop-down-a:before,
.main-nav > li.active > a.has-drop-down-a:after {
	background: #017CAD;
}

.main-nav > li.active .drop {
	opacity: 1 !important;
	visibility: visible;
	display: block !important;
}

.main-nav > li.hover > .has-drop-down-a:after {
	-webkit-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
}

.main-nav > li.hover .drop {
	max-height: 4000px;
}

.is-touch-device .main-nav > li.hover .drop {
	display: block;
	visibility: visible;
	opacity: 1;
}

.main-nav > li:last-child .drop {
	left: auto;
	right: 0;
}

.main-nav > li > a {
	position: relative;
	color: #474241;
	display: inline-block;
	vertical-align: top;
}

.main-nav > li > a.has-drop-down-a:before,
.main-nav > li > a.has-drop-down-a:after {
	-webkit-transition: background .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: background .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: background .3s ease-in-out, transform .3s ease-in-out;
	transition: background .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	width: 18px;
	height: 6px;
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #474241;
	margin: 0 0 0 9px;
}

.main-nav > li > a.has-drop-down-a:after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.main-nav .drop {
	position: relative;
	z-index: 2;
	max-height: 0;
	font: 18px/1.2 "Crimson Text", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.main-nav .drop:before {
	content: "";
	position: absolute;
	top: -14px;
	left: 0;
	height: 35px;
	width: 217px;
	z-index: -1;
}

.main-nav .drop li {
	margin-bottom: 11px;
}

.main-nav .drop li.active a {
	color: #017CAD;
}

.main-nav .drop a {
	color: #333;
}

.is-touch-device .main-nav .drop {
	visibility: hidden;
	opacity: 0;
}

.social-networks {
	margin: 0;
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
}

.social-networks li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
}

.social-networks a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
	color: #474241;
	display: block;
	position: relative;
}

.search-tool {
	display: inline-block;
	vertical-align: middle;
	margin: 0 19px 0 0;
}

.search-tool .search-opener:not(.close-link) {
	color: #474241;
	font-size: 20px;
	line-height: 1;
	font-weight: 900;
	display: block;
	width: 24px;
	position: relative;
	z-index: 4;
}

.search-tool .search-slide {
	-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;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 999;
	background: rgba(34, 66, 123, .9);
	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;
	opacity: 0;
	visibility: hidden;
}

.search-active .search-tool .search-slide {
	opacity: 1;
	visibility: visible;
}

.search-tool form {
	width: 90vw;
	position: relative;
}

.search-tool input[type="search"] {
	background-color: transparent;
	border: 0;
	border-bottom: 2px solid #fff;
	width: 100%;
	height: 48px;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	padding: 10px 82px 10px 0;
}

.search-tool input[type="search"]::-webkit-input-placeholder {
	color: #fff;
}

.search-tool input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.search-tool input[type="search"]:-moz-placeholder {
	color: #fff;
}

.search-tool input[type="search"]:-ms-input-placeholder {
	color: #fff;
}

.search-tool input[type="search"].placeholder {
	color: #fff;
}

.search-tool button[type="submit"] {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	background-color: transparent;
	color: #fff;
	border: 0;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 24px;
	line-height: 1;
}

.search-tool button[type="submit"]:focus,
.search-tool button[type="submit"]:hover {
	opacity: .8;
}

.close-link {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	width: 37px;
	height: 32px;
	position: absolute;
	top: 24px;
	right: 22px;
	border: none;
	background: none;
	color: #fff;
	text-decoration: none;
	padding: 0;
}

.close-link:focus,
.close-link:hover {
	opacity: .6;
	outline: none;
}

.close-link:before,
.close-link:after {
	width: 33px;
	height: 2px;
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	background: #fff;
	-webkit-transform: rotate(-55deg);
	-ms-transform: rotate(-55deg);
	transform: rotate(-55deg);
}

.close-link:before {
	-webkit-transform: rotate(55deg);
	-ms-transform: rotate(55deg);
	transform: rotate(55deg);
}

.close-link span {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	width: auto;
	height: auto;
	background: none;
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

#wrapper {
	overflow: hidden;
	position: relative;
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #003d67;
	outline: none;
}

.container {
	max-width: 680px;
	padding: 0 25px;
	margin: 0 auto;
}

.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;
}

h3,
.h3,
h2,
.h2,
h1,
.h1 {
	display: block;
	font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

h1,
.h1 {
	line-height: 1.2;
	margin-bottom: 40px;
}

h2,
.h2 {
	line-height: 1.2;
	letter-spacing: .5px;
	position: relative;
	margin-bottom: 36px;
	font-weight: 400;
	text-transform: capitalize;
	word-spacing: 1px;
}

h2 strong,
.h2 strong {
	font-weight: 900;
}

h3,
.h3 {
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 11px;
}

h4,
.h4 {
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	margin-bottom: 11px;
}

.text-center {
	text-align: center;
}

.section-heading {
	overflow: hidden;
}

.section-heading h2 {
	display: inline-block;
	vertical-align: top;
}

.section-heading h2 strong {
	font-weight: 700;
}

.custom-checkbox input {
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	width: 0;
}

.custom-checkbox input:checked ~ .fake-input {
	background: #fff;
}

.custom-checkbox .fake-input {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 0;
	width: 16px;
	height: 16px;
	border: 2px solid #fff;
	border-radius: 3px;
}

.custom-checkbox .fake-label {
	display: inline-block;
	vertical-align: top;
	line-height: 16px;
}

.hero-section {
	min-height: 520px;
	background-size: cover;
	background-position: 0% 100%;
	background-repeat: no-repeat;
	position: relative;
}

.hero-section .section-heading {
	display: block;
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
}

.hero-section .section-heading h1 {
	text-align: center;
	margin: 0 auto;
	text-transform: capitalize;
	font-size: 50px;
	padding: 10px 0;
}

.hero-section .section-heading h1 a {
	color: #fff;
	pointer-events: none;
  	cursor: default;
  	background: rgba(34, 66, 123, 0.8);
  	padding: 30px;
}

.breadcrumbs {
	background: #f0f0f0;
	padding: 12px 0;
	color: #6c6d70;
	font-size: 14px;
	text-transform: capitalize;
}

.breadcrumbs a {
	text-decoration: none;
	color: #6c6d70;
}

.breadcrumbs .current {
	font-weight:bold;
}

.content-section .container,
.breadcrumbs .container {
	max-width: 100%;
}

.content-section {
	padding: 40px 0;
}

.content-section h2 {
	font-size: 45px;
	font-weight: 700;
	margin: 0 0 20px;
}

.instagram-list {
	padding: 0;
	margin: 0;
}

.instagram-list li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    width: 33.33%;
    padding: 0 15px 15px 0px;
}

.instagram-list .img-block {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    min-height: 270px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.instagram-list img {
    display: block;
    width: 100%;
}

.instagram-list .img-block:before {
	-webkit-transition: top .3s ease-in-out, left .3s ease-in-out, bottom .3s ease-in-out, right .3s ease-in-out, opacity .3s ease-in-out;
	transition: top .3s ease-in-out, left .3s ease-in-out, bottom .3s ease-in-out, right .3s ease-in-out, opacity .3s ease-in-out;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	right: 50%;
	bottom: 50%;
	background: rgba(0, 61, 103, .8);
	opacity: 0;
}

.instagram-list .img-block:hover:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
}

.instagram-list .img-block:hover .plus {
	opacity: 1;
}

.instagram-list .img-block .plus {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	opacity: 0;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
}

.instagram-list .img-block .plus:before,
.instagram-list .img-block .plus:after {
	content: "";
	background: #fff;
	position: absolute;
}

.instagram-list .img-block .plus:before {
	top: 0;
	bottom: 0;
	width: 3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.instagram-list .img-block .plus:after {
	left: 0;
	right: 0;
	height: 3px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.insta-btn {
	margin: 0 auto;
    text-align: center;
    display: block !important;
    max-width: 320px;
}

.main-col,
.sidebar {
	float:left;
}

.main-col {
	width: 72%;
	padding: 0 40px 0 0;
}

.sidebar {
	width: 28%;
}

.sidebar .block-wrap .block {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 20% 50%;
    padding: 60px 30px;
    margin: 0 0 20px;
}

.sidebar .block-wrap label,
.sidebar .block-wrap .help-title {
    font: bold 22px/24px "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    display: block;
    margin: 0 0 5px;
}

.sidebar .block-wrap .help-title { 
	font-size: 28px;
	line-height: 34px;
	color: #22427b;
}

.sidebar .block-wrap .help-title:hover { 
	color: #017CAD;
}


.sidebar .subscribe-form .input-wrap {
    position: relative;
}

.sidebar .subscribe-form input[type="email"] {
    border: none;
    font-size: 15px;
    line-height: 16px;
    height: 33px;
    outline: none;
    width: 100%;
    padding: .4em 2.7em .4em .7em;
}

.sidebar .subscribe-form button[type="submit"] {
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: none;
    background: #017CAD;
    color: #fff;
}

.sidebar .nav-wrap {
	background: #efefef;
	padding: 20px 0;
	margin: 0 0 20px;
}


.sidebar .nav-wrap h3 {
	color: #22427b;
	padding: 0 0 0 20px;
	font-size: 32px;
}

.sidebar .nav-wrap ul {
	padding:0;
	margin: 0;
}

.sidebar .nav-wrap ul li {
    list-style-type: none;
    padding: 0;
}

.sidebar .nav-wrap ul li a {
    text-decoration: none;
    color: #474241;
    width: 100%;
    display: block;
    padding: 5px 30px;
    font-size: 16px;
    -webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-decoration: none;
}

.sidebar .nav-wrap ul li a:hover {
	background: #017CAD;
	color: #fff;
}

#newsfilterlist .filter {
	vertical-align: middle;
}

#newsfilterlist li {
	vertical-align: top;
}

#footer {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 18px;
	padding: 89px 0 71px;
	background-color: #22427b;
}

#footer:after {
	content: "";
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, .01) 12%, rgba(0, 0, 0, .06) 23%, rgba(0, 0, 0, .21) 35%, rgba(0, 0, 0, .44) 49%, rgba(0, 0, 0, .54) 58%, rgba(0, 0, 0, .56) 61%, rgba(0, 0, 0, .61) 79%, rgba(0, 0, 0, .62) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, .01) 12%, rgba(0, 0, 0, .06) 23%, rgba(0, 0, 0, .21) 35%, rgba(0, 0, 0, .44) 49%, rgba(0, 0, 0, .54) 58%, rgba(0, 0, 0, .56) 61%, rgba(0, 0, 0, .61) 79%, rgba(0, 0, 0, .62) 100%);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: -1;
}

#footer .section-heading {
	margin: 0 0 30px;
}

#footer .section-heading h2 {
	margin-bottom: 10px;
}

#footer .section-heading h2:after,
#footer .section-heading h2:before {
	border-color: #fff;
}

#footer .open-time {
	font-weight: 600;
	line-height: 24px;
	margin: -3px 0 85px;
}

#footer .social-networks {
	margin: 0;
}

#footer .social-networks a {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	color: #fff;
}

#footer .social-networks a:focus,
#footer .social-networks a:hover {
	opacity: .7;
}

.footer-row .col {
	padding: 0 0 24px;
}

.footer-row address {
	margin: 0;
	font-style: normal;
	font-weight: 600;
}

.footer-row address strong {
	display: block;
	font: 700 20px/1.2 "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 16px;
}

.footer-row address span {
	display: block;
	margin-bottom: 6px;
}

.footer-row address a {
	color: #fff;
}

.footer-row address a:hover {
	text-decoration: underline;
}

.footer-list {
	font: 700 13px/1.2 "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: -.4em;
	text-transform: uppercase;
	margin: 0 0 18px;
}

.footer-list li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	padding: 0 10px;
	margin: 0 0 10px;
}

.footer-list li:after {
	content: "";
	left: -2px;
	top: 1px;
	bottom: 1px;
	position: absolute;
	width: 2px;
	background: #fff;
}

.footer-list li:first-child:after {
	display: none;
}

.footer-list a {
	color: #fff;
}

.footer-list a:focus,
.footer-list a:hover {
	text-decoration: underline;
}

.intro {
	background-size: cover;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	position: relative;
	color: #fff;
	font: 600 18px/22px "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 40px 20px;
	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;
	min-height: 332px;
	background-color: #474241;
}

.intro.twitter-section {
	text-align: center;
	font-size: 16px;
	min-height: auto;

}

.intro:after {
	content: "";
    display: block;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.intro.twitter-section:after {
	min-height: 300px;
	width: 100%;
	position: static;
	width: 0;
	background: transparent;
}

.intro .container {
	width: 100%;
	max-width: 890px;
	margin: 0;
	z-index: 2;
}

.intro-item {
	text-shadow: 1px 2px 3px #000;
}

.intro-item .icons-wrap {
	font-size: 42px;
	line-height: 1;
	display: block;
	margin: 0 0 5px;
}

.intro-item p {
	margin: 0 0 24px;
}

.intro-item .link {
	text-decoration: underline;
	color: #fff;
}

.intro-item .link:focus,
.intro-item .link:hover {
	text-decoration: none;
}

.intro-item .info-list {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 13px;
	line-height: 16px;
}

.intro-item .info-list li {
	margin: 0 0 7px;
}

.intro-item .info-list a {
	color: #fff;
}

.intro-item .info-list a:focus,
.intro-item .info-list a:hover {
	text-decoration: underline;
}

.intro-item .info-list [class^="icon-"] {
	font-size: 22px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 7px 0 0;
}

.intro-slideshow {
	margin: 0 0 21px;
}

.slick-arrow {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	width: 40px;
	height: 40px;
	margin-top: -20px;
}

.slick-arrow:focus,
.slick-arrow:hover {
	opacity: .7;
}

.slick-arrow:before {
	font-size: 36px;
	line-height: 1;
	opacity: 1;
}

.slick-arrow.slick-next {
	right: -41px;
}

.slick-arrow.slick-next:before {
	content: "\e902";
}

.slick-arrow.slick-prev {
	left: -45px;
}

.slick-arrow.slick-prev:before {
	content: "\e90c";
}

.btn {
	-webkit-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	color: #fff;
	font: 500 15px/1.2 "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 21px 33px 17px 30px;
	background: #003d67;
	cursor: pointer;
	border: 2px solid #003d67;
	letter-spacing: -.5px;
	border-radius: 2px;
}

.btn:focus,
.btn:hover {
	background: #001f34;
	border-color: #001f34;
	outline: none;
	color: #fff;
}

.btn.secondary {
	background: #017CAD;
	border-color: #017CAD;
}

.btn.secondary:focus,
.btn.secondary:hover {
	background: #016c95;
	border-color: #016c95;
}

.btn.secondary.outlined {
	background-color: transparent;
	border-color: #017CAD;
	color: #017CAD;
}

.btn.secondary.outlined:focus,
.btn.secondary.outlined:hover {
	color: #fff;
	background: #017CAD;
}

.btn.outlined {
	background-color: transparent;
	border-color: #003d67;
	color: #003d67;
}

.btn.outlined:focus,
.btn.outlined:hover {
	color: #fff;
	background: #003d67;
}

.btn .icon-long-arrow-right {
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	line-height: 1;
	padding: 4px 0 0 4px;
}

.link-more {
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	text-transform: capitalize;
	padding: 0 16px 0 0;
	position: relative;
}

.link-more .icon-long-arrow-right {
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.events-wrap .btns-wrap {
	margin: 15px 0 11px;
}

.events-wrap .upcoming {
	margin: 0 0 80px;
	text-align: center;
	text-transform: uppercase;
}

.event-item {
	position: relative;
	min-height: 115px;
	padding: 0 0 8px;
}

.event-item .time {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	background: #003d67;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 11px;
	padding: 8px 4px 0;
}

.event-item .time .num {
	display: block;
	font: 900 25px/1 "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 1px;
}

.event-item .h3 a {
	color: #22427b;
}

.event-item .h3 a:focus,
.event-item .h3 a:hover {
	color: #017CAD;
}

.instagram-section {
	margin-bottom: 15px;
}

.instagram-section .item-list li {
	padding: 5px 0;
}

.instagram-section .item-list li:nth-child(n+4) {
	display: none;
}

.instagram-section .item-list .social-box {
	white-space: nowrap;
	text-align: center;
	background: #003d67;
	text-align: center;
	position: relative;
}

.instagram-section .item-list .social-box:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 270px;
}

.instagram-section .item-list .social-box > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.instagram-section .item-list .icon-instagram {
	color: #fff;
	display: block;
	font-size: 52px;
	margin-bottom: 17px;
}

.instagram-section .item-list .follow-ilnk {
	color: #fff;
	font: 700 16px/20px "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.instagram-section .item-list .img-block {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	min-height: 270px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.instagram-section .item-list .img-block:before {
	-webkit-transition: top .3s ease-in-out, left .3s ease-in-out, bottom .3s ease-in-out, right .3s ease-in-out, opacity .3s ease-in-out;
	transition: top .3s ease-in-out, left .3s ease-in-out, bottom .3s ease-in-out, right .3s ease-in-out, opacity .3s ease-in-out;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	right: 50%;
	bottom: 50%;
	background: rgba(0, 61, 103, .8);
	opacity: 0;
}

.instagram-section .item-list .img-block:hover:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
}

.instagram-section .item-list .img-block:hover .plus {
	opacity: 1;
}

.instagram-section .item-list .img-block .plus {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	opacity: 0;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
}

.instagram-section .item-list .img-block .plus:before,
.instagram-section .item-list .img-block .plus:after {
	content: "";
	background: #fff;
	position: absolute;
}

.instagram-section .item-list .img-block .plus:before {
	top: 0;
	bottom: 0;
	width: 3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.instagram-section .item-list .img-block .plus:after {
	left: 0;
	right: 0;
	height: 3px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.survey-block {
	overflow: hidden;
	margin-bottom: 17px;
}

.survey-block .section-heading {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 25px;
}

.survey-block .section-heading h2 {
	margin: 0;
}

.survey-block .section-heading p {
	margin: 0 0 15px !important;
}

.survey-block .blue-bg {
	color: #fff;
	background: -webkit-linear-gradient(top, #017CAD 0%, #22427b 100%);
	background: linear-gradient(to bottom, #017CAD 0%, #22427b 100%);
}

.survey-block .blue-bg .section-heading h2 {
	color: #fff;
}

.survey-block .blue-bg .section-heading h2:before,
.survey-block .blue-bg .section-heading h2:after {
	border-color: #fff;
}

.survey-block .right-block {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.survey-block .right-block .section-heading {
	margin-bottom: 50px;
}

.survey-block .text-hold {
	padding: 49px 14px 60px;
}

.survey-block .survey-form {
	color: #fff;
	text-align: left;
	padding: 0 37px 15px 0;
}

.survey-block .survey-form textarea {
	display: block;
	width: 100%;
	color: #fff;
	background: none;
	border: 2px solid #fff;
	resize: none;
	outline: none;
	height: 174px;
	margin: 10px 0 0 4px;
	padding: 9px 13px;
}

.survey-block .survey-form textarea::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}

.survey-block .survey-form textarea::-moz-placeholder {
	opacity: 1;
	color: #fff;
	opacity: 1;
}

.survey-block .survey-form textarea:-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.survey-block .survey-form textarea:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

.survey-block .survey-form textarea.placeholder {
	color: #fff;
	opacity: 1;
}

.survey-block .survey-form ol {
	color: #fff;
	margin: 0 0 25px;
	padding: 0 0 0 26px;
}

.survey-block .survey-form ol li {
	margin: 0 0 1px;
}

.survey-block .survey-form .btn-holder {
	padding: 32px 0 0 26px;
}

.survey-block .survey-form button[type="submit"] {
	min-width: 182px;
	padding: 20px 40px;
	border-color: #fff;
	color: #fff;
}

.survey-block .survey-form button[type="submit"]:focus,
.survey-block .survey-form button[type="submit"]:hover {
	background: #fff;
	color: #003d67;
}

.survey-block .survey-form .check-list {
	padding: 8px 2px 0 4px;
	color: #fff;
}

.survey-block .survey-form .check-list li {
	margin: 0 0 8px;
}

.survey-block .btns-wrap .btn {
	margin-bottom: 14px;
}

.survey-block .events-wrap {
	margin: -28px 0 0;
	padding: 0 11px;
}

.services-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;
	padding: 48px 0;
}

.services-section .section-heading h2,
.services-section .section-heading .h2 {
	margin: 0 0 23px;
}

.services-section .blocks-holder {
	margin: -7px -7px 10px;
}

.services-section .blocks-holder .block {
	position: relative;
	padding: 7px;
}

.services-section .blocks-holder .block.big .holder {
	padding-top: 119%;
}

.services-section .blocks-holder .block.big .block-title {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: auto;
	right: 8%;
	width: auto;
	text-align: left;
}

.services-section .blocks-holder .block .link-wrap {
	display: block;
	overflow: hidden;
	position: relative;
}

.services-section .blocks-holder .block .link-wrap:hover .holder {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.services-section .blocks-holder .block.left .block-title {
	right: 20%;
}

.services-section .blocks-holder .block .block-title {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font: bold 18px/20px "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	width: 100%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	padding: 5px 15px;
}

.services-section .blocks-holder .holder {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding-top: 44%;
}

.services-section .block.full .block-title {
	color: #474241;
}

.services-section .subscribe-form {
	position: absolute;
	top: 50%;
	left: 7%;
	right: 7%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.services-section .subscribe-form label {
	font: bold 18px/20px "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	margin: 0 0 5px;
}

.services-section .subscribe-form .input-wrap {
	position: relative;
}

.services-section .subscribe-form input[type="email"] {
	border: none;
	font-size: 13px;
	line-height: 16px;
	height: 33px;
	outline: none;
	width: 100%;
	padding: .4em 2.7em .4em .7em;
}

.services-section .subscribe-form input[type="email"]::-webkit-input-placeholder {
	letter-spacing: -.025em;
}

.services-section .subscribe-form input[type="email"]::-moz-placeholder {
	opacity: 1;
	letter-spacing: -.025em;
}

.services-section .subscribe-form input[type="email"]:-moz-placeholder {
	letter-spacing: -.025em;
}

.services-section .subscribe-form input[type="email"]:-ms-input-placeholder {
	letter-spacing: -.025em;
}

.services-section .subscribe-form input[type="email"].placeholder {
	letter-spacing: -.025em;
}

.services-section .subscribe-form button[type="submit"] {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: none;
	background: #017CAD;
	color: #fff;
}

.services-section .subscribe-form button[type="submit"]:hover {
	background: #002868;
}

.services-block {
	margin: 0 0 120px;
}

.news-block {
	margin: 0 0 35px;
}

.news-block .link-more:hover {
	color: #83c0ff;
}

.news-block .section-heading h2,
.news-block .section-heading .h2 {
	color: #fff;
	margin: 0 0 56px;
}

.news-block .section-heading h2:after,
.news-block .section-heading h2:before,
.news-block .section-heading .h2:after,
.news-block .section-heading .h2:before {
	border-color: #fff;
}

.news-block .news-list {
	color: #fff;
}

.news-block .news-list li {
	padding: 0 0 35px;
}

.news-block .news-list li p {
	margin: 0 0 10px;
}

.news-block .news-list .subtitle {
	text-transform: uppercase;
	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;
	text-align: center;
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	margin: 0 0 7px;
	letter-spacing: .1em;
}

.news-block .news-list .subtitle [class^="icon-"] {
	font-size: 36px;
	margin: 0 10px 0 0;
}

.news-block .news-list .subtitle .icon-facebook {
	font-size: 30px;
}

.news-block .news-list .wrap-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 12px;
}

.news-block .news-list .heading-frame {
	color: #fff;
}

.news-block .news-list .heading-frame:hover {
	color: #83c0ff;
}

.news-block .news-list .news-title {
	font-weight: 600;
	width: 73%;
	font-size: 18px;
}

.news-block .news-list .date-badge {
	text-align: center;
	width: 27%;
	padding: 0 17px 0 0;
}

.news-block .news-list .date,
.news-block .news-list .month {
	display: block;
}

.news-block .news-list .month {
	text-transform: uppercase;
	font-size: 17px;
	line-height: 20px;
}

.news-block .news-list .date {
	font: 900 43px/46px "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.statistic-info {
	background: #017CAD;
	color: #fff;
	text-align: center;
	padding: 0 0 18px;
}

.statistic-info .container {
	max-width: none;
}

.statistic-info .title {
	display: block;
	font: 300 24px/1 "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	margin: 0 0 12px;
}

.statistic-info .title strong {
	font-weight: 900;
}

.statistic-info .cta-wrap {
	position: relative;
	z-index: 4;
}

.statistic-info .cta-wrap .statistic-item .item-flex {
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.statistic-info .cta-wrap .statistic-item .value {
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 3px;
}

.working-statistic {
	position: relative;
	z-index: 2;
	padding: 20px 0 0;
	margin: 0 0 47px;
}

.working-statistic:before {
	content: "";
	left: -9999px;
	right: -9999px;
	top: 0;
	bottom: 0;
	position: absolute;
	background: #22427b;
	z-index: -1;
}

.working-statistic:after {
	content: "";
	top: 100%;
	border: 50vw solid transparent;
	border-top: 30px solid #22427b;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
}

.statistic-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.statistic-list li {
	width: 50%;
	padding: 0 6px;
}

.statistic-list li:first-child {
	width: 100%;
	padding: 0 0 10px;
}

.statistic-list a {
	color: #fff;
}

.statistic-list a:hover {
	color: #017CAD;
}

.statistic-item,
.statistic-item .img-wrap,
.statistic-item .description {
	display: block;
}

.statistic-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	font-size: 12px;
	line-height: 1;
	text-align: left;
	font-weight: 700;
}

.statistic-item .description {
	padding: 0 0 0 8px;
}

.statistic-item .value {
	font: 900 26px/1 "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	margin: 0 0 4px;
}

.statistic-item p {
	margin: 0;
}

.statistic-item a {
	color: #fff;
}

.statistic-item a:focus,
.statistic-item a:hover {
	color: #003d67;
}

.subscribe-block {
  background: rgba(129, 80, 65, .9);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  color: #fff;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: -webkit-transform 1s ease;
          transition: transform 1s ease; 
}

.subscribe-block.active {
-webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
        transform: translate(0, 0%); 
}

.subscribe-block .container {
	position: relative;
}

.subscribe-block .person-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 .person-frame .img-holder {
	margin: 0 15px 0 0;
}

.subscribe-block .subscribe-heading {
	color: #fff;
	font-size: 18px;
	line-height: 20px;
}

.subscribe-block .subscribe-heading .title {
	font-size: 30px;
	line-height: 30px;
	display: block;
	font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.subscribe-block .form-close {
	font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-decoration: none;
	color: #fff;
	position: absolute;
	top: 10px;
	right: 36px;
	top: 6px;
	right: 10px;
	font-size: 20px;
	line-height: 1;
}

.subscribe-block .form-close:hover {
	color: #017CAD;
}

.subscribe-block .subscribe-form .input-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.subscribe-block .subscribe-form label {
	display: block;
	margin: 0 0 10px;
	width: 100%;
	color: #fff;
	line-height: 1;
	font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 16px;
	font-weight: 700;
}

.subscribe-block .subscribe-form input[type=text],
.subscribe-block .subscribe-form input[type=email] {
	margin-right: 10px;
	padding: 5px 10px;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	font-size: 16px;
	border: none;
	border-radius: 2px;
}

.subscribe-block .subscribe-form input[type=text]:focus,
.subscribe-block .subscribe-form input[type=email]:focus {
	outline: none;
}

.subscribe-block .subscribe-form button[type=submit],
.subscribe-block .subscribe-form input[type=submit] {
	background-color: #017CAD;
	color: #fff;
	padding: 14px 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	min-width: 0;
	border-color: #017CAD;
}

.subscribe-block .subscribe-form button[type=submit]:hover,
.subscribe-block .subscribe-form input[type=submit]:hover {
	background-color: #002868;
	border-color: #002868;
}

@media (min-width: 768px) {
	#header {
		padding: 12px 0;
	}

	.logo {
		width: 445px;
	}

	.nav-opener {
		right: 25px;
		margin-top: 4px;
	}

	.nav-opener.nav-close {
		top: 46px;
		right: 23px;
	}

	.links-block {
		position: absolute;
		top: 50%;
		right: 115px;
		margin-top: -14px;
	}

	.main-nav {
		font-size: 40px;
		line-height: 44px;
	}

	.main-nav > li {
		margin: 0 0 16px;
	}

	.social-networks {
		margin: 0 0 0 12px;
	}

	.search-tool {
		margin: 3px 7px 0 0;
	}

	.search-tool form {
		width: 86vw;
	}

	.search-tool input[type="search"] {
		height: 68px;
		font-size: 24px;
		line-height: 30px;
		padding: 12px 60px 12px 0;
	}

	.close-link {
		width: 43px;
		height: 41px;
		top: 22px;
		right: 57px;
	}

	.close-link:before,
	.close-link:after {
		width: 40px;
		top: 19px;
	}

	body {
		font-size: 18px;
		line-height: 1.44;
	}

	h1,
	.h1 {
		font-size: 64px;
	}

	h2,
	.h2 {
		font-size: 48px;
		margin-bottom: 44px;
		word-spacing: -4px;
	}

	.buffer h2,
	.buffer .h2 {
		word-spacing: initial;
	}

	h3,
	.h3 {
		font-size: 24px;
	}

	.section-heading h2 {
		max-width: 80%;
	}

	.section-heading h2:after,
	.section-heading h2:before {
		width: 9999px;
		height: 9px;
		content: "";
		border-top: 2px solid #017CAD;
		border-bottom: 2px solid #017CAD;
		position: absolute;
		top: 50%;
		margin-top: -3px;
	}

	.section-heading h2:after {
		right: 100%;
		margin-right: 13px;
	}

	.section-heading h2:before {
		left: 100%;
		margin-left: 13px;
	}

	.custom-checkbox .fake-input {
		margin: 0 5px 0 0;
	}

	#footer {
		padding: 84px 0 64px;
	}

	#footer .section-heading {
		margin: 0 0 41px;
	}

	#footer .open-time {
		max-width: 246px;
		margin: 0 auto 56px;
	}

	#footer .bottom-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	#footer .social-networks {
		margin: 0 0 0 29px;
	}

	.footer-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px 24px;
	}

	.footer-row .col {
		width: 33.33%;
		padding: 0 15px;
	}

	.footer-row address {
		line-height: 24px;
	}

	.footer-row address strong {
		line-height: 1;
	}

	.footer-row address span {
		margin: 0;
	}

	.footer-list {
		font-size: 14px;
		margin: 0 0 -11px;
	}

	.intro {
		font-size: 26px;
		line-height: 32px;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		padding: 40px 20px 30px;
		min-height: 450px;
	}

	.intro.twitter-section {
		font-size: 22px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}


	.intro.twitter-section:after {
		min-height: 310px;
	}

	.intro-item .icons-wrap {
		font-size: 60px;
		margin: 0 0 9px;
	}

	.intro-item p {
		margin: 0 0 13px;
	}

	.intro-item .info-list {
		font-size: 17px;
		line-height: 22px;
		letter-spacing: -.4em;
	}

	.intro-item .info-list li {
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
		margin: 0 12px 10px;
	}

	.intro-slideshow {
		margin: 0;
		padding: 0 35px;
	}

	.slick-arrow {
		width: 55px;
		height: 55px;
		margin-top: -2px;
	}

	.slick-arrow:before {
		font-size: 52px;
	}

	.slick-arrow.slick-next {
		right: -36px;
	}

	.slick-arrow.slick-prev {
		left: -36px;
	}

	.events-wrap .btns-wrap {
		margin: -6px 0 -26px;
	}

	.event-item {
		padding: 3px 0 15px 115px;
	}

	.event-item .time {
		width: 100px;
		height: 100px;
		position: absolute;
		left: -120px;
		top: 0;
		font-size: 18px;
		line-height: 20px;
		padding: 17px 4px 0;
	}

	.event-head {
		position: relative;
	}

	.event-item .time .num {
		font-size: 48px;
		margin-bottom: 2px;
	}

	.event-item .h3 {
		margin: 0 0 1px;
	}

	.event-item .link-wrap {
		display: block;
		padding: 6px 0 0;
	}

	.instagram-section .item-list {
		margin: 0 -5px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.instagram-section .item-list li {
		padding: 0 5px;
		width: 33.33%;
	}

	.instagram-section .item-list .social-box {
		margin-right: 32px;
	}

	.instagram-section .item-list .social-box:after {
		min-height: 252px;
	}

	.instagram-section .item-list .social-box:before {
		content: "";
		top: 0;
		left: 100%;
		position: absolute;
		border: 126px solid transparent;
		border-left: 20px solid #003d67;
	}

	.instagram-section .item-list .icon-instagram {
		font-size: 54px;
		margin-bottom: 13px;
	}

	.instagram-section .item-list .img-block {
		min-height: 252px;
	}

	.instagram-section .item-list .img-block .plus {
		width: 35px;
		height: 35px;
	}

	.survey-block .section-heading {
		font-size: 16px;
		line-height: 24px;
		margin: 0 0 48px;
	}

	.survey-block .right-block .section-heading {
		margin-bottom: 52px;
	}

	.survey-block .right-block .text-hold {
		max-width: 725px;
		margin: 0 auto;
	}

	.survey-block .text-hold {
		padding: 108px 50px 97px;
	}

	.survey-block .survey-form {
		line-height: 1.2;
		padding: 0 70px 15px 49px;
	}

	.survey-block .survey-form ol {
		margin: 0 0 33px;
		padding: 0 0 0 15px;
	}

	.survey-block .survey-form ol li {
		margin: 0 0 17px;
	}

	.survey-block .survey-form .btn-holder {
		padding: 21px 0 0 28px;
	}

	.survey-block .survey-form .check-list {
		padding: 14px 3px 0;
	}

	.survey-block .survey-form .check-list li {
		margin: 0 0 10px;
	}

	.survey-block .events-wrap {
		padding: 8px 24px 0;
		margin: 0;
	}

	.services-section {
		padding: 37px 0;
	}

	.services-section .section-heading h2,
	.services-section .section-heading .h2 {
		margin: 0 0 50px;
	}

	.services-section .blocks-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: -7px -7px 33px;
	}

	.services-section .blocks-holder .block-wrap {
		width: 58%;
	}

	.services-section .blocks-holder .block.big {
		width: 42%;
	}

	.services-section .blocks-holder .holder {
		padding-top: 40%;
	}

	.services-section .subscribe-form {
		width: 66%;
		left: auto;
	}

	.services-block {
		margin: 0 0 180px;
	}

	
	.services-section .block.full .holder {
		padding-top: 20%;
	}

	.news-block {
		margin: 0 0 52px;
	}

	.news-block .section-heading h2,
	.news-block .section-heading .h2 {
		margin: 0 0 60px;
	}

	.news-block .news-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px;
	}

	.news-block .news-list li {
		width: 50%;
		padding: 0 10px 17px;
	}

	.news-block .news-list li p {
		margin: 0 0 16px;
	}

	.news-block .news-list .subtitle {
		font-size: 18px;
		line-height: 20px;
	}

	.news-block .news-list .news-title {
		font-size: 20px;
	}

	.news-block .news-list .month {
		font-size: 18px;
		line-height: 20px;
	}

	.news-block .news-list .date {
		font-size: 40px;
		line-height: 48px;
	}

	.statistic-info {
		text-align: left;
		padding: 0;
	}

	.statistic-info .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 30px;
	}

	.statistic-info .working-statistic {
		width: 70%;
	}

	.statistic-info .cta-wrap {
		width: 30%;
		padding: 14px 0 0 16px;
	}

	.statistic-info .cta-wrap .title {
		margin: 0 0 4px;
	}

	.statistic-info .cta-wrap .title strong {
		display: block;
	}

	.working-statistic {
		margin: 0;
		padding: 14px 19px 14px 0;
	}

	.working-statistic:before {
		right: 30px;
	}

	.working-statistic:after {
		border: 61px solid transparent;
		border-left: 34px solid #22427b;
		left: auto;
		right: -65px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.statistic-list li {
		width: 30%;
	}

	.statistic-list li:first-child {
		width: 40%;
		padding: 0 6px;
	}

	.subscribe-block {
		padding: 0;
	}

	.subscribe-block .container {
		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;
	}

	.subscribe-block .person-frame {
		width: 55%;
		padding: 0 25px 0 0;
	}

	.subscribe-block .person-frame .img-holder {
		max-width: 100px;
	}

	.subscribe-block .subscribe-heading {
		width: calc(100% - 115px);
	}

	.subscribe-block .subscribe-heading .title {
		margin: 0 0 14px;
	}

	.subscribe-block .subscribe-heading .title p:last-child {
		display: none;
	}

	.subscribe-block .subscribe-form {
		width: 45%;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	#nav {
		background: #efefef;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		padding: 55px 0;
		margin-top: -1px;
	}
}

@media (max-width: 1023px) and (min-width: 768px) {
	.nav-active #nav {
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@media (min-width: 1024px) {
	#header {
		padding: 15px 0 9px;
	}

	#header .holder {
		max-width: 1470px;
	}

	.logo {
		width: 228px;
	}

	.nav-opener {
		display: none;
	}

	.nav-drop {
		width: calc(100% - 230px);
		float: right;
		padding: 8px 0;
	}

	.links-block {
		text-align: right;
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		float: right;
		margin: 0 -4px 0 23px;
	}

	#nav {
		text-align: right;
		padding: 4px 0 0;
		float: left;
		width: 75%;
	}

	.main-nav {
		letter-spacing: -.4em;
		font-size: 18px;
		line-height: 22px;
		font-weight: 600;
		text-transform: uppercase;
	}

	.main-nav > li {
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
		margin: 0 10px 10px;
	}

	.main-nav > li.hover > a {
		color: #017CAD;
	}

	.main-nav > li > a.has-drop-down-a:before,
	.main-nav > li > a.has-drop-down-a:after {
		display: none;
	}

	.main-nav .drop {
		position: absolute;
		width: 217px;
		text-align: left;
		background: #efefef;
		margin: 26px 0 0;
		max-height: none;
		display: none;
		opacity: 1;
		left: -15px;
		top: 100%;
		text-transform: capitalize;
		padding: 21px 18px 24px;
	}

	.main-nav .drop li {
		margin-bottom: 25px;
	}

	.main-nav .drop li:last-child {
		margin-bottom: 0;
	}

	.main-nav .drop a:focus,
	.main-nav .drop a:hover {
		color: #017CAD;
	}

	.social-networks {
		margin: 0 0 0 26px;
	}

	.social-networks a:focus,
	.social-networks a:hover {
		color: #017CAD;
		opacity: 1;
	}

	.search-tool {
		margin: 3px -6px 0 0;
	}

	.search-tool .search-opener:not(.close-link):focus,
	.search-tool .search-opener:not(.close-link):hover {
		color: #017CAD;
	}

	.search-tool input[type="search"] {
		height: 84px;
		font-size: 32px;
		line-height: 40px;
	}

	.search-tool button[type="submit"] {
		font-size: 30px;
	}

	.container,
	.content-section .container,
	.breadcrumbs .container {
		padding: 0 30px;
		max-width: 1230px;
	}

	h2,
	.h2 {
		font-size: 60px;
	}

	h4,
	.h4 {
		font-size: 24px;
		line-height: 26px;
	}

	.section-heading h2:after,
	.section-heading h2:before {
		margin-top: -4px;
	}

	.section-heading h2:after {
		margin-right: 18px;
	}

	.section-heading h2:before {
		margin-left: 18px;
	}

	#footer {
		padding: 202px 0 84px;
		font-size: 18px;
		line-height: 24px;
	}

	#footer .section-heading {
		margin: 0 0 28px;
	}

	#footer .open-time {
		max-width: 384px;
		margin: 0 auto 61px;
	}

	#footer .social-networks {
		margin: 0 0 0 13px;
	}

	.footer-row {
		margin: 0 -15px 28px;
	}

	.footer-row address {
		line-height: 26px;
	}

	.footer-row address strong {
		font-size: 24px;
		margin-bottom: 14px;
	}

	.intro {
		font-size: 30px;
		line-height: 36px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 40px 0;
		min-height: 610px;
	}

	.intro.twitter-section {
		font-size: 26px;
	}

	.intro.twitter-section .container {
		position: relative;
		left: 10%;
		max-width: 750px;
	}

	.intro.twitter-section:after {
		min-height: 400px;
	}

	.intro-item .icons-wrap {
		font-size: 74px;
		margin: 0 0 20px;
	}

	.intro-item p {
		margin: 0 0 44px;
	}

	.intro-slideshow {
		margin: 0 0 -48px;
		padding: 0;
	}

	.twitter-section .intro-slideshow {
		margin: 0;
	}

	.slick-arrow {
		margin-top: -10px;
	}

	.slick-arrow.slick-next {
		right: -71px;
	}

	.slick-arrow.slick-prev {
		left: -69px;
	}

	.events-wrap .btns-wrap {
		margin: -5px 0 0;
	}

	.event-item .link-wrap {
		padding: 5px 0 0;
	}

	.instagram-section {
		margin-bottom: 21px;
	}

	.instagram-section .item-list li {
		width: 25%;
	}

	.instagram-section .item-list li:nth-child(n+4) {
		display: block;
	}

	.instagram-section .item-list .social-box:after {
		min-height: 240px;
	}

	.instagram-section .item-list .social-box:before {
		border: 120px solid transparent;
		border-left: 31px solid #003d67;
	}

	.instagram-section .item-list .icon-instagram {
		font-size: 48px;
	}

	.instagram-section .item-list .img-block {
		min-height: 240px;
	}

	.instagram-section .item-list .img-block .plus {
		width: 45px;
		height: 45px;
	}

	.survey-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 21px;
	}

	.survey-block .section-heading {
		margin: 0 0 39px;
	}

	.survey-block .left-block {
		width: 50%;
		position: relative;
		z-index: 1;
	}

	.survey-block .right-block {
		width: 50%;
	}

	.survey-block .right-block .section-heading {
		margin-bottom: 40px;
	}

	.survey-block .right-block .text-hold {
		float: none;
		max-width: 737px;
	}

	.survey-block .survey-form {
		padding: 0 30px 0 37px;
	}

	.survey-block .survey-form ol {
		padding: 0 0 0 25px;
		margin: 0 0 54px;
	}

	.survey-block .survey-form .btn-holder {
		padding: 0;
	}

	.survey-block .events-wrap {
		padding: 7px 56px 0 63px;
	}

	.services-section {
		padding: 64px 0;
	}

	.services-section .section-heading h2,
	.services-section .section-heading .h2 {
		margin: 0 0 24px;
	}

	.services-section .blocks-holder {
		margin: -15px -15px 20px;
	}

	.services-section .blocks-holder .block {
		padding: 15px;
	}

	.services-section .blocks-holder .block.big .block-title {
		right: 13%;
	}

	.services-section .blocks-holder .block .block-title {
		font-size: 28px;
		line-height: 30px;
	}

	.services-section .subscribe-form {
		right: 8%;
	}

	.services-section .subscribe-form label {
		font-size: 28px;
		line-height: 30px;
		margin: 0 0 10px;
	}

	.services-section .subscribe-form input[type="email"] {
		height: 60px;
		font-size: 18px;
		line-height: 20px;
		padding: .4em 3.7em .4em .7em;
	}

	.services-section .subscribe-form button[type="submit"] {
		font-size: 30px;
		padding: 5px 15px;
	}

	.services-block {
		margin: 0 0 150px;
	}

	.news-block {
		margin: 0 0 32px;
	}

	.news-block .section-heading h2,
	.news-block .section-heading .h2 {
		margin: 0 0 50px;
	}

	.news-block .news-list li {
		width: 33.33%;
		padding: 0 10px 40px;
	}

	.news-block .news-list .subtitle [class^="icon-"] {
		font-size: 40px;
	}

	.news-block .news-list .subtitle .icon-facebook {
		font-size: 34px;
	}

	.news-block .news-list .wrap-block {
		margin: 0;
	}

	.news-block .news-list .news-title {
		font-size: 21px;
	}

	.statistic-info .container {
		max-width: 1481px;
	}

	.statistic-info .title {
		font-size: 32px;
		line-height: 32px;
	}

	.statistic-info .working-statistic {
		width: 75%;
	}

	.statistic-info .cta-wrap {
		width: 25%;
	}

	.working-statistic:after {
		border: 71px solid transparent;
		border-left: 42px solid #22427b;
		right: -83px;
	}

	.statistic-item {
		font-size: 16px;
	}

	.statistic-item .img-wrap {
		float: left;
	}

	.statistic-item .value {
		font-size: 30px;
		line-height: 32px;
	}

	.subscribe-block .person-frame .img-holder {
		max-width: 122px;
		margin: 0 20px 0 0;
	}

	.subscribe-block .subscribe-heading {
		width: calc(100% - 156px);
	}
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.statistic-info .cta-wrap .statistic-item .img-wrap {
		width: 50px;
	}

	.statistic-info .cta-wrap .statistic-item .description {
		width: calc(100% - 50px);
	}
}

@media (min-width: 1200px) {
	#header {
		padding: 12px 0;
	}

	.logo {
		width: 324px;
	}

	.nav-drop {
		width: calc(100% - 324px);
		padding: 14px 0 0;
	}

	.main-nav {
		margin: 0 -12px;
	}

	.instagram-section .item-list li {
		width: 20%;
	}

	.instagram-section .item-list .social-box:after {
		min-height: 259px;
	}

	.instagram-section .item-list .social-box:before {
		border: 130px solid transparent;
		border-left: 31px solid #003d67;
	}

	.instagram-section .item-list .icon-instagram {
		font-size: 52px;
		margin-bottom: 17px;
	}

	.instagram-section .item-list .follow-ilnk {
		font-size: 18px;
		line-height: 22px;
	}

	.instagram-section .item-list .img-block {
		min-height: 259px;
	}

	.news-block .news-list {
		margin: 0 -20px;
	}

	.news-block .news-list li {
		padding: 0 20px 40px;
	}

	.news-block .news-list .news-title {
		width: 80%;
	}

	.news-block .news-list .date-badge {
		width: 20%;
	}

	.statistic-info {
		padding: 0;
	}

	.statistic-info .working-statistic {
		width: 66%;
	}

	.statistic-info .cta-wrap {
		padding: 18px 0 18px 37px;
	}

	.working-statistic {
		padding: 18px 27px 18px 0;
	}

	.working-statistic:after {
		border: 82px solid transparent;
		border-left: 41px solid #22427b;
		right: -93px;
	}

	.statistic-item .value {
		margin: 0 0 7px;
		font-size: 32px;
		line-height: 32px;
	}

	.subscribe-block .person-frame {
		width: calc(100% - 550px);
	}

	.subscribe-block .person-frame .img-holder {
		max-width: 152px;
	}

	.subscribe-block .subscribe-heading {
		width: calc(100% - 186px);
	}

	.subscribe-block .subscribe-form {
		width: 550px;
	}

	.subscribe-block .subscribe-form input[type=text],
	.subscribe-block .subscribe-form input[type=email] {
		min-width: 390px;
	}

	.subscribe-block .subscribe-form button[type=submit],
	.subscribe-block .subscribe-form input[type=submit] {
		min-width: 150px;
	}
}

@media (min-width: 1320px) {
	.survey-block .left-block .text-hold {
		padding-left: 15px;
	}

	.survey-block .right-block .text-hold {
		padding-right: 15px;
	}

	.survey-block .text-hold {
		padding: 105px 44px 40px 12px;
		max-width: 765px;
		width: 100%;
		float: right;
	}
}

@media (min-width: 1400px) {
	.logo {
		width: 446px;
	}

	.nav-drop {
		width: calc(100% - 454px);
		padding: 25px 0 0;
	}

	#nav {
		padding: 0;
		width: 79%;
	}

	.main-nav {
		font-size: 18px;
		line-height: 28px;
	}

	.main-nav > li {
		margin: 0 16px 10px 17px;
	}

	.main-nav .drop {
		margin: 33px 0 0;
	}

	.subscribe-block .container {
		padding-right: 94px;
	}

	.subscribe-block .form-close {
		right: 97px;
		top: 8px;
	}

	#nav {
		width: 80%;
	}

	.instagram-section .item-list li {
		width: 16.67%;
	}

	.statistic-info .title strong {
		display: block;
	}

	.statistic-info .working-statistic {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.statistic-info .working-statistic .title {
		width: 21%;
	}

	.statistic-info .statistic-list {
		width: 79%;
	}

	.statistic-info .cta-wrap {
		width: 34%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 14px 0 0 27px;
	}

	.statistic-info .cta-wrap .title {
		width: 45%;
	}

	.statistic-info .cta-wrap .statistic-item {
		width: 55%;
	}

	.working-statistic {
		padding: 18px 27px 7px 0;
	}

	.working-statistic:after {
		border: 50px solid transparent;
		border-left: 41px solid #22427b;
		right: -61px;
	}
}

@media (max-width: 1399px) {
	.hidden-xl {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}

@media (max-width: 1023px) {
	.nav-active #header {
		box-shadow: none;
	}

	.main-nav > li.hover .drop {
		padding: 7px 0 0;
	}

	.hidden-sm {
		display: none !important;
	}

	.survey-block .left-block {
		height: auto !important;
	}

	.news-block .news-list li:last-child {
		display: none;
	}

	.statistic-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.statistic-item .img-wrap {
		width: 50px;
	}

	.statistic-item .description {
		width: calc(100% - 50px);
	}

	#footer {
		background-position: 70% 50%;
	}

	.main-col,
	.sidebar {
		float: none;
		width: 100%;
		padding: 0 0 30px;
	}

	.sidebar {
		max-width: 500px;
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	.survey-block .left-block,
	.survey-block .right-block {
		height: auto !important;
	}
}

@media (max-width: 767px) {

	#modal {
		min-width: 360px;
		width: 100%;
		height: auto;
	}

	#all .text {
		width: 100%;
	}

	#modal p {
		font-size: 18px;
	}

	#modal img {
		width: 100%;
	}

	.instagram-list li {
	    width: 50%;
	}

	.hero-section {
	    min-height: 420px;
	    background-position: 40% 100%;
	}

	.hero-section .section-heading h1 {
		font-size: 34px;
	}

	.nav-drop {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		position: absolute;
		top: 68px;
		left: 0;
		right: 0;
		opacity: 0;
		height: calc(100vh - 69px);
		visibility: hidden;
		background: #efefef;
		padding: 40px 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.nav-active .nav-drop {
		opacity: 1;
		visibility: visible;
	}

	.links-block {
		margin-bottom: 12px;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		width: 100%;
	}

	#nav {
		height: calc(100vh - 149px);
		overflow: hidden;
		overflow-y: auto;
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.event-item .event-head {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.event-item .h3 {
		width: calc(100% - 52px);
		padding: 0 0 0 12px;
		margin: 0;
	}

	.instagram-section .item-list {
		max-width: 320px;
		padding: 0 25px;
		margin: 0 auto;
	}

	.services-section .blocks-holder .block.big .block-title {
		margin-top: -43px;
	}

	.statistic-info .cta-wrap .statistic-item {
		max-width: 200px;
		margin: -5px auto 0;
	}

	.statistic-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.statistic-item {
		max-width: 200px;
		margin: 0 auto;
	}

	.subscribe-block .container {
		padding: 0 30px;
	}

	.subscribe-block .person-frame .img-holder {
		display: none;
	}

	#footer {
		background-position: 80% 50%;
	}

	#footer .open-time {
	    margin: 0px;
	}
}

@media (max-width: 560px) {

	.instagram-list li {
	    width: 100%;
	}

	.instagram-list .img-block {
    	min-height: 300px;
	}
}