/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*td,
th {
	padding: 0;
}*/

.social-list,
.main-menu,
.main-menu .drop ul,
.footer-nav,
.banner-wrap .slideshow .pagination ul,
.top-bar ul,
.instagram-gallery,
.video-section .socials {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body,
.buffer #aspnetForm {
	color: #6c6d70;
	background: #fff;
	font: 16px/1.5 "Crimson Text", "Times", "Baskerville", "Georgia", serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#newsfilterlist {
	font-family: "Georgia", "Times", "Baskerville", serif;
	font-size: 14px;
}

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: "Alegreya", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 40px;
}

h2,
.h2 {
	font-size: 24px;
}

h3,
.h3 {
	font-size: 22px;
}

h4,
.h4 {
	font-size: 20px;
}

h5,
.h5 {
	font-size: 18px;
}

h6,
.h6 {
	font-size: 16px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #ce3535;
}

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 #6c6d70;
	padding: .4em .7em;
	min-width: 80px;
}

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: #6c6d70;
}

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: #6c6d70;
}

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: #6c6d70;
}

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: #6c6d70;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #6c6d70;
}

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?vmwlga");
	src: url("../fonts/icomoon.eot?vmwlga#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?vmwlga") format("truetype"), url("../fonts/icomoon.woff?vmwlga") format("woff"), url("../fonts/icomoon.svg?vmwlga#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
.read-more:before {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-building:before {
	content: "";
}

.icon-calendar:before {
	content: "";
}

.icon-case:before {
	content: "";
}

.icon-horn:before {
	content: "";
}

.icon-tools:before {
	content: "";
}

.icon-arrow-right:before {
	content: "";
}

.icon-refresh:before {
	content: "";
}

.icon-repley:before {
	content: "";
}

.icon-dots:before {
	content: "";
}

.icon-calendar-2:before {
	content: "";
}

.icon-camera:before {
	content: "";
}

.icon-document:before {
	content: "";
}

.icon-group:before {
	content: "";
}

.icon-hands:before {
	content: "";
}

.icon-health:before {
	content: "";
}

.icon-map:before {
	content: "";
}

.icon-money:before {
	content: "";
}

.icon-moneybox:before {
	content: "";
}

.icon-play:before {
	content: "";
}

.icon-add:before {
	content: "";
}

.icon-instagram:before {
	content: "";
}

.icon-twitter:before {
	content: "";
}

.icon-facebook:before {
	content: "";
}

.icon-search:before {
	content: "";
}

.icon-star:before {
	content: "";
}

.icon-star-full:before {
	content: "";
}

.icon-youtube:before {
	content: "";
}

#live {
  background: #c80000;
  color: #fff;
}
#live .live-holder {
  max-width: 1210px;
  padding: 5px 20px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
#live h1 {
  font-size: 28px;
  line-height: 37px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 10px 0 0;
}
#live a {
	color: #fff;
}

#live a:hover {
	
}

#live h1, #live p, #live a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  font-family: "Alegreya", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 700;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../images/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../images/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.container {
	max-width: 690px;
	padding: 0 30px;
	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 {
	color: #932424;
	text-decoration: none;
}

address {
	font-style: normal;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	display: block;
}

h1,
.h1 {
	line-height: 1;
}

h2,
.h2 {
	line-height: 1.125;
}

.custom-title {
	text-align: center;
}

.custom-title h1,
.custom-title .h1,
.custom-title h2,
.custom-title .h2 {
	font-weight: 400;
}

.custom-title h1 strong,
.custom-title .h1 strong,
.custom-title h2 strong,
.custom-title .h2 strong {
	font-weight: 700;
}

.custom-title .icon-holder {
	font-size: 45px;
	margin: 0 0 15px;
}

.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: 18px;
}

.social-list li {
	padding: 0 7px;
}

.social-list a {
	color: inherit;
	text-decoration: none;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.social-list a:hover {
	color: #ce3535;
}

.subscribe-form input:not([type="submit"]):not([type="reset"]) {
	margin: 0;
	padding: 12px 8px;
	background: #fff;
	border: none;
	border-radius: 2px;
	color: #000;
	height: 46px;
}

.hidden,
.accessibility {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.section-heading {
	margin: 0 0 36px;
}

.section-heading h1,
.section-heading .h1,
.section-heading h2,
.section-heading .h2 {
	font-weight: 400;
}

.section-heading h1 strong,
.section-heading .h1 strong,
.section-heading h2 strong,
.section-heading .h2 strong {
	font-weight: 700;
}

.section-heading .icon-holder {
	font-size: 44px;
	line-height: 1;
	margin: 0 0 16px;
}

.text-center {
	text-align: center;
}

.read-more {
	font: 700 16px/20px "Alegreya", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	padding: 0 0 0 20px;
	position: relative;
	text-decoration: none;
}

.read-more:before {
	content: "\e905";
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.read-more:hover {
	color: #22427b;
}

.resize-active *,
.resize-active *:before,
.resize-active *:after {
	-webkit-transition: none !important;
	transition: none !important;
}

#header {
	-webkit-transition: background-color .2s ease-in-out, padding .2s ease-in-out;
	transition: background-color .2s ease-in-out, padding .2s ease-in-out;
	background-color: rgba(34, 66, 123, .7);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 11px 0 14px;
	color: #fff;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#header .help-btn {
	-webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	transition: color .2s ease-in-out, background-color .2s ease-in-out;
	display: inline-block;
	vertical-align: top;
	background-color: #ce3535;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Alegreya", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	position: absolute;
	top: 79px;
	width: 100vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 3px 7px;
}


#header .help-btn:hover {
	background-color: #fff;
	color: #ce3535;
}

#header .help-btn [class*=icon-] {
	font-size: 18px;
	margin: 0 8px 0 0;
	position: relative;
	top: 2px;
}

.header-fixed #header {
	position: fixed;
	background: #fff;
}

#header > .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 100%;
}

#header .social-list {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin: 0 -6px 35px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

#header .social-list li {
	padding: 0 6px;
}

.logo {
	-webkit-transition: top .3s ease-in-out, left .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: top .3s ease-in-out, left .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, top .3s ease-in-out, left .3s ease-in-out;
	transition: transform .3s ease-in-out, top .3s ease-in-out, left .3s ease-in-out, -webkit-transform .3s ease-in-out;
	width: 201px;
	height: 54px;
	z-index: 999;
	display: block;
	position: relative;
}

.logo img {
	max-height: 100%;
}

.logo .logo-img {
	display: block;
	width: 100%;
	height: 100%;
}

.logo .logo-img.fixed {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
}

.header-fixed .logo .logo-img.static {
	opacity: 0;
	visibility: hidden;
}

.header-fixed .logo .logo-img.fixed {
	opacity: 1;
	visibility: visible;
}

.nav-close-btn {
	text-decoration: none;
	color: #fff;
	font-size: 40px;
	font-weight: 300;
	font-family: "Alegreya Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: absolute;
	right: 9px;
	top: 13px;
}

.nav-open-btn {
	width: 30px;
	height: 20px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
	display: block;
}

.nav-open-btn:before,
.nav-open-btn:after {
	-webkit-transition: 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: 2px;
}

.nav-open-btn:before {
	top: 0;
}

.nav-open-btn:after {
	top: 17px;
}

.nav-open-btn span {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: absolute;
	top: 9px;
	right: 0;
	left: 0;
	height: 4px;
	background: #fff;
	border-radius: 2px;
	text-indent: -9999px;
}

.header-fixed .nav-open-btn:before,
.header-fixed .nav-open-btn:after,
.header-fixed .nav-open-btn span {
	background-color: #22427b;
}

.main-menu {
	font-size: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.main-menu > li {
	position: relative;
	margin: 0 0 13px;
}

.main-menu > li:nth-last-child(2) .drop,
.main-menu > li:nth-last-child(1) .drop {
	left: auto;
	right: 10px;
}

.main-menu > li:nth-last-child(2) .drop ul:before,
.main-menu > li:nth-last-child(1) .drop ul:before {
	left: auto;
	right: 13px;
}

.main-menu > li.active {
	color: #ce3535 !important;
}

.main-menu > li > a {
	position: relative;
	text-transform: uppercase;
	font-family: "Alegreya", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-weight: 700;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.main-menu > li > a.has-drop-down-a:before,
.main-menu > li > a.has-drop-down-a:after {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	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;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 100%;
	width: 14px;
	height: 2px;
	background: #ce3535;
	margin: 0 0 0 9px;
}

.main-menu > li > a.has-drop-down-a:after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.main-menu a {
	color: inherit;
	text-decoration: none;
}

.main-menu a:hover {
	color: #ce3535;
}

.main-menu li.hover > a {
	color: #ce3535;
}

.main-menu li.hover > .has-drop-down-a {
	z-index: 3;
}

.main-menu li.hover > .has-drop-down-a:after {
	-webkit-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0);
}

.main-menu .drop {
	-webkit-transition: opacity .3s ease-in-out, visability .3s ease-in-out, padding .3s ease-in-out, max-height .3s ease-in-out;
	transition: opacity .3s ease-in-out, visability .3s ease-in-out, padding .3s ease-in-out, max-height .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	max-height: 0;
	font-size: 14px;
	display: block !important;
}

.main-menu .drop ul li:last-child {
	margin-bottom: 0;
}

.main-menu .hover > .drop {
	opacity: 1 !important;
	visibility: visible;
	max-height: 500px;
	z-index: 2;
}

.main-menu .hover > .drop li:last-child {
	margin-bottom: 0;
}

.search-opener {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	padding: 5px;
	margin: 0 36px;
}

.search-opener:hover {
	color: #ce3535;
}

.header-fixed .search-opener {
	color: #22427b;
}

.search {
	width: calc(100% - 23px);
	margin: 0 0 30px;
}

.search input[type=search],
.search input[type=text] {
	border: 2px solid #fff;
	color: #fff;
	background: none;
	height: 50px;
	font-size: 16px;
	padding: 5px 10px;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
}

.search input[type=search]::-webkit-input-placeholder,
.search input[type=text]::-webkit-input-placeholder {
	color: #fff;
}

.search input[type=search]::-moz-placeholder,
.search input[type=text]::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.search input[type=search]:-moz-placeholder,
.search input[type=text]:-moz-placeholder {
	color: #fff;
}

.search input[type=search]:-ms-input-placeholder,
.search input[type=text]:-ms-input-placeholder {
	color: #fff;
}

.search input[type=search].placeholder,
.search input[type=text].placeholder {
	color: #fff;
}

.search input[type=search]:focus,
.search input[type=text]:focus {
	outline: none;
}

.search button[type=submit],
.search input[type=submit] {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	border: 2px solid #fff;
	border-left: 0;
	background: none;
	width: 48px;
	font-size: 20px;
	line-height: 1;
}

.search button[type=submit]:hover,
.search input[type=submit]:hover {
	background-color: #fff;
	color: #22427b;
}

.search button[type=submit]:focus,
.search input[type=submit]:focus {
	outline: none;
}

.search .search-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#footer {
	background-color: #22427b;
	color: #fff;
	padding: 63px 0 39px;
	text-align: center;
}

#footer .custom-title {
	margin: 0 0 34px;
}

#footer .social-list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.address-area {
	margin: 0 0 55px;
}

.address-item {
	font-size: 16px;
	line-height: 1.25;
	margin: 0 0 39px;
	font-weight: 600;
}

.address-item .title {
	display: block;
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
	font-family: "Alegreya", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin: 0 0 9px;
}

.address-item .text-item {
	display: block;
}

.address-item .text-item a {
	text-decoration: none;
	color: inherit;
}

.address-item .text-item a:hover {
	text-decoration: underline;
}

.footer-nav {
	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-transform: uppercase;
	font-size: 14px;
	font-family: "Alegreya", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	letter-spacing: .5px;
	margin: 0 0 17px;
}

.footer-nav 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-nav li:last-child:after {
	display: none;
}

.footer-nav li:after {
	content: "|";
	margin: 0 8px;
}

.footer-nav a {
	color: #fff;
	text-decoration: none;
}

.footer-nav a:hover {
	text-decoration: underline;
}

.btn {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Alegreya", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	padding: 16px 15px;
	min-width: 150px;
	border-radius: 2px;
	border: 2px solid;
	text-align: center;
}

.btn-privacy {
	color: #fff;
	background-color: #ce3535;
	border-color: #ce3535 !important;
}

.btn-privacy:hover {
	color: #ce3535;
	background-color: #fff;
	border-color: #fff !important;
}

.btn.btn-primary {
	border-color: #ce3535;
	color: #ce3535;
}

.btn.btn-primary:hover {
	background-color: #ce3535;
	color: #fff;
}

.btn.btn-secondary {
	border-color: #fff;
	color: #fff;
}

.btn.btn-secondary:hover {
	background-color: #fff;
	color: #ce3535;
}

.btn.btn-lg {
	text-align: center;
	min-width: 216px;
	padding: 9px 15px 7px;
	border-radius: 6px;
}

.banner {
	position: relative;
}

.banner-wrap {
	position: relative;
}

.banner-wrap:before {
	content: "";
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, .2) 21%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, .2) 21%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.banner-wrap .slideshow .slide {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
}

.banner-wrap .slideshow .slide.active {
	z-index: 9;
}

.banner-wrap .slideshow .pagination {
	position: absolute;
	z-index: 100;
	bottom: 12px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.banner-wrap .slideshow .pagination ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.banner-wrap .slideshow .pagination ul li {
	padding: 3px;
}

.banner-wrap .slideshow .pagination ul li a {
	width: 15px;
	height: 15px;
	-webkit-transition: background .3s ease-in-out, opacity .3s ease-in-out;
	transition: background .3s ease-in-out, opacity .3s ease-in-out;
	display: block;
	border-radius: 50%;
	border: 1px solid #fff;
	font-size: 0;
	line-height: 0;
}

.banner-wrap .slideshow .pagination ul li a:hover {
	background: #fff;
	opacity: .7;
}

.banner-wrap .slideshow .pagination ul li.active a {
	background: #fff;
}

.banner-wrap .top-bar {
	position: absolute;
	z-index: 10;
	bottom: 187px;
	left: 0;
	right: 0;
}

.banner-wrap .top-bar .container {
	max-width: 100%;
}

.int-banner {
	position:relative;
	min-height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	overflow-y: hidden;
}

.int-banner .container {
    position: relative;
    min-height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
    -ms-flex-align: center;
    align-items:center;
}

.int-banner h1 {
	color: #fff;
	font-size: 50px;
	padding: 30px;
	text-align:center;
	font-weight: 300;
	margin: 70px 0 0;
	background-color: rgba(34, 66, 123, .7);
}

.int-banner h1 .sectionlink {
	text-transform: capitalize;
	color:#fff;
	text-decoration: none;
	pointer-events: none;
    cursor: default;
}

.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;
}

.int-wrap {
	padding: 50px 0;
}

.int-wrap h2 {
	text-align: center;
	display: block;
	margin: 0 auto 30px;
	font-size: 46px;
}

.header-fixed .banner-wrap .top-bar .container {
	max-width: 1130px;
	padding: 0 30px;
}

.header-fixed .banner-wrap .top-bar-item a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.header-fixed .banner-wrap .top-bar-item [class^="icon-"],
.header-fixed .banner-wrap .top-bar-item [class*="icon-"],
.header-fixed .banner-wrap .top-bar-item .read-more:before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.banner-wrap .slide .slide-bg {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	min-height: 566px;
}

.banner-wrap .slide .slide-content {
	background: -webkit-linear-gradient(315deg, #60c4f1 0%, #33537f 51%, #072349 100%);
	background: linear-gradient(135deg, #60c4f1 0%, #33537f 51%, #072349 100%);
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	padding: 14px 23px;
}

.banner-wrap .slide .slide-content .slide-title {
	display: block;
	margin-bottom: -3px;
}

.banner-wrap .slide .slide-content p {
	margin-bottom: 6px;
}

.banner-wrap .slide .slide-content .btn {
	background: none;
	border: 2px solid #fff;
	font-size: 10px;
	line-height: 12px;
	padding: 13px 17px;
}

.banner-wrap .slide .slide-content .btn:hover {
	color: #fff;
	background: #ce3535;
}

.banner-wrap .slide .slide-content .btn .icon-arrow-right {
	margin: -5px 10px 0 0;
}

.banner-content {
	position: relative;
	z-index: 10;
}

.banner-content .btn-holder {
	text-align: center;
}

.top-bar {
	-webkit-transition: top .3s ease-in-out, background .3s ease-in-out;
	transition: top .3s ease-in-out, background .3s ease-in-out;
}

.top-bar ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	z-index: 3;
	position: relative;
	margin-bottom: -6px;
}

.top-bar ul li {
	padding: 0 5px 6px;
}

.top-bar-item {
	font: 700 11px/12px "Alegreya", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	line-height: 11px;
	color: #fff;
	text-transform: uppercase;
}

.top-bar-item a {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	background: rgba(0, 0, 0, .7);
	padding: 8px 4px 5px 8px;
	display: block;
	color: inherit;
	text-decoration: none;
}

.top-bar-item a:hover {
	background: #22427b;
}

.top-bar-item [class^="icon-"],
.top-bar-item [class*=" icon-"],
.top-bar-item .read-more:before {
	font-size: 16px;
	margin: 0 9px 0 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.top-bar-item .info-text {
	display: block;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.top-bar-item .item-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.star-bar {
	background: #22427b;
	padding: 20px 30px 2px;
}

.star-bar-item {
	font: 700 14px/15px "Crimson Text", "Times", "Baskerville", "Georgia", serif;
	color: #fff;
	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;
}

.star-bar-item [class^="icon-"],
.star-bar-item [class*=" icon-"],
.star-bar-item .read-more:before {
	font-size: 66px;
	margin: 0 14px 0 0;
}

.star-bar-item .value {
	display: block;
	font: 700 37px/40px "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 4px;
	letter-spacing: -.25px;
}

.subscribe-block {
  background: rgba(34, 66, 123, .8);
  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: "Alegreya", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.subscribe-block .form-close {
	font-family: "Alegreya Sans", "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: #ce3535;
}

.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: "Alegreya", "Times New Roman", "Times", "Baskerville", "Georgia", 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;
}

.subscribe-block .subscribe-form button[type=submit],
.subscribe-block .subscribe-form input[type=submit] {
	background-color: #ce3535;
	color: #fff;
	padding: 14px 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	min-width: 0;
}

.subscribe-block .subscribe-form button[type=submit]:hover,
.subscribe-block .subscribe-form input[type=submit]:hover {
	background-color: #22427b;
	border-color: #22427b;
}

.news-section {
	padding: 40px 0 20px;
	position: relative;
	z-index: 2;
}

.news-block-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.news-item {
	text-align: left;
	margin: 0 0 46px;
}

.news-item h2,
.news-item .h2 {
	color: #22427b;
	display: block;
	border-bottom: 2px solid #6c6d70;
	padding: 0 0 15px;
}

.news-item h2 a,
.news-item .h2 a {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	color: inherit;
	text-decoration: none;
}

.news-item h2 a:hover,
.news-item .h2 a:hover {
	opacity: .8;
}

.news-item time {
	color: #6c6d70;
	font-size: 14px;
	line-height: 16px;
	display: block;
	margin: 0 0 8px;
}

.news-item time a {
	color: inherit;
	text-decoration: none;
}

.news-item time a:hover {
	color: #22427b;
}

.news-item p {
	margin-bottom: 10px;
}

.news-item.desktop-only {
	display: none;
}

.twitter-section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	z-index: 1;
	margin: -110px 0 0;
	padding: 136px 0 139px;
	overflow: hidden;
}

.twitter-section .section-heading {
	color: #fff;
	margin: 0 0 50px;
}

.twitter-section:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, .96) 6%, rgba(255, 255, 255, .86) 11%, rgba(255, 255, 255, .23) 30%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%, white 100%);
	background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, .96) 6%, rgba(255, 255, 255, .86) 11%, rgba(255, 255, 255, .23) 30%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%, white 100%);
	z-index: 1;
}

.twitter-section-holder {
	color: #fff;
	position: relative;
	z-index: 3;
	padding: 140px 0 0;
	max-width: 260px;
}

.twitter-section-holder:before {
	width: 925px;
	height: 925px;
	content: "";
	background: #22427b;
	opacity: .8;
	position: absolute;
	border-radius: 50%;
	z-index: -1;
	-webkit-transform: translate(-61%, -16%);
	-ms-transform: translate(-61%, -16%);
	transform: translate(-61%, -16%);
}

.twitter-section-holder .social-list {
	margin: 0 -10px;
	font-size: 64px;
}

.twitter-section-holder .social-list li {
	padding: 0 10px;
}

.widget-twitter {
	font-size: 16px;
	line-height: 24px;
	max-width: 540px;
}

.widget-twitter .top-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 12px;
}

.widget-twitter .brand-icon {
	color: #f16464;
	font-size: 60px;
	margin: 0 6px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.widget-twitter a {
	color: #f16464;
	text-decoration: none;
}

.widget-twitter a:hover {
	color: #f59393;
}

.widget-twitter .info {
	font-size: 14px;
	line-height: 1.429;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	padding: 19px 0 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
}

.widget-twitter .time {
	padding: 0 0 0 14px;
	position: relative;
}

.widget-twitter .time:before {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #fff;
	top: 6px;
	left: 4px;
}

.widget-twitter .widget-content {
	max-height: 230px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.widget-twitter .widget-footer {
	max-width: 320px;
	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;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 30px;
}

.widget-twitter .widget-footer [class^="icon-"],
.widget-twitter .widget-footer [class*=" icon-"],
.widget-twitter .widget-footer .read-more:before {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 1;
	margin: 0 10px 0 0;
}

.widget-twitter .widget-footer a {
	color: #fff;
}

.widget-twitter .widget-footer a:hover {
	color: #f16464;
}

.gallery-section {
	padding: 0 30px;
}

.instagram-gallery li {
	position: relative;
	width: 100%;
	padding-bottom: 103%;
}

.instagram-gallery .block-5,
.instagram-gallery .block-6,
.instagram-gallery .block-7 {
	display: none;
}

.instagram-gallery .img-holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.instagram-gallery .img-holder:after,
.instagram-gallery .img-holder:before {
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	content: "";
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(.3);
	-ms-transform: translate(-50%, -50%) scale(.3);
	transform: translate(-50%, -50%) scale(.3);
	background: #fff;
	opacity: 0;
}

.instagram-gallery .img-holder:after {
	height: 4px;
	width: 58px;
}

.instagram-gallery .img-holder:before {
	height: 58px;
	width: 4px;
}

.instagram-gallery .img-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 4px 0;
}

.instagram-gallery .img-wrap:before {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ce3535;
	z-index: 9;
	background: rgba(206, 53, 53, .8);
	opacity: 0;
}

.instagram-gallery .img-wrap:hover .img-holder:after,
.instagram-gallery .img-wrap:hover .img-holder:before {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

.instagram-gallery .img-wrap:hover:before {
	opacity: .7;
}

.instagram-gallery .block-title .block-title-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #22427b;
	color: #fff;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 4px 0;
	font-family: "Alegreya", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 20px;
}

.instagram-gallery .block-title .block-title-wrap:hover {
	color: #ce3535;
}

.instagram-gallery .block-title .block-title-wrap [class^="icon-"],
.instagram-gallery .block-title .block-title-wrap [class*=" icon-"] {
	font-size: 54px;
	margin-bottom: 10px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.info-section {
	padding: 70px 0 54px;
}

.info-section .holder .info-item:last-child {
	margin-bottom: 0;
}

.info-item {
	color: #fff;
	margin: 0 0 23px;
	padding: 43px 18px 28px;
	font-size: 24px;
	line-height: 1.167;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.info-item .custom-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 22px;
	text-align: left;
}

.info-item .custom-title .icon-holder {
	width: 70px;
	margin: 0;
}

.info-item .custom-title .h1 {
	margin: 0;
	width: calc(100% - 70px);
	line-height: .95;
	margin: 2px 0 0;
}

.info-item .custom-title .icon-hands {
	font-size: 45px;
}

.info-item .custom-title .icon-health {
	font-size: 40px;
}

.video-section {
	padding: 72px 0 64px;
}

.video-section .custom-title {
	margin: 0 0 30px;
}

.video-section .custom-title .icon-holder {
	margin: 0 0 10px;
}

.video-section .custom-title .h1 {
	margin: 0 0 17px;
}

.video-section .socials {
	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;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	font-family: "Alegreya", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.video-section .socials li {
	padding: 0 4px;
}

.video-section .socials a {
	text-decoration: none;
}

.video-section .socials [class*=icon-] {
	font-size: 29px;
}

.video-items-holder {
	margin: 0 0 41px;
}

.video-item {
	font-size: 24px;
	line-height: 1.167;
	color: #22427b;
	font-family: "Alegreya", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin: 0 0 28px;
}

.video-item .img-holder {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding-bottom: 56%;
	position: relative;
	margin: 0 0 6px;
}

.video-item .play-btn {
	color: #fff;
	font-size: 48px;
	line-height: 1;
	text-decoration: none;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}

.video-item .play-btn:hover {
	color: #ce3535;
}

.video-item .title {
	display: block;
}

.buffer .issues-wrap {
  display: inline-table;
  width: 46%;
  vertical-align: top;
  margin: 10px;
}

.buffer .issues-listed {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.buffer a.issues-item {
  vertical-align: middle;
  font-size: 1.2em;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  width: 100%;
  display: table-cell;
  background: #ececec;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-width: 6px 1px 1px 1px;
 	border-color: #20417d;
  padding: 18px;
  border-style: solid;
}

.buffer a.issues-item:hover {
  background: #20417d;
  color:#fff;
}

@media (min-width: 375px) {
	.instagram-gallery li {
		padding-bottom: 90%;
	}
}

@media (min-width: 480px) {
	.instagram-gallery li {
		padding-bottom: 80%;
	}
}

@media (min-width: 640px) {
	#footer .bottom-area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		justify-content: center;
	}

	.address-area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		margin: 0 0 42px;
	}

	.address-area .address-item {
		width: calc(50% - 60px);
	}

	.footer-nav {
		margin: 0 20px 0 0;
	}

	.instagram-gallery li {
		padding-bottom: 66%;
	}

	.info-section .holder .info-item {
		margin: 0 0 39px;
	}

	.info-item {
		padding: 79px 50px 44px;
	}

	.info-item .custom-title {
		margin: 0 0 27px;
	}

	.info-item .custom-title .icon-holder {
		width: 80px;
	}

	.info-item .custom-title .h1 {
		margin: 9px 0 0;
		width: calc(100% - 80px);
	}

	.info-item .custom-title .icon-hands {
		font-size: 53px;
	}

	.info-item .custom-title .icon-health {
		font-size: 47px;
	}

	.info-item .text-holder {
		margin: 0 0 39px;
	}

	.video-items-holder {
		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;
		margin: 0 0 36px;
	}

	.video-items-holder .video-item {
		width: calc(50% - 15px);
		margin: 0;
	}
}

@media (min-width: 768px) {
	h1,
	.h1 {
		font-size: 50px;
	}

	.custom-title .icon-holder {
		font-size: 60px;
		margin: 0 0 19px;
	}

	.section-heading {
		margin: 0 0 44px;
	}

	.section-heading .icon-holder {
		margin: 0 0 20px;
		font-size: 60px;
	}

	#header .help-btn {
		position: static;
		width: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		border-radius: 3px;
	}

	#header .holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		max-width: calc(100% - 279px);
	}

	.logo {
		width: 279px;
		height: 75px;
	}

	.nav-close-btn {
		right: 27px;
		top: 23px;
	}

	.nav-drop .search {
		display: none;
	}

	.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: absolute;
		background-color: #22427b;
		top: 100%;
		padding: 20px 30px;
		margin: 0;
		width: 400px;
		right: 0;
		border-top: 1px solid #22427b;
		opacity: 0;
		visibility: hidden;
	}

	.search-active .search {
		opacity: 1;
		visibility: visible;
	}

	#footer {
		padding: 56px 0 26px;
	}

	#footer .custom-title {
		margin: 0 0 63px;
	}

	.address-area {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.address-area .address-item {
		width: calc(33.33% - 15px);
	}

	.address-item {
		margin: 0;
	}

	.btn.btn-lg {
		min-width: 280px;
		font-size: 20px;
		padding: 11px 15px 9px;
		border: 2px solid;
	}

	.banner-wrap .slideshow .pagination {
		top: auto;
	}

	.banner-wrap .slideshow .pagination ul li a {
		width: 18px;
		height: 18px;
	}

	.banner-wrap .top-bar {
		top: 112px;
		bottom: auto;
	}

	.header-fixed .banner-wrap .top-bar {
		position: fixed;
		background: #22427b;
		top: 100px;
		z-index: 990;
	}

	.header-fixed .banner-wrap .top-bar-item a {
		background: transparent;
	}

	.header-fixed .banner-wrap .top-bar-item a:hover {
		color: #ce3535;
	}

	.banner-wrap .slide .slide-bg {
		min-height: 748px;
	}

	.banner-wrap .slide .slide-content {
		width: 410px;
		min-height: 286px;
		padding: 37px 20px 0 33px;
		background: rgba(34, 66, 123, .5);
		position: absolute;
		border-radius: 4px;
		bottom: 100px;
		right: 26px;
		font-size: 16px;
		line-height: 24px;
	}

	.banner-wrap .slide .slide-content .slide-title {
		font-size: 28px;
		line-height: 26px;
		margin-bottom: 9px;
	}

	.banner-wrap .slide .slide-content p {
		margin-bottom: 11px;
	}

	.banner-wrap .slide .slide-content .btn {
		font-size: 14px;
		line-height: 16px;
		padding: 19px 32px;
	}

	.banner-content {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 178px;
	}

	.top-bar ul {
		margin: 0 -3px -6px;
	}

	.top-bar ul li {
		padding: 0 3px 6px;
	}

	.top-bar-item {
		font-size: 12px;
		line-height: 12px;
	}

	.top-bar-item a {
		padding: 8px 12px;
	}

	.top-bar-item [class^="icon-"],
	.top-bar-item [class*=" icon-"],
	.top-bar-item .read-more:before {
		font-size: 30px;
	}

	.star-bar {
		background: rgba(34, 66, 123, .7);
		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;
		margin: 0 auto 60px;
		padding: 10px 20px 3px;
		max-width: 630px;
	}

	.star-bar-item {
		font-size: 12px;
		line-height: 1;
	}

	.star-bar-item [class^="icon-"],
	.star-bar-item [class*=" icon-"],
	.star-bar-item .read-more:before {
		font-size: 48px;
		margin: 0 8px 0 0;
	}

	.star-bar-item .value {
		font-size: 27px;
		line-height: 30px;
	}

	.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%;
	}

	.news-section {
		padding: 68px 0 20px;
	}

	.news-block-wrap {
		margin: 0 0 36px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.news-block-wrap .news-item {
		width: calc(50% - 18px);
	}

	.news-item {
		margin: 0 0 20px;
	}

	.news-item h2,
	.news-item .h2 {
		padding: 0 0 20px;
		margin: 0 0 8px;
	}

	.twitter-section {
		padding: 136px 0 155px;
	}

	.twitter-section .section-heading {
		margin: 0 0 32px;
	}

	.twitter-section-holder {
		padding: 157px 0 0;
		max-width: 430px;
	}

	.twitter-section-holder:before {
		-webkit-transform: translate(-38%, -13%);
		-ms-transform: translate(-38%, -13%);
		transform: translate(-38%, -13%);
	}

	.widget-twitter {
		font-size: 20px;
		line-height: 28px;
	}

	.widget-twitter .info {
		font-size: 16px;
		line-height: 18px;
	}

	.widget-twitter p {
		margin: 0 0 30px;
	}

	.widget-twitter .widget-footer {
		margin: 0 0 53px;
	}

	.widget-twitter .widget-footer [class^="icon-"],
	.widget-twitter .widget-footer [class*=" icon-"],
	.widget-twitter .widget-footer .read-more:before {
		font-size: 26px;
	}

	.gallery-section {
		padding: 0 20px;
	}

	.instagram-gallery {
		margin: 0 -10px;
	}

	.instagram-gallery .block-5,
	.instagram-gallery .block-6,
	.instagram-gallery .block-7 {
		display: block;
		width: 33.33%;
		padding-bottom: 33.5%;
	}

	.instagram-gallery .block-4,
	.instagram-gallery .block-m {
		width: 33.8%;
		padding-bottom: 33.6%;
	}

	.instagram-gallery .block-2,
	.instagram-gallery .block-3 {
		padding-bottom: 47%;
		width: 50%;
	}

	.instagram-gallery .block-1 {
		width: 66.2%;
		padding-bottom: 67.4%;
	}

	.instagram-gallery .img-wrap {
		margin: 10px;
	}

	.instagram-gallery .block-title .block-title-wrap {
		margin: 10px;
	}

	.info-section {
		padding: 50px 0 64px;
	}

	.video-section {
		padding: 81px 0 42px;
	}

	.video-section .custom-title {
		margin: 0 0 45px;
	}

	.video-section .custom-title .icon-holder {
		margin: 0 0 18px;
	}

	.video-section .socials {
		font-size: 20px;
	}

	.video-section .socials [class*=icon-] {
		font-size: 36px;
	}

	.video-item .img-holder {
		margin: 0 0 15px;
	}

	.video-item .play-btn {
		font-size: 55px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.nav-active .main-menu {
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
	}

	.banner-wrap .top-bar .container {
		padding: 0 10px;
	}

	.header-fixed .banner-wrap .top-bar .container {
		padding: 0 10px;
	}

	.top-bar ul li {
		-webkit-box-flex: 1;
		-ms-flex: 1 auto;
		flex: 1 auto;
		max-width: 25%;
	}
}

@media (min-width: 1024px) {
	body {
		font-size: 18px;
	}

	.container {
		max-width: 990px;
	}

	h1,
	.h1 {
		font-size: 66px;
		line-height: .8;
	}

	h2,
	.h2 {
		line-height: 1.071;
		font-size: 28px;
	}

	.section-heading {
		margin: 0 0 52px;
	}

	.read-more {
		font-size: 18px;
	}

	#header {
		padding: 25px 0;
	}

	#header .help-btn {
		position: absolute;
		right: 30px;
		left: auto;
		bottom: 11px;
		top: auto;
	}

	.header-fixed #header .help-btn {
		display: none;
	}

	.header-fixed #header .social-list {
		color: #22427b;
		display: none;
	}

	#header .social-list {
		position: absolute;
		top: 11px;
		right: 33px;
		margin-bottom: 0;
	}

	#header .holder {
		max-width: calc(100% - 240px);
	}

	.logo {
		width: 240px;
		height: 65px;
	}

	.header-fixed .logo {
		width: 185px;
		height: 50px;
	}

	.nav-close-btn {
		display: none;
	}

	.nav-open-btn {
		display: none;
	}

	.main-menu {
		font-size: 17px;
		line-height: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin: 0 -10px;
	}

	.main-menu > li {
		padding: 0 10px;
		margin: 0;
	}

	.main-menu > li > a.has-drop-down-a:before,
	.main-menu > li > a.has-drop-down-a:after {
		display: none;
	}

	.header-fixed .main-menu > li {
		color: #22427b;
	}

	.main-menu .drop {
		position: absolute;
		padding-top: 46px;
		top: 20px;
		left: 10px;
		width: 216px;
		color: #22427b;
		font-size: 17px;
		font-family: "Alegreya", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
		font-weight: 700;
		max-height: none;
	}

	.main-menu .drop ul {
		padding: 19px 20px;
		background: #fff;
		position: relative;
	}

	.main-menu .drop ul:before {
		content: "";
		border-bottom: 13px solid #fff;
		border-left: 17px solid transparent;
		border-right: 17px solid transparent;
		position: absolute;
		left: 13px;
		top: -13px;
	}

	.main-menu .drop ul li {
		margin: 0 0 21px;
	}

	.header-fixed .main-menu .drop {
		padding-top: 38px;
	}

	.header-fixed .main-menu .drop ul {
		background-color: #ebebeb;
	}

	.header-fixed .main-menu .drop ul:before {
		border-bottom-color: #ebebeb;
	}

	.search-opener {
		position: absolute;
		top: 4px;
		right: 145px;
		margin: 0;
	}

	.header-fixed .search-opener {
		display: none;
	}

	#footer .custom-title {
		margin: 0 0 49px;
	}

	.address-area {
		margin: 0 0 60px;
	}

	.address-item {
		font-size: 18px;
		line-height: 1.44;
	}

	.address-item .title {
		font-size: 24px;
		margin: 0 0 12px;
	}

	.btn.btn-lg {
		font-size: 26px;
		min-width: 374px;
		padding: 15px 15px 13px;
	}

	.banner-wrap .slideshow .pagination {
		bottom: 26px;
	}

	.banner-wrap .top-bar {
		top: 125px;
	}

	.header-fixed .banner-wrap .top-bar-item {
		min-width: 0;
	}

	.banner-wrap .slide .slide-bg {
		min-height: 980px;
	}

	.banner-wrap .slide .slide-content {
		width: 532px;
		height: 312px;
		right: 13%;
		bottom: 62px;
		font-size: 18px;
		line-height: 26px;
		padding: 47px 20px 0 23px;
	}

	.banner-wrap .slide .slide-content .slide-title {
		font-size: 36px;
		line-height: 38px;
		margin-bottom: 15px;
	}

	.banner-wrap .slide .slide-content p {
		margin-bottom: 21px;
	}

	.banner-content {
		bottom: 188px;
	}

	.top-bar ul {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.top-bar-item {
		min-width: 153px;
	}

	.top-bar-item a {
		padding: 14px 20px;
	}

	.star-bar {
		max-width: 972px;
		margin: 0 auto 52px;
		padding: 10px 44px 16px;
	}

	.star-bar-item {
		font-size: 16px;
		line-height: 18px;
	}

	.star-bar-item [class^="icon-"],
	.star-bar-item [class*=" icon-"],
	.star-bar-item .read-more:before {
		font-size: 66px;
		margin: 0 14px 0 0;
	}

	.star-bar-item .value {
		font-size: 40px;
		line-height: 46px;
	}

	.subscribe-block .person-frame .img-holder {
		max-width: 122px;
		margin: 0 34px 0 0;
	}

	.subscribe-block .subscribe-heading {
		width: calc(100% - 156px);
	}

	.news-section {
		padding: 88px 0 20px;
	}

	.news-block-wrap .news-item {
		width: calc(33% - 18px);
	}

	.news-item h2,
	.news-item .h2 {
		padding: 0 0 15px;
	}

	.news-item.desktop-only {
		display: block;
	}

	.twitter-section {
		margin: -158px 0 0;
		padding: 158px 0;
	}

	.twitter-section .section-heading {
		margin: 0 0 22px;
	}

	.twitter-section .section-heading h1,
	.twitter-section .section-heading .h1 {
		margin: 0 0 18px;
	}

	.twitter-section-holder {
		padding: 112px 0 0;
		max-width: 544px;
	}

	.twitter-section-holder:before {
		width: 999px;
		height: 999px;
		-webkit-transform: translate(-39%, -21%);
		-ms-transform: translate(-39%, -21%);
		transform: translate(-39%, -21%);
	}

	.widget-twitter {
		font-size: 24px;
		line-height: 30px;
	}

	.widget-twitter p {
		margin: 0 0 22px;
	}

	.widget-twitter .widget-footer {
		margin: 0 0 60px;
	}

	.widget-twitter .widget-footer {
		margin: 0 0 52px;
	}

	.instagram-gallery .block-5,
	.instagram-gallery .block-6,
	.instagram-gallery .block-7 {
		width: 15%;
		padding-bottom: 14.90%;
	}

	.instagram-gallery .block-4,
	.instagram-gallery .block-m {
		width: 18%;
		padding-bottom: 18.4%;
	}

	.instagram-gallery .block-2,
	.instagram-gallery .block-3 {
		width: 22.5%;
		padding-bottom: 21.9%;
	}

	.instagram-gallery .block-1 {
		width: 37%;
		padding-bottom: 36.8%;
	}

	.info-section {
		padding: 24px 0 66px;
	}

	.info-section .holder {
		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;
	}

	.info-section .holder .info-item {
		width: calc(50% - 15px);
		margin: 0;
	}

	.info-item {
		padding: 60px 30px 44px;
	}

	.video-section {
		padding: 69px 0 71px;
	}

	.video-section .custom-title {
		margin: 0 0 28px;
	}

	.video-section .custom-title .h1 {
		margin: 0 0 24px;
	}

	.video-items-holder {
		margin: 0 0 30px;
	}

	.video-items-holder .video-item {
		width: calc(33.33% - 19px);
	}

	.video-item {
		font-size: 28px;
		line-height: 1.079;
	}

	.video-item .play-btn {
		font-size: 68px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1230px;
	}

	#header .help-btn {
		position: static;
	}

	.header-fixed #header .help-btn {
		display: block;
	}

	.header-fixed #header {
		padding: 16px 0;
	}

	.main-menu {
		padding: 0 15px;
		margin: 0;
	}

	.header-fixed .main-menu .drop {
		padding-top: 29px;
	}

	.banner-wrap .top-bar {
		top: 138px;
	}

	.header-fixed .banner-wrap .top-bar {
		top: 82px;
	}

	.header-fixed .banner-wrap .top-bar-item {
		font-size: 12px;
		line-height: 1;
	}

	.header-fixed .banner-wrap .top-bar-item a {
		padding: 12px 20px 14px;
	}

	.header-fixed .banner-wrap .top-bar-item [class^="icon-"],
	.header-fixed .banner-wrap .top-bar-item [class*="icon-"],
	.header-fixed .banner-wrap .top-bar-item .read-more:before {
		font-size: 32px;
		margin: 0 9px 0 0;
	}

	.top-bar-item {
		font-size: 18px;
		line-height: 20px;
		min-width: 205px;
	}

	.top-bar-item [class^="icon-"],
	.top-bar-item [class*=" icon-"],
	.top-bar-item .read-more:before {
		margin: 0 10px 0 0;
		font-size: 46px;
	}

	.subscribe-block .person-frame {
		width: calc(100% - 550px);
	}

	.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;
	}

	.info-item {
		padding: 79px 50px 44px;
	}
}

@media (min-width: 1440px) {
	#header {
		padding: 15px 0;
	}

	#header .help-btn {
		font-size: 17px;
		padding: 2px 13px 5px;
	}

	#header .help-btn [class*=icon-] {
		font-size: 23px;
		top: 4px;
	}

	#header .holder {
		max-width: calc(100% - 415px);
	}

	.logo {
		width: 365px;
		height: 99px;
		margin-left: 50px;
	}

	.main-menu .drop {
		padding-top: 53px;
	}

	.banner-wrap .top-bar .container {
		padding-left: 80px;
	}

	.subscribe-block .container {
		padding-right: 94px;
	}

	.subscribe-block .form-close {
		right: 97px;
		top: 8px;
	}

	.info-section .container {
		max-width: 1500px;
	}
}

@media (max-width: 1023px) {
	.nav-drop {
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		height: calc(100vh - 100px);
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		padding: 40px 39px;
		background: #22427b;
		overflow-x: hidden;
		overflow-y: auto;
		position: absolute;
		top: 100px;
		width: 370px;
		left: calc(100vw - 370px);
	}

	.nav-active .nav-drop {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.main-menu .hover > .drop {
		padding: 5px 0 8px;
	}

	.main-menu .hover > .drop li {
		margin-bottom: 11px;
	}

	.video-item.hidden-mobile {
		display: none;
	}
}

@media (max-width: 767px) {
	.twitter-section-holder .social-list {
		font-size: 40px;
	}
	
	.subscribe-block {
		padding: 15px 10px;
	}

	.buffer .issues-wrap {
	    width: 100%;
	    margin: 10px 0;
	}

	#header .holder > .search {
		display: none;
	}

	.nav-drop {
		height: calc(100vh - 108px);
		top: 108px;
		width: 100vw;
		left: 50%;
		padding: 18px 30px 30px;
	}

	.nav-active .nav-drop {
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.search-opener {
		display: none;
	}

	.safari .nav-drop,
	.mac .nav-drop {
		height: calc(100vh - 107px);
		top: 107px;
		width: 100vw;
		left: 50%;
		padding: 18px 30px 30px;
	}

	.banner-content .btn-holder {
		position: absolute;
		top: -173px;
		left: 0;
		right: 0;
	}

	.top-bar ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-width: 404px;
		margin: 0 auto;
	}

	.top-bar ul li {
		width: 50%;
	}

	.int-banner,
	.int-banner .container {
		min-height: 450px;
	}

	.int-banner h1 {
		font-size: 36px;
		padding: 15px;
	}

	.int-wrap h2 {
		font-size: 30px;
	}

	.star-bar-item {
		max-width: 260px;
		margin: 0 auto 22px;
	}

	.subscribe-block .container {
		padding: 0 15px;
	}

	.subscribe-block .person-frame .img-holder {
		display: none;
	}

	.news-block .btn {
		margin-top: -20px;
	}

	.instagram-gallery {
		max-width: 500px;
		margin: 0 auto;
	}

	.instagram-gallery .block-4,
	.instagram-gallery .block-m {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
}

.buffer .newsbody .bodycopy p {
	line-height: 1.5;
}