/*! 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 ul,
.contact-holder .accordion,
.contact-holder .slide,
.benefits-list,
.promo-info-container .list-items,
.promo-info-container .circles-holder .circles-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #333;
	background: #fff;
	font: 14px/1.714 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: #22346b;
}

h1,
.h1 {
	font-size: 36px;
}

h2,
.h2 {
	font-size: 36px;
}

h3,
.h3 {
	font-size: 26px;
}

h4,
.h4 {
	font-size: 22px;
}

h5,
.h5 {
	font-size: 20px;
}

h6,
.h6 {
	font-size: 18px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #ce3543;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

#securityInfoTable input[type="text"] {
	padding: 5px;
	font-size: 15px;
	min-width: 100px;
}

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: .4em .7em;
	min-width: 90px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #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;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?2yoqae");
	src: url("../fonts/icomoon.eot?2yoqae#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?2yoqae") format("truetype"), url("../fonts/icomoon.woff?2yoqae") format("woff"), url("../fonts/icomoon.svg?2yoqae#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-arrow-up:before {
	content: "";
}

.icon-youtube-play:before {
	content: "";
}

.icon-envelope:before {
	content: "";
}

.icon-back:before {
	content: "";
}

.icon-next:before {
	content: "";
}

.icon-application:before {
	content: "";
}

.icon-flag:before {
	content: "";
}

.icon-laurels:before {
	content: "";
}

.icon-money:before {
	content: "";
}

.icon-request:before {
	content: "";
}

.icon-art:before {
	content: "";
}

.icon-notebook:before {
	content: "";
}

.icon-microphone:before {
	content: "";
}

.icon-play:before {
	content: "";
}

.icon-arms:before {
	content: "";
}

.icon-hammer:before {
	content: "";
}

.icon-box:before {
	content: "";
}

.icon-eagle:before {
	content: "";
}

.icon-rss:before {
	content: "";
}

.icon-youtube:before {
	content: "";
}

.icon-twitter:before {
	content: "";
}

.icon-facebook:before {
	content: "";
}

.icon-search:before {
	content: "";
}

/* Slick slider styles */

.intro-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.intro-slider .slick-track,
.intro-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	-webkit-transition-property: -webkit-transform, opacity, -webkit-transform;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image:before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	-webkit-transition-property: -webkit-transform, opacity, -webkit-transform;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-iframe,
.fancybox-video {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0;
	-ms-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transition-property: -webkit-transform, -webkit-transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998;
}

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
}

.fancybox-caption {
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 25px 44px;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption:before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
	background-repeat: repeat-x;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -44px;
	z-index: -1;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

.fancybox-loading {
	-webkit-animation: a 1s linear infinite;
	animation: a 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-1turn);
	-ms-transform: rotate(-1turn);
	transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(1turn);
	-ms-transform: rotate(1turn);
	transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1);
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.container {
	padding: 0 25px;
	max-width: 710px;
	margin: 0 auto;
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-weight: 300;
	font-style: italic;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.buffer a {
	font-style: normal;
	font-weight: 600;
}

.buffer a.issues-item {
    font-size: 1.4em;
    color: #d0333f;
    background: #f3f3f3;
    border-color: #21316e;
}

img {
	max-width: 100%;
	vertical-align: top;
}

address {
	font-style: normal;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	display: block;
}

h1,
.h1 {
	line-height: 1;
	letter-spacing: -2.2px;
}

h2,
.h2 {
	line-height: 1;
	font-weight: 600;
}

h3,
.h3 {
	line-height: 1;
}

h4,
.h4 {
	line-height: 1.182;
}

.section-heading h2,
.section-heading .h2 {
	text-transform: uppercase;
	text-align: center;
}

.section-heading.decoreted {
	overflow: hidden;
}

.section-heading.decoreted h2,
.section-heading.decoreted .h2 {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.section-heading.decoreted h2 span:not([class]),
.section-heading.decoreted .h2 span:not([class]) {
	display: block;
	height: 2px;
	background: #ce3543;
	position: absolute;
	top: 50%;
	left: 104%;
	right: -9999px;
}

.section-heading.decoreted h2 span:not([class]):before,
.section-heading.decoreted h2 span:not([class]):after,
.section-heading.decoreted .h2 span:not([class]):before,
.section-heading.decoreted .h2 span:not([class]):after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	background: #ce3543;
	top: 6px;
	bottom: auto;
}

.section-heading.decoreted h2 span:not([class]):after,
.section-heading.decoreted .h2 span:not([class]):after {
	bottom: 6px;
	top: auto;
}

.text-center {
	text-align: center;
}

.text-uppercase {
	text-transform: uppercase;
}

.hidden {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 42px;
	line-height: 1;
	color: #fff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.social-list li {
	padding: 0 3px;
}

.social-list a {
	text-decoration: none;
	color: inherit;
}

.social-list a:hover {
	color: #ce3543;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

.resize-active *,
.resize-active *:before,
.resize-active *:after {
	-webkit-transition: none !important;
	transition: none !important;
}

.nav-active,
.search-active {
	overflow: hidden !important;
}

#header {
	-webkit-transition: background-color .3s ease-in-out, padding .3s ease-in-out;
	transition: background-color .3s ease-in-out, padding .3s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 17px 0;
	color: #fff;
}

.header-fixed #header {
	position: fixed;
}

.header-fixed:not(.nav-active) #header {
	background: #fff;
	box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .35);
}

.nav-active #header {
	background-color: #22346b;
}

#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;
}

#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: 131px;
	height: 76px;
	display: block;
}

#header .logo a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

#header .logo img {
	max-height: 100%;
}

#header .logo .logo-img {
	width: 100%;
	height: 100%;
	display: block;
}

.header-fixed:not(.nav-active) #header .logo .logo-img.static {
	opacity: 0;
	visibility: hidden;
}

#header .logo .logo-img.fixed {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
}

.header-fixed:not(.nav-active) #header .logo .logo-img.fixed {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

#header .contact-btn {
	font-size: 16px;
	padding: 9px 23px 7px;
}

.header-fixed:not(.nav-active) #header .contact-btn {
	color: #ce3543;
	border-color: #ce3543;
}

.header-fixed:not(.nav-active) #header .contact-btn:hover {
	color: #fff;
}

#header .options {
	margin: 0 0 26px;
}

.nav-close-btn {
	text-decoration: none;
	color: #fff;
	font-size: 40px;
	line-height: 1;
	font-weight: 300;
	font-style: normal;
	position: absolute;
	right: 16px;
	top: 0;
	display: none;
}

.nav-open-btn {
	width: 30px;
	height: 20px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
	display: block;
}

.nav-open-btn:before,
.nav-open-btn:after {
	-webkit-transition: -webkit-transform .3s ease-in-out, background .3s ease-in-out;
	transition: transform .3s ease-in-out, background .3s ease-in-out;
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	height: 4px;
	background: #fff;
	border-radius: 2px;
}

.nav-open-btn:before {
	top: 0;
}

.nav-open-btn:after {
	top: 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: 2px;
	text-indent: -9999px;
}

.header-fixed:not(.nav-active) .nav-open-btn:before,
.header-fixed:not(.nav-active) .nav-open-btn:after,
.header-fixed:not(.nav-active) .nav-open-btn span {
	background-color: #22346b;
}

.nav-drop .inner {
	max-width: 400px;
	margin: 0 auto;
}

.main-menu {
	font-size: 26px;
	line-height: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-weight: 500;
	text-align: center;
}

.main-menu > li {
	position: relative;
	margin: 0 0 23px;
}

.main-menu > li.active a {
	color: inherit;
	background-color: transparent;
}

.main-menu > li.active a:hover {
	background-color: transparent;
	color: #ce3543;
}

.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-family: "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

.main-menu > li > a.has-drop-down-a:before,
.main-menu > li > a.has-drop-down-a:after {
	-webkit-transition: -webkit-transform .3s ease-in-out, background .3s ease-in-out;
	transition: transform .3s ease-in-out, background .3s ease-in-out;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 100%;
	width: 11px;
	height: 2px;
	background: #ce3543;
	margin: 0 0 0 11px;
}

.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;
	font-style: normal; /* &:hover {
			@include media("<desktop") {
				color: $red;
			}
		} */
}

.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, 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-size: 14px;
	display: block;
	font-weight: 400;
}

.main-menu .drop ul {
	font-size: 14px;
	color: #fff;
}

.main-menu .hover > .drop {
	opacity: 1 !important;
	max-height: 500px;
	z-index: 2;
}

.main-menu .hover > .drop li:last-child {
	margin-bottom: 0;
}

.search-open-btn {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	padding: 5px;
	margin: 0 14px;
	line-height: 35px;
}

.search-open-btn:hover {
	color: #ce3543;
}

.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: 30px;
}

.search-close-btn:hover {
	color: #ce3543;
}

.search {
	margin: 0 0 28px;
}

.search input[type=search],
.search input[type=text] {
	border: 2px solid #fff;
	color: #fff;
	background: none;
	height: 45px;
	font-size: 18px;
	padding: 5px 10px;
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	font-weight: 500;
	border-right: 0;
}

.search input[type=search]::-webkit-input-placeholder,
.search input[type=text]::-webkit-input-placeholder {
	color: #fff;
}

.search input[type=search]::-moz-placeholder,
.search input[type=text]::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.search input[type=search]:-moz-placeholder,
.search input[type=text]:-moz-placeholder {
	color: #fff;
}

.search input[type=search]:-ms-input-placeholder,
.search input[type=text]:-ms-input-placeholder {
	color: #fff;
}

.search input[type=search].placeholder,
.search input[type=text].placeholder {
	color: #fff;
}

.search input[type=search]:focus,
.search input[type=text]:focus {
	outline: none;
}

.search button[type=submit],
.search input[type=submit] {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	border: 2px solid #fff;
	border-left: 0;
	background: none;
	width: 48px;
	font-size: 20px;
	line-height: 1;
	padding: 0;
	background-color: #ce3543;
}

.search button[type=submit]:hover,
.search input[type=submit]:hover {
	background-color: #fff;
	color: #ce3543;
}

.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%;
}

.main-subscribe-opener {
	display: none;
	font-family: "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 17px;
}

.main-subscribe-opener:hover {
	color: #22346b;
}

.main-subscribe-opener [class*=icon-] {
	margin: 0 10px 0 0;
	font-size: 18px;
}

#footer {
	background: #000;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	color: #fff;
	padding-top: 73px;
	position: relative;
}

#footer h2,
#footer h3,
#footer h4 {
	text-transform: uppercase;
	font-family: "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: -.6px;
	margin-bottom: 45px;
}

#footer .subscribe-section {
	padding: 83px 0 27px;
}

#footer .subscribe-section .title {
	letter-spacing: .9px;
	max-width: none;
}

#footer.templated {
    background-position: 50% 100%;
	background-repeat: no-repeat;
	margin: -110px 0 0;
	position: relative;
}

#footer.templated:before {
	content: "";
	position: absolute;
	z-index: 2;
	top: -90px;
	right: 0;
	left: 0;
	height: 200px;
	background: -webkit-linear-gradient(top, rgb(239, 232, 221) 5%, rgb(249, 245, 240) 40%, rgba(255, 253, 250, 0.6) 60%, rgba(186, 166, 141, 0) 100%);
	background: linear-gradient(to bottom, rgb(239, 232, 221) 5%, rgb(249, 245, 240) 40%, rgba(255, 253, 250, 0.6) 60%, rgba(186, 166, 141, 0) 100%);
}

#footer.templated .subscribe-section {
	padding: 60px 0;
}

.smooth-scroll {
	width: 52px;
	height: 52px;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	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;
	background: rgba(255, 255, 255, .47);
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	position: absolute;
	right: 14px;
	bottom: 12px;
}

.smooth-scroll:hover {
	background: #000;
}

.recent-videos {
	text-align: center;
}

.recent-videos .col-holder {
	margin: 0 -11px 55px;
}

.recent-videos .col-holder .col {
	margin-bottom: 27px;
}

.recent-videos h2 {
	margin-bottom: 37px !important;
}

.recent-videos .col {
	padding: 0 11px;
}

.recent-videos .video-holder {
	position: relative;
	height: 100%;
	padding: 0 0 62.25% 0;
}

.recent-videos img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.btn-play {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	color: #e62117;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 59px;
	text-decoration: none;
	opacity: .75;
}

.btn-play:hover {
	opacity: 1;
}

.footer-holder {
	padding: 20px 77px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.footer-nav {
	padding-top: 4px;
	width: 100%;
}

.footer-nav .col {
	width: 100%;
}

.footer-nav .col.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.footer-nav .col.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.footer-nav .col.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.footer-nav .col.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.footer-nav .col.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.footer-nav .col.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.footer-nav .title {
	font-family: "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	margin-bottom: 8px;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
}

.footer-nav ul {
	font-size: 13px;
	line-height: 1.2;
}

.footer-nav ul li {
	margin-bottom: 8px;
}

.footer-nav ul a {
	color: #fff;
	text-decoration: none;
	font-style: normal;
	font-weight: 700;
}

.footer-nav ul a:hover {
	color: #ce3543;
}

.contact-holder {
	margin: 0 auto;
}

.contact-holder .title {
	text-transform: uppercase;
	font-family: "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	color: #fff;
	margin-bottom: 24px;
	letter-spacing: -.2px;
	font-size: 24px;
	line-height: 1;
}

.contact-holder .accordion {
	font-size: 14px;
	line-height: 1.25;
	text-transform: uppercase;
	min-height: 185px;
	margin-bottom: 26px;
}

.contact-holder .accordion li {
	padding: 0 0 0 21px;
	margin-bottom: 16px;
	position: relative;
}

.contact-holder .accordion .active .opener-icon:after {
	display: none;
}

.contact-holder .opener {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	color: #fff;
	font-weight: 900;
	text-decoration: none;
	font-style: normal;
}

.contact-holder .opener:hover {
	opacity: .6;
}

.contact-holder .opener-icon {
	width: 15px;
	height: 15px;
	display: block;
	border: 1px solid #fff;
	background: #333;
	position: absolute;
	left: 0;
	top: 1px;
}

.contact-holder .opener-icon:before,
.contact-holder .opener-icon:after {
	width: 1px;
	height: 7px;
	content: "";
	display: block;
	background: #fff;
	position: absolute;
	top: 3px;
	left: 6px;
}

.contact-holder .opener-icon:before {
	width: 7px;
	height: 1px;
	left: 3px;
	top: 6px;
}

.contact-holder .slide {
	font-size: 13px;
	font-weight: 700;
	text-transform: none;
	margin-bottom: 16px;
}

.contact-holder .slide li {
	padding: 0;
	margin-bottom: 0;
}

.contact-holder .tel {
	text-transform: none;
	display: block;
}

.contact-holder .tel a {
	font-style: normal;
	text-decoration: none;
	color: #fff;
	margin-left: 5px;
}

.contact-holder .tel a:hover {
	color: #ce3543;
}

.footer-logo {
	display: block;
	max-width: 130px;
	margin: 0 auto;
}

.fuller input[type="text"],
.fuller input[type="tel"],
.fuller input[type="email"],
.fuller input[type="search"],
.fuller input[type="password"],
.fuller textarea {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	height: 51px;
	width: 100% !important;
	text-overflow: ellipsis;
	padding: 5px 10px;
}

.buffer input[type="text"],
.buffer input[type="tel"],
.buffer input[type="email"],
.buffer input[type="search"],
.buffer input[type="password"],
.buffer textarea {
	width: auto;
}

.buffer .fuller textarea {
	height: auto;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	outline: none;
}

textarea {
	height: 150px;
}

.btn {
	-webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	border: 2px solid transparent;
	text-align: center;
	font-size: 13px;
	line-height: 1;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	min-width: 170px;
	padding: 17px 15px;
}

.btn.btn-primary {
	color: #fff;
	background-color: #ce3543;
}

.btn.btn-primary:hover {
	background-color: #a72934;
}

.main-intro {
	position: relative;
	text-align: center;
	color: #fff;
}

.main-intro:before {
	content: "";
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .3), rgba(0, 0, 0, .1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, .1) 100%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.main-intro:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 150px;
	background: -webkit-linear-gradient(bottom, #e6e0d3, rgba(230, 224, 211, 0) 100%);
	background: linear-gradient(to top, #e6e0d3, rgba(230, 224, 211, 0) 100%);
	z-index: 1;
}

.main-intro .subscribe-section {
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 0;
	bottom: -74px;
}

.main-intro .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	position: relative;
	z-index: 2;
	padding: 120px 0;
}

.main-intro .wrapper:before {
	content: "";
	height: 110px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0) 100%);
	z-index: 1;
}

.main-intro .wrapper:after {
	content: "";
	display: block;
	width: 0;
	min-height: 257px;
}

.main-intro h1,
.main-intro .h1 {
	margin: 0 -5px 20px;
	color: #fff;
	text-transform: uppercase;
}

.main-intro h1 mark,
.main-intro h1 .mark,
.main-intro .h1 mark,
.main-intro .h1 .mark {
	display: inline-block;
	vertical-align: top;
	background-color: rgba(34, 52, 107, .7);
	color: inherit;
	padding: 19px 10px;
}

.main-intro .btn.btn-secondary {
	font-size: 18px;
	padding: 15px 21px 13px;
}

.intro-slider {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.intro-slider .slick-list,
.intro-slider .slick-track {
	height: 100%;
}

.intro-slider .img-block {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.subscribe-section {
	position: relative;
	z-index: 2;
	text-align: center;
}

.subscribe-section .title {
	display: block;
	color: #fff;
	font-family: "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 7px;
}

.int .subscribe-section .title {
	color: #21316e;
}

.subscribe-form input[type=text],
.subscribe-form input[type=email] {
	margin: 0 0 5px;
	font-size: 13px;
	border-color: #fff;
	color: #333;
}

.subscribe-form input[type=text]:focus,
.subscribe-form input[type=email]:focus {
	border-color: #ce3543;
}

.main-intro + #main {
	position: relative;
	padding: 115px 0 0;
}

.main-intro + #main:before {
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 514px;
	background: -webkit-linear-gradient(top, #e6e0d3, rgba(230, 224, 211, 0) 100%);
	background: linear-gradient(to bottom, #e6e0d3, rgba(230, 224, 211, 0) 100%);
	position: absolute;
}

.int-banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	min-height: 600px;
	position: relative;
}

.int-banner:before {
    content: "";
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .3), rgba(0, 0, 0, .1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, .1) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.int-banner:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 130px;
    background: -webkit-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, .4) 75%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, .4) 75%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.int-banner h1 {
	text-align: center;
    position: absolute;
    bottom: 40%;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 2;
    font-size: 65px;
}

.int-banner h1 a {
	text-decoration: none;
	color: #fff;
	font-family: "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-style: normal;
}
.tour-show ul
{
	list-style:none;
	padding:0;
	margin:0;
	position:relative;
	height:350px;
	font-size: 15px;
	line-height: 18px;
	width:auto;
}
.tour-show ul li {
	background:#222;
	border:2px solid #2a4865;
	color:#fff;
	height:350px;
	width:586px;
	position:absolute;
	left:0;
	top:0;
}
.tour-show .img-frame
{
	width:390px;
	height:346px;
	background:#fafafa;
	float:left;
}
.tour-show img
{
	max-width:390px;
	max-height:275px;
	width:auto !important;
	height:auto !important;
	width:390px;
	height:275px;
	display:block;
	margin:0 auto;
}
.tour-show .caption
{
	float:right;
	padding:10px 10px 10px 0;
	width:173px;
}

.main-content {
	padding: 60px 0 180px;
}

.main-content .page-title {
	text-transform: uppercase;
	font-size: 40px;
	position: relative;
    display: block;
    vertical-align: top;
    overflow: hidden;
}

.main-content .page-title span {
	padding: 0 15px 0 0;
}

.main-content .page-title:after {
    top: 15px;
    content: "";
    border: solid #dc1d40;
    border-width: 2px 0;
    position: absolute;
    width: 100%;
    height: 11px;
}

.about-section {
	padding: 0 0 50px;
}

.about-section-wrap {
	position: relative;
}

.about-section-wrap .hero-holder {
	width: 242px;
	height: 242px;
	margin: 0 0 12px;
	border-radius: 50%;
	overflow-y: hidden;
}

.about-section-wrap .section-heading {
	text-align-last: auto;
}

.about-section-wrap .section-heading h2 {
	margin: 0 0 10px;
}

.benefits-section {
	padding: 56px 0;
	position: relative;
	z-index: 3;
}

.benefits-section .btn-holder {
	padding: 60px 0 0;
	text-align: center;
}

.benefits-list li:nth-child(2n) {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.benefits-list li:nth-child(2n) .icon-holder {
	background: rgba(97, 40, 40, 0.8);
}

.benefits-list li:nth-child(2n) .icon-holder:after {
	content: "";
	width: 35px;
	height: 6px;
	background-image: url(../images/decor-1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	position: absolute;
	z-index: 2;
	bottom: -10px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.benefits-list li:nth-child(2n) .icon-holder:before {
	content: "";
	position: absolute;
}

.benefits-list li:nth-child(2n) .benefits-item-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.benefits-list li:nth-child(2n+1) {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.benefits-list li:nth-child(2n+1) .icon-holder:after {
	content: "";
	width: 35px;
	height: 6px;
	background-image: url(../images/decor-2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	position: absolute;
	z-index: 2;
	top: -10px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.benefits-list li:nth-child(2n+1) .icon-holder:before {
	content: "";
	position: absolute;
}

.benefits-item .benefits-item-wrap:hover .title {
	color: #ce3543;
}

.benefits-item a {
	text-decoration: none;
	color: #333;
}

.benefits-item .icon-holder {
	width: 73px;
	height: 73px;
	position: relative;
	font-size: 30px;
	line-height: 1;
	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;
	background: rgba(1, 9, 27, .8);
	filter: saturate(300%);
	border-radius: 50%;
	margin: 0 13px 0;
}

.benefits-item .icon-holder [class^="icon-"] {
	position: relative;
	z-index: 2;
	color: #fff;
}

.benefits-item .icon-holder .icon-request,
.benefits-item .icon-holder .icon-flag,
.benefits-item .icon-holder .icon-application,
.benefits-item .icon-holder .icon-money {
	font-size: .72em;
}

.benefits-item .icon-holder .icon-flag {
	font-size: .62em;
}

.benefits-item .icon-holder .icon-laurels {
	font-size: .86em;
}

.benefits-item .icon-holder .icon-request,
.benefits-item .icon-holder .icon-flag {
	font-size: .65em;
}

.benefits-item .title {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	color: inherit;
}

.benefits-item .title {
	color: inherit;
	font-weight: 700;
	font-style: normal;
}

.issues-section {
	padding: 391px 0 104px;
	background-size: cover;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
	margin: -200px 0 0;
}

.issues-section:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 390px;
	background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, .53) 20%, rgba(255, 255, 255, 0) 60%);
	background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, .53) 20%, rgba(255, 255, 255, 0) 60%);
}

.issues-section .section-heading {
	margin: 0 0 53px;
	padding: 0;
}

.issues-section .section-heading h2,
.issues-section .section-heading .h2 {
	color: #fff;
}

.issues-section .section-heading h2:last-child,
.issues-section .section-heading .h2:last-child {
	margin-bottom: 0;
}

.issues-slider {
	margin: 0 0 23px;
	position: relative;
}

.issues-slider .slick-slide {
	padding: 14px;
}

.issues-slider .slick-arrow {
	-webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	border-radius: 50%;
	padding: 0;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	background-color: transparent;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	z-index: 9;
}

.issues-slider .slick-arrow.slick-prev {
	left: -20px;
}

.issues-slider .slick-arrow.slick-next {
	right: -20px;
}

.issues-slider .slick-arrow:hover {
	background-color: #fff;
	color: #ce3543;
}

.issues-slider .slick-arrow [class*=icon-] {
	font-weight: bold;
}

.issue-item {
	width: 192px;
	height: 192px;
	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;
	border: 2px solid #fff;
	border-radius: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-style: normal;
	font-family: "Oswald", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
	margin: 0 auto;
	box-shadow: -7px 7px 10px 1px rgba(0, 0, 0, .48);
	position: relative;
}

.issue-item:before {
	-webkit-transition: width .3s ease-in-out, height .3s ease-in-out;
	transition: width .3s ease-in-out, height .3s ease-in-out;
	content: "";
	width: 0;
	height: 0;
	background-color: rgba(38, 48, 109, 0.75);
	/*background-color: rgba(255, 255, 255, .5);*/
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
}

/*.issue-item:hover {
	color: #ce3543;
}*/

.issue-item:hover:before {
	width: 192px;
	height: 192px;
}

.issue-item:hover .title {
	text-shadow: none;
}

.issue-item .title {
	display: block;
	text-shadow: -4px 4px 10px rgba(0, 0, 0, .58);
	position: relative;
	z-index: 1;
}

.promo-info-container {
	font-size: 20px;
	line-height: 1.4;
	color: #333;
	padding: 160px 0 0;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 50% 0;
	margin: -110px 0 0;
	position: relative;
}

.promo-info-container:before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 49px;
	right: 0;
	left: 0;
	height: 519px;
	background: -webkit-linear-gradient(top, rgba(186, 166, 141, .02) 5%, rgba(186, 166, 141, .9) 10%, rgba(186, 166, 141, .6) 20%, rgba(186, 166, 141, .4) 81%, rgba(186, 166, 141, 0) 100%);
	background: linear-gradient(to bottom, rgba(186, 166, 141, .02) 5%, rgba(186, 166, 141, .9) 10%, rgba(186, 166, 141, .6) 20%, rgba(186, 166, 141, .4) 81%, rgba(186, 166, 141, 0) 100%);
}

.promo-info-container.templated:before {
	content: none !important;
}

.promo-info-container.templated {
	padding: 60px 0;
}

.promo-info-container .container {
	position: relative;
	z-index: 3;
}

.promo-info-container h2 {
	text-transform: uppercase;
}

.promo-info-container .col-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 -10px 54px;
}

.promo-info-container .col-holder .col {
	margin-bottom: 117px;
	width: 100%;
}

.promo-info-container .col-holder .col:last-child {
	margin-bottom: 0;
}

.promo-info-container .col-holder .btn-primary {
	margin: 0 auto;
}

.promo-info-container .list-items {
	padding: 33px 10px 0;
	font-size: 14px;
	text-align: left;
}

.promo-info-container .list-items li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 27px;
}

.promo-info-container .list-items a {
	text-decoration: none;
	color: inherit;
	font-weight: 700;
	font-style: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.promo-info-container .list-items a:hover {
	color: #ce3543;
}

.promo-info-container .list-items span {
	font-size: 43px;
	width: 52px;
	min-width: 52px;
	color: #ce3543;
	margin: -5px 18px 0 0;
}

.promo-info-container .circles-holder {
	text-align: center;
	padding: 50px 0;
}

.promo-info-container .circles-holder .circles-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 18px 0 0;
	line-height: 1.2;
}

.promo-info-container .circles-holder .circles-list li {
	margin-bottom: 34px;
	padding: 0 20px;
}

.promo-info-container .circles-holder .circles-list li:last-child {
	margin-bottom: 0;
}

.promo-info-container .circles-holder .circles-list a {
	color: inherit;
	text-decoration: none;
	font-style: normal;
	font-weight: 700;
	max-width: 191px;
	display: inline-block;
}

.promo-info-container .circles-holder .circles-list a:hover .icon-holder {
	background: #22346b;
	color: #fff;
}

.promo-info-container .circles-holder .circles-list .icon-holder {
	width: 191px;
	height: 191px;
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	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;
	border-radius: 50%;
	color: #22346b;
	border: 3px solid #22346b;
	font-size: 80px;
	margin-bottom: 12px;
}

@keyframes wiggle {
  20%  { transform: translateX(4px);  }
  40%  { transform: translateX(-4px); }
  60%  { transform: translateX(2px);  }
  80%  { transform: translateX(-1px); }
  100% { transform: translateX(0);    }
}

.wiggle:hover {
  animation: wiggle 1s ease;
  animation-iteration-count: 1;
}

@media (min-width: 768px) {
	body {
		font-size: 16px;
		line-height: 1.75;
	}

	h1,
	.h1 {
		font-size: 60px;
	}

	h2,
	.h2 {
		font-size: 48px;
	}

	h3,
	.h3 {
		font-size: 30px;
		line-height: 1;
	}

	h4,
	.h4 {
		font-size: 24px;
		line-height: 1.167;
	}

	.section-heading {
		padding: 0 0 20px;
	}

	.social-list li {
		padding: 5px 4px;
	}

	#header {
		padding: 19px 0;
	}

	.header-fixed #header > .container {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header-fixed:not(.nav-active) #header .social-list {
		color: #22346b;
		border-right-color: #ccc;
	}

	.header-fixed:not(.nav-active) #header .social-list a:hover {
		color: #ce3543;
	}

	.header-fixed:not(.nav-active) #header .holder > .options .search-opener {
		color: #22346b;
	}

	.header-fixed:not(.nav-active) #header .holder > .options .search-opener:hover {
		color: #ce3543;
	}

	#header > .container {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	#header .social-list {
		border-right: 1px solid #fff;
		border-left: 1px solid transparent;
		padding: 0 17px;
	}

	#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% - 199px);
		padding: 4px 0 0;
	}

	.header-fixed #header .holder {
		max-width: calc(100% - 171px);
		padding: 0;
	}

	#header .logo {
		width: 199px;
		height: 114px;
	}

	.header-fixed #header .logo {
		width: 171px;
		height: 92px;
	}

	#header .contact-btn {
		margin: 0 0 0 25px;
	}

	#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;
	}

	.nav-drop .options {
		display: none !important;
	}

	.main-menu {
		font-size: 30px;
	}

	.main-menu > li {
		margin: 0 0 29px;
	}

	.main-menu > li > a.has-drop-down-a:before,
	.main-menu > li > a.has-drop-down-a:after {
		margin: 0 0 0 14px;
	}

	.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(34, 52, 107, .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] {
		height: 50px;
	}

	.search button[type=submit],
	.search input[type=submit] {
		width: 54px;
	}

	#footer .subscribe-section {
		padding: 171px 0 30px;
	}

	.smooth-scroll {
		right: 12px;
		bottom: 33px;
	}

	.recent-videos .col-holder {
		margin: 0 -11px 3px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.recent-videos .col {
		width: 50%;
	}

	.btn-play {
		font-size: 68px;
	}

	.footer-holder {
		padding: 30px 53px;
	}

	.footer-nav .col {
		padding: 0 18px;
		min-height: 116px;
		margin-bottom: 21px;
	}

	.contact-holder {
		padding-right: 10px;
		margin: 0;
		width: 246px;
	}

	.contact-holder .title {
		margin-bottom: 34px;
	}

	.contact-holder .accordion {
		margin-bottom: 20px;
	}

	.footer-logo {
		margin: 0;
		max-width: 157px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		padding: 5px 20px;
	}

	.main-intro .subscribe-section {
		bottom: -16px;
	}

	.main-intro .wrapper {
		padding: 160px 0;
	}

	.main-intro .wrapper:after {
		min-height: 298px;
	}

	.main-intro h1,
	.main-intro .h1 {
		margin: 0 -40px 42px;
	}

	.main-intro h1 mark,
	.main-intro h1 .mark,
	.main-intro .h1 mark,
	.main-intro .h1 .mark {
		padding: 14px 15px;
	}

	.subscribe-section {
		text-align: left;
	}

	.subscribe-section .title {
		font-size: 48px;
		margin: 0 0 9px;
	}

	.subscribe-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.subscribe-form input[type=text],
	.subscribe-form input[type=email] {
		margin: 0 8px 0 0;
		font-size: 15px;
		height: inherit;
	}

	.about-section-wrap .hero-holder {
		width: 236px;
		height: 236px;
		margin: 0 0 20px;
		float: left;
		height: 100%;
		margin: 0 20px 0 0;
	}

	.about-section-wrap .content-holder {
		width: calc(100% - 256px);
		float: right;
	}

	.about-section-wrap .content-holder p {
		margin: 0 0 12px;
	}

	.about-section-wrap .section-heading {
		float: right;
		width: calc(100% - 256px);
	}

	.benefits-section {
		padding: 52px 0;
	}

	.benefits-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		padding: 64px 0 0;
		margin: 0 -20px 0 15px;
	}

	.benefits-list li {
		width: calc(100% / 7 + 31px);
		margin: 0 -18px;
	}

	.benefits-list li:nth-child(2n) {
		-webkit-transform: translateY(-31%);
		-ms-transform: translateY(-31%);
		transform: translateY(-31%);
	}

	.benefits-list li:nth-child(2n):hover {
		-webkit-transform: translateY(-41%);
		-ms-transform: translateY(-41%);
		transform: translateY(-41%);
	}

	.benefits-list li:nth-child(2n) .icon-holder:after {
		width: 50px;
		height: 10px;
	}

	.benefits-list li:nth-child(2n) .icon-holder:before {
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, -97%);
		-ms-transform: translate(-50%, -97%);
		transform: translate(-50%, -97%);
		border: 8px solid transparent;
		border-bottom: 14px solid rgba(97, 40, 40, 0.8);
	}

	.benefits-list li:nth-child(2n) .benefits-item-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.benefits-list li:nth-child(2n+1) {
		-webkit-transform: translateY(15%);
		-ms-transform: translateY(15%);
		transform: translateY(15%);
	}

	.benefits-list li:nth-child(2n+1):hover {
		-webkit-transform: translateY(5%);
		-ms-transform: translateY(5%);
		transform: translateY(5%);
	}

	.benefits-list li:nth-child(2n+1) .icon-holder:after {
		width: 50px;
		height: 10px;
	}

	.benefits-list li:nth-child(2n+1) .icon-holder:before {
		bottom: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 97%);
		-ms-transform: translate(-50%, 97%);
		transform: translate(-50%, 97%);
		border: 6px solid transparent;
		border-top: 14px solid rgba(1, 9, 27, .8);
	}

	.benefits-item .icon-holder {
		width: 120px;
		height: 120px;
		margin: 22px auto;
		font-size: 54px;
	}

	.benefits-item .title {
		font-size: 17px;
		line-height: 20px;
		text-align: center;
	}

	.issues-section {
		padding: 420px 0 126px;
		margin: -200px 0 0;
	}

	.issues-section .section-heading {
		margin: 0 0 30px;
	}

	.issues-slider {
		padding: 0 15px;
	}

	.issues-slider .slick-arrow.slick-prev {
		left: -40px;
	}

	.issues-slider .slick-arrow.slick-next {
		right: -40px;
	}

	.promo-info-container {
		background-size: cover;
	}

	.promo-info-container:before {
		top: 78px;
		height: 300px;
	}

	.promo-info-container .col-holder {
		margin: 0 -10px 116px;
	}

	.promo-info-container .list-items {
		font-size: inherit;
		padding-top: 19px;
	}

	.promo-info-container .list-items li {
		margin-bottom: 30px;
	}

	.promo-info-container .circles-holder .circles-list {
		padding: 7px 0 0;
		margin: 0 -20px;
	}

	.promo-info-container .circles-holder .circles-list li {
		margin-bottom: 20px;
		padding: 0 20px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.nav-close-btn {
		display: block;
	}

	.search-active .nav-drop {
		opacity: 1;
		visibility: hidden;
	}

	.nav-active .main-menu {
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
	}

	.footer-nav {
		-webkit-column-count: 3;
		column-count: 3;
		-webkit-column-width: 160px;
		column-width: 160px;
		-webkit-column-gap: 0;
		column-gap: 0;
	}

	.footer-nav .col {
		break-inside: avoid-column;
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
	}

	.main-intro h1 mark,
	.main-intro h1 .mark,
	.main-intro .h1 mark,
	.main-intro .h1 .mark {
		width: 100%;
	}

	.about-section-wrap .content-holder .btn-holder {
		text-align: center;
		width: 100%;
		max-width: 242px;
		position: absolute;
		top: calc(246px + 32px);
		left: calc(256px / 2);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media (max-width: 1023px) and (min-width: 768px) {
	.header-fixed .nav-drop {
		top: 130px;
	}
}

@media (min-width: 1024px) {
	.container {
		max-width: 1000px;
	}

	#header {
		padding: 25px 0;
	}

	.header-fixed:not(.nav-active) #header .social-list {
		border-left-color: #ccc;
	}

	.header-fixed:not(.nav-active) #header .options {
		border-color: #ccc;
	}

	#header > .container {
		max-width: 100%;
	}

	#header .holder > .options {
		margin: 0 0 5px;
	}

	#header .options {
		padding: 0;
		border-left: 1px solid transparent;
	}

	.nav-open-btn {
		display: none;
	}

	.nav-drop .inner {
		max-width: none;
	}

	.main-menu {
		font-size: 17px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin: 0 -10px;
	}

	.main-menu > li {
		padding: 0 5px;
		margin: 0;
	}

	.main-menu > li.active a:before {
		content: "";
		left: 8px;
		right: 8px;
		top: 0;
		margin-top: -3px;
		height: 5px;
		background: #ce3543;
		position: absolute;
	}

	.main-menu > li > a {
		text-transform: uppercase;
		font-size: 16px;
		display: inline-block;
		vertical-align: top;
		padding: 8px 9px;
	}

	.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: #333;
	}

	.main-menu > li.hover > a {
		background-color: rgba(0, 0, 0, .8);
	}

	.main-menu > li.hover > .has-drop-down-a {
		background-color: rgba(0, 0, 0, .8);
	}

	.header-fixed .main-menu > li.hover {
		color: #fff;
	}

	.main-menu .drop {
		opacity: 1;
		position: absolute;
		top: 100%;
		left: 5px;
		width: 172px;
		max-height: none;
		display: none;
		text-align: left;
		background-color: rgba(0, 0, 0, .8);
		padding: 5px 0 7px;
	}

	.main-menu .drop ul li {
		padding: 12px 11px;
	}

	.main-menu .drop ul a:hover {
		color: #ce3543;
	}

	.is-touch-device .main-menu .hover > .drop {
		display: block;
	}

	.header-fixed .search-open-btn {
		color: #ce3543;
	}

	.header-fixed .search-open-btn:hover {
		color: #22346b;
	}

	.search form {
		max-width: 700px;
	}

	.header-fixed .main-subscribe-opener {
		display: block;
	}

	#footer {
		padding: 32px 0 77px;
	}

	#footer .subscribe-section {
		padding: 147px 0 137px;
	}

	#footer .subscribe-section .subscribe-form {
		padding: 0 31px 0 29px;
	}

	.smooth-scroll {
		right: 22px;
		bottom: 91px;
	}

	.recent-videos .col-holder {
		margin: 0 -11px 0;
	}

	.recent-videos .col-holder .col:last-child {
		display: block;
	}

	.recent-videos h2 {
		margin-bottom: 45px !important;
	}

	.recent-videos .col {
		width: 33.33%;
	}

	.btn-play {
		font-size: 80px;
	}

	.footer-holder {
		padding: 30px 237px 30px  80px;
		position: relative;
	}

	.footer-nav {
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.footer-nav .col {
		padding: 0 10px;
		min-height: auto;
		margin-bottom: 20px;
		width: 152px;
	}

	.contact-holder {
		min-width: 212px;
	}

	.footer-logo {
		position: absolute;
		right: 80px;
		top: 30px;
	}

	.main-intro .subscribe-section {
		bottom: 50px;
	}

	.main-intro .wrapper {
		padding: 170px 0;
	}

	.main-intro .wrapper:after {
		min-height: 350px;
	}

	.main-intro h1,
	.main-intro .h1 {
		margin: 0 0 40px;
	}

	.main-intro h1 mark,
	.main-intro h1 .mark,
	.main-intro .h1 mark,
	.main-intro .h1 .mark {
		padding: 14px 35px;
	}

	.main-intro .btn.btn-secondary {
		font-size: 25px;
		line-height: 1.05;
		min-width: 217px;
	}

	.subscribe-section > .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.subscribe-section .title {
		margin: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		max-width: 30%;
	}

	.subscribe-section .subscribe-form {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		padding-left: 24px;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.subscribe-form input[type=text],
	.subscribe-form input[type=email] {
		margin: 0 29px 0 0;
	}

	.about-section-wrap .hero-holder {
		width: 410px;
		height: 410px;
		margin: 0 24px 0 0;
	}

	.about-section-wrap .content-holder {
		width: calc(100% - 434px);
	}

	.about-section-wrap .content-holder .btn-holder {
		padding: 20px 0 0;
	}

	.about-section-wrap .section-heading {
		width: calc(100% - 434px);
		padding-top: 30px;
	}

	.benefits-list li {
		margin: 0 -18px;
	}

	.benefits-list li:nth-child(2n) .icon-holder:after {
		width: 72px;
		height: 14px;
	}

	.benefits-list li:nth-child(2n+1) .icon-holder:after {
		width: 72px;
		height: 14px;
	}

	.benefits-item .icon-holder {
		width: 164px;
		height: 164px;
		font-size: 70px;
	}

	.benefits-item .title {
		font-size: 20px;
		line-height: 24px;
	}

	.issues-section {
		padding: 270px 0 190px;
		margin: -145px 0 0;
	}

	.issues-section:before {
		background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, .53) 35%, rgba(255, 255, 255, 0) 60%);
		background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, .53) 35%, rgba(255, 255, 255, 0) 60%);
	}

	.issues-section .section-heading {
		margin: 0 0 38px;
	}

	.issues-slider .slick-arrow.slick-prev {
		left: -10px;
	}

	.issues-slider .slick-arrow.slick-next {
		right: -10px;
	}

	.issue-item {
		width: 250px;
		height: 250px;
		font-size: 30px;
	}

	.issue-item:hover:before {
		width: 250px;
		height: 250px;
	}

	.promo-info-container {
		background-position: 50% 50%;
		text-align: left;
		line-height: 1.2;
		padding: 202px 0 0;
	}

	.promo-info-container .col-holder {
		margin: 0 -10px 92px;
	}

	.promo-info-container .col-holder .col {
		width: 50%;
		padding: 0 10px;
		margin-bottom: 0;
	}

	.promo-info-container .circles-holder .circles-list {
		padding: 30px 0 0;
	}
}

@media (min-width: 1024px) and (max-width: 1365px) {
	.nav-drop {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
	}

	.main-menu > li:nth-last-child(2) .drop,
	.main-menu > li:nth-last-child(1) .drop {
		left: auto;
		right: 5px;
	}
}

@media (min-width: 1200px) {

	.int .subscribe-section .title {
	    color: #fff;
	}

	.container {
		max-width: 1180px;
	}

	h1,
	.h1 {
		font-size: 75px;
	}

	#header .holder {
		padding: 12px 0 0;
		max-width: calc(100% - 224px);
	}

	.header-fixed #header .holder {
		max-width: calc(100% - 196px);
	}

	#header .logo {
		margin-left: 25px;
	}

	.nav-wrap {
		padding: 0 12px 0 0;
	}

	.search-open-btn {
		margin-right: 0;
	}

	.footer-holder {
		padding: 30px 200px 30px  80px;
	}

	.footer-logo {
		max-width: 170px;
		right: 65px;
	}

	.main-intro .wrapper:after {
		min-height: 440px;
	}

	.main-intro h1,
	.main-intro .h1 {
		margin: 0 auto 28px;
		max-width: 90%;
	}

	.benefits-section .btn-holder {
		padding: 47px 0 0;
	}

	.benefits-list {
		margin: 0 0 0 30px;
		padding: 130px 0 44px;
	}

	.benefits-list li {
		width: calc(100% / 7 + 55px);
		margin: 0 -30px;
	}

	.benefits-list li:nth-child(2n) {
		-webkit-transform: translateY(-36%);
		-ms-transform: translateY(-36%);
		transform: translateY(-36%);
	}

	.benefits-list li:nth-child(2n):hover {
		-webkit-transform: translateY(-48%);
		-ms-transform: translateY(-48%);
		transform: translateY(-48%);
	}

	.benefits-list li:nth-child(2n) .icon-holder:after {
		width: 90px;
		height: 17px;
	}

	.benefits-list li:nth-child(2n) .icon-holder:before {
		border: 10px solid transparent;
		border-bottom: 20px solid rgba(97, 40, 40, 0.8);
	}

	.benefits-list li:nth-child(2n+1) {
		-webkit-transform: translateY(19%);
		-ms-transform: translateY(19%);
		transform: translateY(19%);
	}

	.benefits-list li:nth-child(2n+1) .icon-holder:after {
		width: 90px;
		height: 17px;
	}

	.benefits-list li:nth-child(2n+1) .icon-holder:before {
		border: 10px solid transparent;
		border-top: 20px solid rgba(1, 9, 27, .8);
	}

	.benefits-item .icon-holder {
		width: 194px;
		height: 194px;
		font-size: 98px;
	}

	.issue-item {
		width: 300px;
		height: 300px;
	}

	.issue-item:hover:before {
		width: 300px;
		height: 300px;
	}

	.promo-info-container .circles-holder .circles-list {
		margin: 0 -66px;
	}

	.promo-info-container .circles-holder .circles-list li {
		padding: 0 66px;
	}
}

@media (min-width: 1240px) {
	.contact-holder {
		min-width: 239px;
	}
}

@media (min-width: 1366px) {
	.container {
		max-width: 1222px;
	}

	#header {
		padding: 7px 0;
	}

	#header .social-list {
		border-left-color: #fff;
	}

	#header .holder > .options {
		margin: 0;
	}

	.main-menu {
		margin: 0;
	}

	.main-intro .subscribe-section {
		bottom: 112px;
	}

	.main-intro .wrapper {
		padding: 140px 0;
	}

	.main-intro .wrapper:after {
		min-height: 520px;
	}

	.main-intro + #main {
		padding: 66px 0 0;
	}

	.issues-section:before {
		height: 460px;
		background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, .53) 28%, rgba(255, 255, 255, 0) 60%);
		background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, .53) 28%, rgba(255, 255, 255, 0) 60%);
	}

	.issues-slider {
		padding: 0;
		margin: 0 -10px 33px;
	}

	.issues-slider .slick-slide {
		padding: 14px;
	}

	.issues-slider .slick-arrow {
		width: 52px;
		height: 52px;
		font-size: 20px;
		margin-top: -26px;
	}

	.issues-slider .slick-arrow.slick-prev {
		left: -55px;
	}

	.issues-slider .slick-arrow.slick-next {
		right: -55px;
	}

	.issue-item {
		width: 376px;
		height: 376px;
	}

	.issue-item:hover:before {
		width: 376px;
		height: 376px;
	}
}

@media (min-width: 1400px) {
	.benefits-item .icon-holder {
		width: 223px;
		height: 223px;
		margin: 27px auto;
	}
}

@media (min-width: 1440px) {
	#header .holder {
		max-width: calc(100% - 256px);
	}

	#header .logo {
		width: 231px;
		height: 132px;
	}
}

@media (max-width: 1023px) {
	.nav-drop {
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		height: calc(100vh - 152px);
		padding: 9px 39px 30px;
		background: #22346b;
		overflow-x: hidden;
		overflow-y: auto;
		position: absolute;
		top: 152px;
		opacity: 0;
		visibility: hidden;
		width: 100vw;
		left: 0;
	}

	.header-fixed .nav-drop {
		height: calc(100vh - 130px);
		top: 110px;
	}

	.nav-active .nav-drop {
		opacity: 1;
		visibility: visible;
	}

	.main-menu > li.hover > a {
		color: #ce3543;
	}

	.main-menu .drop {
		visibility: hidden;
	}

	.main-menu .hover > .drop {
		padding: 17px 0 1px;
		visibility: visible;
	}

	.main-menu .hover > .drop li {
		margin-bottom: 18px;
	}

	.recent-videos .col-holder .col:last-child {
		display: none;
	}

	#footer.templated:before {
		background: -webkit-linear-gradient(bottom, #eaeaec, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, .4) 75%, rgba(255, 255, 255, 0) 100%);
    	background: linear-gradient(to top, #eaeaec, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, .4) 75%, rgba(255, 255, 255, 0) 100%);
	}
}

@media (max-width: 767px) {
	#header .holder > .search {
		display: none;
	}

	.main-content .page-title:after {
		content: none;
	}

	#header .holder > .options .social-list {
		display: none;
	}

	#header .holder > .options .search-open-btn {
		display: none;
	}

	.nav-drop {
		height: calc(100vh - 110px);
		top: 110px;
		padding: 18px 24px 30px;
	}

	.int-banner h1 {
	    font-size: 45px;
	}

	.main-content .page-title {
		font-size: 30px;
	}

	.main-menu .hover > .drop {
		padding: 17px 0 1px;
	}

	.main-menu .hover > .drop li {
		margin-bottom: 18px;
	}

	.search-close-btn {
		display: none;
	}

	.footer-nav {
		display: none;
	}

	.about-section-wrap {
		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;
	}

	.about-section-wrap .hero-holder {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.about-section-wrap .content-holder {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		font-size: 14px;
		line-height: 24px;
	}

	.about-section-wrap .content-holder .btn-holder {
		text-align: center;
	}

	.about-section-wrap .section-heading {
		width: 100%;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.benefits-list {
		max-width: 320px;
		margin: 0 auto;
	}

	.benefits-list li {
		margin: 0 0 -20px;
	}

	.benefits-list li:nth-child(2n) {
		-webkit-transform: translateX(-38%);
		-ms-transform: translateX(-38%);
		transform: translateX(-38%);
	}

	.benefits-list li:nth-child(2n) .icon-holder:after {
		top: 50%;
		-webkit-transform: translate(50%, -50%) rotate(-90deg);
		-ms-transform: translate(50%, -50%) rotate(-90deg);
		transform: translate(50%, -50%) rotate(-90deg);
		right: 0;
		left: auto;
	}

	.benefits-list li:nth-child(2n) .icon-holder:before {
		top: 50%;
		border: 6px solid transparent;
		border-right: 10px solid rgba(97, 40, 40, 0.8);
		-webkit-transform: translate(-94%, -50%);
		-ms-transform: translate(-94%, -50%);
		transform: translate(-94%, -50%);
		left: 0;
	}

	.benefits-list li:nth-child(2n) .title {
		text-align: right;
	}

	.benefits-list li:nth-child(2n) .benefits-item-wrap {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.benefits-list li:nth-child(2n+1) {
		-webkit-transform: translateX(38%);
		-ms-transform: translateX(38%);
		transform: translateX(38%);
	}

	.benefits-list li:nth-child(2n+1) .benefits-item-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.benefits-list li:nth-child(2n+1) .icon-holder:after {
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(-90deg);
		-ms-transform: translateY(-50%) rotate(-90deg);
		transform: translateY(-50%) rotate(-90deg);
		left: -19px;
	}

	.benefits-list li:nth-child(2n+1) .icon-holder:before {
		border: 6px solid transparent;
		border-left: 10px solid rgba(1, 9, 27, .8);
		top: 50%;
		-webkit-transform: translate(94%, -50%);
		-ms-transform: translate(94%, -50%);
		transform: translate(94%, -50%);
		right: 0;
	}

	.benefits-item-wrap a {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: horizontal;
	    -webkit-box-direction: normal;
	    -ms-flex-direction: row;
	    flex-direction: row;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	}

	.benefits-item .title {
		max-width: 88px;
	}
}

@media (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

@media (max-height: 576px) {
	.fancybox-caption {
		padding: 12px;
	}

	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}
}

@-webkit-keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

