/*! 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;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?ct9dsm');
  src:  url('../fonts/icomoon.eot?ct9dsm#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ct9dsm') format('truetype'),
    url('../fonts/icomoon.woff?ct9dsm') format('woff'),
    url('../fonts/icomoon.svg?ct9dsm#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* 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-left-double-arrow:before {
  content: "\e900";
}

.icon-right-double-arrow:before {
  content: "\e901";
}

.icon-map:before {
  content: "\e902";
}

.icon-capitol:before {
  content: "\e903";
}

.icon-star:before {
  content: "\e904";
}

.icon-roll:before {
  content: "\e905";
}

.icon-calendar:before {
  content: "\e906";
}

.icon-flag:before {
  content: "\e907";
}

.social-circles .icon-youtube:before {
  content: "\e908";
}

.icon-search:before {
  content: "\e909";
}
.icon-youtube:before {
  content: "\e90a";
}

.social-circles .icon-twitter:before {
  content: "\e90b";
}

.social-circles .icon-facebook:before {
  content: "\e90c";
}

.social-circles .icon-instagram:before, .icon-instagram-circle:before {
  content: "\e90d";
}

.icon-instagram:before {
  content: "\e90e";
}

.icon-twitter:before {
  content: "\e90f";
}

.icon-facebook:before {
  content: "\e910";
}

.icon-envelope:before {
  content: "\e92b";
}

/* */
.icon-left-double-arrow:before {
  content: "\e900";
}
.icon-right-double-arrow:before {
  content: "\e901";
}
.icon-map:before {
  content: "\e902";
}
.icon-capitol:before {
  content: "\e903";
}
.icon-star:before {
  content: "\e904";
}
.icon-roll:before {
  content: "\e905";
}
.icon-calendar:before {
  content: "\e906";
}
.icon-flag:before {
  content: "\e907";
}
.icon-youtube-circle:before {
  content: "\e908";
}
.icon-search:before {
  content: "\e909";
}
.icon-youtube:before {
  content: "\e90a";
}
.icon-twitter-circle:before {
  content: "\e90b";
}
.icon-facebook-circle:before {
  content: "\e90c";
}
.icon-instagram-circle:before {
  content: "\e90d";
}
.icon-instagram:before {
  content: "\e90e";
}
.icon-twitter:before {
  content: "\e90f";
}
.icon-facebook:before {
  content: "\e910";
}
.icon-envelope:before {
  content: "\e92b";
}


.main-menu,
.main-menu .drop ul,
.social-list,
.footer-menu,
.slick-dots,
.services-list,
.news-list,
.twitter-list,
.twitter-item .metadata,
.social-media {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#footer: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: #333;
	background: #fff;
	font: 14px/1.71429 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", 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: "droid-sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 36px;
}

h2,
.h2 {
	font-size: 24px;
}

h3,
.h3 {
	font-size: 20px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #891b1a;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #333;
	padding: 5px 8px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #333;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #333;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #333;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #333;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #333;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#live {
  background: #1b2d58;
  color: #ffffff;
}
#live .live-holder {
  max-width: 1210px;
  padding: 10px 20px;
  margin: 0 auto;
  text-transform: uppercase;
  text-align:center;
}
#live a {
  color: #fff;
  text-decoration: underline;
}

#live a:hover {
  color:#fff;
  text-decoration: none;
}

#live h1, #live p, #live a {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-family: "droid-sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
}

/* Slick slider styles */

.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;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.container {
	padding: 0 25px;
	margin: 0 auto;
}

img {
	max-width: 100%;
	vertical-align: top;
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.buffer #writeRepForm .pageHeader {
	display: none;
}

.fb-comments.news-comments {
	display: none;
}

.hidden {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	display: block;
}

h1,
.h1 {
	line-height: 1.1;
}

h2,
.h2 {
	line-height: 1;
}

h3,
.h3 {
	letter-spacing: -.2px;
	line-height: 1;
}

.lead {
	font-size: 18px;
	line-height: 1.333;
}

.bg-block {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.bg-light {
	background-color: #f4f4f4;
}

.text-center {
	text-align: center;
}

.slick-arrow,
.slick-dots li button {
	border: 0;
	padding: 0;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

.section-heading {
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: -.14px;
	margin: 0 0 25px;
}

.section-heading span {
	display: block;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-weight: 400;
}

.section-heading span:after {
	content: "";
	height: 3px;
	width: 100%;
	background-color: currentColor;
	margin: 0 0 0 7px;
	position: relative;
	top: -2px;
	display: block;
}

.section-heading strong {
	display: block;
	font-size: 40px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.section-heading strong:before {
	content: "";
	height: 3px;
	width: 100%;
	background-color: currentColor;
	position: relative;
	top: -6px;
	margin: 0 1px 0 0;
	display: block;
}

.section-heading h2,
.section-heading .h2 {
	text-transform: uppercase;
	overflow: hidden;
	font-size: 20px;
	width: 255px;
	margin: 0;
}

.section-heading h2:last-child,
.section-heading .h2:last-child {
	margin-bottom: 0;
}

address,
.address {
	font-style: normal;
}

.resize-active *,
.resize-active *:before,
.resize-active *:after {
	-webkit-transition: none !important;
	transition: none !important;
}

.main-menu-active,
.search-active {
	overflow: hidden !important;
}

#header {
	-webkit-transition: padding .3s ease-in-out;
	transition: padding .3s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 15px 0 17px;
	min-width: 320px;
	background: transparent;
}

#header > .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 16px;
}

#header .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	max-width: calc(100% - 193px);
}

#header .holder > .options {
	margin: 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;
	width: 193px;
	height: 33px;
	display: block;
	position: relative;
	z-index: 99;
}

#header .logo a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

#header .logo .fixed {
	display: none;
}

#header .contact-btn {
	font-size: 16px;
	padding: 9px 23px 7px;
}

#header .options {
	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;
	padding: 0 30px 0 0;
}

.header-fixed#header {
	width: 100% !important;
	background-color: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .36) inset;
	position: fixed;
}

.header-fixed#header .logo .static {
	display: none;
}

.header-fixed#header .logo .fixed {
	display: block;
}

.nav-close-btn {
	text-decoration: none;
	color: #fff;
	font-size: 30px;
	line-height: 1;
	font-weight: 300;
	font-style: normal;
	display: none;
	position: absolute;
	top: 107px;
	left: 28px;
}

.nav-open-btn {
	width: 30px;
	height: 20px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
	display: block;
	margin: 7px 11px 0 0;
}

.nav-open-btn:before,
.nav-open-btn: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;
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	height: 4px;
	background: #fff;
	border-radius: 1px;
}

.nav-open-btn:before {
	top: 0;
}

.nav-open-btn:after {
	top: 16px;
}

.nav-open-btn span {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: absolute;
	top: 8px;
	right: 0;
	left: 0;
	height: 4px;
	background: #fff;
	border-radius: 1px;
	text-indent: -9999px;
}

.header-fixed .nav-open-btn:before,
.header-fixed .nav-open-btn:after,
.header-fixed .nav-open-btn span {
	background: #891b1a;
}

.main-menu-active .nav-open-btn:before,
.main-menu-active .nav-open-btn:after,
.main-menu-active .nav-open-btn span {
	background: #fff;
}

.search-active .nav-drop {
	opacity: 1;
}

.main-menu {
	font-size: 20px;
	line-height: 1;
	font-family: "droid-sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	font-weight: 600;
}

.main-menu > li {
	position: relative;
	margin: 0 0 28px;
}

.main-menu > li:last-child:before {
	display: none;
}

.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;
	font-weight: 600;
	text-transform: uppercase;
}

.main-menu a {
	color: inherit;
	text-decoration: none;
	font-style: normal;
}

.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;
	opacity: 0;
	max-height: 0;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 18px;
	display: block;
	font-weight: 400;
}

.main-menu .drop a {
	padding: 7px 14px;
	display: block;
}

.main-menu .drop a:hover {
	background: #1b2d58;
}

.main-menu .drop ul {
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 16px;
}

.main-menu .drop ul li {
	margin-bottom: 12px;
}

.main-menu .drop ul li:last-child {
	margin-bottom: 0;
}

.main-menu .hover > .drop {
	opacity: 1 !important;
	max-height: 500px;
	z-index: 2;
}

.search-open-btn {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #fff;
	background: #891b1a;
	text-decoration: none;
	font-size: 30px;
	padding: 12px 6px 12px;
	line-height: 35px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	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;
}

.search-close-btn {
	text-decoration: none;
	color: #fff;
	font-size: 40px;
	line-height: 1;
	font-weight: 300;
	font-style: normal;
	position: absolute;
	right: 30px;
	top: 63px;
}

.search-close-btn:hover {
	color: #891b1a;
}

.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(51, 51, 51, .9);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	min-height: 100vh;
	padding: 110px 30px;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
}

.search-active .search {
	opacity: 1;
	visibility: visible;
}

.search input[type=search],
.search input[type=text] {
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	border-right: 0;
	width: calc(100% - 40px);
}

.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: 1px solid #333;
	border-left: 0;
	background: none;
	width: 50px;
	height: 50px;
	font-size: 28px;
	line-height: 1;
	padding: 0;
	background-color: #1b2d58;
	color: #fff;
}

.search button[type=submit]:hover,
.search input[type=submit]:hover {
	background-color: #fff;
	color: red;
}

.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%;
}

.social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 20px;
	line-height: 1;
	margin: 0 -4px;
}

.social-list li {
	padding: 0 4px;
}

.social-list a {
	color: #fff;
	text-decoration: none;
}

.social-list a:hover {
	color: #891b1a;
}

.intro-hero:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.intro-hero:after {
    background: -webkit-linear-gradient(top, black -3%, rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, black -3%, rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0) 100%);
}

.intro-hero {
	min-height: 600px;
	background-size: cover;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	align-items: center;
}

.intro-hero .title-holder {
	display: none;
	width: 100%;
	margin: 0 auto;
}

.intro-hero .title-holder h2 a {
	font-weight: 600;
	color: #fff;
	pointer-events: none;
   	cursor: default;
   	text-transform: capitalize;
   	text-decoration: none;
}

.intro-hero .title-holder h2 {
	font-size: 72px;
	text-shadow: 2px 1px 5px #444;
	margin: 30px 0 0 0;
	text-align: center;
}

.content-section {
	padding: 40px 0 60px;
}

.content-section h1 {
	font-size: 72px;
	line-height: 1em;
	margin: 0 0 10px;
	text-align: center;
	text-transform: uppercase;
	color: #a7a9ac;
}

.content-section h2,
.content-section .h2 {
	font-size: 44px;
	line-height: 1em;
	margin: 0 0 10px;
}

.content-section h4 {
	color: #a7a9ac;
}

.content-section .container {
	max-width: 1220px;
	display: flex;
}

.crumb-block {
	display: none !important;
	background: #f4f4f4;
	padding: 15px 0;
	font-size: 13px;
	color: #333333;
	text-transform: capitalize;
}

.crumb-block a {
	color: #606060;
	text-decoration: none;
}

.crumb-block .current {
	font-weight:bold;
	color: #891b1a;
}

.main-column {
	width: 72%;
	padding: 0 30px 0 0;
}

.content-section #page-title {
	text-align: center;
	margin-bottom: 40px;
	text-transform: uppercase;
	color: #1b2d58;
}

.buffer #newsfilterlist {
	display: none;
}

.buffer form fieldset table {
	width: 100%;
	border-collapse: separate;
    border-spacing: 0 10px;
}

.buffer .formFieldContainer {
	padding: 14px 0;
}

body.empty .buffer {
	font-size: 16px;
}

.buffer fieldset legend[for] {
	font-weight: bold;
}

.sidebar {
	width: 28%;
}

.sidebar .side-box {
	background: #f4f4f4;
	margin: 0 0 30px;
}

.sidebar .input-holder:after {
	content: none;
	width: 100%;
	height: 100%;
	border: none;
	background-color: #000;
	opacity: .2;
	position: inherit;
}

.sidebar .input-holder {
	position: relative;
}

.sidebar input[type="email"] {
    border: none;
    font-size: 15px;
    line-height: 16px;
    height: 54px;
    outline: none;
    width: 100%;
    padding: 10px;
    background: #ffffff;
}

.sidebar 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: #891b1a;
    color: #fff;
    font-size: 30px;
    padding: 0px 12px;
}

.sidebar .input-holder {
	width: 100%;
}

.sidebar .navi ul {
	font-size: 18px;
	list-style-type: none;
	padding: 0 25px 25px;
	margin: 0;
}

.sidebar .navi ul li {
	padding: 0 0 10px;
}

.sidebar .navi ul li:before {
    padding: 0 10px 0 0;
    color: #cfb300;
}

.sidebar .navi ul li a {
	color: #333;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}

.sidebar .navi ul li a:hover {
	color: #891b1a;
}

.sidebar .navi ul li a:hover {
	font-weight: 600;
}

.sidebar .navi .section-top-heading {
	max-width: 150px;
	margin: 0 auto 35px;
	padding:25px 0 0;
}

.sidebar .section-heading {
	color: #1b2d58;
}

.sidebar .section-heading h2 {
	width: inherit;
	max-width: 250px;
	margin: 0 auto;
}

.sidebar .section-heading span {
	font-size: 15px;
	line-height: .75em;
}

.sidebar .section-heading strong {
	font-size: 30px;
}

#footer {
	background-color: #1b2d58;
	color: #fff;
}

#footer .heading-holder {
	padding: 50px 25px 68px;
}

#footer .section-heading {
	margin: 0;
}

#footer .section-heading h2,
#footer .section-heading .h2 {
	width: 255px;
	margin: 0 auto;
}

#footer .menu-holder {
	padding: 24px 25px 77px;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: .49px;
}

#footer .menu-holder .text {
	margin: 0 0 25px;
	text-align: center;
}

#footer .social-list {
	padding: 0;
	font-size: 51px;
	line-height: 1;
	display: flex;
  	justify-content: center;
}

#footer .social-list li {
	padding: 0 6px 12px;
}

.footer-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;
	justify-content: center;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 700;
}

.footer-menu li {
	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;
}

.footer-menu li:last-child:after {
	display: none;
}

.footer-menu li:after {
	content: "|";
	display: block;
	margin: 0 5px;
}

.footer-menu a {
	color: inherit;
	text-decoration: none;
}

.footer-menu a:hover {
	text-decoration: underline;
}

.address-holder .item {
	position: relative;
	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;
	padding: 25px 10px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.address-holder .item:after {
	content: "";
	display: block;
	width: 0;
	min-height: 215px;
}

.address-holder .item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
}

.address-holder .item .photo-copyright {
	font-weight: 400;
	font-size: 10px;
	line-height: 1.5;
	position: absolute;
	left: 25px;
	bottom: 6px;
}

.address-holder .item .photo-copyright a {
	color: inherit;
}

.address-holder .item .call-warning {
	margin-top: 1em;
	display: block;
}

address,
.address {
	text-align: center;
	font-size: 14px;
	line-height: 1.5714;
	font-weight: 600;
	letter-spacing: .38px;
	position: relative;
	z-index: 1;
}

address h2,
address .h2,
.address h2,
.address .h2 {
	letter-spacing: -.24px;
	margin: 0 0 16px;
}

address .text,
.address .text {
	display: block;
}

address .text a,
.address .text a {
	color: #fff;
	text-decoration: none;
}

address .text a:hover,
.address .text a:hover {
	text-decoration: underline;
}

.btn,
#aspnetForm input[type="reset"], 
#aspnetForm 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;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	font-family: "droid-sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	background-color: #891b1a;
	padding: 18px 25px;
	color: #fff;
	min-width: 204px;
	text-align: center;
	border: 0;
}

.btn:hover,
#aspnetForm input[type="reset"]:hover, 
#aspnetForm input[type="submit"]:hover {
	background-color: #6b1514;
}

input[type="checkbox"],
input[type="radio"] {
	margin: 0 5px 0 0;
}

.buffer input[type="text"],
.buffer input[type="tel"],
.buffer input[type="email"],
.buffer input[type="search"],
.buffer input[type="password"],
.buffer textarea {
	min-width: 90px;
}


input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	height: 50px;
	line-height: normal;
	font-size: 14px;
	color: #333;
}

.subscribe-form input[type="text"],
.subscribe-form input[type="tel"],
.subscribe-form input[type="email"],
.subscribe-form input[type="search"],
.subscribe-form input[type="password"],
.subscribe-form textarea,
.subscribe-form-holder input[type="text"],
.subscribe-form-holder input[type="tel"],
.subscribe-form-holder input[type="email"],
.subscribe-form-holder input[type="search"],
.subscribe-form-holder input[type="password"],
.subscribe-form-holder textarea {
	width: 100%;
}

textarea {
	resize: none;
	height: 150px;
}

.intro-section {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
	padding: 139px 0 54px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.intro-section:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .09) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .09) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%);
}

.intro-section:after {
	content: "";
	display: block;
	width: 0;
	min-height: 137px;
}

.intro-section .container {
	width: 100%;
	position: relative;
	z-index: 1;
}

.intro-section .text-holder {
	padding: 0 15px;
}

.intro-section h1,
.intro-section .h1 {
	margin: 0 0 15px;
	line-height: 1;
	letter-spacing: -.7px;
}

.intro-section .btn {
	min-width: 178px;
}

.main-slideshow {
	position: relative;
}

.main-slideshow .slick-dots {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 15px;
}

.main-slideshow .slick-arrow {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	top: 41%;
}

.slick-arrow {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	display: block;
	color: #fff;
	opacity: .9;
	font-size: 60px;
	line-height: 60px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
	font-family: "droid-sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
}

.slick-arrow:hover {
	opacity: 1;
}

.slick-arrow.slick-prev {
	left: 5px;
}

.slick-arrow.slick-next {
	right: 5px;
}

.slick-dots {
	font-size: 0;
	line-height: 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;
}

.slick-dots li {
	padding: 0 2px;
}

.slick-dots li.slick-active button {
	background-color: #891b1a;
}

.slick-dots li button {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #f4f4f4;
}

.slick-dots li button:hover {
	background-color: #891b1a;
}

.about-section {
	color: #fff;
}

.about-section .section-heading {
	margin: 0 0 17px;
}

.about-section .section-heading h2,
.about-section .section-heading .h2 {
	width: 132px;
}

.about-section .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
}

.about-section .text-block {
	width: 59%;
	padding: 30px 25px 34px;
	background-color: #1b2d58;
}

.about-section .text {
	margin: 0 0 21px;
	overflow: hidden;
	height: calc((14px * 1.71429) * 4);
}

.about-section .img-holder {
	width: 41%;
}

.base-section {
	padding: 70px 0 92px;
}

.services-section {
	color: #1b2d58;
}

.services-section .section-heading {
	margin: 0 0 25px;
}

.services-section .section-heading h2,
.services-section .section-heading .h2 {
	width: 240px;
	margin: 0 auto;
}

.services-list {
	font-size: 17px;
	line-height: 1.0276;
	font-weight: 700;
	font-family: "droid-sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: .2px;
	color: #253356;
	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;
	text-align: center;
	margin: 0 -10px 27px;
}

.services-list li {
	width: 50%;
	margin: 0 0 23px;
	padding: 0 10px;
}

.services-list a {
	color: inherit;
	text-decoration: none;
}

.services-list a:hover {
	color: #891b1a;
}

.services-list a:hover .icon-holder {
	background-color: #891b1a;
}

.services-list .icon-holder {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	width: 111px;
	height: 111px;
	border-radius: 50%;
	background-color: #1b2d58;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto 15px;
	font-size: 40px;
}

.subscribe-section {
	padding: 97px 0 118px;
	color: #fff;
}

.subscribe-section .section-heading {
	margin: 0 0 35px;
}

.subscribe-section .section-heading h2,
.subscribe-section .section-heading .h2 {
	width: 254px;
	margin: 0 auto 10px;
}

.subscribe-form {
	max-width: 371px;
	margin: 0 auto;
}

.subscribe-form .captcha {
	margin: 20px auto 0;
}

.subscribe-form .input-holder {
	position: relative;
	margin: 0 0 15px;
}

.subscribe-form .input-holder:after {
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid #ecf0f1;
	background-color: #000;
	opacity: .2;
	position: absolute;
	left: 1px;
	top: 1px;
}

.subscribe-form input[type="text"],
.subscribe-form input[type="tel"],
.subscribe-form input[type="email"],
.subscribe-form input[type="search"],
.subscribe-form input[type="password"],
.subscribe-form textarea {
	background-color: #e5e5e5;
	border-color: #ecf0f1;
	position: relative;
	z-index: 1;
}

.subscribe-form .submit-holder {
	padding: 10px 0 0;
}

.subscribe-form .btn,
.subscribe-form [type=submit] {
	min-width: 184px;
}

.media-section.base-section {
	padding: 90px 0 0;
}

.media-section .section-heading {
	color: #1b2d58;
	margin: 0 0 51px;
}

.media-section .section-heading h2,
.media-section .section-heading .h2 {
	width: 156px;
	margin: 0 auto;
}

.news-block {
	padding: 0 0 52px;
}

.news-list {
	margin: 0 0 48px;
}

.news-list > li {
	margin: 0 0 30px;
}

.news-item .image-wrap {
/*	height: 180px;*/
height: 360px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin: 0 0 10px;
}

.news-item .title-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	color: #253356;
	margin: 0 0 7px;
}

.news-item .date-block {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background-color: #1b2d58;
	color: #fff;
	text-align: center;
	font-family: "droid-sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -.14px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0 12px 0 0;
	padding: 10px 5px 5px;
}

.news-item .date-block .date {
	display: block;
	font-size: 24px;
	letter-spacing: -.24px;
}

.news-item h3,
.news-item .h3 {
	margin-top: 3px;
	font-size: 18px;
}

.news-item h3:last-child,
.news-item .h3:last-child {
	margin-bottom: 0;
}

.news-item h3 a,
.news-item .h3 a {
	color: inherit;
	text-decoration: none;
}

.news-item h3 a:hover,
.news-item .h3 a:hover {
	color: #891b1a;
}

.news-list li:nth-child(3),
.news-list li:nth-child(4) {
	margin: 0;
}

.news-item p {
	line-height: 1.5em;
}

.news-item p:last-of-type {
	margin-bottom: 0;
}

.read-more {
	text-decoration: none;
	font-weight: 700;
	position: relative;
	padding-left: 13px;
}

.read-more:hover {
	color: #5e1312;
}

.read-more:before {
	content: "»";
	position: absolute;
	left: 0;
	top: -2px;
}

.twitter-block {
	position: relative;
	padding: 59px 0 46px;
}

.twitter-frame {
	text-align: center;
}

.twitter-list {
	margin: 0 0 54px;
}

.twitter-list > li {
	margin: 0 0 30px;
}

.twitter-item {
	text-align: center;
}

.twitter-item .top-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 4px;
}

.twitter-item .top-block [class*=icon-] {
	color: #1b2d58;
	font-size: 28px;
	margin: 0 10px 0 0;
}

.twitter-item .metadata {
	font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 700;
	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;
	color: #891b1a;
}

.twitter-item .metadata li {
	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;
}

.twitter-item .metadata li:last-child:after {
	display: none;
}

.twitter-item .metadata li:after {
	content: "•";
	display: block;
	margin: 0 6px;
}

.twitter-item a {
	text-decoration: none;
}

.social-media {
	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;
	color: #fff;
	font-size: 28px;
	line-height: 1;
}

.social-media li {
	padding: 0 7px 10px;
}

.social-media a {
	width: 51px;
	height: 51px;
	border-radius: 50%;
	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;
	text-decoration: none;
	background-color: #891b1a;
	color: inherit;
}

.social-media a:hover {
	background-color: #6b1514;
}

.collage-block {
	padding: 32px 0 43px;
}

.collage-block .items-list {
	width: 292px;
	height: 272px;
	position: relative;
	margin: 0 auto;
}

.collage-block .collage-item {
	box-shadow: 2px 2px 7px rgba(0, 0, 0, .35);
	position: absolute;
}

.collage-block .collage-item:nth-child(1) {
	width: 138px;
	height: 151px;
	left: 0;
	top: 28px;
	z-index: 1;
}

.collage-block .collage-item:nth-child(2) {
	width: 175px;
	height: 191px;
	right: 0;
	top: 0;
}

.collage-block .collage-item:nth-child(3) {
	width: 124px;
	height: 136px;
	left: 79px;
	bottom: 0;
	z-index: 2;
}

.collage-block .collage-item:nth-child(4) {
	width: 177px;
	height: 184px;
	right: 183px;
	bottom: 44px;
	z-index: 3;
}

.collage-block .collage-item:nth-child(5) {
	width: 256px;
	height: 267px;
	right: 0;
	top: 7px;
}

.collage-block .collage-item a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	position: absolute;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	color: #fff;
}

.collage-block .collage-item a:hover [class*=icon-] {
	-webkit-transform: scale(1.15) translate3d(0, 0, 0);
	transform: scale(1.15) translate3d(0, 0, 0);
}

.collage-block .collage-item [class*=icon-] {
	-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;
	position: absolute;
	font-size: 21px;
	line-height: 1;
	top: 10px;
	right: 10px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.subscribe-block {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	background: rgba(27, 45, 88, .9);
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 97;
	padding: 10px 0;
	position: fixed;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.subscribe-block.active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.subscribe-block .container {
	max-width: 1288px;
	position: relative;
}

.subscribe-block .subscribe-heading {
	color: #fff;
	font-size: 13px;
	line-height: 1.5;
}

.subscribe-block .subscribe-heading .title {
	font: 700 30px/1 "droid-sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	margin: 0 0 15px;
}

.subscribe-block .form-close {
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-decoration: none;
	color: #fff;
	position: absolute;
	right: 10px;
	top: 9px;
	font-size: 18px;
	line-height: 1;
}

.subscribe-block .form-close:hover {
	color: #891b1a;
}

.subscribe-block .subscribe-form-holder {
	max-width: 400px;
}

.subscribe-block .subscribe-form-holder .input-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.subscribe-block .subscribe-form-holder .input-holder:after {
	display: none;
}

.subscribe-block .subscribe-form-holder form {
	width: 100%;
}

.subscribe-block .subscribe-form-holder label {
	display: block;
	margin: 0 0 10px;
	width: 100%;
	color: #fff;
	font: 700 13px/1.2 "droid-sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.subscribe-block .subscribe-form-holder button[type=submit],
.subscribe-block .subscribe-form-holder input[type=submit] {
	font-size: 14px;
	padding: 13px 10px;
	margin-left: 10px;
	min-width: 80px;
}

@media (min-width: 480px) {
	.about-section .holder {
		max-width: 80%;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 680px;
	}

	h1,
	.h1 {
		font-size: 60px;
	}

	h2,
	.h2 {
		font-size: 30px;
	}

	.section-heading {
		font-size: 18px;
		line-height: 1.5;
		letter-spacing: -.18px;
		margin: 0 0 35px;
	}

	.section-heading span:after {
		margin: 0 0 0 3px;
		top: -3px;
	}

	.section-heading strong {
		font-size: 60px;
	}

	.section-heading strong:before {
		top: -3px;
	}

	.section-heading h2,
	.section-heading .h2 {
		width: 400px;
		font-size: 30px;
		line-height: .88;
	}

	#header {
		padding: 22px 0 29px;
	}

	#header > .container {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 0 18px;
		max-width: 100%;
	}

	#header .social-list {
		position: relative;
		z-index: 10;
		padding: 17px 36px 0 0;
	}

	#header .holder {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding: 4px 0 0;
		max-width: calc(100% - 350px);
	}

	#header .logo {
		width: 334px;
		height: 56px;
		margin-left: 16px;
	}

	#header .contact-btn {
		margin: 0 0 0 25px;
	}

	#header .options {
		padding: 0 38px 0 0;
	}

	.header-fixed#header .social-list a {
		color: #891b1a;
	}

	.header-fixed#header .social-list a:hover {
		color: #1b2d58;
	}

	.nav-open-btn {
		margin: 10px 13px 0 0;
	}

	.main-menu > li {
		margin: 0 0 14px;
	}

	.main-menu > li.active > a {
		background: #891b1a;
	}

	.main-menu > li > a {
		padding: 7px 13px;
		display: inline-block;
	}

	.search-close-btn {
		top: 116px;
	}

	.search {
		padding: 157px 30px;
	}

	.search input[type=search],
	.search input[type=text] {
		width: calc(100% - 50px);
	}

	.search button[type=submit],
	.search input[type=submit] {
		width: 50px;
		height: 50px;
	}

	.social-list {
		margin: 0 -5px;
	}

	.social-list li {
		padding: 0 5px;
	}

	#footer .heading-holder {
		width: 60.9%;
		float: left;
		padding: 74px 31px 25px;
	}

	#footer .section-heading h2,
	#footer .section-heading .h2 {
		width: 400px;
		margin: 0 auto;
	}

	#footer .menu-holder {
		width: 60.9%;
		float: left;
		font-size: 24px;
		line-height: 1.5;
		padding: 23px 32px 45px;
	}

	#footer .menu-holder .text {
		margin: 0 0 56px;
	}

	#footer .social-list {
		font-size: 64px;
		margin: 0 -8px 23px;
	}

	#footer .social-list li {
		padding: 0 8px 12px;
	}

	.footer-menu {
		font-size: 16px;
	}

	.address-holder {
		width: 39.1%;
		float: right;
	}

	.btn {
		font-size: 16px;
		padding: 22px 25px;
		min-width: 246px;
	}

	.btn.btn-lg {
		font-size: 20px;
		padding: 25px 45px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		font-size: 16px;
		padding: 5px 9px;
	}

	.intro-section {
		padding: 140px 0 137px;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.intro-section:after {
		/*min-height: 271px;*/
		min-height: 330px;
	}

	.intro-section h1,
	.intro-section .h1 {
		font-size: 48px;
		margin: 0 0 23px;
	}

	.intro-section .btn {
		min-width: 230px;
	}

	.main-slideshow .slick-dots {
		bottom: 52px;
	}

	.main-slideshow .slick-arrow {
		top: 41.7%;
	}

	.slick-arrow {
		font-size: 100px;
		line-height: 100px;
	}

	.slick-arrow.slick-prev {
		left: 7px;
	}

	.slick-arrow.slick-next {
		right: 7px;
	}

	.about-section {
		margin-top: -36px;
		position: relative;
		z-index: 1;
	}

	.about-section .section-heading {
		margin: 0 0 15px;
	}

	.about-section .section-heading h2,
	.about-section .section-heading .h2 {
		width: 208px;
	}

	.about-section .holder {
		max-width: 630px;
	}

	.about-section .text-block {
		width: 56%;
		padding: 30px 15px 41px 28px;
	}

	.about-section .text {
		margin: 0 0 27px;
	}

	.about-section .img-holder {
		width: 44%;
	}

	.base-section {
		padding: 87px 0 96px;
	}

	.services-section .section-heading {
		margin: 0 0 46px;
	}

	.services-section .section-heading h2,
	.services-section .section-heading .h2 {
		width: 360px;
	}

	.services-list {
		font-size: 20px;
		line-height: 1;
		padding: 0 14px;
		margin: 0 0 -7px;
	}

	.services-list li {
		width: 33.33%;
		margin: 0 0 45px;
	}

	.services-list .icon-holder {
		width: 126px;
		height: 126px;
		margin: 0 auto 18px;
	}

	.subscribe-section {
		padding: 112px 0 76px;
	}

	.subscribe-section .section-heading {
		margin: 0 0 52px;
	}

	.subscribe-section .section-heading h2,
	.subscribe-section .section-heading .h2 {
		width: 384px;
		margin: 0 auto 12px;
	}

	.subscribe-form .submit-holder {
		padding: 5px 0 0;
	}

	.subscribe-form .btn,
	.subscribe-form [type=submit] {
		min-width: 205px;
	}

	.media-section.base-section {
		padding: 126px 0 0;
	}

	.media-section .section-heading {
		margin: 0 0 62px;
	}

	.media-section .section-heading h2,
	.media-section .section-heading .h2 {
		width: 230px;
	}

	.media-section .holder {
		max-width: 570px;
		margin: 0 auto;
	}

	.news-block {
		padding: 0 0 56px;
	}

	.news-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -17px 2px;
	}

	.news-list > li {
		width: 50%;
		padding: 0 17px;
		margin: 0 0 49px;
	}

	.twitter-block {
		padding: 58px 40px 27px;
	}

	.twitter-list {
		margin: 0 0 40px;
	}

	.twitter-list > li {
		margin: 0 0 45px;
	}

	.twitter-item {
		font-size: 16px;
		line-height: 1.625;
	}

	.twitter-item .metadata {
		font-size: 18px;
		line-height: 1.1111;
	}

	.twitter-item .metadata li:after {
		margin: 0 7px;
	}

	.social-media {
		font-size: 48px;
	}

	.social-media li {
		padding: 0 12px 15px;
	}

	.social-media a {
		width: 88px;
		height: 88px;
	}

	.collage-block {
		padding: 44px 0;
	}

	.collage-block .container {
		max-width: 100%;
	}

	.collage-block .items-list {
		width: 714px;
		height: 344px;
	}

	.collage-block .collage-item:nth-child(1) {
		width: 183px;
		height: 190px;
		top: 36px;
	}

	.collage-block .collage-item:nth-child(2) {
		width: 231px;
		height: 241px;
		right: auto;
		left: 155px;
	}

	.collage-block .collage-item:nth-child(3) {
		width: 164px;
		height: 171px;
		left: 103px;
	}

	.collage-block .collage-item [class*=icon-] {
		font-size: 27px;
		top: 13px;
		right: 13px;
	}

	.subscribe-block {
		padding: 0;
	}

	.subscribe-block .person-frame {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.subscribe-block .person-frame .img-holder {
		width: 120px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}

	.subscribe-block .subscribe-heading {
		font-size: 16px;
		padding: 0 20px;
	}

	.subscribe-block .subscribe-heading .title {
		font-size: 26px;
	}

	.subscribe-block .subscribe-form-holder {
		min-width: 340px;
	}

	.subscribe-block .subscribe-form-holder label {
		font-size: 16px;
	}

	.subscribe-block .subscribe-form-holder button[type=submit],
	.subscribe-block .subscribe-form-holder input[type=submit] {
		min-width: 150px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.main-menu-active .main-menu {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.intro-hero {
	    min-height: 450px;
	}

	.intro-hero .title-holder h2 {
    	font-size: 48px;
    }

	.sidebar .section-heading strong {
		font-size: 25px;
	}

	.sidebar .section-heading span {
		font-size: 14px;
	}

	.sidebar input[type="email"] {
		font-size: 12px;
	}
}

@media (min-width: 1024px) and (max-width: 1365px) {
	.nav-drop {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
	}
}

@media (min-width: 1024px) {
	.container {
		max-width: 1220px;
	}

	#header {
		padding: 23px 0;
	}

	#header > .container {
		max-width: 1544px;
		padding: 0 50px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	#header .social-list {
		padding: 0 14px;
	}

	#header .holder {
		max-width: calc(100% - 193px);
		padding: 0;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	#header .logo {
		width: 193px;
		height: 33px;
		margin: 0;
	}

	#header .options {
		padding: 0;
	}

	.header-fixed#header .main-menu {
		color: #333;
	}

	.header-fixed#header .main-menu > li.hover {
		color: #fff;
	}

	.header-fixed#header .main-menu > li.active {
		color: #fff;
	}

	.nav-open-btn {
		display: none;
	}

	.main-menu {
		font-size: 14px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin: 0 -10px;
		color: #fff;
	}

	.main-menu > li {
		padding: 0 7px;
		margin: 0;
	}

	.main-menu > li:before {
		content: "|";
		position: absolute;
		right: 0;
		top: 6px;
		width: 2px;
		height: 22px;
	}

	.main-menu > li > a {
		vertical-align: top;
		padding: 6px 8px;
	}

	.main-menu > li.has-drop-down:after {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, background .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out, background .3s ease-in-out;
		content: "";
		position: absolute;
		background: #891b1a;
		top: 100%;
		left: 7px;
		right: 7px;
		height: 20px;
		opacity: 0;
		visibility: hidden;
	}

	.main-menu > li.hover > a {
		background: #891b1a;
	}

	.main-menu > li.hover.has-drop-down:after {
		opacity: 1;
		visibility: visible;
	}

	.main-menu .drop {
		opacity: 1;
		position: absolute;
		top: 43px;
		left: 7px;
		width: 224px;
		max-height: none;
		display: none;
		text-align: left;
		background-color: #891b1a;
		color: #fff;
		font-weight: 700;
		padding: 11px 0 10px;
	}

	.main-menu .drop ul li {
		margin-bottom: 6px;
	}

	.is-touch-device .main-menu .hover > .drop {
		display: block;
	}

	.nav-bar {
		margin-right: 10px;
	}

	.search-open-btn {
		padding: 12px 10px 12px;
	}

	.search-open-btn:hover {
		color: #1b2d58;
	}

	.search form {
		max-width: 700px;
	}

	#footer .heading-holder {
		width: 43.6%;
	}

	#footer .menu-holder {
		width: 43.6%;
	}

	#footer .menu-holder .text {
		margin: 0 0 61px;
	}

	.address-holder {
		width: 56.4%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.address-holder:after {
		content: "";
		display: block;
		width: 0;
		padding-bottom: 90%;
	}

	.address-holder .item {
		width: 50%;
	}

	.address-holder .item .photo-copyright {
		bottom: 15px;
		left: 15px;
	}

	address,
	.address {
		font-size: 16px;
		line-height: 1.5;
	}

	.intro-section {
		-webkit-box-align: flex-end;
		-ms-flex-align: flex-end;
		align-items: flex-end;
		padding: 310px 0 140px;
	}

	.intro-section:after {
		min-height: 250px;
	}

	.intro-section h1,
	.intro-section .h1 {
		font-size: 50px;
	}

	.main-slideshow .slick-dots {
		bottom: 90px;
	}

	.main-slideshow .slick-arrow {
		top: 48.4%;
	}

	.about-section {
		margin-top: -66px;
	}

	.about-section .holder {
		max-width: 930px;
	}

	.about-section .text-block {
		width: 57%;
		padding: 30px 31px 37px;
	}

	.about-section .text {
		margin: 0;
		height: auto;
	}

	.about-section .img-holder {
		width: 43%;
	}

	.base-section {
		padding: 100px 0;
	}

	.services-list {
		padding: 0;
		margin: 0 -10px;
	}

	.services-list li {
		width: 16.6666%;
		margin: 0 0 34px;
	}

	.subscribe-section {
		padding: 171px 0 138px;
	}

	.subscribe-section .section-heading {
		margin: 0 0 38px;
	}

	.subscribe-form {
		max-width: 100%;
	}

	.subscribe-form form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.subscribe-form .input-holder {
		width: calc(33.33% - 14px);
	}

	.subscribe-form .submit-holder {
		width: 100%;
		padding: 27px 0 0;
	}

	.media-section.base-section {
		padding: 96px 0 62px;
	}

	.media-section .holder {
		max-width: 100%;
		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;
	}

	.media-section .btn-holder {
		margin: 30px 0 0;
	}

	.news-block {
/*		width: calc(51.2% - 34px);*/
		width: 100%;
		padding: 0;
	}

	.twitter-block {
		width: 48.8%;
	}

	.collage-block {
		padding: 65px 0 0;
	}

	.collage-block .collage-item [class*=icon-] {
		font-size: 43px;
		top: 16px;
		right: 23px;
	}

	.subscribe-block .person-frame .img-holder {
		width: 154px;
	}

	.subscribe-block .subscribe-heading .title {
		font-size: 30px;
	}

	.subscribe-block .form-close {
		right: 62px;
	}

	.subscribe-block .subscribe-form-holder {
		max-width: 44.4%;
		margin: 5px 36px 0 0;
	}

	.subscribe-block .subscribe-form-holder form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.main-menu > li:nth-last-child(2) .drop,
	.main-menu > li:nth-last-child(1) .drop {
		left: auto;
		right: 5px;
	}
}

@media (min-width: 1200px) {
	#header .social-list {
		padding: 0 30px;
	}

	#header .holder {
		padding: 12px 0 0;
		max-width: calc(100% - 334px);
	}

	#header .logo {
		width: 334px;
		height: 56px;
	}

	.header-fixed#header {
		padding: 24px 0 26px;
	}

	.address-holder:after {
		padding-bottom: 75%;
	}

	.address-holder .item .photo-copyright {
		bottom: 45px;
		left: 36px;
	}

	.slick-arrow.slick-prev {
		left: 50px;
	}

	.slick-arrow.slick-next {
		right: 50px;
	}

	.collage-block .items-list {
		width: 1167px;
		height: 538px;
	}

	.collage-block .collage-item:nth-child(1) {
		width: 297px;
		height: 297px;
		top: 56px;
	}

	.collage-block .collage-item:nth-child(2) {
		width: 377px;
		height: 377px;
		left: 253px;
	}

	.collage-block .collage-item:nth-child(3) {
		width: 267px;
		height: 267px;
		left: 170px;
	}

	.collage-block .collage-item:nth-child(4) {
		width: 289px;
		height: 289px;
		bottom: 67px;
		right: 300px;
	}

	.collage-block .collage-item:nth-child(5) {
		width: 418px;
		height: 418px;
		top: 11px;
	}
}

@media (min-width: 1366px) {
	#header .social-list {
		padding: 4px 16px 0;
	}

	#header .social-list:before {
		content: "";
		width: 1px;
		height: 20px;
		position: absolute;
		left: 0;
		top: 4px;
		background: #fff;
	}

	.nav-bar {
		padding: 0 14px;
	}

	#footer .heading-holder {
		padding-left: calc((100vw - 1170px) / 2);
	}

	#footer .menu-holder {
		padding-left: calc((100vw - 1170px) / 2);
	}

	.address-holder:after {
		padding-bottom: 64.7%;
	}

	.slick-arrow.slick-prev {
		left: 120px;
	}

	.slick-arrow.slick-next {
		right: 120px;
	}
}

@media (min-width: 1400px) {
	.main-menu > li {
		padding: 0 13px;
	}

	.main-menu > li.has-drop-down:after {
		left: 13px;
		right: 13px;
	}

	.main-menu .drop {
		left: 13px;
	}
}

@media (min-width: 1450px) {
	.main-menu {
		font-size: 16px;
	}
	.intro-section:after {
		min-height: 350px;
	}
}

@media (min-width: 1600px) {
	.address-holder:after {
		display: none;
	}

	.address-holder .item:after {
		min-height: 534px;
	}

	.intro-hero {
		background-position: 50% 20%;
	}
}

@media (max-width: 1023px) {
	.nav-close-btn {
		display: block;
	}

	.main-menu-active .social-list a {
		color: #fff !important;
	}

	.nav-drop {
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		background: #1b2d58;
		position: absolute;
		top: 0;
		opacity: 0;
		visibility: hidden;
		right: 0;
		left: auto;
		height: 100vh;
		padding: 166px 20px 20px;
		width: 304px;
	}

	.main-menu-active .nav-drop {
		opacity: 1;
		visibility: visible;
	}

	.nav-drop .inner {
		overflow-x: hidden;
		overflow-y: auto;
		height: 100%;
	}

	.main-menu .drop {
		visibility: hidden;
	}

	.main-menu .hover > .drop {
		padding: 6px 0 12px 14px;
		visibility: visible;
	}

	address h2,
	address .h2,
	.address h2,
	.address .h2 {
		font-size: 24px;
	}

	.media-section .btn-holder {
		margin: 30px 0 40px;
	}
}

@media (max-width: 767px) {
	.twitter-list li:nth-child(3n), .news-list li:nth-child(3n), .news-list li:nth-child(4n), .mobile-hidden {
		display: none !important;
	}

	#header .social-list {
		position: absolute;
		z-index: 10;
		opacity: 0;
		visibility: hidden;
		top: 112px;
		right: 19px;
	}

	.main-menu-active #header .social-list {
		opacity: 1;
		visibility: visible;
	}

	#header .holder > .search {
		display: none;
	}

	.main-menu-active .header-fixed#header .logo .static {
		display: block;
	}

	.main-menu-active .header-fixed#header .logo .fixed {
		display: none;
	}

	.nav-drop {
		left: 0;
		padding: 164px 20px 20px;
		min-width: 330px;
		width: 100%;
	}

	.main-menu .hover > .drop {
		padding: 14px 0 1px;
	}

	.intro-hero {
	    min-height: 300px;
	}

	.intro-hero .title-holder h2 {
    	font-size: 48px;
    }

	.content-section .container {
		max-width: 1220px;
		display: flex;
		flex-direction: column;
	}

	.sidebar {
		width: 100%;
	}

	.main-column {
		width: 100%;
		padding: 0 0 80px 0;
	}

	.news-item .image-wrap {
/*		height: 260px;*/
height: 520px;
	}

	#footer .menu-holder {
		text-align: center;
	}

	#footer .social-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 0 9px;
	}

	.footer-menu {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.about-section .text-block .btn {
		padding: 13px 25px;
		min-width: 144px;
	}

	.twitter-block:after {
		content: "";
		position: absolute;
		left: -9999px;
		top: 0;
		right: -9999px;
		bottom: 0;
		background-color: #f4f4f4;
		z-index: -1;
	}

	.collage-block {
		margin: 0 -25px;
	}

	.collage-block .collage-item:nth-child(4) {
		display: none !important;
	}

	.collage-block .collage-item:nth-child(5) {
		display: none !important;
	}

	.subscribe-block .person-frame .img-holder {
		display: none;
	}
}

